/* Engagifii Brand Color - Orange : #ff9700 , Blue: #2095f3 , Light Blue: #badefa */

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-size: 14px !important;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

:root {
    /* Make the mention background blue. */
    --ck-color-mention-background: hsla(216, 3%, 66%, 0.13);
    --ck-color-base-active: hsla(216, 3%, 66%, 0.13) !important;
    --ck-color-base-active-focus: hsla(216, 3%, 66%, 0.13) !important;
    /* Make the mention text dark grey. */
    --ck-color-mention-text: hsl(0, 0%, 15%);
}


::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
}

.datepicker {
    padding:7px 12px;
}
.word-break {
    word-break: break-word;
}

.no-background {
    background: transparent !important;
}
.select-v, .input-w {
    position: relative;
}
.input-xs {
    border-radius: 4px;
    font-size: 14px;
}
select.input-xs {
    border-radius: 4px;
    font-size: 14px;
    line-height:100%;
    background: transparent;
    position:relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-v:after {
    content: '\e9c1';
    font-family: "icomoon";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    color:#777;
}
textarea {
    resize: none;
}
.hide-input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
   z-index:-1;
}
p:focus {
    outline: 0px;
    border: 0px;
}

.event-none {
    pointer-events: none !important;
}


.page-close {
    font-size: 35px;
    top: auto !important;
}

::-webkit-full-screen {
    z-index: 100 !important;
}

.engagifii-text-logo {
    font-size: 24px;
    font-weight: 700;
    font-family: verdana, arial;
    line-height: 40px;
    vertical-align: middle;
}

.login-logo-bg {
    background-size: cover;
}

.login-left-logo {
    background-size: cover;
}
.page-title {
    padding: 0.5rem 0;
}
.iconimg-size {
    width: 16px;
    margin-top: -4px;
}
.navbar-brand {
    padding: 3px 20px;
    margin-top: -5px;
}

    .navbar-brand > img {
        height: 45px;
        display: inline-block;
    }

.navbar-brand1 > img {
    height: 45px;
    display: inline-block;
    margin-top: -5px;
}
.sidebar-xs .sidebar-main-toggle{
    width:65px;
    text-align: center;
  }
.page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 0 #ddd;
}
.page-header-content {
    position: relative;
    background-color: inherit;
    padding: 0 20px;
}
.img-xs {
    width: 32px !important;
    height: 32px !important;
}
.position-left {
    margin-right: 7px;
}
/*---ACCG White Theme Start-- */
.navbar-inverse {
    background: #fff;
    border-bottom-color: #ddd;
    border-top-color: #fff !important;
}

    .navbar-inverse * {
        color: #333 !important;
    }

.sidebar-main {
    background: #fff;
    border-right:1px solid #ddd;
}

    .sidebar-main * {
        color: #333 !important;
    }

    .sidebar-main .navigation > li.active,
    .sidebar-main .navigation > li.active > a,
    .sidebar-main .navigation > li.active > a:hover,
    .sidebar-main .navigation > li.active > a:focus {
        background: #eee;
    }

    .sidebar-main .navigation li.active > a {
        border-left: 5px solid rgb(0 0 0 / 0%);
        
    }
/* .sidebar-main .navigation li.active-nav > a {
    border-left: 5px solid #eee;
  } */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #eee !important;
}

/*----End ACCG Theme-----*/



.nav-tabs[class*=bg-] > li > a {
    color: #333;
    white-space: nowrap;
}

.fa-comments {
    font-size: 20px;
}

.no-wrap {
    white-space: nowrap;
}

.navigation > li.active, .navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background: #486e91;
}

.navigation li.active > a {
    border-left: 5px solid #46c1fa;
}


.navigation li ul li.active > a > i {
    margin-left: -5px;
}

.navigation > li ul {
    background-color: transparent;
}

p {
    margin: 0 0 5px;
    word-break: break-word;
}

.w-full {
    width: 100%;
}

.w-half {
    width: 50%;
}

.fw-bold {
    font-weight:500;
}


.v-top {
    vertical-align: top;
}
.v-middle{vertical-align: middle;}
.v-bottom{vertical-align: bottom;}

    input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,
a:not(.nav-link):focus
{outline:0px solid #42a5f5 !important;}
a.form-control{outline: 0 !important;}

:-webkit-full-screen .fullscreen-scroll .doubleFullscreen {
   display: none;
  }

  :-webkit-full-screen .fullscreen-scroll .dummyFullScreen {
    display: block;
   }
  

.d-flex{
    display: flex;
}
.fs-1 {
    font-size:1rem;
}
.mr-2px {
    margin-right:2px;
}


.link-color {
    color: #2196F3;
}
.required {
    color: #f80e0e;
    font-weight: bold;
}
.conten {
    margin-bottom:20px;
}
.content-height {
    min-height: calc(100vh - 170px);
}
.panel {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 30, 50, 0.4);
    -moz-box-shadow: 0px 0px 4px rgba(0, 30, 50, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 30, 50, 0.4);
}
.panel-header {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.caret-text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
}
.dropdown-title {
    border: 1px solid #ddd;
    background: #E0F2F1;
    text-align: center;
    padding: 4px;
    margin: 0px 10px 10px 10px;
}
.rounded-4 {
    border-radius: 4px;
}
.dropdown .dropdown-menu {
    width: 100%;
}
.search-input {
    margin: 0px 10px;
}
.caret {
    opacity: 0.6;
}
.caret:after {
    font-size:25px;
    width:15px;
}
input[type="text"] {
    border-radius:4px;
}
.btn-grey {
    background:#ddd;
    color:#333;
}
.btn {
    border-radius:4px;
    padding-left:20px;
    padding-right:20px;
}

.calendar-icon {
    position: absolute;
    width: 15px;
     right: 10px;
    top: 4px;
}

.ck-content {
    height:400px;
}
.disabled {
    opacity:0.5 !important;
    pointer-events:none;
    cursor:default;
}
#Subjects_dropdown {
    display: none;
}
#successAlert, #publishAlert {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1100;
    display:none;
}
.modal-backdrop {
    background: #00000085;
}
.alert {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 50%);
}
.modal-header {
   
    padding:10px 20px;
}
.modal-header .close {
    top:30%;
}
.modal-footer {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}
.modal-body {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}
.btn-outline-primary {
    border: 1px solid #2196F3;
}
.add-bill .form-group {
    margin-bottom:30px;
}
.file-text{
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 100px);
}
#abbr {
    position: absolute;
    height: 36px;
    left: 0px;
    top: 0px;
    width: auto;
    padding-top: 8px;
}
.disabled-select {
    pointer-events:none;
    opacity:0.5;
    cursor:default;
}
#Saveloader {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0px 0px 0px 100rem rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 0px 100rem rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 0px 100rem rgb(0 0 0 / 5%);
}
.loader {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left:0;
    margin:0px auto;
    top: 3px;
    background: #fff;
    z-index: 10;
}
.loader-sm {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    margin:0px;
    top:0px;
}
    .loader:before, .loader:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 4px solid transparent;
        border-top-color: #0c7cd5;
    }

.loader:before {
    z-index: 100;
    animation: spin 1s infinite;
}

    .loader:after {
        border: 4px solid #ccc;
    }
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.table-loader {
    width: 60px;
    height: 60px;
    top: 80px;
}
.table-loader:before, .table-loader:after {
    border-width: 6px !important;
}
.input-sm + .form-control-feedback {
    height:30px;
    line-height:30px;
}
.p-rel {
    position: relative;
}
.text-black {
    color: #333;
    font-weight: 500;
}
.icons-list {
    margin: 0;
    list-style: none;
    line-height: 1;
}
.bdr {
    border: 1px solid #ddd;
}
.error-bdr {
    border: 1px solid #D84315;
}

.totalFilterItemsCount {
    padding: 4px 5px;
}
.border-radius {
    border-radius: 3px;
}

.page-change {
    display: inline-block;
    vertical-align: middle;
}
.page-change-disable {
    color: #a6a7b9;
    cursor: default;
    pointer-events: none;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
}
.table-fixed {
    table-layout: fixed;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
    padding: 8px 8px;
    vertical-align: middle;
}
    .table > thead > tr > th:first-child, 
    .table > tbody > tr > td:first-child {
        padding-left:25px;
    }
    .table > thead > tr > th:last-child,
    .table > tbody > tr > td:last-child {
        padding-right: 25px;
    }
.table > thead > tr > th, .table > tbody > tr > th {
    font-weight:500;
    border-bottom-width:0px
}
.alpha-teal {
    background-color: #E0F2F1;
    border-color: #00897B;
}
.input-sm.search {
    height: 28px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 3px;
}
.text-truncate {
    max-width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.c-pointer {
    cursor:pointer;
}
input::-webkit-inner-spin-button {
    opacity:0 !important;
    visibility:hidden !important;
}

#billSearch {
    pointer-events:all !important;
    cursor:pointer;
}


#LastActionTaken, #LastActionTaken option.selected{
    width: 245px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
button.form-control-feedback {
background:transparent;
border-width:0px;
}

.abbr_w {
    width: 65px;
    display: none;
    margin-right: -5px;
}

    .abbr_w + .abb_r_wdth {
        display: inline-block;
        width: calc(100% - 65px);
        border-left-width: 0px;
    }
.modal-text-grey {
    color:#555;
    font-size:16px;
}
.border-dashed {
    border: 2px dashed #e5e5e5;
}
/** * A default stylesheme for Listbox.js plugin.   */
.lbjs {
    margin: 0px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .lbjs .lbjs-list {
        margin: 0px;
        overflow: auto;
        max-height:250px;
        min-height:250px;
    }


        .lbjs .lbjs-list .lbjs-item {
            margin: 0px 0 0 -3px;
            padding: 0px 5px;
        }

            .lbjs .lbjs-list .lbjs-item:not([disabled]) {
                cursor: pointer;
            }

            .lbjs .lbjs-list .lbjs-item:hover:not([disabled]) {
                background: #2196f3;
                color: #fff;
            }

            .lbjs .lbjs-list .lbjs-item[selected] {
                background: #2196f3;
                color: #fff;
            }

            .lbjs .lbjs-list .lbjs-item[disabled] {
                color: #999;
                cursor: default;
                opacity:0.5;
            }

    .lbjs .lbjs-searchbar-wrapper {
        margin: 0px;
        position: relative;
    }
        .lbjs .lbjs-searchbar-wrapper:after {
            content: '\e98e';
            font-family: "icomoon";
            font-size: 16px;
            display: block;
            position: absolute;
            top: 6px;
            right: 6px;
            line-height: 1;
            color: #777;
        }
    .lbjs .lbjs-searchbar {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
        padding: 3px 5px;
        border: 1px solid #ddd;
       
    }


/** * End  default stylesheme for Listbox.js plugin. */

.select2-selection--single {
    height: 36px !important;
    border-color: #ddd !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.select2-selection__rendered {
    color: #777 !important;
    line-height: 32px !important;
}
.select2-selection__arrow {
    opacity:0;
}
.select2-results__options{
    max-height:300px !important;
}
.select2-results__option {
    padding: 2px 6px !important;
}
.select2-search__field:focus-visible {
    outline:#2196F3 auto 1px !important;
}
/* ---Start Bootstrap Override Css--- */
label {
    font-weight: 400;
}

.form-control {
    color: #777;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 6px 8px;
}

.dropdown-menu > li > .btn-link {
    color: #333;
}

.close {
    font-size: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* ---End Bootstrap Override Css--- */


/* -------Media Query Css ------------ */

        @media (min-width: 768px) {
            .form-w {
                width: 450px;
                float: left;
            }

            .form-w-full {
                width: 100%;
            }

            .label-w {
                float: left;
                width: 200px;
                margin-block: 10px;
            }

            .input-w {
                float: left;
                width: calc(100% - 200px);
                margin-block: 10px;
            }
            #EditBillForm  .input-w {
                float: none;
                width: calc(100% - 200px);
                margin-block:5px 10px;
            }
        }

        @media (min-width: 992px) {
            .page-container {
                width: 100%;
                display: table;
                table-layout: fixed;
                /*Added by Team Taazaa*/
                min-height: 80vh;
                min-height: calc(100vh - 52px);
                min-height: -webkit-calc(100vh - 52px);
                min-height: -moz-calc(100vh - 52px);
            }

            .sidebar-content {
                position: fixed;
                padding-bottom: 8px;
                top: 50px;
                width: 260px;
                overflow-y: auto;
                -ms-scroll-chaining: none;
                overscroll-behavior: contain;
                height: calc(100vh - 50px);
            }

            .sidebar-xs .sidebar-content {
                width: 50px;
            }

            .sticky-logo {
                position: fixed;
                top: 0px;
                left: 20px;
                background: #fff;
                border-right: 1px solid #ddd;
            }

            .sidebar-xs .sticky-logo {
                left: 15px;
                min-width: 61px;
                width: 61px;
            }

                .sidebar-xs .sticky-logo .navbar-brand {
                    display: none;
                }

            .sidebar-xs .navbar-inverse .navbar-brand {
                margin-left: 40px;
            }
        }

        @media (min-width: 1200px) {

            ::-webkit-scrollbar {
                width: 6px;
                height: 6px;
            }

            ::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background: #888888;
            }

            ::-webkit-scrollbar-track {
                border-radius: 0px;
                background: #cdcdcd;
            }
        }
        /*--  Footer css*/
        .footer {
        background-color: #fff;
        color: #333;
        position: absolute;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #ddd;
    }

    .fot-con {
        margin-right: 5px;
    }

    @media only screen and (min-width:1025px) {

        .footer .text-part {
            float: left;
        }

        .fot-con {
            float: left;
        }

        .footer .img-part {
            float: right;
            position: relative;
            z-index: 999;
        }

        .footer-logo {
            width: 150px;
            margin-top: 5px;
        }
    }

    @media only screen and (max-width:1024px) {
        .text-part {
            text-align: center;
        }

        .fot-con {
            display: inline;
        }

        .con-new {
            text-align: center;
        }

        .img-part {
            text-align: center;
        }

        .footer {
            text-align: center;
            bottom: -50px;
        }

        .footer-logo {
            width: 100px;
        }
    }

    @media only screen and (max-width:767x) {
        .fot-con {
            float: none;
            display: block;
            text-align: center;
        }

        .text-part {
            float: none;
            text-align: center;
        }

        .img-part {
            text-align: center;
        }
    }

    @media only screen and (max-width:500px) {
        .hide-pipe {
            display: none;
        }
    }

.switchery {
    position: relative;
    display: inline-block;
    display: block;
    width: 42px;
    height: 23px;
    margin: 0px auto;
    vertical-align: top;
}

    .switchery input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DDDDDD;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        color: #fff;
        text-indent: 23px;
    }

    .slider:after {
        content: "";
        position: absolute;
        left: 23px;
        bottom: 0px;
        height: 19px;
        color: #777;
        line-height: 19px;
    }

input:checked + .slider {
    background-color: #49D160;
    color: #fff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    content: "";
    text-indent: -25px;
}

input:checked + .slider:after {
    content: "";
    text-indent: -16px;
    color: #fff;
    line-height: 16px;
}

.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 100%;
    }
