/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/*.timelog-btns .active .showtimelogdata {
    background-color: #377dff;
}

.timelog-btns .active .showtimelogdata span {
    color: #fff;
}*/

@media (min-width: 1220px) {
    .uk-container {
        max-width: 100%;
        padding: 0 35px;
    }
}

.input-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
    margin-bottom: 0px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tabl-actio {
    border-right: 1px solid #ebebeb;
    width: 210px !important;
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1024;
}

.tabl-actio .actio-res {
    width: inherit;
}

.main-sheet {
    margin: 15px 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 6px -2px #888888db;
    border-radius: 6px;
    width: calc(100vw - 86px);
    overflow-x: scroll;
}

.tabl-data {
    border-right: 1px solid #ebebeb;
    width: calc((100vw - 296px) / 7);
    flex-grow: 1;
}

.tabl-data .data-resp {
    width: inherit;
}

#total {
    font-weight: 800;
}

.tabl-data form {
    width: inherit;
}

.mob-tab {
    display: none;
}

input[type=text],
input[type=button] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}

.back-to-top {
    display: none !important;
}

@media(max-width:768px) {
    .main-sheet {
        width: calc(100vw - 48px) !important;
    }
    .tabl-data {
        width: calc((100vw - 256px) / 3) !important;
    }
    input[type=text],
    input[type=button] {
        -webkit-appearance: none !important;
        -webkit-border-radius: 0 !important;
    }
    .header-main .u-name {
        display: block !important;
        margin-top: -10px;
    }
    .header-main .u-name strong {
        display: block;
    }
    .rate span:first-child {
        margin-left: 0 !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .tabl-data {
        width: calc((100vw - 296px) / 5);
    }
    .main-sheet {
        width: calc(100vw - 94px);
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .rate span:first-child {
        margin-left: 36px;
    }
    .header-main .u-name {
        display: block !important;
        margin-top: -10px;
    }
    .header-main .u-name strong {
        display: block;
    }
}

@media (width: 1024px) {
    .tabl-data {
        width: calc((100vw - 296px) / 5) !important;
    }
    .main-sheet {
        width: calc(100vw - 94px) !important;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .rate span:first-child {
        margin-left: 36px !important;
    }
    .header-main .u-name {
        display: block !important;
        margin-top: -10px;
    }
    .header-main .u-name strong {
        display: block;
    }
}

@media only screen and (max-width: 820px) and (orientation: portrait) {
    .main-sheet {
        width: calc(100vw - 50px) !important;
    }
    .tabl-data {
        width: calc((100vw - 260px) / 3) !important;
    }
    .rate span:first-child {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
    .main-sheet {
        width: calc(100vw - 50px);
    }
    .tabl-data {
        width: calc((100vw - 260px) / 3);
    }
    .rate span:first-child {
        margin-left: 22px;
    }
}

@media only screen and (width: 1080px) and (orientation: landscape) {
    .main-sheet {
        width: calc(100vw - 150px) !important;
    }
    .tabl-data {
        width: calc((100vw - 360px) / 5) !important;
    }
    .rate span:first-child {
        margin-left: -40px !important;
    }
}

@media (max-width:480px) {
    input[type=text],
    input[type=button] {
        -webkit-appearance: none !important;
        -webkit-border-radius: 0 !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Montserrat', sans-serif;
    }
    .tabl-data {
        /*display: none;*/
        width: calc((100vw - 204px) / 1) !important;
    }
    .main-sheet {
        width: 94% !important;
        margin: 0 12px;
        overflow: hidden;
    }
    .header-main {
        background: #fff;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 6px 12px;
        display: block !important;
    }
    .navbar ul {
        display: block;
    }
    .uk-container {
        padding: 0 !important;
    }
    /* .tm-navbar {
        display: none;
    } */
    .mob-header {
        background: #fff;
        padding: 0 12px;
    }
    .mob-header h5 {
        font-weight: bold;
        font-size: 18px;
        margin: 12px 0;
    }
    .radio-b .form-check {
        font-size: 14px;
        font-weight: bold;
        margin-right: 8px;
    }
    .img-upl {
        background: #7d7d7d;
        color: #fff;
        border-radius: 10px;
        padding: 4px 4px !important;
        font-size: 14px;
    }
    .mob-cal {
        background: #fff;
        padding: 8px 12px;
    }
    .mob-cal .btn {
        height: 34px;
        border-radius: 10px;
        width: 70px;
        background: #377dff;
        border-color: #377dff;
        text-decoration: none;
    }
    .mob-cal .btn:focus {
        box-shadow: none;
    }
    .cal-left,
    .cal-right {
        font-size: 22px;
        color: #464646;
    }
    .mob-cal h4 {
        margin: 0;
        color: #464646;
        font-weight: bolder;
        font-size: 16px;
        margin-top: 3px;
    }
    .u-detail h5 {
        border-right: none;
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .u-detail {
        width: 100%;
    }
    .u-detail p {
        border-right: none;
        margin: 0 0 2px 0;
        padding: 0;
        color: #464646;
        font-weight: 500;
    }
    .u-detail p:last-child {
        margin: 0;
    }
    .u-detail-right {
        width: 18%;
    }
    .u-detail-right .input-group {
        box-shadow: 0px 2px 6px -2px #888888db;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 6px;
        margin-bottom: 5px;
    }
    .u-detail-right .hrly {
        margin: 18px;
    }
    .u-detail-right .input-group .form-control {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #464646;
    }
    .mob-tab {
        padding: 10px 12px !important;
        border-bottom: none;
        height: auto;
        width: 100%;
        overflow: scroll;
    }
    .mob-tab .mob-date {
        /*.mob-date {*/
        display: block;
        background: #fff;
        padding: 6px 10px;
        margin: 0 3px;
        border-radius: 6px;
        color: #949494 !important;
        font-weight: bold;
        line-height: 16px;
        box-shadow: 0px 2px 6px -2px #888888db;
        text-decoration: none !important;
        font-size: 12px;
        text-align: center;
    }
    .mob-tab .data-date {
        height: auto;
    }
    .data-date.active {
        color: #7d7d7d;
        background-color: transparent;
    }
    .data-date.active .mob-date {
        background: #377dff;
        color: #fff !important;
    }
    .data-date.active .add-ico {
        color: #377dff;
    }
    .data-date.active .bxs-edit-alt {
        color: #7d7d7d;
    }
    .mob-date span {
        display: block;
        text-align: center;
        font-size: 14px;
        /* color: #000; */
    }
    .add-day {
        margin: auto 16px;
        margin-top: 6px;
    }
    .add-day i {
        font-size: 24px;
        color: #7d7d7d;
        margin-top: 8px;
    }
    .tabl-actio {
        width: 182px !important;
    }
    .tabl-actio .actio-res {
        width: inherit;
    }
    .tabl-actio .actio {
        /* font-weight: bold; */
    }
    .daylog {
        width: 150px;
        /* margin-bottom: 0px;
        border-radius: 10px; */
        background: #377dff;
        border-color: #377dff;
    }
    .daylog:focus {
        box-shadow: none;
        text-decoration: none;
    }
    #confirmation2 h4 {
        font-size: 16px;
    }
    #confirmation2 p {
        margin: 10px 30px;
        font-size: 14px;
    }
    .tabl-data form {
        width: inherit;
    }
    .mob-date span {
        display: block;
        text-align: center;
        font-size: 13px;
        /* color: #000; */
    }
    .uk-container {
        /* padding: 0 !important; */
    }
    .login-page .uk-container {
        padding: 0px 25px !important;
    }
    /* .tm-navbar {
        display: none;
    } */
    .mob-tab {
        display: block;
    }
    .data-resp .data-date {
        display: none;
    }
    .actio-res .actio-head {
        display: none;
    }
    .header-main .u-name {
        text-align: left !important;
        padding-top: 10px;
        margin: 0;
    }
    .header-main .u-name strong {
        display: inline-block;
    }
    .header-main .radio-b {
        padding: 6px 0px !important;
        justify-content: flex-start;
    }
    .u-detail {
        display: block !important;
    }
    .cal-header {
        /* display: block !important;
        position: absolute;
        top: 23%; */
        background: #f3f4f8;
        padding: 8px 12px !important;
        width: 100%;
    }
    .cal-header .rate {}
    .cal-header .rate span:first-child {
        display: none;
    }
    .cal-header .rate .hr-ly {
        padding: 6px 10px;
        font-size: 12px;
    }
    .cal-header .tday a {
        font-size: 12px;
        height: 30px;
    }
    .cal-header .c-week {
        padding-top: 4px;
    }
    .cal-header .c-week h4 {
        font-size: 14px;
        float: left;
    }
    .cal-header i {
        font-size: 22px;
    }
    .header-main .u-detail h4 {
        border-right: none;
        margin: 0;
    }
    .addnewday {
        font-size: 10px;
        display: block;
        text-align: center;
    }
    .data-date {
        padding: 0 !important;
    }
    /*    .data-date.active {
        color: #fff;
        background-color: #f3f4f8 !important;
    }
    .data-date.active .bxs-edit-alt {
        color: #7d7d7d !important;
    }
    .data-date.active .addnewday {
        color: #7d7d7d !important;
    }*/
    .back-to-top {
        display: none !important;
    }
}