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


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

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

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

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

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

.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: 480px;
    width: 100%;
}

.main-footer {
    color: rgba(0, 0, 0, .45) !important;
    font-size: 14px;
    padding: 0 16px;
    text-align: center;
    background-color: #ecf0f5 !important;
    border: 0 !important;
}

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

.file-item {
    margin-bottom: 10px;
}

.audit-btn-box {
    display: block;
    text-align: center;
    margin-top: 24px
}