/*Temporary fix of onepage slider offset*/
.onepage-slider-offset {
    padding-top: 0px;
}

#cboxOverlay {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.9);
}

.background-lightgray {
    padding-top: 40px;
    background-color: #f0f0f0;
}

.panel-header, .panel-body {
    padding: 15px;
    background-color: #fff;
}

.dashboard {
    padding-top: 40px;
}

.dashboard .panel-body {
    padding: 20px 15px;
    height: 215px;
}

.panel-header {
    border-top: 3px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.panel-header h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    /*color: #0066b2;*/
    line-height: 1.2;
    letter-spacing: 0px;
}

.nopadding {
    padding: 0 !important;
}

.panel .table {
    margin-bottom: 0;
    margin-top: 15px !important;
}

.panel .table tr td {
    border-top: none;
}

.panel .table tr:last-of-type td {
    /*border-bottom-color: rgba(0,0,0,.1);*/
}

.panel .table td, .panel .table td {
    padding: 6px 15px;
}

.panel .table.table-condensed td {
    padding: 2px 15px;
}

.panel-body {
    padding-bottom: 30px
}

.show-all {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    text-align: right;
    padding: 10px 15px 12px;
    border-top: none;
    padding-top: 0;
}

.show-all a {
    padding: 1px 6px 3px;
    background-color: #0066b2;
    font-size: 11px;
    color: #fff;
}

.panel .panel-header .action {
    float: right;
}

.panel .table tr .action, .panel .panel-header .action {
    opacity: 0;
    transition: all .2s;
}

.panel .table tr:hover .action, .panel:hover .panel-header .action {
    opacity: 1;
}

a.action {
    color: #bbb;
    font-size: 120%;
    line-height: 1;
}

a.action:hover {
    color: #0066b2;
}

.icon-left {
    margin-right: .5em;
}

.credit {
    position: absolute;
    right: 15px;
    float: right;
    top: -100px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.credit strong {
    margin: 0 10px;
    font-size: 24px;
    color: #0066b2;
    vertical-align: -2px;
}

.btn.btn-sm {
    padding: 3px !important;
    font-size: 10px;
}

.panel-body h4 {
    font-weight: 500;
}

.panel-body h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.panel-body *:last-child {
    margin-bottom: 0;
}

.panel-body *:first-child {
    margin-top: 0;
}

/* Masonry like */
@media (min-width: 576px){
    .panel-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .panel-columns .panel {
        display: inline-block;
        width: 100%;
    }
}

.panel {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.text-success {
    color: #1ab394;
}

.text-danger {
    color: #ed5565;
}

.infobox {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.points {
    text-transform: none;
    font-size: 24px;
    color: #0066b2;
    font-weight: 600;
    /*line-height: .8;*/
}

.infobox small {
    font-size: 16px;
    vertical-align: 10px;
}

/*.panel .table td.date {*/
    /*color: #ccc;*/
    /*font-size: 12px;*/
    /*font-weight: 600;*/
    /*vertical-align: middle;*/
/*}*/

.panel.background-icon {
    position: relative;
}

.panel.background-icon:after {
    font-family: fontawesome;
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 180px;
    content: "";
    line-height: 1;
    opacity: .07;
    pointer-events: none;
    transform: rotate(-20deg);
}

.panel.background-icon.user:after {
    content: "\f007";
}

.panel.background-icon.car:after {
    content: "\f1b9";
    font-size: 160px;
    bottom: 30px;
}

.panel.background-icon.card:after {
    content: "\f09d";
    bottom: 20px;
    font-size: 160px;
}

.text-warning {
    color: #e8ba16;
}

tr.active td {
    background-color: transparent !important;
    font-weight: 600;
}

tr.active i {
    color: #1ab394
}

tr.active a:hover i {
    color: #12806a
}

tr a i {
    color: #bbb;
}

tr a:hover i {
    color: #888;
}

.panel.panel-list .panel-body {
    height: auto;
    overflow: visible;
}

.panel.panel-list table {
    margin-top: 0 !important;
}

.panel.panel-list table tr:first-of-type td {
    padding-top: 20px;
}

.panel.panel-list table tr:last-of-type td {
    padding-bottom: 20px;
}

.panel.panel-list table tr th {
    margin-top: 0 !important;
    padding: 15px;
}

.panel.panel-list table tr td {
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,.05);
}

.panel.panel-list table tr.accordion-wrapper td {
    border-top: none;
}

.accordion-wrapper td {
    padding: 0 !important;
}

.accordion-wrapper .more-info {
    padding: 20px;
    border-radius: 2px;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin: 10px 20px 20px;
    text-align: center;
}

.accordion-wrapper .more-info .info {
    color: #999;
}

.accordion-wrapper .more-info .info strong {
    color: #666;
    margin-left: 4px;
}

.accordion-wrapper .more-info .info:not(:last-of-type):after {
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    color: #ccc;
    content: '•';
}

.accordion-control {
    width: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.car-detail {
    padding-top: 40px;
}

.car-detail .credit {
    top: -100px;
}

.panel.panel-gray {
    border: 1px solid #eee;
}

.panel-gray .panel-header, .panel-gray .panel-body {
    background-color: #f9f9f9;
}

.car-detail h3 {
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}

.car-title {
    font-weight: 600;
    color: #0066b2;
    font-size: 28px;
    margin-bottom: 20px;
}

.car-info > div {
    font-size: 15px;
}

.car-info > div:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.car-info .pull-right {
    font-weight: 600;
}

.car-detail .order-title {
    color: #0066b2;
    margin-bottom: 30px;
}

.car-detail .order .date {
    font-weight: 600;
    color: #aaa;
}

.car-detail .order .price .value {
    font-size: 28px;
    font-weight: 600;
    color: #0066b2;
    line-height: 1;
    margin-top: 8px
}

.right-separator {
    position: relative;
}

.right-separator:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-right: 1px solid rgba(0,0,0,.07);
}

.services-list {
    list-style: none;
    padding-left: 0;
    color: #999;
}

.services-list li {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: block;
    color: #666;
    font-weight: 600;
}

.services-list li:before {
    font-size: 11px;
    position: absolute;
    margin-left: -20px;
    content: "\f058";
    font-family: fontawesome;
    color: #666;
}

.services-list.main-list li {
    color: #0066b2;
}

.services-list.main-list li:before {
    color: #0066b2;
}

.order.panel .panel-body {
    padding: 20px;
}

.order.panel h3 {
    text-transform: uppercase;
    color: #aaa;
    font-size: 17px;
}

.btn-detail, .btn-detail:hover {
    padding: 4px 8px;
}

.main-services {
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.main-services h4 {
    margin-bottom: 10px;
}

.order-detail .subtitle {
    color: #aaa;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.order-detail .price {
    color: #1ab394;
    font-weight: 600;
    font-size: 30px;
    margin-left: 6px;
}

.discount {
    vertical-align: 5px;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #ed5565;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}

.order-detail .order-title {
    font-weight: 400;
    font-size: 24px;
    color: #888;
    margin-bottom: 30px;
    position: relative;
}

.main-services .order-title, .additional-services .order-title {
    padding-left: 25px;
    margin-bottom: 5px;
    margin-top: 0;
}

.main-services .order-title:before, .additional-services .order-title:before {
    content: "\f058";
    font-family: fontawesome;
    left: 0;
    font-size: 80%;
    position: absolute;
    margin-top: 2px;
}

.additional-services .order-title {
    font-size: 18px;
    color: #666;
}

.main-services .pull-left h2 {
    color: #0066b2;
    font-weight: 400;
}

.main-services .pull-right h4 {
    color: #555;
    font-weight: 600;
}

.main-services .pull-right h2 {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
}

.additional-service:first-of-type {
    margin-top: 20px;
}

.additional-service:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.additional-service .service-info {
    float: left;
}

.additional-service .service-info h3 {
    color: #0066b2;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.additional-service .service-info h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

.additional-service .service-price {
    float: right;
    font-size: 22px;
    font-weight: 600;
    color: #555;
}

.table.order-details {
    margin-top: 0 !important;
    margin-bottom: -20px;
}

.table.order-details tr td {
    padding: 12px 0;
}

.table.order-details tr td i {
    margin-right: 8px;
    /*color: #888;*/
}

.table.order-details tr:not(:last-of-type) td {
    border-bottom: 1px solid rgba(0,0,0,.04);
}

#topBar a.social {
    width: auto;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 6px;
    height: auto;
}

#topBar a.social:hover {
    color: #fff;
    background-color: #0066b2;
}

#topBar .btn {
    font-size: 13px;
}

#topBar .btn-primary {
    padding: 3px 8px;
}

.user {
    color: #aaa;
}

.user strong {
    margin-left: 3px;
    color: #666;
    border-right: 1px solid rgba(0,0,0,.1);
    padding-right: 18px;
}

.user-nav {
    margin-top: 30px;
}

.user-nav > * {
    margin-right: 15px;
}

.user-nav > *:last-child {
    margin-right: 0;
}

.bull-separator {
    margin: .4em;
    color: #ccc;
}

.editable-submit, .editable-cancel {
    height: 37px;
    margin-bottom: 0 !important;
    border-width: 2px;
    width: 36px;
}

.popover-title {
    text-align: center;
    font-weight: 600;
}

.popover select {
    margin-bottom: 0;
}

.popover .form-inline {
    padding: 0;
}

.card-name {
    padding-right: 40px !important;
}

.card-name .label {
    position: relative;
    transform: translateX(93%);
    top: -10px;
    font-weight: 600;
    font-size: 8px;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin-left: -51px;
}

.label-success {
    background-color: #1ab394;
}

.card-checkbox:hover i {
    color: #1ab394;
}

.card-checkbox i {
    line-height: 1.1;
    font-size: 120%;
}

.uskladnenky .panel-header {
    /*border-bottom: none;*/
    padding: 20px 15px;
}

.uskladnenky .panel-header .subtitle {
    /*color: #0066b2;*/
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.uskladnenky .panel.panel-list table tr:first-of-type td {
    padding-top: 15px;
}

td.accordion-control {
    font-size: 0;
}

.accordion-control a {
    font-size: 20px;
    line-height: .1;
}

h2.title_page {
    line-height: 1.2;
    float: left;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    font-size: 18px;
    /*color: #0066b2;*/
    letter-spacing: 0px;
    padding-bottom: 0px;
    margin: 0 0 0px;
    border-bottom: 0px !important;
}
.dashboard h2.title_page {
    font-size: 12px;
}



h2.title_page strong{
    font-weight: 600;
}

.status-bar {
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: -15px;
}

.status-bar .credit {
    position: static;
}

section.page-title h2 {
    border-bottom: none;
}

#topNav ul.nav>li a {
    padding: 15px;
}

#topMain li:last-of-type {
    float: right;
}

#topMain li:nth-last-of-type(2) {
    border-right: 1px solid #eee;
}

.children-menu {
    border-right: 0px !important;
    padding-left: 10px;
}

.btn-account {
    display: none;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 24px !important;
    padding: 0 !important;
    color: #0066b2;
}

@media (max-width: 990px) {
    .btn-account {
        display: block;
    }

    .status-bar h2.title_page {
        text-align: center;
        line-height: 1.6;
        padding-bottom: 20px;
        float: none;
    }

    .status-bar .credit {
        float: none;
    }

    .credit {
        left: 15px;
        text-align: center;
        top: -85px;
    }

    .page-title {
        padding-bottom: 40px !important;
    }

    .nav-account-collapse {
        float: none !important;
    }

    .user-nav {
        text-align: center;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .user {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .user strong {
        border: 0;
    }

    #topMain li:last-of-type {
        float: none;
    }

    .btn-menu {
        background-color: #0066b2 !important;
        border-radius: 3px !important;
        padding: 4px 7px !important;
        margin-top: 8px !important;
        margin-bottom: 7px !important;
        margin-right: 12px !important;
    }

    #topBar a.logo {
        width: 300px;
        display: block;
        text-align: center;
        margin: 6px auto;
        float: none;
    }

   .navbar-collapse.collapse {
       display: none !important;
   }

   .navbar-collapse.collapse.in {
       display: block !important;
   }
}

.legend {
    margin-top: 40px;
    text-align: right;
}

.legend .legend-item {
    display: inline-block;
    margin-left: 30px;
}

.legend .legend-color {
    display: inline-block;
    width: 40px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: -3px;
}

.sky-form.boxed fieldset.dashed-vertical {
    padding: 0;
}

.sky-form.boxed fieldset.dashed-vertical label {
    font-weight: 600;
}

.btn-facebook, .btn-google-plus {
    text-align: center;
    min-width: 240px;
    margin-left: 0;
}

/* Katalog odmien */

.rewards-container {
    padding-left: 48px;
    padding-right: 48px;
}

.rewards-container h2 {
    font-size: 58px;
    line-height: 58px;
    color: #8a8a8a;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.rewards-container .reward-info {
    font-size: 28px;
    line-height: 34px;
    color: #8a8a8a;
    display: inline-block;
    padding-top: 24px;
    font-weight: lighter;
    text-align: center;
}

.block-reward {
    height: 450px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    border: 1px dashed #a7a7a7;
    position: relative;
    margin-top: 26px;
}

.block-reward > .bonus {
    position: absolute;
    width: 55%;
    color: #fff;
    top: 20px;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.block-reward > .bonus > .bonus-points,
.block-reward > .bonus > .bonus-money {
    padding: 18px 0;
}

.block-reward > .bonus > .bonus-points {
    background-color: #d2232a;
    text-shadow: 0 0 1px #4b050a;
}

.block-reward > .bonus > .bonus-money {
    margin-top: 12px;
    background-color: #0065b5;
    text-shadow: 0 0 1px #11184b;
}

.block-reward > .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}

.block-reward > .title-wrapper {
    display: table;
    position: absolute;
    bottom: 20px;
    right: -2px;
    width: 85%;
    height: 55px;
    padding: 4px 16px;
    background-color: #0065b5;
    text-align: center;
}

.block-reward > .title-wrapper > .title {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 0 1px #11184b;
    color: #b2fcfd;
    font-size: 22px;
    font-weight: lighter;
}


#map {
        height: 450px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }


@media only screen and (max-width: 767px) {
    .rewards-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .rewards-container h2 {
        font-size: 36px;
        line-height: 38px;
    }
}
