.displayshowdiv{
	display:block;
}
.displayhidediv{
	display:none;
}

.form-group label.error, #reason-error {
    color: red;
    font-size: 12px;
    padding-top: 5px;
}
.cust-nav li.nav-item.active-menu .nav-link {
    background-color: #95aa12;
    color:#000 !important;
}
a.dropdown-item.active-submenu {
    background-color: #3a3a3a36;
    color: #4e4848;
}
.resultlogin {
    font-size: 11px;
}

/*----loader---*/
.lds-css {
    /* display: none; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index:99999;
}
@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lds-css p {
    font-size: 48px;
    color: #FFF;
    text-align: center;
}
.lds-eclipse {
    position: relative;
}
.lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 184px;
    height: 184px;
    top: 50%;
    left: 50%;
    margin: -92px 0 0 -92px;
    border-radius: 50%;
    box-shadow: 0 8px 0 0 #95A912;
    -webkit-transform-origin: 92px 96px;
    transform-origin: 92px 96px;
}
.lds-eclipse {
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}
/*-----Loader End-----*/
.fltr-main button {
    line-height: normal;
}
.fltr-main .srch-same-line{
    padding-top: 30px !important;
}

#crop_modal .img-container img, #rating_modal .img-container img {
    max-width: 100%;
}

.customnav li.nav-item.active {
    background-color: #95a912;
}

.login-input.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.errordropzone {
    color: red;
    font-size: 12px;
}

.download {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .download .downloadtext {
    visibility: hidden;
    width: 80px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    /* padding: 3px 0; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -50%;
    /* right: 105%; */
  }

  .download .downloadtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .download:hover .downloadtext {
    visibility: visible;
  }

.view {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .view .viewtext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    /* padding: 3px 0; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -50%;
    /* right: 105%; */
  }

  .view .viewtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .view:hover .viewtext {
    visibility: visible;
  }


  .edit {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .edit .edittext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -50%;
    /* right: 105%; */
  }

  .edit .edittext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .edit:hover .edittext {
    visibility: visible;
  }

  .delete {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }

  .delete .deletetext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -50%;
    /* right: 105%; */
  }

  .delete .deletetext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }

  .delete:hover .deletetext {
    visibility: visible;
  }

  .cust-tbl {
    border: 1px solid #d5d5d5;
}

.cust-tbl thead th {
    vertical-align: bottom;
    border-bottom: none;
    background: #d5d5d5;
    font-size: 12px;
}

.cust-tbl tr td {
    font-size: 12px;
}
.cust-tbl tr th,
.cust-tbl tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

table.dataTable.cust-tbl {
    width: 100% !important;
    border: 1px solid #d5d5d5;
}

#userselectpop .cust-tbl tr th, #userselectpop .cust-tbl tr td {
    padding: 3px 10px !important;
}

.cust-tbl tr th, .cust-tbl tr td {
    padding: 5px 10px;
}

.sub-tablenew th{
    background-color: #e7f596 !important
}

.sub-tablenew{
    width: calc(100% - 18px);
}

/* Overwrite Style By Anstalin on 29-07-2022 */


.badge.alt {
    border-radius: 3px;
    line-height: normal;
    font-weight: normal;
    padding: 5px 8px;
    font-size: 10px; 
    min-width: 100px;
    text-align: center;
}
.cust-tbl tr th, .cust-tbl tr td {
    padding: 9px;
    vertical-align: middle;
}

.cust-tbl tr td { 
    padding: 4px 9px; 
} 
.tbl-2-td {
    padding: 0!important;
}
.tbl-1-r1 td {
    padding: 8px 9px!important;
} 
/* Overwrite Style End  */


/* Overwrite Style By Anstalin on 21-09-2023 */

.catypez{
    position: relative;
    margin:0px;
}

.catypez span{
    font-size:12px;
    display: block;
}

.rft-bdr {
    position: relative;
    top: 0.5rem!important;
}

.rft-bdr::before {
    content: "";
    width: 1px;
    background-color: #ced4da;
    height: calc(100% - 7px);
    position: absolute;
    right: -2px;
    top: 7px;
    border-left: 1px solid #ced4da;
    min-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

.budpopz{
    margin-top: 36px;
}


.budpopz p{
    background: #ffcccc;
    color:#c81919;
    padding: 7.5px;
    font-size: 12px;
    border-radius: 1px;
    font-weight:300;
} 

.budpopz p span{
    font-weight:700;
}


.borbot0{
    border-bottom:0px!important;
}

.cardin{
    padding-top:0px!important;
    padding-left:0px!important;
    padding-right:0px!important;
}

.cardin h5:after{
    display: none;
}

.crebudg{
    background: #eee;
    clear:both;
    padding: 7px;
}

.crebudg td{
    font-weight: 600;
}

.rolecatbg{
    background: #ffffcc;
    padding: 10px 10px 0px;
    border-radius: 5px;
}

.budgdep {
    display: flex;
    justify-content: space-between;
}


.budperd{
    display: block;
}

.buddept{
    display: block;
}

.budcollap {
    margin: 5px;
    width: calc(100% - 10px);
}

.budcollap tr th{
    background: #000;
    color:#fff;
    font-weight:400;
}

.budcollap tr td{
    padding: 7px 9px;
}

.budinlind .form-group {
    display: inline-flex;
}

.budinlind .budperd .form-group label {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    min-width: 110px;
}

.budinlind .form-group label {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px; 
}

.budinlind .form-group input.form-control{

}

.allbud{
    background: #c5e0b4 !important;
}

.utilbud{
    background: #ffe699 !important;
}

.balbud{
    background: #ffcccc !important;
}

.budlog .form-group input{    
    font-size: 16px;
    padding: 10px;
    border: 0px;
    font-weight: 600;
}

.rowlogbud {
    background: #eeeeee8c;
    padding: 10px;
    margin: 0px 0px 10px;
    border-radius: 3px;
}

.bualldetz{
    display: inline-flex;
}

.bualldetz .form-group{
    display: inline-flex;
    align-items: center;
    margin:0px;
}

.bualldetz .form-group label{
    margin: 0px;
    margin-right: 10px;
}

.lowbudbtnz button.btn{
    text-transform: uppercase;
    padding: 6px 15px;
    position: relative;
    top: 4px;
}

.bigfontgrp {
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

 

.budallocdept{
    display: inline-flex;
}

.budallocdept .form-group{
    display: inline-flex;
    align-items: center;
    margin:0px;
}

.budallocdept .form-group label{
    margin: 0px;
    margin-right: 10px;
}

.alltabresp{ 
    position: relative;
    margin: 0px;
    background: #eee;
    padding: 10px; 
    border-radius: 5px;
}

.allocbudjet{
    position: relative;
    margin: 0px;
}

.allocbudjet tr th{
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    border: 3px solid #fff;
    border-top:0px;
}

.allocbudjet tr th:first-child{
    border-left:0px;
}

.allocbudjet tr th:last-child{
    border-right:0px;
}

.allocbudjet tr td{
    font-size: 18px;
    font-weight: 500;
    padding: 7px 12px; 
    border: 3px solid #fff;
    border-bottom:0px;
}

.allocbudjet tr td:first-child{
    border-left:0px;
}

.allocbudjet tr td:last-child{
    border-right:0px;
}

.bglitblue{
    margin: 5px;
    width: calc(100% - 10px);
}

.bglitblue tr th{
    background: #1f75cb66 !important;
    font-weight: 500; 
}

.allocbudjetdropz{
    position: relative;
    margin: 0px;
}

.allocbudjetdropz tr th{
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 4px 9px;
    background: #000;
    color: #fff;
    font-weight: 400;
}

.allocbudjetdropz tr th:first-child{
    border-left:0px;
}

.allocbudjetdropz tr th:last-child{
    border-right:0px;
}

.allocbudjetdropz tr td{
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 4px 9px;
    vertical-align: middle;
}

.allocbudjetdropz tr td:nth-child(odd){
    background-color: #eeeeee82;
}

.allocbudjetdropz tr td:first-child{
    border-left:0px;
}

.allocbudjetdropz tr td:last-child{
    border-right:0px;
}

.alloz1{
    background: #a6a6a6;
}

.alloz2{
    background: #00b050;
}

.alloz3{
    background: #fcbd00;
}

.alloz4{
    background: #df6613;
}
 
.alloz5{
    background: #0498c1;
}


.allob1{
    background: #d9d9d9;
}

.allob2{
    background: #c5e0b4;
}

.allob3{
    background: #ffe699;
}

.allob4{
    background: #ffcccc;
}

.allob5{
    background: #0498c157;
}
 


.tickcloseswitch {
    position: relative; 
    width: 54px;
	margin-left:auto;
	margin-right:auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.tickcloseswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tickcloseswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #F0F0F0; border-radius: 20px;
	margin-bottom:0;
}
.tickcloseswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.tickcloseswitch-inner:before, .tickcloseswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.tickcloseswitch-inner:before {
    content: "\f00c";
    padding-left: 9px;
    font-family: 'Line Awesome Free';
    background-color: #95A912; color: #FFFFFF;
    font-size: 15px;
}
.tickcloseswitch-inner:after {
    content: "\f00d";
    padding-right: 9px;
    background-color: #ED3939; color: #FFFFFF;
    text-align: right;
    font-family: 'Line Awesome Free';
    font-size: 15px;
}
.tickcloseswitch-inner-dis:after {
    background-color: #c1c1c1!important;
}
.tickcloseswitch-switch {
    display: block; 
	width: 18px;
	height:18px; 
	margin: 5px;
	font-size:10px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 27px;
    border: 2px solid #F0F0F0; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.tickcloseswitch-checkbox:checked + .tickcloseswitch-label .tickcloseswitch-inner {
    margin-left: 0;
}
.tickcloseswitch-checkbox:checked + .tickcloseswitch-label .tickcloseswitch-switch {
    right: 0px; 
}

.newreqpop {
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;
}

.newreqpop span {
    background: #1f75cb;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.newapppop {
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;
}

.newapppop span {
    background: #1f75cb;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.newrejpop{
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;  
}

.newrejpop span {
    background: #f88411;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.apprejpop h3{
    padding: 11px 10px 11px 0px;
    margin: 10px 0px;
    font-size: 13px;
    background: #fff2cc;
    display:table;
    color:#ff0000;
    border-radius: 3px;  
}

.apprejpop h3 span {
    background: #ffe699;
    padding: 10px 10px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    margin:0px 5px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}



.topdata_title {
    background: #faead7;
    margin: -20px -25px 20px;
    padding: 10px 10px 10px;
}

.nodataalert{
    position: relative;
}

.nodataalert h4{
    margin:5px 0px;
    font-size: 16px;
}

.insearchtab{
    position: relative;
}

.insearchtab input.form-control {
    position: relative;
    top:-10px;
}

.insearchtab.top0 input.form-control {
    position: relative;
    top:0px;
}


.insearchtab select.form-control {
    position: relative;
    top:-10px;
}
 

.cardblueattach{
    position: relative;
    margin-bottom: 0px;
    margin-top:10px!important;
    padding-bottom: 0px!important;
}

.cardblueattach h5{
    background: #1f75cb;
    padding: 5px 12px;
    color: #fff !important;
    font-weight: 500 !important;
    line-height: 22px!important;
} 

.insearchtab i {
    position: absolute;
    top: -9px;
    right: 1px;
    background: #efe9e94f;
    padding: 8px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.bluecusttabl{
    position: relative;
}
 

.bluecusttabl tr th  {
    padding: 5px 9px;
    vertical-align: middle;
    background: #1f75cbc7;
    font-weight:500;
}

.bg-util{
    background: #ff0000; 
}

.bg-reject {
    background: #f88411;
}

.logbudchksw{
    display: none;
}

.logbudchksw.ditable {
    display: inline-block;
}

.edit-fld41 {
    background: #bde3f566;
}

.edit-fld51 {
    background: #bde3f566;
}





.awlloz1{
    background: #a6a6a6;
    color:#fff;
}

.awlloz2{
    background: #276399;
    color:#fff;
}

.awlloz3{
    background: #7ec234;
    color:#fff;
}

.awlloz4{
    background: #df6613;
    color:#fff;
}
 
.awlloz5{
    background: #0498c1;
    color:#fff;
}


.awllob1{
    background: #d9d9d9; 
}

.awllob2{
    background: #5aabf4;
    color:#fff;
}

.awllob3{
    background: #b9fd6e;
    color:#fff;
}

.awllob4{
    background: #fbaa73;
    color:#fff;
}

.awllob5{
    background: #0498c157;
    color:#fff;
}

.budutilsum{
    margin-top: 29px;
}

.bordlox {
    background: #fff;
    color: #000;
    border: 1px solid #ced4da;
    margin: 0px 1px;
    padding: 2px 6px;
}

.budutilsum a:hover{
    color:#000 !important;
}

.budutilsum a i{
    color:#000;
}
 
.reveprojtab tr th{
    padding: 4px 9px; 

}

.firstrevrow th{
    background: #4472c4;
    color: #fff;
    font-weight: 500;
}


.secrevrow th{
    background: #cfd5ea;
    color:#000 !important;
    font-weight: 500;
}


.reveprojtab tr:nth-child(even) {
    background-color: #f9f9f9;
}

.colred{
    color:#ff0000;
}


.colgreen{
    color:green;
}

.mnthhig {
    text-align: center;
    border: 1px solid #f4b117;
    display: inline-block;
    background: #ffd90087;
    padding: 2px 10px;
    margin: 0 auto;
    color: #ff0000;
    border-radius: 5px;
    font-style: italic;
}

.cust-tbl thead th{
    font-weight:600;
}
/* Overwrite Style End  */

.pcoded-content {
    position: relative;
    display: block;
    padding: 30px 0px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.cust-nav .nav-link.active{
    background: #c8d866 !important;
}
.cust-nav .nav-item .dropdown-item.active{
    background: #c8d866 !important;
}

/* Overwrite Style By Anstalin on 21-09-2023 */


/*------ BR ------------*/
.btn-thrd{
	background:#3a3a3a;
	border-color:#3a3a3a;
}
.btn-thrd:hover{
	background:#3a3a3a;
}
.btn-fltr-sh{
	background:#737272;
	border-color:#737272;
}
.btn-fltr-sh:focus{
	background:#737272;
	border-color:#737272;
}
.btn-fltr-sh:hover{
	background:#3a3a3a;
	border-color:#3a3a3a;
}
.fltr-main{
	display:none;
}
.cust-check-box{
	padding-top:30px;
}
.show-entries{
	font-size:12px;
}
.cust-hrs-day{
	position:relative;
}

.cust-hrs-day1, .cust-hrs-day2 {
    position: absolute;
    top: 2px;
    right: 16px;
    background: #ffffff;
    border-left: 1px solid #CCC;
    padding: 5px;
}
.sprtr {
    border-top: 1px solid #edf2f8;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:15px;
	margin-right:15px;
}
.btn-add-mr {
    margin-top: 28px;
    padding: 6px;
}
.sht-lbl, .sht-gr-lbl, .sht-cst-clr {
    padding: 1px 5px;
    min-width: 100%;
    display: block;
    text-align: center;
	color:#FFF;
	font-size: 10px;
}
.sht-lbl.cl1{
	background:#b3d920;
}
.sht-lbl.cl2{
	background:#5fcc83;
}
.sht-lbl.cl3{
	background:#ee84ff;
}
.sht-gr-lbl.cl1{
	background:#a2d5ff;
}
.sht-gr-lbl.cl2{
	background:#fff1ab;
}
.sht-gr-lbl.cl3{
	background:#ff8d8d;
}
.sht-cst-clr.cl1{
	background:#ff7f7f;
}
.sht-cst-clr.cl2{
	background:#4fba81;
}
.sht-cst-clr.cl3{
	background:#b800ff;
}
.cust-clr-code{
	position:relative;
}
.cust-clr-code .sp-replacer {
    position: absolute;
    top: 28px;
    right: 15px;
    border-color: #CCC;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}
.lv-blnce{
	font-size: 12px;
    background: #f0f3de;
    padding: 6px 10px;
    border-radius: 3px;
}
.cust-file-control{
	padding-top:3px;
	padding-left:3px;
}
.lv-days, .lv-hrs, .pnch-erly, .fx-brk{
	display:none;
}
@media (max-width: 550px) {
	.btn-st,.btn-thrd{
		margin-bottom:2px;
	}
}
.form-control{
	min-height:32px!important;
}
.ui-selectable>.ui-selected{
	background:#CCC;
}
.att-req{
    font-size: 14px;
    margin-bottom: 15px;
}
.chk-mrg{
	margin-top:-12px!important;
}

.catypez{
    position: relative;
    margin:0px;
}

.catypez span{
    font-size:12px;
    display: block;
}

.rft-bdr {
    position: relative;
    top: 0.5rem!important;
}

.rft-bdr::before {
    content: "";
    width: 1px;
    background-color: #ced4da;
    height: calc(100% - 7px);
    position: absolute;
    right: -2px;
    top: 7px;
    border-left: 1px solid #ced4da;
    min-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

.budpopz{
    margin-top: 36px;
}


.budpopz p{
    background: #ffcccc;
    color:#c81919;
    padding: 7.5px;
    font-size: 12px;
    border-radius: 1px;
    font-weight:300;
} 

.budpopz p span{
    font-weight:700;
}


.borbot0{
    border-bottom:0px!important;
}

.cardin{
    padding-top:0px!important;
    padding-left:0px!important;
    padding-right:0px!important;
}

.cardin h5:after{
    display: none;
}

.crebudg{
    background: #eee;
    clear:both;
    padding: 7px;
}

.crebudg td{
    font-weight: 600;
}

.rolecatbg{
    background: #ffffcc;
    padding: 10px 10px 0px;
    border-radius: 5px;
}

.budgdep {
    display: flex;
    justify-content: space-between;
}


.budperd{
    display: block;
}

.buddept{
    display: block;
}

.budcollap {
    margin: 5px;
    width: calc(100% - 10px);
}

.budcollap tr th{
    background: #000;
    color:#fff;
    font-weight:400;
}

.budcollap tr td{
    padding: 7px 9px;
}

.budinlind .form-group {
    display: inline-flex;
}

.budinlind .budperd .form-group label {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    min-width: 110px;
}

.budinlind .form-group label {
    margin: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px; 
}

.budinlind .form-group input.form-control{

}

.allbud{
    background: #c5e0b4 !important;
}

.utilbud{
    background: #ffe699 !important;
}

.balbud{
    background: #ffcccc !important;
}

.budlog .form-group input{    
    font-size: 16px;
    padding: 10px;
    border: 0px;
    font-weight: 600;
}

.rowlogbud {
    background: #eeeeee8c;
    padding: 10px;
    margin: 0px 0px 10px;
    border-radius: 3px;
}

.bualldetz{
    display: inline-flex;
}

.bualldetz .form-group{
    display: inline-flex;
    align-items: center;
    margin:0px;
}

.bualldetz .form-group label{
    margin: 0px;
    margin-right: 10px;
}

.lowbudbtnz button.btn{
    text-transform: uppercase;
    padding: 6px 15px;
    position: relative;
    top: 4px;
}

.bigfontgrp {
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

 

.budallocdept{
    display: inline-flex;
}

.budallocdept .form-group{
    display: inline-flex;
    align-items: center;
    margin:0px;
}

.budallocdept .form-group label{
    margin: 0px;
    margin-right: 10px;
}

.alltabresp{ 
    position: relative;
    margin: 0px;
    background: #eeeeee42;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #929090;
}

.allocbudjet{
    position: relative;
    margin: 0px;
}

.allocbudjet tr th{
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    border: 3px solid #fff;
    border-top:0px;
}

.allocbudjet tr th:first-child{
    border-left:0px;
}

.allocbudjet tr th:last-child{
    border-right:0px;
}

.allocbudjet tr td{
    font-size: 18px;
    font-weight: 500;
    padding: 7px 12px; 
    border: 3px solid #fff;
    border-bottom:0px;
}

.allocbudjet tr td:first-child{
    border-left:0px;
}

.allocbudjet tr td:last-child{
    border-right:0px;
}

.bglitblue{
    margin: 5px;
    width: calc(100% - 10px);
}

.bglitblue tr th{
    background: #1f75cb66 !important;
    font-weight: 500; 
}

.allocbudjetdropz{
    position: relative;
    margin: 0px;
}

.allocbudjetdropz tr th{
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 4px 9px;
    background: #000;
    color: #fff;
    font-weight: 400;
}

.allocbudjetdropz tr th:first-child{
    border-left:0px;
}

.allocbudjetdropz tr th:last-child{
    border-right:0px;
}

.allocbudjetdropz tr td{
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 4px 9px;
    vertical-align: middle;
}

.allocbudjetdropz tr td:nth-child(odd){
    background-color: #eeeeee30;
}

.allocbudjetdropz tr td:first-child{
    border-left:0px;
}

.allocbudjetdropz tr td:last-child{
    border-right:0px;
}

.alloz1{
    background: #a6a6a6;
}

.alloz2{
    background: #00b050;
}

.alloz3{
    background: #fcbd00;
}

.alloz4{
    background: #df6613;
}
 
.alloz5{
    background: #0498c1;
}


.allob1{
    background: #d9d9d9;
}

.allob2{
    background: #c5e0b4;
}

.allob3{
    background: #ffe699;
}

.allob4{
    background: #ffcccc;
}

.allob5{
    background: #0498c157;
}
 


.tickcloseswitch {
    position: relative; 
    width: 54px;
	margin-left:auto;
	margin-right:auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.tickcloseswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tickcloseswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #F0F0F0; border-radius: 20px;
	margin-bottom:0;
}
.tickcloseswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.tickcloseswitch-inner:before, .tickcloseswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.tickcloseswitch-inner:before {
    content: "\f00c";
    padding-left: 9px;
    font-family: 'Line Awesome Free';
    background-color: #95A912; color: #FFFFFF;
    font-size: 15px;
}
.tickcloseswitch-inner:after {
    content: "\f00d";
    padding-right: 9px;
    background-color: #ED3939; color: #FFFFFF;
    text-align: right;
    font-family: 'Line Awesome Free';
    font-size: 15px;
}
.tickcloseswitch-inner-dis:after {
    background-color: #c1c1c1!important;
}
.tickcloseswitch-switch {
    display: block; 
	width: 18px;
	height:18px; 
	margin: 5px;
	font-size:10px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 27px;
    border: 2px solid #F0F0F0; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.tickcloseswitch-checkbox:checked + .tickcloseswitch-label .tickcloseswitch-inner {
    margin-left: 0;
}
.tickcloseswitch-checkbox:checked + .tickcloseswitch-label .tickcloseswitch-switch {
    right: 0px; 
}

.newreqpop {
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;
}

.newreqpop span {
    background: #1f75cb;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.newapppop {
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;
}

.newapppop span {
    background: #1f75cb;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.newrejpop{
    padding: 5px 12px;
    margin: 10px 0px;
    font-size: 12px;
    background: #e9f3fc;
    display:table;
    color:#73aadf;
    border-radius: 3px;  
}

.newrejpop span {
    background: #f88411;
    padding: 3px 6px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    margin:0px 3px;
    border-radius: 3px;
}

.apprejpop h3{
    padding: 11px 10px 11px 0px;
    margin: 10px 0px;
    font-size: 13px;
    background: #fff2cc;
    display:table;
    color:#ff0000;
    border-radius: 3px;  
}

.apprejpop h3 span {
    background: #ffe699;
    padding: 10px 10px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
    color: #000;
    margin:0px 5px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}



.topdata_title {
    background: #faead7;
    margin: -20px -25px 20px;
    padding: 10px 10px 10px;
}

.nodataalert{
    position: relative;
}

.nodataalert h4{
    margin:5px 0px;
    font-size: 16px;
}

.insearchtab{
    position: relative;
}

.insearchtab input.form-control {
    position: relative;
    top:-10px;
}

.insearchtab.top0 input.form-control {
    position: relative;
    top:0px;
}


.insearchtab select.form-control {
    position: relative;
    top:-10px;
}
 

.cardblueattach{
    position: relative;
    margin-bottom: 0px;
    margin-top:10px!important;
    padding-bottom: 0px!important;
}

.cardblueattach h5{
    background: #1f75cb;
    padding: 5px 12px;
    color: #fff !important;
    font-weight: 500 !important;
    line-height: 22px!important;
} 

.insearchtab i {
    position: absolute;
    top: -9px;
    right: 1px;
    background: #efe9e94f;
    padding: 8px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.bluecusttabl{
    position: relative;
}
 

.bluecusttabl tr th  {
    padding: 5px 9px;
    vertical-align: middle;
    background: #1f75cbc7;
    font-weight:500;
}

.bg-util{
    background: #ff0000; 
}

.bg-reject {
    background: #f88411;
}

.logbudchksw{
    display: none;
}

.logbudchksw.ditable {
    display: inline-block;
}

.edit-fld41 {
    background: #bde3f566;
}

.edit-fld51 {
    background: #bde3f566;
}





.awlloz1{
    background: #a6a6a6; 
}

.awlloz2{
    background: #4989c3; 
}

.awlloz3{
    background: #7ec234; 
}

.awlloz4{
    background: #df6613; 
}
 
.awlloz5{
    background: #0498c1; 
}


.awllob1{
    background: #d9d9d9; 
}

.awllob2{
    background: #5aabf4; 
}

.awllob3{
    background: #b9fd6e; 
}

.awllob4{
    background: #fbaa73; 
}

.awllob5{
    background: #0498c157; 
}

.budutilsum{
    margin-top: 29px;
}

.bordlox {
    background: #fff;
    color: #000;
    border: 1px solid #ced4da;
    margin: 0px 1px;
    padding: 2px 6px;
}

.budutilsum a:hover{
    color:#000 !important;
}

.budutilsum a i{
    color:#000;
}
 
.reveprojtab tr th{
    padding: 4px 9px; 

}

.firstrevrow th{
    background: #4472c4;
    color: #fff;
    font-weight: 500;
}


.secrevrow th{
    background: #cfd5ea;
    color:#000 !important;
    font-weight: 500;
}
 

.reveprojtab tr:nth-child(even) {
    background-color: #f9f9f9;
}


.revsalez tr th{
    padding: 4px 9px; 

}

.firstsalez th{
    background: #4472c4 !important;
    color: #fff;
    font-weight: 500 !important;
}


.secsalez td{
    background: #cfd5ea !important;
    color:#000 !important;
    font-weight: 500 !important;
}
 

.revsalez tr:nth-child(odd) {
    background-color: #e9ebf5 !important;
}

.logbudeditcat{
    display: none;
}

.logbudadcatz{
    display: inline-block;
}

.colred{
    color:#ff0000;
}


.colgreen{
    color:green;
}

.mnthhig {
    text-align: center;
    border: 1px solid #f4b117;
    display: inline-block;
    background: #ffd90087;
    padding: 2px 10px;
    margin: 0 auto;
    color: #ff0000;
    border-radius: 5px;
    font-style: italic;
}

.cust-tbl thead th{
    font-weight:600;
}

.difftab {
    position: relative;
    overflow-x: unset;
}

.difftab .allocbudjetdropz {
    position: relative;
    margin: 0px;
    margin-top: 35px;
    box-shadow: 0px 4px 14px #111;
}

.diffbtnz {
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 73px;
}

.diffbtnz td{
    padding: 3px !important;
    border: 0px !important;
    background: #fff;
}

.diffadd{
    background: #95a912;
    display: table-cell;
    align-items: center;
    text-align: center;
    vertical-align: middle!important;
    border-bottom: 0px !important; 
    padding: 0px!important;
} 

.diffadd a{
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
}

.diffadd a.btn{ 
    font-size: 18px;
    text-transform: uppercase;
    padding:20px 24px;
}

.tbl-clps-btn.clickable i{
    transform: rotate(180deg);
} 

.tbl-clps-btn.clickable.collapsed i{
    transform: rotate(0deg);
} 

/* Overwrite Style End  */