﻿/* Column Scafforlds */
.hidden {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.col-lg {
    width:100%;
}
.col-lg-2 {
    width:50%;
}
.col-lg-3 {
    width:33.3333%;
}
.col-lg-4 {
    width: 45%;
}
.expand {
    text-align:center;
    font-size: 30px;
}
.center {
    display: table;
    margin: 0 auto;
}
/* Floats */
.pull-right {
    float:right;
}
.pull-left {
    float:left;
}
.reset-float {
    float: none !important;
}
.align-text-right {
    text-align:right;
}
.align-text-left {
    text-align:left;
}
.align-text-center {
    text-align:center;
}
.vertical-align-middle {
    vertical-align: middle;
}
.one-percent {
    width:1%;
}
.seven-percent {
    width:7%;
}
.ten-percent {
    width:10%;
}
.fifteen-percent {
    width:15%;
}
.twenty-percent {
    width:20%;
}
.twenty-five-percent {
    width:25%;
}
.thirty-percent {
    width:30%;
}
.forty-percent {
    width:40%;
}
.fifty-percent {
    width:50%;
}
.sixty-percent {
    width: 60%;
}
.seventy-percent {
    width:70%;
}
.eighty-percent {
    width:80%;
}
.ninety-percent {
    width:90%;
}
.ninety-five-percent {
    width: 95%;
}
.seventeen-percent {
    width:17%;
}
.color-bauder {
    color: #F37921;
}
.color-red {
    color:red;
}
.color-green {
    color:green;
}
.color-orange {
    color:#CC7C00;
}
.color-amber {
    color:#FFBC00
}
.color-blue {
    color: blue;
}
.color-yellow {
    color: yellow;
}
.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-grey {
    color: grey;
}
.text-shadow {
    text-shadow: 0 0 3px #000;
}

.front {
    z-index: 10000 !important;
}
.readonly,
.alwaysreadonly {
    background-color: #ddd;
    border: solid 1px #999;
    color: #545454;
}
.bold {
    font-weight:bold
}
.autocomplete-last-item {
    font-size: medium;
	font-weight: bold;
    text-align: center;
}
.clear-margin {
    margin: 0;
}
.clear-padding {
    padding: 0;
}
.cursor-pointer {
	cursor:pointer;
}
.cursor-reset {
    cursor: initial;
}
.border-left {
    border-left: 1px solid #DDD;
}
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.clear-border {
    border: 0px;
}
.nowrap{
    white-space: nowrap;
}
