﻿/*General Styles */
body,td,th,div,span,p,input,textarea,select {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #444;
}

body {    
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #F0F0F1;
}

input {
	text-decoration: none;
	line-height: normal;
}

input.radio {
	background : #f00; color: #000;
}

input[type="text"], input[type='password']
 {    
    font-size: 14px;
    border: 1px solid #ccc !important;
    padding: 8px !important;
}

input[type='submit'],
input[type='save'],
input[type='button'],
.default-button {    
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
    min-width: 100px;
    cursor: pointer;
    box-sizing: border-box;
    background: #e1e1e1;
    background-image: none;
    font-weight: bold;
}

select, .RadComboBox_Default .rcbInputCell .rcbInput {
    border: 1px solid #ccc !important;
    display: inline-block !important;
	color: #444;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 14px;
    padding: 8px;
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

select:not([multiple="multiple"]) {
    background-image: url('/graphics/chevron-down.png') !important;
    background-position: calc(100% - 1px) 50% !important;
    background-size: 24px 24px !important;
    background-repeat: no-repeat !important;
}

input[type="checkbox"]:not(.grid), input[type="radio"]:not(.grid) {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

input[type="checkbox"]:not(.grid) + label, input[type="radio"]:not(.grid) + label {
    position: relative;
}
input[type="checkbox"]:not(.grid) + label, input[type="radio"]:not(.grid) + label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}
input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
}

input[type="checkbox"]:not(.grid) + label::before, input[type="radio"]:not(.grid) + label::before {
    content: '';
    background: #fff;
    border: 2px solid #5892eb;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    text-align: center;
    box-sizing: initial;
}
input[type="checkbox"][disabled]:checked + label::before, input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #5892eb;
    color: #fff;
    line-height: 13px;
    font-size: 10px;
}
input[type="radio"]:not(.grid) + label::before {
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
input[type="radio"]:checked + label::before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #5892eb;
    line-height: 13px;
    font-size: 10px;
}

ul li{
	margin:0; 
	padding:0;
	padding-bottom: 10px;
}

a {
    color: #5892eb !important;
    font-weight: bold;
    text-decoration: none !important;
}

#divMain {
	height: 98%;
    min-height: 98%;
    top: 0px;
    text-align: left;
    overflow: visible;
}

#divContent
{
    overflow: visible;
    padding: 20px 30px 20px 30px;
    color: #444;
}

#divLoginError
{
    width: 370px;
    margin-top: 350px;
    margin-left: 280px;
    
    color: Red;
    text-align: center;
    
    position: absolute;
    z-index: 10000;
    overflow: visible;
}

#divLoginShadow
{
    width: 370px;
    height: 230px;
    
    position: absolute;
    z-index: 1;
    
    background-color: #6E6E6E; 
    opacity:0.4; 
    filter:alpha(opacity=40); 
    
    border: 1px solid #bababb;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

#subheaderbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #000099;
	padding: 3px;
	text-align: left;
}

#subheadercorner {
	background-color: #000099;
	text-align: left;
}

#subinfobox {
	padding: 3px;
}

#summarybox {
	border: thin solid #c5cbd7;
}

#divPageTitle
{
    float: left;
	font-size: 20pt;
}

#divPlanName
{
    float: right;
    margin-right: 20px;
}

#divPlanName span
{
	font-size: 20pt;
}

#divFilterSearch
{
    margin-top: 20px;
    margin-left: 20px;
    padding: 4px;
    width: 1100px;
    
    border: 1px solid #e1e1e1;
    background-color: white;

    /*border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);*/
}

#divFilterSearch th
{
    font-size: 14px;
    font-weight:bold;
    text-align: left;
    vertical-align: bottom;
    empty-cells:show;
}

#divFilterSearch td
{
    vertical-align: top;
    empty-cells:show;
}

#divPlanList
{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    padding: 4px;
}

.filterServiceArea
{
    width: 310px; 
    border: 1px solid #cccccc; 
    height: 150px; 
    overflow:auto;
}

.filterServiceArea table
{
    border-spacing: 0 !important;
    width: 290px !important;
    padding: 0 !important;
    border-collapse: collapse !important;
}

.inputXLong
{
    width: 300px;
}

.inputLong
{
    width: 250px;
}

.inputMedium
{
    width: 200px;
}

.inputShort
{
    width: 150px;
}

.inputXShort
{
    width: 100px;
}

.required {
	font-size: 8pt;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #666;
}
.text {
	font-size: 8pt;
	color: #666;
}

.bigtext {
	font-size: 10pt;
	color: #666;
}

.header1 {
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #013653;
    line-height: normal; letter-spacing: 5px;
}
.copyheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #013653;
}

.column {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: none;
}


.criteriaBox label {       
    
    display:inline;
	text-decoration: none;
	padding-bottom:16px;
}   

.roundBorder
{
    padding: 5px;
    border: 1px solid #bababb;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

#divComplianceNotes 
{
    text-align: left;
    background-color: #F0F0F1;
    position: absolute;
    z-index: 1006;
    left: 300px;
	width: 600px;
    overflow: visible;
}

#divPlanActivityView 
{
    text-align: left;
    background-color: #F0F0F1;
    
    position: absolute;
    z-index: 1006;
    top: 20%;
    left: 300px;
	width: 600px;
    overflow: visible;
}

#divComplianceReview
{
    text-align: left;
    background-color: #F0F0F1;
    position: absolute;
    z-index: 1006;
    left: 30%;
    top: 40%;
    width: 300px;
}

#divReviewHistory
{
    text-align: left;
    background-color: #F0F0F1;
    position: absolute;
    z-index: 1006;
    left: 40%;
    top: 50%;
    width: 300px;
    height: 300px;
    overflow: auto;
}

#divShadow
{
    position:absolute;
    z-index:1005; 
    
    background-color: #6E6E6E; 
    opacity:0.4; 
    filter:alpha(opacity=40); 
}

#divDisableBackground
{
    background-color:transparent;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index:1000; 
    clear:both;
    
    background-color: #6E6E6E; 
    opacity:0.2; 
    filter:alpha(opacity=20); 
}

img.ImageCloseCSS
{
    cursor: pointer;
}
.trArchiveSpacer
{
    background-color:#BCD3DD;
    table-layout:fixed;
    height: 5px;
}


.loginCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;

}

.formerror {
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #111111;
	text-decoration: none;
}

.footerNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;

}
.footerNavLink:link, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;

}
.footerNavLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;

}

.formText-small
{
    border: 1px solid #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: right;
}
.formText 
{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.formText-bold 
{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}


.tableLink-blue {
	color: #00344D;
	text-decoration: none;
}

.tableLink-blue:link, visited {
	color: #00344D;
	text-decoration: none;
}
.tableLink-blue:hover {
	color: #00344D;
	text-decoration: underline;
}

.tableHder {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
}
.tableHder a{color:#fff;text-decoration:none;}
.tableHder a:visited{color:#fff;text-decoration:none;}
.tableHder a:hover{color:#335D71;text-decoration:none;}

.tableHder-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
}

.blueHder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #013653;
	text-decoration: none;
}

.tableLink-blue13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: underline;
}

.tableLink-blue13-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 00344D;
	text-decoration: underline;
}

.tableLink-blue13:link, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: underline;
}
.tableLink-blue13:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: underline;
}

.tableLink-blue13NoUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00344D;
	text-decoration: none;
}
.copyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	line-height: 150%;
}

a.Copy:link, a.Copy:visited {
	color: #699;
	text-decoration: none;
}
a.Copy:hover {
	text-decoration: underline;
}

/** Header bar **/

#divMasterHeader {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #2f3e55;
    /*padding: 12px 30px;*/
    display: block;
    z-index: 1000;
    box-sizing:border-box;
    vertical-align: middle;
}

    #divMasterHeader span, 
    #divMasterHeader div, 
    #divMasterHeader label, 
    #divMasterHeader a {
        color: #fff;
    }


#divHeaderLogo {
	float:left;
    padding: 15px;
    vertical-align: middle;
    display: inline-block;
}

#divHeaderNavigation {
    padding: 15px;
	text-align:center;
	/* text-transform:uppercase; */
	font-weight:bold;
	color:#fff;
	float:right;
    margin-right: 50px;
    vertical-align: middle;
}
    #divHeaderNavigation div {
    }
    #divHeaderNavigation .nav-item {
        display: inline-block;
        padding: 20px;
        font-weight: normal;
    }

    #divHeaderNavigation a {
        text-decoration: none;
        color: #fff !important;
        font-weight: normal;
    }

.shutDiv{
	
}
.shutDiv table{
	display:none;
}
.openDiv{
	
}
.openDiv table{
	display:inline;
}

#viewcontrol
{
	padding-top:5px;
	padding-right:10px;
	text-align:right;
    float:right;
    width:28%;
}
#searchcontrol
{
	padding-top:5px;
	padding-left:10px;
	text-align:left;
    float:left;
    clear: left;
    width:69%;
}
#list
{
	clear:both;
	padding-top: 10px;
}

.selectedPanelItem {
	background-color: #EEEEEE;
}

.smallerButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #335D71;
	padding:1px;
	color:#000;
	text-decoration: none;
}

#container
{
	width: 960px;
	min-height: 760px;
    height: auto !important;
    height: 100%;
    margin: 0 0 -1 0;
}

#bottom, #push
{
	width: 960px;
	height: 1em;
}

.error 
{
    color: Red;
}


/* Report Archive List */
.listReports,
.reportRecordTable {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.reportRecordTable tr:nth-child(odd) {background-color:#fff;}
.reportRecordTable tr:nth-child(even) {background-color:#F5F5F5; }



.RadGrid_Default {
    border: 0 !important;
    color: #444 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 15px !important;
}

.tdArchiveTitle,
.rgHeader {
    background-image: none !important;
    background-color: #2f3e55 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    height: 50px;
    padding: 12px 5px;
    height: auto;
}

.tdArchiveTitle,
.rgHeader a, 
.RadGrid_Default .rgHeader span, 
.RadGrid_Default .rgMasterTable .rgHeader {
    color: #fff !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold;
    padding-left: 10px;
}

.rgRow td, 
.RadGrid .rgAltRow td, 
.rgEditRow td, 
.rgFooter td {
    padding-top: 4px;
    padding-bottom: 3px;
    color: #444;
}
.rgAltRow:not(.custom-grid) td {
    background-color: #F5F5F5 !important;
}

.rgRow a, .rgAltRow a, .rgEditRow a {
    color: #5892eb !important;
    font-weight: bold;
    text-decoration: none !important;
}

.main-button:not(:disabled) {
    background-color: #e19e1e !important;
    color: #fff !important;
}

.main-button:not(:disabled):hover
 {
    background-color: #eeaa28 !important;
    text-decoration: none;
}

.bg-blue {
    background-color: #5892eb !important;
    color: #fff !important;
    text-align:center;
}
.bg-blue:hover {
    background-color: #7CABF2 !important;
    color: #fff !important;
    text-decoration:none;
}
.RadPicker {
    
    background-color: white;
    border: solid 1px #CCC;
    padding: 3px;
}

.RadPicker td {
    vertical-align: middle !important;
}

.RadPicker_Default .rcCalPopup, 
.RadPicker_Default .rcTimePopup {
    background-image: url('../Graphics/calendar_black_24x24.png') !important;
    background-position: 0 !important;
}

.riSingle .riTextBox[type="text"],
.riSingle .riTextBox[type="text"]:focus {
    border: 0 !important;
    padding: 3px !important;
    outline: none !important;
}

#divFilterSearch label.title {
    font-weight: bold;
    padding: 10px 0 5px;
    display: inline-block;
}

#divLoginContainer {
    width: 100%;
    text-align: center;
}
.login-default {
    width: 760px;
    text-align: left;
    display: inline-block;
    clear:both;
}

.login-content {
    background: #3d5068;
    overflow: hidden;
    padding: 1em;
    border-radius: 1.2em;
    color: #FFF;
    text-align: left;
}

    .login-content span {
        color: #fff;
        font-size: 16px;
    }
.login-error {
    color: #fff;
    font-size: 16px;
    margin-left: 25px;
}

.text-medium {
        font-size: 16px;
}

.input-round-border {
    border: 1px solid #ccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.RadComboBox_Default .rcbInputCell input.rcbInput {
    border-style: none !important;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
}
.RadComboBox_Default .rcbArrowCell a {
    background-image: url('../Graphics/chevron-down.png') !important;
}
.RadGrid .rgPager .RadComboBox {
    border: solid 1px #ccc;
    background-color: #fff;
}
.RadGrid_Default .rgNumPart a:hover span, .RadGrid_Default .rgNumPart a.rgCurrentPage span {
    background: none !important;
}
.RadGrid_Default .rgNumPart a:hover, .RadGrid_Default .rgNumPart a.rgCurrentPage {
    background: #fff !important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #000000;
    margin-right: 2px !important;
}
.RadGrid_Default {
    background-color: transparent !important;
}
.RadGrid_Default .rgRow {
    background: #fff;
}

.popup-title {
    background-color: #00344D;
    width: 100%;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
    .popup-title span {
        color: #fff;
        font-weight: bold;
        padding: 8px;
        display: inline-block;
    }


.rgRow td,
.rgAltRow td {
    padding: 10px 5px !important;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
}



.Footer {
    Padding: 10px !important;
}

.Footer .Links {
    display: flex;
    justify-content: space-around;
}

    .Footer .Copyright {
        grid-area: Copyright;
        /*text-align: right !important;*/
    }

    .Footer .Links .footer-links {
        font-weight: 600 !important;
        list-style-type: none !important;
        overflow: hidden !important;
        margin: 0 -10px !important;
    }

    .Footer .Links .footer-links li {
        float: left !important;
        padding: 0 10px 8px !important;
        position: relative !important;
    }

        .Footer .Links .footer-links li:before {
            content: "";
            position: absolute !important;
            left: 0 !important;
            top: 2px !important;
            height: 13px !important;
            width: 1px !important;
            background: #999 !important;
        }

.Footer .Links .footer-links li:first-child:before {
    content: none;
}

    .Footer .Links .footer-links a {
        -webkit-transition: color .3s ease-in-out !important;
        transition: color .3s ease-in-out !important;
        text-decoration: none !important;
        color: #999 !important;
    }

        .Footer .Links .footer-links a:hover {
            color: #737373 !important;
        }

    .Footer .Copyright .copyright_Link {
        color: #999 !important;
        font-weight: 600 !important;
    }

        .Footer .Copyright .copyright_Link a {
            -webkit-transition: color .3s ease-in-out !important;
            transition: color .3s ease-in-out !important;
            color: #999 !important;
            text-decoration: none !important;
        }

            .Footer .Copyright .copyright_Link a:hover {
                color: #737373 !important;
            }

.default {
    width: 60vh;
}