.thumb-sm{
    width: 32px;
}
.m-b-n-sm{
    margin-bottom: -8px;
}
.m-t-n-sm{
    margin-top: -8px;
}
.dropdown-menu{
    min-width: 100px;
}
.label{
    margin: 2px;
    font-size: 85%;
}
.wdays > .label{
    margin: 0;
    float: left;
    padding: 4px 0;
    width: 37px;
}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th{
    padding: 5px 10px;
    vertical-align: middle;
}
.thumb{
    width: 32px;
}
.bootstrap-tagsinput{
    width: 100%;
}
.bootstrap-timepicker-widget table td a{
    padding: 5px 0;
    border-radius: 0!important;
}
.bootstrap-timepicker-widget > table > tbody > tr > td{
    padding: 0 2px;
}
.bootstrap-timepicker-widget.dropdown-menu{
    padding: 2px;
}
.autosize{
    resize: none;
}
.dropdown-menu{
    z-index: 1010;
}

.time-block{
    width: 100%;
    float:left;
    padding: 5px 10px;
}
.time-date{
    font-size: 22px;
    border-top:1px solid rgba(0,0,0,0.025);
    margin-top: 5px;
}
.time-line:nth-of-type(1) > .time-date{
    border: none;
    margin: 0;
}

.time-project{
    width: calc(100% - 32px);
    margin-left: 32px;
    border-top:1px solid rgba(0,0,0,0.025);
    margin-top: 5px;
}
.dashboard > .time-project{
    margin-left: 0;
}

.time-user{
    width: calc(100% - 64px);
    margin-left: 64px;
    border-top:1px solid rgba(0,0,0,0.025);
    margin-top: 5px;
}
.dashboard > .time-user{
    margin-left: 32px;
}

.time-question{
    border-top:1px solid rgba(0,0,0,0.025);
}

.time-date + .time-project, .time-project + .time-user, .time-user + .time-question, .time-project + .time-question{
    border: none;
    margin-top: 0;
}

.time-project-without-date{
    width: 100%;
    margin-left: 0;
}

.time-question, .time-report{
    width: calc(100% - 128px);
    margin-left: 128px;
}
.time-without-user{
    margin-left: 88px;
}
.time-without-date{
    margin-left: 32px;
}
.time-report{
    padding: 1px 10px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: all 0.5s ease;
}
.time{
    margin-left: -50px;
    margin-right: 16px;
    opacity: 0.25;
    transition: all 0.5s ease;
    font-weight: normal;
}

.dasboard-reports > .time{
    margin: 0 5px 0 0;
}
p:hover > .time{
    opacity: 1;
    transition: all 0.5s ease;
}

.bk-date{
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.15);
    z-index: 1030;
    text-align: center;
}
.in-form{
    width: 276px;
    height: 460px;
    display: inline-block;
    position: absolute;
    top:calc(50% - 230px);
    left: calc(50% - 138px);
    padding: 20px;
    background-color: rgba(128,128,128,0.35);
    border-radius: 5px;
}
.in-myreports{
    height: 421px;
    top: calc(50% - 220px);
}
.in-sa{
    height: 488px;
    top:calc(50% - 244px);
}
.nonvisible{
    opacity: 0;
}
.transition{
    transition:all 0.5s ease;
}
.blured{
    -webkit-filter: blur(1.5px) grayscale(1);
    filter: blur(1.5px) grayscale(1);
}

.radio, .checkbox{
    margin: 5px 10px;
}
.user-name{
    width: calc(100% - 44px);
    margin: 9px 3px 9px 9px;
    line-height: 1;
}

.image > img{
    max-width: 75%;
    max-height:75%;
    cursor: pointer;
}

.regular-link{
    color:#00c378;
    text-decoration: underline;
}
@media (min-width: 768px){
    .navbar-brand{
        width: 100%;
        text-align: center;
    }
    .pl0tsm{
       padding-left: 0;
    }
    .pr0tsm{
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .ta-ss{
        text-align: center;
    }
    .pl0tsm{
        padding: 0 0 5px 0;
    }
    .pr0tsm{
        padding: 0;
    }
    .image > img{
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 992px) {
    .time-project{
        margin-left: 16px;
    }
    .time-without-user{
        margin-left: 44px;
    }
    .time{
        margin-left: 0;
        margin-right: 0;
    }
    .time-user{
        margin-left: 32px;
        width: calc(100% - 32px);
    }
    .time-question, .time-report{
        margin-left: 76px;
        width: calc(100% - 76px);
    }
}
@media (max-width: 568px) {
    .col-md-12{
        padding: 0;
    }
    .panel-body{
        padding: 5px;
    }
    .wrapper{
        padding: 15px 5px;
    }

    .time-project{
        margin-left: 0px;
        width: 100%;
    }
    .time-without-user{
        margin-left: 16px;
    }
    .time{
        margin-left: 0;
        margin-right: 0;
    }
    .time-user{
        margin-left: 0;
        width: 100%;
    }
    .time-question, .time-report{
        margin-left: 26px;
        width: calc(100% - 26px);
    }
    .user-name{
        margin: 3px 3px 3px 9px;
    }
}

.small-logo{
    transition: all 0.5s ease;
    display: none!important;
}
.big-logo{
    transition: all 0.5s ease;
}

.app-aside-folded > .app-header > .navbar-header > .navbar-brand > .big-logo{
    display: none!important;
}
.app-aside-folded > .app-header > .navbar-header > .navbar-brand > .small-logo{
    display: inline!important;
}

.comments-list, .comments, .comment-one{
    width: 100%;
    float:left;
}
.comment-one{
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    background-color:rgba(255,255,255,1);
}
.comment-one-highlighted{
    background-color:rgba(100,200,75,0.15);
}
.comment-user-photo, .reply-to-name{
    float:left;
    margin-right: 5px;
}
.comment-user-name{
    float:left;
    padding: 5px 0;
}
.reply-to, .comment-delete{
    float:right;
    margin-top: 5px;
}
.comment-date{
    float:left;
    margin-top: 5px;
}
.comment-text{
    width: 100%;
    float:left;
    color:#000000;
}
.reply-to, .reply-to-name, .comment-delete{
    cursor: pointer;
}

.comments-icon{
    opacity: 0;
    transition: all 0.5s ease;
}
.time-report:hover{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    color:#000000;
}
.time-report:hover > .comments-icon{
    opacity: 1;
}
.comments-icon-notransparent{
    opacity: 1;
}
.back-black{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.65);
    text-align: center;
    display: table;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1035;
    top: 0;
}
.back-black > .image{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: auto;
    z-index: 10;
    width:100%;
}
.back-black > .fa{
    color:#FFFFFF;
    font-size: 35px;
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 12;
    cursor: pointer;
    transition: all 0.2s ease;
}
.back-black > .fa:hover,.back-black > .fa:active,.back-black > .fa:focus{
    transform: scale(1.1);
    transition: all 0.2s ease;
}
.gallery-active{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
    display: inline-block;
}
.tablesaw-cell-label{
    padding: 5px 10px 0 0!important;
    float: left!important;
    text-align: left;
}
.tablesaw-cell-content{
    float:left;
}

.in-form > .fa{
    position: absolute;
    right: 5px;
    top:5px;
    opacity: 0.5;
    color:#FFFFFF;
    transition: all 0.5s ease;
    cursor: pointer;
}
.in-form > .fa:hover{
    opacity: 1;
    transition: all 0.5s ease;
}
.mobile-qr{
    width: 100%;
    text-align: center;
}
.iPhone{
    width: 540px;
    height: 956px;
    position: relative;
    background: url('../img/iPhone6x375.png') no-repeat 0 0;
    background-size: 553px!important;
    display: inline-block;
}
.iPhone > .hint{
    font-size: 32px;
    font-weight: bold;
    margin-top: 165px;
    padding: 0 100px 0 90px;
    margin-bottom: 50px;
}
.qr-auth-success{
    font-size: 40px;
    color:rgba(2,174,111,1);
    padding: 0 85px;
    height: 340px;
    vertical-align: middle;
    display: table-cell;
}
.qr-auth-success > .fa{
    font-size: 75px;
}

#gen_new_code{
    margin-top: 90px;
    font-size: 25px;
    color:#58666e;
    display: block;
    cursor: pointer;
}
/*.app-content{
    -webkit-filter:blur(2px);
}*/

.btn-login {
    background-color: #0ae46e;
    color:#FFFFFF;
}

.btn-login:active,.btn-login:hover,.btn-login:focus{
    color:#FFFFFF;
}
.login-logo{
    width: 330px;
    height: 130px;
    background: url('../img/logo/logo.png') no-repeat 0 0;
    background-size: 330px!important;
    display: inline-block;
}

.login-logo-footer{
    width: 170px;
    height: 24px;
    background: url('../img/login-logo.png') no-repeat 0 0;
    background-size: 170px!important;
    display: inline-block;
    margin-bottom: 10px;
}
.auth-qr-code{
    margin-top: 5px;
    padding: 11px;
    display: inline-block;
    width: 222px;
    height: 222px;
    position: relative;
}
.corner{
    width: 21px;
    height: 21px;
    border: 1px solid #797979;
    position: absolute;
}
.corner-top-left{
    top:0;
    left:0;
    border-bottom: none;
    border-right: none;
}
.corner-top-right{
    top:0;
    right:0;
    border-bottom: none;
    border-left: none;
}

.corner-bottom-left{
    bottom:0;
    left:0;
    border-top: none;
    border-right: none;
}
.corner-bottom-right{
    bottom:0;
    right:0;
    border-top: none;
    border-left: none;
}

.auth-qr-hint{
    margin-top: 10px;
    padding: 10px;
    display: inline-block;
    width: 222px;
    position: relative;
    background-color: #e3e6e8;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
}
.outer-copyright{
    position: absolute;
    bottom:0;
    text-align: center;
    width: 100%;
    left:0;
}
.copyright{
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    background-color: #d8dcde;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
}
.main_tr > td{
    border-top:none!important;
    border-bottom: 5px solid #eaeff0!important;
}
.navbar-logo{
    margin: 8px;
    height: 34px;
    width: 82px;
    background: url('../img/logo/logo.png') no-repeat 0 0;
    background-size: 82px!important;
}


@media (max-width: 768px){
    .iPhone{
        width: 100%;
        height: auto;
        position: relative;
        background: #FFFFFF;
        display: inline-block;
    }
    .iPhone > .hint{
        font-size: 20px;
        margin-top: 20px;
        padding: 0px 20px 0 20px;
        margin-bottom: 20px;
    }
    #qr_place{
        text-align: center;
        margin-bottom: 20px;
    }

    .qr-auth-success{
        font-size: 30px;
        padding: 20px 10px;
        display: block;
        height: auto;
    }
    .qr-auth-success > .fa{
        font-size: 60px;
    }
    #gen_new_code{
        margin: 30px 0;
    }
    #qrcode_setup{
        margin-bottom: 20px;
    }
    .auth-qr-code{
        margin-top: 15px;
    }
}
.w-menu{
    margin: 0;
}

.dropzone{
    position: relative;
}
.dropzone > input, .dropzone > div, .dropzone > table{
    transition: all 0.5s ease;
}
.dropover > input, .dropover > div, .dropover > table{
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

#toast-container > div, #toast-container > :hover{
    box-shadow: none;
    transition: all 0.5s ease;
}
#toast-container > :hover{
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.radio, .checkbox{
    margin: 5px 10px 5px 0;
}
.mx-height-150{
    width: 100%;
    max-height: 150px;
    overflow: auto;
}
.mx-height-150 > table{
    width: 100%;
}
.duty-time{
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    background-color: #00a8f3;
    color:#FFFFFF;
    font-weight: bold;
    position: absolute;
    top:0;
}
.weekend, .weekend > td{
    background: repeating-linear-gradient(
            45deg,
            rgba(200,0,0,0.025),
            rgba(200,0,0,0.025) 10px,
            rgba(200,0,0,0) 10px,
            rgba(200,0,0,0) 22px
    );
}
.weekend.vacation, .weekend.vacation > td{
    background: repeating-linear-gradient(
            -45deg,
            rgba(0,0,0,0.025),
            rgba(0,0,0,0.025) 10px,
            rgba(0,0,0,0) 10px,
            rgba(0,0,0,0) 22px
    );
}

.more{
    background-color: rgba(0,200,0,0.1);
}
.less{
    background-color: rgba(200,0,0,0.1);
}
.duty-time.overtime{
    background-color: #00c378;
}
.duty-time.lesstime{
    background-color: #a51800;
}

.text-more{
    color: rgba(0,100,0,1);
}
.text-less{
    color: rgba(100,0,0,1);
}
.dtr-table{
    text-align: center;
    border-left:1px dashed rgba(0,0,0,0.05);
    border-right: 1px dashed rgba(0,0,0,0.05);
    transition: all 0.5s ease;
    cursor: pointer;
}
.dtr-table:hover{
    background-color: rgba(0,100,200,0.05);
}
.log-nonactive > td{
    opacity: 0.5;
    transition: all 0.5s ease;
}
.log-nonactive > td:hover{
    opacity: 0.9;
    transition: all 0.5s ease;
}
.not-actual-worktime{
    color:#AAA;
}
.duty-time.non-actual-graph{
    background: #999999!important;
    opacity: 0.5;
}

.heatmap-tooltip{
    display: none;
}

.slider{
    width: calc(100% - 30px);
    float:left;
    height: 20px;
    margin: 50px 15px 0 15px;
    border:1px solid rgba(0,0,0,0.1);
    position: relative;
}
.slider > .start,
.slider > .end{
    width: 32px;
    height: 32px;
    margin: 0;
    top:-8px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    border:1px solid rgba(0,0,0,0.2);
    background: #0bbd75;
    cursor: pointer;
    z-index: 11;
}
.slider > .start-label,
.slider > .end-label{
    position: absolute;
    bottom: calc(100% + 16px);
    border:1px solid rgba(0,0,0,0.2);
    padding: 5px;
    line-height: 18px;
    font-size: 18px;
    width: 54px;
    text-align: center;
    left: -15px;
    background: #FFFFFF;
}
.slider > .worktime{
    position: absolute;
    top:0;
    left: 0;
    height: 20px;
    background: #0b7b3d;
    z-index: 10;
}
.not-actual-worktime-graph{
    opacity: 0.5;
    transition: all 0.25s ease;
}
.not-actual-worktime-graph:hover {
    opacity: 0.75;
}
.tooltip-style .tooltip{
    white-space: nowrap;
}


.my-chart{
    display: block;
    width: 100%;
    height: 300px;
    border:1px dotted rgba(0,0,0,0.25);
}
.my-chart > .work-time-chart{
    display: inline-block;
    vertical-align: bottom;
    border-left: 1px solid rgba(0,0,0,0.15);
    overflow: hidden;
    color:#FFFFFF!important;
    font-size: 25px;
    position: relative;
    height: 100%;
}
.my-chart > .work-time-chart > div{
    background-color: rgba(0,0,0,0.75) !important;
    color:#FFF!important;
    -webkit-print-color-adjust: exact;
}
.my-chart > .work-time-chart:first-child{
    border-left: 1px solid transparent;
}
.my-chart > .work-time-chart > div{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.my-chart > .work-time-chart > div > span{
    margin: auto;
    width: 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
}

.my-chart > .work-time-chart.chart-in > div > span{
    margin: 0 auto 0 auto;
    text-align: center;
    width: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    white-space: nowrap;
}


.my-chart-dates{
    display: block;
    width: 100%;
}
.my-chart-dates > .work-time-chart-dates{
    float:left;
    overflow: hidden;
    color:#000000!important;
    position: relative;
}
.my-chart-dates > .work-time-chart-dates  > span{
    width: 100%;
    white-space: nowrap;
    writing-mode: tb-rl;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    transform: scale(-1, -1);
}

.my-chart > .work-time-chart.best > div{
    border-bottom: 10px solid #00FF00;
}
.my-chart > .work-time-chart.worst > div{
    border-bottom: 10px solid #FF0000;
}
.my-chart > .work-time-chart.overtime > div{
    background-color: #00c378!important;
}
.my-chart > .work-time-chart.lesstime > div {
    background-color: #a51800!important;
}

.my-chart > .work-time-chart.weekend {
    -webkit-print-color-adjust: exact;
    background-color: rgba(255,0,0,0.1)!important;
    border-left-color:#a51800;
}
.my-chart > .work-time-chart.weekend + .work-time-chart{
    border-left-color:#a51800;
}

.my-chart > .work-time-chart.vacation {
    -webkit-print-color-adjust: exact;
    background-color: rgba(0,255,0,0.1)!important;
}

.report-user{
    float:left;
    width: 50%;
    margin-bottom: 25px;
}
.report-user > .photo, .report-user > .photo > img{
    float:left;
    width: 128px;
    height: 128px;
    object-fit: contain;
}
.report-user > .user-info{
    width: calc(100% - 128px);
    float:left;
    height: 128px;
    padding-left: 20px;
}
.report-user > .user-info > span{
    font-size: 25px;
    font-weight: bold;
    color:#000000;
}
.report-user > .user-info > p{
    font-size: 18px;
    color: #000000;
}
.period{
    float:left;
    width: 50%;
    margin-bottom: 25px;
}
.period > div{
    float:left;
    width: 100%;
    font-size: 18px;
    color:#000000;
}
.period > div > span{
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}
.stats{
    width: 100%;
    color:#000;
    margin-top: 25px;
}
.stats > .average{
    width: 33.3%;
}
.stats tr > td.title{
    font-size: 18px;
    padding-bottom: 5px;
    width: 1%;
    white-space: nowrap;
}
.stats tr > td.value{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
}
.result-bar{
    width: 100%;
    float:left;
    height: 50px;
    margin-top: 15px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.25);
}
.result-percent{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    display: flex;
}
.result-percent > span{
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    white-space: nowrap;
}
.result-percent.done{
    background-color: #00c378!important;
}
.result-percent.n-done{
    background-color: #a51800!important;
}
.rotate{
    writing-mode:tb-rl;
    white-space:nowrap;
    display:inline-block;
    transform: rotate(180deg);
    text-align: left;
    margin: 0;
}
.user-vertical{
    width: 10px;
}
.table > tfoot > tr:first-child > td{
    border-top: 2px solid #ccd1d2;
}
.table > tfoot > tr > td,
.total{
    font-size: 16px;
    font-weight: bold;
}
.left-border{
    border-left: 2px solid #ccd1d2!important;
}
.type-over{
    background-color: #f5f5f5;
}
/*.table-vacation > tbody > tr > td{
    transition: all 0.25s ease;
}*/
.table-vacation > tbody > tr > td:hover{
    background: #FFFFFF;
}
.table-vacation > tbody > tr > td > span{
    cursor: default;
    transition: all 0.25s ease;
    display: block;
}
.table-vacation > tbody > tr > td:hover > span{
    transform: scale(1.25);
}
.fc-time{
    display: none;
}
.fc-event{
    background-color: #f0f3f4!important;
    margin-bottom: 1px!important;
}
.fc-toolbar{
    background-color: #f0f3f4!important;
}
.fc-toolbar, .fc-toolbar .fc-button{
    color:#000000!important;
}
.fc-sat, .fc-sun{
    background: rgba(255,100,100, 0.05);
}

ul.calendar-list{
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}
ul.calendar-list > li{
    padding: 4px 6px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.15);
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    transition: all 0.25s ease;
}
ul.calendar-list > li.divider{
    width: 100%;
    clear: both;
    background: none;
    border: none;
    display: block;
    padding: 0;
}
ul.calendar-list > li:hover{
    border: 1px solid rgba(0,0,0,0.5);
    color:#000000;
}

@media only print{
    .my-chart > .work-time-chart{
        -webkit-print-color-adjust: exact;
        font-size: 14px;
        color:white!important;
    }
    html {
        background-color: #FFFFFF;
    }
    .my-chart{
        height: 200px;
    }
    .my-chart-dates > .work-time-chart-dates  > span{
        font-size: 10px;
        margin: 3px 0;
    }
    .my-chart > .work-time-chart.best > div{
        border-bottom: 4px solid #00FF00;
    }
    .my-chart > .work-time-chart.worst > div{
        border-bottom: 4px solid #FF0000;
    }
    .report-user > .photo, .report-user > .photo > img{
        width: 96px;
        height: 96px;
    }
    .report-user > .user-info{
        width: calc(100% - 96px);
        height: 96px;
    }
    .period > div.half{
        width: 50%;
    }
    .stats tr > td.title{
        font-size: 16px;
    }
    .stats tr > td.value{
        font-size: 18px;
    }
}

@media (-webkit-min-device-pixel-ratio:2) and (min-width: 769px){
    .iPhone{
        background: url('../img/iPhone6x375@2x.png') no-repeat 0 0;
    }
}
@media (-webkit-min-device-pixel-ratio:2){
    .login-logo-footer{
        background: url('../img/login-logo@2x.png') no-repeat 0 0;
    }
}

@media (max-width: 360px){
    .login-logo{
        width: 290px;
        height: 115px;
        background-size: 290px!important;
    }
}
