html,
body {
    height: 100%;
}

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

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

.float-btn {
    position: absolute!important;
    right: 0;
    top: 0;
    background-color: transparent;
    background-color: #B2B6B9!important;
    color:#fff;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

li.active .float-btn {
    background-color: #295E8C!important;
}
.wrap > .main {
    margin-top: 60px;
    /*width: 4000px;*/
}
div.required label:after {
    content: ' *';
    color: red;
}


/*.grid-view thead th:last-child {
    width: 68px;
    border:none;
    }*/

    .float-btn.active {
        background-color: #17324A!important;
    }
/*tbody tr td:first-child {
    text-align: center;
}
*/

/*::selection {
background: transparent;
}*/
a.modal-btn {
    cursor: pointer;
}
/*.select2-container--krajee .select2-selection--single {
    height: 28px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow  {
    height: 26px;
}
.select2-container--krajee .select2-selection--single {
    padding: 3px 24px 3px 12px;
}*/

nav .container {
    width: 100%!important;
}

a.active-btn, .modal-btn {
    display: inline-block;
    cursor: pointer;
}
a.active-btn:hover, .modal-btn:hover {
    text-decoration: none;
    background-color: #ccc;
}

table {
    font-size: small;
}

.zoom-btn {
    width: 10%;
}

.zoom-span {
    width: 90%;
}

.full-width {
    display: block;
    width: 100%;
}

.com-services-index {
    width: 4000px!important;
}

@media print {
    #w6,
    .logs-search,
    .logs-index>.row,
    .footer,
    .pagination,
    .breadcrumb {
        display: none;
    }

    a:after {
        content: " "!important;
    }


}
.select2-dropdown.select2-dropdown--below {
    top: 29px;
}
.com-services-index thead tr th:nth-child(10){
    width:12px!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}