body {
    padding-right: 0 !important;
}

.ajaxloader-foreground {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1001;
}

.page-header {
    z-index: 1002;
}

.ajaxloader {
    background: url('gears.svg') no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
}

.ac-loading {
   background: url('loader-mini.gif') no-repeat right 10px center;
}

.img-loading {
    background: url('loader-mini.gif') no-repeat center center;
}

/*
form div.required label.control-label:after {
  content:" * ";
  color: #a94442;
  font-weight: bold;
}
*/

.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px !important;
  margin-bottom: 3px !important;
}

form div.input-label {
    border-right: 2px solid #DEDEDE;
    background-color: #F5F5F5;
    color: #777;
    line-height: 16px;
    font-size: 12px;
}

.record-label {
    border-right: 2px solid #DEDEDE;
    background-color: #F5F5F5;
    color: #777;
    line-height: 14px;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.record-value {
    font-size: 12px;
    line-height: 14px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

form .form-group.has-error div.input-label {
    border-right: 2px solid red;
}

form .form-group.has-error label {
    color: red;
}

form .form-group.has-error .help-block-error {
    display: block;
}

form .form-group .help-block-error, {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  display: none;
  margin-bottom: 3px !important;
  color: red;
}

.help-block-error {
    color: red !important;
    font-size: 11px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.form-actions {
    border-top: 2px solid #0088CC;
    padding-top: 10px;
    margin-top: 15px;
}





form div.required label.control-label:after {
  content:" * ";
  font-weight: bold;
}








.g-recaptcha {
    margin-top: 20px;
}

.form-modal {
    margin: 0px !important;
}

.alert-success .modal-icon .fa {
    color: #3c763d !important;
}

.ajax-actions button {
    margin-right: 7px;
    margin-top: 10px;
}

.panel-footer button {
    margin-right: 7px;
}

.ajax-actions {
    border-top: 1px solid #409640;
}

.ajax-message {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #409640;
    background-color: #47a447;
    padding: 20px;
    color: white; /*#47a447;*/
}

.ajax-message h3 {
    margin-top: 0px;
}

.ajax-message p {
    margin-left: 20px;
}

.panel-title .fa {
    color: white;
}

.modal-content {
    overflow:hidden;
}

.modal-footer {
    background-color: #f6f6f6;
}

.modal-block-primary .modal-header {
    background-color: #0088cc;
    color: white;
}

.modal-block-primary h4 .fa {
	color: white !important;
}

.btn-space a {
    margin-right: 3px;
}

.btn-space a:last-child{
    margin-right: 0px;
}

.tr-overlay {
    width: calc(100% - 2px);
    z-index: 200;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    color: #0088cc;
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
}

.modal-block-primary form button .fa {
    color: white !important;
}

.file-list {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 5px;
    width: 100%;
    border-top: 1px solid #E8E8E8;
}

.file-list li {
    font-size: 12px;
    line-height: 22px;
    padding: 2px 0px 2px 5px;
    border-bottom: 1px solid #E8E8E8;
}

.file-list li a {
    text-decoration: none;
}

.file-list li:hover {
    background-color: #F2F2F2;
}

.file-list li i.fa-times-circle {
    float: right;
    cursor: pointer;
    color: red;
    font-size: 15px;
    margin: 3px 7px 0px 0px;
}

.image-gallery {
    padding: 0px;
}

.owl-thumb-item > img {
    width: 99px;
}

.owl-thumbs {
    margin-top: 7px;
}

.owl-thumb-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    display: table-cell;
    box-sizing: border-box;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.owl-thumb-item.active > img {
    border: 2px solid #0088CC;
}

.owl-thumb-item >img {
    border: 2px solid #DBDBDB;
}

.owl-thumb-item:hover, .owl-thumb-item:active, .owl-thumb-item:focus {
    border: none;
    outline:none;
    padding: 0px;
}

.remove-image {
   float: right;
   position: absolute;
   right: 0px;
   bottom: 0px;
   z-index: 1000;
   padding: 8px 9px 10px 10px;
   background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.form-message-success, .form-message-error {

}

.grid-view {
    font-size: 8pt;
    color: black;
}

.grid-view table tbody tr:hover {
    background-color: #E8E8E8;
}

.grid-view table tbody tr {
    color: #1D2127;
}

.grid-view table thead {
    background-color: #1D2127;
}

.grid-view table thead tr {
    color: #E8E8E8;
}

.grid-view th {
    font-size: 8pt;
    font-weight: normal;
}

.grid-view .summary {
    text-align: right;
    color: #1D2127;
}

.grid-view a.btn-sm .fa {
    font-size: 14px;
}

.grid-view table tbody td {
    padding: 3px 4px 4px 4px;
    vertical-align: middle;
}




.grid-view button .fa {
    font-size: 14px;
}

.ui-autocomplete {
    z-index: 1060 !important;
    font-size: 12px !important;
    font-family: inherit !important;
}

#signinForm input {
    font-size: 12px;
}

.input-xs {
    height: 25px;
    padding: 2px 5px;
    font-size: 8pt;
    line-height: 1;
    border-radius: 3px;
    color: black;
}

tr.filters > td {
    padding: 4px !important;
    background-color: #F2F2F2;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    font-size: 12px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\f0de";
}

a.desc:after {
    content: /*"\e114"*/ "\f0dd";
}

.sort-numerical a.asc:after {
    content: "\f162";
}

.sort-numerical a.desc:after {
    content: "\f163";
}

.sort-ordinal a.asc:after {
    content: "\f15d";
}

.sort-ordinal a.desc:after {
    content: "\f15e";
}

.modal-content .tab-content {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.image-loading {
    background: url('gears.svg') no-repeat center center;
    width: 100%;
    height: 100%;
}
.toggle {
    margin: 0px !important;
}

.toggle label {
    color: white !important;
}

.tab-header {
    margin: 10px;
    padding-bottom: 7px;
    color: #0088CC;
    font-size: 14px;
    font-weight: bold;
}
