@charset "UTF-8";

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url('Open_Sans/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('Open_Sans/OpenSans-Regular.woff') format('woff');
}

/* detect iPad */
@media only screen and (max-device-width : 1024px) {
    .desktop-only {
        display:none !important;
    }
}

html, input, .btn-mevis {
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    background-color: var(--color-bg0);
    color: var(--color-light-gray);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                    not supported by any browser */
    overflow: hidden;
}


/* anchors and nav */

a {
    color: var(--color-light-gray);
}

a:hover {
    text-decoration: none;
    color: var(--color-hover);
}

.navbar-custom {
    background-color: var(--color-bg1);
    border-color: var(--color-bg2);
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
    text-decoration: none;
    background: var(--color-bg2);
    color: var(--color-light-gray);
    outline: none;
}

.dropdown-toggle {
    background: transparent;
}

ul > li > .dropdown .open {
    background: transparent;
}

.nav .open > a {
    background-color: var(--color-bg2);
}

.nav .open > a:hover {
    background-color: var(--color-bg2);
}

.nav .open > a:focus {
    background-color: var(--color-bg2);
}

.nav .open > a:active {
    background-color: var(--color-bg2);
}

.navbar-nav > li > .dropdown-menu {
    background-color: var(--color-bg2);
    color: var(--color-light-gray);
}


#footer {
    background-color: var(--color-footer);
    border-top: 1px solid var(--color-bg2);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.medical-warning {
    color: var(--color-medical-warning);
}

.attention-mms {
    color:var(--color-warning);
}

.toolbar-slider {
    width: 115px !important;
    margin-top: 6px !important;
    margin-right: 3px !important;
    filter: grayscale(70%);
}

.detection-slider {
    width: 210px !important;
    margin-top: 6px !important;
    margin-right: 3px !important;
    filter: grayscale(70%);
}

.btn-mevis {
    background: var(--color-btn) linear-gradient(var(--color-btn-grad-start), var(--color-btn-grad-end));
    color: var(--color-light-gray);
    outline: none;
}

.btn-mevis:focus {
    color: var(--color-light-gray);
    outline: none;
}

.btn-mevis:hover, .btn-mevis:active {
    background: var(--color-btn) linear-gradient(var(--color-btn-grad-start), var(--color-btn-grad-end));
    color: var(--color-light-gray);
    outline: none;
}


.btn-mevis-grey {
    background: var(--color-btn-gray) linear-gradient(var(--color-btn-gray-grad-start), var(--color-btn-gray-grad-end));
    color: var(--color-light-gray);
    outline: none;
}


.btn-mevis-grey:hover, .btn-mevis-grey:active {
    background: var(--color-btn-gray-active) linear-gradient(var(--color-btn-gray-active-grad-start), var(--color-btn-gray-active-grad-end));
    color: var(--color-light-gray);
    outline: none;
}

div.core-section, div.plugin-section {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: var(--color-plugin-section-bg);
    border: 1px solid var(--color-bg2);
    padding: 10px 20px 0 20px;
}

div.collapsible {
    position: fixed;
    z-index: 90;
    background-color: var(--color-header-row-alpha);
    border: 1px solid var(--color-border2);
    padding: 10px 20px 10px 20px;
}

.login-section {
    margin-top: 100px;
    margin-left: 40%;
    margin-right: 40%;
    text-align: right;
}

.create-user-header-section {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.workspace-selection-section {
    font-weight: bold;
}

.filelist-filter-section {
    border: solid 1px var(--color-border2);
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
}

.create-user-section {
    margin-top: 100px;
    margin-left: 40%;
    margin-right: 40%;
    text-align: left;
}

.logout-section {
    margin-top: 100px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 20px;
}

.form-warning {
    margin-top: 20%;
    font-size: 16px;
    text-align: center;
    color: var(--color-warning);
}

.description {
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
}

.viewer {
    display: inline-block;
    z-index: 10;
    border: hidden;
    margin-left: auto;
    margin-right: auto;
}

img.img-responsive {
    width: auto;
    height: 53px;
    padding-left: 6px;
}

.container-rondo {
    width: 300px;
    height: 53px;
}

.container-sparta {
    width: 130px;
    margin-right: 0;
    padding-right: 0;
}

table td, table td * {
    vertical-align: top;
}

.table > thead > tr > th {
    border: hidden;
}

.table > tbody > tr > td {
    border-top-color: var(--color-border1);
}

input[type="checkbox"] {
    margin-right: 6px;
    filter: grayscale(70%);
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}


/* MWT styling */

.header {
    font-weight: 400;
    font-size: 16px;
}

div.MLAB-GUI-MLItemModelViewControl tbody {
    overflow-x: hidden;
    overflow-y: scroll; /*< with "auto" instead of "scroll" items are hidden by scrollbar in firefox and edge */
    min-height: 50px;
}

.table .MLAB-GUI-MLItemModelViewControl_TableRow:hover {
    background-color: var(--color-bg3);
}

tr.MLAB-GUI-MLItemModelViewControl_SelectedRow td {
    background: linear-gradient(to bottom, var(--color-itemModel-selected-row-grad0), var(--color-itemModel-selected-row-grad1) 100%) repeat scroll 0 0 transparent;
}

tr.MLAB-GUI-MLItemModelViewControl_HeaderRow th, tr.MLAB-GUI-MLItemModelViewControl_HeaderRow td {
    background-color: var(--color-header-row-alpha);
    font-size: 14px;
    font-weight: 400;
    color: var(--color-border1);
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

.MLAB-GUI-MLItemModelViewControl_HeaderLabel {
    white-space: nowrap;
    padding-right: 15px;
}

th.MLAB-GUI-MLItemModelViewControl_AscendingOrder {
    background: url(../icons/sort_az.png) no-repeat right;
}

th.MLAB-GUI-MLItemModelViewControl_DescendingOrder {
    background: url(../icons/sort_za.png) no-repeat right;
}

div.MLAB-GUI-MLItemModelViewControl_EmptyHandle {
    width: 11px;
}

div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-Button,
label.MLAB-GUI-Button, button.tool-button-mms {
    background: var(--color-bg3);
    color: var(--color-light-gray);
    border: solid 1px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    margin-bottom: 0px;
    margin-right: 2px;
}

label.bool-button-mms-large {
    background: var(--color-bg3);
    color: var(--color-light-gray);
    border: solid 1px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    margin-bottom: 0px;
    margin-right: 2px;
    width: 164px;
}

label.bool-button-mms-small {
    background: var(--color-bg3);
    color: var(--color-light-gray);
    border: solid 1px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    margin-bottom: 0px;
    margin-right: 2px;
    width: 110px;
}

button.workspace-selection-button{
    background: #000000;
    color: #ffffff;
    border: solid 1px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 5px;
}
button.workspace-selection-button:hover{
    background: var(--color-bg3);
}
button.reset-button-mms {
    background: #000000;
    color: #000000;
    border: solid 0px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 10px;
    padding: 2px 2px;
    margin-left: 2px;
}
button.reset-button-mms:focus, button.reset-button-mms:hover {
    background: var(--color-bg3);
}

button.action-button-mms {
    background: linear-gradient(to bottom, var(--color-btn-gui-active-grad0), var(--color-btm-gui-active-grad1) 100%) repeat scroll 0 0 transparent;
    color: var(--color-light-gray);
    border: solid 1px var(--color-border2);
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 12px;
    margin-bottom: 0px;
}

button.action-button-mms:hover {
    background: linear-gradient(to bottom, var(--color-btm-gui-active-grad2), var(--color-btn-gui-active-grad0) 100%) repeat scroll 0 0 transparent;
}


div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-Button:hover,
div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-Button:active,
label.MLAB-GUI-Button-Checked, label.MLAB-GUI-Button:active {
    background: linear-gradient(to bottom, var(--color-btn-gui-active-grad0), var(--color-btm-gui-active-grad1) 100%) repeat scroll 0 0 transparent;
}

.MLAB-GUI-FieldControlLineEdit, .MLAB-GUI-LineEditControl {
    background-color: var(--color-bg3);
    color: var(--color-light-gray);
    max-height: 23px;
    margin-left: 10px;
    border: solid 1px var(--color-bg3);
    float: right;
}

.MLAB-GUI-FieldControlNumberEdit input {
    background-color:var(--color-border0);
    color: var(--color-light-gray);
    max-width: 60px;
    max-height: 23px;
    margin-left: 10px;
    border: solid 1px var(--color-border2);
}

div.MLAB-GUI-PushButtonGroupControl label.MLAB-GUI-DisabledDOMElement,
div.MLAB-GUI-PushButtonGroupControl label.MLAB-GUI-DisabledDOMElement:focus,
div.MLAB-GUI-PushButtonGroupControl label.MLAB-GUI-DisabledDOMElement:hover,
div.MLAB-GUI-PushButtonGroupControl label.MLAB-GUI-DisabledDOMElement:active,
div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-DisabledDOMElement,
div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-DisabledDOMElement:focus,
div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-DisabledDOMElement:hover,
div.MLAB-GUI-ToolButtonGroupControl button.MLAB-GUI-DisabledDOMElement:active,
label.MLAB-GUI-Button.MLAB-GUI-DisabledDOMElement,
label.MLAB-GUI-Button.MLAB-GUI-DisabledDOMElement:focus,
label.MLAB-GUI-Button.MLAB-GUI-DisabledDOMElement:hover,
label.MLAB-GUI-Button.MLAB-GUI-DisabledDOMElement:active,
button.tool-button-mms.MLAB-GUI-DisabledDOMElement,
button.tool-button-mms.MLAB-GUI-DisabledDOMElement:focus,
button.tool-button-mms.MLAB-GUI-DisabledDOMElement:hover,
button.tool-button-mms.MLAB-GUI-DisabledDOMElement:active,
button.action-button-mms.MLAB-GUI-DisabledDOMElement,
button.action-button-mms.MLAB-GUI-DisabledDOMElement:focus,
button.action-button-mms.MLAB-GUI-DisabledDOMElement:hover,
button.action-button-mms.MLAB-GUI-DisabledDOMElement:active
{
    background: var(--color-btn-DOM-bg);
    border: solid 1px var(--color-border0);
    color: var(--color-btn-DOM);
    opacity: 1.0;
}

input.MLAB-GUI-DisabledDOMElement {
    background-color: var(--color-btn-DOM-bg);
    color: var(--color-btn-DOM);
    border: solid 1px var(--color-border0);
}


/* for MeVisLab .script files */
.max-width-mms-100{
    max-width: 100px;
}

.max-width-mms-80{
    max-width: 80px;
}

.close-section {
    margin-top: 10px;
    border-top: 1px solid var(--color-bg2);
    height: 25px;
    cursor: pointer;
    background: url(../icons/close_up.png) no-repeat center;
}

.log-textview-mms {
    color: black;
}

.progress {
    height: 3px;
    margin-bottom: 0;
    overflow: visible;
    visibility: hidden;
}

.progress-bar {
    background-image: linear-gradient(to bottom, var(--color-progessbar) 0px, var(--color-progessbar) 100%);
    box-shadow: none;
}

.drop-area {
    background-color: black;
    width:  400px;
    height: 200px;
    margin: 20px auto;
    padding: 5px;
}

.drop-area-disabled {
    border: 2px dashed var(--color-border0);
    color: var(--color-drop-area-disabled);
}

.drop-area-enabled {
    border: 2px dashed var(--color-drop-area-enabled);
}

.drop-area-hover {
    border: 2px dashed var(--color-drop-area-hover);
}

.upload-disclaimer {
    font-size: 8pt;
    line-height: 10pt;
    padding-bottom: 10px;
}

.spinner {
    width: 100%;
    height: 66%;
    background: url(../img/loader.gif) no-repeat center;
    background-size: 32px 32px;
    display: none;
}

textarea.MLAB-GUI-TextViewTextArea {
    background-color: var(--color-bg0);
    line-height: 100%;
    height: 80px;
    border:solid 1px var(--color-border0);
    resize: none;
    margin-bottom: 4px;
}

div.MLAB-GUI-TextViewEditableDiv{
    background-color: var(--color-bg0);
    line-height: 140%;
    height: 200px;
    width: 400px;
    border:solid 1px var(--color-border0);
    overflow: auto;
}

.TableTextViewEditableDiv .MLAB-GUI-TextViewEditableDiv {
    background-color: var(--color-bg0);
    border:solid 1px var(--color-border0);
    height: 100%;
    min-width: 150px;
    width: 100%;
}

.LogTextView {
    width: 100%;
}

.LogTextView .MLAB-GUI-TextViewTextArea {
    height: 100px;
    min-width: 150px;
    width: 100%;
}

.ParametersTextView {
    height: 100%;
    min-height:100%;
    width: 100%;
}

.ParametersTextView .MLAB-GUI-TextViewTextArea {
    height: 500px;
    min-width: 150px;
    width: 100%;
    color: white
}

.tool-area-mms {
    border-top: 1px solid var(--color-tool-panel);
    padding: 6px 12px 12px;
}

#rightPanel {
    margin-top: 1px !important;
    margin-left: -1px !important;
    border-left: 1px solid var(--color-tool-panel);
}

#leftPanel {
    margin-top: 1px !important;
    margin-right: -1px !important;
    border-right: 1px solid var(--color-tool-panel);
}

ul.width-100-percent {
    display: inline-block;
    width: 100%;
}

.plugin-not-loaded {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

div.defined-width-browser table {
  width: 350px;
}

div.defined-width-browser table td {
  width: 330px;
}

div.MLAB-GUI-MLItemModelViewControl_CellContent > input {
    background-color: var(--color-header-row-alpha);
    border-color: var(--color-border1);
    max-width: 90px;
}

div.MLAB-GUI-HorizontalButtonGroup > table > tbody > tr > td {
    padding-left: 4px;
    padding-right: 0px;
}

div.horizontal-aligned-button-group {
    float: left;
    margin-right: 4px;
}


.card-container {
    max-width: 350px;
    padding: 40px;
    margin: 50px auto;
    background-color: rgba(163, 151, 151, 0.13);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btn-signin {
    font-size: 14px;
    margin-top: 10px;
}