* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
header, nav, section, time, article, aside, footer {
    display: block;
}
body {
    background: #d6f5fa;
}
a {
    text-decoration: none;
    outline: none;
    color: #052B41;
}
a:hover {
    text-decoration: underline;
}
a.inverted {
    text-decoration: underline;
}
a.inverted:hover {
    text-decoration: none;
}
.nothink {
    text-align: center;
    color: red;
}
#layout {
    position: relative;
    min-height: 100%;
    z-index: 1;
}
#header {
    background: #4a6492;
}
#header .navbar-header {
    width: 100%;
}
#header .navbar-brand {
    padding: 0 15px;
}
#dicom-logo {
    display: block;
    height: 100%;
    width: 130px;
    font-size: 36px;
    line-height: 52px;
    text-decoration: none;
    color: #fff;
}
#navbar {
    float: right;
}
#navbar a {
    display: block;
    text-decoration: none;
    color: #fff;
}
#navbar .lang_flag {
    padding: 14px 15px;
}
#navbar .lang_flag img {
    width: 32px;
}
#navbar a:hover,
#navbar a:active,
#navbar a:focus {
    color: #b1f2f2;
}
#disk_form input {
    text-transform: uppercase;
}
#disk_form .form-control {
    background-color: #fff;
    border-color: #2098bf;
}
#dicom_images_list  {
    background-color: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 10px;
}
#dicom_images_list .image {
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #E1F0F5;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}
#dicom_images_list .image.viewed {
    background: #7B9DC7;
    color: #fff;
}
#dicom_images_list .image.active,
#dicom_images_list .image:hover,
#dicom_images_list .image:active,
#dicom_images_list .image:focus {
    background: #337ab7 !important;
    color: #fff !important;
}
#dicom_images_list .image .disk {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    background: transparent url('/images/disk.png') no-repeat center center;
    background-size: contain;
}
#dicom_images_list .image.active .disk,
#dicom_images_list .image:hover .disk,
#dicom_images_list .image:active .disk,
#dicom_images_list .image:focus .disk,
#dicom_images_list .image.viewed .disk {
    background-image: url('/images/disk_active.png');
}
#overlay, #viewer_modal  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#overlay {
    background: rgba(0,0,0,0.75);
    z-index: 10000;
}
#viewer_modal {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
#viewer_modal .inside {
    position: relative;
    padding-top: 50px;
    height: 110vw;
}
#viewer_modal iframe {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #000;
}
#prev_disk,
#next_disk,
#close_viewer {
    display: block;
    position: absolute;
    top: 10px;
    text-decoration: none;
    text-ShadoW: 1px 1px 0 rgba(0,0,0,0.6);
    z-index: 10002;
}
#prev_disk, #next_disk {
    display: none;
}
#viewer_modal.navigation #prev_disk,
#viewer_modal.navigation #next_disk {
    display: block;
}
#prev_disk {
    right: 110px;
}
#next_disk {
    right: 60px;
}
#close_viewer {
    right: 10px;
}


.top20 {
    padding-top: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

/* SM */
@media (min-width: 768px) {
    #viewer_modal {
        left: calc((100vw / 2) - (100vh / 2));
        width: 100vh;
        height: 100vh;
    }
    #viewer_modal .inside {
        padding-top: 0;
        height: 100%;
    }
    #next_disk {
        right: -100px;
    }
    #prev_disk {
        right: -50px;
    }
    #close_viewer {
        right: -150px;
    }
}

/* MD */
@media (min-width: 992px) {
}

/* LG */
@media (min-width: 1200px) {
}
