body {
    background: #efefef;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-3dlight-color: #eeeeee;
    scrollbar-arrow-color: #333333;
    scrollbar-base-color: #eeeeee;
    scrollbar-darkshadow-color: #aaaaaa;
    scrollbar-face-color: #eeeeee;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
}

/**************************************************************************************************

  Page Alignment 

  - Aligns the module to be the center of the page, but keeps the content aligned left

**************************************************************************************************/

form.pageAlign { /* Used in the form of the page - Centers the page */
    text-align: center;
}

 

table.tableAlign { /* Used in the main table(s) of the page - Left aligns the elements in the table*/
    margin: 10px auto;
    text-align: left;
    width: 98%;

}

tbody {

}


/**************************************************************************************************

  Other Page Alignment 

  - To align specific cells/text/elements

**************************************************************************************************/

.textAlign {
    text-align: left;
}

td.topAlign {
    vertical-align: top;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

 

.clearBoth {

    clear: both;

}

 

.noWrap {

    white-space: nowrap;

}

 

/**************************************************************************************************

   Cellspacing & Cellpadding

**************************************************************************************************/

table.defaultSpacing {

    border-collapse: separate;

    border-spacing: 0px;

    border: 0px solid #eeeeee;

}

 

table.cellSpacing1 {

    border-collapse: separate;

    border-spacing: 1px;

    border: 0px solid #eeeeee;

}

 

table.cellSpacing2 {

    border-collapse: separate;

    border-spacing: 2px;

    border: 0px solid #eeeeee;

}

 

table.cellSpacing3 {

    border-collapse: separate;

    border-spacing: 1px;

    border: 1px solid #eeeeee;

}

/*td.defaultPadding {
    padding: 0px;
}*/

 

td.cellPadding1 {

    padding: 1px;

}

 

td.cellPadding2 {

    padding: 2px;

}

 

td.cellPadding3 {

    padding: 3px;

}

 

td.cellPadding4 {

    padding: 4px;

}

 

td.cellPadding5 {

    padding: 5px;

}

.table-shadow {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
}

/**************************************************************************************************

   About Page

**************************************************************************************************/

.aboutText {

    text-align:center;

    font-family: sans-serif;

    color: #ff0000;

}

/**************************************************************************************************
  Buttons
**************************************************************************************************/

.abutton {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    height: 20px;
    background-color: #0065E3;
    border: 1px solid #0065E3;
    padding: 0px 15px;
    border-radius: 3px;
}

.abutton-highlight {
  background-color:#16315C;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  height: 20px;
  border: 1px solid #16315C;
  padding: 0px 15px;
  border-radius: 3px;
}

.redbutton {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #CC0000;
    border: 1px solid #990000;
}

.freezeButton {
    background: url(../images/snowflake-solid.svg) no-repeat !important;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
}

.processRestrictButton {
    background: url(../images/restrict.svg) no-repeat !important;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
    color:transparent;
}

.transparentButton {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
}

/**************************************************************************************************

   Tabs

**************************************************************************************************/
.tabsep {
    background-color: #f5f5f5;
    border-bottom: #0065e3 1px solid;
}

 

.tabup {
    padding:5px 0px;
    background-color:#0065e3;
    font-weight: bold;
    font-size: 14px;
    vertical-align: baseline;
    color: #FFFFFF !important;
    text-decoration: none;
    text-align: center !important;
    font-family: Roboto;
    transition:background-color .5s ease-in-out;
    border-bottom:#0065e3 1px solid;
    cursor:pointer;
}
.tabup a span {
    color: #FFFFFF !important;
}
.tabdown {
    font-weight: bold;
    font-size: 14px;
    vertical-align: baseline;
    color: #333333;
    text-decoration: none;
    background-color:#f5f5f5;   
    text-align: center;
    font-family: Roboto;
    padding:5px 0px;
    border-bottom:#0065e3 1px solid;
    cursor:pointer;
} 

.tabdown a span {
    color: #333333 !important;
}

.tabdown:hover {
    background-color:#E7EAEE;
    border-bottom:#0065e3 1px solid;
}

.tabdisabled {
    background-color:#999999;
    font-weight: Normal;
    font-size: 14px;
    vertical-align: baseline;
    color: #ffffff;
    text-decoration: none;
    padding:5px 0px;
    text-align: center;
    font-family: Roboto;
    cursor:not-allowed;
    border-bottom:#0065e3 1px solid;
}

 

.tabbody {

    border-top: #ffffff 0px solid;

    border-bottom: #cccccc 1px solid;

    border-left: #cccccc 1px solid;

    border-right: #cccccc 1px solid;

}

 

/**************************************************************************************************

  Backgrounds

**************************************************************************************************/

td.captionbg {

    background-color: #F5F5F5;

}

 

.lightgraybg {

    background-color: #F5F5F5;

}

 

.highblue {

    background-color: #345F9A;

}

 

.medblue {

    background-color: #5D7FAE;

}

 

/**************************************************************************************************

  Links

**************************************************************************************************/

 

.mainLink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #fff;

    padding: 3px 4px;

    display: inline-block;

}

 

.mainmenulist {

    width: 255px;

    height:584px;

    vertical-align: top;

}

 

.bluelink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #345F9A;

    text-decoration: underline;

}

 

a.bluelink:hover {

    color: #183C6F;

}

 

.blacklink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: underline;

}

 

.whitelink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

}

 

a.whitelink {

    text-decoration: underline;

}

 

    a.whitelink:hover {

        color: #dddddd;

        text-decoration: underline;

    }

 

.linksep {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: none;

}

 

/**************************************************************************************************

Text

**************************************************************************************************/

 

.normtext {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

span.infotext {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    font-style: italic;
}

.env-info-title {
	padding-top: 10px;
    min-width: 175px;
	padding-right: 200px;
	font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.env-info-title-wrapper{
	padding-top: 5px;
    width: 100%;
	background: #59BC0C;
	padding-bottom:5px;
}

.env-info-table {
	background: #59BC0C;
}

.env-text-wrapper {
    padding-top: 10px;
    min-width: 175px;
    text-align: right;
	padding-right: 10px;

}

.user-info-wrapper {
    padding-top: 10px;
}

.user-wrapper {
    height: 25px;
    min-width: 28px;
    text-align: center;
    border: solid;
    border-width: 1.5px;
    border-radius: 50%;
    border-color: #0065E3;
    margin-left: 20px;
    background: #0065E3;
}

.user-text {
    font-family:Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

.header-menu-wrapper {
    position: absolute;
    right: 30px;
    top: 52px;
    background-color: #ffffff;
    border-radius: 5px;
    width: 250px;
	height: 260px;
    display: none;
    flex-direction: column;
    z-index:10;
box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
;}

.header-menu-main-item {
    display: flex;
    background-color: #0065E3;
    height: 40px;
	width: 245px;
    padding-top: 10px;
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	margin-bottom: 5px;
}    

.sub-header-menu-footer {
	 display: flex;
    background-color: #EFEFEF;
    height: 40px;
	width: 250px;
    margin-top: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #CCCCCC;
}

.sub-header-init-wrapper {
    height: 25px;
    min-width: 25px;
    text-align: center;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 50%;
    background-color: #ffffff;
	margin-left: 8px;
}

.help-menu-icon {
    font-size: 18px !important;
    color: #333333;
	padding-right: 8px;
}

.about-menu-icon {
	font-size: 18px !important;
	color: #333333;
	padding-right: 8px;
}

.menu-icon-wrapper {
	 color: #0065E3;
	 font-size: 18px !important;
	 padding-right: 14px;
	     padding-left: 8px
}

.sub-header-menu-name-wrapper{
    display: flex;
    flex-basis: 73%;
}


.sub-header-menu-name {
    font-family: roboto;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 3px;
    color: #ffffff;
	font-weight: 500;
    overflow-wrap:anywhere;
}

.sub-header-menu-item-text {
    font-family: roboto;
    font-size: 14px;
    /*padding-left: 10px;*/
    color: #333333;
    font-weight: 500;
}
.sub-header-menu-item-footer-text {
    font-family: roboto;
    font-size: 14px;   
   padding: 3px 16px 3px 16px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
   border-color: #A0A0A0;
   background-color:#FFFFFF;
   font-weight: 500;
   border-radius: 3px;
   margin:5px;
}

.sub-header-menu-item-wrapper{
    display: flex;
    height: 35px;
    padding-top: 13px;
	font-size: 16px;
    padding-left: 13px;
    cursor: pointer;
}

.sub-header-menu-item-wrapper:hover{
    background: #F5F5F5;
}

.sub-header-menu-footer-wrapper{
    display: flex;
    padding-top: 10px;
    background-color: #EFEFEF;
    border-bottom-left-radius: 9px;
	font-size: 16px;
	cursor: pointer;
	height: 25px;
	width: 80px;
	border-radius: 4px;
    margin-right: 30px;
	margin-left: 30px;
	padding-left: 10px;
    padding-right: 10px;
    /*padding-left: 10px;*/
}

.sub-header-menu-footer-help-wrapper{
    display: flex;
    /*height: 40px;*/
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
    background-color: #EFEFEF;
    /*border-bottom-left-radius: 9px;*/
    border-bottom-right-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	height: 25px;
    width: 80px;
    border-radius: 4px;
    margin-right: 30px;
}

.sub-header-menu-footer-wrapper:hover{
    background: #cccccc;
	
}

.sub-header-menu-footer-help-wrapper:hover{
    background: #cccccc;
}

.normal-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.warn-text {
    font-family: Roboto;
    font-size: 9.5px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    text-align: center;
}

.warn-text-background {
    border: 2px solid;
    background-color: #faeab0;
    border-color: #e8c01a;
    width: 100%;
}

.normtextdisabled {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #666666;

    text-decoration: none;

}

 

a.normtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #0000ee;

    text-decoration: underline;

}

 

    a.normtext:hover {

        color:#94b6ef;

        text-decoration: underline;

    }

 

.normwhite {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #FFFFFF;

}

 

a.distext {

    font-family: Roboto;

    cursor: default;

    font-size: 12px;

    font-weight: normal;

    color: #333333;

    text-decoration: none;

}

 

    a.distext:hover {

    }



.boldtext {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}

.boldtext-large {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}

 

.boldtextactive {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: #00aaa0;

    text-decoration: none;

    margin: 0px;

    padding: 0px;

}

 

.boldtextcanceled {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: #FF0000;

    text-decoration: none;

    margin: 0px;

    padding: 0px;

}

 

.boldtextdelinquent {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: #ff8811;

    text-decoration: none;

    margin: 0px;

    padding: 0px;

}

 

.redtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #ff3333;

    text-decoration: none;

}

 

.edittextright {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    border: 1px solid #999999;

    text-align: right;

    background-color: #FFFFFF;

    padding-left:3px;
}

.edittextright td {
    padding-left: 10px;
}

 
.readtextright {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    text-align: right;

    background-color: #eeeeee;

    border: 1px solid #999999;

    margin: 0px;

   padding-left:3px;
}

 

.rightaligntext {

    text-align: right;

}

 

.centeraligntext {

    text-align: center;

}

 

.normtextright {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    text-align: right;

    background-color: #FFFFFF;

    border: 0px solid #27497C;

    width: 100%;

}

 

 

.edittext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    border: 1px solid #999999;
    padding-left:3px;
    padding-right:3px;
}


.edittext td {
    padding-left: 10px;
}

 

.edittextEdge {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    border: 1px solid #27497C;

}

 .edittext{
     color:#333333;
 }

.search-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
}

.input-no-border {
    border: 0px;
    font-family: Roboto;
    font-size: 12px;
}

.search-button {
    height: 16px;
    width: 16px;
}

.hiddentext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    border: 0px solid #27497C;

}

 

select.readtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: white;

    border: 1px solid #999999;

    margin: 0px;

    padding: 0px;

}

 

.readtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #eeeeee;

    border: 1px solid #999999;

    margin: 0px;
    padding-left:3px;
    padding-right:3px;

}

 

span.readtext {

    display: block;

}

 

.readtextbold {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    background-color: #eeeeee;

    margin: 0px;

    padding: 0px;

    border-style: none;

}

.message-banner-background {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    background-color: rgba(78, 134, 251, 0.26);
    margin: 0px;
    padding: 5px;
}

.mtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    /*border: 1px solid #27497C; edge browser and IE browser change for look and feel */

   margin: 0px;

    padding: 0px;

}

 

.coloredtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: YELLOW;

    border: 1px solid #27497C;

    margin: 0px;

    padding: 0px;

}

 

 

.vtabup {

    border-top: 1px solid #7B869C;

    border-bottom: 1px solid #7B869C;

    border-left: 0px solid;

    border-right: 1px solid #7B869C;

    font-weight: Bolder;

    font-size: 12px;

    vertical-align: baseline;

    color: #333333;

    text-decoration: none;

    background-color: #B5BED6;

    text-align: center;

    font-family: Roboto;

}

 

.whitebg {

    background-color: #FFFFFF;

}

 

.darkgraybg {

    background-color: #CCCCCC;

}

 

.blacknavlink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #1D3454;

    text-decoration: none;

}

 

.pgtitle {

    font-family: Roboto;

    font-size: 16px;

    font-weight: 500;

    color: #0065e3;

    text-decoration: none;

}

.new-page-title-wrapper {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.new-page-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    color: #0065E3;
    cursor: pointer;
}

.whitenavlink {

    font-family: Roboto;

    font-size: 12px;

    color: #FFFFFF;

    text-decoration: none;

}

 

.text1 {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #333333;

}

 

.tabhover {

    font-weight: normal;

    font-size: 12px;

    vertical-align: baseline;

    color: #FFFFFF;

    text-decoration: none;

    background-color: #E7EAEE;

    text-align: center;

    font-family: Roboto;


}

 

.tabtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    text-decoration: none;

}

 

.lowblue {

    background-color: #C5D1E2;

}

 

.whitelink a {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: underline;

}

 

.linksepa {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #999999;

    text-decoration: none;

}

 

.pgtitle a {

    font-family: Roboto;

    font-size: 14px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: none;

}

 

.bluelink a {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: underline;

}

 

    .bluelink a:hover {

        color: #183C6F;

    }

 

.status_1 {

    font-weight: Bolder;

    font-size: 12px;

    vertical-align: baseline;

    color: #333333;

    text-decoration: none;

    background-color: #99CC00;

    text-align: center;

    font-family: Roboto;

    border: 1px solid #333333;

}

 

.status_2 {

    font-weight: Bolder;

    font-size: 12px;

    vertical-align: baseline;

    color: #333333;

    text-decoration: none;

    background-color: #FFCC33;

    text-align: center;

    font-family: Roboto;

    border: 1px solid #333333;

}

 

.status_3 {

    font-weight: Bolder;

    font-size: 12px;

    vertical-align: baseline;

    color: #FFFFFF;

    text-decoration: none;

    background-color: #990000;

    text-align: center;

    font-family: Roboto;

    border: 1px solid #333333;

}

 

.mandatory {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #9C0000;

    text-decoration: none;

}

 

.tabtext1 {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #2D548E;

    text-decoration: none;

}

 

.smalllink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #345F9A;

    text-decoration: underline;

}

 

.greysmalltext {

    font-family: sans-serif;

    font-size: 9px;

    font-weight: normal;

    color: #999999;

    text-decoration: none;

}

 

/**************************************************************************************************

  Page Breadcrumbs/Trail Panel

**************************************************************************************************/

td.trailPanel {

    height: 20px;

    text-align:left;

}

 

td.trailPanel2 {

    height: 30px;

    text-align:left;

}

 

.breadlink {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    padding:5px;
}

a.breadlink {
    text-decoration:none;
}

     a.breadlink:hover {
    color:#333333;
    background-color:#D0DFF2;
    padding:5px 5px;
    border-radius:4px;
    color:#333333;
    }

 

/**************************************************************************************************

  Wizard Step Blocks

**************************************************************************************************/

.stepText {

    height: 20px;

}

 

.activestep {

    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 20px;
    height: 20px;
    font-family: Roboto;
    border: 1px solid #1D3454;
    background-color: #0065E3;

}

 

.normalstep {

    font-weight: 500;

    font-size: 12px;

    vertical-align: middle;

    color: #333333;

    text-decoration: none;

    background-color: #C6D3E7;

    text-align: center;

    width: 23px;

    height: 20px;

    font-family: Roboto;

    border: 1px solid #345F9A;

}

.noclickstep {
    background-color:#999999;
    font-weight: 500;

    font-size: 12px;

    vertical-align: middle;

    color: #333333;

    text-decoration: none;

    text-align: center;

    width: 23px;

    height: 20px;

    font-family: Roboto;

    border: 1px solid #dddddd;
}

 

/**************************************************************************************************

  Grids

**************************************************************************************************/

.gridhiddenheader {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: none;

    background-color: #eeeeee;

    visibility: hidden;

    display: none;

}

 

.gridhiddencell {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: none;

    background-color: #ffffff;

    height: 10%;

    PADDING-TOP: 0PX;

    PADDING-BOTTOM: 0PX;

    display: none;

    visibility: hidden;

}

 

.gridheader {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: none;

    background-color: #dddddd;
    padding-left:4px;
    padding-right:4px;
}

.gridheader td {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

    text-decoration: none;

    background-color: #dddddd;
    padding-left:4px;
    padding-right:4px;
}

.gridheader th {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    background-color: #dddddd;
    padding-left: 4px;
    padding-right: 4px;
}
 

    .gridheader a {
    padding-left:2px;
        font-family: Roboto;

        font-size: 12px;

        font-weight: 500;

        color: #333333;

        text-decoration: none;

        background-color: #dddddd;

    }

 

.gridcell td {

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;

    padding-left:4px;

    padding-right:4px;

    /*background-color: #ffffff;*/

   /* border-width: 0 1px 1px 0;*/

    border-style: solid;

    border-color: #eeeeee;

    word-wrap: break-word;

    /*word-break:break-word;

    word-break:break-all;*/   

}

 

.gridcellwithoutborder td {

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;

    background-color: #ffffff;

    word-break: break-word;
        padding-left:4px;

    word-break: break-all;

}

 

.gridcellstrike {

    font-size: 12px;

    color: #333333;

    font-family: Roboto;

    background-color: #ffffff;

    text-decoration: line-through!important;

}

 

.gridcella {

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;

    background-color: #ffffff;

    height: 20px;

}

 

 

.menuitem {

    cursor: pointer;

}

 

.leftnavlinkbg .menuitem td {

    cursor: pointer;

}

 

.whitelinklarge {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: underline;

}

 

.linkseplargewhite {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: none;

}

 

.selectedrow {

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;

    background-color: #A6C9F5;

    height: 10%;

}

 

.underlinedblacknavlink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #1D3454;

    text-decoration: underline;

}

 

.blacknavlinksep {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #1D3454;

    text-decoration: none;

}

 

.displaylist {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    /*border: 1px solid #345F9A;*/

    margin: 0px;

    padding: 0px;

}

 

.gridtext {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #FFFFFF;

    border: 0px solid #27497C;

}

 

.gridtextbox {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #eeeeee;

    border: 0px solid #eeeeee;

    margin: 0px;

    padding: 0px;

}

 

.gridtextright {

    border-right: #eeeeee 0px solid;

    border-top: #eeeeee 0px solid;

    font-weight: normal;

    font-size: 12px;

    text-align: right;

    border-left: #27497c 0px solid;

    border-bottom: #27497c 0px solid;

    font-family: Roboto;

    background-color: #ffffff;

}

 

.gridlayout {

    TABLE-LAYOUT: fixed;

}

table {
    border:none;
}
 

table.gridTable {
    /*border-radius:10px;*/
    padding: 0px;
    background-color: #fff;
    /*box-shadow: 0px 3px 10px rgba(0,0,0,0.2);*/
    /*border: 1px solid #cccccc;*/    
}

table.gridTable tr {    
    border: 1px solid #cccccc;
}

 

.borderline {
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid;
}

/*QTDA23534 02/10/2005*/

 

.gridcell_selected {

    font-weight: 500;

    font-size: 12px;

    color: #333333;

    font-family: Roboto;

    background-color: #A6C9F5;

    border: 1px solid #A6C9F5;

    text-decoration: none;

    word-break:break-all;

    padding-left: 4px;
}

.gridcell_selected_noborder {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    font-family: Roboto;
    background-color: #A6C9F5;
    border: 1px solid #A6C9F5;
    text-decoration: none;
    word-break: break-all;
    padding-left: 4px;
}

 

.gridcell_noborder {

    border-bottom-style: none;

    border-top-style: none;

    border-left-style: none;

    border-right-style: none;

}

 

.gridcell_selected td {

    border: 1px solid #A6C9F5;
    padding-right: 4px;

    padding-left: 4px;

    /*word-break:break-word;

    word-break:break-all;*/

}

.gridcell_selected_noborder td {
    border: 1px solid #A6C9F5;
    padding-right: 4px;
    padding-left: 4px;
}

 

.gridcell_manualprice {

     background-color: #DBCFEA;

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;  

    /*background-color: #ffffff;*/

   /* border-width: 0 1px 1px 0;*/

    border-style: solid;

    border-color: #DBCFEA;

    word-wrap: break-word;   

}

 

.gridcell_manualprice td {

      font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;     
       

    word-wrap: break-word;

    padding-left:4px;

    padding-right:4px;

    border: 1px solid #A6C9F5;
   


}

.gridcell_manualpricecontractprice {

     background-color: #DEF2CE;

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;  

    /*background-color: #ffffff;*/

   /* border-width: 0 1px 1px 0;*/

    border-style: solid;

    border-color: #DEF2CE;

    word-wrap: break-word;   

}

 

.gridcell_manualpricecontractprice td {

      font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;     
       

    word-wrap: break-word;

    padding-left:4px;

    padding-right:4px;
    border: 1px solid #A6C9F5;
   


}

.gridcell_manualoverride {

    background-color: #FCE9CC;

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;  

    /*background-color: #ffffff;*/

   /* border-width: 0 1px 1px 0;*/

    border-style: solid;

    border-color: #FCE9CC;

    word-wrap: break-word;
    border: 1px solid #A6C9F5;




}

 

.gridcell_manualoverride td {

    
    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;     
       

    word-wrap: break-word;

    padding-left:4px;

    padding-right:4px;
   


    

}



 

 

 

/*******************************/

 

.tabsep2 {

    border-top: #ffffff 0px solid;

    border-bottom: #CCCCCC 1px solid;

    border-left: #ffffff 0px solid;

    border-right: #ffffff 0px solid;

}

 

 

.tabup2 {

    border-top: #CCCCCC 1px solid;

    border-bottom: #ffffff 0px solid;

    border-left: #CCCCCC 1px solid;

    border-right: #CCCCCC 1px solid;

    font-weight: Bolder;

    font-size: 12px;

    vertical-align: baseline;

    color: #333333;

    text-decoration: none;

    cursor: pointer;

    background-color: #ffffff;

    text-align: center;

    font-family: Roboto;

}

 

 

.tabdown2 {

    border-top: 1px solid #CCCCCC;

    border-bottom: 1px solid #CCCCCC;

    border-left: 1px solid #CCCCCC;

    border-right: 1px solid #CCCCCC;

    font-weight: Normal;

    font-size: 12px;

    vertical-align: baseline;

    color: #333333;

    cursor: pointer;

    text-decoration: none;

    background-color: #eeeeee;

    text-align: center;

    font-family: Roboto;

}

 

.tabbody2 {

    border-top: #ffffff 0px solid;

    border-bottom: #CCCCCC 1px solid;

    border-left: #CCCCCC 1px solid;

    border-right: #CCCCCC 1px solid;

}

 

.tabtext2 {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #333333;

    text-decoration: none;

}

 

.redtextamt {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: red;

    text-align: right;

    margin: 0px;

    padding: 0px;

}

 

.bluetextamt {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: blue;

    text-align: right;

    margin: 0px;

    padding: 0px;

}

 

.greentextamt {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    background-color: #eeeeee;

    border: 1px solid #999999;

    color: green;

    text-align: right;

    margin: 0px;

    padding: 0px;

}

 

.griddisabledcolumn {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: #ffffff;

    text-decoration: none;

    background-color: #666666;

}

 

.HiddenCell {

    padding-right: 0pt;

    padding-left: 0pt;

    font-size: 9pt;

    padding-bottom: 0pt;

    color: #ffffff;

    padding-top: 0pt;

    font-family: Arial, Garamond;

    background-color: #ffffff;

    text-decoration: line-through;

}

 

.HiddenRow {

    display: none;

}

.sub-header-wrapper {
    display: flex;
}

.sub-header-container {
    flex-direction: column;
    flex-basis: 50%;
}

.sub-header {
    font-family: Roboto;
    color: #0065E3;
    padding-left: 10px;
    font-size:16px;
    font-weight:500;
}

.menu-options-selector {
    float: right;
    padding-top: 20px;
    color: #0065E3;
    cursor: pointer;
}

.captionbg {

    background-color: #eeeeee;

}

 

.leftpanemouseover {
    background-color: #ffffff;
}

 

.leftpanebg {
    background-color: #ffffff;
    border-radius: 5px;
    width:250px;    
}

 

.leftpanebgmenu {
    background-color: #ffffff;
}

.label-initials {
    width: 10px;
    padding: 8px;
    border-radius: 50%;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    color: white;
    height: 16px;
    min-width: 16px;
    padding: 4px 3px 1px 4px;
    text-align: center;
}
}

.selected-label-wrapper {
    background-color: #0065E3;
}

.selected-label {
    color: #ffffff;
    background-color: #4A1397;
}

.deselected-label {
    color: #666666;
    background-color: #E7EAEE;
}

.menu-row {
    height: 32px;
}

.sideMenus{
     width: 8rem;
    height: 17vh;
    position: absolute;
    float: left;
    display: flex;
    flex-direction: column;
    background-color: #898989;
    right: 3rem;
    top: 3rem;
    z-index: 1;
    border-radius: 5px;
    display:none;
}

.menulinks{
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    line-height: 19px;
    display: inline-block;
    margin-left: 1rem;
    margin-top: 1rem;
    cursor: pointer;
}

.chevron-hidden {
    visibility: hidden;
}

.chevron-visible {
    visibility: visible;
}

.qnxtHeader {
    background-color: #ffffff;
}

.searchstrip {

    background-color: #ffffff;

}

 

.largelink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #345F9A;

    text-decoration: underline;

    line-height: 21px;

    display: inline-block;

}

 

a.largelink:hover {

    color: #183C6F;

}

 

.largelink a {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: underline;

}

 

    .largelink a:hover {

        color: #183C6F;

    }

 

.medlink {

    font-family: Roboto;
    padding:5px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;

}

.medlink:hover {
    background-color:#D0DFF2;
    padding:5px 5px;
    border-radius:4px;
    color:#333333;
  
}
a.medlink {
    text-decoration: none;
}

    a.medlink:hover {
        color: #333333;
    }


.leftpadding3 {
    padding:1px 3px 1px 3px;
}

.leftpadding4 {
    padding-left:4px;
}

.leftpadding5 {
    padding-left:5px;
}

.leftpadding9 {
    padding-left:9px;
}

.leftpadding10 {
    padding-left:10px;
}

.rightpadding4 {
    padding-right: 4px;
}

.rightpadding6 {
    padding-right: 6px;
}

.disabledlink {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    cursor: default;

}

.defaultbg {

    background-color: #FFFFFF;

}

 


table.tableBorder {
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid;
}

table.tableBorderRight {
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid;
}

 

table.tableBorder2 {
    /*BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid;*/
}

 

.normalnavlink {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #16315C;
    text-decoration: none;
}

 

.normalnavlink_disabled {

    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;

}

.leftnormalnavlink {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #16315C;
    text-decoration: none;
}

.leftnormalnavlink {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #16315C;
    text-decoration: none;
}

.leftnormalnavlink {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #16315C;
    text-decoration: none;
}

 

.leftnormalnavlink_disabled {

    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    color: #cccccc;
    text-decoration: none;

}

.SpanLink {

    font-family: Roboto;

    font-size: 12px;

    font-weight: normal;

    color: Blue;

    text-decoration: underline;

}

 

.selectednavlink {

    font-family: Roboto;
    font-size: 12px;
    background-color: #0065E3;
    color: #ffffff;
    text-decoration: none;

}

.leftselectednavlink {

    font-family: Roboto;
    font-size: 14px;
    background-color: #0065E3;
    color: #ffffff;
    text-decoration: none;

}

.selectednavtxt {
    color: #ffffff;
}

.leftnavlinkbg {

    background-color: #C5D1E2;

}

 

.leftnavlinkbg_disabled {

    background-color: #cccccc;
    cursor:not-allowed;

}

 

.menuitem_disabled {

    background-color: #cccccc;
	height: 40px;
	cursor: not-allowed;
}

 

.largelink1 {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: underline;

}

 

.largelinksep1 {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #FFFFFF;

    text-decoration: none;

}

 

.HiddenLast {

    background-color: White;

    color: White;

}

 

/*

Style classes for Tree View - Start

*/

.ctable {
    border: 0px solid #eeeeee;
}

 

.cdata {

    color: black;

    border: 1px solid gray;

    border-top: 0px;

    border-collapse: collapse;

    cursor: pointer;

}

.cdata_hot { 	[External Code]	

    color: red;

    border: 1px solid gray;

    border-top: 0px;

    border-left: 2px solid red;

    border-collapse: collapse;

    cursor: pointer;

}

 

.cdata_dis_hot {

    background: #B4B4B4;

    border: 1px solid gray;

    border-top: 0px;

    border-left: 2px solid red;

    border-collapse: collapse;

    cursor: pointer;

}

 

.cdata_dis {

    background: #C1C1C1;

    border: 1px solid gray;

    border-top: 0px;

    border-collapse: collapse;

    cursor: pointer;

}

 

.textBar {

    color: black;

    cursor: pointer;

}

 

.textBar_hot {

    color: red;

    cursor: pointer;

}

 

.header1 {

    background: #C1C1C1;

    border: 1px solid gray;

    border-right: 0px;

    font-weight: 500;

    color: white;

    border-collapse: collapse;

}

 

.header2 {

    background: #C1C1C1;

    border: 1px solid gray;

    font-weight: 500;

    color: white;

    border-collapse: collapse;

}

 

.side1 {

    border-left: 1px solid gray;

}

 

.tailer1 {

    border-top: 1px solid gray;

}

 

.tailer2 {

    border-top: 0px solid gray;

}

 

.hbar {

    cursor: pointer;

}

 

.hbar_hot {

    cursor: pointer;

}

 

.bigheader {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #333333;

}

 

.gridTextBox_selected {

    font-weight: 500;

    font-size: 12px;

    color: #000033;

    font-family: Roboto;

    background-color: #ffffcc;

    border: 0px solid #315D9C;

    text-decoration: none;

}

 

/* Start PER 612 */

.gridcell_selected_nobold {

    font-size: 12px;

    color: #000033;

    font-family: Roboto;

    background-color: #A6C9F5;

    border: 1px solid #A6C9F5;

    text-decoration: none;

}

/* End PER 612 */

 

/*

Style classes for Tree View - End

*/

/* mandatory field added for PER 510*/

 

.mandatoryred {

    font-family: Roboto;

    font-size: 12px;

    font-weight: 500;

    color: #ff0000;

    text-decoration: none;

}

 

/*PDR 134 Encrypt SSN */

a.ssnlink {

    position: relative;

    z-index: 24;

    text-decoration: underline;

    color: #0000FF;

}

 

    a.ssnlink:hover {

        z-index: 25;

        background-color: #fff;

        text-decoration: underline;

    }

 

    a.ssnlink span {

        display: none;

    }

 

    a.ssnlink:hover span {

        display: block;

        position: absolute;

        top: 2em;

        left: 8em;

        width: 5em;

        border: 1px solid #333333;

        background-color: #FFFFCC;

        color: #333333;

        text-align: center;

        text-decoration: underline;

    }

 

.fleft {

    float: left;

}

 

.fright {

    float: right;

}

 

.cb {

    clear: both;

}

 

.leftpanebgmain {

    WIDTH: 200px;

    border-top: 1px solid #808080;

    padding: 0;

    margin: 0;

    float: left;

}

 

    .leftpanebgmain .linksep {

        background: #16315C;

        height: 410px;

        float: left;

        width: 100%;

    }

 

    .leftpanebgmain p {

        border-top: 1px solid #808080;

        padding: 10px 8px;

        margin: 35px 0 0 0;

    }

 

    .leftpanebgmain .pwdbyimg {

        display: inline-block;

        HEIGHT: 80px;

        width: 100%;

        margin: 20px 0 0;

        text-align: center;

    }

 

.rightpanebgmain {

    WIDTH: 785px;

    padding: 0;

    margin: 35px 0 0 20px;

    float: left;

}

 

.copyright {

    clear: both;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    background: #ccc;

    border: solid #27497C;

    border-width: 1px 0;

}

 

    .copyright p {

        font-family: Roboto;

        font-size: 12px;

        font-weight: normal;

        text-decoration: none;

        text-align: center;

        color: #000;

        padding: 0;

        margin: 0;

        border: solid #27497C;

        border-width: 0 1px;

    }

 

:Disabled, [disabled] {

    color: #999999;
    cursor:not-allowed;

}

select:disabled {
    background-color:#e9e9e9;
}

.gridBorder {

    border: 1px solid #A0A0A0;

}

 

.topBorder {

    border-top: 1px solid #345F9A;

}

 

tr.abutton {

    border: 0;

}

 

    tr.abutton td {

        border-width: 0 1px 1px 0;

        border-style: solid;

        border-color: #A0A0A0;

    }

 

/**************************************************************************************************

  Dialog Popup

**************************************************************************************************/

/* Customize popup style */

.ui-dialog {
    /*border: 1px solid #000 !important;*/
    background: url(../images/background_image.png) repeat !important;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

.ui-dialog-titlebar {
    padding: .4em 0.1em !important;
}

.ui-dialog-titlebar-close {
    width: 40px !important;
}

.ui-dialog-titlebar button {
    top: 14px !important;
    right: auto !important;
    font-size: 0px !important;
    left: -6px;
}

.ui-dialog-titlebar > button {
    right: 0.3em !important;
    left: auto;
}

.closeImg {
    position: absolute;
    top: 7px;
    right: 4px;
    display: none !important;
}

.ui-dialog-titlebar-close > span {
    background-image: none !important;
}

.ui-dialog-titlebar-close {
    border: 0px solid !important;
    background: url(../images/close_Button.png) no-repeat !important;
    background-position: top right !important;
    outline: none;
}

.ui-dialog-title {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    margin: 0px !important;
    height: 12px;
}

.ui-widget-content{
   /*border:none !important;
    outline:0 !important;*/ 
}

.ui-widget-overlay {
    /*background: rgba(0,0,0,0) !important;
    position: absolute !important;
    filter: Alpha(Opacity=0) !important;*/
    background: rgba(0,0,0,0.2) !important;
    opacity: 0.60 !important; 
}

.ui-widget-header {
    border: 0px !important;
    background: none !important;
}

#qnxtContent {
    background: #fff !important;
    border: 0px !important;
    border-radius: 5px 5px 0  0;
    overflow: hidden;
}


#qnxtContent, #qnxtErrorContent {
    font-size: 12px;
}

.ui-dialog-noBorder {
    /*border: 0px !important;*/
    padding: 0px !important;
    border-radius: 5px !important;
}

.ui-widget-noBorder {
    border: 0px !important;
}
 
.ui-dialog-buttonpane {
    margin-top: -1px !important;
    border-width: 0px !important;
    height: 40px;
    padding: 10px 20px;
    text-align: right;
    vertical-align: top;
    border-radius: 0 0 5px 5px;
    min-width: 315px !important;
}

.ui-buttonpane-low {
   background: linear-gradient(to right, #0065E3 42px, white 42px) no-repeat !important;
}

.ui-buttonpane-med {
    background: linear-gradient(to right, #EC9004 42px, white 42px) no-repeat !important;
}

.ui-buttonpane-high {
    background: linear-gradient(to right, #DD533E 42px, white 42px) no-repeat !important;
}


.ui-dialog-buttonset button {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 0px solid !important;
    background-color: #0065E3 !important;
    background-size: 100% 100% !important;
    color: #FFFFFF;
    width: 60px;
    height: 22px;
}

.ui-dialog-buttonset button:focus {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 0px solid !important;
    background-color: #0065E3 !important;
    background-size: 100% 100% !important;
    color: #FFFFFF;
    width: 60px;
    height: 22px;
    border:#16315C;
}

.ui-dialog-buttonset button:hover {
    background-color: #0065E3 !important;
    color: #FFFFFF;
}

.ui-dialog-buttonset .ui-state-hover {
    border: 0px solid !important;
    background: url(../images/state_hover.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.ui-dialog-buttonset {
    padding-right: 5px;
}

.ui-msg-errTxt {
    padding: 30px 20px 0px 20px;
    word-wrap: break-word;
    min-width: 275px;
    max-width: 450px;
    /*width: 450px;*/
    font-size: 12px;
    font-family: Roboto !important;
    line-height: 14px;
    white-space: pre-line;
}

.ui-msg-sidebar {
    width: 40px;
    vertical-align: middle;
}

.ui-msg-sidebar-low {
    background: #0065E3 !important;
}

.ui-msg-sidebar-med {
    background: #EC9004 !important;
}

.ui-msg-sidebar-high {
    background: #DD533E !important;
}

.ui-msg-titlebar {
    height: 5px !important;
    width: 100% !important; 
    background: white !important;
    text-align: center !important;
    vertical-align: bottom !important;
}

.ui-icon {
    padding: 0px !important;
    margin-left: 7px !important;
    margin-top: 50px !important;
    float: none !important;
    height: 24px !important;
    width: 24px !important;
    background-position: 0px 0px !important;
    text-align: center !important;
    vertical-align: bottom !important;
}

.ui-critical {
    background: url(../images/critical.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.ui-question {
    background: url(../images/question.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.ui-exclamation {
    background: url(../images/exclamation.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.ui-information {
    background: url(../images/information.png) no-repeat !important;
    background-size: 100% 100% !important;
}

 
.ui-empty {
    background: url() no-repeat !important;
    background-size: 100% 100% !important;
    width: 0px !important;
}

[id^="dgProvider_"] {
    width: 100%;
}

 

.claimxml {

    font-family: Roboto;

    font-size: 12px;

    color: #333333;

    text-decoration: none;

    background-color: #ffffff;

    border-width: 0 1px 0px 0;

    border-style: solid;

    border-color: #A0A0A0;

    word-wrap: break-word;

}

/*PopContainer Edge Remediation */

#pageContainer {

    position: absolute;
    left:0px;
    top:51px;
    background-color: #f5f5f5;

}

 

@supports (-ms-ime-align:auto) {

    #pageContainer {

        position: relative;

    }

}

 

/*Edge Remediation Set Height for user Security Page*/

.userSecurityMenuHeight {

    height: 590px;

}

 

@supports (-ms-ime-align:auto) {

    .userSecurityMenuHeight {

        height: 620px;

    }

}

/*PHI Data Modification Page*/

.phiTableHeader{

    padding:0px 5px;

}

.phiField{

    padding:0px 25px;

}

.phiFieldLastElement{

    padding:0px 25px;

    margin-bottom:5px;  

 }

.phiModuleHeader label, .phiTableHeader label{

    font-weight:bold;

}

.triangle-right {

    width: 0;

    height: 0;

    border-top: 5px solid transparent;

                border-left: 9px solid #555;

                border-bottom: 5px solid transparent;

}

.triangle-down {

                width: 0;

                height: 0;

    border-left: 5px solid transparent;

                border-right: 5px solid transparent;

    border-top: 9px solid #555;

}

.triangle-right {

    width: 0;

    height: 0;

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    border-left: 9px solid #555;

}

.phiHeaderAllignment{

    margin-top:-15px;

    margin-left:11px;

    margin-bottom:5px;

}

 

 

#qnxtYes{

    height:26px;

}

 

#qnxtNo{

    height:26px;

}

/*New Home Page Design*/

/* greek-ext */

/* greek */

/* cyrillic-ext */

@font-face {

  font-family: 'Roboto';

  font-style: normal;

  font-weight: 500;

  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;

}


/* Global necessary change - always keep it at the end*/

.spinnerBackground {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0 solid #000000;
    background-color: rgba(8, 8, 8, .2);
    z-index: 200;
    cursor: wait;
    display: flex;
    justify-content: center;
}

.spinnerPanel {
    cursor: wait;
    width: 250px;
    height: 80px;
    z-index: 201;
    margin: auto;
    display: flex;
    justify-content: center;
}

.spinnerHolder {
    flex: 1 1 0%;
    height: 100%;
    width: 100%;
    z-index: 202;
    display: flex;
}

.spinnerImg {
    height: 36px;
    width: 30px;
    margin: auto;
    display: flex;
}

.spinnerSpin {
    position: absolute;
    display: inline-block;
    border: 8px solid #efefef;
    border-top: 8px solid #0065E3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    flex: 0 0 auto;
    margin-top: 2px;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}


.processRestrictIcon {
    background-color: #00B7C4;
    margin: -13px;
    margin-right: 11px;
    padding: 11px;
    border-radius: 5px 5px 5px 5px;
}

.processRestrictIconText {
    opacity: 1;
    color: rgba(0,0,0,1);
    font-family: Roboto;
    font-size: 8px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top:5px;
}
.flex-direction-row{
    flex-direction:row;
}
.flex-direction-column {
    flex-direction: column;
}
.WrapText {
    word-wrap: normal;
    word-break: break-all;
}
.reissued-check-highlight {
    background-color: #E9CAF8;
}

/* apply custom css to Syncfusion CustomTemplateTreeView */
.templateTree .e-list-item .e-icon-expandable::before {
    color: rgba(0, 0, 0, 0.54);
}

.templateTree .e-list-item .e-icon-collapsible::before {
    color: rgba(0, 0, 0, 0.54);
}

.templateTree .e-list-item.e-hover > .e-text-content .e-list-text {
    background-color: #EEEBE6;
    border: #EEEBE6;
    border-radius: 2px;
}

/* apply custom css to Syncfusion DropdownTree */
.ddt-custom .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
    background-color: #EEEBE6;
    border: #EEEBE6;
    border-radius: 2px;
}

.ddt-custom .node-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.padding-left-5-force {
    padding-left: 5px !important;
}

.grid-container {
    height: 230px;
    visibility: visible;
    border: 1px solid rgb(204, 204, 204);
    max-height: 245px;
}

.grid-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.hidden-backup {
    visibility: hidden;
    width: 1px;
}


.date-field {
    display: flex;
    align-items: center;  
}

.amount-field {
    width: 100px;
}