﻿#loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 2px;
    z-index: 99999;
    background-color: rgba(255,255,255,0.7);
    border: none;
}

    #loading > img {
        position: fixed;
        width: 64px;
        height: 64px;
        left: 50%;
        top: 200px;
    }

.imgBtnLoading {
    height: 15px;
}

.sidebar-menuDynamic ul li.has_sub ul li a.active{
    background-color: rgba(255,255,255,.15) !important;
}

.sidebar-menuDynamic > ul > li > a.active{
    background: rgba(0,0,0,.64);
    border-left: 6px #139fe1 solid;
    padding-left: 17px;
}

.disabled, a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.nav-tabs > li > a[disabled] {
    pointer-events: none;    
    background-color: lightgray;
}

.labelSearch{
    padding-left: 0px;
    text-align: right;
    padding-right: 0px;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:99999 !important; overflow: auto;}  



/*.easy-autocomplete-container { position: absolute; cursor: default;z-index:99999 !important; overflow: auto;}*/

/*.easy-autocomplete-container { max-height: 160px; overflow: auto; overflow-y: auto; overflow-x: hidden; }*/
    .easy-autocomplete-container ul { background: none repeat scroll 0 0 #ffffff; border-top: 1px dotted #ccc; display: none; margin-top: 0; padding-bottom: 0; padding-left: 0; position: relative; top: -1px; max-height: 150px; /* Set your expected height */ overflow-y: scroll; /* Enable vertical scrollbar */ }

.select2-choices { border-radius: 0 !important; box-shadow: none !important; border-color: #e5e5e5 !important; background-image: none !important; }
.select2-search-choice { border-radius: 0px !important; padding: 5px 5px 5px 20px !important; }


    #frame-Print{
        position:fixed; 
        top:0px; 
        left:0px; 
        bottom:0px; 
        right:0px; 
        width:100%; 
        height:100%; 
        border:none; 
        margin:0; 
        padding:0; 
        overflow:hidden; 
        z-index:999999;
    }

.modal-dialog.full-screen {
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content.full-screen {
  height: 100%;
  border-radius: 0;
}

#modal-Print {
  background-color: #FFF;
}

#modal-Print .modal-backdrop{
  background-color: #FFF;
}

.modal-lg {
    width: 1000px;
}

.control-label {
    padding-right: 0px;
}

.datepicker{
    background-color: #f5f5f5;
}

.datepicker table td, .datepicker table > tbody > tr > td, .datepicker table > tbody > tr > th, .datepicker table > tfoot > tr > td, .datepicker table > tfoot > tr > th, .datepicker table > thead > tr > td, .datepicker table > thead > tr > th {
    padding: 5px !important;
}

    .btn-file { overflow: hidden; position: relative; vertical-align: middle; }

    .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); transform: translate(-300px, 0) scale(4); font-size: 23px; height: 100%; direction: ltr; cursor: pointer; }

    .fileinput { margin-bottom: 9px; display: inline-block; }

    .fileinput .form-control { padding-top: 7px; padding-bottom: 5px; display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; }

    .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; }

    .fileinput .thumbnail > img { max-height: 100%; }

    .fileinput .btn { vertical-align: middle; }

    .fileinput-exists .fileinput-new,
    .fileinput-new .fileinput-exists { display: none; }

    .fileinput-inline .fileinput-controls { display: inline; }

    .fileinput-filename { vertical-align: middle; display: inline-block; overflow: hidden; }

    .form-control .fileinput-filename { vertical-align: bottom; }

    .fileinput-new .input-group .btn-file { border-radius: 0 0 0 0; }

    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 0 0 0; }

    .fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 0 0 0; }

    .right {
        text-align: right !important;
    }

.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category { padding: 0px; }
.eac-item { padding: 6px 12px; }

.gallery > li {
    float: left;
    margin: 1px 0px 10px 15px;
    position: relative;
    cursor: pointer;
    width: 250px;
}

.gallery {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  *zoom: 1;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery > li {
  float: left;
  margin: 1px 0 0 1px;
  position: relative;
  cursor: pointer;
}
.gallery > li > a {
  display: block;
}
.gallery > li:hover .extras {
  display: block;
}
.gallery > li .extras {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
}
.gallery > li .extras:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery > li .extras .extras-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}
.gallery > li .extras .extras-inner a {
  color: #bbb;
  text-decoration: none;
  padding: 5px 8px;
  text-align: center;
}
.gallery > li .extras .extras-inner a:hover {
  color: #fff;
  background: #368ee0;
}


.dataTables_paginate {
    float: right;
    margin: 0px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
}

    .dataTables_paginate a {
        padding: 5px;
        cursor: pointer;
        margin-right: 5px;
    }

        .dataTables_paginate a:hover {
            background-color: darkgrey;
        }

.dataTables_info {
    padding-bottom: 10px;
}

.table-responsive {
    overflow-x: unset !important;
}