body {
    font-size: 16px;
    font-family: "open sans";
    color: #535357;
    background: none repeat scroll 0 0 #ffffff;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
.color_bar {
    height: 10px;
    width: 100%;
    position: relative;
    background: #44aa3c
}
.color_bar:before {
    content: '';
    position: absolute;
    width: 70%;
    left: 0%;
    height: 10px;
    background: #8ac43f;
}
.color_bar:after {
    content: '';
    position: absolute;
    width: 20%;
    left: 80%;
    height: 10px;
    background: #034691;
}
.nav_header {
    display: flex;
    background-color: #1e3575;
}
a {
    color: #0072CE ;
}
a:hover{
	color: #1e3575 ;
	text-decoration:none;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.nav_home_img {
    /*width: 94px;
    height: 32px;*/
    margin: 33px -4px 33px 60px;
}
.hgt-180 {
    height: 180px;
}
.collapse {
    position: static;
}
.page_title {
    color: #ffffff;
    font-size: 2em;
    line-height: 1.5em;
    padding: 29px 0px 0px 40px;
}
.font-regular {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 800;
}
.font-12px {
    font-size: 12px;
}
.font-18px {
    font-size: 18px;
}
.font-21px {
    font-size: 21px;
}
.font-32px {
    font-size: 32px;
}
h5 {
    font-size: 1.17em;
    margin: 0px;
}
/*mobile-hamburger-start*/

.megaNav-fw:first-child {
    border-left: 1px solid lightgray;
}
.megaNav-fw {
    border-right: 1px solid lightgray;
    width: 256px;
    text-align: center;
}
.megaNav-fw a.selected {
    color: #00AEEF !important;
}
.dte-lawn {
    color: #2B2B2B;
}
.dte-michigan {
    color: #2B2B2B;
}
.dte-prince {
    color: #0072CE;
}
.dte-prince:hover{
	color: #1e3575 ;
	text-decoration:none;	
}
.dte-white {
    color: #FFFFFF;
}

input:hover { 
    
    border-color: #1e3575;
 
}
.dte-emergency {
    color: #FF0000;
}
.dte-white-bkg {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
}
.dte-white-bkg-nb {
    background-color: #FFFFFF;
  
}
.dte-michigan-bkg {
    background-color: #004990;
}
.navbar-collapse {
    display: block;
    width: 544px;
    margin: 0px auto;
}
.navbar-collapse a {
    color: #808284;
    font-size: 0.75em;
}
.navbar-collapse a:hover {
    color: #00AEEF;
}
.navbar-nav {
    display: flex;
    margin: 0px;
}
/*Overrides START*/

.row [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.row [class*='col-'].null-padding-right {
    padding-right: 0px;
}
.row [class*='col-'].null-padding-left {
    padding-left: 0px;
}
.row [class*='col-'] .row {
    margin-right: -5px;
    margin-left: -5px;
}
/*Overrides END*/
/*Middle Section Outage Start*/

.section_title {
    text-align: center;
    border-bottom: 1px solid #808284;
    line-height: 0.7em;
    margin: 40px auto 20px;
}
.section_title span {
    background: #ffffff;
    padding: 0 10px;
    color: #2B2B2B;
    font-weight: 600;
    font-size: 1.125em;
}
.errorOutage {
    padding-left: 20px;
    padding-right: 20px;
    width: 950px;
    margin: 0px auto;
    font-weight: 600;
    color: #FF0000;
    background: #fff;
}
.contentBodyselection label {
    font-weight: 600;
    color: #004990;
    padding-left: 10px;
}
.theme_box {
    width: 310px;
    height: 200px;
    background-color: #1E3575;
    padding: 60px 20px;
}
.theme_logo_img {
    width: 100px;
    height: 20px;
}
.theme_img {
    width: 640px;
    height: 200px;
}
.PADD20PX {
    padding: 20px;
}
.PADDL0PX {
    padding-left: 0px;
}
.PADDL10PX {
    padding-left: 10px;
}
.PADDR0PX {
    padding-right: 0px;
}
.PADDR10PX {
    padding-right: 10px;
}
.PADDL20PX {
    padding-left: 20px;
}
. .PADDL23PX {
    padding-left: 23px;
}
.PADDR20PX {
    padding-right: 20px;
}
.PADDT5PX {
    padding-top: 5px;
}
.PADDT15PX {
    padding-top: 15px;
}
.PADDT20PX {
    padding-top: 20px;
}
.PADDT10PX {
    padding-top: 10px;
}
.PADDB10PX {
    padding-bottom: 10px;
}
.PADDB20PX {
    padding-bottom: 20px;
}
.PADDTB5PX {
    padding-top: 5px;
    padding-bottom: 5px;
}
.MRGL5PX {
    margin-left: 5px !important;
}
.MRGR5PX {
    margin-right: 5px;
}
.MRGL10PX {
    margin-left: 10px;
}
.MRGL22PX {
    margin-left: 22px;
}
.MRGT10PX {
    margin-top: 10px;
}
.MRGT20PX {
    margin-top: 20px;
}
.MRGB20PX {
    margin-bottom: 20px;
}
.desc {
    padding-left: 23px;
}
.dsp-flx {
    display: flex;
}
.center {
    text-align: center;
}
.float-right {
    float: right;
}
.border_top{
    border-top: 1px solid #808284;
} 
.border_bottom {
    border-bottom: 1px solid #808284;
}
#confirmationNumber {
    margin-left: 22px;
}
.red {
    color: #E31937;
}
.underline {
    text-decoration: underline;
}
[type="submit"] {
    border: none;
    background-color: #0072CE;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}

[type="submit"]:hover {
    border: none;
    background-color: #1e3575;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}
.michigan-button {
    background-color: #0072CE;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
    text-decoration: none;
    }
.michigan-button:focus
 {
	background-color: #1e3575;
    color: #FFFFFF;
    text-decoration:none;
    
}
.michigan-button:hover
 {
	background-color: #1e3575;
    color: #FFFFFF;
    text-decoration:none;
    
}

#contentBodyactionButtons [type="submit"] {
    border: none;
    background-color: #0072ce;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}
#contentBodyactionButtons [type="submit"]:hover{
	 background-color: #1e3575;
    color: #fff;
}
#contentBodyactionButtons [type="submit"]:disabled{
	   background-color: #73767B;
    color: #fff;
}
#contentBodyactionButtons .formButtons {
    float: right;
    margin-top: 10px;
}
.formButtons input:nth-child(2) {
    margin-left: 5px;
}
#contentBodyactionButtons #Cancel,
#contentBodyactionButtons #Reset,
#contentBodyselectionButton #Cancel {
    border: none;
      background-color: #0072CE;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}
#contentBodyactionButtons #Back{
	 border: none;
    background-color: #0072CE;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}

#contentBodyactionButtons #Back:hover{
	border: none;
    background-color: #1e3575;
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}
.content_question {
    width: 400px;
}
.formLabel {
    margin-bottom: 0px;
    font-size: 16px;
    padding-bottom: 5px;
}
.contentBodyselection label, label.heading {
    font-weight: 600;
    color: #004990;
    padding-left: 10px;
}
.select-width-224px {
    width: 224px;
}
.width100{
    width: 100%;
}
.width90{
    width: 90%;
}
.width80{
    width: 80%;
}
.width50 {
    width: 50%;
}
.width40{
    width: 40%;
}
select{
    height: 30px;
}
label.heading {
    font-weight: 600;
    color: #004990;
}
/*STEP STYLE START*/
.stepwizard-row-4steps {
    width: 265px;
    margin: 0px auto;
}
.stepwizard-row {
    width: 396px;
    margin: 0px auto;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    margin-bottom: 1px;
    padding: 20px;
}
.stepwizard-row:before,.stepwizard-row-4steps:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 66px;
}
/*STEP STYLE END*/
/*table Style START*/
.tablerow {
    width: 100%;
}
.tablerow th {
    color: #ffffff;
    font-weight: 600;
}
.tablerow tr th,
.tablerow td {
    padding: 5px;
}
.tablerow tbody tr th,
.tablerow td {
    border-right: 2px solid #ffffff;
}
.tablerow tbody tr th:last-child,
.tablerow td:last-child {
    border-right: 0px;
}
.tablerow tbody tr:nth-child(even) {
    background: #dbdbdb;
}
.tablerow tbody tr:nth-child(odd) {
    background: #ffffff;
}
.tablerow tbody tr:first-child {
    background: #1E3575 ;
}
.tablerow.tablerowfont-12 td {
    font-size: 12px !important;
}
.tablerow.tablerowfont-14 td {
    font-size: 14px !important;
}
/*Table style END*/
.confirm_status {
    width: 800px;
    margin: 0px auto;
}
.confirm_status div {
    text-align: center;
    width: 260px;
    height: 54px;
}

#contentBodyRPPconfirmBoxtopLeft_on,
#contentBodyRPPconfirmBoxtopMiddle_on,
#contentBodyRPPconfirmBoxtopRight_on {
    background-color: #004990;
    color: #FFFFFF;
}
#contentBodyRPPconfirmBoxtopLeft_off,
#contentBodyRPPconfirmBoxtopMiddle_off,
#contentBodyRPPconfirmBoxtopRight_off {
    background-color: #E8E8E8;
    color: #808284;
}
.btn-circle {
    width: 46px;
    height: 46px;
    text-align: center;
    padding: 2px 0;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 23px;
    cursor: default;
}
.btn-default {
    background-color: #E8E8E8;
    color: #1E3575;
    border: 1px solid #1E3575;
}
.btn-primary {
    background-color: #E8E8E8;
    color: #1E3575;
    border: 1px solid #1E3575;
    
}
.btn-success {
    background-color: #1E3575;
    border: none;
}
.btn-default:hover {
    background-color: #FFFFFF;
    color: #808284;
}
.btn-primary:hover {
    background-color: #004990;
    border: none;
}
.btn-success:hover {
    background-color: #49a942;
    border: none;
}
.middle_section {
    width: 950px;
    margin: 0px auto;
    padding-bottom: 50px;
}

@media all and (max-width: 767px) {
    .nav_home_img {
        padding: 10px 10px 0px 10px;
    }
    .page_title {
        padding: 0px 10px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        width: 544px;
    }
    .megaNav-fw {
        min-width: 245px;
    }
}
/*New checkbox START*/
.checkbox-new:focus {
  outline: none;
}
.checkbox-new {
    position: relative;
    display: block !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-new input {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #0072ce;
    background: #fff;
    border-radius: 2px;
}

label.checkbox-new {
	 padding-left: 20px;
	 font-weight: 100;
}

.checkbox-new:hover input~.checkmark {
    background: #eee;
}

.checkbox-new input:checked~.checkmark {
    background-color: #1E3575;
    border: 1px solid #1e3575;
}
.checkbox-new input:disabled~.checkmark {
    background-color: #fff;
    border: 1px solid #B1B3B3;
}
.checkbox-new input:checked:disabled~.checkmark {
    background-color: #B1B3B3;
    border: 1px solid #B1B3B3;
}
.checkmark:after {
    position: absolute;

    display: none;

    content: '';
}

.checkbox-new input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-new .checkmark:after {
    top: 1px;
    left: 3px;

    width: 6px;
    height: 9px;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    border: solid white;
    border-width: 0 2px 2px 0;
}
/*New Checkbox END*/

/* New Radio button*/
input[type="radio"].css-checkbox + label.css-label span {
  line-height: 3.4rem;
}
input[type=radio].css-radio {
  display: none;
}
input[type=radio].css-radio + label.css-radio-label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMTRDMjcuNSAyMS40NTU4IDIxLjQ1NTggMjcuNSAxNCAyNy41QzYuNTQ0MTYgMjcuNSAwLjUgMjEuNDU1OCAwLjUgMTRDMC41IDYuNTQ0MTYgNi41NDQxNiAwLjUgMTQgMC41QzIxLjQ1NTggMC41IDI3LjUgNi41NDQxNiAyNy41IDE0WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iIzAwNzJDRSIvPgo8L3N2Zz4K);
  padding-left: 3.3rem;
  /* padding-right:1.0rem; */
  /*height: 2.8rem;*/
  display: inline-block;
  line-height: 2.8rem;
  /*max-height: 2.8rem;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}
input[type=radio].css-radio:checked + label.css-radio-label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCAyOEMyMS43MzIgMjggMjggMjEuNzMyIDI4IDE0QzI4IDYuMjY4MDEgMjEuNzMyIDAgMTQgMEM2LjI2ODAxIDAgMCA2LjI2ODAxIDAgMTRDMCAyMS43MzIgNi4yNjgwMSAyOCAxNCAyOFoiIGZpbGw9IiMxRTM1NzUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCAyMUMxNy44NjYgMjEgMjEgMTcuODY2IDIxIDE0QzIxIDEwLjEzNCAxNy44NjYgNyAxNCA3QzEwLjEzNCA3IDcgMTAuMTM0IDcgMTRDNyAxNy44NjYgMTAuMTM0IDIxIDE0IDIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position: 0 0;
}
label.css-radio-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAYAAADuMJi0AAADsUlEQVRYhe2XzYvbRhjGnxiLxVoYHcaNp2AdZIIWVgnRhriwyaVNAi05NLfS/AH9gF7aY6HXUOilh/bQ0HsJvbWHEEgCvax92FAcEoVaFBtWhk4Tz8EDHVMmoB5cedexLWtdqw3Fz0mMNO9vZjQz7/uciOM4RgYppTAcDiH6YqKdlikIITAMI0sYnEgDaq3Ri3qIoghSSlBKQSwCozgKroYKQzWEEAKEEDg1B7ZtLweMoghBEMAiFqp2NTWQ1hqcc4TtEADgnfbAGMsG1FrjYeshBoMB/B0flNLUEc8bqG3b8DwvHai1RrPRhGEYOF8/n/m/vCilFB7sPwCxCHzfnw9sNpoomaWpj5ZRMvgXoYXkIWyH0FrPXIZlZBgGdi/sgnOOKIomgUophGEIf8dfehnnQev1OoIggNb6EBiGIap2FYSQlcESUUphEQvdTncETM6a67orhyVyt1x0up0RkHMOxhhM08wNSCmFUTQghEAhuSXyFnuVQfQFCkM1BC0f73AvI7NkQkp5eCzyFrEItNYoKKX+LSYAoJDnZpkJBDA+lHlK9AWIRVCglEIIsbjHP5SUEmbJRIGWKfhvPFeY1hp90UeFVUYzBJDrLDnnMEsmTNMc/UPbtsfZOg+F7RBOzQHw96Zxag6UUuMLdtUw0zTHJUoBGKURf8dHO2xDSrkyGOccnW4H3unDHDu+aSil8DwPjUZjJVApJVqtFjzPm7irp4qopAjyfX9u5bVI3U4XQRDgrH92qtqbWSZyztFqtVCmZWx725lTlxACYTuEUgr11+ozs9DculRrjSAI0It6YIyhwiqglE7BpZQQfQHOOQZygJpTg1Nz5pYqqZV3Au5FPQgh0Bd9PNfPJ94XjSLKtIwKq4AxtrAmWghMtPYWa28xE7j2FstA/3NvUUzO2qXLl1I7Hvwu8cV3Ddy6/2TcZp8k+ODaOXx47VxqX3fLxf7+PtwtF8Us3uJx5xne/vR7yD/+nGiPnkp89u1PeNx5iq8/eSt1lsfyFh99eWcKdlS37j/BNz/8nBojs7fYexQh6D5LDQYANxcAM3uLvUe9hTBgtLxpenm9hX1ytUdlobe4unsKZHNjYaB3L2+nvs/sLazNDdx47/XUYGRzAzfefyP1m2N5i+tXPHz18ZszZ+o5r+DHz9+BlbIKR71F8ai3SMt91694uLp7Crebv4535MUzVVw8k57hgUlvgTiO4/Yv7bix14jz0r279+KDg4M4juN47S2W1tpbTOl/4y3+Alp0GD38N8tWAAAAAElFTkSuQmCC);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

------------------------------------------
/*custom bootstrap radio updated styles START*/
.custom-select .btn.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #b1b3b3;
    height: 36px;
    width: 100%;
    color: #2b2b2b !important;
    text-align: left !important;
    padding-right: 36px;
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
.custom-select .btn.dropdown-toggle:hover,
.custom-select .btn.dropdown-toggle:focus,
.custom-select .btn.dropdown-toggle:active{
    border: 1px solid #1E3575;
    color: #2b2b2b !important;
}
.custom-select .dropdown-menu > li > a {
    display: block;
    color: #0072CE;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
}
.custom-select .dropdown-menu > li > a:hover {
    background: #F5F5F5;
    color: #1E3575;
}
.custom-select .btn.dropdown-toggle .caret {
    background: #fff;
    z-index: 1;
    position: absolute;
    width: 36px;
    height: 34px;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-left: 1px solid #b1b3b3
}
.custom-select .btn.dropdown-toggle .caret:after{
    font-family: $icomoon;
    content:"\e900";
    color: $activeBlue;//$michigan;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.custom-select ul.dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}




