﻿@font-face {
    font-family: 'H','Trebuchet MS',Helvetica;
    src: url('../fonts/Oswald-Light.ttf') format('truetype');
}

body {
    background-image: url('/Content/Image/bg-dark-1.PNG');
    background-attachment: fixed;
    background-size: cover;
    font-family: 'H','Trebuchet MS',Helvetica;
}

a {
    color: #212529;
}

    a:hover {
        color: #212529;
        text-decoration: none;
    }

.form-control, .input-group, .btn, .box {
    border-radius: 3px;
}

input:invalid, select:invalid, textarea:invalid {
    background-color: #ffe1e1 !important;
}

.modal {
    background-color: rgba(0,0,0,.5);
}

    .modal .modal-dialog.modal-loading {
        margin: auto;
        margin-top: 40vh;
        color: #fff;
        text-align: center;
    }

    .modal .modal-dialog.modal-fullscreen {
        max-width: calc(100vw - 20px);
    }

.noscrollbar::-webkit-scrollbar {
    display: none;
}

.info-box-icon {
    color: #fff;
}

.btn {
    cursor: pointer;
}

    .btn.btn-app {
        border-radius: 3px;
        position: relative;
        padding: 15px 5px;
        margin: 0 0 10px 10px;
        min-width: 80px;
        height: 60px;
        text-align: center;
        color: #666;
        border: 1px solid #ddd;
        background-color: #f4f4f4;
        font-size: 12px;
    }

        .btn.btn-app .fa {
            font-size: 20px;
            display: block;
            margin: auto;
        }

.box {
    position: relative;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

    .box.box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box .box-header {
        color: #444;
        display: block;
        padding: 10px;
        position: relative;
    }

        .box .box-header .with-border {
            border-bottom: 1px solid #f4f4f4;
        }

    .box .box-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px;
    }

.bg-yellow {
    background-color: #d89f2c !important;
}

.card {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

    .card .card-header {
        display: flex;
        justify-content: space-between;
    }

    .card.card-problem {
        height: 165px;
        border-radius: 10px;
        background-size: cover;
        border: 3px solid;
        overflow: hidden;
    }

    .card.card-day {
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

        .card.card-day .card-header {
            background-color: rgba(0,0,0,.2);
        }

        .card.card-day .card-body {
            border: none;
            background-color: transparent !important;
            padding: 0;
        }

    .card.note {
        padding: 0;
        border: 1px solid #eee;
        margin-bottom: 5px;
    }

        .card.note .card-header {
            background-color: var(--color1);
            padding: .5rem .5rem !important;
            color: #fff;
        }

        .card.note .card-body {
            color: #000;
        }

    .card.note1 .card-header {
        background-color: var(--color1);
        color: #fff;
    }

    .card.note2 .card-header {
        background-color: var(--color2);
    }

    .card.note3 .card-header {
        background-color: var(--color3);
    }

    .card.note4 .card-header {
        background-color: var(--color4);
    }

    .card.note5 .card-header {
        background-color: var(--color5);
    }

    .card.card-active {
        background-color: #117a8b;
        color: #fff !important;
    }

        .card.card-active .info-lb {
            width: 50px;
        }

.navbar-nav {
    text-align: center;
    margin-left: auto;
}

    .navbar-nav li {
        margin-left: 10px;
    }

        .navbar-nav li .nav-icon {
            width: 40px;
            height: 40px;
            line-height: 25px;
            border-radius: 100%;
            background-color: var(--secondary);
            display: block;
        }

            .navbar-nav li .nav-icon.nav-icon-2x {
                width: 60px;
                height: 60px;
                line-height: 25px;
            }

    .navbar-nav .user-profile {
        width: 300px;
    }

.nav-tabs .nav-item a.nav-btn {
    border-color: #e9ecef #e9ecef #dee2e6;
    margin: 0 3px;
}

.nav-tabs .nav-item a.btn {
    font-size: 1em;
}

.tool-top {
    align-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .tool-top .content {
        display: block;
        width: 50%;
        background-color: #36393c;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 1030;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        transition: all .4s;
        text-decoration: none;
        color: #eee;
        height: 30px;
        overflow: hidden;
        text-align: center;
        font-size: .9em;
        line-height: 30px;
        -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
        box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
    }

    .tool-top .contentRight {
        display: block;
        background-color: #64a4e5;
        border-radius: 10px 0 0 10px;
        z-index: 1030;
        position: fixed;
        right: 0;
        margin-right: auto;
        padding: 0 10px;
        transition: all .4s;
        text-decoration: none;
        color: #eee;
        height: 60%;
        overflow: hidden;
        text-align: center;
        font-size: .9em;
        line-height: 30px;
        -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
        box-shadow: 0 1px 7px 0 rgba(0,0,0,.75);
    }

    .tool-top > .content:focus {
        height: 100px;
    }

    .tool-top p {
        margin: 0;
    }

.img-user {
    height: 25px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    border-radius: 4px;
    background: transparent;
    transition: all .3s ease;
}

    ::-webkit-scrollbar:hover {
        background: #c6c7ca;
    }

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #777779;
    }

::-webkit-scrollbar-track {
    background: transparent;
}

    ::-webkit-scrollbar-track:hover {
        background: rgba(0,0,0,.15);
    }

.cursor-pointer {
    cursor: pointer;
}

.non-decoration {
    text-decoration: none !important;
}

.text-left {
    text-align: left !important;
}

.tools_head {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 5px;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 10px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered { /*padding-left:0;padding-right:0;*/
        height: auto; /*margin-top:-3px;*/
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #99a3a4;
    border-radius: 3px !important;
    padding: 6px 12px;
    height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 6px !important;
        right: 1px;
        width: 20px;
    }

.bg-transparent {
    background-color: transparent !important;
}

.bg-color1 {
    background-color: var(--color1) !important;
}

.bg-color2 {
    background-color: var(--color2) !important;
}

.bg-color3 {
    background-color: var(--color3) !important;
}

.bg-color4 {
    background-color: var(--color4) !important;
}

.bg-color5 {
    background-color: var(--color5) !important;
}
