﻿body {
    font-size: 12px;
    font-family: arial, tahoma, helvetica, sans-serif;
}

h1 {
    font-size: 15px;
    background-color: thistle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.h1 {
    font-size: 15px;
    background-color: thistle;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-size: 13px;
    color: #000000;
}

.h2 {
    font-size: 13px;
    color: #000000;
}

h3 {
    font-size: 12px;
}

h1, h2, h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

label.tickboxdisabled {
    color: darkgrey;
}

span.tickboxdisabled {
    color: darkgrey;
}

legend {
    page-break-inside: avoid;
    font-size: 12px;
    margin-bottom: 10px;
}

    legend.section {
        background-color: rgb(148, 184, 255);
    }

    legend.sectiondisabled {
        background-color: rgb(220,220,220);
    }

h2 a {
    color: #000000;
    text-decoration: none;
}

    h2 a:hover {
        color: #000000;
    }

text {
    text-align: justify;
    text-justify: distribute;
}

textarea {
    text-align: justify;
    text-justify: distribute;
    min-height: 50px;
}

a.btn-expand-collapse::before {
    font-family: 'Glyphicons Halflings';
    content: '\e252'; /*DOWN*/
    height: 10px;
    width: 10px;
    color: #000000;
}

a.btn-expand-collapse.collapsed::before {
    font-family: 'Glyphicons Halflings';
    content: '\e253'; /*UP*/
    height: 10px;
    width: 10px;
    color: #000000;
}

input[type=checkbox], input[type=radio] {
    margin-right: 3px;
    /* vertical-align: text-top; */
}

.spacer {
    display: block;
    height: 20px !important;
}

.hidden {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clickable {
    cursor: pointer;
}

.flowQuestion {
    height: 46px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: central;
    border: 1px solid black;
}

.flowAnswer {
    height: 46px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: central;
    border: 1px solid black;
}

    .flowQuestion span, .flowAnswer span {
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
        transform: translateY(-50%);
    }

label {
    margin-right: 5px;
}

.label-block {
    display: block;
}

.btn {
    font-size: 12px;
}

.odd {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.even {
    background-color: #DDDDDD;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control {
    font-size: 12px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .control-label {
    text-align: left;
}

/*.form-horizontal .col-xs-4 .has-feedback .form-control-feedback, .form-horizontal .col-xs-6 .has-feedback .form-control-feedback {    
    right: -15px;
}*/

.form-horizontal .has-feedback .form-control-feedback {
    right: -25px;
}

.form-group {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* Tree Stuff */
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: '';
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: '';
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/* Menu Slider stuff */
a.nav-expander {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

    a.nav-expander:hover {
        cursor: pointer;
    }

    a.nav-expander.fixed {
        position: relative;
    }

.nav-expanded a.nav-expander.fixed {
    right: 16em;
}

nav {
    background: #FFFFFF;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 12px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
    right: 0;
    /*overflow: visible;*/
}

.nav-expanded .tooltip {
    max-width: 200px !important;
    /*overflow: visible;*/
}

#fsaBody.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
}

.main-menu {
    padding-top: 12px;
}
/*
.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}

.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
*/
.icon:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\e236';
}
/*
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;

}*/

/* OLS style AAA text resizing styles */
.aDown {
    color: Black;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.aNormal {
    color: Black;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.aUp {
    color: Black;
    font-size: 26px;
    padding-left: 5px;
    padding-right: 5px;
}

[data-fv-mandatory] {
    background-color: rgb(175, 238, 238);
}

input[data-fv-mandatory] ~ label:not([for]) {
    background-color: rgb(175, 238, 238);
}

select[data-fv-mandatory] ~ div button {
    background-color: rgb(175, 238, 238);
}

[data-fv-notempty] {
    background-color: rgb(175, 238, 238);
}

input[data-fv-notempty] ~ label:not([for]) {
    background-color: rgb(175, 238, 238);
}

select[data-fv-notempty] ~ div button {
    background-color: rgb(175, 238, 238);
}

.nav > li.disabled > a {
    color: #CCC;
}

    .nav > li.disabled > a.hover {
        color: #CCC;
    }

.good {
    background-color: #00FF00;
    text-align: center;
}

.tolerable {
    background-color: #FF8000;
    text-align: center;
}

.poor {
    background-color: #FF0000;
    text-align: center;
}

.goodGrid {
    background-color: #98fb98;
}

.tolerableGrid {
    background-color: #FFD090;
}

.poorGrid {
    background-color: #F08080;
}

.tableLabel {
    font-weight: bold;
}

a[data-toggle="tooltip"] {
    color: inherit;
}

    a[data-toggle="tooltip"]:hover {
        color: inherit;
        font: inherit;
        text-decoration: inherit;
    }

.tooltipfsa {
    /*overflow: inherit;*/
    width: 400px;
}

.tooltip-inner {
    max-width: 400px;
}

    .tooltip-inner h1 {
        background: none !important;
    }

#DecisionMatrix th, td {
    border: 1px solid #000;
    padding: 4px;
}

.dropdown-menu {
    z-index: 1050 !important;
}

.form-control-withscore {
    width: 95%;
}

.sp-fullwidth {
    width: 100%;
}

.switchques {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-top: 5px;
    height: 34px;
}

    .switchques input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider.disabled {
    cursor: not-allowed;
    background-color: #ccc;
}

.slider.mandatory {
    background-color: #AFEEEE;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #94bee7;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #3a87ad;
}

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%;
    }

.noborder {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

.transparentcell {
    border: 0px;
    background-color: transparent;
}

.nopadding {
    border: 0px;
    box-shadow: none;
    margin-top: 5px;
    font-weight: 600;
    padding-left: 0px;
}

.countSectionBadge {
    color: #555;
    background-color: #eee !important;
}

.addSectionBadge {
    color: #555;
    background-color: #3aad63 !important;
}

.scorebadge {
    margin-left: 5px;
    background-color: #3a87ad;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.disabled {
    opacity: 50%;
    cursor: default !important;
}

    .disabled span {
        opacity: 50%;
        cursor: default !important;
    }

.ques-header {
    background-color: #ffffff;
    z-index: 1000;
}

.ques-footer {
    bottom: 0;
    position: fixed;
    height: 50px;
    max-width: 800px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #ffffff;
    z-index: 1000;
}

.tabnumber::before {
    content: "Section ";
}

.tabnumber {
    margin-right: 0px;
}

.tabtitle {
    margin-left: 8px;
    margin-right: 0px;
    display: none;
}

.nav-tabs > li.active > a > .tabtitle::before, .nav-tabs > li.active > a:focus > .tabtitle::before {
    content: " ";
}

.sectiontab {
    height: 26px;
    padding: 0 !important;
    text-align: center;
    width: auto;
    padding-left: 8px !important;
    padding-right: 8px !important;
    min-width: 40px;
}

.sectionholder {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-top: 0px;
    padding-right: 20px;
}

.sectionholder2 {
    display: inline-table;
    width: 100%;
}

.sectiontitle {
    background-color: #003366;
    color: white;
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 600;
    font-size: large;
    width: 100%;
}

    .sectiontitle > img {
        float: right;
        padding-top: 5px;
    }

/* Hold main section header in place when scrolling. */
.sectionheader:not([basedonsection]) > .sectiontitle {
    padding-left: 5px;
    margin-bottom: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    margin-top: 0;
    padding-top: 10px;
}

    .sectionheader:not([basedonsection]) > div:first-of-type {
        padding-top:35px;
    }

    .sectionheader:not([basedonsection]) > .sectiontitle > img {
        display: none;
    }

.deletesection {
    padding-bottom: 0px;
    vertical-align: top;
    padding-top: 10px;
}

    .deletesection > .badge {
        background-color: #FF0000;
        font-size: 20px;
        cursor: pointer;
        padding-top: 5px;
        padding-left: 5px;
        color: white
    }

/* Hide legend in sections when there is only 1 fieldset in each sibling section, and no subsections. */
.sectionheader > .sectionholder:not(:has(.sectionheader)) > fieldset:first-of-type:last-of-type > legend:first-of-type:last-of-type {
    display: none;
}

/* Restyle delete button when there is only 1 fieldset in each sibling section, and no subsections. */
.sectionheader > .sectionholder:not(:has(.sectionheader)) > fieldset:first-of-type:last-of-type ~ .deletesection .badge {
    background-color: white;
    color: red;
}

/* Collapsible sections requires a .sectionheader with 'for' attribute pointing to a checkbox of class .collapse */
.sectionheader[basedonsection] > .collapse:checked ~ div {
    display: none;
}

.sectionheader:has(.collapse:checked) > .sectiontitle > img {
    transform: rotate(-90deg);
}

#expandcollapserall.collapsedall::before {
    content: "expand ";
}

#expandcollapserall:not(.collapsedall)::before {
    content: "collapse ";
}

#expandcollapserall {
    display: none;
}

.sectionheader:not([basedonsection]):has(.sectionheader[basedonsection]) #expandcollapserall {
    display: inline;
}

.rightlabel {
    float: right;
    font-size: x-small;
    font-weight: normal;
    color: skyblue;
    padding-top: 5px;
    margin-bottom: 0px;
}

/* Repeater counter. */
.sectionheader {
    counter-reset: num;
}

.sectionholder2 {
    counter-increment: num;
}

    .sectionholder2:not(:first-of-type:last-of-type) h2.headerdisabled:after {
        content: " " counter(num);
    }

.form-control[disabled], fieldset[disabled] .slider {
    cursor: not-allowed;
    background-color: #ccc;
}

.form-control[disabled], fieldset[disabled] .input-group {
    cursor: not-allowed;
    background-color: #eee !important;
}

.form-control[disabled], fieldset[disabled] .sectiondisabled {
    cursor: not-allowed;
    color: #555 !important;
}

.form-control[disabled], fieldset[disabled] .headerdisabled {
    color: #555 !important;
    font-weight: 20 !important;
}

.form-control[disabled], fieldset[disabled] .sigButton {
    color: #555 !important;
    cursor: not-allowed;
    font-weight: 20 !important;
}

.form-control[disabled], fieldset[disabled] .input-group-addon {
    cursor: not-allowed !important;
}

.ques-group-addon {
    background-color: white !important;
}

.real-fullwidth {
    width: 21474836.47px !important;
}

.mytags {
    display: inline-block;
}

.composite_canvas_Signature {
    background-color: lightblue;
    text-align: center;
}

.composite_canvas_Signature > .Signature {
    background-color: white;
}

.zoomButton {
    border: 1px solid black;
    padding: 0px 6px 0px;
    width: 25px;
    height: 25px;
    opacity: 50%;
}

.zoomButton.focus {
    outline: none;
}

.docPreviewBtn {
    opacity: 15%;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.input-group:hover > .docPreviewBtn {
    opacity: 100%;
    cursor: pointer;
}

.docPreviewBtnSolid {
    opacity: 95%;
    width: 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
}