﻿#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 {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}*/

.disabled, a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

input:disabled, select:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed !important;
}

.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;}

.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;
}

.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;
    }

    #dtLog_paginate {
    float: right;
    margin: 0px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
    margin-bottom: 10px;
    margin-right: 10px;
}

    #dtLog_paginate a {
        padding: 5px;
        cursor: pointer;
        margin-right: 5px;
    }

        #dtLog_paginate a:hover {
            background-color: darkgrey;
        }

#dtLog_info {
    padding-top: 10px;
    padding-left: 10px;
}

#dtCashFlow{
        font-weight: 600;
}

@media (max-width: 1750px) {
    .col-lg-offset-1 {
        margin-left: 0;
    }
}
@media (max-width: 1750px) {
    .col-lg-10 {
        width: 100%;
    }
}

/*main css 2660*/
.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid #f4f4f4;
    padding: 4px 10px;
    border-top: none;
}

.table {
    border-collapse: unset !important;
}

    .table td {
        border-top: 1px solid #dddddd !important;
        vertical-align: middle !important;
    }

.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;
}

.label{
    border-radius: 0px;
}


.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
    padding: 0px;
}

.eac-item {
    padding: 6px 12px;
}

.modal-backdrop {
    position: absolute !important;
}

.modal-xlg {
    width: 1200px;
}

.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;
                    }



    .gallery > li {
        float: left;
        margin: 1px 0px 10px 15px;
        position: relative;
        cursor: pointer;
        width: 250px;
    }

.gallery-file > li {
    float: left;
    margin: 5px;
    position: relative;
    cursor: pointer;
    width: 150px;
}

    .gallery-file > li .extras {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        width: 100%;
        height: 100%;
    }