/* OER CUSTOM STYLES */

#canvas {
    margin-top: 30px;
    /*background: rgba(0, 0, 0, 0.4);
    border: 1px dashed #fff;*/
}

#oer_theory {
    margin-top: -550px;
    /* change this with the actual total height */
}

#oer_application {
    margin-top: -220px;
    /* change this with the actual total height */
}

#oer_investigation {
    margin-top: -120px;
    /* change this with the actual total height */
}


/*Controls Style*/

#material {
    padding: 2%;
    width: 100%;
    box-shadow: 0 0 5px #666;
    margin-bottom: 10px;
}


/*Results Box*/

#label {
    text-shadow: 1px 1px 1px #333;
}

.label {
    font-size: 20px;
    font-weight: normal;
    color: #4c5e64;
}

.value-box {
    display: block;
    width: auto;
    min-width: 100px;
    background: #39454a;
    border: 10px solid #da6918;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.type {
    font-size: 18px;
    text-shadow: 0px 1px 1px #333;
}

#result1 {
    float: left;
    display: block;
    width: 200px;
    margin: 20px 0 0 20px;
    text-align: center;
}

#result2 {
    float: right;
    display: block;
    width: 250px;
    margin: 20px 0px 0 0px;
    text-align: center;
}

#result3 {
    float: right;
    display: block;
    width: 300px;
    margin: 20px 26px 0 0px;
    text-align: center;
}

.separateLine {
    border: 1px solid #283767;
    box-shadow: 0px 0px 2px #333;
    margin: 8px 0 8px 0;
    width: 90%;
}

.separateLinePopUp {
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 2px #333;
    margin: 8px 0 8px 0;
}

.numBoxes {
    width: 74px !important;
}

.numBoxesShadow {
    box-shadow: 1px 1px 2px #333;
}


/*Text*/

.modal-body {
    text-shadow: 1px 1px 1px #333;
}

.theoryH1 {
    font-size: 26px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px #333;
}

.theoryText {
    text-shadow: 1px 1px 1px #333;
    color: #f3f3f3;
}

.theoryImg {
    width: 20%;
    margin: 0 5%;
    float: right;
    box-shadow: 0 0 10px #333;
}


/* Reload button */

#btn_reload {
    text-align: right;
    margin: 30px 0;
}

#btn_reload a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 2px 10px;
    color: #fff;
}

#btn_reload a:hover,
#btn_reload a:link,
#btn_reload a:visited {
    color: #fff !important;
}

#btn_reload a:hover {
    background: #b91c1e;
}

.results {
    background: #f3f3f3;
    border-radius: 30px;
    box-shadow: 5px 5px 10px #333;
}


/*Plastic Region */

#plastic p {
    background: #d16289;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 0 0 2px #333;
}

#plastic label span::before,
.checkbox-inline.checbox-switch span::before {
    background: #fff;
    /*d16289;*/
}

.theme-blue-sea #plastic label span,
.theme-blue-sea .checkbox-inline.checbox-switch span::after {
    background-color: #283767;
    border-color: #283767;
}


/* Elastic Region*/

#elastic p {
    background: #62abd1;
    color: #fff;
    padding: 5px;
    text-shadow: 1px 1px 1px #333;
    box-shadow: 0 0 2px #333;
}

#elastic label span::before,
.checkbox-inline.checbox-switch span::before {
    background: #fff;
    /*62abd1*/
}

.theme-blue-sea #elastic label span,
.theme-blue-sea .checkbox-inline.checbox-switch span::after {
    background-color: #283767;
    border-color: #283767;
}

.checkbox.checbox-switch label span {
    border: 1px solid #fff;
}