.info-bar {
    background: linear-gradient(to right, #00aac2, #134b61);
    color: #ffffff;
    padding: 12px 10px;
}

.info-bar .info-block {
    display: inline-table;
    table-layout: fixed;
}

.info-bar .info-block .info-content.date {
    line-height: 100%;
}

.info-bar .info-block.currency {
    font-size: 22px;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    white-space: nowrap;
}

.info-bar .info-block.currency span.currency {
    vertical-align: super;
    font-size: 15px;
}

.info-bar .info-block.currency img {
    margin-right: 10px;
}

.menu-left {
    padding: 10px 25px;
}

.menu-left ul {
    list-style: none;
    padding: 0;
}

.menu-left ul > li {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.menu-left ul > li a {
    color: #4f4e50;
}

.menu-left ul > li a.underline:hover {
    color: #f37944;
}

.pl-banner {
    padding: 0;
}

.pl-banner img {
    width: 100%;
}

.exchange {
    color: #5f4329;
}

.exchange .exchange-block {
    padding: 15px 10px;
}

.exchange .exchange-block:nth-child(1) {
    border-bottom: 1px solid #e7d9c1;
}

.exchange .exchange-block img {
    margin-bottom: 10px;
}

.exchange .exchange-block .read-more {
    margin: 25px 0 10px;
}

.exchange .exchange-block a {
    margin-top: 20px;
    padding: 7px 30px;
    color: #5f4329;
    border-radius: 20px;
    background-color: #e3d4b8;
}

.exchange .exchange-block a:hover {
    background-color: #e6d8bd;
}

.payment-information {
    border-left: 1px solid #e9e9e9;
    color: #b3b3b3;
}

.payment-information b {
    color: #707070;
}

.account-state-information {
    color: #4f4e50;
}

.account-state-information > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.account-state-information > div b {
    font-size: 16px;
}

.account-state-information > div p {
    margin-bottom: 25px;
}

.invoice-table {
    width: 100px;
}

.invoice-table tr {
    border-top: 1px solid #ededed;
}

.invoice-table tr th, td {
    padding: 10px;
}

.invoice-table tr th {
    text-align: center;
    background-color: #fcfcfc;
}

.login-sms {
    padding: 30px 15px 10px;
    text-align: center;
}

.login-sms .icon-sms {
    margin-bottom: 20px;
}

.login-sms a.read-more {
    margin-top: 10px;
    padding: 7px 30px;
    color: #5f4329;
    border-radius: 20px;
    background-color: #e3d4b8;
}

.login-sms a.read-more:hover {
    background-color: #e6d8bd;
}

.login-sms .sms-block {
    padding: 15px 0;
}

.login-sms .sms-block:nth-child(1) {
    border-bottom: 1px solid #eadfca;
}

.login-article {
    padding: 15px 15px;
}

.login-article .title {
    color: #00aac2;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.login-article p {
    color: #b8b8b8;
}

.login-article-box {
    height: 475px;
    border-right: 1px solid #ede5d7;
}

.login-article-box img {
    margin-bottom: 20px;
}

.disclaimer {
    margin-top: 40px;
    padding: 50px 15px;
    color: #b3b3b3;
    border-top: 2px solid #e9e9e9;
}

.disclaimer .disclaimer-menu {
    padding: 0 0 30px;
}

.disclaimer .disclaimer-menu .bordered-right {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #4c7686;
}

.disclaimer .disclaimer-menu .bordered-right:nth-child(1) {
    padding-left: 0;
}

.disclaimer .disclaimer-menu a {
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    color: #4c7686;
    text-transform: uppercase;
    font-size: 18px;
}

.disclaimer .disclaimer-menu a:hover {
    text-decoration: underline;
}

/* --- BOOTSTRAP FORM STYLE pre obsah .form-content ---*/
.form-content .title {
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    padding: 7px 10px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
}

.form-content .content {
    padding: 15px;
}

.form-content input, .form-content textarea, .form-content select, .form-content div.styled {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .075) inset;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 110, 49, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 110, 49, .6);
}

.form-control select:active, .form-control select:hover {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 110, 49, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 110, 49, .6);
}

.form-content .restyled-select {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url('../images/icon-arrow-bottom.svg') no-repeat 99% center #ddd;
    background-color: #ffffff;
    background-position: right 5px center;
}

.form-content .restyled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    height: 34px;
    text-overflow: '';
}

.form-content .restyled-select select > option {
    padding: 7px;
}

.form-content input[type='file'] {
    box-shadow: none;
    height: auto;
}

.form-content .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.form-content .file-upload-input {
    width: 250px;
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    display: inline-block;
}

.form-content .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #ff6e31;
    border-radius: 0 20px 20px 0;
}

.form-content .form-btn {
    background-color: #00aac2;
    color: #ffffff;
    padding: 10px 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    width: 145px;
    margin: 5px 0 5px;
    text-align: center;
    cursor: pointer;
}

.form-content .form-btn-white {
    background-color: #ffffff;
    color: #ff6e31;
    padding: 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #ff6e31;
    width: 145px;
    margin: 5px 0 5px;
    text-align: center;
    cursor: pointer;
}

.form-content .form-btn-white:hover, .form-content .form-btn-white:focus {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #ff6e31;
    color: #ffffff;
}

.form-content .form-btn.next {
    background-image: url('../images/icon-button-arrow-white.svg');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 9px;
}

.form-content .form-btn.back {
    background-image: url('../images/icon.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: 9px;
}

.form-content .form-btn:hover, .form-content .form-btn:focus {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #00aac2;
}

.form-content .radio-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #ffffff;
    cursor: not-allowed;
    background-color: #ff6e31;
    opacity: .5;
    filter: alpha(opacity=50);
    pointer-events: none;
}

#installationForm ul.nav li a {
    color: #ff6e31;
}

#installationForm ul.nav li:hover a {
    color: #ffffff;
}

#installationForm ul.nav li.active a {
    color: #ffffff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #ff6e31;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff6e31;
    opacity: .8;
    filter: alpha(opacity=80);
}

/* ---- restyled radio+checkbox --- */
input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox] + .lbl::before {
    width: 20px;
    height: 20px;
    font-size: 18px;
    padding: 2px 0 0 0;
}

input[type=checkbox] + .lbl, input[type=radio] + .lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}

input[type=checkbox] + .lbl::before, input[type=radio] + .lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    color: #ff6e31;
    content: "\a0";
    background-color: #fafafa;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -5px;
}

input[type=checkbox]:checked + .lbl::before, input[type=radio]:checked + .lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #f5f8fc;
    border-color: #ff6e31;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1); /* NOSONAR */
}

input[type=checkbox]:hover + .lbl::before,
input[type=radio]:hover + .lbl::before,
input[type=checkbox] + .lbl:hover::before,
input[type=radio] + .lbl:hover::before {
    border-color: #ff6e31;
}

input[type=checkbox]:active + .lbl::before,
input[type=radio]:active + .lbl::before,
input[type=checkbox]:checked:active + .lbl::before,
input[type=radio]:checked:active + .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

input[type=checkbox]:disabled + .lbl::before,
input[type=radio]:disabled + .lbl::before,
input[type=checkbox][disabled] + .lbl::before,
input[type=radio][disabled] + .lbl::before,
input[type=checkbox].disabled + .lbl::before,
input[type=radio].disabled + .lbl::before {
    background-color: #dddddd !important;
    border-color: #cccccc !important;
    box-shadow: none !important;
    color: #bbbbbb;
}

input[type=radio] + .lbl::before {
    border-radius: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding: 3px 0 0 0;
    width: 20px;
    height: 20px;
}

input[type=radio]:checked + .lbl::before {
    content: "\2022";
}

/* Table */
table.list-table {
    width: 100%;
}

table.list-table thead th {
    text-align: center;
    background-color: #ededed;
}

table.list-table th, table.list-table td {
    padding: 10px;
}

.dataTables_filter {
    float: right;
}

.dataTables_filter input {
    padding: 10px;
}

.dataTables_length {
    float: left;
}

.dataTables_length select {
    padding: 7px;
}

.dataTables_paginate {
    float: right;
}

/* bootstrap datatable */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: .5;
}

table.dataTable thead .sorting:after {
    opacity: .2;
    content: "\e150";
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child { /* NOSONAR */
    padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child { /* NOSONAR */
    padding-right: 0;
}

/* paging button default state, same as JUI default state */
.dataTables_paginate {
    display: inline-block;
}


.paginate_button {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #000;
    padding: 5px 7px;
    margin: 0 2px;
    cursor: pointer;
}

.paginate_button.current {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    cursor: default;
}

.paginate_button.current:hover {
    background-color: #ccc;
    color: #000;
}

.paginate_button.disabled {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #555;
    cursor: default;
}

.paginate_button:hover.disabled {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #555;
    cursor: default;
}

.paginate_button:hover {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #000;
}

.paginate_active {
    background-color: #ddd;
    border: 1px solid #ccc;
    color: #000;
}
