@media screen and (max-width: 599px) {
    .landingPageTable {
        width: 150%;
    }

    .landingPageTable img {
        width: 100%;
    }

    .panelInfo {
        padding: 10px !important;
        margin: 1px auto 0px auto;
        width: 100% !important;
        display: block !important;
        font-size: 18pt;
        font-weight: bold;
    }

    .panelDescription {
        width: 100% !important;
        text-align: justify;
    }

    .panelImage {
        width: 100% !important;
        text-align: center;
    }

    .mobileScroll {
        overflow: scroll !important;
    }

    .hideInMobile {
        display: none !important;
    }

    .hotClass {
        text-align: center !important;
    }

    .headerIcon {
        position: relative;
        left: calc(50% - 45px) !important;
    }

    .view_exercise {
        max-height: calc(50vh) !important;
        overflow: auto;
    }

    .do_exercise {
        max-height: calc(30vh) !important;
        overflow: auto;
    }

    .v-card__text {
        padding: 4px !important;
    }

    .group {
        margin-right: 0px !important;
    }

}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .landingPageTable {
        width: 150%;
    }

    .landingPageTable img {
        width: 100%;
    }

    .view_exercise {
        max-height: calc(50vh) !important;
        overflow: auto;
    }

    .do_exercise {
        max-height: calc(30vh) !important;
        overflow: auto;
    }

    .v-card__text {
        padding: 4px !important;
    }

}

@media screen and (min-width: 960px) and (max-width: 1263px) {
    .landingPageTable {
        width: 100%;
    }
}

@media screen and (min-width: 1264px) and (max-width: 1904px) {
    .landingPageTable {
        width: 60%;
    }
}

@media screen and (min-width: 1904px) {
    .landingPageTable {
        width: 60%;
    }

    .container {
        max-width: 1400px !important;
    }
}

footer {
    height: auto;
    width: 100%;
    bottom: 0px;
    font-size: 12px;
    padding: 10px;
    line-height: 24px;
}

button {
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

#nprogress .bar {
    height: 4px !important;
    background-color: red !important;
}

#nprogress .spinner-icon {
    border-top-color: pink !important;
    border-left-color: hotpink !important;
}

.v-btn {
    text-transform: none !important;
}

.yoprimary {
    background-color: #00a650 !important;
    color: white;
}

.primaryColor {
    color: #00a650 !important;

}

.panelInfo {
    padding: 20px;
    margin: 1px auto 0px auto;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    font-size: 18pt;
    font-weight: bold;
}

.panelDescription {
    width: 60%;
}

.panelImage {
    width: 40%;
}

.background {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.show {
    display: inline !important;
    z-index: 1000;
}

.active {
    z-index: 1001;
}

.emptyNotify {
    background-color: white;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    min-height: 400px;
    width: 100%;
}

.hotClass {
    /*
    font-size: 17px;
    text-align: left;
    */
    width: 100%;
}

.hotClass h3 {
    font-size: 14px;
}

.hotClass .class {

    /*
    display: inline-table;
    height: 200px;
    width: 300px;
    text-align: center;
    */
    font-size: inherit;
    /*
        width: 100%;
        */
    margin: 5px 0px;
    /*
    background: #00ab4d url("../img/yoclass/Banner 01-2020-07.jpg") no-repeat;
    background-size: cover;
    */
    /*
    background-color: white;
    border: 1px solid #e3e3e3;
    /*
    color:white;
    */
    padding: 10px;
    border-radius: 5px;
    /*
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    */
    cursor: pointer;
    position: relative;
    min-height: 130px;
    background-image: url("/img/yoclass/class_banner.png");
    background-size: cover;
}

.hotClass img.logo {
    border-radius: 5px;
    width: 50px;
}

.hotClass .classTitle {
    /*
    font-size: 20px;
    */
    font-weight: bold;
}

.classCode {
    font-size: 12px;
}

.hotClass .clazzInfo {
    font-size: 13px;
}

.hotClass a {
    display: inline-block;
    max-height: 400px;
    width: 400px;
    margin: 5px 5px 5px 5px;
    text-align: left;
}

.hotClass img.classCover {
    width: 100%;
    border-radius: 5px;
}

.teacherInfo {
    border: 1px solid #e1e1e1;
    /*
    border-radius: 5px;
    */
    margin-top: 5px;
}

.titleInfo {
    /*
    text-transform: uppercase;
    */
    font-weight: bold;
}

.valueInfo {
    margin-top: 5px;
}

.bottomBorder {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}

.group {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: white;
}

.groupHeader {
    color: #00ab4d;
    font-weight: bold;
    padding: 10px;
    /*
    background-color: #f4f4f4;
    */
}

.groupContent {
    padding: 10px;
}

.feed {
    border: 1px solid #dcdcdc;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: white;
    position: relative;
}

.editPost {
    float: right;
    width: 20px;
    height: 20px;
}

.smallAvatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 10px;
    display: flex;
}

.mediumAvatar {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 5px;
    float: left;
}

.mediaPost {
    display: inline-block;
    position: relative;
}

.mediaPost video {
    background-color: #00005d;
    margin-right: 10px;
    margin-top: 10px;
    width: 340px;
    max-height: 300px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.mediaPost img {
    width: 160px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.imageUrl {
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mediaTitle {
    background-color: #c7c7c7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #cac6c6;
    border-right: 1px solid #cac6c6;
    border-bottom: 1px solid #cac6c6;
    margin-top: -6px;
    margin-bottom: 5px;
    padding: 5px;
}

.documentFile {
    max-width: 500px;
    border: 1px solid #e2e2e2;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}

.mediaComment {
    display: inline-block;
    position: relative;
}

.mediaComment video {
    background-color: #00005d;
    margin-right: 10px;
    margin-top: 10px;
    width: 160px;
    max-height: 160px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.mediaComment img {
    width: 100px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.delItem {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 4px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 10px;
    background: white url("../img/icons/close.png") no-repeat center;
    background-size: 9px 9px;
}

.mediaPost:hover .delItem {
    display: block;
}

.imagePost {
    width: 160px;
    margin: 5px;
    border-radius: 5px;
}

.imageView {
    margin-right: 10px;
    border-radius: 5px;
    max-width: 100%;
    max-height: 300px;
    display: flex;
}

.top-post {
    /*
    background-color: #00a650;
    padding: 5px 5px 2px 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    */
}

.top-post .feed {
    border: 1px solid #00a650 !important;
}

.postInput {
    height: 50px;
    width: 90%;
    padding: 5px;
    outline: none;
    font-size: 15px;
}

.postInfo {
}

.postCreator {
    font-weight: bold;
}

.postTime {
    font-size: 12px;
}

.postTimeComment {
    font-size: 12px;
    padding-left: 10px;
}

.postTitle {
    font-weight: bold;
    margin-top: 10px;
}

.postTags {
    color: cornflowerblue;
    font-size: 12px;
}

.postContent {
    clear: both;
    /*
    margin-top: 10px;
    margin-bottom: 10px;
    */
    word-break: break-word;
    white-space: pre-line;
}

.postAction {
    border-top: 1px solid #e0d4d4;
}

.postComment {
    border-top: 1px solid #e0d4d4;
    padding: 10px;
}

.postCommentInput {
    height: 30px;
    border: 1px solid #e0d4d4;
    border-radius: 15px;
    padding: 10px;
    outline: none;
    display: flex;
    flex-grow: 1;
    margin-top: 5px;
}

.comment {
    margin-top: 5px;
    min-height: 30px;
    clear: both;
    display: flex;
}

.commentDetail {
    border-radius: 20px;
    padding: 10px;
    background-color: #eaeaea;
    padding: 10px 10px;
}

.feed1 {
    /*
    background-color: #00c853;
    */
}

.feed2 {
    /*
    background-color: #932320;
    */
}

.feed3 {
    background-color: #ff9100;
}

img:after {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}


.footerIcon {
    display: inline-block;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.headerIcon {
    /*
    background-color: white;
    */
    padding: 5px;
    /*
    margin-top: 50px;
    margin-left: 50px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    */
    cursor: pointer;
    width: 60px;
    top: 0px;
    position: absolute;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 2px rgb(50 106 30 / 20%);
}

.search-text {
    height: 30px;
    border-radius: 20px;
    border: 1px solid gray;
    background-color: white;
    padding: 5px 10px;
    display: flex;
    margin: 12px 10px 5px 10px;
    min-width: 400px;
}

.search-text input {
    outline: none;
    color: black;
    height: 20px;
    flex-grow: 1;
}

.quizQuestion {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 2px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    border: 1px solid gray;
}

.answerDetail {
    border: 1px solid gray;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;

}

.answerHeader {
    font-weight: bold;
}

.label {
    font-weight: bold;
    color: rgb(59, 89, 152);
    line-height: 35px;
}

.code {
    border: 1px solid gray;
    background-color: #9e9e9e;
    padding: 10px;
    min-height: 100px;
    margin: 10px;
}

.tableHeader {
    background-color: #00a650;
    padding: 10px;
    /*
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    */
    margin-top: 10px;
    color: white;
}

.reportPanel {
    border: 1px solid gray;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 10px;
}

.link {
    cursor: pointer;
    color: blue;
}

.notify {
    width: 350px;
    padding: 10px;
    cursor: pointer;
}

.notify .user {
    font-weight: bold;
}

.notify .time {
    color: #006dcc;
}

.notify:hover {
    background-color: #eeeeee;
}

.moneyHeader {
    height: 60px;
    color: white;
    font-size: 30px;
    text-align: left;
    padding: 10px;
    line-height: 40px;
}

.errorHeader {
    padding: 10px;
    color: red;
    font-weight: bold;
}

.question {
    margin: 5px;
    text-align: left;
    border-bottom: 1px solid gray;
}

.answer {
    font-weight: bold;
}

.right_answer {
    color: red;
}

.answer_detail {
    padding: 10px;
    background-color: bisque;
}

.answer_title {
    font-weight: bold;
}

.questionTitle {
    font-weight: bold;
}

.bullet {
    font-weight: bold;
    float: left;
}

.hand {
    cursor: pointer;
}

.landingPageTable {

}

.landingPageTable td {
    padding-left: 10px;
    vertical-align: top;
}

.tableInput {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 5px;
}

input[type=checkbox].tableInput {
    width: 18px;
    height: 18px;
}

.verticalToolbar {
    border: 1px solid gray;
    float: left;
    margin-top: 5px;
    width: 200px;
    color: white;
}

.lstTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.lstTable td {
    padding: 5px;
    /*
    border: 1px solid #c5c5c5;
    */
    word-break: break-word;
}

.lstTable td.titleRow {
    background-color: #fdd49a;
}

.lstTable th {
    text-align: center;
    padding: 5px;
    border: 1px solid #c5c5c5;
    background-color: #f0f0f0;
    font-size: 12px;
    /*
    color: white;
    background-color: #00a650;
    */

}

.lstTable td {
    border: 1px solid #ccc;
    font-size: 12px;
}

.lstTable td:focus-within {
    border: 2px solid #006dcc;
}
.noBorder {
    border: 0px !important;
    outline: none;
}

.headerTable {
    text-align: center;
    padding: 5px;
    border: 1px solid #c5c5c5;
    color: white;
    background-color: #00a650;
    font-size: 14px;
    font-weight: bold;
}

.lstTable input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

.lstTable input[type='textbox'] {
    width: 100%;
    outline: none;
}

.lstTable input[type='number'] {
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
}

.lstTable input[type='text'] {
    width: 100%;
    border: none;
    outline: none;
}

.lstTable select {
    width: 100%;
    -webkit-appearance: button !important;
}


.lstTable textarea {
    outline: none;
    width: 100%;
}
.contentTable {
    width: 100%;
    border-collapse: collapse;
}

.contentTable td {
    padding: 5px;
}

.contentTable input[type="textbox"] {
    width: 100%;
    height: 30px;
    border: 1px solid gray;
    border-radius: 5px;
}

.yobutton {
    padding: 5px 15px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    margin: 5px;
}

.yocontent {
    background-color: white;
    padding: 20px;
    border: 1px solid #dcdcdc
}

.buttonBar {
    text-align: right;
}

.btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: white;
    padding: 10px 20px;
    width: 45%;
    max-height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.google {
    background-color: #dd4b39;
}

.facebook {
    background-color: #3b5998;
}

.choice {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #00a650;
    border-radius: 40px;
    width: 300px;
    font-size: 20px;
    cursor: pointer;
    line-height: 80px;
    display: flex;
}

.choice:hover {
    background-color: #00a650;
    color: white;
}

.mobileScroll {
    overflow: hidden;
}

.groupItem {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    background-color: cornsilk;
    margin-bottom: 10px;
}

.dialog {
    position: absolute !important;
    margin: auto;
    z-index: 1000;
    border-radius: 5px;
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.item {
    line-height: 40px;
    min-width: 200px;
    padding: 10px;
    font-weight: bold;
}

.item:hover {
    background-color: #9e9e9e;

}

.packet-container {
    margin-top: 5px;
    border: 1px solid white;
    background-color: white;
    padding: 10px 20px;
    text-align: center;
    line-height: 30px;
}

/*
.packet {
    display: inline-block;
    width: 250px;
    border: 1px solid #00ab4d;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
*/

.classTable {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    margin-top: 10px;
}

.classTable tr {
    border-bottom: 1px solid #dddddd;
}

.classTable td {
    padding: 5px;
}

.active_profile {
    background-color: #00ab4d;
    color: white;
}

.step_number {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 5px;
    background-color: #f3c17a;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.yobox {
    border: 1px solid #00a650;
    margin: 5px;
    padding: 10px;
}

.dialog-header {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid gray
}

.action {
    width: 100%;
    text-align: right;
}

.result_info {
    text-align: center;
    color: blue;
    font-size: 20px
}

.header_info {
    text-align: left;
    color: blue;
    font-size: 15px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.theme--dark.v-tabs__bar {
    background-color: transparent !important;
}

.green_tab {

}

.green_tab .v-tabs__item {
    color: #2dfc80
}

.green_tab .v-tabs__slider {
    color: #2dfc80;
    border-color: #2dfc80 !important;
    background-color: #2dfc80 !important;
}

.v-toolbar__content, .v-toolbar__extension {
}

.v-btn {
    font-weight: 300 !important;
}

.ck-content {
    min-height: 300px !important;
}

.activeItem {
    font-weight: bold;
}



.procedure_index_tb thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}

.procedure_index_tb .fixed {
    position: sticky;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0;
    top: auto;
    z-index: 999;
    border-width: 5px;
    border-color: red;
    background-color: lightgrey;
    text-align: center;
}

.procedure_index_tb .fixed2 {
    position: sticky;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 100px;
    top: auto;
    z-index: 999;
    background-color: lightgrey;
    text-align: center;
}

.procedure_index_tb td:not(.fixed .fixed2) {
    z-index: 0;

}

.procedure_index_tb  td {
    word-wrap: break-word;
    border: 1px solid grey !important;
    padding: 0 !important;
}

/*.procedure_index_tb table {*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*}*/


.procedure_index_tb .v-table__overflow {
    height: 600px;
    overflow: auto;
}

.procedure_index_tb .v-table {
    width: auto;
    overflow: auto;
}


.procedure_index_tb .v-table td {
    height: 20px;
    width: 50px;
}

.procedure_index_tb td:focus-within {
    /*border:1px solid #006dcc !important;*/
}
.procedure_index_tb .labelText{
    color: red;
    text-align: center;
    margin: 0;
    height: 100% !important;
    display: inline-block;
    width: 100% !important;
    padding: 0px !important;
    border-radius: 0 !important;
}

.procedure_index_tb input[type='number'] {
    text-align: center;
    margin: 0;
    height: 100% !important;
    display: inline-block;
    width: 100% !important;
    padding: 0px !important;
    border-radius: 0 !important;
}

.v-datatable th,
.v-datatable td {
    padding: 0 3px !important;
}


.v-table thead th {
    white-space: inherit !important;
}

.infoTable {
    width: 100%;
}

.infoTable td {
    padding: 10px;
}

.infoTable label {
    font-weight: bold;
}

.inactive {
    background-color: yellow;
}

.tranferTable td {
    height: 70px;
}