/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 17, 2016, 11:14:36 AM
    Author     : lubost
*/




.color-silver {
    color: gray;
}

a.color-silver:hover {
    color: gray;
}

.color-blue {
    color: #209dd9;
}

.color-red {
    color: red;
}

.color-white {
    color: white;
}

a.color-white:hover {
    color: white;
}

.color-purple {
    color: #7e3da3;
}

.color-orange {
    color: #ed6a24;
}

.color-green {
    color: #24b83c;
}

.color-black {
    color: black;
}

.color-brown {
    color:  #4e4242;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.skryte {
    display: none;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}


.f24 {
    font-size: 24px;
}

.bg-brown {
    background-color: #4e4242;
}

.bg-white {
    background-color: white;
}

.bg-green {
    background-color: #24b83c;
}

.bg-light-blue {
    background-color: #e4ebf7;
}

.bg-light-light-blue {
    background-color: #f1f5fb;
}

.uppercase {
    text-transform: uppercase;
}

.block {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.border-silver {
    border: 1px solid #e0e0e0;
}

.border-left-silver {
    border-left: 1px solid #e0e0e0;
}

.border-bottom-silver {
    border-bottom: 1px solid #e0e0e0;
}

.w100 {
    width: 100%;
}

.margin10 {
    margin: 10px 0 10px 0;
}

.margin20 {
    margin: 20px;
}

.marginTop20 {
    margin-top: 20px;
}



.margin20-5{
    margin: 20px 0 5px 0;
}

.marginBottom {
    margin-bottom: 20px;
}

.padding5 {
    padding: 5px;
}

.padding15 {
    padding: 15px;
}

.paddingTop50 {
    padding-top: 50px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingBottom {
    padding-bottom: 15px;
}

.warning {
    border: 1px solid red !important;
}

.lh34 {
    line-height: 34px;
}

.lh30 {
    line-height: 30px;
}

.relative {
    position: relative;
}

.obligatory {
    position: absolute;
    font-size: 10px;
    top: 2px;
    right: 20px;
    color: red;
}

.pointer:hover {
    cursor: pointer;
}

select {
    height: 40px;
    width: 50%;
    line-height: 20px;
    padding: 10px 0;
    border:1px solid #aaa;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

a.btn-default:hover {

}

.btn-default {
    transition: 0.5s all;
}

.btn-default:hover {
    transition: 0.5s all;
}

.btn-step {
    background-color: #aaaaaa;
    border-radius: 0;
    color: white;
    transition: 0.5s all;
}

.btn-step:hover {
    background-color: #24b83c;
    color: white;
    transition: 0.5s all;
}

.btn-green {
    background-color: #24b83c;
    color: white;
    transition: 0.5s all;
}

.btn-green:hover {
    background-color: #aaaaaa;
    color: white;
    transition: 0.5s all;
}



header img {
    width: 217px;
    margin-top: 25px;
}

header h1 {
    font-size: 28px;
    padding: 20px;
}

header .fa-shopping-bag {
    margin-left: 25px;
}

nav {
    height: 60px;
    line-height: 60px;

}

nav .navigation-bar {
    margin-left: 220px;
}

nav .current {
    border-bottom: 4px solid #24b83c;
}

nav .step {
    float: left;
    padding: 0 30px 0 30px;
    height: 60px;
    margin-left: 2px;
}

nav .circle {
    display: block;
    position: relative;
    top: 18px;
    float: left;
    padding: 8px;
    height: 25px;
    width: 24px;
    background-color: black;
    border-radius: 14px;
    line-height: 9px;
    margin-right: 8px;
}

nav .glyphicon-ok {
    border: 1px solid white;
    border-radius: 12px;
    padding: 4px;
    margin-right: 8px;
}

main h1 {
    float: left;
    font-size: 28px;
}

main .hr {
    float: right;
    width: 78%;
    margin-top: 30px;
}

main .hr hr {


    margin-top: 3px;
    margin-bottom: 3px;
}


main h2 {
    font-size: 22px;

}


main h3 {
    font-size: 16px;
}

main .input-text{
    width: 50%;
    height: 40px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

main .input-text:focus {
    background-color:  #e4ebf7;
    border: 2px solid #1170d1;
}

.btn-user-plus {
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
}

.label-color {
    float: left;
    background-color: #f1f5fb;
    height: 40px;
    display: block;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    width: 50%;
    padding-left: 15px;
}

.combobox-container {
    position: relative;
    width: 50%;
    float: right;
    height: 40px;
}

.input-group {
    width: 100%;
}

.input-group input {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-right: 0;
    padding: 10px;

}
.input-group input:focus {
    background-color: #e4ebf7;
    border: 2px solid #1170d1;
}

.input-group-addon:last-child {
    border-radius: 0;
    background-color: white;
    padding: 0;
    width: 40px;
    line-height: 38px;
}

/*
.typeahead.typeahead-long.dropdown-menu {
    position: absolute;
    top: 37px;
    left: 0px;
    display: block;
    border-radius: 0;
    width: 100%;
    padding: 0;
}
*/

.voucher-course, .voucher-housing {
	background-color: #e4ebf7;
}

.voucher-course.active, .voucher-housing.active {
	background-color: #fff;
}

.voucher-course-input,
.voucher-housing-input{
    display: none;
    overflow: overlay;
    background-color: white;
    padding: 15px;
}


.glyphicon-ok-course,
.glyphicon-ok-housing{
    display: none;
}

.voucher-course-input .glyphicon-ok,
.voucher-housing-input .glyphicon-ok {
    top: -22px;
    right: -89%;
    background-color: #24b83c;
    padding: 3px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
}

.no-underline:hover {
    text-decoration: none;
}




.success .glyphicon-ok {
    font-size: 56px;
    color: white;
    background-color: #24b83c;
    border-radius: 56px;
    padding: 16px;
    border: 12px solid white
}

.success .bg-light-light-blue {
    height: 230px;
}

.payment {
    border-top: 0;
}

.payment .nav-tabs {
    position: relative;
    left: -16px;
}

.payment .nav-tabs>li {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #f8fafd;
    padding-top: 3px;

}

.payment .nav-tabs>li.active {
    border-top: 4px solid #209dd9;
    margin-right: 0;
    padding-top: 0;
}

.payment .nav-tabs>li >a{
    margin-right: 0;
    border-radius: 0;
}

.payment .nav-tabs>li:hover {
    background-color: white;
}

.payment .nav-tabs>li >a:hover {
    background-color: white;
    border: 0;
}

.payment .row {
    background-color: white;
    padding: 10px 0 5px 0;
}

#special-input {
    line-height: 28px;
    width: 50%;
}

input.radio-options {
    position: relative;
    top: 22px;
    left: 22px;
}

label.radio-options {
    position: relative;
    border: 1px solid gray;
    width: 100%;
    height: 60px;
    line-height: 60px;

    top: -20px;
    padding-left: 50px;
}

input.pay-radiobuttons {
    position: absolute;
    top: 20px;
    left: 35px;
}

label.pay-radiobuttons {
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
}

input.pay-radiobuttons:checked {
    border: 2px solid blue;
}

.btn-green {
    background-color: #24b83c;
}

.green-voucher {
    float: right;
    background-color: #24b83c;
    padding: 5px;
    color: white;
}

.vase-sleva-course,
.vase-sleva-housing{
    display: none;
}

.slevove-kupony-celkem,
.slevove-kupony{
    display: none;
}

.height50 {
    height: 50px;
}

.error-voucher-course,
.error-voucher-housing{
    display: none;
}

.bubble-wrapper-course {
    position: absolute;
    right: 10px;
    top: 2px;
}

a[title] {
    display: inline-block;
    height: 18px;
}

.qtip-dark {
    background-color: #5d5354;
    border-radius: 5px;
    color: white;
    border: 0;
    font-size: 14px;

    line-height: 16px;
    letter-spacing: 1px;
}

.bubble_info {
    display:inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_info_bubble.png);
}

.day-wrapper {
    float: left;
    width: 96px;
    margin-left: 10px;
}

.day-wrapper:first-child {
    margin-left: 0;
}

.day-title {
    background-color: #f1f5fb;
    text-align: center;
    line-height: 34px;
    border: 1px solid #e0e0e0;
}


.day-input{
    width: 100%;
    resize: none;
    border: 1px solid #e0e0e0;
}

.google-recaptcha-order-first-step {
	display: inline-block;
	margin-right: 20px;
}

#hideAdult {
    display: none;
}

@media (max-width: 1200px) {
    nav .step {
        padding: 0 5px 0 5px;
    }



    .hr {
        display: none;
    }
}


@media (max-width: 1000px) {
    nav .navigation-bar {
        margin-left: 10px;
    }
}


@media (max-width: 800px) {
    nav {
        height: 240px;
    }

    nav a {
        float: none !important;
    }

    nav .navigation-bar {
        margin-left: 0px;
    }

    nav .step {
        float: none;
    }
}
