﻿.loading-all {
    position: fixed;
    overflow: hidden;
    background: url(dist/img/loader.gif) no-repeat center;
    opacity: 0.8;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    border: 40px 40px;
    display: block;
}

.has-error {
    border-color: #dd4b39 !important;
    box-shadow: none !important;
}

/*Start button HPBD*/
#btn-return {
    /*width: 70px;
        height: 70px;*/
    position: fixed;
    z-index: 7;
    /*top: 90%;
        left: 95%;*/
    right: 2vw;
    bottom: 2vh;
    /*background: #dc3545;*/
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 2.5vh;
    opacity: 1;
    display: none;
}

    #btn-return i {
        width: 5vh;
        height: 5vh;
        line-height: 5vh;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        position: relative;
        cursor: pointer;
        box-shadow: inset 0 0 0 2px #fff;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #btn-return i:hover, #btn-add-activity i:focus {
            color: #fff;
            box-shadow: inset 0 0 0 2px #fff;
            -webkit-box-shadow: inset 0 0 0 2px rgba(225,225,225,0.8);
            -moz-transform: rotate(5deg) scale(1.1);
            -ms-transform: rotate(5deg) scale(1.1);
            -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
            /*background-image: -webkit-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -o-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
        }

.btn-audio {
    /*width: 70px;
        height: 70px;*/
    position: fixed;
    z-index: 7;
    /*top: 90%;
        left: 95%;*/
    right: 2vw;
    bottom: 8vh;
    /*background: #dc3545;*/
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 2.5vh;
    opacity: 1;
    display: none;
}

    .btn-audio i {
        width: 5vh;
        height: 5vh;
        line-height: 5vh;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        position: relative;
        cursor: pointer;
        box-shadow: inset 0 0 0 2px #fff;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .btn-audio i:hover, #btn-add-activity i:focus {
            color: #fff;
            box-shadow: inset 0 0 0 2px #fff;
            -webkit-box-shadow: inset 0 0 0 2px rgba(225,225,225,0.8);
            -moz-transform: rotate(5deg) scale(1.1);
            -ms-transform: rotate(5deg) scale(1.1);
            -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
            /*background-image: -webkit-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -o-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
        }
/*End button HPBD*/
.wrapper-layout-home {
    margin-top: 0.5vh;
}

.wrapper-layout {
    padding-left: 0 !important;
    position: relative !important;
}

.wrapper-form {
    padding-left: 0 !important;
}

.nav-left-col-menu {
    margin-top: 0 !important;
}

@media only screen and (min-width: 1600px) {
    .nav-bar-hd-top {
        top: 0 !important;
    }
}

@media only screen and (min-width: 1736px) {
    .wrapper .navbar .navbar-nav {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wrapper .navbar .nav-bar-hd-top {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .wrapper-layout-home .wrapper-left-menu {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .wrapper-layout-home .wrapper-layout {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.vj-home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    width: 100%;
    border-radius: 5px;
    font-size: 1.8rem;
    font-family: "VJFont-Logo";
}

    .vj-home-link i {
        font-size: 2.5rem;
    }

.vj-home-text {
    /*padding-top: 0.3rem;*/
    /*width: 100%;
    text-align: center;*/
    margin-left: 0.5rem;
}

@media only screen and (max-width: 1131px) {
    .vj-home-link {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 978px) {
    .vj-home-link {
        font-size: 1rem;
    }

        .vj-home-link i {
            font-size: 1.6rem;
        }
}

@media only screen and (max-width: 411px) {
    .vj-home-link i {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-layout-home .wrapper-left-menu {
        flex: unset !important;
        max-width: unset !important;
    }

    .wrapper-layout-home .wrapper-layout {
        flex: unset !important;
        max-width: unset !important;
    }

    .show-hide-menu {
        display: none !important;
    }

    .nav.nav-sidebar .nav-item .nav-link p {
        display: block !important;
    }

    .nav.nav-sidebar .nav-item .nav-link {
        padding-top: 0.5rem !important;
    }

    .wrapper-left-menu {
        margin-right: unset !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wrapper-layout-home .wrapper-left-menu {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .wrapper-layout-home .wrapper-layout {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}




/*Công việc CSS*/

.loading-all {
    position: fixed;
    overflow: hidden;
    background: url(dist/img/loader.gif) no-repeat center;
    opacity: 0.8;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    border: 40px 40px;
    display: block;
}

input[type=number] {
    text-align: right;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.has-error {
    border-color: #dd4b39 !important;
    box-shadow: none !important;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

    .timeline > li > .timeline-item > .time {
        color: #999;
        float: right;
        padding: 10px;
        font-size: 12px;
    }

    .timeline > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 16px;
        line-height: 1.1;
    }

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
/*Start button HPBD*/
#btn-return {
    /*width: 70px;
        height: 70px;*/
    position: fixed;
    z-index: 7;
    /*top: 90%;
        left: 95%;*/
    right: 2vw;
    bottom: 2vh;
    /*background: #dc3545;*/
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 2.5vh;
    opacity: 1;
    display: none;
}

    #btn-return i {
        width: 5vh;
        height: 5vh;
        line-height: 5vh;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        position: relative;
        cursor: pointer;
        box-shadow: inset 0 0 0 2px #fff;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        #btn-return i:hover, #btn-add-activity i:focus {
            color: #fff;
            box-shadow: inset 0 0 0 2px #fff;
            -webkit-box-shadow: inset 0 0 0 2px rgba(225,225,225,0.8);
            -moz-transform: rotate(5deg) scale(1.1);
            -ms-transform: rotate(5deg) scale(1.1);
            -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
            /*background-image: -webkit-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -o-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
        }

.btn-audio {
    /*width: 70px;
        height: 70px;*/
    position: fixed;
    z-index: 7;
    /*top: 90%;
        left: 95%;*/
    right: 2vw;
    bottom: 8vh;
    /*background: #dc3545;*/
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 2.5vh;
    opacity: 1;
    display: none;
}

    .btn-audio i {
        width: 5vh;
        height: 5vh;
        line-height: 5vh;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        position: relative;
        cursor: pointer;
        box-shadow: inset 0 0 0 2px #fff;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .btn-audio i:hover, #btn-add-activity i:focus {
            color: #fff;
            box-shadow: inset 0 0 0 2px #fff;
            -webkit-box-shadow: inset 0 0 0 2px rgba(225,225,225,0.8);
            -moz-transform: rotate(5deg) scale(1.1);
            -ms-transform: rotate(5deg) scale(1.1);
            -webkit-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
            /*background-image: -webkit-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -o-linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: linear-gradient(left, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);*/
        }
/*End button HPBD*/
.wrapper-layout-home {
    margin-top: 0.5vh;
}

.wrapper-layout {
    padding-left: 0 !important;
    position: relative !important;
}

.wrapper-form {
    padding-left: 0 !important;
}

.nav-left-col-menu {
    margin-top: 0 !important;
}

@media only screen and (min-width: 1600px) {
    .nav-bar-hd-top {
        top: 0 !important;
    }
}
