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--default .select2-selection--single, .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 .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%;
}

.final-report {
    height: 300px;
}

.kv-grid-container {
    font-size: 15px;
}