html,
body {
    height: 100%;
}


/* body::before {
    top: 0;
    content: "TESTOVACIA VERZIA";
    font-size: 15px;
    display: block;
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: red;
    color: yellow;
    text-align: center;
} */


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

.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;
}
/* admin lte edit */
.nav-tabs > li {
    margin-bottom:0;
}
.nav-tabs-custom > .nav-tabs > li {
    margin-bottom:0;
    margin-right:0;
}
.nav-tabs-custom > .nav-tabs > li {
    border-top-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #00a65a;
    color: #fff;
    font-weight: bold;
    border-right-color: #00a65a;
}
.nav-tabs-custom > .nav-tabs > li.active, .nav-tabs-custom > .nav-tabs > li.active:hover {
    background-color: #00a65a;
    color: #fff;
    font-weight: bold;
}
.nav-tabs-custom {
    border: 1px solid #00a65a;
}

#bodylte .select2-container .select2-selection--single .select2-selection__rendered { margin-top: 0px; }

#bodylte .select2-container--default .select2-selection { height: 22px; padding: 2px 6px !important; }
#bodylte .select2-container--default .select2-selection--single .select2-selection__arrow { height:18px; }
#bodylte .select2-container--default .select2-selection__clear { top:-1px; margin-right: 20px; }
#bodylte .select2-container--default .select2-results { font-size:10px; }
#bodylte .select2-container--default .select2-selection--single .select2-selection__rendered { padding-left: 0; }
#bodylte .select2-selection--single { border-radius: 0; }
#bodylte .select2-container--default .select2-selection--single .select2-selection__rendered { margin-top: -5px; }


.collapseHist a { cursor: pointer; }
.collapseHist .spin { display: block; }

.kv-grid-table td, .kv-grid-table th { font-size: 12px; }
.kv-grid-table th {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden  !important;
} 
.kv-grid-table thead input { font-size: 12px; padding:2px; height: auto; }
.kv-grid-table thead select { font-size: 12px; padding: 2px; padding-top: 2px;  height: auto; }

.actioncol { white-space: nowrap; }
.canvasjs-chart-credit { display: none !important; }

#bodylte .select2-dropdown { min-width: 200px !important; }

@media screen and (max-width: 480px) {
    .kv-grid-table a { font-size: 20px; padding: 15px; }
}


.s2wrap {
    position: absolute; 
    width: 100%;
    height: 34px; 
    overflow: hidden;
    z-index: 2; 
}
.s2wrap:hover {
    position: absolute;
    width: 100%; 
    overflow: visible;
    z-index: 15; 
}
.s2wrap_relative {
    position: relative; z-index: 2;
}
.s2wrap_relative:hover {
    position: relative; z-index: 12;
}
