﻿#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;
}







.message-timeline {
    padding: 0;
    list-style-type: none;
    margin: 0 20px 20px 20px;
}

    .message-timeline.withlist {
        margin-right: 210px;
    }

    .message-timeline > li {
        margin-top: 20px;
    }

        .message-timeline > li.insert {
            position: relative;
            border: 1px solid #ddd;
            margin-right: 10px;
        }

            .message-timeline > li.insert #message-form {
                background: #f9f9f9;
                margin-bottom: 0;
            }

            .message-timeline > li.insert .text input[type="text"] {
                border: 0;
                margin-bottom: 0;
                display: block;
            }

            .message-timeline > li.insert .submit {
                position: absolute;
                right: 0;
                top: 0;
            }

                .message-timeline > li.insert .submit button {
                    border: 0;
                    background: #368ee0;
                    color: #fff;
                    margin: 2px;
                    padding: 6px 8px;
                }

                    .message-timeline > li.insert .submit button[disabled="disabled"] {
                        background: #ccc;
                    }

        .message-timeline > li .image {
            float: left;
            width: 50px;
        }

            .message-timeline > li .image img {
                width: 50px;
                border-radius: 49px !important;
                -webkit-border-radius: 49px;
                -moz-border-radius: 49px;
                -o-border-radius: 49px;
            }

        .message-timeline > li .message {
            position: relative;
            background: #eee;
            margin-right: 20px;
            padding: 10px;
            margin-left: 60px;
        }

            .message-timeline > li .message .name {
                font-weight: 600;
            }

            .message-timeline > li .message p {
                color: #444;
            }

            .message-timeline > li .message .time {
                color: #555;
                font-size: 11px;
            }

            .message-timeline > li .message .caret {
                position: absolute;
                left: -7px;
                top: 10px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-right: 7px solid #eee;
                border-left: 0;
            }

        .message-timeline > li.right .image {
            float: right;
        }

        .message-timeline > li.right .name {
            color: #0a2640;
        }

        .message-timeline > li.right .message {
            background: #d1e5f8;
            margin-left: 20px;
            margin-right: 0;
            margin-right: 60px;
        }

            .message-timeline > li.right .message p {
                color: #11406c;
            }

            .message-timeline > li.right .message .time {
                color: #11406c;
            }

            .message-timeline > li.right .message .caret {
                left: auto;
                right: -7px;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #d1e5f8;
                border-right: 0;
            }

        .message-timeline > li.typing {
            display: none;
        }

            .message-timeline > li.typing.active {
                display: block;
            }
