﻿body {
}
/*SHARED*/
a{
   font-family: 'Josefin Sans', sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color:white;
}

a:active, a:hover, a:focus {
    color:white;
}

h2 {
    color:white;
   font-family: 'Josefin Sans', sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color:white;
   margin-top:0px;
   font-size:2em
}

h3 {
   color:white;
   font-family: 'Josefin Sans', sans-serif;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   color:white;
   margin:0px;
   font-size:1.5em
}

input {
    background-color:transparent;
    color:white;
    border:none;
    border-bottom:1px solid gray;
    font-size:1.4em;
}

input[type="text"], input[type="password"] {
    border-bottom:1px solid grey;
}

.label-text {
    font-weight:200;
    font-size: 1.4em;
    color: white;
    font-style: italic; 
    text-align: left;
    margin-bottom:0px;
    padding:0.5em 0em 0.7em 0em;
}

.width-20 {
    width:20%;
}

.width-20 + input {
    width:75%;
    max-width: 600px;
    padding: 0em 1em;
}

.paper-bg-light {
    background-color: #4e4e4e;
    margin:2em;
    padding:2em;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.1);
}

.accent-bg {
    background-color: #601414;
}

.tab-content .paper-btn-md {
    margin:auto;
    display:block;
}

.tab-content h2 {
    padding: 0em 1em;
    font-size: 1.5em;
    margin: 0.2em;
}

.paper-btn-md {
    border:none;
    width:15em;
    height:4em;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size:1em;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

.paper-btn-lg {
    padding: 1.5em 2em;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

.paper-btn-lg .glyphicon {
    font-size:2em;
}

a.paper-btn-lg{
    display:block;
    text-align:center;
    width:70%;
    word-wrap: break-word;
}

.glyphicon {
    -webkit-filter: drop-shadow( -3px 2px 1px rgba(0,0,0,.15));
    -moz-filter: drop-shadow( -3px 2px 1px rgba(0,0,0,.15));
    -ms-filter: drop-shadow( -3px 2px 1px rgba(0,0,0,.15));
    -o-filter: drop-shadow( -3px 2px 1px rgba(0,0,0,.15));
    filter: drop-shadow( -3px 2px 1px rgba(0,0,0,.15));
}

.content-container {
    padding:1em;
}

.navbar-nav > li {
    background-color: #282828;
}

ul.no-bullet {
    list-style-type: none;
}

/*END OF SHARED*/

.settings-page {
    background-color:#353535;
    /*margin:10vh 5vh 5vh 5vh;*/
    height:80vh;
    margin-top:60px;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

.nav.nav-tabs {
    position: relative;
    top: 10vh;
}
/*.tab-content {
    position: relative;
    top:15vh;
}*/

.short-menu {
    width:100%;
    position: static;
    display:inline-block;
    float:left;
    list-style:none;
    height:7em;
    background-color:#353535;
}

.short-menu li{
    width:25%;
    float:left;
    background-color:#353535;
    padding:1em;
    overflow-wrap: break-word;
}

.short-menu li:hover{
    filter: brightness(150%);
}

.short-menu li.active{
    border-right: 4px solid grey;
    height:100%;
}

.short-menu-page {
    padding:2em 0.5em;
    width:100%;
    display:inline-block;
    background-color:#3d3d3d;
    min-height: 80vh;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}
.field-validation-error {
    margin: auto;
    width: 90%;
    color:white;
    font-size:0.8em;
    display:block;
    text-align:center;
}
/*TOGGLE*/
.onoffswitch {
    position: relative; width: 3.7em;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 2.5em; padding: 0; line-height: 2.5em;
    border: 2px solid #E3E3E3; border-radius: 2.5em;
    background-color: #7b7b7b;
    transition: background-color 0.2s ease-in;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 2.5em; margin: 0px;
    background: #eee;
    position: absolute; top: 0; bottom: 0;
    right: 1.6em;
    border: 2px solid #E3E3E3; border-radius: 2.5em;
    transition: all 0.2s ease-in 0s; 
        -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #601414;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #601414;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
/*END TOGGLE*/
/*@media only screen and (min-width: 500px) {
    body {
        font-size: 0.9em;
    }
    .settings-page {
        margin: 60px 4em;
    }
    .paper-bg-light {
        margin: 3em 2em;
        padding: 3em;
    }
    .width-20 {
        width:35%;
    }
    .width-20 + input {
        width:60%;
    }
}*/

.settings-page .paper-bg-light {
    overflow-x: hidden;
}

#columnConfigTab .checkbox {
    font-size: 1.4em;
    margin: 0;
}

.txt-faint {
    opacity: 0.1;
}

.hanging-protocol-options {
    float:left;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hanging-protocol-options:hover {
    background-color: #282828;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

.hanging-protocol-options.active {
    background-color: #601414;
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px 1px rgba(0,0,0,0.2);
}

.hanging-protocol-options h5 {
    text-align:center;
}

.hanging-protocol .row {
    float: left;
}

.toolHP-image {
    margin:1em;
    color:white;
    border: 4px solid grey;
    font-size: 2em;
    text-align: center;
    -webkit-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -moz-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -ms-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    -o-filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
    filter: drop-shadow(-3px 1px 1px rgba(0,0,0,.2));
}

.radio-label {
    font-weight: normal;
    font-size: small;
    cursor:pointer;
}
/*.radio-label:hover {
    font-size:14px;
}
.radio-input {
    filter: hue-rotate(144deg) brightness(0.5);
}*/

input[type="radio"].radio-input {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc; /* Default border */
    border-radius: 50%; /* Make it round */
    background-color: #7b7b7b; /* Default background color */
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transitions */
}

/* Style for checked state */
input[type="radio"]:checked.radio-input, input[type="radio"]:focus.radio-input {
    background-color: #601414; /* Solid color when selected */
    border-color: #c76060; /* Match the border to the background */
    opacity:1;
}

input[type="radio"]:checked.radio-input + span {
    color: #ffa6a6;
    opacity: 1;
}

input[type="radio"].radio-input + span {
    opacity:0.6;
}

input[type="radio"].radio-input {
    opacity:0.6;
}

.radio-input:checked + .radio-label {
    color: #ffa5a5;
}

.radio-input:checked ~ label {
    color: blue;
}

/* Optional: Add a label for better usability */
label.radio-label {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Space between radio button and label text */
    cursor: pointer;
    margin-right: 20px; /* Space between radio button groups */
}


#toolHP1x1{
    width: 5em;
    height: 5em;
    line-height: 4.5em;
}

#toolHP2x1{
    width: 2.5em;
    height: 5em;
    line-height: 4.5em;
    float:left;
    position:static;
}

#toolHP2x1 + .toolHP-image {
    width:2.5em;
    position:static;
    float:left;
    margin-left:-0.5em;
    height:5em;
    line-height:4.5em;
}
#toolHP1x2{
    height:2.2em;
    width:5em;
    line-height:1.8em;
}
#toolHP1x2 + .toolHP-image {
    line-height: 1.8em;
    height:2.2em;
    margin-top: -0.5em;
}
#toolHP2x2{
    width:2.5em;
    height:2.2em;
    line-height:1.8em;
    float:left;
    position:static;
}
#toolHP2x2 + .toolHP-image {
    height:2.2em;
    position:static;
    float:left;
    /*display:inline-block;*/
    width:2.5em;
    margin-left: -0.5em;
    line-height: 1.8em;
    display:inline-block;
}
#toolHP2x2 + .toolHP-image +.toolHP-image {
    width:2.5em;
    margin-top:-0.5em;
    height:2.2em;
    line-height:1.8em;
    position:static;
    display:block;
    clear:both;
    float:left;
}

#toolHP2x2 + .toolHP-image + .toolHP-image + .toolHP-image {
    width: 2.5em;
    float:left;
    display:inline-block;
    margin-top: -0.5em;
    margin-left: -0.5em;
    height: 2.2em;
    line-height: 1.8em;
}

/*.toolHP-image + input {
    opacity: 0;
    width: 0px;
    height: 0px;
    margin:0px;
    padding: 0px;
}*/


@media only screen and (min-width: 769px) {
    .short-menu {
        width:20%;
    }
    .short-menu li{
        width:100%;
        display:block;
        padding:2em;
        font-size:1.3em;
    }
    .short-menu li.active{
        height:initial;
    }
    .short-menu-page {
        width:80%;
        top: 0vh;
        height:100%;
        padding:4em 7em;
    }
    .settings-page {
       margin:65px 0px;
       height:100vh;
    }
    .paper-bg-light {
        margin:3em 0em 4em 0em;
        padding:3em;
    }
    .content-container {
        width:80%;
        margin:auto;
        padding:1em 0em 2em 0em;
    }
    .tab-content h2 + h2 {
        float:right;
    }
    .tab-content h2 {
        display: inline;
        font-size: 1.7em;
        margin:0em;
        line-height:1.5em;
    }
    a.paper-btn-lg{
        width:40%;
    }
    .width-20 {
        width:20%;
    }
    .width-20 + input {
        width:75%;
        max-width: 600px;
    }
}

@media only screen and (min-width: 1400px) {
    .settings-page {
       margin:11vh 10vh 10vh 10vh;
       height:auto;
       min-height:80vh;
    }
     .short-menu {
        width:15%;
        height:100%;
    }
    .paper-bg-light {
        margin:5em 2em;
    }
    .tab-content h2 {
        font-size: 2em;
    }
     .short-menu-page {
        width:85%;
    }
}