/* common */

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    min-width: 320px;
}

main.min-height {
    min-height: 420px;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.btn {
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.btn:hover, .btn:active, .btn:visited {
    text-decoration: none;
}

.btn.btn-orange {
    background-color: #247f3e;
    border-bottom: 2px solid #187332;
    color: #ffffff;
}

.btn.btn-orange:hover {
    background-color: #247F3E;
    color: #ffffff;
	opacity: 0.85;
}

.btn.btn-lightgray {
    background-color: #f5f5f5;
    border: 1px solid rgba(48, 48, 48, 0.2);
    border-bottom: 2px solid rgba(48, 48, 48, 0.2);
    color: #303030;
}

.btn.btn-lightgray:hover {
    background-color: #f9f9f9;
}

.color-purple {
    color: #247f3e;
}

input[type="text"], input[type="password"], select, textarea {
    background-color: #ffffff;
    border: 1px solid rgba(48, 48, 48, 0.2);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #303030;
    display: block;
    font-size: 12px;
    height: 28px;
    padding: 0px 12px;
    vertical-align: middle;
    width: 100%;
}

input:focus, textarea:focus {
    outline: none;
}

select {
    cursor: pointer;
}

textarea {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.error, textarea.error, select.error {
    border-color: #ff6666;
}

.error-line {
    color: #ff6666;
    font-weight: 600;
    margin: 5px 0 0 0;
}

ul:after {
    clear: both;
    content: "";
    display: block;
}

hr {
    background: rgba(48, 48, 48, 0.2);
    border: 0;
    height: 1px;
    margin: 0;
    padding: 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* breadcrumbs */

.breadcrumbs li {
    display: inline-block;
    padding-left: 20px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li a {
    color: #303030;
    font-size: 14px;
}

.breadcrumbs li:after {
    color: #303030;
    content: "\e600";
    font-family: "icomoon";
    font-size: 14px;
    margin-left: 20px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

/* main table definitions */

.responsive-table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    width: 100%;
}

.responsive-table .col-center {
    text-align: center;
}

.equal-table {
    table-layout: fixed;
}

.simple-table {
    border: 1px solid rgba(48, 48, 48, 0.2);
}

.simple-table th {
    border-bottom: 2px solid rgba(48, 48, 48, 0.2);
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
}

.simple-table td {
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
}

.simple-table tr + tr td {
    border-top: 1px solid rgba(48, 48, 48, 0.2);
}

.simple-table td a {
    color: #247f3e;
}

/* form element designs */

.form-element {
    margin-bottom: 15px;
}

.form-element label {
    color: #303030;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-element input, .form-element textarea {
    border-top-width: 3px;
    font-size: 14px;
    height: 34px;
}

.inline-form-element > input, .inline-form-element > .customselect {
    display: inline-block;
}

.inline-form-element .pre-phone-input {
    width: 20%;
}

.inline-form-element .pre-phone-input .customSelect {
    border-top-width: 3px;
    border-bottom-width: 1px;
}

.inline-form-element .phone-input {
    margin-left: 1%;
    width: 79%;
}

.inline-form-element .zip-input {
    width: 18%;
}

.inline-form-element .city-input {
    margin-left: 1%;
    width: 34%;
}

.inline-form-element .address-input {
    margin-left: 1%;
    width: 45%;
}

/* header */

header {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
}

.header-controls {
    padding-bottom: 14px;
    padding-top: 14px;
}

.header-controls > div {
    float: right;
}

.header-controls > div + div {
    margin-right: 15px;
}

.header-controls .login .header-dropdown-button .btn.btn-orange, .header-controls .logout .btn.btn-orange {
    border: 0;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    text-transform: none;
}

.header-controls .greeting {
    color: #247f3e;
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
}

.header-controls .greeting strong {
    color: #303030;
}

.header-controls .greeting > * {
    vertical-align: middle;
}

/* logo */

.logo {
    padding: 15px;
}

.logo h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.logo strong {
    height: 0;
    font-size: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}

.logo img {
    width: 104px;
    height: 50px;
}

/* navigation */

nav {
    border-bottom: 1px solid #A0CC3A;
}

.navbar ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    display: inline-block;
}

.navbar ul li a {
    color: #247f3e;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar ul li:hover a {
    color: #247f3e;
    text-decoration: none;
}

.navbar ul li.active a {
    border-bottom: 5px solid #A0CC3A;
}

.navbar ul li.orange a {
    color: #247f3e;
}

/* account 
login */

nav .account-login-title {
    color: #247f3e;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
    text-align: right;
}

nav .account-login-title a {
    color: #247f3e;
}

nav .account-login-title .icon {
    color: #A0CC3A;
    font-size: 35px;
    margin-right: 10px;
    position: relative;
    top: 8px;
}

.account-login {
    background-color: #f0f2f3;
    border-bottom: 3px;
    box-shadow: 0px 1px 0px #e5e9ea;
    margin: 90px auto 150px;
    width: 267px;
}

.account-login h2 {
    background-color: #4c4c4c;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    height: 75px;
    line-height: 75px;
    text-align: center;
    text-transform: uppercase;
}

.account-login form {
    border: 1px solid rgba(48, 48, 48, 0.2);
    border-bottom-width: 3px;
    padding: 20px;
}

.account-login .form-element {
    position: relative;
}

.account-login .form-element .icon {
    color: #bababa;
    left: 0;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
}

.account-login .form-element input {
    padding-left: 40px;
}

.account-login .btn {
    border: none;
    border-bottom: 2px solid #187332;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.account-login .account-login-link {
    color: #247f3e;
    display: block;
    font-size: 10px;
    margin-bottom: 7px;
    text-align: center;
}

/* account top menu */

.account-top-menu {
    margin: 0;
}

.account-top-menu > div {
    padding: 0;
}

.account-top-menu a {
    background-color: #f5f5f5;
    border: 1px solid rgba(48, 48, 48, 0.2);
    border-bottom: 0;
    display: block;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
}

.account-top-menu a.active, .account-top-menu a:hover {
    background-color: rgba(48, 48, 48, 0.2);
}

.account-top-menu a > * {
    vertical-align: middle;
}

.account-top-menu a .icon {
    color: #A0CC3A;
    font-size: 28px;
}

.account-top-menu a span {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
}

/* gray-header-box */

.gray-header-box-list {
    margin: 0 auto 60px auto;
}

.gray-header-box {
    border: 1px solid rgba(48, 48, 48, 0.2);
    border-bottom: 2px solid rgba(48, 48, 48, 0.2);
    margin-bottom: 20px;
}

.gray-header-box .box-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    padding: 15px 20px;
}

.gray-header-box .box-header h2, .gray-header-box .box-header h2 a, h2 {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

a {
    color: #247f3e;
}

.gray-header-box .box-header h2 a:hover {
    color: #247f3e;
    text-decoration: none;
}

.gray-header-box .box-header h2 > *, .gray-header-box .box-header h2 a > * {
    vertical-align: middle;
}

.gray-header-box .box-header .icon {
    color: #A0CC3A;
    font-size: 28px;
    margin-right: 10px;
}

.gray-header-box .box-content {
    padding: 10px 10px 10px 20px;
}

.gray-header-box .box-content h3 {
    padding: 10px 0;
}

.gray-header-box .box-content h3 a {
    color: #247f3e;
    font-size: 16px;
    font-weight: 600;
}

.gray-header-box .box-content h3 a:hover {
    color: #247f3e;
    text-decoration: none;
}

.gray-header-box .box-content h3 a > * {
    vertical-align: middle;
}

.gray-header-box .box-content .icon {
    color: #A0CC3A;
    font-size: 10px;
    margin-right: 10px;
}

/* account main page */

.account-page main {
    padding-bottom: 100px;
}

.account-page .gray-header-box-list {
    margin-top: 30px;
}

.account-page .account-balance {
    color: #303030;
    font-size: 14px;
    padding: 20px 20px 5px 20px;
}

.account-page .account-balance strong {
    color: #303030;
    display: block;
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
}

.account-page .account-services-info {
    color: #303030;
    font-size: 14px;
    padding: 20px 20px 5px 20px;
}

.account-page .account-services-info ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.account-page .account-services-info ul li {
    color: #247f3e;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
}

.account-page .account-services-info ul.state-1 li {
    width: 50%;
}

.account-page .account-services-info ul.state-2 li {
    font-size: 14px;
    width: 50%;
}

.account-page .account-services-info ul.state-3 li {
    font-size: 14px;
    width: 33.33333%;
}

.account-page .account-infos {
    color: #303030;
    font-size: 14px;
    padding: 14px 20px 15px 20px;
}

.account-page .account-infos p + p {
    padding-top: 15px;
}

.account-page .account-offer {
    padding: 0;
}

.account-page .gray-box-row-1 .box-content {
    min-height: 215px;
}

.account-page .gray-box-row-2 .box-content {
    min-height: 189px;
}

/* account invoice body */

.invoice-selection {
    padding: 60px 0 349px 0;
    text-align: center;
}

.invoice-selection > div {
    margin-bottom: 60px;
}

.invoice-selection .btn {
    padding: 7px 10px;
}

.invoice-image {
    background-color: transparent;
    background-image: url('../Content/images/sprite-invoice@2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 420px 130px;
    display: inline-block;
    height: 130px;
    margin-bottom: 20px;
    width: 105px;
}

.invoice-image.credit-card {
    background-position: -105px 0;
}

.invoice-image.e-invoice {
    background-position: -210px 0;
}

.invoice-image.payment-method {
    background-position: -315px 0;
}

/* account contract data body */

.contract-data {
    border: 1px solid rgba(48, 48, 48, 0.2);
    margin-bottom: 55px;
    margin-top: 60px;
    padding: 40px 0;
    position: relative;
}

.contract-data > div {
    border-right: 1px solid rgba(48, 48, 48, 0.2);
    padding-left: 45px;
    padding-right: 45px;
}

.contract-data > div + div {
    border-right: 0;
}

.contract-data .data-box + .data-box {
    margin-top: 60px;
}

.contract-data .data-box h2 {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contract-data .data-box h2 .icon {
    color: #A0CC3A;
    font-size: 30px;
    margin-right: 10px;
}

.contract-data .data-box h2 > * {
    vertical-align: middle;
}

.contract-data .data-box p {
    color: #303030;
    font-size: 14px;
    padding-top: 15px;
}

.contract-data .data-box p strong {
    color: #247f3e;
}

.contract-data .background-icon {
    bottom: 15px;
    color: #A0CC3A;
	opacity: 0.4;
    font-size: 200px;
    position: absolute;
    right: 15px;
    z-index: -1;
}

/* password change page */

.form-table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    width: 100%;
}

.form-table tr td {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
}

.password-change {
    margin-bottom: 230px;
    margin-top: 30px;
}

.password-change p {
    color: #303030;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.password-change .btn {
    margin: 20px 0;
}

/* bankcard-payment response */

.bankcard-payment-response {
    margin: 20px 0 185px 0;
}

.bankcard-payment-response .upper-button {
    margin-bottom: 10px;
    text-align: right;
}

.bankcard-payment-response .upper-button .btn > * {
    vertical-align: middle;
}

.bankcard-payment-response .upper-button .btn span {
    font-weight: 600;
    margin-left: 10px;
}

.bankcard-payment-response .response-text p {
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.bankcard-payment-response .response-details h2 {
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding-bottom: 5px;
}

.bankcard-payment-response .response-details table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 20px;
    padding: 0;
}

.bankcard-payment-response .response-details table td {
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
}

.bankcard-payment-response .response-details table td + td {
    font-weight: normal;
    padding-left: 20px;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    white-space: normal;
    word-break: break-all;
}

.bankcard-payment-response .bottom-button .btn {
    font-weight: bold;
}

/* bankcard-payment */

.bankcard-payment {
    margin: 20px 0 185px 0;
}

.bankcard-payment .upper-button {
    margin-bottom: 10px;
    text-align: right;
}

.bankcard-payment .upper-button .btn > * {
    vertical-align: middle;
}

.bankcard-payment .upper-button .btn span {
    font-weight: 600;
    margin-left: 10px;
}

.bankcard-payment .box-content {
    padding: 15px;
}

.bankcard-payment .box-content p {
    color: #303030;
    margin-bottom: 20px;
}

.bankcard-payment .box-content p > * {
    vertical-align: middle;
}

.bankcard-payment .box-content p a {
    color: #247f3e;
    font-weight: bold;
}

.bankcard-payment .box-content p span {
    padding-right: 10px;
}

.bankcard-payment .box-content p img {
    height: 25px;
    max-width: 100%;
    width: 300px;
}

.bankcard-payment .box-content table tfoot td {
    border-top: 1px solid rgba(48, 48, 48, 0.2);
    font-weight: bold;
}

.bankcard-payment .box-content .bottom-navigation-area {
    border-top: 1px solid rgba(48, 48, 48, 0.2);
    margin-top: 20px;
    padding-top: 20px;
}

.bankcard-payment .box-content .response-email {
}

.bankcard-payment .box-content .response-email label {
    color: #303030;
    font-weight: 600;
}

.bankcard-payment .box-content .response-email input {
    border-top-width: 3px;
    display: inline-block;
    height: 35px;
    margin-left: 10px;
    width: 300px;
}

.bankcard-payment .box-content .bottom-button {
    text-align: right;
}

/* internet 
settings */

.internet-settings {
    padding-top: 60px;
    padding-bottom: 80px;
}

.internet-settings .col-md-2 {
    margin-bottom: 20px;
}

.internet-settings .endpoint-menu-item,
.internet-settings .endpoint-content h2 {
    background-color: #f5f5f5;
    border: 1px solid rgba(48, 48, 48, 0.2);
    color: #303030;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: 58px;
    margin-bottom: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.internet-settings .endpoint-menu-item.active {
    background-color: rgba(48, 48, 48, 0.2);
    border-color: rgba(48, 48, 48, 0.2);
}

.internet-settings .endpoint-content {
    border: 1px solid rgba(48, 48, 48, 0.2);
    padding: 0 15px 15px;
}

.internet-settings .endpoint-content h2 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0 -15px 10px;
}

.internet-settings .endpoint-content h3 {
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.internet-settings .endpoint-content h2 + h3 {
    margin-top: 0;
}

.internet-settings .endpoint-content p {
    color: #303030;
    font-size: 14px;
    margin-bottom: 10px;
}

.internet-settings .endpoint-content .form-table {
    margin-bottom: 10px;
}

.internet-settings .endpoint-content .email-inline {
    margin-left: -25px;
    padding-top: 37px;
}

/* invoices and payments page */

.invoices-and-payments {
    margin-bottom: 90px;
}

.invoices-and-payments .upper-section {
    padding: 50px 0;
}

.invoices-and-payments .upper-section .main-title {
    color: #303030;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.invoices-and-payments .upper-section .breadcrumbs {
    padding-top: 8px;
    text-align: right;
}

.invoices-and-payments .balance span {
    color: #303030;
    font-size: 16px;
    font-weight: normal;
}

.invoices-and-payments .balance strong {
    color: #303030;
    font-size: 36px;
    font-weight: 600;
    margin: 0 50px;
}

.invoices-and-payments .box-content {
    padding: 15px;
}

.invoices-and-payments .table-box-content {
    padding: 0px;
}

.invoices-and-payments .table-box-content table {
    border: 0;
}

.invoices-and-payments .table-box-content .icon {
    color: #A0CC3A;
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
}

/* account left menu */

.account-left-menu a {
    background-color: #f5f5f5;
    border: 1px solid rgba(48, 48, 48, 0.2);
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}

.account-left-menu a.active, .account-left-menu a:hover {
    background-color: rgba(48, 48, 48, 0.2);
}

.account-left-menu a + a {
    margin-top: 5px;
}

.account-left-menu a > * {
    vertical-align: middle;
}

.account-left-menu a .icon {
    color: #A0CC3A;
    font-size: 28px;
}

.account-left-menu a span {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
    }

/* 
invoice details */

.invoice-details {
    margin-top: 60px;
}

.invoice-details .invoice-detail-box .box-content span {
    color: #303030;
}

.invoice-details .invoice-detail-box .box-content .icon {
    color: #A0CC3A;
    font-size: 14px;
}

.invoice-details .invoice-detail-box .box-content .col-md-6 {
    padding-top: 5px;
}

.invoice-details .invoice-detail-box .box-content strong {
    color: #303030;
    font-size: 36px;
    font-weight: 600;
    margin: 0 30px;
}

.invoice-details .einvoice-detail-box .box-content {
    padding: 0;
}

.invoice-details .einvoice-detail-box .box-content .simple-table {
    border: 0;
}

.invoice-details .einvoice-detail-box .box-content .simple-table a {
    text-decoration: none;
}

.invoice-details .einvoice-detail-box .box-content .simple-table a .icon {
    color: #A0CC3A;
    font-size: 18px;
    margin: 0;
}

.invoice-details .einvoice-detail-box .box-content .simple-table a:hover .icon {
    color: #A0CC3A;
}

.invoice-details .invoice-phone-number {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 40px;
    text-transform: uppercase;
}

.invoice-details .invoice-phone-number .icon {
    color: #A0CC3A;
    font-size: 10px;
    margin-right: 10px;
}

/* footer */

footer {
    background-color: #f5f5f5;
    border-top: 1px solid rgba(48, 48, 48, 0.2);
}

footer ul {
    list-style: none;
}

footer a {
    color: #303030;
}

footer a:hover {
    color: #247f3e;
    text-decoration: none;
}

.footer-1 {
    margin-bottom: 30px;
}

.footer-1 h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 2px 0;
}

.footer-1 ul li {
    font-size: 12px;
    padding: 1px 0;
}

.footer-2 .social a {
    display: inline-block;
    margin: 25px 0;
}

.footer-2 .social a + a {
    margin-left: 10px;
}

.footer-2 .social a img {
    width: 33px;
    height: 33px;
}

.footer-2 .awards {
    text-align: right;
}

.footer-2 .awards img {
    display: inline-block;
    margin: 15px 0;
}

.footer-2 .awards img + img {
    margin-left: 10px;
}

.footer-3 {
    color: #303030;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-3 ul li {
    float: right;
}

.footer-3 ul li + li {
    margin-right: 30px;
}

/* media queries */

@media screen and (max-width: 1199px) {
    .gray-header-box .box-header h2 {
        font-size: 18px;
    }

    .account-page .gray-box-row-2 .box-content {
        min-height: 0;
    }

    .bankcard-payment .box-content p img {
        display: block;
        margin-top: 5px;
    }

    .invoices-and-payments .balance strong {
        margin: 0 30px;
    }

    .invoice-details .invoice-detail-box .box-content strong {
        margin: 0 20px;
    }
}

@media screen and (max-width: 991px) {

    .navbar ul li a {
        font-size: 14px;
        padding: 30px 5px;
    }

    .account-page .gray-box-row-1 .box-content {
        min-height: 0;
    }

    .invoice-selection {
        padding-bottom: 0;
    }


    .contract-data > div {
        border-right: 0;
        margin-bottom: 60px;
    }

    .contract-data > div + div {
        margin-bottom: 0;
    }

    .contract-data .background-icon {
        display: none;
    }

    .account-left-menu {
        margin-bottom: 50px;
    }

    .invoice-details .invoice-detail-box .box-content .col-md-6 {
        padding-top: 30px;
    }

    .account-top-menu a span {
        display: block;
        margin-top: 10px;
    }


    .footer-3 {
        font-size: 10px;
    }

    .footer-3 ul li + li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 10px;
        text-align: center;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table td {
        display: block;
        padding-left: 50%;
        position: relative;
    }

    .responsive-table td:before {
        content: attr(data-header);
        font-weight: bold;
        left: 10px;
        padding-right: 10px;
        position: absolute;
        top: 5px;
        width: 45%;
        white-space: nowrap;
    }

    .responsive-table .col-center {
        text-align: left;
    }

    .simple-table tr + tr td {
        border: 0;
    }

    .simple-table tr + tr td:first-child {
        border-top: 1px solid rgba(48, 48, 48, 0.2);
    }

    .header-controls {
        background: #ffffff;
        border-top: 1px solid rgba(48, 48, 48, 0.2);
        padding: 0 15px;
    }

    .header-controls > div {
        display: inline-block;
        float: none;
        margin: 10px 0;
    }

    .header-controls .logout {
        float: right;
    }

    .header-controls .greeting {
        font-size: 14px;
        margin-top: 13px;
    }

    .header-controls .login {
        float: right;
    }

    .menu-toggle {
        background-color: #f5f5f5;
        border: 1px solid rgba(48, 48, 48, 0.2);
        cursor: pointer;
        display: inline-block;
        float: right;
        margin-top: 5px;
        padding: 5px 10px;
    }

    .menu-toggle .icon {
        color: #A0CC3A;
        font-size: 25px;
        vertical-align: middle;
    }

    .menu-toggle:hover .icon {
        color: #A0CC3A;
    }

    .navbar {
        background-color: #f5f5f5;
        display: none;
        float: none;
        padding: 0;
    }

    .navbar ul {
        border-top: 1px solid rgba(48, 48, 48, 0.2);
        float: none;
    }

    .navbar ul li {
        border-bottom: 1px solid rgba(48, 48, 48, 0.2);
        display: block;
    }

    .navbar ul li a {
        padding: 5px 0;
        text-align: center;
    }

    .navbar ul li.active a {
        border-bottom: 0;
    }

    .gray-header-box .box-content {
        padding: 10px 20px;
    }

    .gray-header-box .box-header h2 {
        font-size: 16px;
        font-weight: 700;
    }

    .gray-header-box .box-content a {
        font-size: 14px;
    }

    .account-page .account-services-info ul li {
        float: none;
        font-size: 16px !important;
        width: 100% !important;
    }

    .account-page .header-controls {
        background-color: #f5f5f5;
    }

    .contract-data {
        border: 0;
        margin-bottom: 0;
    }

    .contract-data > div {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .contract-data > div + div {
        margin-bottom: 0;
    }

    .contract-data .data-box {
        border-bottom: 1px solid rgba(48, 48, 48, 0.2);
        padding-bottom: 40px;
    }

    .contract-data .data-box + .data-box {
        margin-top: 40px;
    }

    .contract-data > div + div .data-box + .data-box {
        border-bottom: 0;
    }

    .account-login-page .logo, .account-login-page .account-login-title {
        text-align: center;
    }

    .account-login {
        margin: 30px auto 50px;
    }

    .password-change p {
        margin: 20px 0;
        text-align: center;
    }

    .password-change p br {
        display: none;
    }

    .password-change .action-btn {
        text-align: center;
    }

    .bankcard-payment-response .upper-button {
        margin-bottom: 30px;
        text-align: center;
    }

    .bankcard-payment-response .bottom-button .btn {
        font-size: 12px;
    }

    .bankcard-payment .upper-button {
        margin-bottom: 20px;
        text-align: center;
    }

    .bankcard-payment .box-content {
        padding: 15px;
    }

    .bankcard-payment .box-content table tfoot td {
        display: none;
    }

    .bankcard-payment .box-content table tfoot td:nth-child(6):before {
        content: 'Fizetendő:';
        display: inline-block;
    }

    .bankcard-payment .box-content table tfoot td:nth-child(6) {
        display: block;
        padding-top: 10px;
    }

    .bankcard-payment .box-content .bottom-navigation-area > * {
        text-align: center;
    }

    .bankcard-payment .box-content .response-email label {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }


    .bankcard-payment .box-content .response-email input {
        margin-left: 0;
        width: 260px;
    }

    .bankcard-payment .box-content .bottom-button {
        margin-top: 20px;
    }

    .invoices-and-payments .upper-section .breadcrumbs {
        margin-bottom: 10px;
        text-align: center;
    }

    .invoices-and-payments .upper-section .main-title {
        text-align: center;
    }

    .invoices-and-payments .box-content {
        padding: 15px;
    }

    .invoices-and-payments .balance .vcenter {
        display: block;
    }

    .invoices-and-payments .balance strong {
        display: block;
        margin: 0 0 10px 0;
    }

    .invoices-and-payments .table-box-content {
        padding: 5px;
    }

    .account-left-menu a span {
        font-size: 18px;
    }

    .inline-form-element .zip-input {
        width: 25%;
    }

    .inline-form-element .city-input {
        margin-left: 1%;
        width: 74%;
    }

    .inline-form-element .address-input {
        margin-left: 0;
        margin-top: 1%;
        width: 100%;
    }

    .invoice-details .invoice-detail-box .box-content .vcenter {
        display: block;
    }

    .invoice-details .invoice-detail-box .box-content strong {
        display: block;
        margin: 0 0 20px 0;
    }

    .invoice-details .invoice-phone-number {
        font-size: 14px;
    }

    .account-top-menu a {
        text-align: left;
    }

    .account-top-menu a span {
        display: inline-block;
        font-size: 18px;
        margin-top: 0;
    }

    footer {
        text-align: center;
    }

    .footer-2 .awards {
        text-align: center;
    }

    .footer-3 {
        font-size: 12px;
    }

    .footer-3 ul li {
        float: none;
    }

    .footer-3 ul li + li {
        margin: 0;
    }

    .footer-3 .copyright {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .navbar {
        display: block !important;
    }
}

/* Pager */

.pager {
    list-style: none;
    padding: 0;
    margin: .5em 0 0 0;
}

.pager li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
/*float: left;*/
.pager a, .pager span {
    font-size: .9em;
    display: block;
    padding: .3em .3em;
}

/*validation*/
.field-validation-error {
    color: red;
}

.validation-summary-errors {
    color: #FF0000;
    padding: 5px 0px 0px 0px;
    text-align: left;
}

.validation-summary-errors ul {
    padding-left: 0;
}

.validation-summary-errors {
    color: #ff0000;
    margin-top: 10px;
    width: auto;
}

.validation-summary-errors ul {
    list-style-image: none;
    list-style-type: none;
    margin-top: 10px;
}

.validation-summary-errors a {
    text-decoration: underline;
    color: #999;
}
