/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*/
@font-face {
    font-family: 'MyWebFont';
    src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
}

body {
    margin: 0;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #000000;*/
    color: #212529;
    background-color: #ffffff;
}

.navbar-toggler {
    border-color: white !important;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.mainTable {
    border-color: #010066;
    border-width: 2px;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-collapse: separate !important;
}

.albutton {
    text-align: right;
}

.altcolor {
    background-color: #F6F3FE;
}

.errordata {
    background-color: #F4F4FD;
}

.topTable {
    background-color: #010066;
    border-width: 1px;
    cursor: default;
    font-size: 13px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .topTable a {
        font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-weight: normal;
        color: white;
        white-space: nowrap;
        text-decoration: none;
    }

.topNote {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    /*  font-weight: bold;*/
    color: white;
    white-space: nowrap;
    text-decoration: none;
    opacity: 50%;
    margin-right: 5px;
    padding-top: 7px;
}

.leftmenucontrol {
    width: 195px;
    padding-left: 5px;
}

.leftNavholder {
    width: 160px;
    /*background-color:#336699;
	background-color:#FFFFFF;*/
    /*border: 1px #6699CC;
	border-right-width:thick;
	border-right-color:#6699CC;*/
    background-color: #001448;
    /*background-repeat:repeat-y;*/
    padding-left: 2px;
    padding-right: 0px;
    border-right-color: #6699CC;
    border-width: 1px;
    border-style: solid;
    border-left-color: #336699;
    border-top-color: #336699;
    border-bottom-color: #FFFFFF;
}

.leftlinks {
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #001448;
    width: 100%;
    border: solid 0px #6699CC;
    color: white;
    text-decoration: none;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    vertical-align: middle;
}

tr.leftlinks:hover {
}

a.leftlinks:hover {
    background-color: #1d3575
}

.eSignatureCSSImage {
    background-color: #001448;
    /*
	margin-left:5px;
	margin-top:3px;
	background-color:#336699;
	width:100px;
	border:solid 0px red;
	color:white;	
	font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size:14px;
	*/
}

    .eSignatureCSSImage .eSignatureCSSImage {
        /*
	border:0px solid orange;
	margin-left:00px;
	width:130px;	
	height:30px;	
	background-color:Black;		
	z-index:98;
	opacity: 0.0;
	filter: alpha(opacity =0);	
*/
        cursor: hand;
    }

    .eSignatureCSSImage a {
        padding-left: 15px;
    }

    .eSignatureCSSImage img {
        padding-top: 10px;
        width: 125px;
        border: solid 0px green;
        cursor: hand;
        z-index: 99;
        cursor: hand;
    }

.leftlinkschild {
    margin-left: 5px;
    margin-top: 3px;
    background-color: #001448;
    width: 100%;
    border: solid 0px #6699CC;
    color: white;
    text-decoration: underline;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

tr.leftlinkschild:hover {
}

a.leftlinkschild:hover {
    background-color: #1d3575
}

.alright {
    text-align: right;
}

.alleft {
    text-align: left;
}

.alcenter {
    text-align: center;
}

.lncol {
    background-color: #001448;
    padding: 0px, 0px, 0px, 0px;
}

hr {
    background-color: #001448;
    color: #001448;
    height: 0.1em;
}

.noleftpad {
    padding-left: 0px;
}

.button {
    font-size: 11px !important;
    border-color: #001448;
    border-width: 1px;
    color: white;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #001448;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-secondary {
    cursor:pointer;
    color: #555555 !important;
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    text-transform: uppercase !important;
    border-radius: 0.5em !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px;
    line-height: 1;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.joinus-add-edit-red {
    background-color: #EB907A;
    border-color: #EB907A;
    width: 75px;
    color: #555555;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    font-weight: 400 !important;
}

.joinus-add-edit-green {
    background-color: #A7EA66;
    border-color: #A7EA66;
    color: #555555;
    width: 75px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    font-weight: 400 !important;
}

.orangeButton {
    font-size: 14px;
    border-color: #EFEBDE;
    border-width: 5px;
    font-weight: bolder;
    color: Black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #EB907A;
    text-align: center;
    border-style: groove;
}

input.button:disabled {
    color: #C8C8C8;
}

.buttonHidden {
    visibility: hidden;
}


.spbutton {
    font-size: 14px;
    border-color: #001448;
    border-width: 1px;
    color: white;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #001448;
    text-align: center;
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.sectiontitle {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: black;
    /* font-variant: small-caps; */
    /* letter-spacing: 1px; */
    line-height: 1.2;
    margin-bottom: 8px;
}

.sectiontitleCFIS /*for CFIS screen*/ {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #6398C1;
}



.subSection {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-variant: small-caps;
    letter-spacing: 1px;
    background-color: #cccccc;
}

.inputlabel {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding-right: 2px;
}

.inputlabelman {
    font-weight: bold;
    font-size: 14px;
    color: red;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.checks td {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .checks td input {
        width: 75px;
    }

.exViewTab {
    border-collapse: collapse;
    border: solid 1px #6699cc
}

    .exViewTab td {
        font-weight: normal;
        font-size: 14px;
        border-color: Black;
        border-width: 1px;
        color: black;
        font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

.txtbox {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: solid 1px black;
}

table {
    border-collapse: collapse;
}

.note {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: italic;
}

.inputs {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

input.inputs:disabled {
    background-color: white;
}

.inputsR {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #F3B1BB;
}

.inputsE {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #E4E4E4;
}

.financialsError {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: Yellow;
}

.inputsro {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: gray;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inputlinks {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inputsRadio {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.selectedinputlinks {
    font-weight: bold;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.links {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    font-size: 14px;
}

.inputtext {
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.datatab {
    background-color: #EAEAEA;
}

.datatabdata {
    color: #003366;
    font-weight: bold;
    font-size: 16px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #EAEAEA;
}

.datatabdatasuccess {
    color: red;
    font-weight: bold;
    font-size: 16px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #EAEAEA;
}

.anch {
    color: blue;
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tbd {
    color: white;
    font-weight: bold;
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #336699;
}

.text_input {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text_normal {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}

.text_error {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
}

.footNotes {
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.warn {
    font-size: 14px;
    color: #e23247;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
}

.inputlabelman {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inputlabelsuccess {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inputlabelopt {
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer {
    color: #003366;
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #EAEAEA;
}

.footlegend {
    color: #003366;
    font-weight: bold;
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footstd {
    color: #003366;
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footinputlabel {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footinputopt {
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.error {
    font-size: 14px;
    color: red;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.nobordertext {
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: none;
}

.GridData {
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.GridColumnHeader {
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*background-color: "#3399CC";*/
    background-color: #6699CC;
}

.GridColumnItem {
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}

.helptab {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    background-color: #E5EDF6;
    color: #003366;
}

.helpheaddata {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #003366;
    font-weight: bold;
}

.helpbold {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
}

.helpleftmargin {
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    margin-left: 40px;
}

.helplist {
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    list-style-type: disc;
}

.helplistdisc {
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    list-style-type: circle;
}

.boldblue {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: Blue;
}

.boldred {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: Red;
}

.boldgreen {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: Green;
}

.normaltext {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}

.helpdata {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
}

.tplink {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.reportheader {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: bold;
    background: #B6AFAF;
    border-collapse: collapse;
    border-color: Black;
    border-width: 1px;
}

.rptvaluelabelhead {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: bold;
}

.rptvaluelabel {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: normal;
}

.reportdatatable {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: bold;
    border-collapse: collapse;
    border-color: gray;
    border-width: 1px;
}

.reportdataheader {
    font-size: 13px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: black;
    font-weight: bold;
    background: #E0DDDD;
    font-variant: small-caps;
    letter-spacing: 1.5px;
}

.rptinputlabel {
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: right;
}

.rptinputs {
    font-weight: normal;
    font-size: 14px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sublinksrow {
    background-color: #F0F7FE;
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/*Section Titles*/
.mandatoryform {
    border: 1px red;
}

.optionalform {
    border: 1px yellow;
}
/*Data Grid*/
.datagrid {
    color: #555;
    border: 1px;
    background-color: White;
    padding: 4px,4px,4px,4px;
    border-collapse: collapse;
    border-color: #bbc1d7;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    width: 100%;
}

    .datagrid td input {
        font-weight: normal;
        font-size: 14px;
    }

    .datagrid td select {
        font-weight: normal;
        font-size: 14px;
        border-color: Black;
        border-width: 1px;
        font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

select:disabled {
    background-color: White;
    color: Gray;
}

.datagrid td {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    padding: 6px;
    border-color: #BBC1D7 !important;
}

    .datagrid td a {
        font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        color: blue;
    }

.datagrid th.rpt {
    /*background-color: #EFEBDE;*/
    background-color: #999999;
    border-collapse: collapse;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: normal;
    color: black;
    font-weight: bold;
    padding: 0px;
}


.datagridImageButton {
    cursor: hand
}

.gridheader {
    background-color: #e4e6ee;
    border-collapse: collapse;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: center;
    border-color: #BBC1D7 !important;
}

    .gridheader td {
        /*white-space:nowrap;	*/
        padding: 3px,3px,3px,3px;
        height: 22px;
        color: #000;
        font-weight: 500;
    }

        .gridheader td a {
            color: #000;
            text-decoration: none;
            /* font-weight: 500; */
        }

    .gridheader th {
        padding: 6px;
        color: #000;
        /* font-weight: 500; */
    }

        .gridheader th a {
            color: #000;
            text-decoration: none;
            padding: 6px;
            /* font-weight: 500; */
        }

            .gridheader th a:hover {
                text-decoration: underline;
            }

    .gridheader td a:hover {
        text-decoration: underline;
    }
/*Page links for data grid*/
.pagelink {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
/*Page links for data grid*/
.selectedtab {
    padding: 2px, 5px, 5px, 5px;
    background-color: #336699;
    border-color: Black;
    border-width: 1px;
    cursor: default;
    font-size: 13px;
    color: white;
    text-decoration: none;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.inactivetab {
    padding: 2px, 5px, 5px, 5px;
    background-color: #6699cc;
    border-color: Gray;
    border-width: 1px;
    cursor: hand;
    font-size: 13px;
    color: white;
    text-decoration: none;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.MenuItemExpandedSelected {
    font-weight: normal;
    font-size: 7pt;
    color: #ffff00;
    border-top-style: none;
    font-family: Verdana;
    border-right-style: none;
    border-left-style: none;
    background-color: #001448;
    text-align: left;
    text-decoration: none;
    border-bottom-style: none;
}

.MenuItemExpandedUnselected {
    font-weight: normal;
    font-size: 7pt;
    color: #000000;
    border-top-style: none;
    font-family: Verdana;
    border-right-style: none;
    border-left-style: none;
    background-color: #001448;
    text-align: left;
    text-decoration: none;
    border-bottom-style: none;
}

.MessageLevel1 {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #e23247;
}

.MessageLevel2 {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #f47c1d;
}

.MessageLevel3 {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #0f73bf;
}

.DatagridCellAlign {
    text-align: center;
}

.datagridImageButtonDefaultCursor {
    cursor: default;
}

.SessionTimeoutMessage {
    font-size: 14px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: BLUE;
}

.headerlabelInfo {
    FONT-WEIGHT: bold;
    font-size: 14px;
    WIDTH: 350px;
    COLOR: white;
    BORDER-TOP-STYLE: none;
    /* FONT-FAMILY: Verdana; */
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    HEIGHT: 16px;
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM-STYLE: none;
    POSITION: absolute;
    LEFT: 210px;
}

.versionlabelnormal {
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    WIDTH: 350px;
    COLOR: navy;
    BORDER-TOP-STYLE: none;
    FONT-FAMILY: Verdana;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    HEIGHT: 16px;
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM-STYLE: none;
    POSITION: absolute;
    LEFT: 189px;
    TOP: 74px;
}
/*added by dinesh for session time out label in header*/
/*date 5-Sep-06*/
.labelsession {
    FONT-WEIGHT: bold;
    FONT-SIZE: xx-small;
    COLOR: white;
    BORDER-TOP-STYLE: none;
    FONT-FAMILY: Verdana;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    HEIGHT: 15px;
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM-STYLE: none;
    POSITION: absolute;
    RIGHT: 10px;
    TOP: 10px;
    font-size: 12px;
    vertical-align: top;
}

.SessionTimeOutMsg {
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    color: #FF4D4D;
}

#load {
    position: absolute;
    z-index: 1;
    border: 1px;
    width: 300px;
    height: 300px;
    margin-top: -150px;
    margin-left: -150px;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 300px;
    font-family: "Trebuchet MS", verdana, arial,tahoma;
    font-size: 18pt;
}

.ContentNonMaster {
    border-style: solid;
    border-width: 2px;
    border-top-width: thick;
    width: 99.5%;
    border-color: #010066;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

.headerText {
    color: white;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 48px;
    padding-left: 30px !important;
}

/*.homeContent {
    border: none;
    border-top-style: none;
    width: auto;
    background-color: #001448;
    position: relative;
    height: 100% !important;
    color: black;
}

    .homeContent .header, .popupContent .header {
        background-color: #001448;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .homeContent .sideBar {*/
/*position: absolute;*/
/*padding: 0;*/
/*height: 10%;*/
/*left: 1px !important;*/
/*min-height: 100px !important;*/
/*height: 100% !important;
        background: #001448 !important;
        float: left;
    }

    .homeContent .contentWrapper {
        position: relative;*/
/*border: solid 1px #001448;*/
/*background-color: white;
        margin-left: 210px;
        padding: 1em;*/
/*        height: 100%;*/
/*        min-height: 864px;*/
/*}

    .homeContent .content {
        background-color: White;
        width: 100%;*/
/* border: solid 0.1em #bbc1d7; */
/*padding: 0;*/
/* padding-right:2px; */
/*}*/

.contentButtonLabel {
    text-align: left;
    background-color: White;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

    .contentButtonLabel .alright {
        text-align: right;
        background-color: White;
        padding-top: 1em;
        padding-bottom: 0.5em;
    }

    .contentButtonLabel .alcenter {
        text-align: center;
        background-color: White;
        padding-top: 1em;
        padding-bottom: 0.5em;
    }


    .contentButtonLabel div {
        float: right;
        text-align: right;
        background-color: White;
    }

.MultiButtonSpacing {
    text-align: left;
    background-color: White;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    word-spacing: 1em;
}

.oneColumnFormTimeout {
    text-align: center;
    padding: 2px;
    width: 100%;
}

.oneColumnForm td:first-child {
    text-align: center;
}

.EditContent {
    background-color: White;
    width: 100%;
    border: solid 0.1em #001448;
    padding: 0;
}

.twoColumnForm {
    text-align: left;
    padding: 2px;
    width: 100%;
}

    .twoColumnForm td:first-child, .twoColumnForm td:first-child + td + td {
        text-align: right;
    }


.fourColumnForm {
    text-align: left;
    padding: 2px;
    width: 100%;
}

    /* Center TD example: 3rd td in 5 td row*/
    .fourColumnForm td:first-child + td + td {
        text-align: center;
    }

        .fourColumnForm td:first-child, .fourColumnForm td:first-child + td + td + td {
            text-align: right;
        }

.sixColumnForm {
    text-align: left;
    padding: 2px;
    width: 100%;
}

    .sixColumnForm td:first-child, .sixColumnForm td:first-child + td + td, .sixColumnForm td:first-child + td + td + td + td {
        text-align: right;
    }

.divsolid {
    border-color: #001448;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

.divtextleftsolid {
    text-align: left;
    border-color: #001448;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

.divtextrightsolid {
    text-align: right;
    border-color: #001448;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

.divfloattextleft {
    float: left;
    text-align: left;
    text-decoration: none;
}

.divfloattextright {
    float: right;
    text-align: right;
    text-decoration: none;
}

.divfloatlefttextright {
    float: left;
    text-align: right;
    text-decoration: none;
}

.divfloatrighttextleft {
    float: right;
    text-align: left;
    text-decoration: none;
}

.tableDefault {
    width: 100%;
}

    .tableDefault td {
        border-color: #d4cdc8;
        border-style: solid;
        border-width: 0.1em;
    }

.popupContent {
    background-color: transparent;
}

    .popupContent div {
        padding-top: 0em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 0.5em;
    }

.topBand {
    border: 0px;
    height: 0.5em;
    background-color: #001448;
}

textarea {
    background-color: White;
}

    textarea:disabled {
        color: Gray;
    }

.TextAreaFixed {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    font-weight: normal;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.WaterMarkedTextBox {
    background-color: #f0f8ff;
    color: gray;
}

.divParent {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    color: Black;
    overflow: hidden;
    background: transparent;
}



.divWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px;
    float: left;
    background-color: #FFFFFF;
    color: Black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.divChild {
    position: absolute;
    top: 100px;
    width: 650px;
    left: 20px;
    color: Black;
    background-color: #99FFFF;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
}

.divChildSG {
    position: absolute;
    top: 200px;
    width: 400px;
    height: 100px;
    left: 200px;
    color: Black;
    background-color: LightGray;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
}

.divChildFav {
    position: absolute;
    top: 200px;
    width: 550px;
    height: 400px;
    left: 400px;
    color: Black;
    background-color: white;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
}

.divChildPCRule {
    position: absolute;
    top: 100px;
    width: 650px;
    left: 20px;
    color: Black;
    background-color: white;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
}


.divChildConfirm {
    position: absolute;
    top: 250px;
    width: 350px;
    left: 450px;
    color: Black;
    background-color: white;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
    font-size: 14px;
}

.tblAddEdit {
    width: 100%;
    background-color: white;
    padding: 10px;
}

.favOffice {
    text-align: center;
}

#divAddEditBuyerBidOuter {
    z-index: 103;
    width: 750px;
    height: 400px;
    display: none;
    position: absolute;
    top: 40;
    left: 0;
    color: Black;
    overflow: hidden;
    background: transparent;
}

#divAddEditBuyerBid_Wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px;
    float: left;
    background-color: #FFFFFF;
    color: Black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#divAddEditBuyerBidInner {
    z-index: 105;
    position: absolute;
    top: 110px;
    left: 50px;
    color: Black;
    background-color: #FFFFFF;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #8C8C8C;
}

.linkButton {
    font-weight: Bold;
    font-size: 14px;
    border-color: Black;
    border-width: 1px;
    color: black;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.radioButtonList td {
    padding-right: 45px;
    text-align: left;
    margin-left: 1px;
    width: 250px
}

.radioButtonListSmall td {
    padding-right: 5px !important;
    text-align: left !important;
    margin-left: 1px !important;
    width: 105px !important;
}

.radiobButtonListSmall input {
    vertical-align: middle
}

.radioButtonListSmall label {
    margin-left: 1px;
    display: inline;
    vertical-align: middle;
}

.radioButtonListSmallFinancingType td {
    text-align: left !important;
    margin-left: 1px !important;
    width: 135px !important;
}

.radioButtonListSmallFinancingType input {
    vertical-align: middle
}

.radioButtonListSmallFinancingType label {
    margin-left: 1px;
    margin-right: 2px;
    display: inline;
    vertical-align: middle;
}

.radioButtonListSmallFinancingSubType td {
    padding-right: 1px !important;
    text-align: left !important;
    margin-left: 1px !important;
    width: 315px !important;
}

.radioButtonListSmallFinancingSubType label {
    margin-right: 2px;
    width: 15px;
    vertical-align: middle;
    margin-left: 1px;
}

.radioButtonListSmallFinancingSubType input {
    float: left;
    vertical-align: middle
}

.radioButtonListSmallVASubType td {
    text-align: left !important;
    padding-right: 15px !important;
    margin-left: 1px !important;
}

/*.radioButtonListSmallVASubType label
{
    display:inline;
    vertical-align:bottom
    padding-right:1px
}*/

.VASubType {
    display: inline-block
}

.checkBox label {
    padding-right: 20px;
}


.radioButtonListSmallVASubType input {
    float: left;
    /*margin-top:-5px;
     padding-bottom:5px;*/
}

.radioButtonListSmallEscrowDeposit td {
    padding-right: 2px !important;
    text-align: left !important;
    margin-left: 1px !important;
    width: 80px !important
}

.ChargesPropertyTypecheckBox td {
    text-align: left;
    padding-right: 0.1px;
    margin-left: 1px;
}

.ChargesPropertyTypecheckBox input {
    float: left
}

.RightAlignTd {
    text-align: right
}

.radioButtonListSmallSellersNetPrintEachOption td {
    width: 130px
}

.WriteANewOffer {
    background-color: #e4e6ee
}

.WriteANewOfferDiv {
    position: absolute;
    display: none;
    background-color: Gray;
}

    .WriteANewOfferDiv a {
        color: Black !important
    }

.TransactionDataText {
    vertical-align: top;
    line-height: 22px;
    font-weight: bold;
    color: #437CFE;
    text-decoration: none;
    padding-left: 5px;
}

    .TransactionDataText:hover {
        text-decoration: underline;
        color: red;
    }

.login-button {
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-color: #EFEBDE;
    border-width: 1px;
    color: white;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #6699CC;
    z-index: 101;
    left: 552px;
    position: absolute;
    top: 328px
}

/*Changes for UI Remediation*/

.inputlabel.editForm {
    font-size: 13px;
}

.dateTable td {
    padding: 2px;
}

#addGrantRightsOfficeManager .albutton {
    text-align: left;
}

.parentDisable {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    color: #aaa;
    opacity: .4;
    filter: alpha(opacity=90);
}

#popup {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 300px;
    left: 35%;
    color: #001448;
}

.addoption {
    padding: 2px;
}

.btnPaddingSmall {
    padding: 2px;
}

/*.contentWrapper.messageCenter {
    margin-left: 0px;
}*/

.button.messageCenter {
    margin-top: 5px;
}

.button.richtext {
    margin-right: 5px;
}

.btnCalculate {
    padding: 4px;
    margin-left: 5px;
}

.allWordBreak {
    word-break: break-word;
}

.p-r-10 {
    padding-right: 10px !important;
}

.smallText {
    padding: 3px !important;
    font-size: 10px !important;
}

.label-textInfo {
    font-size: 13px;
}

.smallText13px {
    padding: 3px !important;
    font-size: 12px !important;
}

.auto-width {
    width: auto;
}

.tooltip {
    z-index: 10000;
    text-align: center;
    text-decoration: none;
    position: absolute;
    border: 1px;
    border-style: solid;
    background-color: #FFFFE0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: black;
    padding-right: 2px;
    display: none;
    font-size: 12px;
}

.popup-headerText {
    color: white;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 28px;
    padding-left: 10px;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-left-5px {
    margin-left: 5px;
}

.uploadfile-choosepath {
    width: 75px;
    margin-left: 230px;
    height: 18px;
    background-color: White
}

.width-60px {
    width: 60px;
}

.datagrid td.padding4px {
    padding: 4px;
}

.inputlabel.margin-minus1px {
    margin: -1px;
}

.margin-right-15px {
    margin-right: 15px;
}

.margin-right-5px {
    margin-right: 5px;
}

.margin-5px {
    margin: 5px;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

.margin-top-15px {
    margin-top: 15px;
}

.parentchildrule-test-red {
    border-color: #FF8080;
    width: 75px;
    color: #555555;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    font-weight: 400 !important;
    background-color: #FF8080 !important;
}

    .parentchildrule-test-red:disabled {
        color: indianred;
    }

.printpaperpacket-header {
    background-color: #FFCCCC;
    color: black;
    height: 35px;
    text-align: center;
    width: 100%;
}

.printpaperpacket-table-div {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
    font: bold 12px Verdana;
}

.printpaperpacket-table {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    width: 500px;
    background-color: #DDDDDD;
}

.printpaperpacket-transactionTypes {
    text-align: left;
    color: Black;
    text-decoration: underline;
    padding-left: 5px;
}

.printpaperpacket-packet-list {
    text-align: left;
    padding-left: 30px;
}

.padding10px {
    padding: 10px;
}

.addeditrule-header {
    background-color: #e4e6ee;
    border-color: #BBC1D7 !important;
    margin-top: 5px;
}

.padding2px {
    padding: 2px !important;
}

.gap {
    height: 5px;
}

.padding4px {
    padding: 4px !important;
}

.margin2px {
    margin: 2px !important;
}

.addEditRule-hiddenInputs {
    width: 16px;
    height: 22px;
}

.width-80px {
    width: 80px;
}

.height-18px {
    height: 18px;
}

.addeditrule-grid {
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid;
    border-right: 1px solid;
}

.customize-packet-button {
    padding: 3px 9px 2px 9px;
}

.margin-30px {
    margin-right: 30px;
}

.fontsize-13px {
    font-size: 13px !important;
}

.d-block {
    display: block !important;
}

.margin-left-10px {
    margin-left: 10px;
}

.margin-top-4px {
    margin-top: 4px;
}

.padding0px {
    padding: 0px;
}

.height10percent {
    height: 10% !important;
}

.margin-left-52px {
    margin-left: 52px;
}

@media print {
    .homeContent .header, .popupContent .header, .gridheader, .topBand {
        -webkit-print-color-adjust: exact;
    }
}

.height0px {
    height: 0px;
}

.div-eSign-docusign-register {
    border: solid 1px #001448;
    text-align: center;
    height: 150px;
    font-size: 11px;
    font-weight: bold;
    background-color: white;
}

.height10px {
    height: 10px;
}

.board_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black !important;
    z-index: 1001;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: auto;
}

.board_errorbox_content {
    display: none;
    position: fixed;
    top: 20%;
    left: 34%;
    width: 37%;
    padding: 0px;
    background-color: white;
    z-index: 1002;
    /*overflow: auto;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 90px;
    -moz-box-shadow: #666 0px 2px 90px;
    box-shadow: #666 0px 2px 90px;
    behavior: url(../Includes/PIE.htc);
}

#dvBoardCheckMain, #dvBoardCheckMain div {
    float: left;
    font-size: 1.2em;
}

.board_dvheader {
    width: 100%;
    background-color: #336699;
    font-family: calibri;
    color: white;
    /*font-size: 1.1em;*/
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    behavior: url(../Includes/PIE.htc);
}

.board_btncorner {
    text-align: center;
    cursor: pointer;
    margin: 2% 0 3% 40%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    behavior: url(../Includes/PIE.htc);
    background: #336699;
    padding: 1.2%;
    font-family: calibri;
    color: white;
    /*font-size: 1.3em;*/
    font-weight: bold;
    width: 19%;
    height: 4%;
    line-height: 60%;
}

.board_dverrcontent {
    width: 94%;
    font-family: calibri;
    color: black;
    /*font-size: 0.9em;*/
    padding: 1% 0 0 4%;
}

.margin-left-75px {
    margin-left: 75px;
}

.defaultvalidation-requireddiv {
    border: grey solid thin;
    margin: 1px;
    padding: 5px
}

/*html {
    background-color: #001448;
}*/

/*.popupContent .contentWrapper {
    height: 100%;
}*/

body {
    height: 100vh;
}

.arrow-move {
    width: 25px;
    padding: 5px;
}

.not-anchor {
    text-decoration: none;
}

.headerUserInfoTable td {
    padding: 0px;
    margin: 0px;
}

.headerUserInfoTable {
    width: 100%;
    height: 77px;
    border: none;
}

.margin-top-10px {
    margin-top: 10px;
}

.headerInfo {
    padding-top: 19px;
    padding-left: 20px;
    display: flex;
    padding-bottom: 13px;
}

.border-right {
    border-right: 1px solid #bbc1d6 !important;
}

.logo {
    width: 150px;
    margin-right: 10px;
    padding-right: 10px;
    padding-top: 4.375px;
    margin-bottom: -10px;
}

.logoAnchor {
    font-size: 1.09375rem;
    color: white;
    text-decoration: none;
    text-align: center;
}

.headerOptions {
    display: inline-flex;
}

    .headerOptions a {
        color: white;
        text-decoration: none;
        text-align: center;
        padding-top: 7px;
    }

    .headerOptions li {
        display: inline-flex;
        list-style: none;
        padding-left: 25px;
    }


.btn-outline-secondary {
    color: #e9e9e9;
    border-color: #e9e9e9;
}

.logout {
    display: inline-flex;
    float: right;
    width: 5%;
}

.bg-dark {
    background-color: #001448 !important;
}
.text-blue {
    color : blue !important;
}
/*header.sticky-md-top .navbar {
    height: 80px;
    max-height: 80px;
}

.sidebar .sidebar-nav.sticky-md-top {
    top: 80px;
    height: calc(100vh - 80px);*/ /*// 80px for page header*/
/*max-height: calc(100vh - 80px);*/ /*// 80px for page header*/
/*overflow-y: auto;
    padding-top: 15px;
}*/

@media (min-width: 768px) {
    header.sticky-md-top .navbar {
        height: 80px;
        max-height: 80px;
    }

    .sidebar .sidebar-nav.sticky-md-top {
        top: 80px;
        height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        padding-top: 15px;
    }
}

.p-3 {
    padding: 1rem !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
/*
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}*/

/*.navbar-dark .navbar-brand {
    color: #ffffff;
}*/

.navbar-brand {
    display: inline-block;
    padding-top: 4.375px;
    padding-bottom: 4.375px;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand img {
        vertical-align: middle;
    }

a {
    color: #003acb;
    text-decoration: none;
    background-color: transparent;
}

.collapse:not(.show) {
    display: none;
}
/*
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}*/

* {
    box-sizing: border-box;
}

    *, *::before, *::after {
        box-sizing: border-box;
    }

.mr-auto, .mx-auto {
    margin-right: auto !important;
}
/*
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}*/

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}*/

.session-time-info {
    padding-top: 0px;
    font-size: 12px;
    font-style: italic;
}


.div-fixed-width {
    width: 85px;
    display: inline-block;
}

.badge {
    font-size: 100% !important;
}

.nav {
    border-left: 5px solid #001448;
    background-color: #001448;
}

/*.nav-item {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 1;
}*/

.nav-title {
    border-left: 5px solid transparent;
    padding: 10px 15px;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.nav-link {
    border-left: 5px solid transparent;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    cursor:pointer;
}

.sidebar.nav-link:hover {
    border-left-color: #6572A0;
    background-color: #1d3575;
    color: #ffffff;
}

.nav-link sidebar-nav-icon-open {
    float: right;
}

.nav-link[aria-expanded="true"] .sidebar-nav-icon-open::before {
    transform: rotate(90deg);
}

/*.nav-link.active {
    border-left-color: #6572A0;*/
/*background-color: #ffffff;*/
/*color: #001448;
}

.nav-link.active:hover {
    border-left-color: #6572A0;
    background-color: #e4e6ee;
    color: #001448;
}*/

.nav-icon {
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    padding-right: .25em;
}

/*&.bi::before {
    vertical-align: bottom;
}*/


.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.header-home {
    background-color: transparent;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover {
    border-left-color: #6572A0;
    background-color: #1d3575;
    width: 100%;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link {
    border-left: 5px solid transparent;
    padding: 10px 7px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}

.sidebar .sidebar-nav .nav .nav-item {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 1;
}

.sidebar {
    background-color: #001448;
    border-right: 1px solid #001448;
    color: #ffffff;
}

    /*.sidebar-nav {
    padding-bottom: 15px;
}*/

    .sidebar .sidebar-nav .nav {
        display: block;
    }

.navbar-collapse.collapse.show {
    background-color: #001448;
    z-index: 100;
}

.margin-top-20px {
    margin-top: 20px;
}

.alert {
    width: 100%;
}

.p-component {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    color: #495057;
}

.p-accordion-header {
    color: #495057;
    font-weight: 600;
}

.btn-primary {
    cursor:pointer;
    color: #ffffff !important;
    background-color: #001448 !important;
    border-color: #001448 !important;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    text-transform: uppercase !important;
    border-radius: 0.5em !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 10px 15px;
    font-size: 0.75rem;
    line-height: 1.5;
}

.margin-top-25px {
    margin-top: 25px;
}

.table-packet-summary-header {
    background-color: #001448 !important;
    color: white;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
}

.margin-top-30px {
    margin-top: 30px;
}

.alert {
    margin-bottom: 0rem;
}

.left {
    overflow: hidden;
    min-height: 50px;
    height: calc(100% - 0px) !important;
}

.right {
    float: right;
    width: 340px;
    min-height: 50px;
    height: calc(100% - 4px) !important;
}

#topframe {
    height: 35px;
    border: 0;
}

#framsethdr, #framset {
    height: 100% !important;
}

.header-buttons {
    background-color: transparent;
    border: none;
}

.default-header-text {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212529;
    text-align: center;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.default-param-text {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    line-height: 20px;
}

.default-email-textbox {
    display: block;
    width: 70%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.login-section-a {
    margin: 25px 0;
    width: 100% !important;
    float: left;
}

.default-links {
    vertical-align: top;
    line-height: 15px;
    font-weight: bold;
    color: #437CFE;
    text-decoration: none;
    cursor: pointer;
}

.default-or-text {
    text-align: left;
    color: Black;
    font-weight: bold;
}

.default-section-b-text {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212529;
    text-align: center;
    margin-bottom: 10px;
}

.ErrorMessages-new {
    margin-bottom: 14px;
    width: 89%;
    display: block;
}

.ErrorMessages-lbl-msg {
    border-color: transparent;
    background-color: #fbeaef;
    color: #e23247;
    position: relative;
    padding: 10.5px 17.5px;
    margin-bottom: 14px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 89%;
    line-height: 4;
}

.go-section-b {
    float: left;
    margin-top: 10%;
}

.text-left {
    text-align: left !important;
}

#GoRedirectBtn {
    width: 32%;
}

.form-control-css {
    display: block;
    width: 70%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
    .email-section {
        min-width: 90%;
    }

    .or-section {
        min-width: 90%;
    }

    .go-section {
        min-width: 90%;
    }

    div#sectionB {
        float: left !important;
    }

    #GoRedirectBtn {
        margin-left: 10%;
    }
}

.ac_over {
    color: white !important;
}

.form-control {
    height: 30px;
    font-size: 14px;
}

.modal-title {
    color: #212529;
}

.chk-info {
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.SevicesImage {
    width: 85px;
    height: 85px;
}

.outer-div {
    width: 100%;
    text-align: center;
    background-color: #0666a3;
    margin-top: 10px;
}

.inner-div {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
}

.nameOuter {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #001448;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.nameInner {
    background: #fff;
    padding: 0 10px;
    font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 25px;
    color: #001448;
}
.customWidthPublic{ width:20%}
.customHidePublic{width:20%}
.customWidthInternal {width: 20%}
.customHideInternal {width: 20%}
.customWidthAdmin {width: 20%}
.customHideAdmin {width: 20%}