/** Override portal theme **/

@font-face { font-family: MilliardBook; 
	 src: url('/fonts/milliard/MilliardBook.otf'); } 


/* site */
.wrapper {
    background-color: rgb(237, 240, 243);
}

.container, .header-container, .SliderPage1 {
    max-width: none;
}

/* font */
body,h1, h2,h3,h4,h5 {
    font-family:MilliardBook, "Raleway", Arial, sans-serif;
}



/* Update logo
   ========================================================================== */
.logo {
	background-size: auto 100%;
	height: 70px;
}

/*update pdf logo*/
.SSRSPanel input[type="image"] {
	height: 20px !important;
}

.SSRSPanel  {

}

/* Alt background colors
   ========================================================================== */

.AltBgColor6 > .panel,
.AltBgColor6 > .panel h2 {
  color: #fff;
}

.AltBgColor6 > .panel a,
.AltBgColor6 > .panel a:hover,
.AltBgColor6 > .panel a:active,
.AltBgColor6 > .panel a:focus,
.AltBgColor6 > .panel a:visited {
  color: #fff;
  text-decoration: underline;
}

.AltBgColor6 > .panel .ProgressBar > span {
  /* Make the progress tracker indicator use a white bar instead of default */
  background-color: #fff;
}

/* progress trackers */

.AltBgColor6 > .panel.panel-border {
    border-color: #193f6e;
}

.AltBgColor6 > .panel {
    background-color: #193f6e;
}

.AltBgColor5 > .panel.panel-border {
    border-color: #3b6ba5;
}

.AltBgColor5 > .panel {
    background-color: #3b6ba5;
}

.AltBgColor4 > .panel.panel-border {
    border-color: #72a5d3;
}
.AltBgColor4 > .panel {
    background-color: #72a5d3;
}

.AltBgColor3 > .panel.panel-border {
    border-color: #b1d3e3;
}
.AltBgColor3 > .panel {
    background-color: #b1d3e3;
}


.AltBgColor2 > .panel.panel-border {
    border-color: #e1ebec;
}
.AltBgColor2 > .panel {
    background-color: #e1ebec;
}

.header-top-container {
position : initial;
}

/* Badge backgrounds
   ========================================================================== */

.bg-success {
    background-color: #68bd49;
}

.bg-warning {
    background-color: #e98300;
}

.bg-danger {
    background-color: #d03528;
}

.bg-info {
    background-color: #0398fc;
}

/* RiSE menu colors */
.RadMenu_MetroTouch .rmRootLink {
color: white !important;
}

.bg_blue {
background-color: blue;
color: #fff;
}


/* CCOs */
.RadTabStrip_Orion {
    border-bottom: 5px solid transparent;
}

.RadTabStrip_Orion .rtsLink.rtsSelected {
    background-color: #faa90a;
    border-color: #faa61a;
}
/*buttons*/

/* Added visited to normal to override orion theme. JD */
.btn, 
.TextButton, 
.TextButtonWithImage, 
.ruButton, 
#masterHeaderActionArea a, 
.RadGrid input.TextButton,
.btn:visited, 
.TextButton:visited, 
.TextButtonWithImage:visited, 
.ruButton:visited, 
#masterHeaderActionArea a:visited, 
.RadGrid input.TextButton:visited {
    color: #fff;
    background-color: #3b6ba5;
    background-image: none;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.TextButton:hover, 
.TextButton:focus, 
.TextButton:active, 
.TextButtonWithImage:hover, 
.TextButtonWithImage:focus, 
.TextButtonWithImage:active, 
.ruButton:hover, 
.ruButton:focus, 
.ruButton:active, 
#masterHeaderActionArea a:hover, 
#masterHeaderActionArea a:focus, 
#masterHeaderActionArea a:active,
.RadGrid input.TextButton:hover, 
.RadGrid input.TextButton:focus, 
.RadGrid input.TextButton:active {
    background-color: #ffa90a;
    background-image: none;
    box-shadow: 2px 2px #999;
}






.RadMultiPage .rmpView {
    background-color: transparent;
}

/*#ctl01_TemplateBody_WebPartManager1_gwpciOrgCCO_ciOrgCCO_NewPanelEditorCommon__BodyContainer, 
#ctl01_TemplateBody_WebPartManager1_gwpciOrgCCO_ciOrgCCO_NewPanelEditorCommon2__BodyContainer{
    background-color: #fff;
    border-radius: 4px;
}*/

.Bubble  .panel-body{
    background-color: #fff;
    border-radius: 4px;
}

#ctl01_TemplateBody_WebPartManager1_gwpciOrgCCO_ciOrgCCO_ContactAddress__Body {
	background-color:transparent;
}
 #ctl01_TemplateBody_WebPartManager1_gwpciOrgCCO_ciOrgCCO_ContactAddress_ctl07_ctl00 {
    background-color: #fff !important;
    border-radius: 4px;
}
.panel-heading.Distinguish, .PanelHead.Distinguish, .TitleBarCaption, .panel-group .panel-heading {
    padding: 6px 10px;
    border: none;
    border-bottom-style: none !important;
    background-color: transparent;
}
.ContentWizardDisplay, .ContentTabbedDisplay {
    background-color: transparent !important;
}


/*working for hide nav*/

/*.navbar-toggle {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
}*/

.header-search {
    float: inline-end;
}



.col-primary {
    position: relative;
}

@media (min-width: 768px) {

.col-primary, .footer-main {
    margin-left: 220px;
}
}
.RadTabStrip_Orion .rtsLink {
    border-width: none;
    border-style: none;
    border-color: none;
}

/* Burger menu fix */

/*.nav-expanded .col-secondary {
	visibility: visible !important;
}*/



.nav-expanded .col-primary, .nav-expanded .footer-main {
	margin-left: 220px;
}


.navbar-toggle {
margin: 8px
}

#masterTopBarAuxiliary {
    
float: left;

}

.nav-expanded .col-primary::after, .nav-expanded .footer-main {
    height: 90px;
}

/*end for hide nav*/

/* Updated tabs */
.RadTabStrip .rtsLink {
	border-radius: 4px;
}

a.rtsLink:hover {
	color: white !important;
	background-color: #FAA61A !important;
}

/* CCO border */
.ContentWizardDisplay {
	/* border: none; */
	border: solid #003B74;
	border-width: 1px 0 0;
}

/* Progress Trackers */
.ProgressTracker2 .ProgressTrackerPanel {
    
	background-color: #3394fbc9;
	border-radius: 4px;
}

.ProgressTracker2 .panel-body {
padding: 0;
}

.efc {
	/* very important, do not delete or use */
	background: linear-gradient(135deg, #000 45%, #cc2031 45%, #cc2031 55%, #000 55%);
  	background-repeat: no-repeat;
	display:none;
}


/** iqas **/

.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch th.rgResizeCol, .RadGrid_MetroTouch .rgHeaderWrapper {
    background-color: #fff !important;
    font-weight: bold  !important;
}

.RadGrid_MetroTouch .rgHeader a, .RadGrid_MetroTouch th.rgResizeCol a, .RadGrid_MetroTouch .rgHeaderWrapper a {
    text-decoration: none !important;
	color:rgb(32, 36, 40) !important;
}

.RadGrid_MetroTouch .rgAltRow {
    background: #fff !important;
}
.RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
    color: #555;
    background-color: #f2f5f7 !important;
}

.body-main, .col-primary {
    background-color: #fff;
}

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, .RadGrid.RadGrid_MetroTouch .rgSelectedRow, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch th.rgSorted {
    background-color: #999 !important;
    border-color: #999 !important;
}
.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, .RadGrid_MetroTouch .rgSelectedRow, .RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .RadGrid_MetroTouch .rgSelectedRow td.rgSorted {
    color: #fff;
    background: #999;
        background-color: rgb(153, 153, 153);
    border-color: #25a0da;
}

/** sorted iqas **/
.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, .RadGrid.RadGrid_MetroTouch .rgSelectedRow, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch th.rgSorted {
    border: 0px;
}

.RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, .RadGrid.RadGrid_MetroTouch th.rgSorted a {
    color: #000 !important;
}

.RadGrid_MetroTouch td.rgSorted {
    background-color: #fff;
    border-color: #fff;
}

.RadGrid_MetroTouch .rgAltRow td.rgSorted {
    background-color: #fff;
    border-color: #fff;
}
.RadGrid.RadGrid_MetroTouch .rgActiveRow td, .RadGrid.RadGrid_MetroTouch .rgActiveRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgActiveCell {
    border: 0px;
    color: #000;
}



/* header row */

.nav-expanded .primary-nav-toggle, .search-dropdown.open .search-toggle, .ste-toggle.on, .obo-toggle.on {
    background-color: #193f6e;
}

.account-menu > li > a, .account-menu > li > a:hover, .account-menu > li > a:visited, .account-menu > li > a:active, .header .NavigationUnorderedList > li > a, .header .NavigationUnorderedList > li > a:hover, .header .NavigationUnorderedList > li > a:visited, .header .NavigationUnorderedList > li > a:active {
    color: #193f6e;
}

.primary-nav-toggle .icon-bar {
    background-color: #193f6e;
}

a {
    color: #193f6e;
}

a:visited {
    color: #3b6ba5;
}


/** side nav **/
.col-secondary, .sub-nav-body {
    background-color: #262626;
}

.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI:hover > div, .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > .rtActive, .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > .rtSelected, .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > .child-is-selected-wrapper {
    background-color: #ffa90a;
}


.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL {
    background-color: #999999;
    padding: 5px 0;
}

/*needs cleanup*/
.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL .rtIn {
    color: #fff;
}



/* RiSE menu colors */
.RadMenu_MetroTouch .rmRootLink {
color: white !important;
}

.adjustment-module .PanelField label, .adjustment-module .PanelField .Label {
	width:auto;
}


/* address tab */
.GridCardStyle .RadGrid.RadGrid .rgRow:hover, .GridCardStyle .RadGrid.RadGrid .rgAltRow:hover, .Alerts .AlertSet, .panel-border, .panel-group .panel, .ContentBorder, .WizardDisplay, .ContentTabbedDisplay, .TagBrowserWrapper {
    box-shadow: none;
}

.ContentTabbedDisplay {
    border: none;
}


.RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage, .RadGrid.RadGrid_MetroTouch .rgNumPart a.rgCurrentPage:hover, .RadGrid.RadGrid_MetroTouch .rgPagePrev:active, .RadGrid.RadGrid_MetroTouch .rgPageNext:active, .RadGrid.RadGrid_MetroTouch .rgPageFirst:active, .RadGrid.RadGrid_MetroTouch .rgPageLast:active, .RadGrid.RadGrid_MetroTouch .rgPager .rgPagerButton {
    background-color: #3b6ba5;
    border-color: #3b6ba5;
}

/** Override portal theme **/

/** side nav **/
/* primary */
.col-secondary, .sub-nav-body {
	background-color: #193f6e;
}
/* secondary */
.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL {
	background-color: rgba(153, 153, 153, 0.8);
}

/* On Behalf of Orange */
.obo-on .header {
    background-color: #ffa90a;
}


/* Error Messages */
.error {
	color: red;
	font-weight: bold;
}


/* Module Nav buttons */
.NavButtonContainer {
	float: right;
}

.NavButtonContainer .PanelFieldValue, 
.NavButtonContainer .Left .PanelFieldValue, 
.NavButtonContainer .Right .PanelFieldValue, 
.NavButtonContainer .PanelFieldLabel, 
.NavButtonContainer .Left .PanelFieldLabel, 
.NavButtonContainer .Right .PanelFieldLabel {
	float: right;
}

.TextButton.NavButton {
	float: left;
	margin: 0 5px;
}

.error {
	color: red;
	font-weight: bold;
}


/* Cloud Sign In */

/* Staff sign in page
   ========================================================================== */
.Wrapper-StaffSignIn {
  background: #002633;
}

.Wrapper-StaffSignIn .col-secondary, .Wrapper-StaffSignIn .sidebar, .Wrapper-StaffSignIn .header {
  display: none;
}

.Wrapper-StaffSignIn .footer-main .footer-inner {
  border: none;
}

.Wrapper-StaffSignIn .footer-main .footer-inner a:link {
  color: #fff;
}

.Wrapper-StaffSignIn .col-primary {
  margin-left: 0;
  position: relative;
  background: #002633;
  overflow: hidden;
}

.Wrapper-StaffSignIn .col-primary:before, .Wrapper-StaffSignIn .col-primary:after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(-35deg);
}

@media (min-width: 992px) {
  .Wrapper-StaffSignIn .col-primary:before, .Wrapper-StaffSignIn .col-primary:after {
    width: 100vw;
  }
}

.Wrapper-StaffSignIn .col-primary:before {
  top: -150vh;
  left: -50vw;
  width: 150vw;
  height: 300vh;
  background: url(images/triangles.svg) top left repeat-y;
  background-size: 200%;
  mix-blend-mode: difference;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  opacity: 0.45;
  z-index: 2;
}

@media (min-width: 992px) {
  .Wrapper-StaffSignIn .col-primary:before {
    background-size: 100vw;
  }
}

.Wrapper-StaffSignIn .col-primary:after {
  width: 150vw;
  height: 150vh;
  bottom: -50vh;
  right: -50vw;
  background: linear-gradient(0deg, #002632 65%, rgba(0, 38, 50, 0) 90%, rgba(0, 38, 50, 0) 60%);
  z-index: 3;
}

.Wrapper-StaffSignIn .col-primary input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.Wrapper-StaffSignIn .col-primary input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.t-ie .Wrapper-StaffSignIn .col-primary:before {
  width: 250vw;
  background-size: 100%;
}

@media (min-width: 768px) {
  .t-ie .Wrapper-StaffSignIn .col-primary:before {
    background-size: 250vw;
  }
}

@media (min-width: 992px) {
  .t-ie .Wrapper-StaffSignIn .col-primary:before {
    width: 300vw;
    background-size: 200vw;
  }
}

.Wrapper-StaffSignIn .col-primary {
  display: flex;
  margin-bottom: 0;
}

.Wrapper-StaffSignIn .main {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;		/* Changed from 0 */
  -webkit-animation: appear-zoom-out-with-delay 2s ease-in 0.5s 1 forwards;
          animation: appear-zoom-out-with-delay 2s ease-in 0.5s 1 forwards;
  z-index: 99;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .Wrapper-StaffSignIn .main {
    width: 60%;
  }
}

.Wrapper-StaffSignIn .main > div {
  width: 100%;
}

.SignInPageLogo {
  margin: 0 auto;
  max-width: 20em;
  text-align: center;
}

.SignInPageLogo img {
  margin: 20px;
  max-width: 260px;
}

.SignInPageLogo h1 {
  color: #fff;
  font-size: 2.5em;
  position: relative;
}

@media (min-width: 992px) {
  .SignInPageLogo {
    max-width: 25em;
    text-align: left;
  }
  .SignInPageLogo img {
    margin: 20px 0;
  }
  .SignInPageLogo h1 {
    font-size: 2.3vw;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 0 0 20px;
    margin-left: -20px;
  }
  .SignInPageLogo h1:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -52px;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 95%);
    transform: rotate(40deg);
  }
  .SignInPageLogo h1:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: -62px;
    width: 70px;
    height: 1px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 95%);
    transform: rotate(40deg);
  }
}

.SignInPage, .SignInPage label, .SignInPage a:link {
  color: #fff;
}

.SignInPage .SignIn {
  max-width: 20em;
}

@respond-to ('grids large') {
  .SignInPage .SignIn {
    margin-left: 30px;
  }
}

.SignInPage .panel-heading.Distinguish {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}

.SignInPage .panel {
  background: transparent;
  border: none;
}

.SignInPage .LineThru {
  color: #002632;
}

.SignInPage label.contact-signin-label, .SignInPage h2 {
  position: absolute;
  left: -10000px;
}

.SignInPage div[id*='forgotPasswordUserLinkDiv'] {
  display: none;
}

.SignInPage input[type="text"], .SignInPage input[type="password"], .SignInPage[type="submit"] {
  font-size: 16px;
  height: 45px;
  color: #fff;
}

.SignInPage input[type="text"]:focus, .SignInPage input[type="text"]:hover, .SignInPage input[type="password"]:focus, .SignInPage input[type="password"]:hover, .SignInPage[type="submit"]:focus, .SignInPage[type="submit"]:hover {
  transition: all 0.2s ease-in;
  transform: scale(1.01);
}

.SignInPage input[type="text"]:placeholder, .SignInPage input[type="password"]:placeholder, .SignInPage[type="submit"]:placeholder {
  color: #fff;
  text-transform: uppercase;
}

.SignInPage input[type="text"], .SignInPage input[type="password"] {
  background: rgba(169, 172, 180, 0.2);
  border: 1px solid #e2e9f2;
}

.SignInPage input[type="submit"] {
  width: 50%;
  margin: 0 auto 1em auto;
  display: block;
}

@media (min-width: 768px) {
  .SignInPage input[type="submit"] {
    margin: 0 0 1em auto;
  }
}

.SignInPage .forgot-link-field a, .SignInPage .forgot-link-field a:hover {
  display: block;
  color: #fff;
}

.PersonDisplay.SelectedItem a, .PersonDisplay.SelectedItem a:hover, .PersonDisplay.SelectedItem a:focus, .PersonDisplay.SelectedItem a:active {
  color: #222;
}

/* ----- Custom Nav Icons ----- */
/* ----- Dependent on Font Awesome 5 CDN (set up under rise sites) ----- */

/* Case Module (Briefcase) */
a.rtIn.CaseNavLink::before {
	content: "\f0b1" !important;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/* Call Module (Phone) */
a.rtIn.CallNavLink::before {
	content: "\f879" !important;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/* Custom Label width */
.Lab14 .PanelField label, 
.Lab14 .PanelField .Label {
	width: 14em;
}

.Lab16 .PanelField label, 
.Lab16 .PanelField .Label {
	width: 16em;
}

.Lab18 .PanelField label, 
.Lab18 .PanelField .Label {
	width: 18em;
}


/*Alert profile display*/
.Alerts table {
	width: 100% !important;
}


/* remove CCO header styling */
.EmbeddedCCO .RadTabStrip.RadTabStrip_Orion.RadTabStripTop_Orion.RadTabStripTop.RadTabStripTop_Orion_Baseline {
	display: none;
}
.EmbeddedCCO h2.panel-title a:after {
	content: "   (click to show/hide)";
	font-weight: normal;
	font-size: 0.7em;
}


