﻿/*body*/
body {
    background-color: #ebf2f6;
    /*overflow: hidden;*/
}

.loading {
    position: fixed;
    background-color: black;
    background-color: #999797;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

    .loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }

/*top navbar*/
.navbar-fixed-top .Logo {
    height: 50px;
    width: 50px;
    border: 1px solid #dcd9d9;
    border-radius: 50%;
    cursor: pointer;
}

.navbar-fixed-top .navbar-brand {
    float: none;
}

.navbar-fixed-top .fa-sign-out-alt {
    transform: rotate(180deg);
}

.navbar-fixed-top .EMAILVIEW,
.navbar-fixed-top .SesNotif, .RevNotif, .ObjNotif, .ClnNotif,
.navbar-fixed-top .ClmNotif {
    position: absolute;
    color: white;
    background: red;
    border-radius: 50%;
    right: -13px;
    top: -13px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}

.navbar-fixed-top .fa-flag,
.navbar-fixed-top .fa-user {
    margin: 0px 0px 0px 5px;
}

.navbar-fixed-top ul.dropdown-menu img {
    width: 30px;
    height: 20px;
    margin-left: 10px;
}

#Close-SlideBar {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}

    #Close-SlideBar .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #888;
    }

        #Close-SlideBar .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media only screen and (max-width: 767px) {
    #Close-SlideBar {
        margin-right: 9px;
    }
}

.user-info-div {
    margin-bottom: 0;
}

    .user-info-div tbody tr td {
        border: none;
    }
/*Bottom navbar*/
.navbar-fixed-bottom {
    text-align: center;
    color: white;
}

/*Form-Body*/
.Form-Body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}


/*slide*/
.Form-Slide {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.SubModules {
    width: 300px;
    height: 100%;
}

.open-slide-Bar {
    margin-right: -300px;
}

@media only screen and (max-width: 992px) {
    .Form-Slide {
        margin-right: -300px;
    }

    .open-slide-Bar {
        margin-right: 0px;
    }
}

.slide {
    height: 100%;
    overflow: scroll;
    padding-top: 89px;
    box-shadow: 0 0 6px #000;
    text-align: center;
    position: fixed;
    width: 300px;
    background-color: white;
}

    .slide .Maintitle a {
        margin: auto;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        padding: 5px 10px 5px 10px;
        border-radius: 12px;
        font-weight: bold;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .slide .Maintitle a:hover {
            color: white;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

    .slide .Module-Name {
        margin-top: 20px;
        display: block;
    }

    .slide .accordion {
        margin-bottom: 30px;
    }

    .slide .card {
    }

    .slide .card-body {
    }

    .slide .card-header {
    }

    .slide .Header {
        padding: 15px 0px 15px 0px;
        color: white;
        font-weight: bold;
        font-size: 13px;
    }

    .slide ul {
        list-style: none;
        padding: 0;
        font-weight: bold;
        font-size: 13px;
    }

        .slide ul .glyphicon glyphicon-unchecked {
            font-size: 17px;
            position: relative;
            top: 5px;
            right: 20px;
        }

        .slide ul .glyphicon-chevron-down {
            float: left;
            margin-left: 10px;
            transform: rotate(89deg);
            -webkit-transition: transform 0.25s;
            transition: transform 0.25s;
        }

    .slide h5 {
        padding: 0;
        margin: 0;
    }

.icon {
    transform: rotate(0deg) !important;
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
}

.slide ul li {
    margin: 0;
    padding: 10px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    text-align: right;
    border-radius: 3px;
}

    .slide ul li:hover {
        cursor: pointer;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
    }

/* End LayOut Slide*/

/*Color bicker*/
.LANG {
    position: fixed;
    top: 57px;
    z-index: 999;
}

    .LANG .DTS-LNG {
        text-align: center;
        display: none;
    }

    .LANG img {
        height: 30px;
        width: 40px;
        margin: 3px;
    }

        .LANG img:hover {
            cursor: pointer;
        }

    .LANG .DTS-Color {
        background-color: #ffffff;
        /*border-radius: 10px 10px 10px 10px;*/
        width: 160px;
        height: 100px;
        display: inline-table;
        border: 2px solid #cacaca;
    }

    .LANG ul {
        /*list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;*/
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .LANG ul li {
            height: 50px;
            width: 50px;
            margin: 1px;
            margin-top: 25px;
            border-radius: 50%;
        }

            .LANG ul li:hover {
                cursor: pointer;
            }

    .LANG span {
        font-size: 25px;
        position: absolute;
        top: 38px;
    }

    .LANG i:hover {
        cursor: pointer;
    }

    .LANG .Them1 {
        background-color: #a94442;
    }

    .LANG .Them2 {
        background-color: #337ab7;
    }

    .LANG .Them3 {
        background-color: #088389;
    }

    .LANG .Them4 {
        background-color: black;
    }

/*Form-Content*/
.Form-Content {
    width: 100%;
    margin-top: 96px;
    margin-bottom: 30px;
    -webkit-transition: width .3s linear 0s;
    transition: width .3s linear 0s;
    overflow: scroll;
}

@media only screen and (max-width: 640px) {
    .Form-Content {
        margin-top: 110px;
    }

    .navbar-brand {
        font-size: 10px;
    }
}

.breadcrumb {
    width: 100%;
    color: white;
    z-index: 2;
    position: fixed;
    top: 51px;
}

.breadcrumb-Group {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ccc;
}


    /* General */
    .breadcrumb-Group li {
        display: inline;
    }

.searchbox {
    color: black;
}

.btn-default:not(.collapsed) > i.fas {
    transform: rotate(180deg);
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
}

.btn-default.collapsed > i.fas {
    transform: rotate(0deg);
    -webkit-transition: transform 0.25s;
    transition: transform 0.25s;
}

.rowselect {
    background-color: #8ee4ff !important;
}

.operation {
    min-width: 85px;
}

.fas, .far, .fa {
    cursor: pointer;
}

.operation i.far,
.operation i.fas {
    font-size: 12px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .operation i.far:hover,
    .operation i.fas:hover {
        /*color: #F44336;*/
        font-size: 16px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    padding: 4px;
}

.ltr {
    direction: ltr;
}

.table-height {
    max-height: 600px;
    overflow-y: scroll;
}

.select2 {
    width: 100% !important;
}

.Mandatory {
    color: red;
    position: absolute;
    top: 30px;
    left: 8px;
    font-size: 22px;
}

.Validation {
    font-size: 10px;
    color: red;
    position: absolute;
    top: 60px;
    display: block; /*For Execution progress popup*/
}

.SeqValidation {
    font-size: 10px;
    color: red;
    margin-top: -11px;
}

.eye {
    /*cursor: pointer;*/
}

.background {
    /*background-color: #efefef;
    border-radius: 15px;
    padding: 28px;
    border: 2px solid #d6d5d5;*/
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 28px;
    border: 1px solid #d3d3d3;
}

table, th {
    text-align: center
}

    table thead {
        background-color: #337ab7;
        color: white;
    }

input[type="search"] {
    width: 353px;
}

.tooltip-inner {
    font-size: 15px;
}

.active {
    color: white !important;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
}

/*Date Width*/
.dropdown-menu {
    right: auto;
}

.datepicker {
    cursor: pointer;
    z-index: 1031;
}

.wrap {
    word-wrap: break-word;
}

.modal-title {
    color: #337ab7;
}

/*
.message {
    position: fixed;
    top: 69px;
    left: 17px;
    display: none;
    background-color: #489d5f;
    color: white;
    font-size: 17px;
    z-index: 99999;
}

    .message span {
        margin-right: 24px;
    }*/

.message {
    position: fixed;
    top: 69px;
    left: 17px;
    z-index: 99999;
    cursor: pointer
}

.new-message {
    display: none;
    background-color: #489d5f;
    color: white;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 5px;
}

.Grace {
    position: fixed;
    top: 69px;
    left: 17px;
    display: none;
    background-color: #489d5f;
    color: white;
    /*width: 493px;
    height: 225px;*/
    direction: rtl;
    font-size: 17px;
    z-index: 99999;
}

.online {
    position: fixed;
    top: 69px;
    left: 17px;
    display: none;
    background-color: #489d5f;
    color: white;
    /*width: 476px;
    height: 320px;*/
    font-size: 17px;
    z-index: 99999;
}


/* Switch */
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .form-switch i {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        width: 46px;
        height: 26px;
        background-color: #e6e6e6;
        border-radius: 23px;
        vertical-align: text-bottom;
        transition: all 0.3s linear;
    }

        .form-switch i::before {
            content: "";
            position: absolute;
            left: 0;
            width: 42px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
            transition: all 0.25s linear;
        }

        .form-switch i::after {
            content: "";
            position: absolute;
            left: 0;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-radius: 11px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
            transform: translate3d(2px, 2px, 0);
            transition: all 0.2s ease-in-out;
        }

    .form-switch:active i::after {
        width: 28px;
        transform: translate3d(2px, 2px, 0);
    }

    .form-switch:active input:checked + i::after {
        transform: translate3d(16px, 2px, 0);
    }

    .form-switch input {
        display: none;
    }

        .form-switch input:checked + i {
            background-color: #4BD763;
        }

            .form-switch input:checked + i::before {
                transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
            }

            .form-switch input:checked + i::after {
                transform: translate3d(22px, 2px, 0);
            }

/*Idel Div*/
.Idel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #c4d2de;
}

    .Idel .countdown {
        font-size: 87px;
        text-align: center;
        color: black;
        margin-top: 10%;
    }

.countdownMessage {
    text-align: center;
    font-size: 32px;
    color: black;
    margin-top: 50px;
}

/*.checkbox label:after*/
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"]
/*,.radio label input[type="radio"]*/ {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.form-control[readonly] {
    background-color: white !important;
}

.form-control[disabled] {
    background-color: #eee !important;
}

.navbar-login {
    width: 361px;
    padding: 10px;
    padding-bottom: 0px;
}

    .navbar-login .glyphicon-user {
        position: absolute;
        left: 23px;
        color: #5bc0de;
    }

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 71px;
}

a:focus, a:hover {
    text-decoration: none !important;
}

/*.dataTables_wrapper {
	overflow: scroll !important;
}*/

.datepicker-days tbody tr > .old, .datepicker-days tbody tr > .new {
    color: #c1c1c1;
    border-radius: 5px;
}

.day:hover {
    background-color: #2cc2ca !important;
    border-radius: 5px;
    color: white;
}

.month, .year, .decade, .century, .decade {
    padding: 4px;
}

    .month:hover, .year:hover, .decade:hover, .century:hover, .decade:hover {
        background-color: #2cc2ca !important;
        border-radius: 5px;
        color: white;
    }

/*center h2 {
    margin-top: 50px;
}*/


.card-box h3 {
    text-align: right;
}

.card-box .icon {
    left: 5px;
}

.ui-autocomplete {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000 !important;
}

/*
#loading-ajax {
    background: rgba(0,0,0,.2) url('/Images/load.svg') no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
}
*/


/*Sticky Table*/
.table-container .dataTables_wrapper {
    position: relative;
    max-height: 500px;
    width: auto;
    overflow: scroll;
}

.table-container-custom .dataTables_wrapper {
    position: relative;
    max-height: 75vh;
    width: auto;
    overflow: scroll;
}

.table-sticky {
    border-collapse: collapse;
    caption-side: top;
    text-transform: capitalize;
}



    .table-sticky thead th,
    .table-sticky tfoot th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #088389;
    }


    .table-sticky tfoot {
        position: -webkit-sticky;
        bottom: 0;
        z-index: 1;
    }

        .table-sticky tfoot th {
            position: sticky;
            bottom: 0;
            z-index: 1;
        }

    .table-sticky tbody {
        overflow: scroll;
    }


@media (max-width:767px) {
    .table-container-custom .dataTables_wrapper {
        position: relative;
        max-height: 50vh;
        width: auto;
        overflow: scroll;
    }
}

@media (min-width:768px) {
    .table-container-custom .dataTables_wrapper {
        position: relative;
        max-height: 70vh;
        width: auto;
        overflow: scroll;
    }
}

@media (min-width:929px) {
    .table-container-custom .dataTables_wrapper {
        position: relative;
        max-height: 75vh;
        width: auto;
        overflow: scroll;
    }
}

@media (min-width:1200px) {
    .table-container-custom .dataTables_wrapper {
        position: relative;
        max-height: 80vh;
        width: auto;
        overflow: scroll;
    }
}


.Top-btn {
    position: sticky;
    bottom: 50px;
    right: 30px;
    display: none;
}

.icon-right {
    transform: rotate(90deg) !important;
    -webkit-transition: transform 0.25s;
    transition: transform 0.5s;
}

.collapsing {
    transition: height 0.5s ease;
}

.caching {
    width: 0px;
    height: 0px;
    position: fixed;
    top: 0;
    left: 0;
}

.dt-button-collection {
    display: flex;
    width: 1000px !important;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
    font-size: 10px;
}

.fa-download {
    margin-left: 3px;
}
