.left-nav {
    background-image: linear-gradient(to bottom,#006643 0,#007a50 100%) !important;
}


.sideNavFull {
    height: 215px !important;
    transition: height 1s linear;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
}

@media(min-width:360px) and (max-width:640px) {
    .left-nav {
        background: #007a50;
        font-family: "Open Sans", Arial, sans-serif;
        letter-spacing: -0.5px;
        line-height: 1.1;
        min-height: 0px !important;
    }
}

@media (min-width: 992px) {
    /*p {
        margin: 0 12.5px 12.5px 0;
    }*/
}

.left-nav {
    background: #007a50;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.1;
    min-height: 365px !important;
    min-height: 0px;
}

@media(min-width:768px) and (max-width:1024px) {
    @media(orientation:portrait) {
        .left-nav {
            background: #007a50;
            letter-spacing: -0.5px;
            line-height: 1.1;
            min-height: 365px !important;
        }
    }

    @media(orientation:landscape) {
        .left-nav {
            background: #007a50;
            font-family: "Open Sans Condensed", Arial, sans-serif;
            letter-spacing: -0.5px;
            line-height: 1.1;
            min-height: 365px !important;
            min-height: 0px;
        }
    }
}

@media(max-width:767px) {
    .left-nav {
        min-height: 0px !important;
        height: 0px;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        width: 95%;
        transition: height 1s linear;
        -webkit-transition: height 1s linear;
        -moz-transition: height 1s linear;
    }
}

.sideNavFull {
    height: 392px !important;
    transition: height 1s linear;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
}

.error {
    border: 1px solid #ff6600;
    padding: 15px 10px 15px 50px;
    color: #D8000C;
    background-color: #fff;
    background-image: url('images/important.gif');
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    border-color: #FF8040;
    color: #FF0000;
    list-style-type: decimal;
}

.style1 {
    height: 30px;
}

.style2 {
    height: 30px;
}

.divspacesmall {
    height: 10px;
}

.labelBoldText {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

.bluelabeltext {
    color: #005baa;
}

.dropDownListStyle {
    border-width: 2px;
    border-color: #d0d0d0;
    border-style: solid;
    border-collapse: collapse;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
}

.checkboxlist {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: Normal;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    height: 200px;
    text-align: left;
    background-color: White;
    opacity: 100%;
    text-decoration: None;
    color: #000000;
}

dropdown {
    border: 2px solid #d0d0d0;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 1em;
    font-style: Normal;
}

.multiLineTextbox {
    border: 2px solid #d0d0d0;
    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: .9em;
    font-style: Normal;
    overflow-x: hidden;
    overflow-y: auto;
}

.buttonStyle {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 0px 0px 5px;
}

.radioButtonListStyle {
    width: 100%;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.radioButton {
    border: 0px none #FFFFFF;
    border-collapse: collapse;
    cursor: pointer;
}

.buttonStyle {
    cursor: pointer;
}

select {
    padding: 2px 3px 2px 3px;
    border: 1.5px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: "Open Sans",Arial,sans-serif !important;
    font-size: 1em !important;
    overflow: hidden;
    width: 350px;
}

textarea, input[type="text"], input[type="password"] {
    font-size: 14px;
    width: 350px;
}
/* For TD fonts*/
#street-font {
    font-size: 14px;
}

#town-font {
    font-size: 14px;
}

#state-font {
    font-size: 14px;
}

#service {
    font-size: 14px;
}

#AddressIdentified {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#AddressLookup {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#Home {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#Email {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#BusName {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#PhoneField {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#spanPhoneOptional {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#Business {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}

#Phone {
    font-weight: bold;
    font-size: 13px;
    color: #383838;
}
/*ENd td fonts*/
.divspacelarge {
    height: 12px;
}

.validatorStyle {
    background-color: #f9dada;
    border-color: #FF8040;
    border-width: 3px;
    border-style: solid;
    color: #FF0000;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: .9em;
}

    .validatorStyle ul {
        padding: 0;
        margin: 0;
        padding-top: 0.6em;
        padding-bottom: 0.4em;
        padding-right: 0.4em;
        padding-left: 0.4em;
        list-style-position: inside;
    }

    .validatorStyle li {
        margin-bottom: 1em !important;
        background-image: url('') !important;
        list-style-type: decimal !important;
        padding: 3px 3px 3px 3px;
    }

.divError {
    margin-top: 5px;
    /*width: 720px;*/
    /*margin-left: 16px;*/
    margin-bottom: 10px;
}

.required {
    color: #ff0000;
}
/*.resultsgasAvailability
{
	color: #005baa;
	font-weight: bold;
	line-height: 1.7em !important;
	padding: 2px 2px 2px 2px;
	border-color: #005baa;
	border-width: 3px;
	border-style: solid;
}*/
.resultsgasAvailability {
    font-weight: normal;
}

.divblankspace {
    height: 20px;
}

.mapStyle {
    position: relative;
    top: 20px;
    width: 100%;
    height: 400px;
    border: #555555 2px solid;
}

.resultsdivclass {
    padding: 2px 2px 2px 2px;
    font-family: "Open Sans",Arial,sans-serif;
}

.resultsmessagedivclass {
    font-weight: normal;
    padding: 5px 5px 5px 5px;
    /*border-color: #3b83b5;
	border-width: 2px;
	border-style: solid;*/
}

    .resultsmessagedivclass a {
    }

.divBoxStyle {
    padding-left: 5px;
    /*border-color: #3b83b5;
	border-width: 2px;
	border-style: solid;*/
}

/* New css Added 18_11_2014*/
html {
    background-color: none;
}

#color {
    background-color: #fff;
    height: auto;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
    margin-left: -10px;
}



.btn {
    border-radius: 1px;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    min-width: 128px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
}

#MainContent_MainPanel {
    /*margin-left:20px;*/
    width: inherit;
}

.tile.tile-blue {
    padding: 0px;
    margin-top: 10px;
    font-size: 12px;
}

#reportOutageTile {
    margin-top: 10px;
    padding: 50px;
    font-size: 12px;
}

#phone {
    position: absolute;
    right: 14px;
    top: 10px;
}

#reportOutageTile1 {
    padding: 25px;
}
/*#progress{
    background-color :#fff;
    width:400px;
}*/

/*margin-top: 10px;

position: relative;
left:10px;

padding: 0px;*/
.coltiles {
    width: 67.6666666%;
}

.columntiles {
    width: 32.333333%;
}

#reportLinkCol {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    right: 8px;
}

#reportLinkCol1 {
    margin-top: 15px;
    /*margin-left:10px;*/
    position: relative;
    right: 16px;
}

#MainContent_WizardProgress {
    margin-top: 20px;
    margin-left: 68px;
}

.font {
    font-size: 10px;
    position: relative;
    top: 15px;
}

.tile .tile-icon {
    position: absolute;
    right: 45px;
    /* top: 15px; */
    /* bottom: 10px; */
}

.connected li {
    float: left;
    line-height: 11px;
}

#stay {
    list-style-type: none;
    position: relative;
    right: 37px;
}

#stay2 {
    font-weight: bold;
}

.smalltiles {
    background-color: #fff;
    /* padding-top: 34px; */
    padding: 20px;
}

/*@media (min-width: 992px) and (max-width: 1281px)
{
    #color1 {
     background-color:#fff;
    height:700px;
    padding-left: 25px;
margin-top: 15px;
margin-top: 15px;
position: relative;
left: 20px;
bottom:100px;
   }
}*/


/*for stay connected*/
/*.twitter a {
background-position: 0 -168px;
}
.connected a {
background: url('WebResource.axd?d=6JQod8DV8t3GQnIIIbE7gmgl6GZGLIBwzHXKaAEKQInWgjRifcefvick…oNNnDCwi-W1D6cLwmKR-xjjzbX8D2Mcd6mEGJVAlI4xO7izwX-o0&t=635455150990000000') 0 0 no-repeat;
display: block;
width: 36px;
height: 36px;
text-indent: -999em;
margin-right: 5px;
}
.leftCol li {
line-height: 13px;
}
.youtube a {
background-position: 0 -212px;
}
a, a:visited, a:active {
color: #0E71B8;
}
.facebook a {
background-position: 0 -122px;
}*/

/*for stay connected*/
.connected a {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

#twitter {
    color: #55acee;
}

#youtube {
    color: #e52d27;
}

#facebook {
    color: #3b5998;
}

.facebook {
    margin-right: 10px;
}

.youtube {
    margin-right: 10px;
    margin-left: 6px;
}
/*for map issue in safari*/
#mapDiv {
    height: 400px;
    width: 100% !important;
    position: relative;
    top: 0px;
}

.MicrosoftMap {
    height: 100% !important;
    width: 100% !important;
    position: relative;
}

.MicrosoftNav {
    height: 100% !important;
    width: 100% !important;
    position: relative;
}

.complete {
    -moz-padding-top: 1px;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

@-moz-document url-prefix() {
    #btnSubmit {
        position: relative;
       
    }
    /*.complete{
 padding-top:1px;
   }*/
}

#font-size {
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    /*margin-left:10px;*/
}

#table {
    margin-left: 20px;
}

#Footer {
    margin-top: 20px;
}
/* street type */

.btn.btn-select {
}

.bootstrap-select {
    font-family: "Open Sans",Arial,sans-serif !important;
    /*width: 350px !important;*/
}
 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 350px;
    }
.dropdown-menu > li > a {
    color: #000000;
}

.selectpicker {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

.sfsearchTxt {
    width: 100% !important;
}
/* street type */
#locate {
    position: relative;
    right: 23px\9;
}

.padding1 {
    position: relative;
    right: 27px\9;
}

.rebate1 {
    position: relative;
    right: 23px\9;
}

@media (min-width:1050px) and (max-width:1348px) {
    #MainContent_MainPanel {
        width: 600px;
    }

    .breadcrumb {
        margin-bottom: 0px;
    }

    .complete {
        position: relative;
        top: 12px;
    }

    #color1 {
        margin-top: 15px;
        position: relative;
        left: 20px;
        bottom: 100px;
    }

    #progress {
        background-color: #fff;
        height: 85px;
        width: 480px;
        /* margin-right: 12px; */
        position: relative;
        right: 10px;
    }

    .desktop {
        width: 600px;
    }

    .padding {
        width: 20% !important;
    }

    .margin {
        margin-left: 10px;
    }

    .lastpage {
        width: 600px;
    }

    .padding1 {
        padding-left: -6px\9;
    }

    .complete {
        position: relative;
        top: 12px;
    }
    /*.energy{
                  right:47px;
              }*/
}

@media (min-width:961px) and (max-width:1024px) {
    .smalltiles {
        height: 327px;
        right: 0px;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    #progress {
        background-color: #fff;
        height: 85px;
        /*width: 640px;*/
        /* margin-right: 12px; */
        position: relative;
    }
}

@media (min-width:600px) and (max-width:1024px) {
    @media screen and (orientation: portrait) {
        #MainContent_WizardProgress {
            margin-top: 20px;
            margin-left: 40px;
        }
    }
}

@media(min-width:961px) and (max-width:1024px) {
    #reportLinkCol {
        position: relative;
        /*left:20px;*/
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        right: 20px;
        bottom: 9px;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    #reportLinkCol1 {
        margin-top: 15px;
        /*margin-left:10px;*/
        position: relative;
        left: 10px;
    }
}

@media (min-width:641px) and (max-width:641px) {
    .smalltiles {
        height: 480px;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }
}

@media (min-width:320px) and (max-width:480px) {
    #progress {
        width: 90%;
        background-color: #fff;
        height: 85px;
    }

    #mapDiv {
        height: 400px;
        width: 320px;
        position: relative;
        top: 0px;
    }

    #reportOutageTile {
        margin-top: 10px;
        padding: 50px;
        font-size: 12px;
        width: 100%;
        margin-left: 0px;
    }


    .reset {
        margin-top: 15px;
    }

    @media screen and (orientation:landscape) {
        .margin {
            margin-left: 10px;
        }

        .complete {
            position: relative;
            top: 7px;
            padding-right: 6px;
        }

        .smalltiles {
            height: 330px;
        }
    }
}

@media screen and (min-width:360px)and (max-width:640px) {
    .smalltiles {
        height: 330px;
        margin: 0px;
    }

    #progress {
        width: 90%;
        background-color: #fff;
        height: 85px;
    }

    #MainContent_WizardProgress {
        margin-top: 20px;
        margin-left: 0px;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-right: -20px;
    }

    #color {
        right: 0px;
    }

    @media screen and (orientation:landscape) {
        #reportLinkCol {
            right: 9px;
        }
    }

    @media screen and (orientation:portrait) {
        #reportLinkCol {
            right: 0px;
        }

        #natural {
            width: 295px;
        }
    }

    #reportLinkCol1 {
        right: 13px;
    }

    .tile .tile-icon {
        right: 70px;
    }
}

@media screen and (min-width:1050px)and (max-width:1500px) {
    #MainContent_MainPanel {
        width: 600px;
    }

    .complete {
        padding-right: 6px;
    }

    

    #color1 {
        margin-top: 5px;
        position: relative;
        left: 20px;
        bottom: 100px;
    }

    .smalltiles {
        height: 450px;
    }

    .breadcrumb {
        margin-bottom: 0px;
    }

    .padding1 {
        padding-left: 6px;
    }

    #progress {
        background-color: #fff;
        height: 85px;
        position: relative;
        right: 10px;
        width: 520px;
    }

    #color {
        right: 10px;
    }

    .desktop {
        width: 600px;
    }

    .padding {
        padding-left: 5px;
    }

    .margin {
        margin-left: 10px;
    }

    padding1 {
        padding-left: 5px;
    }

    .padding {
        padding-left: 0px;
    }

    .lastpage {
        width: 600px;
    }

    .complete {
        position: relative;
        top: 12px;
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    body {
        overflow-x: hidden;
    }

    .login {
        padding-right: 0px;
    }

    #txtLocationZip {
        padding-left: 5px;
    }

   

    .smalltiles {
        height: 322px;
        margin: 0px;
    }

    .rebate {
        padding-left: 10px;
    }

    .rebate1 {
        padding-left: 10px;
    }

    .padding {
        padding-left: 5px;
    }

    .padding1 {
        padding-left: 12px;
    }

    .complete {
        position: relative;
        top: 12px;
        padding-right: 5px;
    }

    #reportOutageTile {
        margin-left: 20px;
        margin-top: 0px;
        padding: 65px;
        width: 262px;
    }

    #reportLinkCol1 {
        margin-left: 27px;
        width: 260px;
    }

    .tile .tile-icon {
        right: 72px;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    #progress {
        background-color: #fff;
        height: 85px;
        width: 480px;
    }

    #MainContent_WizardProgress {
        margin-top: 20px;
        margin-left: 195px;
    }
}

@media screen and (orientation:portrait) {
    #MainContent_WizardProgress {
        margin-top: 20px;
        margin-left: 112px;
    }

    p {
        margin: 0px 0px 12.5px 0px;
    }

    body {
        overflow-x: hidden;
    }

    .login {
        padding-right: 0px;
    }
    /*.tab{
         margin:0px;
         padding:0px;
     }*/
    .ipad1 {
        min-width: 100%;
    }

    .ipad1 {
        width: 100%;
    }

    @media (min-width: 768px) {
        .ipad1 {
            min-width: 100%;
        }
    }

    .ipad {
        min-width: 100%;
    }

    .ipad {
        width: 100%;
    }

    @media (min-width: 768px) {
        .ipad {
            min-width: 100%;
        }
    }

    .rebate {
        padding-left: 10px;
    }

    .rebate1 {
        padding-left: 10px;
    }

    .padding1 {
        padding-left: 0px;
    }

    .padding {
        position: relative;
        right: 5px;
    }

    #reportOutageTile {
        margin-left: 20px;
        margin-top: 0px;
        padding: 65px;
        width: 262px;
    }

    .complete {
        position: relative;
        top: 10px;
        padding-right: 5px;
    }

    .tile-center {
        overflow: visible;
    }

    #reportLinkCol {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        right: 20px;
        bottom: 20px;
    }

    #reportLinkCol1 {
        margin-left: 27px;
        width: 260px;
    }

    .tile .tile-icon {
        right: 20px;
        overflow: visible;
    }

    #color1 {
        margin-top: 0px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    .smalltiles {
        height: 457px;
    }

    #progress {
        width: 90%;
        background-color: #fff;
        height: 85px;
    }

    MapTypeId_a {
        overflow: visible;
    }

    .MicrosoftNav {
        overflow: visible;
    }

    #mapDiv {
        overflow: visible;
    }

    #MainContent_MainPanel {
        overflow: visible;
    }

    .MicrosoftMap {
        overflow: visible;
    }
}

@media screen and (min-width:480px)and (max-width:700px) {
    .ipad {
        margin-right: -13px;
        margin-left: 0px;
    }

    .tile .tile-icon {
        position: absolute;
        right: 76px;
        top: 25px;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (min-width:320px)and (max-width: 480px) {
    .tile .tile-icon {
        position: absolute;
        right: 45px;
        top: 25px;
    }

    body {
        overflow-x: hidden;
    }

    #MainContent_MainPanel {
        width: 100%;
    }

    .bootstrap-select {
        font-family: "Open Sans",Arial,sans-serif !important;
        width: 285px !important;
    }

    @media screen and (orientation:landscape) {

        .padding1 {
            padding-left: 0px;
        }

        #MainContent_WizardProgress {
            margin-left: 0px;
        }
    }

    textarea, input[type="text"], input[type="password"] {
        font-size: 14px;
        background-color: Transparent;
        width: 285px !important;
    }

    select {
        padding: 2px 3px 2px 3px;
        border: 1.5px solid #AAAAAA;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        font-family: "Open Sans",Arial,sans-serif !important;
        font-size: 1em !important;
        overflow: hidden;
        width: 285px !important;
    }

    .padding {
        position: relative;
        right: 0px;
    }

    .font {
        font-size: 10px;
        position: relative;
        top: 15px;
    }

    .rebate {
        padding-left: 0px;
    }

    table,
    tbody, td, tr {
        display: block;
        width: 100%;
    }

    .smalltiles {
        height: auto;
    }

    #MainContent_WizardProgress {
        margin-top: 20px;
        margin-left: 0px;
    }

    @media screen and (orientation: portrait) {

        .rebate1 {
            padding-left: 0px;
        }

        #natural {
            width: 295px;
        }

        .mobile {
            position: relative;
            right: 45px;
        }

        .firstpage {
            position: relative;
            right: 18px;
        }
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (orientation: portrait) {


    #reportLinkCol {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        right: 0px;
    }


    #reportLinkCol {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        bottom: 20px;
        /*right: 8px;*/
    }

    #reportOutageTile {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
        padding: 50px;
    }

    .tile.tile-blue {
        padding: 0px;
        margin-top: 10px;
        font-size: 12px;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (orientation:landscape) {
    .tile.tile-blue {
        padding: 15px;
        margin-top: 10px;
        font-size: 12px;
    }

    body div {
        overflow: visible;
    }

    .tile .tile-icon {
        position: absolute;
        right: 25px;
        top: 25px;
    }
    /*.energy{
        margin:0px;
        padding:0px;
    }*/


    #color {
        right: 0px;
    }

    #MainContent_MainPanel {
        width: 100%;
    }

    #table {
        margin-left: 0px;
    }

    #font-size {
        margin-left: 3px;
    }

    #progress {
        /*width:343px;*/
        margin-right: 0px;
        right: 0px;
    }

    #progess {
        width: 90%;
        background-color: #fff;
    }
}

@media screen and (min-width:360px)and (max-width:640px) {
    .padding {
        position: relative;
        right: 0px;
    }

    @media screen and (prientation:portrait) {
        .padding1 {
            padding-left: 0px;
        }
    }

    @media screen and (prientation:landscape) {
        .padding1 {
            padding-left: 6px;
        }
    }

    body {
        overflow-x: hidden;
    }

    #progress {
        width: 90%;
        background-color: #fff;
        height: 85px;
        overflow-x: hidden;
    }

    #mapDiv {
        height: 400px;
        width: 320px;
        position: relative;
        top: 0px;
    }

    #reportOutageTile {
        margin-top: 10px;
        padding: 50px;
        font-size: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .bootstrap-select {
        font-family: "Open Sans",Arial,sans-serif !important;
        width: 315px !important;
    }

    textarea, input[type="text"], input[type="password"] {
        font-size: 14px;
        background-color: Transparent;
        width: 315px !important;
    }

    select {
        padding: 2px 3px 2px 3px;
        border: 1.5px solid #AAAAAA;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        font-family: "Open Sans",Arial,sans-serif !important;
        font-size: 1em !important;
        overflow: hidden;
        width: 315px !important;
    }

    .reset {
        margin-top: 15px;
        padding-right: 6px;
    }

    @media screen and (orientation:landscape) {
        .margin {
            margin-left: 10px;
        }

        #MainContent_WizardProgress {
            margin-left: 0px;
        }



        .complete {
            position: relative;
            top: 7px;
            padding-right: 6px;
        }

        .smalltiles {
            /*height:330px;*/ height: auto;
        }

        #MainContent_WizardProgress {
            margin-top: 20px;
            margin-left: 0px;
        }
    }
}



/* for modal window */
@media screen and (min-width:320px) and (max-width:640px) {
    .modal {
        position: fixed;
        top: 30%;
        right: 3%;
        left: 3%;
        width: auto;
        margin: 0;
    }

    .modal-body {
        height: 60%;
    }

    .modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal {
        position: fixed;
        top: 20%;
        right: 3%;
        left: 3%;
        width: auto;
        margin: 0;
    }

    .modal-body {
        height: 60%;
    }

    .modal-body {
        max-height: 350px;
        padding: 15px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
