﻿/*
.select2-container.invalid:not(.select2-dropdown-open) .select2-choice {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container.invalid:not(.select2-dropdown-open) .select2-choice:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.select2-container.invalid:not(.select2-dropdown-open) .select2-choice ~ .validation-message {
  visibility: visible;
  height: 40px;
}

form.show-validation-errors .invalid ~ .validation-message,
.show-validation-errors.invalid ~ .validation-message {
  visibility: visible;
  height: 40px;
}

// Below is Cento dll css defined in Site.css used to show   
// title="Required" data into span content when a form is invalid.
// This css shows title in all spans with .label-validation-required class
// whether it's a valid control or not, because this trigger is form based.
form.show-validation-errors .label-validation-required::before {
  content: attr(title);
}

.select0 {
}

.optionSelector {
    cursor: pointer;
}

#romTable tbody tr.disabled td {
    background: none repeat scroll 0 0 #808080;
    color: #000000;
}

*/



/*$color-path: #1E1935
$color-controls: #EF2D56
$color-subtle: #999
$color-box: rgba(221,221,221,0.35)
$color-bg: #fff

*
box-sizing: border-box
padding: 0
margin: 0*/

/*#container {
    width: 100%;
    height: 500px;
    background: #fff;
    margin: 0 auto; 
    text-align: center;
}

#code {
    display: block;
    width: auto;
    font: bold 3vw monospace;
    padding: 50px 0 4vw 10vw;
    margin: 0;
    color: #1E1935;
    background: rgba(221,221,221,0.35);

}

::selection {
    background: #EF2D56;
    color: #fff;
}

path {
    stroke-width: 1;
    stroke: #1E1935;
    stroke-linecap: round;
    fill: none;
}

path.fill {
    fill: #1E1935;
}

circle {
    stroke-width: 2;
    stroke: #EF2D56;
    fill: #fff;
}
circle:hover {
    fill: #EF2D56;
    cursor: move;
}

line {
    stroke-width: 1;
    stroke: #999;
    stroke-linecap: round;
    stroke-dasharray: 5, 3;
}

.credit {
    position: absolute;
    top: 5px;
    right: 15px;
    font: 11px Helvetica, Arial, sans-serif;
    color: #999;
}

a {
    color: inherit;
}


.demoBox {
    position: relative;
}

input {
    font-weight: bolder;
    font-size: 20px;
    max-width: 56px;
}

label {
    font-size: 20px;
}



*/

body {
    background: linear-gradient(#f4f4f4, #EDEDED);
}

input {
    padding-left: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::-ms-clear {
    display: none;
}

/* The Magic Float Center Code */
.float_center {
    float: right;
    position: relative;
    left: -50%; /* or right 50% */
    text-align: left;
}

.float_center > .child {
    position: relative;
    left: 50%;
}

.clear {
    clear: both;
}


.form-control-clear {
    display: inline;
    position: relative;
    left: -20px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    font-size: .875em;
    color: #B7B7B7;
}

.numeric-input-range {
    width: 70px;
    text-align: left;
}

.numeric-input {
    width: 70px;
    text-align: left;
}

.collapseButton {
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    /*height: 25px;*/
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    /*white-space: nowrap;*/
    /*line-height: 24px;*/
}

#exampleContainer {
    padding: 50px;
}

.li-question-set-vetical-center {
    background-color: transparent;
    border-color: #CBCBCB !important;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 0px 2px 2px;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10px;
}

.li-question-set {
    background-color: transparent;
    border-color: #CBCBCB !important;
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 0px 2px 2px;
    display: inline-block;
    width: 100%;
    position: relative;
    left: -10px;
}

.block-centered {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

.modal-body-plus {
    font-weight: bold;
}

.checkbox-label {
    margin: 0px 2px 2px 2px;
}

.checkbox-whitespace {
    margin-top: 5px !important;
}

.invalid-checkbox-div {
    background-color: #FFF4F4 !important;
    border-color: #AF4345 !important;
    border: 1px solid;
    border-radius: 3px;
    padding: 0px 5px 0px 8px;
    display: inline-block;
}

.checkbox-div {
    background-color: transparent;
    border-color: #CBCBCB !important;
    border: 1px solid;
    border-radius: 3px;
    padding: 0px 5px 0px 8px;
    display: inline-block;
}

.label-border {
    border: 1px solid gray;
    padding: 4px 7px 5px 7px;
    border-radius: 3px;
}

.div-entry-form {
    border: 2px solid black;
    padding: 0px 10px 10px 10px;
    margin: 10px 10px 0px 10px;
    border-radius: 5px;
}

.div-whitespace-small {
    display: block;
    height: 10px;
}

.div-whitespace-medium {
    display: block;
    height: 15px;
}

.div-whitespace-large {
    display: block;
    height: 20px;
}

.small-bullet {
    font-size: 10px;
}


.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.color-white {
    color: white;
}

input.color-disabled {
    background-color: lightgray;
}

.list-group-item-linkable:hover {
    color: black;
    text-decoration: none;
    background-color: #CCCCCC;
    cursor: pointer;
}

.list-group-item-linkable::selection {
    color: white;
    text-decoration: none;
    background-color: #353A71;
    cursor: pointer;
}

#romTable {
    border-collapse: collapse;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    text-align: left;
    /*width: 480px;*/
}
#romTable th {
    background: none repeat scroll 0 0 #C9D6EA;
    border-color: gray;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
#romTable tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
}
#romTable td {
    border-top: 1px dashed #FFFFFF;
    color: #000000;
    padding: 5px;
}
#romTable tbody tr:hover td {
    background: none repeat scroll 0 0 #F9F4C0 !important;
    color: #000000;
}

#romTable tbody tr:nth-child(odd) td {
    background-color: #EFEFEF;
}

#romTable tbody tr.selected td {
    background: none repeat scroll 0 0 #EADCFF;
    color: #000000;
}



.romRowSeparator {
    display: block;
    height: 10px;
    width: 100%;
}

.vm-display-override {
    visibility: hidden !important;
    display: none !important;
}

.invalid-bg {
    background-color: #FFF4F4 !important;
}

.romTableInput {
    width: 100%; 
    height: 22px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
    min-width: 30px; 
}

.romTableSelect {
    width: 100% !important; 
    min-width: 50px !important; 
    height: 22px; 
    line-height: 22px; 
    padding-left: 5px !important; 
    padding-right: 5px !important;
}

.cellNarrow {
    padding-left: 0px !important; 
    padding-right: 0px !important;
    margin-left: 0px !important; 
    margin-right: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.input-xs {
    height: 22px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
    max-width: 35px;
    min-width: 30px; 
}

.validationErrors
{
    color: darkred;
}

.divTableHeader {
  padding-bottom: 10px;
  font-size: 24px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.divFormHeader{
  font-size: 24px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.cursorPointer {
    cursor: pointer;
    cursor: hand;
}

.roamingTooltip {
	display:none;
	position:absolute;
	border:1px solid #000;
	background-color:#FFDF92;
	border-radius:5px;
	padding:10px;
	color:#000;
	font-size:12px;
    font-family: Arial;
    font-weight: bold;
    z-index: 2147483647;
}

.gridHelp {
    position: relative;
    left: -4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 4px;
    color: #000;
    background-color: #fff;
    font-size: .875em;
    font-weight: bold;
}

.impairmentSummary {
    /*position: relative;
    top: 20px;*/
    border: 1px;
    border-style: solid;
    border-color: #AFAFAF;
    padding: 4px;
    padding-top: 0px;
    margin: 0px;
    margin-top: 0px;
    border-radius: 5px;
    background-color: white;
    display: block;
}

.version-changes-header {
    color: #4A2F93;
    padding-bottom: 2px;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
}
.version-changes-row {
    padding-bottom: 2px;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.1;
}


.primary-button-color {
    color: #4A2F93; /* #6759A3; */
}
.gray-widget-color {
    color: #888888;
}
.primary-color {
    color: #353A71;
}
.folder-bg {
    color: yellow;
}
.folder-tr {
    color: transparent;
}
.folder-fg {
    color: black;
}
.episode-fg {
    color: #353A71;
}
.episode-plus-minus {
    color: #7163B3; 
}

.forest-tree {
    color: green;
}
.chapter-fg {
    color: black;
}
.chapter-bg {
    color: white;
}
.treeLabel {
    font-weight: normal;
}
.requiredStatusRed {
    color: darkred;
}
.requiredStatusBlack {
    color: black;
}
.requiredStatusGreen {
    color: darkgreen;
}

.fieldsetDefault {
    border: 1px;
    border-style: solid;
    border-color: #AFAFAF;
    padding: 4px;
    padding-top: 0px;
    margin: 0px;
    border-radius: 5px;
}
.legendDefault {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 0px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.fieldsetCIM {
    border: 2px;
    border-style: solid;
    border-color: #777777;
    padding: 4px;
    padding-top: 0px;
    margin: 0px;
    border-radius: 5px;
    background: #F9F9F9;
    /*opacity: 0.5;*/
}

.legendCIM {
    border: 1px;
    border-style: solid;
    border-color: #777777;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #F9F9F9;
    /*================*/
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 0px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.fieldsetCompact {
    border: 1px;
    border-style: solid;
    border-color: #AFAFAF;
    padding: 3px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
}
.legendCompact {
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.fieldsetRadioCheckDefault {
    border: 1px;
    border-style: solid;
    border-color: #AFAFAF;
    padding: 5px;
    padding-top: 0px;
    border-radius: 5px;
    margin-bottom: 16px;
    display: inline-block;
}

.fieldsetRadioCheckVisualField {
    border: 1px;
    border-style: solid;
    border-color: #AFAFAF;
    padding: 5px;
    padding-top: 0px;
    border-radius: 5px;
    margin-bottom: 4px;
    display: inline-block;
}

.legendRadioCheckDefault {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-width: 0px;
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0px;
}

form.show-validation-errors fieldset:valid {
    border-color: #AFAFAF;
}

form.show-validation-errors fieldset:invalid {
    border: solid #A94442;
    background-color: #FFF4F4;
}

/*
Not sure yet how to get the chosen-container div to show a red
border when the form.show-validation-errors parent is invalid
form.chosen-container div:invalid {
    border: solid #A94442;
}
*/

form.show-validation-errors input:invalid {
    border: solid #A94442 1px;
    background-color: #FFF4F4;
}

.modal-title-plus {
    background-color: #D7D9DF;
    padding-left: 5px;
}

.modal-title-div {
    font-weight: bold;
    font-size: 14px;
    background-color: #D7D9DF;
    padding-left: 5px;
}

.tree-view {
    font-size: 100%;
}

.propagateStop {
}

.help-toggle {
}

.popover-plus {
    z-index: -1;

}

.impairment-chapter {
}

.tab-content {
    margin-bottom: 15px;
}

