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;
}

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

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

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


.cv-upload-img {
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 43px;
    left: 43px;
}

.edit-img-div {
    /*display: inline-flex;*/
    /*flex-direction: column;*/
    /*border: 1px solid #d9d9d9;*/
    /*border-radius: 2px;*/
    /*width: 160px;*/
    /*height: 160px;*/
    /*margin: 0 10px 10px 0;*/
    /*position: relative;*/
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}

.import-img-div {
    display: none;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 10px 10px 0;
}

.cv-view-img {
    height: 150px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.cv-edit-img {
    /*cursor: pointer;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*display: block;*/
    /*margin: auto;*/
    cursor: pointer;
    display: block;
    margin: auto;
    height: 150px;
}

.cv-img-del {
    display: none;
    text-align: center;
    color: #dd4b39;
    position: absolute;
    right: -6px;
    top: -10px;
    cursor: pointer;
}

.cv-img-del .fa {
    font-size: 16px;
}

.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;
}

.cv-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;
}

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

.cv-bg {
    background-image: linear-gradient(to right, #df0011, #ed7901);
}

@media (min-width: 768px) {
    .cv-login-bg {
        background-image: url("../images/cv-login-bg-25.jpg");
        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) {
    .cv-login-box {
        position: absolute;
        right: 180px;
        top: calc(50vh - 126px);
        margin: 0 !important;
    }

    .cv-login-box .login-box-body {
        padding: 0;
        background: transparent;
    }

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

    .cv-forget-box {
        top: calc(50vh - 194px);
    }

    .cv-project-box {
        top: calc(50vh - 188px);
    }
}

.btn-block.cv-btn-login {
    font-weight: bold;
    font-size: 20px;
}

.smscode.cv-btn-login {
    font-weight: bold;
}

.new-login-title h3 {
    margin: 15px 0;
}

.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;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    /*padding-left: 3px !important;*/
}

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

.gird-search .form-control {
    width: 79%;
    background-color: #f2f3f5;
    border: 0;
}

.kv-panel-before .btn,
.gird-search .btn,
.gird-more-search .btn {
    border: 0;
}

.gird-search .select2-selection,
.gird-more-search .select2-selection {
    background-color: #f2f3f5 !important;
    border: 0 !important;
}

.gird-search .control-label {
    width: 19%;
    font-weight: 400;
    color: rgba(0, 0, 0, .85);
}

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

.gird-more-search .form-control {
    width: 74%;
    background-color: #f2f3f5;
    border: 0;
}

.gird-more-search .control-label {
    width: 24%;
    font-weight: 400;
    color: rgba(0, 0, 0, .85);
}

.viewer-toolbar .viewer-reset,
.viewer-toolbar .viewer-one-to-one {
    display: none;
}

.ok-btn {
    background-color: #00a65a;
}

.fail-btn {
    background-color: #dd4b39;
}

.wait-btn {
    background-color: #f39c12;
}

.status-btn {
    border-radius: 100%;
    color: #fff;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
}

.ok-btn .fa {
    font-size: 12px;
}

.skin-red-light .sidebar-menu > li.active > a {
    border-left-color: #df0011;
}

.skin-red-light .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-red-light .sidebar-menu .treeview-menu > li.active > a {
    color: #3c8dbc !important;
}

.navbar-nav > .user-menu .user-image {
    background-color: #fff;
}

.kv-grid-container {
    font-size: 15px;
    color: rgba(0, 0, 0, .65);
}

.kv-grid-container th,
.kv-grid-container th a {
    /*color: #3c8dbc !important;*/
    color: rgba(0, 0, 0, .85) !important;
    font-weight: 500;
}

.kv-grid-container .table > tbody > tr > td .form-group {
    margin-bottom: 0
}

.kv-grid-container .table > tbody > tr > td,
.kv-grid-container .table > thead > tr > th {
    padding: 12px 8px;
}

.avatar-user {
    background-color: #3c8dbc !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
}

.no-data {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

.no-data img {
    width: 200px;
    height: 118px;
}

.no-data-tips {
    color: rgba(128, 128, 128, 1);
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}

.final-report {
    min-height: 100px;
}