.admin-form {
    font-size: 13px;
}

table.dataTable thead > tr > th {
    padding-left: 10px;
    padding-right: 10px;
}

/*.loading-image {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
}*/

.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 10000;
}

.loader .img-responsive{
    display: block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.img-holder {
    position: relative;
    float: left;
    padding: 5px;
    outline: 2px dashed #9fa4b7;
    margin-bottom: 10px;
    width: 100%;
}

.img-holder img {
    width: 100%;
}

.nav-settings {
    background: rgba(22, 60, 77, 0.87);
}

.nav-settings li {
    border-bottom: 1px solid #ffffff;
}

.nav-settings li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.nav-settings li a span {
    background: #259B9B;
    padding: 15px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -15px;
    padding-right: 28px;
}

.nav-settings li a:hover, .nav-settings li.active {
    background: #259B9B;
    color: #fff;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.section-10 {
    margin-bottom: 10px;
}

.span-vertical {
    display: block;
    margin-top: 15px;
}

.multiselect-container .checkbox {
    border: none;
    background: none;
}

.multiselect-search {
    height: auto;
}

.admin-form .btn-primary:hover, .admin-form .btn-primary:focus {

    background-color: #3bafda;
    border-color: #3bafda;
}

.context-menu-items {
    list-style: none;
    margin: 5px 0 0 5px;
}

.context-menu {
    display: none;
    position: fixed;
    border: 1px solid grey;
    width: 150px;
    background-color: white;
    box-shadow: 2px 2px 1px grey;
}

.context-menu-items li {
    list-style-type: none;
    border-bottom: 1px solid grey;
    border-bottom-style: dotted;
    padding: 10px;
    font-size: 14px;
}

.context-menu-items :hover {
    background: #0070FF;
    color: white;
}

/* chosen container */
.chosen-container {
    font-size: 14px;
    width: 100% !important;
}

.chosen-container .chosen-drop {
    border-color: #22beef;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.chosen-container .chosen-results {
    color: #616f77;
}

.chosen-container .chosen-results li {
    font-size: 12px;
}

.chosen-container .chosen-results li.group-result {
    color: #4a555b;
}

.chosen-container .chosen-results li.highlighted {
    background: #798992;
}

.chosen-container-single .chosen-single {
    height: 42px;
    line-height: 1.42857143;
    padding: 8px 12px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    color: #616f77;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dbe0e2;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 10px;
}

.chosen-container-single .chosen-search input[type=text] {
    border-color: #dbe0e2;
    font-size: 12px;
    color: #95a2a9;
}

.chosen-container-multi .chosen-choices {
    background: white;
    border-color: #dbe0e2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 12px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 28px;
    margin: 0;
    font-family: "Lato", "Arial", sans-serif;
    color: #bfc7cb;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #eaeced;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #616f77;
    font-size: 12px;
    padding: 5px 20px 4px 10px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 6px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: white;
    border-color: #22beef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chosen-container-active .chosen-choices {
    border-color: #22beef;
}

.chosen-select:focus {
    border-color: #22beef;
}

.btn-new:focus {
    background: #ff0026;
}

.items-search-holder {
    position: absolute;
    background: white;
    width: 300px;
    display: none;
    border: 1px silver solid;
    padding-bottom: 5px;
    margin-left: 10px;
}

.items-search-holder span {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    padding: 8px;
}

.items-search-holder span.active {
    background: #00acee;
    color: #ffffff;
    cursor: pointer;
}

.left-line {
    border-left: outset #ff0000;
}

.cs-field-label {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
}

body.sb-l-m #sidebar_left.nano {
    position: fixed;
}

#topbar {
    position: fixed;
}

#content {
    padding: 109px 20px 50px 21px
}
#login_content {
    /*padding: 115px 20px 50px 390px;
/*    padding-top: 10px;*/
}

#content-footer {
    position: fixed;
}

#default-table tbody tr:hover {
    cursor: pointer;
}

#data-table tbody tr:hover {
    cursor: pointer;
}

.bg-row {
    background-color: #e8e8e8;
    color: #777;
}

.bg-row1 {
    background-color: #CEDADE;
    color: #777;
}

input:focus{
    border-color: #428bca !important; 
}

.admin-form .gui-input:hover,
.admin-form .gui-textarea:hover,
.admin-form .select > select:hover,
.admin-form .select-multiple select:hover {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #ddd !important;
    outline: none;
}



.fs20{
    font-size: 20px;
}

.fs15{
    font-size: 15px;
}

#view_single_bill .single_view{
    display: none;
}
#view_single_bill .btn-save-order,#view_single_bill .btn-sub-delete{
    display: none;   
}

.admin-form .gui-input:active,
.admin-form .gui-textarea:active,
.admin-form .select > select:active,
.admin-form .select-multiple select:active {
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #22beef !important;
    outline: none;
}
.admin-form .gui-input:focus,
.admin-form .gui-textarea:focus,
.admin-form .select > select:focus,
.admin-form .select-multiple select:focus ,
textarea:focus, textarea:active
{
    color: #3c3c3c;
    background: #fff;
    border: 1px solid #22beef !important;
    outline: none;
}
.chosen-container.chosen-container-active{
    border: 1px solid #22beef !important;
}
.currency{
    color:#999 !important;
    font-style: normal !important;
}

/*time Css by Andrews Ducloux*/
#sidebar_left .sidebar-menu .time h1 {
    font-weight: 500;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 70px;
    text-align: center;
    color: #918C8C;
}
#sidebar_left .sidebar-menu .time p {
    margin-top: -20px;
    text-align: center;
    font-size: 12px;
    color: #918C8C;
}
#sidebar_left .sidebar-menu .left-bg {
    background: url('../../../img/left-bg2.png');
    background-repeat: repeat-x;
    height: 100px;
    left: 0px;
    position: relative;
    margin-left: -2px;
    margin-top: -10px;
}

.image-checkbox-tick:hover{
    background: #3bafda;
}
#view-table #result-table thead {
    background-color: #3bafda;
    color: #FFFF;
}

