@viewport { min-width: 1024px; }

@media (min-width: 768px) { #Container { width: 750px; } }
@media (min-width: 992px) { #Container { width: 975px; } }
@media (min-width: 1200px) { #Container { width: 1170px; } }
@media (min-width: 1500px) { #Container { width: 1470px; } }

#Container {
    min-width: 975px; 
    margin-right: auto; 
    margin-left: auto; 
    padding-left: 15px; 
    padding-right: 15px;
}

#PageTable { text-align: left; }
#MainTopRow { display: none; }
#MainCtrlCell { vertical-align: top; height: 400px; }

blockquote { padding-left: 20px; padding-right: 20px; font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif; font-size: 15px; }

.ErrValid {
    font-size: 8pt;
    display: inline-block;
    visibility: visible;
    text-align: center;
    width: 15px;
    vertical-align: top;
}

img { border: none; }
/*.edit { border: solid 1px #666666; background-color: #ffffee; }*/
	input.edit { border: solid 1px #666666; background-color: #ffffee; }

.textbox { border: 2px solid red; }

.clsPageTitle { font-size: 15pt;  color: white;}
.clsErrorMsg { font-size: 10pt; color: red; }
	.clsValidationError {
		border: black 1px solid;
		font-size: 8pt;
		color: white;
		background-color: red;
	}
	.clsValidationWarning {
		border: black 1px solid;
		font-size: 8pt;
		color: navy;
		background-color: White;
	}

.clsReadOnly {
    font-size: 12px;
    border: solid 1px #666666;
    background-color: #ffffee;
    padding-left: 2pt;
    padding-right: 2pt;
}
.clsTitle { font-size: 14pt; color: #a55952; }
.clsHeader { font-size: 12pt; color: #a55952; }
.clsInstructions { font-size: 9pt; color: #a55952; }
.clsGroupLabelGray {
	font-size: 9pt;
	font-weight: bold;
	color: #696969;
}
.clsGroupLabel { font-size: 9pt; font-weight: bold; }
.clsDetailHeader { font-size: 11pt; font-weight: bold; }
.clsDetailInstructions { font-size: 11px; font-weight: bold; }
.clsLabel { font-weight: bold; }
.optional { font-style: italic; color: #444444; }
.clsCaption { font-size: 12px; color: #33337F; }
.clsCaptionOpt {
    font-size: 12px;
    font-style: italic;
    color: #33337F;
}
.clsCmdText {
    color: #00BB00;
    font-size: 8pt;
    font-style: italic;
}
.clsInfo {
    color: #a55952;
    background-color: #f7f3ef;
    padding: 5pt;
    vertical-align: middle;
    font-size: 8pt;
}

.clsPresentationFlash {
    /* Keep 4:3 aspect ratio */
    width : 930px;
    min-width: 930px;    
    height: 698px;
    min-height: 698px;
	}
	.clsPresentationPdf {
		/* Keep 4:3 aspect ratio */
		width : 930px;
		min-width: 930px;
		height: 698px;
		min-height: 698px;
	}
	.clsPresentationHtml {
		/* Keep 4:3 aspect ratio */
		width : 930px;
		min-width: 930px;
		height: 698px;
		min-height: 698px;
	}

.clsMainSubCtrl { padding-left: 20pt; }
	.clsMainCtrlLeft { width: 150px; text-align: right; vertical-align: middle; }
	.clsMainCtrlRight { padding-left: 10pt; vertical-align: middle; }
	.clsMainCtrlDetailLeft { width: 70pt; text-align: left; vertical-align: top; }
	.clsMainCtrlDetailRight { padding-left: 10pt; vertical-align: top; }

.clsDetailImage {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
	}
	.clsDetailTitle {
		font-size: 10pt;
		color: white;
		background-color: #0a246a;
		border-right: #e9e5d9 outset;
		border-left: #e9e5d9 outset;
		border-top: #e9e5d9 outset;
		padding: 2pt;
	}
	.clsMainCtrlDetail {
		border-right: #e9e5d9 outset;
		padding-right: 10pt;
		padding-left: 10pt;
		padding-bottom: 10pt;
		border-left: #e9e5d9 outset;
		padding-top: 10pt;
		border-bottom: #e9e5d9 outset;
		background-color: #e9e5d9;
	}

.clsButton { height: 15pt; width: 50pt; }
.clsButtonOver { height: 15pt; width: 50pt; }

.clsNavTreeDefault {
    cursor: pointer;
    border-left: #efebef 1px solid;
    border-top: #efebef 1px solid;
    border-bottom: #efebef 1px solid;
	}
	.clsNavTreeSelected {
		cursor: pointer;
		border-left: #d3d3d3 1px solid;
		border-top: #d3d3d3 1px solid;
		border-bottom: #d3d3d3 1px solid;
	}
	.clsNavTreeDisabled {
		border-top: #efebef 1px solid;
		border-left: #efebef 1px solid;
		color: gray;
		border-bottom: #efebef 1px solid;
	}
	.clsNavTreeHover {
		cursor: pointer;
		border-left: #efebef 1px solid;
		border-top: #efebef 1px solid;
		border-bottom: #efebef 1px solid;
	}

.clsHide { display: none; visibility: hidden;}
.clsShow { display: block; }

.clsDivQuestionMultiLine { width: 100%; float: left; padding: 5px 0px 10px 0px; }
	.clsDivQuestionIndent { width: 44%; float: left; padding: 0px 1% 10px 5%; }
	.clsDivQuestionDoubleIndent { width: 39%; float: left; padding: 0px 1% 10px 10%; }
	.clsDivQuestionIndentMultiLine { width: 94%; float: left; padding: 0px 1% 10px 5%; }
	.clsDivQuestionDoubleIndentMultiLine { width: 89%; float: left; padding: 0px 1% 10px 10%; }
	.clsDivQuestionRightAlignHalfIndent {
		width: 22%;
		float: left;
		text-align: right;
		padding: 0px 1% 10px 0px;
	}

.clsDivAnswerMultiLine { float: left; padding: 0px 0px 15px 15%; }
	.clsDivAnswerRightAlignHalfIndent { width: 77%; float: left; padding: 0px 0px 10px 0px; }

.clsBenefitAgentAddress { display: block; }
	.clsBenefitAgentAddress  label { display: block; white-space: nowrap; }
	.clsBenefitAgentAddress  .col-xs-3 { float: left; margin-right:10px; }

.clsDivQuestionRightAlignIndent {
    width: 29%;
    float: left;
    text-align: right;
    padding: 0px 1% 10px 0px;
	}
	.clsDivQuestion {
		width: 50%;
		float: left;
		text-align: right;
		padding: 0px 1% 10px 0px;
	}
	.clsDivQuestionLeftAlign {
		width: 50%;
		float: left;
		text-align: left;
		padding: 0px 1% 10px 0px;
	}
	.clsDivQuestionRightAlign {
		width: 50%;
		float: left;
		text-align: right;
		padding: 0px 1% 10px 0px;
	}

.clsDivAnswerRightAlignIndent { width: 70%; float: left; padding: 0px 0px 10px 0px; }
	.clsDivAnswer {
		width: 48%;
		float: right;
		text-align: left;
		padding: 0px 0px 10px 0px;
	}
	.clsDivAnswer > label { display: inline; }

.clsNoWrap { white-space: nowrap; }

/* JQUERY custom ui override. */
.ui-menu .ui-menu-item .ui-state-focus {
	background-color: #ffa833;
	border: solid 1px #FF9933;
	color: white;
}

.btn.btn-link {
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 1.42857143;
    vertical-align: top;       
    padding: 0;
}

 .btn-link:hover {
    color: #FF6600;
    text-decoration: underline;    
}


#NavigationControls .btn + button {
    display:inline-block;
    background-color: transparent;
    border: none;
    font-size: 14px;    
    vertical-align: middle;
}
 
 .btn.btn-prevnext {
    background-color: #ffa833;
    background-repeat: repeat-x;
    background-position: 0% 50%;
    border: solid 1px #e97e13;
    color: #333;  
    font-size: 13px;  
    padding: .5em 1.5em;
    height: auto;
}

#content { overflow: auto; margin: 0 auto; padding: 0 15px; }

.btn-warning:active:hover, .btn-main:active:hover, .btn-warning.active:hover, .btn-main.active:hover, .open > .dropdown-toggle.btn-warning:hover, .open > .dropdown-toggle.btn-main:hover, .btn-warning:active:focus, .btn-main:active:focus, .btn-warning.active:focus, .btn-main.active:focus, 
.open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-main:focus, .btn-warning:active.focus, .btn-main:active.focus,
.btn-warning.active.focus, .btn-main.active.focus, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-main.focus { color: #ffffff; background-color: #ffa833; border-color: #e97e13; }
.radio input[type="radio"], .checkbox input[type="checkbox"] {}


.WarningText{
    color: red;
}

.lead {
font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    font-size: 15px;    
    font-weight: 400;
    line-height: 1.42857143;    
}

.progress-label {
    position: absolute;
    left: 42%;    
    font-weight: bold;    
}

fieldset.form-horizontal.well{
    background-color: white
    
}

.ui-state-default {    
  /*margin: 0 0 10px 0;*/ 
  -webkit-border-radius: 5px;    
}

.progress-bar {
    background-color: #eee;
    width:82%;
    font-weight:700;
}

.ui-sortable > li { background-color: #d9edf7; border: solid 1px #bce8f1; margin-bottom: 15px; padding: 15px; border-radius: 0; }
    .ui-sortable > li:before { font-family: GLYPHICONS; content: "\E518"; font-size: 24px; padding-top: 37px; position: absolute; margin-left: -10px; color: #83b6d0; }
    .ui-sortable > li:hover { background-color: #b3dbef; cursor: move; }
    .ui-sortable > .ui-state-highlight { background-color: #5895b3 }
    .ui-sortable > .ui-state-highlight:before { content: ""; }