* {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

[class*="col-"] {
    padding: 0px;
    margin: 0px;
    float: left;
}

.row {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height:10px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.allcontainer{
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}
.topheader{
    float: left;
    width: 100%;   
    position:relative;
    z-index: 1;
}
.header1{
    width: 100%;
    float: left;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.logo{
    float: left;
}
.appTitle {
    float: left;
    font-size: 22px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 50px;
}
.userinfo{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    cursor: pointer;
}
.notifyinfo{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 10px;
    cursor: pointer;
}
.menuopenbtn{
    margin-left: 10px;
}
.menuopenbtn i{
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
}
.logo{
    width: 150px;
    margin: 4px;
}
.footer{
    height: 20px;
    font-size: 12px;
    padding: 0px !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-weight:bold;
    z-index: 2000;
}
.centercontent{
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;    

}
.sidemenu{
    float: left;
    transition: 0.5s;
    border: 1px solid #2c70aa;
    width:242px;
    overflow-y: auto;
    direction: rtl;

}
.menuitem{
    float: left;
    height: 43px;
    clear: both;
    cursor: pointer;
}
.menuicon{
    float: left;
    width: 45px;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.menulbl{
    float: left;
    width: 195px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-end;
}
.submenu{
    width: 230px;
    display: none;
    background: rgb(241, 241, 241) ;
    border: 1px;
    position: fixed;
    border: 1px solid #2c70aa;
}
.submenu li{
    height: 30px;
    width: 100%;
    float: left;
    clear: both;
    list-style-type: none;
    color: #5a5a5a;
    text-indent: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapsedmodehead{
    display: none;
    height: 41px !important;
}

.pagecontent{
    float: left;
    width: calc(100% - 260px);
    transition: 0.5s;
    height: 100%;
    padding: 5px;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    background: #f4f6f9;
}

.dirpagecontent{
    float: left;
    width: 100%;
    transition: 0.5s;
    height: 100%;
    padding: 5px;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.quickaccess i{
    font-size: 20px;

}
.quickaccess{
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 2px #2c70aa;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 4px;
    background: #fff;
    z-index: 998;
}
.quickmenu{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;

}
.quickmenubackdrop{
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    position: absolute;
}
.quickmenucontain{
    height: 100%;
    float: right;
    width: 0px;
    background: #FFF;
    position: relative;
}
.userbox{
    height: auto;
    width: 300px;
    position: absolute;
    right: 9px;
    top: 62px;
    border-radius: 6px;
    box-shadow: 0px 1px 20px 1px #000;
    display: none;
}
.userbox .arrowindication{
    font-size: 30px;
    margin-top: -30px;
    margin-left: 50%;
    float: left;
}
.notifybox{
    height: auto;
    width: 250px;
    position: absolute;
    right: 96px;
    top: 62px;
    border-radius: 6px;
    box-shadow: 0px 1px 20px 1px #000;
    display: none;
}
.notifybox .arrowindication{
    font-size: 38px;
    margin-top: -28px;
    margin-left: 189px;
}
.nofycount{
    width: auto;
    height: 21px;
    border-radius: 5px;
    margin-top: -7px;
    float: right;
    padding: 0px 3px 0px 3px;
    margin-left: -19px;
}
.userlistinfo{
    width: 100%;
}
.userlistinfo li{
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
}
.cmpyname{
    height: auto;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}
#useriddrp,#usernameedrp,#useriddrp,#userinfoo{
    font-weight: bold;
}
#logout{
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px 5px 10px !important;
}
#logout a{
    font-size: 16px;
    color:red;
    font-weight: bold;
}
.notifylistinfo{
    width: 100%;
}
.notifylistinfo li{
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    max-height: 90px;
    overflow-y: auto;
    cursor: pointer;
}
.pendingcountdrp{
    float: right;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 5px 2px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}



/* Side menu*/
#sidebar{
    width: 260px;
    height: calc(100vh - 71px);
    overflow-y: auto;
    margin-top: 50px;
}
#sidebar .list-group-item {
    border-radius: 0;
    background-color: #f1f1f1;
    color: #1c1c1c;
    border-left: 0;
    border-right: 0;
    border-color: #f1f1f1;
    white-space: nowrap;
    padding-left: 10px;
}
.sidemenu .list-group{
    /*  border-right: 1px solid #2c70aa;*/
}
.sidemenu .list-group-item:hover{
    text-decoration: none;
    background-color: rgb(122, 152, 178) !important;
    color: #fff !important;
}
.sidemenu .list-group-item span{
    margin-left: 5px;
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #f1f1f1;
}

/* closed state */
#sidebar .list-group .itemicon[aria-expanded="false"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " \f0da";
    /*font-family: FontAwesome;*/
    display: inline;
    text-align: right;
    padding-left: 5px;
    float: right;
}


/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
    background-color: #f1f1f1;
}
#sidebar .list-group .itemicon[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " \f0d7";
    /*  font-family: FontAwesome;*/
    display: inline;
    text-align: right;
    padding-left: 5px;
    float: right;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item  {
    padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item {
    padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
    padding-left: 40px;
}

@media (max-width:48em) {
    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.in, #sidebar .list-group .collapsing {
        position: absolute;
        z-index: 1;
        width: 190px;
    }
    #sidebar .list-group > .list-group-item {
        /*text-align: center;*/
        padding: .75rem .5rem;

    }
    /* hide caret icons of top level when collapsed */
    /*#sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display:none;
    }*/
}

/* change transition animation to width when entire sidebar is toggled */
#sidebar.collapse {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

#sidebar.collapsing {
    opacity: 0.8;
    width: 0;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;

}

.menulevel2 .list-group-item{
    background-color: #e2eaf1 !important;
    padding-left: 20px !important;
}
.menulevel3 .list-group-item{
    background-color: #f4fff4 !important;
    padding-left: 30px !important;
}
.menulevel4 .list-group-item{
    background-color: #eee9fe  !important;
    padding-left: 40px !important;
}

@media only screen and (max-width: 992px) {
    .appTitle {
        font-size: 14px;
    }
    .logo{
        width: 100px;
    }
    .menuopenbtn {
        margin-left: 10px;
    }
    .userid{
        display: none;
    }
}



/* Form */



input[type=checkbox] {
    margin: 0px 0px 0px;
    line-height: normal;
    margin-left: 5px;
    margin-right: 2px;
    height: 16px;
    width: 22px;
    vertical-align: middle;
}

.formholder .checkcontainer {
    width: 98.5%
}

textarea {
    resize: none;
    line-height: 15px;
}
div.textarea {
    max-height: 44px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 15px;
    padding :5px 1px;
    margin-top:2px;
    white-space: normal;
}
input[type=radio] {
    margin: 0 !important;
    line-height: 1px;
    width: 27px;
    height: 15px;
    vertical-align: middle;
}
::placeholder { /* Firefox */
    color: #999999;
    opacity:0.4;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    opacity:0.4;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
    opacity:0.4;
}

.inputcontrol {
    height: 21px;
    padding: 1px 5px;
    width: 99.5%;
    outline: 0 !important;
    border: 1px solid #c2cad8;
    margin-top: 2px;    
}
input.inputcontrol, select.inputcontrol {
    line-height: 0;
}
select.inputcontrol {
    padding-left: 3px;
}
.inputcontrol:focus {
    background-color: #e1f1ff;
}

.inputcontrol:active {
    background-color: #e1f1ff;
}
select.inputcontrol:active, select.inputcontrol:focus {
    background-color: transparent;
}
.inputcontrol[disabled] {
    background-color: #eef1f5;
    opacity: 1;
}
.inputcontrol[readonly] {
    background-color: transparent;
    opacity: 1;
    border: 0px;
}

.inputcontrol::-ms-clear {
    display: none !important;
}


.formtxtareafield li {
    min-height: 80px !important;
}

.formtxtareafield textarea {
    height: calc(100% - 5px);
    line-height: 13px;
    max-height:100% !important
}


.formholder li {
    font-size: 12px !important;
}

.formholder ul {
    display: flex;
}
.formholder ul li:first-child {
    text-indent: 6px;
}

.formholder ul:nth-child(2n+1) {
}

.formholder li {
    padding-left: 2px !important;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    float: left !important;
    list-style-type: none;
    border-left: 0px solid #c1c4c7;
    display: flex;
    flex-wrap: wrap;
}

.formholder ul li:first-child {
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    font-weight: bold;
    color: #403c3c;
}
.mandatory {
    border-left: 3px solid #f77272 !important;
}

.formholder input[type=checkbox] {
    /*position:absolute;
    top:4px;*/
}

.formholder .formsec2 ul li:first-child {
    border-left:1px solid #e1e1e1;
}

.formholder .formsec1 ul:not(:first-child) li{
    border-top:0px;
}
.formholder .formsec2 ul:not(:first-child) li{
    border-top:0px;
}

.formholder .read li>div {
    word-break: break-all;
    line-height: 15px;
    padding :5px 1px;
    margin-top:2px;
    white-space: normal;
}

@media only screen and (max-width: 767px) {
    .formholder .formsec2 ul li:first-child {
        border: 1px solid #c1c4c7;

    }
}
@media only screen and (max-width: 991px) {
    .emptydiv {
        display: none !important;
    }
}


table .formholder li{
    flex-basis:50%;
}


/* Tab Section */

/*new tab */
.tabmenuholder {
    float: left;
    position: relative;
    /* z-index: 2;*/
}

.tabmenuholder li {
    list-style-type: none;
    float: left;
    margin-left: 0px;
    margin-right: 1px;
    background-color: rgb(129, 164, 194);
    padding: 2px 0px 2px 0px;
    color: #fff;
    cursor: pointer;
    width: 150px;
    text-align: center;
    height: 31px;
    line-height: 25px;
    font-weight: bold;
    /*          pointer-events: none;*/
}

.tabmenuholder .tabactive {
    cursor: default;
    border: 1px solid rgba(18, 71, 167, 0.7);
    color: #444242;
    border-bottom: 0px;
    background-color: rgb(249, 250, 252);
    font-weight: normal;
    font-weight: bold;
}

.tabmenuholder li:first-child {
    margin-left: 0px;
}

.tabmenucontent {
    width: 100%;
    padding: 5px;
    float: left;
    border: 1px solid rgba(18, 71, 167, 0.7);
    margin-top: -1px;
}

.tabcontent {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.menudropdown {
    margin-bottom: 10px;
    width: 230px;
    height: 30px;
    background-color: rgb(69, 154, 173);
    color: #fff;
    border: none;
    display: none;
}

.menudropdown:focus {
    background-color: rgb(69, 154, 173);
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .menudropdown {
        display: block;
    }

    .tabmenuholder li {
        display: none;
    }
    .regform .menudropdown {
        margin: 0 auto;
        background-color: rgba(114, 119, 121, 0);
        color: #000;
        border: 1px solid;
    }
    .regform .tabmenuholder {
        float: none;
    }
}

.form-content {
    background: #fff;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
    margin-top: 1px;
}
.formactionbtn {
    background: #2c70aa;
    border: 1px solid #2c70aa;
    color: #fff;
}

.formactionbtn:hover {
    background: #2c70aa;
    border: 1px solid #2c70aa;
    color: #fff !important;
}

/*Register Form*/
.centercontentregform{
    width: 100%;
    float: left;
}
.regform .tabmenucontent{
    margin-top: 15px;
}
.regform .tabmenuholder li{
    margin-bottom: 5px;
}
.regform .tabmenuholder .tabactive {
    border-bottom: 1px solid rgba(18, 71, 167, 0.7);
}
.regform .tabdisabled{
    cursor: not-allowed;
}


/* Table */

.scroll{
    width: 100%;
    overflow: auto;

}
table.dataTable {
    width: 99.8%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
}
.dataTable th {
    background-color: rgb(121, 150, 175) !important;
    color: #FFFFFF;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}
.dataTable.table-bordered > tbody > tr > td {
    border: 1px solid rgb(239, 239, 239) !important;
}
.table td, .table th {
    padding: 3px;
}



/***** Accordion css STARTS *****/

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: center;
}
#accordion .panel-title a{
    display: block;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    transition: all 0.5s ease 0s;
    padding: 7px 0px 7px 7px;
    border-width: 1px;
    border: 1px solid transparent;
    background-color: rgba(18, 167, 153, 0.3);
    border-color: rgba(18, 167, 153, 0.3);
    border-left-color: rgba(18, 167, 153, 0.3);
    color: #000000;
    border-left: 3px solid rgb(18, 167, 50);
    text-align: left;
}
/*#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    top: 4px;
    left: 15px;
    transform: rotate(135deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    transform: rotate(0deg);
}*/
#accordion .panel-body{
    padding: 5px;
    border: 1px solid transparent;
    border-color: rgba(18, 167, 153, 0.7);
    position: relative;
    border-top: 0px solid transparent;
    background:#ffffff;
}
.plusiconoc{
    float:right;
    margin-right:11px;
    transition: all 0.5s ease 0s;
    transform: rotate(135deg);
    font-size: 18px;
    margin-top: -3px;
    color: #3a7d64;
}
#accordion .panel-title a.collapsed .plusiconoc{
    transform: rotate(0deg);
}

/*#accordion .panel-collapse .panel-body .panel-body-holder{
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}
#accordion .panel-collapse.in .panel-body .panel-body-holder{
    opacity: 1;
    transform: scale(1);
}*/

/***** Accordion css Ends *****/


.blink{
    background:#fbb9b9;
    font-weight: bolder;
    animation:blink .8s infinite;
}
@keyframes blink{
    0%{		background: #fbb9b9;	}
    49%{	background: transparent;	}
    50%{	background: transparent;	}
    99%{	background:transparent;	}
    100%{	background: #fbb9b9;	}
}

.stretch-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content:stretch;
}
.card.card-img-holder {
    position: relative;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.card {
    border: 0;
    background: #fff;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
