html,
body {
    height: 100%;
}

body, body .container.body {
}

.container {
    background: #004e6f !important;
    overflow: hidden;
}

.mod-video-wrapper {
    position: relative;
    padding-bottom: 64.34%;
    height: 0;
}

.mod-video-vimeo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.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;
}

.panel_toolbox {
    min-width: 0 !important;
}

/* Labels */
.label {
    display: inline-block;
    padding: 0.4em;
}

.label-dark {
    color: #fff;
    background-color: #343a40;
}

.label-light {
    color: #212529;
    background-color: #e1e6ea;
}

/* 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: "\e151";
}

a.desc:after {
    content: "\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;
}

/* Model list ellipsis */
.document-list label {
    font-size: 16px;
    font-weight: 400;
}

/* Left menu long links ellipsis */
.left_col {
    width: 100%;
}

.list-ellipsis > ul > li > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-ellipsis label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 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;
}

li.active {
    background: #D9DEE4;
}

.rvt-nav-flex-grow {
    flex-grow: 1;
    overflow: hidden;
}

.rvt-nav-flex-grow ul {
    left: 0px;
    position: relative;
    display: inline-block;
    min-width: max-content;
}

.rvt-nav-flex-grow ul li {
    display: inline;
}

.rtw-small-icon-margin {
    margin-bottom: 10px;
}

.rtw-small-icon-margin span, .rtw-small-icon-margin i {
    margin-right: 5px;
    cursor: pointer;
}

.rtw-search-clear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px !important;
    cursor: pointer;
}

.main_menu .rtw-search-clear {
    right: 10px;
}

.rtw-table-button-toggle-vis label {
    margin-right: 2px;
    cursor: pointer;
}

.rtw-table-button-toggle-vis label i {
}

.rtw-table-button-toggle-vis input[type="checkbox"] {
    cursor: pointer;
}

.rtw-table-filter th input.form-control.input-sm {
    width: 90%;
}

.rtw-document-filter-padding {
    padding: 10px 15px;
}

.nav-md .container.body .right_col {
    padding: 0;
}

.nav-sm .container.body .col-md-3.left_col {
    z-index: 1;
}

.rtw-panel-wrapper {
    position: absolute;
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.main_menu_side.rtw-panel-wrapper {
    top: 75px;
}

.main_menu_side .simplebar-vertical .simplebar-scrollbar:before {
    background-color: whitesmoke;
}

.rtw-third-col .rtw-panel-wrapper {
    width: 100%;
}

.rtw-height {
    height: 100%;
}

.rtw-one-col-only {
    float: left;
    min-height: calc(100% - 49px);
    width: 100%;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.rtw-second-col {
    float: left;
    min-height: calc(100% - 49px);
    width: 275px;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background-color: #73879C;
}

.rtw-third-col {
    float: left;
    min-height: calc(100% - 49px);
    width: calc(100% - 275px);
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.rtw-overflow {
    overflow-y: auto;
    overflow-x: hidden;
}

.rtw-content {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}

.rtw-sub-content {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
}

.top_nav .navbar-right {
    max-width: 70%;
    width: inherit;
}

.rtw-filter-content span {
    margin-left: 5px;
}

.nav-sm .container.body .right_col {
    padding: 0;
}

.rtw-checkbox {
    cursor: pointer;
}

.nav-sm .left_col .list-ellipsis span, .nav-sm .left_col .rtw-document-filter-padding {
    display: none;
}

.rtw-table-button-toggle-vis label input[type="checkbox"] {
    display: none;
}

.rtw-doc-filter-checkbox .ellipsis-item  input[type="checkbox"],
.rtw-doc-filter-color .ellipsis-item  input[type="checkbox"],
.rtw-doc-filter-color button.submit ,
.rtw-doc-filter-color i.rtw-checkbox,
.rtw-doc-filter-checkbox .ellipsis-item i.rtw-square-color {
    display: none;
}

.list-ellipsis label span{
    margin-left: 5px;
}

.nav-sm .container.body .right_col .rtw-second-col {
    /*  width: 125px; */
}

.nav-sm .container.body .right_col .rtw-third-col {
    width: calc(100% - 275px);
}

.nav-sm .main_menu_side.rtw-panel-wrapper {
    top: 48px;
}

.nav_menu {
    height: 49px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .nav_menu {
        min-height: 49px;
        height: auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .nav-sm .container.body .right_col .rtw-second-col {
        display: block;
    }

    .container.body .right_col .rtw-second-col {
        display: none;
    }

    .container.body .right_col .rtw-third-col {
        width: 100%;
        display: block;
    }

    .nav-sm .container.body .right_col .rtw-third-col {
        display: block;
    }

    .rtw-third-col .rtw-panel-wrapper {
        position: inherit;
        top:0;
    }

    .navbar-nav {
        margin-left: 40px;

        li{
            max-width: 90%;
        }
    }
}

body, body .container.body {
    background: #F7F7F7;
    overflow: hidden;
}

#datatables_buttons_info {
    display: none !important;
}

.grid-view .dataTables_filter {
    display: none;
}

.dataTables_wrapper .dt-buttons {
    width : 100%;
    display: none;
}

/**
 * dl, dt and dd for mesh viewer
 */

dl {
    padding: 0.5em;
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: black;
}

dt::after {
    content: ":";
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.25em 0;
    color: black;
}

/*
 * request password reset page header
 */

.request_reset_token.login_content h1:before, .request_reset_token.login_content h1:after {
    width: 10%;
}

.btn.btn-small-button {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    margin-bottom: 2px;
}

/*
 * Modal window
 */
.rvt-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.rvt-modal.rvt-modal-window-short {
    background-color: rgba(0, 0, 0, 0.1);
}

.rvt-modal .rvt-modal-window {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-color: white;
}

.rvt-modal.rvt-modal-window-short .rvt-modal-window {
    min-height: 40%;
}

.rvt-modal-window-content {
    height: 100%;
    overflow-y: auto;
}

.modal-images {
    top: 49px;
    width: 80%;
    height: calc(100% - 49px);
    position: absolute;
}

.modal-image-container {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 50%;
    height: 50%;
}

.modal-image-container .image-cell-int {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
}

.modal-image-container .image-cell-int img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    /*   top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-top {
    top: 0;
}

.modal-bottom {
    bottom: 0;
}

.modal-left {
    left: 0;
}

.modal-right {
    right: 0;
}

.modal-text {
    right: 0;
    position: absolute;
    width: 20%;
    height: calc(100% - 49px);
    top: 49px;
}

.modal-logo img {
    max-height: 57px;
    float: right;
    padding: 10px;
}

table, td {
    border: 0;
    padding: 0;
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 20px;
}

.cell-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image-resize: 3;
}

/* PDF extra css */

@media print {
    .nav_menu {
        float: left;
        background: #EDEDED;
        border-bottom: 1px solid #D9DEE4;
    }

    .col-xs-5.modal-image-container {
        padding: 10px;
        width: 350px;
        height: 350px;
    }

    .col-xs-5.modal-image-container img.modal-image-item {
        width:100%;
        height: auto;
    }
}

.nav .dropdown-usermenu li a {
    width: 100%;
    padding: 12px 20px;

    i.fa-sign-out {
        font-size: 15px;
    }
}

table.dataTable {
    table-layout: fixed;
}

table.dataTable .table-icon-column {
    width: 50px;
}

table.dataTable th, table.dataTable td, table.dataTable td a {
    max-width: 60%;
}

table.dataTable tbody tr td, table.dataTable thead tr th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rtw-red {
    color: #e74c3c;
}

.rtw-green {
    color: #26b99a;
}

.rtw-orange {
    color: #f39c12;
}

h2 .btn {
    margin: 0;
    margin-left: 15px;
}

.btn-icon-color-green i.fa {
    color: #1ABB9C;
}

.rvt-complete.btn-icon-color-green i.fa {
    color: grey;
}

.nav.toggle {
    padding-top: 11px;
    width: auto;
}

.nav.toggle.title {
    padding: 11px 5px;
    font-size: large;
    font-weight: 500;
    color: #515356;
}

.nav.navbar-nav > li > a {
    padding: 8px 15px 8px
}

.dataTables_length {
    display: none;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    padding: 4px 8px;
    vertical-align: middle;
}

.mrt-app-button a {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45)
}

.mrt-app-button a div {
    border-radius: 6px;
    width: 70px;
    height: 70px;
}

.mrt-app-button span {
    line-height: 70px;
}

.font-size-1-5 {
    font-size: 1.5em;
}

.nav-icon-home {
    padding-left: 5px;
    font-size: 15px;
}

.rvt-modal-window .filepond--root {
    max-height: 210px;
    min-height: 210px;
    overflow: auto;
}

.rvt-modal-window .filepond--root .filepond--drop-label {
    font-size: 1.3em;
}

.rvt-modal-window .filepond--file-info .filepond--file-info-main {
    font-size: 1.25em;
}

.rvt-modal .modal-dialog {
    width: fit-content;
}

.rvt-app-logo {
    width: 100%;
    max-height: 85px;
    padding: 5px 15px 5px 15px;
}

.rvt-logo, .rvt-logo-reduced {
    margin-right: 14px;
}

.rvt-logo-home {
    height: 48px;
    padding: 5px 10px 5px 0;
}

.rvt-app-logo-reduced {
    height: 52px;
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-top: 8px;
}

.toggle a .rvt-logo i,
.toggle a .rvt-logo-reduced i {
    font-size: 20px;
}

.nav-md .rvt-logo,
.nav-md .rvt-app-logo,
.nav-sm .rvt-logo-reduced,
.nav-sm .rvt-app-logo-reduced {
    display: inherit;
}

.nav-md .rvt-logo-reduced,
.nav-md .rvt-app-logo-reduced,
.nav-sm .rvt-logo,
.nav-sm .rvt-app-logo {
    display: none;
}

.rvt-viewer-info-lateral form li {
    overflow-x:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-sm span.fa {
    display: block;
}

.nav-sm .navbar-right span.fa, .nav-sm left_col span.fa {
    display: none;
}

.rvt-flex-height-100 {
    display: flex;
    min-height: 85vh;
    flex-direction: column;
}

.rvt-flex-height-100 div:first-child {
    flex: 1px 1 0;
}

.rvt-flex-height-100 div:nth-child(2) {
    flex: 0px 0 1;
    margin: 5px;
}

.rvt-dejavu-panoramic-flex {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 100%;
}

.rvt-dejavu-panoramic-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.element-table {
    width: 100%;
}

.element-table th, .element-table td {
    padding: 4px;
    border: 1px solid #ddd;
    width: 50%;
}

.element-table th:first-child, .element-table td:first-child {
    text-align: right;
}