﻿
* {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    border:0px solid blue;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main_left {
    color: #444;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    float: left;
    min-height: 50px;
    width: 50%;
}

.main_right {
    color: #444;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    float: left;
    min-height:50px;
    width: 49%;
}

.card-3 {
    margin:0px 0px 0px 15px;
    padding:5px 10px 5px 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 92%;
    min-height:500px;
    height:700px;
}

.heading {
    color: #444;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.6;
}

input[type=text] {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    text-align:center;
    height:42px;
    width: 55px;
    padding: 0px 0px;
    margin: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    color: black;
    background-color: #FFFFFF;

}

a {
    color: #444;
}

.endtextHeading {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    color: #444;
    width: 75%;
}

.endtext {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #444;
    width: 75%;
}

ul {
    color: #444;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    list-style-type: none;
    margin: 0px;
    padding: 0;
}


li {
  margin-bottom:10px;
}


input button, .button {
    background-color: #cfcfcf;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    height: 43px;
    color: #000;
    font-weight:bold;
    font-size: 16px;
    text-decoration: none;
    padding: 5px;
    margin: 5px;
    border: none;
    min-width: 25px;
}

.MainPage{
}




.MainPage_MainContent {
}


#MainContent_MainContainter {

}

#MainContent_TemplateChoiceContent {
    height: 100%;
    float: left;
    width: 98%;
}

#MainContent_BiopsyChoiceNAV {
    float: left;
    width: 200px;
}

#MainContent_FixationChoiceNAV {
    float: left;
    width: 200px;
}

#MainContent_SiteChoiceNAV {
    float: left;
    width: 200px;
}

#MainContent_SizeChoiceNAV {
    float: left;
    width: 200px;
}

#MainContent_ColourChoiceNAV {
    float: left;
    width: 200px;
}

#MainContent_SpecimenNumberCount {
    display:none;
}

#MainContent_ignore {
}

#MainContent_NarrativeSynopticCheck {
    display: none;
}

#MainContent_MicrophoneToggleTxt {
    display:none;
}

.spacer {
    clear: both;
}

.box {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid black;
}

#wrapper {

}

.success-alert {
    color: red;
}

.alignleft {
    float: left;
    width:400px;
}

#MainContent_VRFSpecimen {
    color:red;
}

.Required {
    color:red;
}


.message {
    width: 500px;
    margin: 10px;
    padding-left: 50px;
}


.Bionav {
    float: left;
    width: 800px;
}

.SelectStyle {
    float: left;
    width:250px;
}

.SelectStyleMODESWITCH {
    float: left;
    width: 250px;
}

a{text-decoration:none;}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}


.SelectStyle select {
        background-color: #cfcfcf;
        padding: 5px;
        margin: 5px;
        border: none;
        color: #000000;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 12pt;
        outline: none;
    }

.SelectStyle::before {
    content: "\f13a";
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.SelectStyle:hover::before {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(255, 255, 255, 0.2);
    }

.SelectStyle select option {
        padding: 30px;
    }





/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin:0;
    padding:0;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0px;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;

}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.collapsibleNarrative {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsibleSynoptic {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsibleNarrative:hover .collapsibleSynoptic:hover {
    background-color: #555;
}

.contentNarrative .contentSynoptic {
    width:50%;
}


.linkbio {
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
}