/*
    Document   : outagereporting
    Created on : Jul 2, 2012, 10:31:40 AM
    Author     : ZawNaung
    Description:
        Purpose of the stylesheet follows.
*/
/** { margin:0; }*/
input {
	-webkit-appearance: none;
	-webkit-border-radius:0;cd
}
#ifactor_outage{
        display: table;
        width: 99%;
        /*max-width:645px;*/
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#ifactor_outage  #additional_info{
        float: left;
        width: 70%;
        font-size: 11px;
        padding: 10px 20px;
        line-height: 1.5;
        text-align: left;
        color: #999;
        display: none;
}

#ifactor_outage #header {
        display: table;
        width: 100%;
}

#ifactor_outage .app-notice {
	/*border: 5px solid red;*/
	font-size: 1.5em;
	margin-top: 10px;
	text-align: center;
}

#ifactor_outage #header ul {
        width:100%;
        display: block;
        padding: 0;
        margin: 0;
        /*-webkit-padding-start: 0px;
        -webkit-margin-after: 0em;
        -webkit-margin-before: 0em;*/
}
#ifactor_outage #header ul li {
        /*    border: 1px solid #000000;*/
        /*display: table-cell;*/
        float: left;
        list-style: none outside none;
        background-color: #9f3454;
        width: 24.6%;
}
#ifactor_outage.preferences #header ul li {
        /*    border: 1px solid #000000;*/
        /*display: table-cell;*/
        float: left;
        list-style: none outside none;
        background:#053B79;
        width: 33%;
}
#ifactor_outage #header ul li a {
        display:block;
        margin:0 0 0 0px;
        padding:10px 0;
        text-align:center;

        color:#fff;
        text-decoration:none;
        /*    line-height:1.0em;*/
        /*    font-size: 20px;*/
}

/*#ifactor_outage #header ul li a.active,
#ifactor_outage #header ul li a.active:hover */
#ifactor_outage #header ul li.active,
#ifactor_outage #header ul li.active:hover
{
        color:#fff;
        background:#6f243b;
}
#ifactor_outage.preferences #header ul li.active,
#ifactor_outage.preferences #header ul li.active:hover
{
        background:#032954;
}
#ifactor_outage #header ul li a span.tab_heading{
        display: block;
        text-align: center;
}
#ifactor_outage #header ul li a span.subheading{
        color: #CCC;
        display: block;
        font-size: 10px;
        text-align: center;
        line-height: 1.8em;
}


#ifactor_outage #form{
        margin: 0 20px;
}
/*#ifactor_outage #inputform{
    margin: 20px;
}*/
#ifactor_outage #info{
        margin-top:10px;
        padding: 30px 0px;
}
#ifactor_outage.preferences #info{
        margin-top:10px;
        padding: 15px 0px 30px;
}
#ifactor_outage .alerts-desc{
        display: none;

        box-sizing: border-box;
        max-height: 65px;
        border-top: 1px solid #D1D1D1;
        border-bottom: 1px solid #D1D1D1;
        overflow: hidden;
        padding: 0 25px 20px;
        margin-bottom: 15px;
        cursor: pointer;
        transition: max-height 150ms ease-out;
}
#ifactor_outage .alerts-desc.open{
        max-height: 300px;
}
#ifactor_outage .alerts-desc.updates-page{
        margin-top: 25px;
        margin-left: 20px;
        margin-right: 20px;
}
#ifactor_outage.preferences .alerts-desc{
        display:block;
}

#ifactor_outage .alerts-desc .alerts-desc-title{
        font-size: 16px;
        line-height: 63px;
        text-transform: uppercase;
        font-weight: bold;
}
#ifactor_outage .alerts-desc .alerts-desc-title .title-copy{
        display: inline-block;
        width: 90%;
        line-height: normal;
        padding: 22px 0;
}
#ifactor_outage .alerts-desc .alerts-desc-title .title-icon{
        width: 10%;
        margin-top:-2px;
        float: right;
        font-size: 30px;
        text-align: right;
        line-height: 63px;
}

#ifactor_outage .alerts-desc .alerts-desc-body{
        font-size: 12px;
}

#ifactor_outage #info .heading{
        /*    font-family: Arial; */
        font-size: 20px;
        padding-bottom:5px;
        display: block;
}
#ifactor_outage #info .preheading{
        /*    font-family: Arial; */
        font-size: 12px;
        /*text-transform:uppercase;*/
        padding-bottom:25px;
        display: block;
}
#ifactor_outage #info .subheading{
        /*    font-family: Arial; */
        font-size: 15px;
        display: block;
        color: #999;
}

#ifactor_outage #validation_inputForm{
        display: table;
        /*    font-family: Arial;*/
        font-size: 12px;
        width: 100%;
}
#ifactor_outage #validation_inputForm div.group{
        background-color: #999;
        display: table-row;
        padding: 15px 25px 15px 20px;
        width: 100%;
}
#ifactor_outage #validation_inputForm div.ungroup{
        /*        display: table-row;*/
        width: 100%;
        margin-top: 30px;
}
#ifactor_outage #validation_inputForm div.ungroup .group-label{
        display: block;
        /*        margin-top: 10px;*/
        font-size: 14px;
}
#ifactor_outage #validation_inputForm div.ungroup .group-input{
        border-radius: 6px;
        height: 25px;
        line-height: 25px;
        margin-top: 10px;
        border: 1px solid #999999;
        width: 30%;
        display: block;
}

#ifactor_outage #inputForm div.active{
        background-color: #9f3454;
}
#ifactor_outage.preferences #inputForm div.active{
        background-color: #053B79;
}

#ifactor_outage #validation_inputForm div.group .group-label{
        color: white;
        display: block;
        font-weight: 900;
        margin-left: 20px;
        margin-top: 10px;
}
#ifactor_outage #validation_inputForm div.group .group-input{
        border-radius: 6px;
        height: 25px;
        line-height: 25px;
        margin: 15px 10px 15px 20px;
        width: 80%;
}
#ifactor_outage #validation_inputForm div.group .shorten{
        width: 65%;
}
#ifactor_outage #inputForm hr{
        margin-top: 40px;
        margin-bottom: 30px;
}
#ifactor_outage #inputForm div.button_div{
        /*display: table-row;*/
        text-align: right;
}
#ifactor_outage div.button_div{
        /*display: table-row;*/
        text-align: right;
}

#ifactor_outage #copy{
        /*display: table-row;*/
        /*float:left;*/
        display:inline-block;
        width:75%;
        margin:0;
}
#ifactor_outage #copy.finish-step{
        width:100%;
}

#ifactor_outage #copy:after{
        content: "";
        display: table;
        clear: both;
}

#ifactor_outage .prefs-hr{
    margin: 0 0 20px;
}

#ifactor_outage div.button_div.right{
        /*display: table-row;*/
        display:inline-block;
        float:right;
        width:25%;
        margin-top:20px;
}
/*#ifactor_outage.preferences div.button_div.right{
        margin-top: 20px;
}*/

#ifactor_outage div.button_div .button{
    padding: 10px 30px;
    background: gray;
    color: white;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}
#ifactor_outage div.button_div .button.prefs{
    margin-right:20px;
}
#ifactor_outage div.button_div .active{
    background: #9f3454;
}
#ifactor_outage.preferences div.button_div .active{
    background: #00397B;
}

#ifactor_outage #success div.button_div{
        display: block;
        text-align: right;
}


#ifactor_outage #success hr{
        margin-top: 20px;
        margin-bottom: 20px;
}
/*#ifactor_outage #inputForm div.button input.active{
        background-color: #1E469A;
}*/

#ifactor_outage #survey-button.button_div{
    text-align: left;
    padding-bottom: 20px;
}
#ifactor_outage #survey-button.button_div input{
    max-width: 197px;
}

#ifactor_outage #inputForm span{
        /*font-size: 10px;*/
}
#ifactor_outage #inputForm span.hint{
        /*        border: 1px solid gray;
                border-radius: 5px;
                padding: 5px;
                margin: 5px;
                cursor: pointer;
                vertical-align: text-top;*/

}
#ifactor_outage #inputForm img.hint_icon{
        vertical-align: middle;
        width: 37px;
}


#ifactor_outage #error_box{
        font-size: 14px;
        background-color: #FDDD8C;
        padding: 8px 6px;
        border-radius: 8px;
        color: #9f3454;
        display: none;
}

/*#ifactor_outage #inputForm div.group label.error { float: left; color: red; margin-left: 20px; vertical-align: top; margin-left:150px;}*/
/*#ifactor_outage #inputForm div.ungroup label.error { float: left; color: red; margin-top: 10px; vertical-align: top; margin-left:150px;}*/
/*#ifactor_outage #report_inputForm label.error { float: left; color: red; margin-top: 10px; vertical-align: top; margin-left:150px;}*/
#ifactor_outage #inputForm #accountNumber_error label.error,
#ifactor_outage #inputForm #phoneNumber_error label.error,
#ifactor_outage #inputForm #zip_error label.error,
#ifactor_outage #report_inputForm #phoneNumber_error label.error,
#ifactor_outage #report_inputForm #cellPhone_error label.error{
        font-size: 11px;
        background-color: #FDDD8C;
        padding: 7px;
        border-radius: 8px;
        color: #9f3454;
        font-weight: 900;
        text-indent: 25px;
        background-image: url("/ui/images/slc-alert-icn.png");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 10px 6px;
        display: block;
        margin-bottom: 10px;
}

#ifactor_outage #header ul li a.tk-futura-pt {
        /*    font-size: 26px;*/
        font-size: 18px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#ifactor_outage #header ul li a span.tk-myriad-pro{
        font-weight: 600;
}
#ifactor_outage #info span.tk-futura-pt{
        font-size: 20px;
}
#ifactor_outage #info span.tk-myriad-pro{
        font-size: 15px;
}
#ifactor_outage #inputForm div.group .tk-myriad-pro{
        font-size: 12px;
}
/*#ifactor_outage #inputForm div.button input.tk-futura-pt{
        font-size: 13px;
        font-weight: 900;
}*/
#ifactor_outage #inputForm p{
        margin: 10px 0;
}
#ifactor_outage #inputForm p.tk-futura-pt{
        font-size: 16px;
}


/* status page*/
#ifactor_outage #inputForm #content table thead{
        background-color: #9f3454;
        color: white;
}

#ifactor_outage #inputForm table.accountList{
        border: 1px solid #999;
        width: 100%;
}
#ifactor_outage #inputForm table thead.fixHeader{
}
#ifactor_outage #inputForm table thead.fixHeader tr{
        display: block;
        position: relative;
        background-color : #9f3454;
}
#ifactor_outage.preferences #inputForm table thead.fixHeader tr{
        background-color : #053B79;
}
#ifactor_outage #inputForm table tbody.scrollContent{
        display: block;
        max-height: 150px;
        overflow: auto;
        width: 100%;
        max-height: none\9 ;
}
#ifactor_outage #inputForm table tbody.scrollContent tr:nth-child(even) {background: #FDDD8C;}
/*#ifactor_outage #inputForm table tbody.scrollContent tr:nth-child(odd) {background: #FFF;}*/
#ifactor_outage #inputForm table tbody.scrollContent tr{
        width: 100%; display: inline-block;
        height: auto;
}

#ifactor_outage #inputForm table tbody.scrollContent td.input{
        width: 25%;
        padding:5px;
        text-align: center;
        border-right: 1px solid #E5DADD;
}

#ifactor_outage #selection_inputForm table tbody.scrollContent td.input input{
    display:none;
}
#ifactor_outage #selection_inputForm table tbody.scrollContent td.input label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
#ifactor_outage.preferences #selection_inputForm table tbody.scrollContent td.input label:before{
    background-color: #053B79;
}
#ifactor_outage #selection_inputForm table tbody.scrollContent td.input label:before{
    content: "";
    display: inline-block;

    width: 14px;
    height: 14px;

    margin-right: 10px;
    position: absolute;
    left: 13px;
    bottom: -8px;
    background-color: #9F3454;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius:100%;
}
#ifactor_outage #selection_inputForm table tbody.scrollContent td.input input:checked + label:before{
    content: "\2022";
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    line-height: 100%;
}

#ifactor_outage #inputForm table tbody.scrollContent td.address{
        width: 100%;
        padding-left: 10px;
        margin-top: 2px;
    font-size: 90%;
}
#ifactor_outage #inputForm table tbody.scrollContent td.image{
        /*    width: 5%;*/
        min-width: 115px;
        white-space: nowrap;
        padding-right: 5px;
}

#ifactor_outage #inputForm table thead.fixHeader tr{
        text-align: left;
}
#ifactor_outage #inputForm table thead.fixHeader th{
        padding: 5px;
        text-align: left;
        white-space: nowrap;
}
#ifactor_outage #inputForm table thead.fixHeader th.input{
        width: 10%;
}
#ifactor_outage #inputForm table thead.fixHeader th.address{
        width: 70%;
        font-size:15px;
        margin-top: 2px;
        padding:10px 0;
}
#ifactor_outage #inputForm table thead.fixHeader th.image{
        width: 25%;
        margin-top: -2px;
}
/*#ifactor_outage #inputForm table tr,
#ifactor_outage #inputForm table td,
#ifactor_outage #inputForm table th{
        text-align: left;
        padding: 5px;

}*/


/*report page*/


#ifactor_outage #report_inputForm{
        /*        display: table;
                    font-family: Arial;
                font-size: 12px;
                width: 100%;*/
        /*display: inline-table;*/
        font-size: 12px;
        /*width: 70%;*/
        position: relative;
}
#ifactor_outage #report_inputForm div.group{
        background-color: #ccc;
        /*display: table-row;*/
        padding: 1px 0px 0px 0px;
        width: 100%;
}
#ifactor_outage #report_inputForm div.group .group-label{
        color: white;
        display: block;
        font-weight: 900;
        margin-left: 20px;
        margin-top: 10px;
}
#ifactor_outage #report_inputForm div.group .group-input{
        border-radius: 6px;
        height: 25px;
        line-height: 25px;
        margin: 10px 10px 15px 20px;
        width: 80%;
}
#ifactor_outage #report_inputForm div.group .shorten{
        /*width: 90%;*/
}
/*#ifactor_outage #report_inputForm div.option,*/
#ifactor_outage #report_inputForm div.phoneNumber
{
        /*display: table-row;*/
        width: 70%;
}

#ifactor_outage #report_inputForm div.phoneNumber .label{
        display: block;
        /*    margin-top: 10px;*/
        font-size: 12px;
}
#ifactor_outage #report_inputForm div.phoneNumber input{
        border-radius: 6px;
        height: 20px;
        line-height: 20px;
        margin-top: 10px;
        border: 1px solid #999999;
        width: 65%;
        display: block;
}

#ifactor_outage  div.option .label{
        font-size: 12px;
        margin-right: 10px;
}
#ifactor_outage  div.option select.input{
        border-radius: 6px;
        height: 20px;
        border: 1px solid #999999;
        width: 25%; /*width: 100px;*/

        padding-left: 5px;
        text-decoration: none;
        background-image: url('../images/form-art-tile.gif');
        background-repeat: repeat-x;
        border: 0;
        margin-bottom: 5px;
}
#ifactor_outage  div.option .tk-myriad-pro{
        font-weight: 900;
}
#ifactor_outage div.option
{
        display: block;
        /*    margin-top: 30px;*/
        width: 100%;
}
#ifactor_outage #report_inputForm img.hint_icon{
        margin-bottom: 10px;
        vertical-align: middle;
        width: 23px;
}


#ifactor_outage #report_inputForm div.active{
        background-color: #9f3454;
}

#ifactor_outage #report_inputForm div.checklist{
    margin: 10px 10px 10px 0px;
}
#ifactor_outage #report_inputForm div.checklist span{
        float:left;
        margin-right:10px;
}
#ifactor_outage #report_inputForm hr{
        margin-top: 20px;
        margin-bottom: 20px;
}

#ifactor_outage #report_inputForm div.button_div{
    /*display: table-row;*/
    text-align: right;
    padding-top: 20px;
}


#ifactor_outage #report_info{
        /*        padding: 20px 0px;*/
        padding-top: 40px;
}
#ifactor_outage #report_info .heading{
        /*    font-family: Arial; */
        font-size: 20px;
        padding-bottom:5px;
        display: block;
}
#ifactor_outage #report_info #outage-status-subheading{
    padding-bottom: 15px;
    color:#AAA;
}


#ifactor_outage #report_info .content{
        /*    font-family: Arial; */
        font-size: 15px;
        display: block;
        /*color: #999;*/
        /*    margin-bottom: 10px;*/
}

#ifactor_outage #report_info #status-attrib{
        font-size: 18px;
        color: #9f3454;
        font-weight: bold;
    display: inline-block;
    width: 70%;
}
#ifactor_outage #report_info .status-attrib-text{
        float: left;
        /*width: 60%;*/
}
#ifactor_outage #report_info .status-attrib-text .hr{
        margin: 20px 0;
        border-bottom:1px solid #DDD;
}
#ifactor_outage #report_info .status-attrib-map{
        float: right;
    /*width: 30%;*/
        /*height: 150px;*/
        /*width: 150px;*/
        /*    margin-top: -30px;*/
}
#ifactor_outage div.aux-text{
        font-size: 12px;
        display: block;
        color: #999;
        display: none;
        padding-bottom: 15px;
        font-weight: 900;
}

#ifactor_outage #report_inputForm div.checklist .tk-myriad-pro{
        font-weight: 600;
}
#ifactor_outage #report_info  span.tk-myriad-pro{
        font-size: 14px;
}
#ifactor_outage #inputForm div.group .tk-myriad-pro{
        font-size: 12px;
}

#ifactor_outage #termsandconditions{
        padding-top: 10px;
}
.option_aux_text,
#ifactor_outage #report_inputForm .callbackphone_aux_text{
        line-height: 1.5;color: gray;font-size: 11px;
}

input[type=text]
{
        padding-left: 5px;
        text-decoration: none;
        background-image: url('../images/form-art-tile.gif');
        background-repeat: repeat-x;
        border: 0;
}
#overlay {
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: 0px;
        width:100%;
        height:100%;
        text-align:center;
        z-index: 100;
        opacity: 0.5;
        /*IE 8 */
        -moz-opacity: 0.50; opacity:.50; filter: alpha(opacity=50);
        /***/
        background: url("../images/modal_bg.jpg");
}

#messageDialog {
        /*visibility: hidden;*/
        background-color: white;
        /*    border-bottom: 2px solid #666666;
            border-right: 2px solid #666666;*/
        padding: 5px;
        display: none;
        /*    left: 725px;*/
        position: absolute;
        /*    top: 141px;*/
        z-index: 200;
        top: 50px;
        left: 120px;
}
#messageDialog #messageDialogDetails{
        width: 250px;
}
#messageDialog img {
        border: medium none;
        clear: both;
        position: absolute;
        z-index: 200;
}
#messageDialog #closeButton {
        right: 5px;
        top: 5px;
}
#messageDialog #messageDialogCaption{
        display: block; background-color: #9f3454; color: white; padding: 5px;
}
#messageDialog #messageDialogDetails div.tk-futura-pt{
        font-size: 14px;
}
#messageDialog #messageDialogDetails p.tk-myriad-pro{
        font-size: 12px;
        padding: 5px;
}

/****Thank you page***/

#ifactor_outage #success{
        padding: 20px 0 0 20px;
}
#ifactor_outage #success .heading{
        /*    font-family: Arial; */
        font-size: 20px;
        padding-bottom:5px;
        display: block;
}
#ifactor_outage #success .thank_you_heading.tk-futura-pt{
        font-size: 20px;
}
#ifactor_outage #success .thank_you_text.tk-futura-pt,
#ifactor_outage #success .thank_you_aux_text{
        font-size: 22px;
        line-height: 1.2;
		font-weight:bold;
}
#ifactor_outage #success .status-attrib-text{
        font-size: 18px;
        color: #9f3454;
        font-weight: bold;
}

/****Preferences****/
#ifactor_outage #preferences-copy{
    padding: 20px;
    padding-right: 0;
    font-size: 15px;
    margin-top: 10px;
}
#ifactor_outage.preferences #preferences-copy{
    padding: 5px 0 25px 20px;
}

#ifactor_outage #preferences-copy .preferences-text, #ifactor_outage #preferences-copy .preferences-continue{
    font-weight:700;
}
#ifactor_outage #preferences-copy .preferences-optional{
    font-size:12px;
}

#loading {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
        display: none;
        opacity: 0.7;
        -moz-opacity: 0.50; opacity:.50; filter: alpha(opacity=50);
        background-color: #fff;
        z-index: 99;
        text-align: center;
}

#loading-image {
        position: absolute;
        top: 150px;
        /*left: 240px;*/
        z-index: 100;
}
.hint_icon:hover{
        cursor: pointer;
}

.tooltipsy
{
        padding: 10px;
        max-width: 250px;
        color: white;
        background-color: #999;
        border-radius: 10px;
        border: 1px solid #888;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 11px;
        letter-spacing: 0.1em;

        margin-left: -230px;
        /*-webkit-box-shadow: 0 0 10px black;
        -moz-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px rgba(0,0,0,0);*/
        box-shadow: 0 0 10px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
        -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
@-moz-document url-prefix() {
        .tooltipsy
        {
        /*        margin-left: -150px !important;  Firefox */
}
}

#logo{
    float:right;
    padding-right:30px;
}
#logo img{
    width: 119px;
    height: 90px;
    /*margin: 20px 10px 15px 40px;*/
}
#headerText{
    text-align:left;
    width:70%;
    text-decoration: none;
}

#headerText img{
    padding-top: 15px;
    padding-left: 2%;
    max-height: 80px;
    max-width: 70%;
}

#headerText .logo-span{
    padding-top: 15px;
    padding-left: 2%;
    line-height: 80px;
    font-size: 20px;
    color: #830539;
    font-weight: 400;
    max-width: 70%;
}

#changeLocale-footer {
    cursor:pointer;
    float:left;
}

#prefsgui {
    border:none;
}

#logo-header {
    padding-bottom:25px;
}
.preferences #logo-header {
    padding-bottom:0px;
}

@media screen and (max-width:639px){
    body {
        margin: 0;
    }
    #logo {
        padding-top: 15px;
    }
    #logo img {
        height:45px;
        width:auto;
    }

    /*#logo-header {
        padding-bottom:25px;
    }*/
    /*.preferences #logo-header {
        padding-bottom:0px;
    }*/
    #headerText .logo-span {
        padding-left: 20px;
    }
}
@media screen and (max-width:530px){
    #ifactor_outage.es-es .alerts-desc{
        padding: 0 10px 20px;
    }
}

@media screen and (max-width:500px){
    #ifactor_outage.es-es .alerts-desc .alerts-desc-title{
        font-size: 14px;
    }
}
@media screen and (max-width:460px){
    #ifactor_outage .alerts-desc{
        padding: 0 10px 20px;
    }
    #ifactor_outage .alerts-desc.open{
        max-height: 350px;
    }
    #ifactor_outage #validation_inputForm div.ungroup .group-input{
        width: 150px;
    }
    #ifactor_outage #header.es-es ul li a.tk-futura-pt .tab_heading,
    #ifactor_outage.preferences #header.es-es ul li a.tk-futura-pt .tab_heading {
        /*display:inline-block;*/
        font-size: 12px;
        line-height:22px;
        /*position:relative;*/
        /*height:21px;*/
    }
}

@media screen and (max-width: 425px) {
    #ifactor_outage.es-es .alerts-desc .alerts-desc-title .title-copy{
        width: 60%;
    }
    #ifactor_outage.es-es .alerts-desc .alerts-desc-title .title-copy{
        padding: 16px 0;
    }
}
@media screen and (max-width: 380px) {
    #ifactor_outage .alerts-desc .alerts-desc-title .title-copy{
        padding: 24px 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 370px) {
    #ifactor_outage .alerts-desc .alerts-desc-title{
        font-size: 14px;
    }
    #ifactor_outage .alerts-desc.open{
        max-height: 375px;
    }
    #ifactor_outage div.button_div .button {
        /*background: gray none repeat scroll 0 0;*/
        border: 0 none;
        border-radius: 8px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        padding: 10px 20px;
    }

    #ifactor_outage #header ul {
        /*padding-left: 10px;*/
    }

    #ifactor_outage #header ul li a {
        padding: 10px 0;
    }

    #ifactor_outage #header ul li a.tk-futura-pt {
        font-size: 18px;
    }

    #logo{
        padding-right: 20px;
        padding-top: 9px;
    }
}
@media screen and (max-width: 360px) {
    #ifactor_outage.es-es .alerts-desc .alerts-desc-title .title-copy{
        width: 80%;
    }
}

/* ------------------------------------------------
	Newer Updates
------------------------------------------------ */
body {
	/*background-color: #999999;*/
	margin: 0;
	padding: 0;
}

body > div {
	min-height: 100%;
}

#outageReportMain {
	background-color: #fff;
	margin: auto;
	max-width: 1024px;
	min-height: 100%;
}

#ifactor_outage {
	/*border: 1px solid red;*/
	box-sizing: border-box;
	margin: auto;
	width: 99%;
}

#ifactor_outage.preferences #header > ul {
	/*border: 5px solid red;*/
	box-sizing: border-box;
	display: table;
}

#ifactor_outage.preferences #header ul li,
#ifactor_outage #header ul li {
	display: table-cell;
	float: none;
	vertical-align: middle;
	/*width:33%;*/
	/*float: none;
	border: 1px solid red;
	display: table-cell !important;*/
}

#ifactor_outage.preferences #header ul li:nth-child(3) {
	width: 35%;
}

/* Dropdown styling */
.load-status select {
	display: none;
}
.select2-container {
	width: 100% !important;
}
.select2-container--open .select2-dropdown--below {
	margin-left: 8px;
	margin-top: 8px;
}

.hastip.retailProvider {
	/*float: right;
    margin-right: -50px;
    margin-top: -5px;*/
}


/*.group-input, .hastip {
	display: table-cell;
}*/
.row {
	display: table;
}
.cell {
	/*border: 5px solid red;*/
	box-sizing: border-box;
	display: table-cell !important;
}

#phone {
	padding-bottom: 10px;
}

#retail-provider-loading .group-label {
	font-weight: normal !important;
	text-indent: 20px;
}

#retail-provider {
	display: none;
}

#ifactor_outage #validation_inputForm div.group {
	box-sizing: border-box;
	display: block;
	padding: 10px;
}

#ifactor_outage #validation_inputForm div.group .shorten {
	/*width: 65%;*/
	width: 100%;
}
#ifactor_outage #validation_inputForm div.group .group-input {
	width: 100%;
}
.cell:nth-child(1) {
	/*border: 1px solid red;*/
	padding-right: 35px;
	width: 90%;
	/*width: 100%;*/
}

.spacer {
	/*border: 1px solid red;*/
	width: 30%;
}

#esiid .cell:nth-child(1) {
	width: 70%;
}

#esiid .spacer {
	/*border: 1px solid green;*/
	/*width: 80%;*/
}

.select2-container--open .select2-dropdown--below {
	margin: 0;
}

@media screen and (max-width: 480px) {
	body {
		/*border: 5px solid red;*/
		height: auto;
	}

	.cell:nth-child(1) {
		padding-right: 30px;
		width: 100% !important;
	}

	.cell:nth-child(2) {
		padding-right: 15px;
	}

	.spacer {
		/*width: 20px !important;*/
	}
}








/* bookmark */
#ifactor_outage #validation_inputForm .error-list.has-error {
	display: block;
}

#ifactor_outage #validation_inputForm .error-row {
	width: 100%;
}

#ifactor_outage #validation_inputForm .error-list .fa-exclamation-triangle {
	color: #e49900;
}

#ifactor_outage #validation_inputForm .error-list i {
	display: inline-block;
	padding-right: 10px;
}

#ifactor_outage #validation_inputForm .error-list {
	background: #ffefc1;
	border: 2px solid #FFC00B;
	/*border-radius: 8px;*/
	box-sizing: border-box;
	color: #EE3D42;
	display: none;
	line-height: 18px;
	list-style: none;
	margin: 10px 10px 0px 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.ungroup {
	/*border: 5px solid red;*/
}
.ungroup .error-list {
	/*display: inline-block;*/
	max-width: 95%;
}

#inputform .group h3 {
	/*background: white;*/
	/*display: block;*/
	display: none;
	color: white;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 300;
	margin: 0;
	/*margin-top: 0;*/
	padding: 20px;
}

#inputform .group h3 i {
	margin-right: 10px;
}

#retail-provider-loading {
	/*display: block !important;*/
}

#retail-provider-loading i {
	color: white;
	font-size: 14px;
	margin-left: 20px;
}

#retail-provider-loading .group-label {
	display: inline-block !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

body > div {
	min-height: auto !important;
}

#__lpform_accountNumber_icon {
	display: none !important;
	position: relative !important;
}

.panel {
	overflow: hidden !important;
}

#validation_inputForm #lookup-page-loading i {
	font-size: 1.0em;
	margin-right: 10px;
}

#validation_inputForm.preparing #lookup-page-body {
	display: none;
}

.phone-number-panel.panel .cell {
	vertical-align: middle;
}

#clearButton {
	color: #EE3D42;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0em;
	margin-right: 5px;
}

#outageReportMain.mode-4-step #phone .phone-number-panel > div:nth-child(2) {
	display: none !important;
}

#outageReportMain.mode-4-step #esiid .account-number-panel > div:nth-child(2) {
	display: none !important;
}

#ifactor_outage #header ul {
	display: table-row;
}

.mode-3-step #ifactor_outage #validation_inputForm .group.active {
	background-color: #053B79;
}

.mode-4-step #ifactor_outage #validation_inputForm .group.active {
	background-color: #9F3454;
}

#ifactor_outage #header ul li {
	width: 25%;
}
#outageReportMain.mode-3-step #acctMeter.acct-meter-id, #outageReportMain.mode-3-step .acct-meter-id {
	display: none;
}

#outageReportMain.mode-status #ifactor_outage #header ul li {
	width: 33.3%;
}

#outageReportMain.mode-status ul > img:nth-of-type(3) {
	display: none !important;
}

#outageReportMain.mode-status ul > li#step_4 {
	display: none !important;
}

.hide {
	display: none !important;
}

#acct-status {
        margin: auto;
        max-width: 720px;
        text-align: center;
}

.section {
	padding: 30px 0 20px 0;
}

.status-notice {
        color: #9F3454;
        font-size: 24px;
        font-weight: bold;
}
.status-action {
        font-size: 14px;
}