#AddEngModal   label {
    margin-right: 5px !important
}

.select_mounth {
    border: 1px solid red;
    padding: 5px 8px;
    background: #ffd9d9;
}
fieldset.scheduler-border {
    border: 1px solid lightgrey !important;
    padding: 0 0.4em 0.4em 0.4em !important;
    margin: 0 0 0.8em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 5px;
}
select.form-control {
    padding-top: 0 !important;
}
legend.scheduler-border {
    font-size: 0.9em !important;
    text-align: right !important;
    width: auto;
    padding: 0 10px;
    color: darkcyan;
}
.sidenav {
  display: none;
  height: 100%;
  width: 350px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.tmp_div {
    background-color: #f8f9fa;
}

    .tmp_div:hover {
        background-color: lightcyan;
        cursor: pointer;
    }

.no_exist {
    height: 25px;
    background-image: linear-gradient(to right, white, orange, white);
}
.btn-purple {
    color: #fff;
    background-color: #5e2db6;
    border-color: #5e2db6;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #5e2db6;
        border-color: #5e2db6;
    }

.btn-brown {
    color: #fff;
    background-color: #895311;
    border-color: #895311;
}

    .btn-brown:hover {
        color: #fff;
        background-color: #6d420e;
        border-color: #6d420e;
    }
   .toggle_letter > button {
  display: block;
  position: relative;
  color:#9A9A9A;
}
.toggle_letter > button:after {
  content: "\f0d7"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 4px;
  top:4px;
}
.toggle_letter > button[aria-expanded="true"]:after {
  content: "\f0d8"; /* fa-chevron-up */
   top:2px;
}
.cmd_title{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tooltip1 {
  position: relative;
  display: inline-block;
}
.p-6{
    padding:8px;
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: max-content;
background-color: #fff;
  color: #3b3737;
  text-align: center;
  border-radius: 6px;
  padding: 0 5px;
  border:solid 1px lightgray;
  font-size:12px;
  top:-26px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  box-shadow: 2px 1px 14px -1px lightgrey;
  font-weight: normal;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.chk_light{
    background:lightcyan !important;
}
.mycard{
    background-color:white;
    width:100%;
    border-radius:.55rem;
    box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
    /*margin-bottom:20px;*/
    transition:.5s;
    border: 1px solid #dee2e6 !important;
}   
.mycardHeader{
    padding-bottom:0;
    padding-top:7px;
    width:100%;
}
.mycardHeaderDiv{
    width:100%;
    padding-bottom:2px;
    margin-bottom:0;
    padding-right:10px;
    padding-left:2px;
}
.mycardBody{
    width:100%;
    padding:10px;
    overflow-y:auto;
    overflow-x:hidden;
}
 .dataTables_filter {
        display: none;
    }
        table {
  counter-reset: section;
}

.count:before {
  counter-increment: section;
  content: counter(section);
}
    .border_error{
        border-color:red;

    }
    .border_succes{
 border-color:Lime;
    }

.divTable{
	display: table;
	width: 100%;

}
.divTableRow {
	display: table-row;
   
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 3px 0 3px;
    border-bottom:1px solid lightgray;

}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.fa-passwd-reset{
    color:gray;
}
.fa-passwd-reset > .fa-lock {
  font-size: 0.55rem;
 
}
.CardEmpolyee .form-inline .checkbox{
    padding-top:10px;
  
}
.CardEmpolyee .form-inline .control-label{
    margin-right:10px;
    
}
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -350px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

/* ----- v CAN BE DELETED v ----- */

.count:before {
    counter-increment: section;
    content: counter(section);
}




.text-archive {
    color: #6d59b4;
}

.text-succes_light {
    color: #49c5b6;
}

.text-warning_Dark {
    color: #fc842e;
}

.image_custom {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}

.image_custom1 {
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border: 2px solid #0094ff;
}

ul#menu li {
        display: inline;
        padding: 0px 10px;
        border-left: 1px solid lightgray;
    }

.color-envlope {
    color: #49c5b6;
}

[contenteditable] {
    border: solid 1px lightgreen; padding: 5px; border-radius: 3px;
}

.bg_light_custome {
    background-color: #ffffff;
}

.MyHr{
    margin:5px 0;
}
/*padding page-item in pagination*/
.ppi{
    padding:1px;
}

/*padding first and last page-link in pagination*/
.ppl{
    padding:2px 7px;
}
.pplm{
    padding:2px 7px; border-radius:2px;
}

.modal-full {
    min-width: 100%;
    margin:19% 0;
}
.modal-full .modal-content {
    min-height: 20vh;
    background-color:#333030;
    opacity:0.7;
}
.modal-full .modal-content .bh {
 box-shadow: 5px 5px 5px #232121;
opacity:1;
}

.BtnCardHeader{
    padding:0 4px;
}
.MyRow{
    height:auto; width:100%;  padding-bottom:2px;padding-top:0;
    margin-bottom:3px;box-shadow:inset 0px 100px 111px -147px lightgrey;
}

.MyRow:hover {
    background-color: whitesmoke;
}

.MyRowgreen{
    height:auto; width:100%;  padding-bottom:2px;padding-top:0;
}

.MyRowgreen:hover {
    background-color: lightgreen;
}

.MyRowred{
    height:auto; width:100%;  padding-bottom:2px;padding-top:0;
}

.MyRowred:hover {
    background-color: lightcoral;
}

.MyRowblue{
    height:auto; width:100%;  padding-bottom:2px;padding-top:0;
}

.MyRowblue:hover {
    background-color: lightblue;
}

.parafs{
    z-index:999;
    position:relative;
}

@media screen and (max-height: 992px) {
  .CardContent {
    height: 31.2rem;
    overflow-y:auto;

    overflow-x:hidden;
 
  }
}
@media screen and (max-height: 992px) {
  .Cardgroup {
    height: 35.6rem;
    overflow-y:auto;
    margin-bottom:0;
    overflow-x:hidden;
  }
}

@media screen and (max-height: 992px) {
  .Cardcenteral {
    height: 28.6rem;
    overflow-y:auto;
    margin-bottom:0;
    overflow-x:hidden;
    padding-left:10px;
  }
}

@media screen and (max-height: 768px) {
    .CardContent{
 height: 360px;
 overflow-y:auto;
    }

}

@media screen and (max-height: 992px) {
  .CardContentDashboard {
    height: 38rem;
    overflow-y:auto;
    overflow-x:hidden;
  }
}


@media screen and (max-height: 768px) {
    .CardContentDashboard{
 height: 480px;
 overflow-y:auto;
 overflow-x:hidden;
    }

}

@media screen and (max-height: 992px) {
  .CardViewer {
    height: 39rem;
    overflow-y:auto;
    overflow-x:hidden;
  }
}


@media screen and (max-height: 768px) {
    .CardViewer{
 height: 500px;
 overflow-y:auto;
 overflow-x:hidden;
    }

}

@media screen and (max-height: 992px) {
    .CardCenterManage{
 height: 30rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}


@media screen and (max-height: 992px) {
    .CardEmpolyee{
 height: 35rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}

@media screen and (max-height: 992px) {
    .CardProfile{
 height: 36rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}
@media screen and (max-height: 992px) {
    .CardDraft{
 height: 42rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}
@media screen and (max-height: 992px) {
    .CardEnDoc{
 height: 39rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}
@media screen and (max-height: 992px) {
    .CardLogin{
 height: 15rem;
 overflow-y:auto;
 overflow-x:hidden;
    }

}
@media screen and (max-width: 767px) {
    .btn_del_df {
        display: initial !important
    }
 
    .tab-menu1 {
        display: initial !important
    }

    #search-mobile {
        display: none;
    }
    
     .clear_padding_mobile {
        padding-top:0;
    }
      .clear_margin_mobile {
        margin-top:0;
    }
        #icon-mobile {
        display: inline-block;
    }
          div .let_status {
        display: inline-block;
    }
        
        div .cmd_title .title_let{
            font-size:12px;
        }
        ul li div .emp_n{
            font-size:11px;
        }
         ul li div .cmd_let{
            font-size:10px;
        }
          ul li div .cen_n{
            font-size:9px;
        }

         div p .let_status .fa-mail-reply-all{
            font-size:9px;
        }
          div p .let_status .fa-paperclip{
            font-size:9px;
        }
           div p .let_status .fa-tasks{
            font-size:9px;
        }
            div p .let_status .fa-tags{
            font-size:9px;
        }
}


    .cursor-pointer{
  cursor: pointer;
}

@media screen and (max-height: 992px) {
  .CardBill {
    height: 31.2rem;
    overflow-y:auto;
    overflow-x:hidden;
  }
}

@media screen and (max-height: 992px) {
  .CardAcc {
    height: 31.2rem;
    overflow-y:auto;
    overflow-x:hidden;
  }
}