/* Change Password Css */

#password-field .password-container {
    position: relative;
}

#password-field .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


/* Select to */

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.left-section{

    min-width: 170px;
    text-align: right;
    padding: 10px 25px 10px 0px;
}

.right-section{
    width: calc(100% - 180px);
    display: inline-block;
    /* padding: 10px 0px 9px 11px; */
}

.left-section span{
    color: #616E88;
}
.right-section.float-right span{
    color: #313949;
}

.right-section.float-right.padding-10{
    padding: 10px;
}

.right-section .non-editable-div{
    position: relative;
    padding: 11px 0px 8px 11px;
}


.inline-edit-icon {
    display: none; /* Hide the edit icon by default */
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'%3E%3C/path%3E%3Cpath d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    cursor: pointer;
}

  /* When hovering over the text, show the edit icon */
.non-editable-div:hover .inline-edit-icon {
    display: inline-block;
}

  /* Style the border when hovering over the text */
.non-editable-div:hover {
    border: 1px solid #9f9f9f;
    padding: 10px 35px 7px 10px;
    border-radius: 6px;
}

.right-section .editable-div{
    padding: 0px 0px 0px;
}

.right-section .editable-div .flatpickr-wrapper{
    width: 92%;
    display: inline-block;
}

.right-section .editable-div .flatpickr-wrapper .edit-input {
    width: 100%;
}

.edit-input{
    width: 89%;
    height: 41px;
    border-radius: 6px;
    border: 1px solid #000;
    padding: 10px 10px 9px 11px;
}
.editable-text{
    min-height: 23px;
}

.editable-div .select2-container{
    width: 89%!important;
    margin-bottom: 0px!important;
}

.right-section .non-editable-div .editable-text-js{
    word-wrap: break-word;
}

.right-section .editable-div .inline-save-icon{
    color: #8dbf42;
    cursor: pointer;
}
.right-section .editable-div .inline-delete-icon{
    color: #FE767B;
    cursor: pointer;
}

.right-section.float-right p{
    padding: 10px 0px;
    word-wrap: break-word;
}


.hr{

    margin: 10px 0px;

}



.font-design{

    font-size: 15px!important;

    font-weight: bold!important;

}



/* leave filter css start*/
#leave-user-filter .margin-top-32{
    margin-top: 32px;
}
/* leave filter css end*/

/* workorder filter css start*/
.layout-spacing .filter-option .select2-container--default .select2-selection--multiple {
    font-size: 13px;
    padding: 3px 12px;
}
/* workorder filter css end*/


/* worklog filter css start */
.filter-field{
    height       : 37px;
    min-width    : 270px;
    border-radius: 6px;
    border       : 1px solid #CCC;
    padding      : 8px;
    margin       : 0px 5px 0px 0px;

}

.worklog-filter-option .btn {
    margin-right: 0px;
}

.worklog-filter-option .select2-container {
    z-index: 999;
}

.worklog-filter-option .select2.select2-container{
    margin: 0px 15px 0px 0px;
}
.worklog-filter-option .flatpickr-wrapper .flatpickr-input{
    height: 45px;
}

.worklog-filter-option .flatpickr-wrapper .flatpickr-input.custom-input-field{
    width: 145px!important;
    min-width: 145px!important;
}

.worklog-filter-option .btn-apply-filter{
    height: 45px;
}

.worklog-filter-option .btn-reset-filter{
    height: 45px;
}

.worklog-filter-option .workorders-apply-filter{
    height: 45px;
}

.worklog-filter-option .workorders-reset-filter{
    height: 45px;
}

/* worklog filter css end */


/* worklog add worklog page css start */
.add-worklog-by-page .new-control.new-checkbox .new-control-indicator{
        background-color: #fff;
        border: 1px solid #ccc;
}
.add-worklog-by-page .select2-container {
    z-index: 0;
}

.add-worklog-by-page #add-task-by-worklog-form .select2-container {
    z-index: 9999;
}
.add-worklog-by-page .flatpickr-calendar.static.open {
    z-index: 999999;
}
.add-worklog-by-page .btn[data-dismiss="modal"] {
    background-color: #fff;
    color: #8cc63f;
    font-weight: 700;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1)!important;
}
.add-worklog-by-page .add-row-by-worklog-page{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0px;
}
.add-worklog-by-page .btn-group-by-workorder-page{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0px;
}
.add-worklog-by-page .mx-233{
    max-width: 233px;;
}
.add-worklog-by-page .text-mx-600{
    min-width: 600px;
    max-width: 600px;
}
.add-worklog-by-page .txt-mx-53{
    max-width: 53px;
}
.add-worklog-by-page .txt-plus-mx-70 {
    max-width: 70px;
}
.add-worklog-by-page .text-t-w-400{
    max-width: 400px;
}
.add-worklog-by-page .plus-icon-m-p{
    padding: 5px 12px;
    margin: 37px 12px 0px;
}

.add-worklog-by-page .btn-custom-background{
    background-color: #1b55e2;
    color: #fff;
    box-shadow: 0 10px 20px -10px #3a3a3c;
    padding: 0.4375rem 1.25rem;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.worklog-index .btn-custom-background:hover{
    border-color: #1b55e2;
    box-shadow: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.worklog-index .btn-custom-background{
    background-color: #1b55e2;
    color: #fff;
    box-shadow: 0 10px 20px -10px #3a3a3c;
    padding: 0.4375rem 1.25rem;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    white-space: normal;
    word-wrap: break-word;
    transition: .2s ease-out;
    touch-action: manipulation;
    cursor: pointer;
    will-change: opacity, transform;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.add-worklog-by-page .btn-custom-background:hover{
    border-color: #1b55e2;
    box-shadow: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.add-worklog-by-page .total-worklog-work-hour
{
        padding: 30px 0px 0px;
}

/* worklog add worklog page css end */

/* worklog add worklog page css end */
.daily-view-worklog-details-by-page .left-section{
    text-align: left!important;
    min-width: 0px!important;
}

/* worklog add worklog page css end */

.full-description{
    word-break: break-all;
}


.btn-comment-edit{

    cursor: pointer;

    font-weight: bold;

}

.btn-comment-delete{

    cursor: pointer;

    font-weight: 600;

    color: #FE767B!important;

}

.btn-edit{

    cursor: pointer;

}

.btn-delete{

    cursor: pointer;

}

.text-wrap{

    word-break: break-all;



}

.menu-logo-img{

    width: 18px;

    height: 18px;

    margin-right: 8px;

}

/* Datatable Css Start */



.dataTables_length{

    float        : left;

    margin-bottom: 15px;

}

.dataTables_filter{

    float        : right;

    margin-bottom: 15px;

}

.dataTables_info{

    float     : left;

    margin-top: 15px;

    color     : #1b55e2;

}

.dataTables_paginate{

    float     : Right;

    margin-top: 15px;

}

.dataTables_length select{

    color: #05152F;

    background-color: #F1F1F1;

}



.datatable-spacing{

    border-collapse: separate;

    border-spacing: 0 3px;

}

.dataTables_wrapper .dataTables_filter input{

        border-radius: 5px  ;

}



.tr-bg {

    background-color: rgb(205 205 205);

    border-radius: 6px;

}



  .tr-bg .tr-th-border-left{

    border-top-left-radius: 6px;

    border-bottom-left-radius: 6px;

}

  .tr-bg .tr-th-border-right{

    border-top-right-radius: 6px;

    border-bottom-right-radius: 6px;

}



  tr.odd {

    background-color:#fff!important;

}



  tr.even {

    background-color:#fff!important;

}



  tr.odd:hover,

  tr.even:hover {

    background-color: #F2F8FD;

}

.dataTables_filter label{

    position: relative;

}



.dataTables_filter .fortrun {

    position: absolute;

    padding: 8px;

    color: #b1aaaa;

}



#clients-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#clients-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}

#daily-view-worklog-details-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#daily-view-worklog-details-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}

#leaves-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#leaves-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}



#users-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#attendance-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}

#attendance-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#users-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}



  .dataTables_filter input{

    color: #05152F;

    background-color: #F1F1F1;

    border: 1px solid #bdb6b6;

    /* padding-left: 27px!important; */

    width: 300px;

    height: 35px!important;

}

#partners-datatable_wrapper .dataTables_filter .fortrun {

    position: absolute;

    padding: 10px;

    color: #b1aaaa;

}



#partners-datatable_wrapper .dataTables_filter input{

    color: #05152F;

    border: 1px solid #bdb6b6;

    padding-left: 27px!important;

    width: 300px;

    height: 35px!important;

}

.sorting_asc{

    border-top-left-radius: 6px;

    border-bottom-left-radius: 6px;

}

.ArrowTable{

    border       : 1px solid #337ab7e0;

    padding      : 10px;

    border-radius: 6px;

}

.paginate_button{

    padding: 10px;

    cursor: pointer;

}

.paginate_button.current{

    font-weight: 900;

    outline: 0px;

}

.paginate_button:focus{

    outline: 0px;

    box-shadow:0 0 0 0;

}





/* Datatable Css end */



button.btn[data-dismiss="back"] {

    background-color: #fff;
    color: #8bc53e;
    font-weight: 700;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1) !important;

}

.input-group button:hover,

.input-group .btn:hover,

.input-group button:focus,

.input-group .btn:focus{

    transform: translateY(-3px) !important;

}







a.btn[data-dismiss="back"] {

    background-color: #fff;

    color: #8cc63f;

    font-weight: 700;

    border: 1px solid #e8e8e8;

    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1)!important;

}

.filter-option .select2-container{
    margin-right: 10px;
}



.filter-option .select2-container .select2-selection--single .select2-selection__rendered{

    padding: 6px 10px!important;

    height: 37px!important;

}

.filter-option .select2-container--default .select2-selection--single .select2-selection__arrow{

    top: 5px!important;

}



/* knowledge Based css */

.related-app-section{

        height: 135px;

        position  : relative;

}

.related-app-section:hover{

     box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1)!important;

     cursor: pointer;

}

.related-app-section .related-apps-logo-img{

    width: 50px;

}

.related-app-section .related-app-img-logo-section{

    margin    : 0 auto;

    text-align: center;

    margin-top: 5px;



}

.related-app-section .related-app-text-section{

    text-align: center;
    margin-top: 15px;

}
.advance_search{
    box-shadow: 1px 5px 20px #ccc;
    height: 50px;
}
.filter-field.knowledges_select{
    height: 50px;
    width: 200px;
    border-radius: 6px 0px 0px 6px;
    border:0px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px;
}
.related_apps{
    width: calc(100% - 275px);
}

.related_apps input[type=search]{
    color: #05152F;
    padding-left: 27px!important;
    width: 100%;
    height: 50px!important;
    border: 0px;
    border-radius: 0px 6px 6px 0px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.knowledges_serch{
    width: 86.5%;
}
.knowledges_serch input[type=search]{
    color: #05152F;
    padding-left: 27px!important;
    width: 100%;
    height: 50px!important;
    border: 0px;
    border-radius: 0px 6px 6px 0px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#workorders-ajax-datatable thead tr th.sorting.sorting_asc{
    width: 350px!important;
}

#workorders-ajax-datatable thead tr th:nth-child(3){
    width: 300px!important;
}
#workorders-ajax-datatable thead tr th:nth-child(7){
    min-width: 148px!important;
}

#task-ajax-datatable thead tr th:nth-child(1), #bug-ajax-datatable thead tr th:nth-child(1), #design-ajax-datatable thead tr th:nth-child(1), #improvement-ajax-datatable thead tr th:nth-child(1){
    width: 45px!important;
}
#task-ajax-datatable thead tr th:nth-child(2), #bug-ajax-datatable thead tr th:nth-child(2), #design-ajax-datatable thead tr th:nth-child(2), #improvement-ajax-datatable thead tr th:nth-child(2){
    width: 30px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(2){
    width: 50px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(1){
    width: 20px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(3){
    width: 200px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(4){
    width: 200px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(5){
    width: 300px!important;
}
#worklogs-ajax-datatable thead tr th:nth-child(6){
    width: 400px!important;
}
#project-datatable thead tr th:nth-child(1){
    width: 400px!important;
}
#bug-ajax-datatable thead tr th:nth-child(1){
    min-width: 40px!important;
}
.List_listItems{

}
/* .user-details-page .left-section {
    min-width: 210px;
} */
.user-details-page .left-section {
    min-width: 170px;
}
.announcements{
    width: 60%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
}
#iconsAccordion .card-box{
    border: 2px solid #e0e6ed;
    border-radius: 6px;
    margin-bottom: 4px;
    background-color: #eaf1ff;
}
/* Common Based css */
.Container_wrapper{
    padding-top: 2.5rem;
    position: relative;
}
.Container_box{
    border: 1px solid #d4dadf;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.03);
}
.ModuleItem{
    padding: 0.9375rem;
    align-items: center;
    justify-content: flex-start;
}
.ModuleItem_List{
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.07);
    position: relative;
}
.ModuleItem_List:last-child{
    border-bottom: none;
}
.softcommonStyle_ulAlign{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ModuleItem_subcategoryImg{
    margin-right: 1.5625rem;
}
.ModuleItem_categoryImg{
    margin-right: 0.625rem;
}
.ModuleItem_dec{
    line-height: 30px;
}
.ModuleItem_softTitle{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8rem;
}
.CustomWidgets_tTitle{
    color: #000;
    display: block;
    margin: 0 0 0.9375rem;
    font-size: 1.2rem;

}
.WidgetsContainer_rightWd{
    line-height: 35px;
}
.ModuleItem_softmoduleCount{
    color: #666;
    font-size: 0.85rem;
}
.softcommonStyle_displayBlock {
    display: block;
}
.Link_link{
    color: #000000;
}
.softcommonStyle_link{
    text-decoration: none;
    color: #000;
    transition: .2s all;
}
.softcommonStyle_Alitem{align-items: center;}
.softcommocStyle_cursor{cursor: pointer;}
.softcommonStyle_verticalMiddle{
    display: inline-block;
    vertical-align: middle;
}
.softcommonStyle_flexWrapRow{
    display: flex;
    flex-wrap: wrap;
}
.softcommonStyle_flex1{
    flex: 1;
}
.softCommon_overflowDotted{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.softCommon_fweight600{
    font-weight: 600;
}
.softcommonStyle_dFlex{display: flex;}

.articles .Container_wrapper img {
    vertical-align: middle;
    border-style: none;
    width: 35px;
}

.related-app-container .Container_wrapper {
    background   : white;
    padding      : 15px;
    border-radius: 5px;
    height       : 80vh;
    overflow-y   : auto;
}

.related-app-container .Container_wrapper .ModuleItem_categoryImg {
    margin-right: 10px;
}
.related-app-container .Container_wrapper img {
    vertical-align: middle;
    border-style  : none;
    width         : 20px;
}

.related-app-container .Container_wrapper a {
    color: #515365;
    outline: none;
    font-size: 16px;
    padding-top: 4px;
}

.related-app-container .Container_wrapper .softcommonStyle_dFlex {
    display      : flex;
    line-height  : 40px;
    background   : #f1f2f3;
    margin-bottom: 5px;
    padding-left : 10px;
    border-radius: 6px;
}
.related-app-container .WidgetsContainer_rightWd:hover{
    box-shadow: 2px 10px 20px -10px #090b0e42;
    cursor: pointer;
}

/* knowledge Based css */

.description img{
    width: 800px;
}


/* Announcement css */

.btn-announcement-publish {

  position: relative;

  display: inline-block;

}

.btn-announcement-publish .tooltiptext {

  visibility: hidden;

  width: 70px;

  background-color: black;

  color: #fff;

  text-align: center;

  border-radius: 6px;

  padding: 5px 0;



  /* Position the tooltip */

  position: absolute;

  z-index: 1;

  bottom: 100%;

  left: 50%;

  margin-left: -28px;

}

.btn-announcement-publish:hover .tooltiptext {

  visibility: visible;

}


.btn-task-complete {

  position: relative;

  display: inline-block;

}

.btn-task-complete .tooltiptext {

    visibility: hidden;
    width: 156px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -50%;
    margin-left: -48px;
}

.btn-task-complete:hover .tooltiptext {

  visibility: visible;

}

.btn-workorder-complete {

  position: relative;

  display: inline-block;

}

.btn-workorder-complete .tooltiptext {

    visibility: hidden;
    width: 156px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -50%;
    margin-left: -48px;
}

.btn-workorder-complete:hover .tooltiptext {

  visibility: visible;

}

.btn-worklog-draft {

  position: relative;

  display: inline-block;

}

.btn-worklog-draft .tooltiptext {

    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -50%;
    margin-left: -28px;

}

.btn-worklog-draft:hover .tooltiptext {

  visibility: visible;

}

.btn-worklog-approved {

    position: relative;

  display: inline-block;

}

.btn-worklog-approved .tooltiptext {

    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -125%;
    margin-left: -28px;

}

.btn-worklog-approved:hover .tooltiptext {

  visibility: visible;

}
/* Notification Css Start */
.notification-mark-as-read{
    padding: 0px 0px 15px 0px;
}
.notification-checkbox{
    margin-left: 6px;
}
.notificaion-text{
    height: 34px;
    font-size: 12px;




}

.n-hr{
    margin: 0px;
}

/* Notification Css End */



/* Leave Css Start */

.leave-notification{
    position: relative;
    right: 2px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 2px 0px 0px 0px;
    font-size: 10px;
}

.btn-leave-declined {

  position: relative;

  display: inline-block;

}

.btn-leave-declined .tooltiptext {

    visibility: hidden;
    width: 146px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -50%;
    margin-left: -28px;

}

.btn-leave-declined:hover .tooltiptext {

  visibility: visible;

}

.btn-leave-approved {

    position: relative;

  display: inline-block;

}

.btn-leave-approved .tooltiptext {

    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -125%;
    margin-left: -28px;

}



.btn-leave-approved:hover .tooltiptext {

  visibility: visible;

}


.btn-leave-applied {

  position: relative;

  display: inline-block;

}

.btn-leave-applied .tooltiptext {

    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -50%;
    margin-left: -28px;

}

.btn-leave-applied:hover .tooltiptext {

  visibility: visible;

}

.js-reset {
    background-color: #fff;
}

.leave-kpi .total-leave{
    background-color: #15c98c1a;
    padding: 5px 18px;
    margin-top: 10px;
}
.leave-kpi .taken-days{
    background-color: #DBEEFD;
    padding: 5px 18px;
    margin-top: 10px;
}
.leave-kpi .taken-hours{
    background-color: #fbd1471a;
    padding: 5px 18px;
    margin-top: 10px;
}

.leave-kpi .total-leave-text{
    color: #15C98C;
    font-size: 32px;
}
.leave-kpi .total-Taken-Days-text{
    color: #4DCCFF;
    font-size: 32px;
}
.leave-kpi .total-Taken-Hours-text{
    color: #FBD147;
    font-size: 32px;
}
.leave-kpi .leave-label{
    line-height: 48px;
}

.cursor-pointer{cursor: pointer;}

/* Leave Css End */



.table > tbody > tr > td svg.feather-trash-2.icon, svg.feather-trash-2.icon {

    color: #FE767B;

}

.table > tbody > tr > td svg.feather-slash {

    color: #FE767B;

}
.table > tbody > tr > td svg.feather-check-circle {

    color: #8dbf42;

}



.text-primary {

    color: #1b55e2 !important;

}

/* Announcement css */


/* Report css start */

.donut-chart .donut-chart-by-tasks{
    height: 140px;
    text-align: center;
    background-color: #8DC63F;
    border-radius: 6px;
    border: 1px solid #8DC63F;
}

.donut-chart .donut-chart-by-less-tasks{
    height: 140px;
    text-align: center;
    background-color: #414042;
    border-radius: 6px;
    border: 1px solid #414042;
}

.donut-chart .padding-23{
    padding: 23px;
}

.donut-chart .padding-23 .p1{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.donut-chart .padding-23 .p2{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.donut-chart .padding-23 .p3{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

#report-attendance-ajax-datatable thead tr th:nth-child(1){
    width: 50px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(2){
    width: 150px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(3){
    width: 150px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(4){
    width: 150px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(5){
    width: 150px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(6){
    width: 220px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(7){
    width: 400px!important;
}

#report-attendance-ajax-datatable thead tr th:nth-child(8){
    width: 300px!important;
}
/* Report css start */

/* Dashboard css start */

.check-in-header-section{
    background: #F3FFFB;
    border: 1px solid #0FC285;
    padding: 22px 18px;
    border-radius: 6px;
}

.check-in-welcome-text{
    color: #0FC285;
}

.check-out-header-section{
    background: #F6FBFF;
    border: 1px solid #4CACF6;
    padding: 22px 18px;
    border-radius: 6px;
}

.check-out-welcome-text{
    color: #4CACF6;
}

/* All User css Start */
    .user-full-status-Active{
        border: 1px solid #0FC285;
    }

    .user-full-status-Inactive{
        border: 1px solid #93A5B5;
        background-color: #F2F2F2;
    }

    .user-full-status-On-Break{
        border: 1px solid #FFC400;
    }

    .user-full-status-In-a-Meeting{
        border: 1px solid #FE767B
    }

    .user-skype-status-Active{
        border-top: 1px solid #0FC285;
    }

    .user-skype-status-Inactive{
        border-top: 1px solid #93A5B5;
    }

    .user-skype-status-On-Break{
        border-top: 1px solid #FFC400;
    }

    .user-skype-status-In-a-Meeting{
        border-top: 1px solid #FE767B
    }

    .check-in-out-section{
        padding: 12px 15px;
    }

    .corn-jobs-section{
        border: 1px solid #FE767B;
        padding: 20px 18px;
        background: #fe767b25;
        border-radius: 6px;
        color: #000;
    }
    .corn-jobs-section img{
        width: 30px;
        margin-right: 6px;
    }

    .not-available-section{
        padding: 32px 0px;
    }
    .check-in-out-title{
        color: #93A5B5;
    }

    .user-status-Active{
        border-top: 1px solid #0FC285;
        border-bottom: 1px solid #0FC285;
        padding: 5px;
        font-weight: bold;
        color: #0FC285;
        background: #0fc28525;
    }

    .user-status-Inactive{
        border-top: 1px solid #93A5B5;
        border-bottom: 1px solid #93A5B5;
        padding: 5px;
        font-weight: bold;
        color: #93A5B5;
        background: #93a5b525;
    }

    .user-status-On-Break{
        border-top: 1px solid #FFC400;
        border-bottom: 1px solid #FFC400;
        padding: 5px;
        font-weight: bold;
        color: #FFC400;
        background: #ffc40024;
    }

    .user-status-In-a-Meeting{
        border-top: 1px solid #FE767B;
        border-bottom: 1px solid #FE767B;
        padding: 5px;
        font-weight: bold;
        color: #FE767B;
        background: #fe767b25;

    }

    .skype-text-Active{
        color: #0FC285;
        font-weight: 600;
    }
    .skype-text-Inactive{
        color: #93A5B5;
        font-weight: 600;
    }
    .skype-text-On-Break{
        color: #FFC400;
        font-weight: 600;
    }
    .skype-text-In-a-Meeting{
        color: #FE767B;
        font-weight: 600;
    }
/* All User css end */

.kpi-width-section{
    max-width:170px!important;
}
.kpi-width-section .kpi-text{
    font-size: 20px;
    line-height: 37px;
    font-weight: 500;
}
/* Dashboard css end */


/* Modal css */
.modal-content .modal-footer button.btn[data-dismiss="modal"] {
    background-color: #fff;
    color: #8cc63f;
    font-weight: 700;
    border: 1px solid #e8e8e8;
}
/* Modal css */


@media (min-width: 1200px) {

    .modal-xl {

        max-width: 1350px;

    }

}
