/* Kurinji Tech Management Tool
styles.css */

/* Template CSS Codes */

#loading-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 10000;
    display: none;
}
#loading-overlay .spinner-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 2000;
}
#loading-overlay .spinner-container .loading-text {
    color: #fff;
    font-size: 30px;
}
#loading-overlay .spinner-container .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#loading-overlay .spinner-container .spinner > div.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
#loading-overlay .spinner-container .spinner > div.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%,
80%,
100% {
    -webkit-transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
}
}

@keyframes sk-bouncedelay {
0%,
80%,
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
    h1 {
        font-size: 38px;
    }
}

.prof_img{
    max-width: 100px !important;
    width: 100% !important;
    height: auto !important;
}


/* Login Page */

.error, .red{
    color: red;
}

.full_logo img{
    max-width: 300px;
}

.auth .brand-logo{
    margin-bottom: 1rem;
}

.auth form .auth-form-btn{
    padding: 1rem 1.5rem;
    line-height: 0;
}

.add_admin .content-wrapper, .emp_specific .content-wrapper{
    background: none !important;
}

.add_admin .page-body-wrapper, .emp_specific .page-body-wrapper{
    padding-top: 0 !important;
}

.add_admin .main-panel, .emp_specific .main-panel{
    width: 100%;
}

.profile_img_preview, .profile_img_preview img{
    max-width: 150px;
    width: 100%;
}
.profile_img_preview img{
    height: 150px;
    border: 1px solid #ccc;
}

.btn_wrapper .btn{
    margin-right: 10px;
}
select.form-control, input.form-control{
    color: #010101;
}
select:not([disabled]).form-control{
    background-color: unset !important;
}

select.form-control.error{
    outline: 1px solid #ea2027 !important;
}


.scrollable_table{
    height: 500px;
    overflow-y: auto;
}

input[type="date"]{
    padding: 0 1.375rem;
}

.home-tab .btn{
    color: #ffffff;
    padding: 0.875rem 1.5rem;
    border: 1px solid transparent;
    font-size: 0.875rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.accordion-item{
    border: unset !important;
}

.accordion-item .table td{
    padding-top: 2px;
    padding-bottom: 2px;
}

.accordion-item .table td a.btn{
    padding: 5px !important;
    margin-bottom: 0px;
    margin-right: 2px;
}
.accordion-item .table td a.btn i{
    margin-right: 0;
}

.accordion-button{
    margin-bottom: 3px;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #ebe8e8;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.home-tab .statistics-details .statistics-title{
    color: #000;
}

.brand-logo img{
    max-width: 90px;
}

.home-tab .chartjs-legend ul li{
    margin-right: 4%;
    display: inline-block !important;
}

.accordion-item:nth-child(even) .emp_btn, #accordiontUserProjectTsheet .accordion-item .accordion-item .accordion-item:nth-child(even) .emp_btn{
    background: rgba(239, 255, 192,0.2);
}

.accordion-item:nth-child(odd) .emp_btn, #accordiontUserProjectTsheet .accordion-item .accordion-item .accordion-item:nth-child(odd) .emp_btn{
    background: rgba(239, 255, 192,0.5);
}

.accordion-item:nth-child(even) .emp_mnth_btn, #accordiontUserProjectTsheet .accordion-item:nth-child(even) .emp_mnth_btn{
    background: rgba(196, 236, 255,0.2);
}

.accordion-item:nth-child(odd) .emp_mnth_btn, #accordiontUserProjectTsheet .accordion-item:nth-child(odd) .emp_mnth_btn{
    background: rgba(196, 236, 255,0.5);
}

#accordiontCustomerTsheet .accordion-item:nth-child(even) .cust_btn{
    background: rgba(250, 249, 233,0.5);
}

#accordiontCustomerTsheet .accordion-item:nth-child(odd) .cust_btn{
    background: rgba(250, 249, 233,0.8);
}

#accordiontEnduserTsheet .accordion-item:nth-child(even) .cust_enduser_btn{
    background: rgba(252, 243, 200, 0.2);
}

#accordiontEnduserTsheet .accordion-item:nth-child(odd) .cust_enduser_btn{
    background: rgba(252, 243, 200, 0.5);
}

#accordiontUserProjectTsheet .accordion-item:nth-child(even) .cust_proj_btn{
    background: rgba(203, 255, 192, 0.2);
}

#accordiontUserProjectTsheet .accordion-item:nth-child(odd) .cust_proj_btn{
    background: rgba(203, 255, 192, 0.5);
}

.custom_card{
    height:80vh;
    overflow-y: scroll;
}

.card .card-title{
    margin-bottom: 20px;
}

#doughnut-chart-legend .chartjs-legend ul{display: table;width:100%;}


.table th, .table td{
    padding-right: 5px;padding-left: 5px;
    /* max-width: 250px; */
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
}

@media(min-width: 991px){
    .sidebar .nav{
        position:fixed;
        left:0;
    }
}

@media(max-width: 767px){
    .table th, .table td{
        padding: 5px;
    }
    .scrollable_table{
        height: 100% !important;
        min-height: 50vh  !important;
    }
    .accordion-button{
        font-size: 14px;
    }
    .tab-content{
        text-align: inherit;
    }
}

.leave_info{
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
    /* vertical-align: super; */
}

.leave_appr{
    position: relative;
}

.fut_day{
    background: rgb(0, 255, 71, 0.03);
}

.past_day{
    background: rgb(255, 0, 0, 0.03);
}

.asset_btn{
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}

/* .leave_info:hover + .extra-info {
    display: block;
}

.extra-info:hover .extra-info {
    display: block;
} */

.extra-info {
    position: absolute;
    background-color: #FFFFFF;
    margin-top: 10px;
    width: 300px;
    /* height: 200px; */
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    border: 2px solid #000000;
    padding: 10px;
    font-size: 16px;
    display: none;
    z-index: 9999;
    top:30px;
}

.error{
    font-size: 0.812rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}

select:disabled,select:readonly, input.form-control:readonly, textarea.form-control:readonly, select.form-control:readonly{
    background-color: #e9ecef !important;
}

.tooltip{
    z-index: 99 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4 !important;
}

/* CSS FOR TIMER BUTTON */
#timer{
    background-color: tomato;
    padding:8px 20px;
    color:#fff;
    border-radius: 4px;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
}

/* For Sort Options */
th.sort-by {
    padding-right: 18px;
    position: relative;
    cursor:pointer;
}
.sort-by span:before,
.sort-by span:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 70%;
    top: 50%;
    position: absolute;
    width: 0;
}
.sort-by span:before {
    border-bottom-color: #666;
    margin-top: -9px;
}
.sort-by span:after {
    border-top-color: #666;
    margin-top: 1px;
}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fancySearchRow input{
    height: 40px !important;
}