:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --light-gray: #e3eaef;
    --gray: #ccc;
    --dark-gray: #303030;
}

html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.ui-datepicker-trigger {
    background-color: #e9ecef;
    color: #777;
    padding: 3px 10px;
    width: 35px;
    border: 1px solid #ced4da;
    border-left: none;
    cursor: pointer;
    
}
.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 th {
    white-space: nowrap;
}.grid-view th a{
    color: #333;
}

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



/* btn */
/*.btn-success{background-color: #2E574F; border-color: #3d756a;}*/

.dash-box{ text-align: center; margin: 8px 3px; padding: 3px 2px; border: 1px solid transparent;}
.dash-box:hover{ background-color: #f2f2f2;-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08), 0 1px 0 0 rgba(0, 0, 0, .04);
                 box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08), 0 1px 0 0 rgba(0, 0, 0, .04); border: 1px solid #e9e9e9;}
/*.dash-box .count-box{position: absolute; top: 20px; right: 20px;}
.dash-box .count-box span{background-color: #3d8b44;color: #fff;padding: 8px; border-radius: 15px;width: 30px; height: 30px;}*/
.dash-box h2{ font-size: .9rem; color: var(--dark-gray);}
.dash-box .img-box{margin-bottom: 10px;}

.mailbox-attachment-icon{line-height: 120px;
                         text-align: center}

.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.file-man-box .file-close {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center
}

.file-man-box .file-img-box img {
    height: 64px
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box .file-download:hover {
    color: #313a46
}

.file-man-box .file-man-title {
    padding-right: 25px
}

.file-man-box:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
    visibility: visible
}
.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}
/*h5 {
    font-size: 15px;
}*/

.log_display_box{padding: .10em .7em;
                 font-size: 75%;
                 font-weight: 700;
                 line-height: 1;
                 text-align: center;
                 white-space: nowrap;
                 vertical-align: baseline; border-radius: 5px;}
/* .filters{} */
.filters td, .form-options-body-receive td{padding: 3px;}
.filters input.form-control, .filters select.form-control{padding: 0 3px; height: calc(1.6rem + 2px); font-size: .9rem;}

.kv-grid-table th a, .grid-primary th a{color: #333; }
td.kv-group-even {
    background-color: #dee2e6 !important;
}
td.kv-group-odddddd {
    background-color: #dee2e6 !important;
}
 .nodisplay {
    display:none;
}
.purchase-table .select2-selection--single{padding: 3px 3px; height: calc(1.6rem + 2px); font-size: .9rem;}
.purchase-table .select2-selection--single .select2-selection__clear{background-color: #fff; padding: 1px 5px; right: 1rem;}


@media (min-width: 768px){
    .form-group.row > .col-form-label {
        text-align: right;
    }
}

