html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.search-area {
    margin-top: 20px;
}

.search-area .control-label {
    margin-right: 10px;
}

.search-area .form-group {
    margin-right: 20px;
}

.search-area .btn-search {
    margin-bottom: 10px;
}

.file-template {
    color: rgb(255, 0, 0);
    font-size: large;
    margin-left: 10px;
}

.no-margin {
    margin: 0;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.no-padding-top {
    padding-top: 0;
}

.add-teacher-title {
    color: red;
    padding: 5px
}

.layer-photos-demo img {
    height: 150px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.new-login-title {
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    background: #3c8dbc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.hzedu-body {
    background-color: #f1f2f7 !important;
}

.hzedu-body .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.sel-pro-li {
    font-size: 16px;
}

th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.select2-container {
    width: 100% !important;
}

.select2-selection__choice__remove {
    margin-top: -1px !important;
}

.select2-selection__choice {
    color: #000 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
}

.select2-selection {
    height: 34px !important;
}

.select2-selection__arrow {
    height: 32px !important;
}

.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

.dot i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    font-style: normal;
}

.dot-red i {
    background: red;
}

.dot-blue i {
    background: #3c8dbc;
}

.dot-yellow i {
    background: #f39c12;
}

.dot-green i {
    background: #00a65a;
}

.dot-grey i {
    background: grey;
}

.gird-search {
    margin-top: 20px;
}

.gird-search .form-group {
    width: 100%;
}

.gird-search .form-control {
    width: 79%;
}

.gird-search .control-label {
    width: 19%;
}

.gird-more-search .form-group {
    width: 100%;
}

.gird-more-search .form-control {
    width: 74%;
}

.gird-more-search .control-label {
    width: 24%;
}

.select2-container--krajee .select2-selection--single {
    align-items: center;
    display: flex !important;
}

.sidebar-toggle:hover {
    background-color: #1387C5 !important;
}


.app-login-title {
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.app-btn-login {
    background-image: linear-gradient(to right, #1387C5, #14356C);
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    /* box-shadow: 0 4px #e56b60; */
    margin-bottom: 20px
}


.new-login-title {
    margin: 0;
    padding: 5px 15px;
    text-align: center;
    background: #3c8dbc;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}


.app-bg {
    background-image: linear-gradient(to right, #1387C5, #14356C);
}

@media (min-width: 768px) {
    .app-login-bg {
        background-image: url("../images/login-bg.jpeg");
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 1000px;
        z-index: -10;
        zoom: 1;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-position: center 0;
    }
}

@media (min-width: 768px) {
    .app-login-box {
        position: absolute;
        right: 180px;
        top: 200px;
        margin: 0 !important;
    }

    .app-login-title {
        display: none;
    }
}

.app-btn-login:hover {
    color: #ffffff;
}

.welcom-box {
    display: flex;
}

.welcom-box .index-date {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    margin-bottom: 4px
}

.welcom-box .index-time {
    color: rgba(0, 0, 0, .85);
    font-size: 30px;
    line-height: 38px;
    text-align: right;
}

.welcom-box .welcome-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
}

.welcom-box .welcom-date {
    display: flex;
    flex-direction: column;
}

.row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-flex .arrow-open {
}

.row-flex .arrow-close {
    transform: rotate(270deg);

}

.log-td1 {
    width: 4px;
    height: 15px;
    background-color: #edf0f5;
}

.log-tr:first-child .log-td1 {
    background-color: transparent;
}

.log-td2 {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 3px solid transparent;
}

.log-td3 {
    width: 4px;
    height: 35px;
    background-color: #edf0f5;
}

.log-tr:last-child .log-td3 {
    background-color: transparent;
}

.log-body {
    border-top: 0 !important;
}
.field-remark {
    color: red;
    font-weight: bold;
    margin-left: 5px;
}