/*--fonts-------------------------------------------------*/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-regular.eot");
    src: local("?"), url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#PT Serif") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto-bold.eot");
    src: local("?"), url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#PT Serif") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-condensed.eot");
    src: local("?"), url("../fonts/roboto-condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed.woff") format("woff"), url("../fonts/roboto-condensed.ttf") format("truetype"), url("../fonts/roboto-condensed.svg#PT Serif") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/roboto-boldcondensed.eot");
    src: local("?"), url("../fonts/roboto-boldcondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-boldcondensed.woff") format("woff"), url("../fonts/roboto-boldcondensed.ttf") format("truetype"), url("../fonts/roboto-boldcondensed.svg#PT Serif") format("svg");
    font-weight: 700;
    font-style: normal;
}

/*--reset-------------------------------------------------*/

body {
    background-color: #f9f9f9;
    margin: 0 auto;
}
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}
body, form {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
p, form, div {
    padding: 0;
    margin: 0;
}
h2 {
    color:  #363636;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    font-family: 'Roboto Condensed';
}
* {
    outline: none;
}

/*--other-elements----------------------------------------*/

.hidden {
    display: none;
}
.visible {
    display: block;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}

/*--mockup------------------------------------------------*/

.mockup {
	background-color: #fff;
	position: absolute;
	width: 300px;
    border-radius: 2px;
    box-shadow: 0 1px 8px 2px rgba(160, 160, 160, .3);
    box-sizing: border-box;
    clear: both;
    left: 50%;
    top: 50%;
	margin-left: -150px;
    margin-top: -250px;
}
.mockup .close {
	font-size: 17px;
	font-family: 'Arial', sans-serif;
	color: #ffffff;
	position: absolute;
    top: 5px;
	right: 10px;
	cursor: pointer;
}
.mockup h2 {
	margin: 0;
}
.mockup a {
	text-decoration: none;
	/*text-align: center;*/
}
.mockup .text {
	margin: 25px 29px;
	/*text-align: center;*/
}

/*--form-elements-----------------------------------------*/

div.users-form {
	padding: 20px 50px;
}
label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.users-auth-form {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px 2px rgba(160, 160, 160, .3);
    box-sizing: border-box;
    clear: both;
    left: 50%;
    margin-left: -165px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    width: 330px;
}
.icheckbox_style {
    background-image: url("/images/icons/icon-element_ui.png");
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-bottom: 2px;
    padding: 0;
    vertical-align: middle;
    width: 16px;
}
.icheckbox_style:hover {
    background-position: 0px -17px;
}
.icheckbox_style.checked {
    background-position: 0px -34px;
}
.iradio_style {
    background-image: url("/images/icons/icon-element_ui.png");
    background-position: 0px -365px;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-bottom: 1px;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    width: 16px;
}
.iradio_style.checked {
    background-position: 0px -381px;
}
.users-auth-header {
    color: #D6D6D6;
    font-family: Arial;
    font-size: 26px;
    font-weight: normal;
}
.users-auth-input {
	width: 230px;
    background-color: #ffffff;
    border-color: #efc594;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 4px 1px -2px rgba(239, 197, 148, 0.4);
    box-sizing: border-box;
    font-family: Arial;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.users-auth-input-fifty {
	width: 110px;
}
input[type="text"].input-disabled, input[type="password"].input-disabled {
    border-color: rgb(160, 160, 160);
	box-shadow: inset 0px 4px 1px -2px rgba(224, 224, 224, 0.4);
}
input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
    border-radius: 4px;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    margin: 10px auto 10px auto;
    text-transform: uppercase;
    width: 120px;
}
input[type="submit"].orange {
    background-color: #fb8d03;
}
input[type="submit"].green {
    background-color: #72bf44;
}
input[type="submit"]:hover {
    background-color: #f78000;
}

/*--eye---------------------------------------------------*/

.users-auth-eye {
    height: 10px;
    left: 200px;
    position: absolute;
    top: 10px;
    width: 20px;
}
.eye-red {
    background: 0px 0px url('/images/auth/eye_red.png') no-repeat;
}
.eye-blue {
    background: 0px 0px url('/images/auth/eye_blue.png') no-repeat;
}

/*--icon-close--------------------------------------------*/

.icon-close {
    background-image: url('/images/auth/close.png');
    background-position: 0px 0px;
    display: inline-block;
    float: right;
    height: 13px;
    left: -10px;
    position: relative;
    top: -21px;
    width: 13px;
}

/*--elements----------------------------------------------*/

.header-block {
    background-color: #fb8d03;
    background-image: url('/images/auth/header.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    height: 100px;
    margin: auto;
    padding-top: 20px;
    width: 330px;
}
.left_array {
    background: 0px 0px url('/images/auth/left_array.png') no-repeat;
    float: left;
    height: 19px;
    margin-right: 5px;
    margin-top: -2px;
    width: 30px;
}

/*--text--------------------------------------------------*/

.text-description {
    color: #666666;
    font-family: Arial;
    font-size: 11px;
}
.text-suspend {
    background-color: #f2f2f2;
    box-sizing: border-box;
    color: #707070;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-family: Arial;
    font-size: 18px;
    font-size: 19px;
    font-weight: 700;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    width: 330px;
}
.text-suspend-enter {
    color: #363636;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*--text-color--------------------------------------------*/

.text-color-red {
    color: #A40000
}
.text-color-green {
    color: #549700
}

/*--messages----------------------------------------------*/

.messages {
    color: #FFD8D1;
    font-family: Arial;
    font-size: 12px;
    padding: 5px;
}
.errors {
    color: #b10808;
    font-family: Arial;
    font-size: 11px;
}
.town-container, .street-container {
	position: relative;
}
.town-list, .street-list {
	border-top-style: none;
	top: 40px;
	z-index: 10;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #efc594;
    display: none;
    height: 150px;
    margin-top: -15px;
    overflow-x: hidden;
    position: absolute;
    width: 228px;
}
.town-name, .street-name {
    font-family: Arial;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 6px;
}
.town-name:hover, .street-name:hover {
    background-color: #fff3ba;
}

/*--link--------------------------------------------------*/

.link {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
}
.link-solid {
    text-decoration: underline;
}
.link-dashed {
    border-bottom-color: #e96e00;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    text-decoration: none;
}
.link-orange {
	color: #e96e00;
}
.link:hover {
    color: #fb7d03;
}
.link:active {
    color: #e27e00;
}

/*--icons-------------------------------------------------*/

.icon-arrow {
	display: inline-block;
	position: absolute;
    background-image: url("/images/icons/icon-arrow.png");
    height: 11px;
    right: 10px;
    top: 10px;
    width: 17px;
}
.icon-arrow.arrow__down {
    background-position: 0 0;
    height: 10px;
    width: 16px;
}
.icon-arrow.arrow__down-orange {
    background-position: -32px 0;

}
.icon-arrow.arrow__up-orange {
	background-position: -49px 0;
}
.not_my_data {
	font-size: 12px;
    display: block;
    margin: 0 auto;
    width: 140px;
}
.back {
	background-image: url("/images/icons/icon-arrow.png");
	background-position: -32px 0;
	position: relative;
    display: inline-block;
    height: 11px;
    top: 2px;
    transform: rotate(90deg);
    width: 17px;
}

/*--custom-select-----------------------------------------*/

.customSelect {
	clear: both;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    position: relative;
}
.customSelect .selectedValue {
    background-color: #ffffff;
    border-color: #efc594;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0px 4px 1px -2px rgba(239, 197, 148, 0.4);
    font-family: Roboto;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
}
.customSelect .selectList {
    background-color: #fff;
    border-color: #efc594;
    border-radius: 0px 0px 4px 4px;
    border-style: solid;
    border-top-style: none;
    border-width: 1px;
    font-size: 12px;
    left: -999em;
    line-height: 30px;
    list-style: none;
    margin: 2px 0 0;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    top: -999em;
    z-index: 100;
}
.customSelect.select-open .selectList {
    left: 0 !important;
    top: 25px !important;
}
.customSelect.select-open .selectValueWrap .caret {
    background-position: -49px 0;
    height: 11px;
    width: 17px;
}
.customSelect .selectList dl {
    background: #fff;
}
.customSelect .selectList dl.defaultScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
}
.customSelect dl {
    margin: 0;
}
.customSelect dd {
    cursor: pointer;
    margin: 0;
    zoom: 1;
}
.customSelect .disabled {
    color: #999;
    cursor: default;
}
.customSelect .selected {
    color: #000;
    text-decoration: none;
    background-color: #ffefcc;
}
.customSelect .selectList dd.hovered {
    background-color: #ffefcc;
    color: #000;
}
.customSelect .selectList dd.disabled.hovered {
    background: none;
    color: #999;
}
.customSelect dt {
    font-weight: bold;
    font-style: italic;
    padding: 2px 10px 2px 6px;
}
.customSelect dd {
    padding-left: 10px;
}
select.custom {
    position: absolute;
    left: -999em;
}
select.custom.use-default {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px;
    height: auto;
    left: auto;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.customSelect.disabled .selectedValue {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: default;
}
.customSelect .caret {
    background-image: url("/images/icons/icon-arrow.png");
    display: inline-block;
    right: 12px;
    top: 11px;
}
.customSelect .selectValueWrap .caret {
    background-position: -32px 0;
    cursor: pointer;
    height: 11px;
    position: absolute;
    width: 17px;
}
.customSelect .jspPane, .jspPane {
    overflow-x: hidden;
    width: 100%;
}
.customSelect .jspVerticalBar, .jspVerticalBar {
    background: none;
}
.customSelect .jspHorizontalBar, .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}
.customSelect .jspTrack, .jspTrack {
    background-color: rgba(231, 195, 137, 0.3);
    border-radius: 5px;
    right: 10px;
    width: 5px;
}
.customSelect .jspDrag, .jspDrag {
    background-color: #fb8d03;
    border-radius: 5px;
    width: 5px;
}

/*--custom-scroll-----------------------------------------*/

.customSelect .jspPane {
    overflow-x: hidden;
    width: 100%;
}
.customSelect .jspVerticalBar {
    background: none;
}
.customSelect .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}
.customSelect .jspTrack {
    background-color: rgba(231, 195, 137, 0.3);
    border-radius: 5px;
    right: 12px;
    width: 5px;
}
.customSelect .jspDrag {
    background-color: #fb8d03;
    border-radius: 5px;
    width: 5px;
}
.button {
    width: 120px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
.button.yellow {
    background-color: #fb8d03;
}
.button.yellow:hover {
    background-color: #fb7d03;
}
.button.yellow:active {
    background-color: #e27e00;
}
.button-center {
    margin-left: auto;
    margin-right: auto;
}

/*--middlestatus------------------------------------------*/

.middlestatus
{
    width: 1000px;
    height: 300px;
    margin: 20% auto;
}

.middlestatus .internet-lock-img
{
    display: inline-block;
    float: left;

    width: 396px;
    height: 296px;

    background-image: url('/img/internet_lock.png');
}

.middlestatus .internet-lock-text
{
    font-family: 'Roboto Condensed';
    font-size: 18px;

    float: left;

    width: 480px;
    margin-left: 60px;

    text-align: left;

    color: #363636;
}

.middlestatus .internet-lock-text h1
{
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: 700;
    margin: 0;

    text-align: left;

    color: #363636;
}

.middlestatus .internet-lock-text .autopay {
    color: rgb(194, 194, 194);
}

.middlestatus .internet-lock-text .link
{
    text-decoration: none;
    font-size: 18px;
}

.middlestatus .internet-lock-text .link-solid
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.middlestatus .internet-lock-text .link-green
{
    color: #71be44;
    border-bottom-color: #71be44;
}

.middlestatus .internet-lock-text .bottom .logo
{
    float: left;

    width: 175px;
    height: 63px;

    background-image: url('/img/goodline_logo.png');
}

.middlestatus .internet-lock-text .bottom .button
{
    font-size: 15px;
    line-height: 30px;

    float: right;

    width: 221px;
    height: 30px;
    margin: 1.5px 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    background-color: #71be44;
}

.middlestatus .internet-lock-text .bottom .key
{
    float: right;

    width: 30px;
    height: 30px;
    margin: 1.5px 20px 1.5px 0;

    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    background-color: #309219;
    background-image: url('/img/key.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/*--end---------------------------------------------------*/
