/* prevent 'bounce' in scrolling */
html {
    height: 100%;
    width: 100%;
    /* width: 900px; */
    overflow: hidden;
}

body {
    height: 100%;
    width: 100%;
    /* width: 900px; */
    overflow: auto;
    color: #888888;
    background-color: #060606;
}

.hidden {
    display: none;
}

.modal-content {
    background-color: #202020;
}

.btn-default {
    color: #ffffff;
    background-color: #424242;
    border-color: #424242;
}

/* images are displayed in viewports */
.viewport {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute
}

.overlay {
    position: absolute;
    color: #e4ad00;
}

.myNav {
    margin: 0;
    border: 0;
}

.viewportWrapper {
    box-sizing: border-box;
    border: 2px solid #777;
}

.csthumbnail {
    color: white;
    background-color: black;
    width: 100px;
    height: 100px;
    border: 0px;
    padding: 0px;
}

.viewer {
    /*position: absolute;left: 110px;width: 100%;*/
    float: left;
    box-sizing: border-box;
}

.thumbnailSelector {
    width: 106px;
    float: left;
    margin-left: 0px;
    height: 100%;
}

body, html {
    height: 100%
}

#wrap {
    height: 100%
}

.studyContainer {
    margin-top: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.container {}

.navbar-default {
    background-color: #060606;
    border-color: #000000;
}

.thumbnails {
    margin: 0px;
    margin-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.thumbnails::-webkit-scrollbar {
    margin-right: 2px;
    width: 10px;
}


.thumbnails::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 10px
}

.thumbnails::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
    border: 3px solid #000;
}

.table {
    border-collapse: collapse;
    border-color: gray;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px;
    border: 1px solid #282828;
}

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

.studyRow {
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

.row {
    margin: 0;
}

a.list-group-item {
    background-color: black;
    padding: 2px;
    border: 1px solid #424242;
    z-index: 5;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #424242;
    border-color: #4e4e4e;
}

.nav-tabs {
    border-bottom: 1px solid #424242;
}

.nav-tabs li {
    display: flex;
    position: relative;
    align-content: space-between;
    /* border: 2px solid red; */
    border-bottom: 1px solid #424242;
}


.nav-tabs>li>a, .nav-tabs>li>button {
    background-color: #202020;
    border-color: #424242;
    color: #424242;
    padding: 3px 40px;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>.btn-close {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
    padding: 3px 40px;
}

.dropdown-menu {
    min-width: 40px;
}


.container-busca {
    margin: 20px 0;
}

.lblBusca {
    margin: 1px 5px;
}

#busca {
    margin-left: 18px;
}

.opcaoBusca {
    background-color: #000;
    font-family: "Roboto Mono", monospace;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #fff;

    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.btn-close {
    position: absolute;
    /* width: 30px; */
    top: -20;
    right: 0;
    background-color: #424242;
    color: #ffffff;
}

#print-screen{
    display: none;
}
.containerLoading{
    position: absolute;
    width: 120px ;
    height: 120px;
    text-align: center;
    top: 30%;
    left: 45%;
}

.containerLoading img{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .btn-print {
      display: none;
    }
  }