﻿.att {
    padding-top: 12px;
}

.scroll-y {
    overflow-y: auto;
    max-height: 600px;
}

.checkedIn {
    padding-top: 20px;
    width: 70px;
    height: 50px;
}

.time {
    font-size: 19px !important;
    /*padding-left: 28px;*/
}
.AttPopupHeader {
 height: 15px;
}
.mt-10 {
    margin-top: 10px !important;
}

.textWrap {
    text-wrap: normal;
    white-space: nowrap;
}
.dot {
    all: inherit;
    height: 25px;
    width: 25px;
    background-color: #1ab394;
    /*background-color: #bbb;*/
    border-radius: 50%;
    display: inline-block;
    padding: 2px;
    text-align: center;
    color: white;
}

.progreess {
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    background-color: #f5f5f5;
}

.dotWeekend {
    background-color: #bbb;
}

.dayName {
    padding-top: 2px !important;
    color: white;
}

.avgTimings {
    /*height: 240px;*/
    background-color: #1ab394;
    color: white;
}

.skin-0avgTimings {
    background-color: #1ab394;
    color: white;
}

.skin-1timing {
    background-color: #0e9aef;
    color: white;
}

.skin-3timing {
    background-color: #ecba52;
    color: white;
}
.skin-4timing {
    background-color: #2f4050;
    color: white;
}
.avg {
    font-size: 19px;
}

.fa-check {
    color: green;
}

.fa-plane {
    color: orange;
}

.month-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    display:none;
}

    .month-now input[type="radio"]:checked + label,
    .Checked + label {
        background: #1ab394;
        color: white;
    }

.month-now label {
    padding: 5px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    z-index: 90;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    margin:0;
}

    .month-now label:hover {
        background: #DDD;
    }

.popover {
    z-index: 3060 !important;
}

.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: #1ab394;
}

.popupHeader {
    background-color: #2f4050 !important;
    color: white;
    height: 15px
}

.centered {
    width: 120px;
    position: absolute !important;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%) !important;
    z-index: 10;
}

.wfhstartEnd {
    height: 50px;
    /*background-color: #e4ebe5;*/
    color: black;
}


.wfhstartEnd input:hover {
    background: #1ab394;
}
input[type="text"]:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: 1px solid #5AB0DB;
}

input[type="text"]:hover {
    border: 1px solid #999;
    /*border-radius: 5px;*/
    background: #DDD;
}

input[type="text"]:focus:hover {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: 1px solid #5AB0DB;
    /*border-radius: 0;*/
}

.box-Height{
    height:350px !important;
}


.scrollbar-deep-purple::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.skin-4 .scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2f4050;
}



.skin-3 .scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ecba52;
}



.skin-1 .scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #0e9aef;
}


.skin-0 .scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #1ab394;
}




.thin::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.slimscrollbar {
    position: relative;
    overflow-y: auto;
    max-height: 500px;
}

.label_size {
    font-size:16px !important;
}

.pinned {
   
    position: sticky;
    background-color: #e7eaec;
}

.col1 {
    left: 0px;
    width: 118px;
}
 .headerCol1 {
    left: -15px;
    width: 50px;
}
/*.textWrap > .col1 {
width: 150px!important;

}*/
/*.col1, .headerCol1 {
    left: -15px;
    width: 50px;
}
*/
.col2 {
    left: 115px;
    width: 140px;
   
    /*text-overflow: ellipsis;
    white-space: normal;*/
}
.headerCol2 {
    left: 32px;
    width: 100px;
}
 /*.col2, .headerCol2 {
    left: 32px;
    width: 100px;
}*/

.col3 {
    /*left: 233px;*/
    left: 200px;
    width: 115px;
}

.headerCol3 {
    left: 93px;
    width: 115px;
}
/*.col3, .headerCol3 {
    left: 93px;
    width: 115px;
}*/




.col4, .headerCol4 {
    left: 260px;
    width: 150px;
}

.col5, .headerCol5 {
    left: 400px;
    width: 115px;
}

.colEmr1, .headerColEmr1 {
    left: -16px;
    width: 75px;
}

.colEmr2, .headerColEmr2 {
    left: 52px;
    width: 127px;
}

.colEmr3, .headerColEmr3 {
    left: 100px;
    width: 110px;
}

.colEmr4, .headerColEmr4 {
    left: 163px;
    width: 138px;
}

.colEmr5, .headerColEmr5 {
    left: 298px;
    width: 115px;
}
.colEmr6, .headerColEmr6 {
    left: 418px;
    width: 115px;
}
@media print {

    .no-print {
        display: none;
    }
}
.note-popover .popover-content, .card-header.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.note-popover .popover-content > .btn-group, .card-header.note-toolbar > .btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
}

.btn-light {
    color: #212529 !important;
    background-color: #f5f5f5 !important;
    border-color: #f8f9fa !important;
}

.note-editor .btn-toolbar > .btn-group + .btn-group {
    margin-left: 0px !important;
}
/* TOOLTIPS */
.tooltip-inner {
    background-color: #2f4050;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #2f4050;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #2f4050;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2f4050;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #2f4050;
}


/*For Set Rules Page*/

.Q1-L1 {
    padding-right: 0px;
    text-align: left;
}

.Q1-LT2 {
    padding-right: 0px;
    text-align: left;
}

.Q2-L2 {
    padding-right: 0px;
    text-align: left;
}

.Q5-L1 {
    padding-right: 0px;
    text-align: left;
}

.encash-group {
    white-space: nowrap;
    display: -webkit-inline-box;
}

.encash-group .form-control {
    width: 70px !important;
 }
.ssrsClass {
    color: steelblue;
    font: bold;
}