html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 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 th {
    white-space: nowrap;
}

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

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #9dc3ff;
}
.filters .form-control {
    font-size: 13px;
}
.filters .select2-selection {
    font-size: 12px;
}

.krajee-default.file-preview-frame .kv-file-content {
    height: 100px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 50px;
}
.krajee-default.file-preview-frame .kv-file-content {
    
}
.file-drop-zone-title {
    padding: 85px 10px;
}
.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.popover-lg {
    min-width: 780px;
}
.popover-content {
    max-height: 500px;
    overflow-x: auto;
}
.files .table td {
    padding: 3px;
    vertical-align: middle;
}
.table-striped > tbody > tr a {
    color: #000;
}
.files .table-striped > tbody > tr:nth-of-type(2n+1)  {
    background-color: #f9f9f9;
}
.table > thead > tr > td.mon-danger, .table > tbody > tr > td.mon-danger, .table > tfoot > tr > td.mon-danger, .table > thead > tr > th.mon-danger, .table > tbody > tr > th.mon-danger, .table > tfoot > tr > th.mon-danger, .table > thead > tr.mon-danger > td, .table > tbody > tr.mon-danger > td, .table > tfoot > tr.mon-danger > td, .table > thead > tr.mon-danger > th, .table > tbody > tr.mon-danger > th, .table > tfoot > tr.mon-danger > th
{
    background-color: #f26565;
    color: #fff;
    
}
.kv-editable-link {
    color: #000;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .5;
    display: none;
    z-index:99999;
    color: #fff;
}
.nota-form input {
    text-transform: uppercase;
}
.rapportino-update input, .rapportino-update textarea {
    text-transform: uppercase;
}

.even td {
    background-color: #9dc3ff;
}
.bigdrop {
    width: 400px !important;
}
#note-index .select2-selection__rendered {
    height: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: auto;    
}

#note-index .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: table;
    width: 400px;
    table-layout: fixed;
}
.table-responsive {
    overflow-x: visible;    
}
