﻿header, main, footer {
    padding-left: 80px;
  
}

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    color: white;
    background-color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: /*200*/400;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
h4 {
    color: white;
}
h2 {
    color: white;
    font-size: 2em;
    margin: 0;
    padding: 0.2em 0 0.2em 0;
}
h3 {
    font-size: 1.5em;
    padding: 0;
    padding-top: 0.1em;
    padding-bottom: 0.3em;
    margin: 0;
}
h4 {
    font-size: 1.2em;
}

p{
    font-weight: /*200*/400;
}
.sidenav-trigger {
    display: none;
}
a {
    cursor: Pointer;
}
@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
    }
}
a {
    color: #1de9c3;
    text-decoration: none;
}
    a:hover {
    text-decoration: underline;
    }
.sidenav {
    background: #10a98d;
    width: 80px;
}

.sidenav > li > a{
    color:#fff;
    font-weight:/*200*/400;
    font-size: 1rem;
}

    .sidenav > li > a:hover {
        text-decoration: none
    }

.sidelogo {
    font-size: 2em;
    color: whitesmoke;
    /*border-bottom: 2px solid #97da09 !important;*/
    text-align: center;
}
.sidenav li > a {
    padding: 0;
    text-align: center;
    /*color: white;*/
}
.sidenav li {
    /*border-bottom: 1px solid #8b8b8b;*/
}

.tab a:hover{
    text-decoration: none;
}

main {
    height: 100%;
}
#scene-container {
    height: 100vh;
}

.selected {
    font-weight: bold;
}

.flex {
    display: flex;
}
.filterItem {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}
.modal {
    width: 90% !important;
}
.modalFullHeight {
    top: 5% !important;
    bottom: 5% !important;
    max-height: 100%;
}
.rightmenu {
    background-color: #424242;
    /*color: white;*/
    overflow: auto;
    position: sticky;
}

.boneSelected {
    background: #A69995;
}
.toolSelected {
    background: #3E5904;
}
.toolButton a  {
    display: inline-block;
    margin: 0.25em;
    padding: 0.25em;
}

.implantlist {
    border: 0;
    margin: 0;
    box-shadow: none;
    webkit-box-shadow: none;
}
    .implantlist .collapsible-header {
    background: none;
    border: 0;
    padding: 0;
    }
    .implantlist .collapsible-body {
        padding: 0;
        border: 0;
    }

.boneManagerComponent td {
    padding: 0;
}
.customModal {
    background-color: #3a3a3a;
}

.jedit input {
    font-style:italic;
}

.edit {
    font-style: italic;
}
.modal-content {
    color: black;

}
.modal-content h2,h3,h4 {
    color: white;
}
    .modal-content input {
        color: black !important;
    }


.toolRow {
    margin: 0;
    height: 63px;
}
    .toolRow a {
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
    padding: 2px;
    }
#rcTabs {
    height: 20px;
}
#rcTabs .tab {
    height: 20px;
    line-height: 20px;
}
#rcTabs .tab a {
    font-size: 12px;

}
.boneName {
    font-size: 12px;
    font-weight: bold;
}
.implantTable td {
   padding: 0;
}
.implantTableIname {
    font-size: 80%;
}
.bigloader {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    height: 100%;
    margin: auto;
}
.bigloadercontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bigloaderstring {
    font-size: 170%;
    padding-bottom: 0.5em;
}

.spinner-green-only {
    border-color: #1de9c3
}

.RMT_A {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.RMT_A img{
    height: 28px;
    width: 28px;
}
#rightmenutabs {
    margin-bottom: 10px;
    margin-top: 10px;
}

.rightBtnChecked {
    border-bottom: solid 2px #97da09 ;
    padding-bottom: 3px;
}
.rightBtnUnChecked {
    border-bottom: solid 2px #da3609;
    padding-bottom: 3px;
}

.colapseRightBtn {
    
    padding-bottom: 3px;
    background-color: #97da09 ;
    color: white;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    height: 100%;
    cursor: pointer;
    
}
.implantListSelectedRow {
    background: #97da09;
}

.connectionError {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #97da09;
    margin: auto;
}

.connectionErrorrText {
    text-align: center;
    font-size: 2em;
    margin: auto;
}
.projectname {
    position: absolute;
    color: #97da09;
    top: 0.6em;
    left: 1em;
    text-shadow: 0 0 4px black;
}
#repositionViewer {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.repositionKnocker {
    margin: 0 -0.75rem 0 -0.75rem;
    background: black;
}
.onScreenButton {
    position: absolute;
    z-index: 100;
   
}
.drilling_manager_container {
    padding: 0em;
    margin: 0;
    display: grid;
    row-gap: 0.5em;
}
.drilling_manager_item {
    padding: 0.5em 0;
    margin: 0;
    background: #363636;
    display: block;
}
.drilling_manager_item_header {
    cursor: pointer;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
}

.drilling_manager_item_icon {
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 1em;
}
.drilling_manager_item_row {
    
}

a:disabled{
    opacity:0.5;
}

.marginBottomNone {
    margin-bottom: 0!important;
}


.modal-height {
    min-height: 90%;
    top: 5% !important;
}

    .modal-height .modal-main {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .modal-height .modal-content {
        position: absolute;
        top: 0;
        bottom: 56px;
        overflow: auto;
        overflow-y: scroll;
        left: 0;
        right: 0;
    }
    

    .modal-height .modal-footer {
        position: absolute;
        bottom: 0px;
    }

.onkoPart-slots {
    border-left: 1px solid black;
    position: relative;
}
    .onkoPart-slots:after {
        padding: 0;
        margin: 0;
        display: block; /* probably not really needed? */
        content: "";
        height: 50%;
        width: 1.1px; /* slight higher to work around rounding errors(?) on some zoom levels in some browsers. */
        background-color: white;
        position: absolute;
        right: 0;
        left: -1px;
    }
.panel {
    padding-top: 20px;
    background-color: #000;
    margin-right: 20px;
    margin-left: 20px;
    /*margin-top: 20px;*/
}

.connectionError {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.7);
    margin: auto;
    display: none;
}

.connectionErrorrText {
    text-align: center;
    font-size: 2em;
    margin: auto;
}

.btn-large, .btn-floating {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #eee;
    box-sizing: content-box;
    color: #eee;
    transition: color .2s, background-color .2s;
}

    .btn-large:hover, .btn-floating:hover {
        box-shadow: none;
        background-color: #eee;
        color: #444;
    }

        .btn-large:hover > input[type=submit] {
            color: #444;
        }

input[type=text] + label, input[type=password] + label {
    color: rgba(255,255,255,0.7);
}

input[type=text]:focus + label, input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus + label, input[type=password]:focus:not([readonly]) + label {
    color: #fff;
}
}

    .css2renderer {
        top: 0;
        left:0;
        right: 0;
        bottom: 0;

}

.label {
    text-shadow: 1px 1px 10px #000,1px 1px 10px #000,1px 1px 10px #000;
}
.lAngle {
    color: #CC0000;
}
.lDistance {
    color: #10a98d;
}

/*ScreenClipboard*/
.screen_cpb_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.screen_cpb_item {
    display: block;
    text-align: center;
    position: relative;
    margin: 0.5em 1em;
    background: rgb(42,42,42,0.2);
    color: black;
    padding: 0 0.5em;
}

    .screen_cpb_item.selected {
        display: block;
        text-align: center;
        position: relative;
        margin: 0.5em 1em;
        background: rgb(16,169,141,0.2);
        color: black;
        padding: 0 0.5em;
    }

.screen_cpb_item_time {
    font-size: 0.7em
}

.screen_cpb_item_image {
    max-width: 20em;
    margin: 0.5em;
}

.screen_cpb_item_text textarea,
.screen_cpb_item_text label {
    color: black !important;
}
/**************************/