@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|PT+Sans+Narrow|PT+Sans:700|Source+Sans+Pro&display=swap');

/*
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/


body,html,p,span,a{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
}

table td{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}
table th{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14.2px;
    font-weight: 400;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0.5px;
}

.custom-file-label, .btn{
    border-radius: 0px !important;
}
.showColumnWise th{
    cursor: pointer;
}
#partialMatchedTableGstr2 tbody tr{
    cursor: pointer;
}

.cursorPointer{
    cursor: pointer;
}

.padding8{
    padding: 8px !important;
}

.btn-match{
    padding: 2px 10px !important;
}


.sidebar p, .sidebar span, .sidebar a{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.has-error label{
    color:#dc3545;
}

.has-error select, .has-error input, .has-error textarea,.has-error .custom-file-label{
    color: #dc3545;
    border: 1px solid #dc3545;
    background: #dc354505;
    border-radius: 0px;
}

#msg{
    font-weight: 600;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
}

label{
    text-transform: capitalize !important;
}

.content-wrapper {
    background: #fff !important;
}

.fs16{
    font-size: 16px !important;
}

.fs22{
    font-size: 22px !important;
}

.content-wrapper>.content{
    padding-bottom: 50px;
}
/*
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    background-color: #888;
}*/

/* width */
::-webkit-scrollbar {
    width: 7px;
    height:10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #444;
}


.nav-pills .nav-link:not(.active):hover{
    color:#111 !important;
}

.nav-pills .nav-link.active{
    background:#CFD8DC !important;
}

/*div.dataTables_wrapper div.dataTables_filter input {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    background: transparent;
}*/


.elevation-4 {
    box-shadow: 0 0px 8px rgba(0,0,0,.25),0 1px 0px rgba(0,0,0,.22)!important;
}

.bg-my{
    /*background-color: #CFD8DC !important;*/
    background-color: #494d5f !important;
    text-color: black !important;
}

.bg-purple-light{
    background-color: #E1BEE7;
}

.nav-item:hover{
    background-color: #CFD8DC;
}

.nav-link:active{
    background-color: #CFD8DC;
}

.menu-open {
    background-color: #CFD8DC;
}

/*      .navbar {
          overflow: hidden;
      }*/

.brnone{
    border-right: none !important;
}

.bldouble4{
    border-left: 4px double #ddd !important;
}

.sticky {
    position: sticky;
    top: 0;
    display: flex;
}

.sticky + .content {
    padding-top: 60px;
}

/*div.dataTables_wrapper div.dataTables_length select {
    padding: 1px 24px 0px 7px !important;
    border: 0px solid !important;
    background-color: transparent !important;
}*/

.page-link, .page-item.disabled .page-link{
    background-color: #fff0 !important;
    border: 0px solid #dee2e6 !important;
}

.page-item.active .page-link{
    color:#222;
}

.formStyle{
    padding: 15px;
    background: #f6f8f9;
}

.custom-file-input {

}

.lds-ring {
    /*display: inline-block;*/
    /*position: relative;*/
    width: 90px;
    height: 90px;
    /*            top: 40%;
                left: 50%;
                z-index: 100;*/
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    margin: 8px;
    border: 8px solid #3cba7a;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3cba7a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 600px) {
    .loadingArea{
        position: absolute;
        left: 27%;
    }
}


@media (max-width: 468px) {
    #header #logo {
        position:relative;
        top:-25%;
        right:0;
    }

    #header{
        height: 60px;
        padding:20px 0;
    }

    .mobile-nav-active #mobile-nav-toggle{
        display:none;
    }

    #header.header-scrolled{
        height:60px;
    }

    #mobile-nav-toggle i{
        color:#18d26e;
    }

    #mobile-nav-toggle{
        margin:10px;
    }


}

.gstrDetailsTdBt{
    border-top: 4px double #dee2e6 !important;
}

.editFromTr td{
    padding: 0px;
}

.editFromTr td .form-group{
    margin-bottom: 0px;
}
.editFromTr td .form-group .form-control{
    font-family: 'Source Sans Pro', sans-serif;
    border: 0px solid;
    padding-left: 5px;
    padding-right: 5px;
}
/*.dataTables_wrapper .dt-buttons{
    float:left;
}

.dataTables_wrapper .dt-buttons button{
    background: transparent;
    color:#6c757d;
}*/
.table th {
    line-height: 100%;
}

.fs18{
    font-size: 18px !important;
}

/*LoginPage*/
.login-logo{
    background: #fff;
    border-bottom: 2px solid #03a75b;
    height: 70px;
}
.datepicker.dropdown-menu{
    z-index: 10001 !important;
}

.main-footer{
    background: #EBECF0;
}
.main-header{
    background: #EBECF0;
}
.main-header .navbar-nav .nav-item {
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.dropdown-menu {
    background: #ebecf0;
}
.dropdown-divider {
    margin: 0rem 0;
    overflow: hidden;
    border-top: 1px solid #c9cdd2;
}
.user-panel img {
    width: 30px;
}
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link:focus{
    color: #fff;
}

.nav-link:active{
    background-color: none;
}

.user-panel img {
    width: 30px;
}

.user-panel, .user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    background: #f9f9f9;
}
.user-panel {
    border-radius: 5px;
    position: relative;
    border-left: 3px solid #999;
    border-top: 0.5px solid #999;
    border-right: 3px solid #999;
    border-bottom: 0.5px solid #999;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .10rem .5rem;
}
.table td {
    padding: .60rem;
}
.fw600{
    font-weight: 600;
}
.modal-header,.modal-footer{
    /*padding: .5rem 1rem;*/
}
.modal-content{
    border-radius: 0rem;
}

.form-control:focus{
    font-family: 'Source Sans Pro', sans-serif;
    border-color: #46a346a6;
}


footer{
    width: 100%;
    padding: 5px .812rem !important;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link:visited{
    color:#fff !important;
}

.bgTrans:hover, .bgTrans:active, .bgTrans:focus{
    background-color: transparent !important;
}
.cursorDefault {
    cursor: default;
}
.fw600{
    font-weight:600;
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.info-box-title{
    font-size: 22px;
    font-weight: 800;
    color: dimgrey;
}

.brbbb{
    border-right:1px solid #bbb;
}

.info-box{
    background: #ebecf0;
    /*min-height: 100px;*/
    /*border-bottom: 2px solid #61892f;*/
    border-bottom: 2px solid #86c232;
}

.info-box-outer:hover .info-box-title{
    color: #86c232;
}

.info-box .info-box-content:hover .info-box-text, .info-box-content:hover .info-box-number, .info-box-content:hover .info-box-link{
    color: #86c232;
}

.info-box-link{
    font-size: 12px;
    color: #fff;
}

.info-box .info-box-icon{
    margin-top: -2.25rem;
    /*background: #61892f;*/
    background: #86c232;
}

.info-box-number{
    font-size: 20px;
}

.elevation-1{
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}
.select2-selection__arrow,.select2-selection--single{
    height: calc(2.25rem + 2px) !important;
    padding: 0.75rem !important;
}
.select2-container--default .select2-selection--multiple{
    /*height: calc(2.25rem + 2px) !important;*/
    padding: 0.25rem !important;
}

.select2-selection__clear{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin-top: -7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #FFFFFF;

}
/*.dataTable thead tr {
    background-color: green;
}
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2021, 11:37:38 AM
    Author     : Ashutosh.K
*/


@media (min-width: 768px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0px;
    }


}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /*border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    /*border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body{
    /*font-family: 'Sora', sans-serif;*/
    /*font-family: 'Manrope', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Oxygen', sans-serif;*/
    /*font-family: 'Epilogue', sans-serif;*/
    /*font-family: 'Inter', sans-serif;*/
    /*font-family: 'Hahmlet', serif;*/
    /*font-family: 'Lora', serif;*/
    /*font-family: 'Nunito', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    font-weight: 400;
    letter-spacing: .25px;
}
.content-wrapper{
    /*background: #f0f3f6;*/
    background: #fcfcfc;
    /*background: #fff;*/
}
.dropdown-menu li{
    padding: 4px 8px;
    border-top: 1px solid #eee;
}
.dropdown-menu{
    padding: 0px;
    right: 4px;
    left: auto;
    white-space: nowrap;
    margin-top: 5px !important;
    border-bottom: none;
    border: none;
    /*border-radius: 12px;*/
    z-index: 1021;
    width: max-content;
}
.dropdown-menu li{
    padding: 0px;
    white-space: normal;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    z-index: 999;
}
table .btn.btn-sm{
    min-width: 60px;
}
.select2-container--default .select2-dropdown.select2-dropdown--below{
    z-index: 999;
}
.dropdown-item {
    padding: 0.40rem 0.80rem !important;
    white-space: normal !important;
    line-height: normal !important;
}
/*            .dropdown-item.active, .dropdown-item:active {
                color: #fff;
                text-decoration: none;
                background-color: #343a40;
            }*/

.bg-customBlueLight{
    /*background: #eceff1;*/
    /*background: #eceff1a1;*/
    background: #eceff1d9 !important;
}
.bg-customBluesecondary{
    /*background: #cfd8dc;*/
    background: #cfd8dc !important;
}

.bg-customRedLight{
    background: #f1e8e8d9 !important;
}

.bg-customSkyblueLight{
    background: #b8d6e3 !important;
}

#showSupportingDoc .modal-dialog{
    margin: 0.5rem;

}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1185px;
    }
}
@media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
/*            @media (min-width: 1300px){
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1280px;
            }
            }
            @media (min-width: 130px){
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1280px;
            }
            }*/

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px; /* adjust to height of navbar */
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}
@media (max-width: 992px){
    .navbar-collapse.show {
        background: #343a40;
    }
}
@media (max-width: 992px){
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 200ms ease-in-out;
    }
}

.navbar{
    padding: 5px 8px !important;
}
.form-group,.select2-container--default .select2-results__option {
    font-size: small;
}
.card,.small-box,.form-control,.select2-container--default .select2-selection--single
{
    /*border-radius: 10px;*/
}
.btn{
    border-radius: 4px;
}
.card-footer, .small-box-footer{
    /*border-radius: 0px 0px 10px 10px;*/
}
.form-control,.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    font-size: small;
    border: 0.5px solid #ececec;
    /*background-color: #f8f9fa42;*/
    background-color: rgb(255 255 255);
    /*border-radius: 10px;*/
}
.card{
    border: 0.5px solid #eee;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 1px 12px rgba(0, 0, 0, 0.04);*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn{
    box-shadow: 0px 2px 5px #bbb;
}
.bxShadow{
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 1px 12px rgba(0, 0, 0, 0.04);*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card, .card-body, .card-header, .card-footer{
    /*background: #fff;*/
}
/*            tr:first-child th:first-child { border-top-left-radius: 10px; }
            tr:last-child th:last-child { border-top-right-radius: 10px; }

            tr:first-child td:first-child { border-top-left-radius: 10px; }
            tr:first-child td:last-child { border-top-right-radius: 10px; }
            tr:last-child td:last-child { border-bottom-right-radius: 10px; }*/

tr th:first-child, tr td:first-child {
    border-top-left-radius: 8px;
}
tr th:last-child, tr td:last-child {
    border-top-right-radius: 8px;
}
tr th:first-child, tr td:first-child {
    border-bottom-left-radius: 8px;
}
tr th:last-child, tr td:last-child {
    border-bottom-right-radius: 8px;
}


.table > tbody > tr > td {
    vertical-align: middle;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}
nav ul li a:hover {
    color: #555;
}
.navbar-nav .nav-link{
    font-size: 15px;
    /*font-weight: 700;*/
    color:#fff !important;
}

/* SHIFT */
nav.shift ul li a {
    position:relative;
    z-index: 1;
}
nav.shift ul li a:hover {
    color: #91640F;
}
nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #0D47A1;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.sticky-top{
    /*    z-index: 999999999;*/
}

.entriesBox{
    border: 1px solid #ddd;
    padding: 8px;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}
.expensesBox{
    border: 1px solid #d9d9d9;
    padding: 8px;
    background: #cfd8dc;
    border-radius: 0px 0px 5px 5px;
}

.bg-e1{
    background: #cfd8dc;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}



/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}
nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}
nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}
nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* Circle */
nav.circle ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
nav.circle ul li a:after {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '.';
    color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #aaa;
}
nav.circle ul li a:hover:after {
    -webkit-animation: circle 1.5s ease-in forwards;
}

.dropdown-menu li:first-child{
    border-top: 0px solid;
}
/*.dropdown-menu li:first-child a:hover:after{border-radius: 10px 10px 0px 0px;background-color: transparent;}*/
/*.dropdown-menu li:last-child a:hover:after{border-radius: 0px 0px 10px 10px;background-color: transparent;}*/

.border-ddd{
    border-color: #ddd;
}

.bootstrap-datepicker-widget.dropdown-menu{
    /*z-index: -99999;*/
}

.sidebarFlyout {
    height: 100%;
    width: 0;
    position: fixed;
    /*z-index: 9999;*/
    z-index: 1026;
    top: 0;
    right: 0;
    background-color: #fcfcfc;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    box-shadow: 0px 4px 10px #ddd;
}

.sidebarFlyout a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebarFlyout a:hover {
    color: #222;
}

.sidebarFlyout .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    /*                right: 25px;*/
    font-size: 36px;
    /*margin-left: 50px;*/
}

@media screen and (max-height: 450px) {
    .sidebarFlyout {
        padding-top: 15px;
    }
    .sidebarFlyout a {
        font-size: 18px;
    }
}
#main {
    transition: margin-left .5s;
    padding: 0px;
}
.select2-dropdown{
    /*z-index: 10011;*/
}
.btn {
    margin: 1.5px auto;
}
.panel{
    padding: 15px;
    padding-top: 55px;
    padding-bottom: 55px;
    /*background: #fff;*/
    /*background: #fcfcfc;*/
    /*background: #f0f3f6;*/
    background: #f9f9f9;
    height: 100%;
}
.panel-header{
    background: #fcfcfc;
    position: fixed;
}
.flyout-title{

}
.view-group{
    padding: 5px;
    background: #fcfcfc;
    border-left: 3px solid #e1e1e1;
    /*border-radius: 4px 10px 10px 4px;*/
}
.nav-link{
    margin-left: 3px;
}
.nav-link:hover,.nav-link:active,.nav-link:focus{
    background: #4b4d4e54;
    /*border-radius: 35px;*/
    border-radius: 5px;
}

.page-link{
    padding: .2rem .35rem;
}

/*            yellow #ffea00
            secondary-blue #1a237e
            red #d50000
            green #1b5e20   or   #2e7d32
            black #212121*/

#toast-container>div{
    opacity: .95;
    /*z-index: 99999;*/
    /*    position: absolute; 
        left: 50%;
        transform: translate(-50%, 0);*/
}
/*.toast-top-center {
    top: 15px;
    margin: 0 auto;
    left: 50%;
}*/

/* Style for positioning toast */
/*            .toast{
                position: fixed; 
                bottom: 10px; 
                right: 10px;
                background-color: rgba(255,255,255,.95);
                z-index: 99999;
            }

            @media screen and (max-height: 450px) {
                .toast{
                    position: fixed; 
                    bottom: 10px; 
                    right: 10px;
                    left: 10px;
                } 
            }*/
.select2-selection__arrow,.select2-selection--single{
    height: calc(2.25rem + 2px) !important;
    padding: 0.75rem !important;
}
.select2-container--default .select2-selection--multiple{
    /*height: calc(2.25rem + 2px) !important;*/
    padding: 0.25rem !important;
}


.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    /*background: #bdc1c8;*/
    background: #d50000;
}
.btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle:before {
    content: 'Out';
    left: -4rem;
}
.btn-toggle:after {
    content: 'In';
    right: -4rem;
    opacity: .5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color .25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
    display: none;
}
.btn-toggle:before, .btn-toggle:after {
    color: #6b7381;
}
.btn-toggle.active {
    /*background-color: #29b5a8;*/
    background-color: #2e7d32;
}
.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg.focus.active {
    outline: none;
}
.btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
    content: 'Out';
    left: -5rem;
}
.btn-toggle.btn-lg:after {
    content: 'In';
    right: -5rem;
    opacity: .5;
}
.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-lg.active {
    transition: background-color .25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
    opacity: .5;
}
.btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before, .btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before, .btn-toggle.btn-lg.btn-xs:after {
    display: none;
}
.btn-toggle.btn-sm {
    margin: 0 .5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4.5rem;
    height: 2.6rem;
    width: 7rem;
    border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus, .btn-toggle.btn-sm:focus.active, .btn-toggle.btn-sm.focus, .btn-toggle.btn-sm.focus.active {
    outline: none;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: .5rem;
    text-align: center;
    font-weight: 600;
    /*font-size: .55rem;*/
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 22%;
    transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
    content: 'Out';
    left: -0.5rem;
}
.btn-toggle.btn-sm:after {
    content: 'In';
    right: -0.5rem;
    opacity: .5;
}
.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 2.23rem;
    height: 2.23rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-sm.active {
    transition: background-color .25s;
}
.btn-toggle.btn-sm.active > .handle {
    /*left: 1.6875rem;*/
    left: 3.17rem;
    left: 4.6rem;
    transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: .5;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    /*left: 0.4125rem;*/
    left: 1.4rem;
    /*width: 2.325rem;*/
    /*width: 3.8rem;*/
    width: 5.1rem;
}
.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before, .btn-toggle.btn-sm.btn-xs:after {
    display: none;
}
.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn-toggle.btn-xs:focus, .btn-toggle.btn-xs:focus.active, .btn-toggle.btn-xs.focus, .btn-toggle.btn-xs.focus.active {
    outline: none;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
    content: 'Out';
    left: 0;
}
.btn-toggle.btn-xs:after {
    content: 'In';
    right: 0;
    opacity: .5;
}
.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-xs.active {
    transition: background-color .25s;
}
.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
    opacity: .5;
}
.btn-toggle.btn-xs.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before, .btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before, .btn-toggle.btn-xs.btn-xs:after {
    display: none;
}
.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {
    color: #6b7381;
}
.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}


#entryCountList .list-group-item .badge{
    font-size: small !important;
}

.btn-rounded{
    /*border-radius:12px;*/
}
.is-invalid ~ .select2-container--default .select2-selection--single, .is-invalid ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid #d50000;
}

.badge {
    padding: 0.33em 0.4em 0.25em;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.table thead th{
    font-weight: 500 !important;
    border-bottom: 0px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content-wrapper {
    height: 95%;
}

#entryCountList.list-group-horizontal .list-group-item {
    padding:  0.75rem !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #userWebProfile{
        display: none;
    }
    #mobileMenuBars{
        display: block;
    }
    .main-sidebar{
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    /* For tablets: */
    /*    #userWebProfile{
            display: none;
        }*/
    .main-sidebar{
        display: none;
    }
    #mobileMenuBars{
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    #mobileMenuBars{
        display: block;
    }
    #descktopMenu{
        display: none;
    }
    .main-sidebar{
        display: block;
    }
    #userWebProfile{
        display: none;
    }
    #entryCountList.list-group-horizontal{
        flex-direction: column;
        border: 0.5px solid rgba(0,0,0,.125);
    }
    #entryCountList.list-group-horizontal .list-group-item{
        /*border: 0.5px solid rgba(0,0,0,.125);*/
        border:none;
        border-top: 0.5px solid rgba(0,0,0,.125);
        border-bottom: 0.5px solid rgba(0,0,0,.125);
    }
    #entryCountList.list-group-horizontal>.list-group-item:first-child, #entryCountList.list-group-horizontal>.list-group-item:last-child{
        border-radius: 0px;
        border: 0px;
    }
    #entryCountList.list-inline{
    }
    #entryCountList.list-inline .list-inline-item{
        display: block;
        margin-bottom: 5px;
    }
    #entryCountList{
        width: 100%;
    }
    /*list-inline-item*/
}

.file-input{
    padding: 0px;
    line-height: 232%;
}


.status-rejected-border{
    border-left: 10px solid #d50000 !important;
}
.status-approved-border{
    border-left: 10px solid #2e7d32 !important;
}
.status-pending-border{
    border-left: 10px solid skyblue !important;
}
.status-modified-border{
    border-left: 10px solid orange !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

@media all and (min-width: 992px) {
    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        right:100%;
        top:-7px;
    }
    .nav-item .submenu-left{
        right:100%;
        left:auto;
    }
    .dropdown-menu > li:hover{
        background-color: #f1f1f1
    }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem;
        margin-right:0.7rem;
        margin-bottom: .5rem;
    }
}

/*.dataTables_wrapper .dt-buttons{
    float:left;
}*/
.tr-highlight{
    background: silver !important;
    font-weight: 600;
    border: 1px solid;
}

.select2-container--open{
    z-index: 9999;
}

.flyout-header{
    position: sticky;
    top: -15px;
    z-index: 1;
    background: #f9f9f9;
}
.flyout-header .list-inline{
    padding-top: 30px;
}
.greyLine{
    /*background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));*/
    background-image: linear-gradient(90deg,#607D8B,#EEEEEE);
    border: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    margin: 0.5rem 0 1rem
}

#snackbar-success {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #46a346;
    color: white;
    text-align: center;
    border-radius: 0px;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    /*font-size: 20px;*/
    font-weight: 500;
}

#snackbar-fail {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    align:center;
    background-color: #ff3232;
    color: white;
    text-align: center;
    border-radius: 0px;
    padding: 8px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    /*font-size: 20px;*/
    font-weight: 500;
}
#snackbar-success.show, #snackbar-fail.show {
    visibility: visible;
    /*/ Show the snackbar /*/
    /*     Add animation: Take 0.5 seconds to fade in and out the snackbar.
        However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/*Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}