/**
** VERSION 1.1
**/

body {
    background-color: #EBEBEB;
}

tr.filterTableRow > td {
    padding-bottom: 10px;
}

.reportFilterLabel {
    font-weight: bold;
    padding-right: 10px;
}

table.responsive-table thead {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 35px;
    line-height: 3em;
    background: #eee;
    table-layout: fixed;
    display: table;
}

table.responsive-table th {
    background: #eee;
}

table.responsive-table td {
    line-height: 2em;
}

table.responsive-table tr > td,
table.responsive-table th {
    text-align: left;
}

#tblNestedSystemsBody tr td {
	vertical-align: middle;
}

.editDeleteImage {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.editDeleteImage:hover {
    cursor: pointer;
    border: 0px solid rgba(0,0,0,0.45);

    background-color: #eee;
}

.panel-body {
    padding: 5px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}

.form-group {
    margin-bottom: 0 !important;
}

input.checkboxQuestion {
    vertical-align: text-bottom;
    margin-left: 15px !important;
}

/**/
/** MFL Region Text **/
/**/
.textCircle {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: #5cb85c;
}

.textCircleText {
    margin-left: 30px;
    top: -23px; 
    position: relative;
    font-size: 11px;
    font-weight: bold;
}

.mflTable tr.active td > span.mflPreviewIcon {
    color: azure !important;
}

.mflPreviewIcon {
    color: #5cb85c;
}

.mflTable {
    max-height: 450px;
    overflow-y: auto;
    table-layout: fixed;
}

.mflTable tr {
    /*height: 50px;*/
}

.mflTable tr td {
    font-size: 0.8em;
}

.table tbody tr.MFLItem.active td, .table tbody tr.selectedMFLItem.active td, .table tbody tr.configuredSystem.active td {
    background-color: #a3a3a3;
}

.table-nowrap td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.table {
    cursor: default;
}

.availableSystemSelector:hover {
	background-color:aliceblue;
}

/**/
/** NavWizard and Progress Text **/
/**/
.navWizardTop {
	width: 100%;
}

.progressMainTop {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -10px;
    left: 368px;
}

.progressMainTopCompressed {
    font-size: 0.86em;
    margin-bottom: -20px;
}

.sw-theme-arrows-compressed {
    font-size: 0.79em;
}

/**/
/**  MAIN BODY, DIALOGS, COLORS, AND DISPLAY BLOCKS  **/
/**/
.schneiderColor {
    color: #3dcd58;
}



.errorBody {
    max-height: 400px;
    overflow-y: auto;
}

.bodyContent {
    background-color: #efefef;
    padding: 5px 10px 5px 10px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
}

.mainRightDisplay {
    float: right;
    width: calc(100% - 280px);
    left: 270px;
    margin-right: 10px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.45);
    position: fixed;
}

.mainRightDisplayNoShadow {
    float: right;
    width: calc(100% - 280px);
    left: 270px;
    margin-right: 10px;
    margin-bottom: 14px;
    position: fixed;
}

.mainRightDisplayNoShadow button {
    margin-right: 9px;
}

.modal-dialog {
    right: auto;
    left: auto;
}

.maintenanceWindow {
    position: absolute;
    top: 20px;
    left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 150px;
    border-radius: 10px;
    background-color: #383838ce;
    border: 1px solid #808083;
    padding-top: 35px;
}


/**/
/**  LEFT SIDE COLUMN DISPLAY  **/
/**/

.systemInfo {
    padding-left: 20px;
    font-size: 9pt;
    margin-top: 0.5em;
    color: #D6D6D6;
    font-weight: bolder;
}

.systemInfoDetail {
	color: #989898;
	font-weight: normal;
	font-size: 8pt;
}

.systemInfoDetail a {
	color: lightgreen;
}

.questionSummaryItems {
	position: fixed;
	overflow: visible;
	float: left;
	width: 260px;
	border-radius: 8px;
	background-color: #231f20;
	margin-left: -0.4em;
	padding-top: 0.8em;
	color: #808083;
	margin-right: 20px;
	-webkit-box-shadow: 9px 8px 10px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: 9px 8px 10px -1px rgba(0,0,0,0.45);
	box-shadow: 9px 8px 10px -1px rgba(0,0,0,0.45);
}

.questionInfoCategory > span {
    padding-left: 10px;
    font-weight: bold;
    color: antiquewhite;
    cursor: default;
}

.questionInfoBlock.panel.panelInfo {
    overflow-y: visible !important;
}

#spnSavedCode {
    cursor: text;
}

.questionInfoBlockDetailText, .questionGroupBlockHeader, .systemInfo, .systemInfoDetail {
	cursor: default;
}

.questionInfoBlockDetailText > label {
    padding-right: 12px;
}

.questionInfoCategory {
    margin-bottom: 10px;
}

#prometheusSystemQuestionNavBlocks > .questionInfoCategory.notactive:hover, #prometheusSystemQuestionNavBlocks > .questionInfoCategory > span:hover {
    background-color: cornsilk;
    color: #808083;
}

.questionBlockDisplayInfo {
    background-color: #231f20;
}

.questionBlockCategory {
    margin-bottom: 10px;
}

.questionBlockSelectionCategory {
    background-color: #383838;
    color: #3dcd58;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 10pt;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}

.questionInfoNavBlock.active {
    background-color: yellowgreen;
    color: cornsilk;
    cursor: default;
}

.questionInfoNavBlock {
    padding-left: 20px;
    font-size: 9pt;
    margin-top: 0.5em;
    color: #D6D6D6;
    font-weight: bolder;
    cursor: default;
}

.questionInfoNavBlock:hover {
    background-color: cornsilk;
    cursor: default;
    color: #231f20
}

.questionInfoNavBlockDetail {
    color: #989898;
    font-weight: normal;
    font-size: 8pt;
    padding-left: 8px;
}

.questionInfoNavBlockDetail {
    color: #ba990a;
}


/**/
/** RIGHT SIDE COLUMN DISPLAY **/
/**/
.navwizard {
    margin-top: 2px;
    margin-bottom: 10px;
}

.navTopTextSmall {
    font-size: 0.81em;
}

.questionInfoBlock {
    border: 1px solid #989898;
    border-radius: 7px;
    margin-bottom: 8px;
}

.questionInfoBlockNoBorder {    
    border: 0px;
    margin-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

.overflowY {
    overflow-y: visible;
}

.questionInfoBlock:hover {
    background-color: cornsilk;
}

.questionInfoBlockDetailText.nomargin {
    margin-bottom: 0;
}

div.multiSelect > div.row {
    -webkit-padding-after: 6px;
}

div.numericQuestion {
    width: 150px;
}

input.numericQuestion {
    width: 150px;
}

input.textQuestion {
    min-width: 300px;
    max-width: 400px;
    width: 400px;
}

.questionGroupBlockHeader {
    margin-bottom: 10px;
}

.checkbox-inline {
    padding: 5px 5px 5px 0px;
}

.checkbox-inline.checked {
        border: 1px solid lightblue;
        background-color: lightblue;
        border-radius: 4px;
    }

.multiselectQuestion {
    margin-right: 8px;
}

.bottomButtons {
    padding: 0 0 0 8px;
    margin-bottom: 8px;
}

.filterLabel {
    clear: both;
    float: left;
    width: 130px;
}

.filterLabelCalc {
    clear: both;
    float: left;
    width: 180px;
}

.filterLabel > label, .filterLabelCalc > label {
    font-size: 12px;
    margin-top: 2px;
}

.dropdownText {
    padding-right: 0 15px 0 10px;
}

.scheduleCodeBox {
    float: left;
    width: 300px;
    max-height: 20px;
    margin: 0 7px 0 7px;
}

.loadSchedule > span {
    padding-top: 3px;
}

.left70 {
    float: left;
    width: 70%;
    text-align: left;
}

.right30 {
    float: right;
    width: 30%;
    text-align: right;
}

.cleardiv {
    clear: both;
}

.collapseText {
    font-size: 11px;
    font-weight: bold;
}

.searchBox {
    width: 200px;
    margin-bottom: 3px;
    border-radius: 25px;
    border: 1px solid darkgrey;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 12px;
}

.scheduleCode {
    border-radius: 25px;
    border: 1px solid darkgrey;
    padding-left: 10px;
    padding-right: 20px;
    width: 300px;
}

.scheduleContainerBox {
    height: 5px;
}

.logoPreviewBox {
    border: 1px solid #8d8d8d;
    border-radius: 20px;
    overflow: hidden;
    width: auto !important;
}

.modalLeft {
    width: 25% !important;
    float: left;
}

.modalRight {
    width: 75%;
    padding-left: 5px;
    float: right;
}

.modalLeft45 {
    width: 45% !important;
    float: left;
}

.modalLeft60 {
    width: 60% !important;
    float: left;
}

.modalRight55 {
    width: 55%;
    float: right;
}

.modalRight40 {
    width: 40%;
    float: right;
}

.filterDropdown {
    padding-bottom: 35px;
    line-height: 1;
}

.filterDropdown span {
    cursor: default;
    font-size: 0.92em;
}

.customFilterTooltip {
    font-size: 1.4em;
    display: inline-block;
    vertical-align: text-bottom;
}

.noErrors {
    color: yellowgreen; 
    cursor: pointer; 
    font-weight: bold;
}

.foundErrors {
    color: red;
    cursor: pointer;
    text-decoration: underline;
}

.validationGlyph {
    font-size: 0.85em;
    padding-left: 5px;
    padding-right: 5px;
    top: -25px;
    float: right;
    padding-right: 8px;
}

.validationErrorGlyph {
    font-size: 0.85em;
    padding-left: 5px;
    padding-right: 5px;
}

.imagePreviewOverlay {
    position: fixed;
    z-index: 1100;
    background-color: #333;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.imagePreviewCloseButton {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 2.5em;
    padding-right: 15px;
    z-index: 1500;
}

/****/
/** COLORS  **/
/****/
.colorDanger {
    color: #d9534f;
}

.colorWarning {
    color: #f0ad4e;
}

.colorSuccess {
    color: #5cb85c;
}

/**/
/**  ABSOLUTE SPINNER **/
/**/
.spinnerBox {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.75);
    overflow-y: hidden;
    transition: 0.5s;
}

.spinner {
    position: relative;
    /*left: 50%;
    top: 50%;*/
    height: 40px;
    width: 40px;
    margin: 0px auto;
    display: block;
    align-content: center;
    top: 40%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(61,205,88,.15);
    border-right: 6px solid rgba(61,205,88,.15);
    border-bottom: 6px solid rgba(61,205,88,.15);
    border-top: 6px solid rgba(61,205,88,.8);
    border-radius: 100%;
}

.smallSpinner {
    position: relative;
    /*left: 50%;
    top: 50%;*/
    height: 20px;
    width: 20px;
    margin: 0px auto;
    display: block;
    align-content: center;
    top: 40%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(61,205,88,.15);
    border-right: 6px solid rgba(61,205,88,.15);
    border-bottom: 6px solid rgba(61,205,88,.15);
    border-top: 6px solid rgba(61,205,88,.8);
    border-radius: 100%;
}

.spinnerRoundedBox {
    position: absolute;
    top: 80px;
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
    border-radius: 20px;
    background-color: #383838;
    border: 1px solid #808083;
}

.spinnerTopText {
    position: relative;
    top: calc(0% - 25px);
    left: calc(50% - 40px);
    font-weight: bold;
    color: rgb(60, 205, 88);
}

.spinnerBottomText {
    position: absolute;
    top: 80%;
    left: calc(50% - 25px);
    font-weight: bold;
    color: rgb(60, 205, 88);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}