html, body, form 
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	margin-top:0;
	margin-left:0;
	margin-right:0; 
	padding:0;
	background-color: #f8f8ff;

}

fieldset 
{
	padding: 0px 5px 5px 5px;
}

A
{
	color: navy;
	text-decoration: none;
}

A:Hover
{
	color: red;
}

a.LinkUnderline
{
	color: navy !important;
	text-decoration: underline;
}

a.LinkUnderline:hover
{
	text-decoration: none;
}

LEGEND
{
	/*font-variant:small-caps;*/
	font-size:8pt;
	font-weight:BOLD;
	padding-bottom: 5px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 12pt;
}

.DialogButton
{
	width: 50px;
}
.dialogbutton-wrapper {
	display: flex;
}
.dialogbutton-imagebutton {

}
.dialogbutton-text {
	display: flex;
	flex: 2 1 auto;
	align-items: center;
}


/*  BEGIN FORM SUBMENU FORMATS */
/*
.SubMenuItem_MouseOver{
	border: outset 1px;
}
.SubMenuItem_Normal{
	border: solid 1px #cccccc;
}
.SubMenuItem_MouseDown{
	border: inset 1px;
}
*/
.SubMenuItem_MouseOver{
	border: outset 1px;
	background-color: #FFFACD; /*lemonchiffon*/
	cursor: pointer;
	font-family: Tahoma;
	font-size: 8pt;
    display: flex; 
}
.SubMenuItem_Normal{
	border: transparent 1px ;
	padding: 1px 1px 1px 1px;
	font-family: Tahoma;
	font-size: 8pt;
    display:flex; 
}
.SubMenuItem_Disabled
{
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	*filter:alpha(opacity=40);
	*zoom: 1;
	border: transparent 1px ;
	padding: 1px 1px 1px 1px;
	font-family: Tahoma;
	font-size: 8pt;
    display: flex; 
    align-items: center;
}
.SubMenuItem_MouseDown {
	border: inset 1px;
	font-family: Tahoma;
	font-size: 8pt;
    display:flex;
}

.sub-section-wrapper
{
   float:right;
   margin-right:-2px;
   z-index: 100; 
}
.sub-section-wrapper:after{
    content: "";
    clear:both;
}

/*  END FORM SUBMENU FORMATS */

/*  BEGIN FORM TITLE FORMATS */
.Title{
	font-size:12pt;
	font-weight:bold;
}

/*  END FORM TITLE FORMATS */


/*  BEGIN STANDARD FORM LAYOUT */
.DialogView
{
	border: 1px #999999 solid;
	*display: inline-block;
    background-color: white;
}

.DialogMenu
{
	background-color:#edf2f9;
	vertical-align:bottom;
	text-align:left;
}

.DialogHeader{
	background: #a6bfe0 url(../images/dialog_header.gif); 
	font-weight: bold;
	font-size: 12px;
	color: white;
	border-bottom: solid 1px #999999;
	padding: 6px 3px 3px 10px;
}

.DialogBody {
	background-color: white;
	color: black;
	border-top: solid 1px #999999;
	padding: 4px 10px 4px 10px;
	*display: inline-block;
}

/* END STANDARD FORM LAYOUT */

/* BEGIN LIST FILTER LINKS (A-Z & ALL) */
.SelectedLetter 
{
	FONT-WEIGHT: bold 
}
/* END LIST FILTER LINKS */			

.placeholder
{
	color: #aaaaaa;
}

.placeholderFocus
{
	cursor:text;
}

table
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	border-radius: 5px;
}

.HeaderCell, .HeaderCell td, .HeaderCell th
{
	background-color: #a6bfe0;
	border-color: #7c7c7c;
	padding: 5px;
	color: black;
	vertical-align: top;	
	font-weight: bold;
}

.TableCell, .TableCell td
{
	padding: 5px;
	color: black;
	vertical-align: top;
	border-color: #7c7c7c;
	background-color: #ffffff;
}

.AltTableCell, .AltTableCell td
{
	padding: 5px;
	color: black;
	vertical-align: top;
	background-color: #edf2f9;
	border-color: #7c7c7c;
}

.PastDueTableCell, .PastDueTableCell td
{
	padding: 5px;
	color: black;
	vertical-align: top;
	border-left: solid 1px #a80000;
	border-bottom: solid 1px #a80000;
	background-color: #ff6f6f;
}

.PastDueAltTableCell, .PastDueAltTableCell td
{
	padding: 5px;
	color: black;
	vertical-align: top;
	border-left: solid 1px #a80000;
	border-bottom: solid 1px #a80000;
	background-color: #ff3939;
}

.FooterCell, .FooterCell td, .FooterCell th
{
	background-color: #a6bfe0;
	border-color: #7c7c7c;
	padding: 5px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	font-weight:bold;
}

input
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}
 
textarea
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}

select
{
	font-family: Verdana, Arial;
	font-size: 8pt;
}



/* Tabbed styles */

.TabContentWrapper
{
	border-right: 1px ridge;
	border-top: medium none;
	border-left: 1px ridge;
	border-bottom: 1px ridge;
	background-color: white;
}
.TabSpacer
{
	border-bottom: 1px ridge;
}
.TabContents
{
	border-right: 2px inset;
	border-top: 2px inset;
	display: none;
	overflow: auto;
	border-left: 2px inset;
	border-bottom: 2px inset;
	height: 400px;
	background-color: #cccccc;
}
.Tab {
	border: 1px ridge;
	padding: 3px;
	width: 80px;
	height: 24px;
	background-color: #cccccc;
}
.TabSelected {
	border: 1px ridge;
	padding: 7px 3px 3px 3px;
	width: 80px;
	padding-top: 7px;
	border-bottom: medium none;
	height: 29px;
	background-color: white;
}


/* End Tabbed styles */

.RejectionReasons 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.RejectionReasons li
{
	padding: 5px;
	margin: 2px;
	border: solid 1px #006600;
	background-color: #F0F5F0;
}

.NoWrap label
{
	white-space: nowrap;
}

.content-body
{
	padding-bottom: 50px;
    
}

 .header-wrapper
{
	padding: 5px;
	/*background: url("../images/header_bg.jpg") repeat-x scroll left top transparent;*/
	background-color: #EDF2F9;
	height: 95px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
      
.header
{ 
    min-width: 800px;
    height: 85px;
    padding: 5px 15px;
    border: 1px solid #808080;
    background-color: White;
    border-radius: 15px;
    position: relative;
    text-align: left;
    z-index: 1000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
     
.logo-wrapper{
    float:left;
    padding-right: 10px;
    border-right: 1px solid #808080;
    height: 85px;
}  
.logo
{
    margin-top: 8px;
    margin-right: 10px;
}

.eecp-logo,
.eecp-logo img {
    position: absolute;
    float: left;
    padding-left: 3px;
    width: auto;
    max-height: 90px;
    margin-top:-2px;
}

.trainingLabel 
{
	position: absolute;
	float:left;
	bottom: 5px;
	left: 400px;
    color: red;
    font-style: italic;
}
	
.versionInfo
{
	position: absolute;
	float: left;
	right: 30px;
	top: 40px;
}
.versionInfo a{
    font-size: 9px;
}
	
.logout-help{
    position:absolute;
    float:left;
    right:30px;
    top: 10px;
    font-size: 13px;
    font-weight:bold;
}

.appTitle
{	
    display: none; /*inline;*/
    float: left;
    height: 70px;
    padding-top: 15px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #808080;
	color: #336699;
}


.main-menu{
    position:absolute;
    right: 10px;
    bottom: 0px;
    height: 25px;
}

.breadcrumbs-wrapper
{
	background: url("../images/menu_bg.gif") repeat-x scroll 0 100% #FDFDFD;
	height:25px;
    font-size: 11px;
    margin-bottom: 5px;
}

.breadcrumbs{
    padding-left: 5px;
    padding-top: 5px;
    color: white;
}
.breadcrumbs a{
    color: white;
}

.breadcrumbs-current{
	color: #ffe79c;
}
.breadcrumbs-seperator{
	color: #ffe79c;
}


 .announcements
{
	position: relative;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
}

	
.announcement-item
{
	position:relative;
	padding: 5px;
	border: 1px solid transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}

.announcement-item:hover
{
	background-color: #FFFFCC;
	border: 1px dotted #1d1d1d;
}

.global-search-header {
	height:23px;
}

.global-search-body {
	position: relative;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	padding:20px;	
}

.global-search-body select, .global-search-body input {
	width: 80%;
	margin-bottom: 10px !important;
}

.global-search-body input[type="submit"] {
	background-color: #6688BD;
	border-color: #ccc;
	color: white;

	
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	width: 100px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 4px;
}

.global-search-body input[type="submit"]:hover {
	background-color:#5D708E;
}

.global-search-body .submit-container {
	text-align: center;
}
	
.hr
{
	height: 1px;
	border-bottom: 1px dotted #1b1b1b;
}

#footer-wrapper
{
	background: url("../images/footer_bg.gif") repeat-x scroll 0 100% #FDFDFD;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 20px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.footer-userInfo
{
	float:right; 
	margin-right: 40px;
	
} 


.box
{
	padding: 10px 20px;
	background-color: #FFFFFF;
	background-position: 50% 100%, 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #BDC6D7;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px rgba(0, 0, 0, 0.1), 0 -2px rgba(170, 170, 170, 0.1) inset, 0 -5px 15px rgba(223, 223, 223, 0.8) inset;
}
		
		
.wide-qtip {
	max-width: 800px !important;
}


ul.applicationFields
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    ul.applicationFields li
    {
        display: block;
        margin: 2px;
        width: 200px;
        float: left;
    }
        ul.applicationFields li > label
        {
            display: block;
            width: 175px;
            font-weight: bold;
        }
        ul.applicationFields li > .fo_Field
        {
            width: 175px;
        }
        ul.applicationFields li > .fo_Label
        {
            display: block;
        }
.rightLine {
    border-right: black solid thin;
             
   
}

.collapsedBorder {
     border-collapse: collapse;
     border-bottom: black solid thin;
    padding-top: 10px;
    padding-bottom: 10px;
}

.collapsedBorder td {
    padding: 4px 8px;
}

.tallMargin{
      padding-top: 20px !important;
    padding-bottom: 20px !important;   
}

.topBottomLine {
    border-bottom:1px solid black;
    border-top:1px solid black;
}

.buttonDiv {
    text-align: center;
    
}

.buttonDiv input {
    margin: 8px;
}

.container
{
    width: 1000px;
    margin: 0 auto;             
    padding: 0 15px;
}
.column
{
    float: left;
    position: relative;
    min-height: 198px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.column-25
{
    width: 25%;
}

.form-field
{
    display: inline-block;
    margin-right: 10px;
}

.hyperlink-button
{
    background: none!important;
    border: none; 
    padding: 0!important;
}

.page-header
{
    font-weight:bold;
    font-size: 16pt;
}

.form-control 
{
    display: block;
    width: 100%;               
}

.btn
{
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.426;
    cursor: pointer;
    border-radius: 4px;
}

.btn-default            { background-color:#6688BD; border-color:#ccc; color:white; }
.btn-default:hover      { background-color:#5D708E; border-color:#ccc; color:white; }
.btn-default[disabled]  { cursor:not-allowed; pointer-events:none; opacity: 0.65; }

.inline-label
{
    margin-left: 10px;
}

.ion-alert, .ion-alert-circled {
    color: red;
    font-size: 10px;
    padding: 3px 6px 3px 6px;
    border: 1px solid red;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    margin-top: -5px;
}

.ion-alert.warning {
    color: #f0ad4e;
    font-size: 10px;
    padding: 3px 6px 3px 6px;
    border: 1px solid #f0ad4e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    margin-top: -5px;
}

.ion-document, .ion-document-text {
    font-size: 24px;
    /*padding: 3px 6px 3px 6px;*/
    vertical-align: middle;
    margin-top: -5px;
}

.ion-help, .ion-help-circled {
    color: #335692;
}

.ion-large {
    font-size: 32px;
    margin-top: 0px;
}

.input-invalid {
    border: 1px solid red;
}

.input-valid {
    border: 1px solid green;
}

.input-hidden {
    width: 1px; 
    height: 1px; 
    position: absolute; 
    left: -1000px; 
    top: -1000px;
}

/* setting fields widths for dialogs */
.ui-dialog table tr td .select2-container, .ui-dialog table tr td select { width: 99%; }
.ui-dialog table tr td input[type='text'] { width: 98%; }
.ui-dialog table tr td textarea { width: 97%; }
.ui-dialog table tr td .input-group { width: 95%; }

span.horizontalFlow input {
    margin-left: 10px;
}

table.horizontalFlow td {
    vertical-align: middle !important;
}

/*
 * Theme: Spectra
 *
*/

/* 
 * FORMS 
*/

/* Forms General */
.form-wrapper {
    padding-top: 10px;
}

fieldset.form-wrapper {
    padding: 5px 10px 15px;
}

.form-footer {
    text-align: right;
}

.row {
    margin-bottom: 15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.addressControl td {
    padding: 3px;
}

/* Buttons */
.DialogBody input[type='button'],
.DialogView input[type='button'] {
    margin: 5px 0 0;
}
.DialogBody .ruFileWrap input[type='button'] {
    margin: 0 0 0 5px;
}

/* Icons */
.ui-datepicker-trigger {
    cursor: pointer;
}

/* Labels */
.form-wrapper label {
    font-weight: bold;
    margin-bottom: 2px;
    display: block;
}

/* Controls */

/* Form Layouts */
    /* Inline */
    .form-inline { margin-bottom: 20px; }
    .form-inline div.control {
        display: inline-block;
        margin: 0 10px 0 0;
    }
    /* Block */
    .form-block { 
        margin-bottom: 20px; 
    }
    .form-block div.control {
        margin: 0 0 10px 0;
    }
    .form-block .form-footer {
        text-align: left;
        padding: 10px 0 0 0;
    }

/* Table Forms */
table.form-group tr td {
    padding: 5px 0;
}

table.form-group tr td select {
    width: 100%;
}

table.form-group tr td.form-footer {
    padding: 20px 10px 10px;
}

/* 
 * TABLES
*/

/* Table General */

/* Paging */
.table-results .paging-simple {
    padding: 10px;
    text-align: right;
}

/* this is for the <PagerStyle> tags */
    .table-results .pager-style td { padding: 10px; }
    .table-results .pager-style td span,
    .table-results .pager-style td a {
        display: inline-block;
        background-color: rgb(240, 240, 240);
        border: solid 1px rgb(160, 160, 160);
        color: rgb(128, 128, 128);
        padding: 2px 8px;
        border-radius: 2px;
    }
    .table-results .pager-style td a { color: rgb(0, 0, 0); }
    .table-results .pager-style td a:hover { border-color: rgb(100, 100, 100); }
    .table-results .pager-style td input { margin-bottom: 10px; }

hr.nobootstrap {
    border: 1px inset;
    border-bottom-width: 0px;
}

.text-warning {
    color: #f0ad4e;
}

    .text-warning:hover {
        color: #f0ad4e;
    }

.text-danger {
    color: #a94442;
}

    .text-danger:hover {
        color: #843534;
    }

.text-success {
    color: #3c763d;
}

    .text-success:hover {
        color: #2b542c;
    }

.break-word 
{
    -ms-word-wrap: break-word; 
    word-wrap: break-word; 
    -ms-word-break: break-all; 
    word-break: break-all;
}

table.nobootstrap {
    border-collapse: separate;
    border-spacing: 2px;
}

table.nobootstrap td, th {
    padding: 2px;
}

.fieldOptionCategoryRow
{
    margin-bottom: 5px;
}

span.tooltip {
    outline: none;
}

span.tooltip strong {
    line-height: 30px;
}

span.tooltip:hover {
    text-decoration: none;
}

span.tooltip span.TooltipText {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 20px;
    line-height: 16px;
    min-width: 300px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

span.tooltip:hover span.TooltipText {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #111;
    background: lightgray;
}

span.tooltip img.tooltip-info-icon {
    width: 16px;
    height: 16px;
}

.smarty-tag
{
    margin-left: 10px
}

/* will truncate a string and append "..." */
.truncateTip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#dialog-body-description{
    margin: 3px 0px 5px 0px;
}

.maxWidth200 { max-width:200px; }

.comments-div								{ min-height:16px; max-height:31px; overflow:hidden; }
.comments-div-active						{ min-height:31px; max-height:93px; overflow-y:auto; }

.throbber                                   { display:none; }
.throbber > .throbber-overlay               { background-color:#EEE; height:100%; opacity:0; position:absolute; transition:opacity 0.5s linear; width:100%; z-index:11;  }
.throbber > img                             { position:absolute; top:50%; left:50%; margin-left:-25px; margin-top:-25px; z-index:12; }
.throbber.throbbing                         { display:block; }
.throbber.throbbing > .throbber-overlay     { opacity:0.5; }       

.multi-select li.k-state-selected			{ display:none; }

.check-box-group							{ display:flex; flex-wrap:wrap; list-style:none; margin:0px; padding-left:0px; }
.check-box-group li							{ display:inline; list-style:none; padding-right:6px; }

.control-label								{ white-space: pre-wrap; }

.ui-checkboxradio-icon						{ display:none !important; }

#submenusummary								{ border-collapse: collapse; border-spacing: 0;	position: relative; width: 210px; }
#submenusummary hr							{ margin:20px 0px; }

.bm-table .HeaderCell th					{ background-color:#a6bfe0 !important; }
.bm-table .table-row td						{ background-color:#FFFFFF !important; }
.bm-table .table-row-alt td					{ background-color:#edf2f9 !important; }
.bm-table td, .bm-table th					{ font-size:11px !important; }

.document-dialog                          { border-collapse:collapse; width:100%; }
.document-dialog td                       { border: 1px solid #AAA; padding:7px }
.document-dialog tr:nth-child(odd)        { background-color: #edf2f9 }
.document-dialog a                        { color:navy !important; }
.document-dialog a:hover                  { color:red !important; }
.document-dialog .spinner.hidden          { display: none; }

.RadTab_Submenu                             { width: 95% !important; float: right; }

tr.invalid-row									{ background-color: #E6BCBD; }
tr.invalid-row > td								{ background-color: #E6BCBD; }
tr.invalid-row > td > table > tbody > tr > td	{ background-color: #E6BCBD; }

/**** WIDGET ****/
.widget																				{ background-color:white; border:1px solid #999999; border-radius:5px; min-height:200px; margin:20px auto 0px; overflow:hidden; width:400px; }
.widget h4																			{ margin:0px 0px 5px 0px; }
.widget > .widget-header															{ background: #a8bddf; background: -moz-linear-gradient(top, #a8bddf 6%, #6a85bb 75%); background: -webkit-linear-gradient(top, #a8bddf 6%,#6a85bb 75%); border-bottom:1px solid #999999; float:left; width:100%; }
.widget > .widget-header > h2														{ color:white; font-weight:normal; font-size:18px; margin:12px 0px; text-align:center; }
.widget > .widget-body																{ float:left; padding:20px; width:calc(100% - 40px); }
.widget > .widget-body > .widget-text												{ float:left; margin-bottom:10px; width:100%; }
.widget > .widget-footer															{ float:left; padding:0px 20px 20px 20px; width:calc(100% - 40px); }
.widget .widget-controls > .btn														{ font-size:12px; font-weight:normal; padding:6px 20px; }

/**** FORM ELEMENTS ****/
.form-element-list, .form-element-list-inline										{ float:left; width:calc(100% - 2px); }
.form-element-list-td																{ float:inherit !important; width:50% !important; }
.form-element-list-td:not(:last-child)												{ padding-right:25px; }

.form-element																		{ float:left; }
.form-element > .form-element-label span											{ font-weight:bold; }
.form-element > .form-element-input input[type=checkbox]							{ float:left; margin:0px 3px 0px 0px; }

.form-element-list > .form-element													{ margin-bottom:15px; width:100%; }

.form-element-list > .form-element.list												{ }
.form-element-list > .form-element.list > .form-element-label						{ float:left; margin-bottom:4px; width:100%; }
.form-element-list > .form-element.list > .form-element-input						{ float:left; width:100%; }
.form-element-list > .form-element.list > .form-element-input input					{ float:left; height:20px; width:calc(350px - 4px); }
.form-element-list > .form-element.list > .form-element-input select				{ float:left; height:20px; width:calc(100% - 4px); }
.form-element-list > .form-element.list > .form-element-input .select2-container	{ float:left; width:350px; }
.form-element-list > .form-element.list > .form-element-input input.with-icon		{ padding-right:28px; width:calc(100% - 32px); }
.form-element-list > .form-element.list > .form-element-input .fa					{ font-size:15px; line-height:20px; margin-left:-19px; }

.form-element-list > .form-element.inline											{ margin-right:5px; width:100%; }

.form-element-list-inline															{ float:left; width:100%; }
.form-element-list-inline.fill                                                      { display:flex; align-items:center; justify-content:space-between; }
.form-element-list-inline:not(:last-child)                                          { margin-bottom:10px; }
.form-element-list-inline > .form-element:not(:last-child)							{ margin-right:10px; }

.form-element-list-inline > .form-element.inline                                    { display:flex; align-items:center; justify-content:space-between; flex:2 1 auto; }
.form-element-list-inline > .form-element.inline > .form-element-label              { flex:0 1 auto; margin-right:5px; }
.form-element-list-inline > .form-element.inline > .form-element-input              { flex:2 1 auto; }
.form-element-list-inline > .form-element.inline > .form-element-input *            { width:100%; }
	
/**** COMMON CLASSES ****/
.bold															{ font-weight:bold; }
.centered-text													{ text-align:center; }
.left															{ float:left; }
.right															{ float:right; }
.error															{ color:red; }
.success														{ color:green; }

.password-strength												{ font-weight:bold; padding-left:5px; }

@media(max-width:1024px) {
    .DialogView, .main-content {
        width: 100% !important;
    }
}