/* 
    Created on : 20.1.2015, 9:18:41
    Author     : Merlin
    */

    html{
        height: 100%;
    }

    body {
        height: 100%;
        padding-top: 70px;
        font-family: Arial;
        overflow-x: hidden;
    }

    @media (min-width: 1360px) {
        .container {
            width: 1350px;
        }
    }

    /*@media(min-width: 768px) and (max-width: 991px) {
        body {
            padding-top: 120px;
        }
    }*/

    body.background {
        background-image: url('../img/uvod/bg-services.jpg');
        background-repeat: no-repeat;
        background-position: center 0px;
    }

    body.body-gray-style
    {
        background-color: #cccccc;
    }

    body.body-white-style{
        background-color: white;
    }

    body.hide-t-menu {
        padding-top: 20px;
    }

    body.hide-t-menu .navbar {
        display: none;
    }

    img.bg {
      /* Set rules to fill background */
      min-height: 100%;
      min-width: 2000px;
      
      /* Set up proportionate scaling */
      width: 100%;
      height: auto;
      
      /* Set up positioning */
      position: fixed;
      top: 0;
      left: 0;
      /*z-index: -10;*/

      background-image: url('../img/uvod/bg-services.jpg');
  }
  
  @media screen and (max-width: 1024px) { /* Specific to this particular image */
      img.bg {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

.wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -170px;    
    position: relative;
    /*z-index: 0;*/
}

.container{
    position: relative;
}

.footer-intro{
    margin-top: 20px;    
}
@media screen and (max-width: 768px){
    .footer-intro{
        background-color: #FFF;
        padding-top: 20px;
        margin-top: 0px; 
    }
}

/* compress logo image when not enough space */

.navbar-brand-rezervujsi {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	max-width: calc(100vw - 60px);
}

.navbar-toggle-rezervujsi {
	z-index: 1;
}

/* header */
.navbar-inverse {
    background-color: #0e1823;
    border-color: #49c1f3;
}

.navbar-inverse .navbar-nav>li>a
{
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-login{    
    border-radius: 2px;
    box-shadow: 0px 1px 6px rgba(93,213,254,0.5);
    padding-left: 7px;
    font-size: 15px;
    padding-right: 8px;
    margin-top: 12px;
    color: #00aa00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.navbar-login-sm{
    height: 28px;
    float: left;
}
@media(min-width: 992px) {
    .navbar-login{ 
        max-width: 160px;  
    }
}

.navbar-login-icon 
{
    height: 28px;
    font-size: 15px;
    margin-top: 12px;
    color: #00aa00;
    cursor: pointer;
}
.navbar-login-icon a{    
    color: #00aa00;
}

.dropdown.navbar-langs > li > a
{
    padding-right: 2px;
    padding-left: 2px;
}
/* ------ */

/* uprava bootstrapu */

.input-group-lg .input-group-addon,
.input-group-md .input-group-addon
{
    color: deepskyblue;
    padding: 5px 11px;
    background: #fff;
    border-right-width: 0px;  
}

.input-group-lg .input-group-addon
{
    font-size: 21px;
    line-height: 21px;
}
.input-group-md .input-group-addon
{
    font-size: 22px;
    line-height: 22px;
}

.input-group-lg .form-control {
    font-size: 13.5px;
    font-weight: bold;
    border-left-width: 0px;
}

.form-control.placeholder {
    color: #868686;
}

.form-control-inverse {
    background-color: #143246;
    border-top-color: #868686;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    color: #FFF;
} 

.form-group {
    margin-bottom: 10px;
}

.form-inverse .control-label,
.form-label-inverse,
.form-inverse .nadpis{
    color: #FFF;
}

.btn.btn-default2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn.btn-default {
    background-image: url('../img/icons/ok-32.png');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: 7px center;
}

.btn.btn-default-gray{
    background-color: #aaaaaa;
    border-color: #a8a8a8;
}

.btn.btn-default-gray-wb {
    color: #aaaaaa;
    background: none;
    border-color: transparent;
}

.btn.btn-default-gray-wb:hover {
    text-decoration: underline;
}

.btn-default-gray:hover, .btn-default-gray:focus, .btn-default-gray.focus, .btn-default-gray:active, .btn-default-gray.active, .open>.dropdown-toggle.btn-default-gray
{
    background-color: #bbbbbb;
    border-color: #b8b8b8;   
}

.btn.btn-default-green{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-default-green:hover, .btn-default-green:focus, .btn-default-green.focus, .btn-default-green:active, .btn-default-green.active, .open>.dropdown-toggle.btn-default-green
{
    background-color: #6cc86c;
    border-color: #5cbe5c;   
}

.btn.btn-default,
.btn.btn-default.btn-md {
    padding-left: 38px;
    padding-right: 38px;
}

.btn.btn-default.full-width {
    display: block !important;
    width: 100%;
    max-width: 100%;    
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 5px;
}

.btn.btn-clear
{
	background-color: transparent;
	border: none;
}

a.btn.btn-default-gray {
	color: white;
}

.row.button-row {
    margin-top: -5px;
    margin-bottom: -5px;
}

.row.button-row .col {
    margin: 5px 0;
}

.row {
    margin-bottom: 5px;
}

/* povodne styly */
.form_row_popis,
.form_row_description {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    position: relative;
    margin: 12px 0px;
    /* text-shadow: 2px 2px #888; */
}

.bublinka {
    width: 179px;
    border: 0px solid;
    border-radius: 10px;
    line-height: 51px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    opacity: 0.6;
}

/* - ------------------------------------------------------------- */

/*-------gray style-------*/
body.body-gray-style .core .page-title
{
    color: #444;
    font-size: 23px;
    line-height: 28px;
}

body.body-gray-style .core .form-group .form-label
{
    color: #555;
}
/*-------gray style-------*/

/* text s tienom */
.text-shadow
.text-shadow-default {
    text-shadow: 2px 2px #fff;
    filter: Shadow(Color=#fff, Direction=130, Strength=2); /* ie 9+ hack */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff,direction=45); /* ie 9 - hack */
}

.text-shadow-primary {
    text-shadow: 2px 2px #555;
    filter: Shadow(Color=#555, Direction=130, Strength=2); /* ie 9+ hack */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#555,direction=45); /* ie 9 - hack */
}

/* typeadead - upraveny dropdown */

.typeahead-wrapper{
    position: relative;
    height: 0px;
}

.typeahead{
    position:absolute;
    /*top:100%;*/
    /*left:0;*/
    z-index:1000;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:14px;
    text-align:left;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:10px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    height: auto !important;
    max-height: 150px;
    border: 1px solid #66AFE9;
    overflow-y: scroll;
}

.typeahead-full-width {
    width: 100%;
}
.typeahead .divider{
    height:1px;
    margin:11.5px 0;
    overflow:hidden;
    background-color:#e5e5e5
}

.typeahead>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:normal;
    line-height:1.82857143;
    color:#333;
    white-space:nowrap
}

.typeahead>li>a:hover,.typeahead>li>a:focus{
    text-decoration:none;
    color:#fff;
    background-color:#2099cb
}

.typeahead>.active>a,.typeahead>.active>a:hover,.typeahead>.active>a:focus{
    color:#fff;
    text-decoration:none;
    outline:0;
    background-color:#337ab7
}

.typeahead>.disabled>a,.typeahead>.disabled>a:hover,.typeahead>.disabled>a:focus{
    color:#777
}

.typeahead>.disabled>a:hover,.typeahead>.disabled>a:focus{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor:not-allowed
}

/*spravy formulara*/
.form-controll-messages {
    height: 0px;
    position: relative;
    top: 10px;
    z-index: 6; 
}

.well
{
    position: relative;
}

.well:after {
    content: '';
    display: block;
    clear: both;
}

.well.well-dark.well-transparent {
    /*background-color: rgba(30, 59, 69, 0.8);
    border-color: #49C1F3;*/
	background-color: rgba(0,0,0,0.3);
    border-color: none;
    border-width: 0px;
    /*box-shadow: rgb(0 0 0 / 54%) 0px 2px 4px 0px, rgb(0 0 0 / 64%) 0px 2px 16px 0px;*/
}

.well.well-gray.well-transparent {
    background-color: rgba(120, 120, 120, 0.5);
}

.well.well-light.well-transparent{
    background-color: #FFF;
    border-color: #49C1F3;
    color: inherit;
}

.well.well-light {
    color: #48C2F3;
    background-color: #FFF;
}

/* footer na uvodnej strane */

.footer-intro-column {
    margin-top: 50px;
}

.footer-intro-column-header {
    color: #48C0F2;
    margin-bottom: 10px;
}

.footer-intro-column-header h3 {
    font-size: 21px;
    font-weight: normal;
}

.footer-intro-column-text {
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

/* panely vo well */

.well > .panel:last-child {
    margin-bottom: 0px;
}

/* vyhladavaci panel */
.panel.panel-type-search .panel-heading {
    padding-bottom: 90px;
    margin-bottom: -80px;
    background-position: 0px 0px;
    background-repeat: no-repeat;    
    font-size: 16px;
    line-height: 16px;
}

.panel.panel-type-search.panel-primary .panel-heading {
    background-image: url('/img/search/modry.png');
    background-color: #FFF;
    border-bottom-color: #FFF;
}

.panel.panel-type-search .panel-body {
    padding-left: 70px;
    padding-right: 0px;
}

.panel.panel-type-search .search-item {
    color: #808080;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 12px;
    cursor: pointer;
}

.panel.panel-type-search .search-item .col .row{
    margin-bottom: 0px;
}

.search-items .no_results
{
    padding: 10px;
}

@media(min-width: 992px) {
    .panel.panel-type-search .search-item {
        background-image: url('/img/search/1small.png');
        background-size: 100% 100%;
    }
    
    .panel.panel-type-search .search-item:hover {
        background-image: url('/img/search/2small.png');
    }
}

@media(max-width: 991px) {
    .panel.panel-type-search .search-item {
        background-color: #f5f5f5;
        /*border: 1px solid deepskyblue;*/
        border-radius: 3px;
        margin-bottom: 3px;
    }
    
    .panel.panel-type-search .search-item:hover {
        background-color: deepskyblue;
        border-color: #FFF;
    }
}

@media(max-width: 768px) {
    .panel.panel-type-search .panel-heading {
        padding-bottom: 6px;
        padding-top: 6px;
        margin-bottom: 0px;
    }
    
    .panel.panel-type-search.panel-default .panel-heading {
        background-image: none !important;
        background-color: #9B9B9B !important;
    }
    
    .panel.panel-type-search.panel-primary .panel-heading {
        background-image: none;
        background-color: #48C2F3;
    }
    
    .panel.panel-type-search .panel-body {
        padding-top: 10px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .well{
        margin: -15px;
    }

    .well.well-dark
    {
        border: 0px solid white;
        border-radius: 0px; 
    }


    .search-item .sluzba h5,
    .search-item .service h5
    {
        font-size: 16px !important;
        line-height: 20px;
    }

    .search-item .podnadpis,
    .search-item .subtitle{
        line-height: 14px;
    }
}

.panel.panel-type-search .search-item:hover {
    color: #FFF;
}

.panel.panel-type-search .search-item:hover h5 {
    color: #FFF;
}

.panel.panel-type-search .search-item h5 {
    color: #48C2F3;
    font-size: 15px;
    line-height:  18px;
    font-weight: bold;
    padding: 0px 0px 4px 0px;
    margin: 0;
    margin-top: 4px;
}

.search-item .firma,
.search-item .company
{
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-item .podnadpis,
.search-item .subtitle{
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-item .adresa,
.search-item .address{
    font-weight: bold;
}
/*.panel.panel-type-search .search-item .adresa {
    height: 17px;;
    width: 16px;;
    display: inline-block;
    background-image: url('/img/search/adresa.png');
}

.panel.panel-type-search .search-item:hover .adresa {
    background-image: url('/img/search/adresa-2.png');
}*/

/* default */

.panel.panel-type-search.panel-default .panel-heading {
    background-image: url('/img/search/sive.png');
    background-color: #FFF;
    border-bottom-color: #FFF;
    color: #FFF;
}

@media(min-width: 992px) {
    .panel.panel-type-search.panel-default .search-item {
        background-image: url('/img/search/4small.png');
        background-size: 100% 100%;
    }
    
    .panel.panel-type-search.panel-default .search-item:hover {
        background-image: url('/img/search/3small.png');
    }

    .search-item .row .col-sm-8{
        padding-right: 0px;
    }
}

@media(max-width: 991px) {
    .panel.panel-type-search.panel-default .search-item {
        background-color: #f5f5f5;
        /*border: 1px solid deepskyblue;*/
        border-radius: 3px;
        margin-bottom: 3px;
        padding-top: 3px;
    }
    
    .panel.panel-type-search.panel-default .search-item:hover {
        background-color: #808080;
        border-color: #FFF;
    }
}

/*.panel.panel-type-search.panel-default .search-item .adresa {
    background-image: url('/img/search/adresa-3.png');
}

.panel.panel-type-search.panel-default .search-item:hover .adresa {
    background-image: url('/img/search/adresa-2.png');
}*/

.panel.panel-type-search.panel-default .search-item .col.col-sm-6:first-child h5 {
    color: #808080;
}

.panel.panel-type-search.panel-default .search-item:hover .col.col-sm-6:first-child h5 {
    color: #FFF;
}

.search-items {
    min-height: 60px;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;    
    padding-right: 10px;
    padding-top: 12px;
}
@media (max-width: 767px){
    .search-items{
        padding-right: 0px;
        margin: -10px;
    }

    .panel.panel-type-search .search-item h5 {
        line-height: 19px;
    }
}

/* pismo  */

.well-light .text {
    color: #8E8E8E;
}

.well-light .text-danger {
    color: #a94442;
}

.text-15 {
    font-size: 15px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-primary {
    color: #48C2F3;
}

.text-shadow-black-1 {
    text-shadow: 1px 1px #000;
}

.text-underline {
    padding-bottom: 10px;
    background-image: url("/img/detail_fir/ciara-pod-adresa-mapa.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* view header */
.View-header {
    color: #FFF;
    background-repeat: no-repeat;
    text-align: left;
    margin-bottom: 10px;
}

.View-header-content {
    background-color: deepskyblue;
    border-radius: 7px 7px 0px 0px;
    padding: 19px 19px 18px 19px;
    margin: -19px -19px 0px -19px;
    min-height: 64px;
    background-size: 95px;
    position: relative;
}

/*.View-header.trusted .View-header-content {    
    background-image: url('/img/search/garancia-maly.png');
    background-position: right;
    background-repeat: no-repeat;
}*/
.View-header-content .trusted
{
    position: absolute;
    background-image: url('/img/search/sms-pripomienky-label.png');
    background-position: right;
    background-repeat: no-repeat; 
    width: 84px;
    height: 192px;
    right: 14px;
    top: -22px;
}

.View-header-title {
    color: #FFF;
    padding: 0;
    margin: 0px;
    font-size: 40px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}
.View-header-subtitle {
    color: #FFF;
    padding: 0;
    margin: 0px 0px 0px 68px;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;

    /*white-space: nowrap;*/
}

.View-header-icon {
    vertical-align: top;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.View-header-content > .View-header-icon {
    float: left;
}

.View-header-multicol-title > .row {
    margin-bottom: 0px;
}

.View-header-icon + .View-header-multicol-title {
    margin-left: 55px;
}

.icon-info {
    background-image: url('/img/detail_fir/info.png');
}

.View-header-navigation {
    /*background-image: url('/img/detail_fir/profil-firmy.png');*/
    background-repeat: no-repeat;
    background-position: left -82px;
    
    padding: 16px 19px 0px 19px;
    margin: 0px -19px 0px -19px;
    min-height: 5px; /*60*/
}

.View-header-navigation.fixed {
    position: fixed;
    z-index: 100;
    padding: 4px 19px;
    background: white;
    background-color: rgba(30, 59, 69, 0.8);
    width: 100%;    
}

.View-header-navigation .rez-sum-up
{
    font-size: 18px;
    color: #667;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 11px;
    text-align: center;
}

@media (min-width: 768px){
    .View-header-navigation.fixed {
        max-width: 718px;
    }
}


@media (min-width: 992px){
    .View-header-navigation.fixed {
        max-width: 937px;
    }
}

@media (min-width: 1200px){
    .View-header-navigation.fixed {
        max-width: 972px;
    }
}

@media (max-width: 768px) {
    .View-header-navigation > .btn,
    .View-header-navigation > .btn-group {
        margin-bottom: 5px;
    }
    
    .View-header-subtitle {
        max-height: 32px;
        margin: 0px;
    }

    .View-header-content .trusted {
        width: 84px;
        height: 159px;
        right: -2px;
        z-index: 10;
        background-size: 64px;
    }

    .well
    {
        border-radius: 0px;
    }
}

.View-header-navigation .View-header-navigation-subtitle {
    font-size: 30px;
    line-height: 42px;
}

@media (max-width: 500px){
    .View-header-navigation .View-header-navigation-subtitle {
        font-size: 20px;
        line-height: 25px;
    }
}

/* rovnoko vysoke stlpce */

/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (max-width: 700px){
    .View-header-title {
        font-size: 19px;
        font-weight: bold;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}
/* firefox fix */
.img-responsive {
    width: 100%;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* 7 stlpcovy grid */
@media (min-width: 768px){
  .seven-cols > .col-md-1,
  .seven-cols > .col-sm-1,
  .seven-cols > .col-lg-1  {
    width: 100%;
    *width: 100%;
}
}

@media (min-width: 992px) {
  .seven-cols > .col-md-1,
  .seven-cols > .col-sm-1,
  .seven-cols > .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
}
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
 @media (min-width: 1200px) {
  .seven-cols > .col-md-1,
  .seven-cols > .col-sm-1,
  .seven-cols > .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
}
}

.panel-default .panel-title
{
    color:rgb(72,194,241);
}


label.error
{
    color: #c9302c;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    width: 100%;
}

.error-element-form{
    color: #e9200c !important;
}

.input-group.error input{
    border: 1px solid #c9302c;
}

.input-group.error span.input-group-addon
{
    background: #c9302c;
    border: 1px solid #c9302c;
}

.form-group.required label.control-label:after {
    content: '*';
    color: #A94442;
    font-size: 18px;
    line-height: 18px
}

.form-legend {
    font-size: 14px;
    font-weight: bold;
}

.well.well-light .form-legend {
    color: #B2B2B2;
}

.form-legend .required:before {
    content: '*';
    color: #A94442;
}

/* horizontalne formulade s podfarbenymi labelmi */
.form-horizontal .form-group.form-group-sm label.control-label {
    color: #FFF;
    background-color: deepskyblue;
    padding-top: 4px;
    border-radius: 10px 0 0 10px;
}

.form-horizontal .form-group.form-group-sm.has-error label.control-label {
    background-color: #A94442;
}

.form-horizontal .form-group.form-group-sm.required.has-error label.control-label:after {
    color: #FFF;
}

.form-horizontal .form-group.form-group-sm .form-control {
    border-radius: 0 10px 10px 0;
}

.form-horizontal .form-group.form-group-sm .alert {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    text-align: left;
}

.form-horizontal .checkbox.form-group-sm {
    line-height: 20px;
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.form-horizontal .checkbox.form-group-sm .alert {
    margin: 0 0 10px 0;
    text-align: left;
}


.step3-info .View-header-content {
    padding: 12px 19px 9px 19px; 
    min-height: 50px;
}

.step3-info .View-header-icon {
    width: 30px;
    height: 25px;
    font-size: 23px;
    line-height: 25px; 
}

.step3-info .View-header-icon + .View-header-multicol-title {
    margin-left: 40px;
}

@media (max-width: 767px){
    .form-horizontal .form-group.form-group-sm {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .form-horizontal .form-group.form-group-sm label.control-label {
        width: 100%;
        border-radius: 15px;
    }

    .form-horizontal .form-group.form-group-sm .form-control {
        border-radius: 10px;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: -15px;
        margin-right: -15px;
        box-sizing: content-box;
        height: 18px;
        margin-bottom: 5px;
        /*background-color: white;*/
    }

    .form-horizontal .form-group.form-group-sm .intl-tel-input input.form-control
    {
        padding-left: 61px;
    }

    .View-header-content {
        padding: 13px;
        margin: -19px -19px 0px -19px;            
    }

    .View-header-icon {
      width: 37px;
      height: 40px;
      font-size: 31px;     
      display: none;
    }

    .View-header-icon + .View-header-multicol-title {
      margin-left: 0px;
    }

    .step3-info .View-header-icon + .View-header-multicol-title {
      margin-left: -16px;
    }

    .View-header-navigation {
      padding: 5px 19px 0px 19px;
      margin: 0px -19px 0px -19px;
      background-image: none;
      min-height: 5px;
    }
}

.checkbox.form-group {
    line-height: 20px;
}

.form-messages .alert {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    text-align: left;
}

.checkbox .form-messages .alert {
    margin: 0px 0px 10px;
    text-align: left;
}

/* zobrazenie scrollera od obsahovej casti */
.slimScrollDiv {
    padding-right: 10px;
    margin-right: -10px;
}

.page-title
{
    color: white;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next
{
    background-color: #1C94C4;
}

.ui-datepicker-title
{
    color: #333;
}

.ui-datepicker .ui-widget-header{
    border: 1px solid #1C94C4;
}

.ui-slider-range.ui-widget-header.ui-corner-all
{    
    background: rgb(1, 36, 66) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
    border: 0;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0px solid #fff;
    background-position: 0 0;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all
{
    border: 1px solid rgb(10, 46, 80);
    background: rgb(72, 194, 241) 50% 50% repeat-x;
    color: #222222/*{fcContent}*/;
}

.registracia-firma-main-title
{
    font-size: 38px;
    font-weight: lighter;
    color: rgb(63, 138, 177);
    text-align: center;
}

/* Google ads  */
.google-add-responsive {
    width: 100%;
}

.google-add-responsive:after {
    content: '';
    display: block;
    clear: both;
}

div.sposob-platby
{
    clear: both;
    padding-top: 10px;
    cursor: pointer;
}
div.sposob-platby .content, div.sposob-platby .content-pay
{
    float: left;
}

div.sposob-platby .content
{
    width: 200px;
}

img.sposob-platby{
    width: 100%;
    border: 1px solid #ddd;	
}


div.sposob-platby .content-pay .pay-button
{
    background-color: rgb(27, 48, 103);
    color: white;
    font-size: 20px;
    padding: 7px 11px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -1px;
    margin-top: 1px;
}

@media(max-width: 600px){
    div.sposob-platby .content, div.sposob-platby .content-pay
    {
        width: 50%;
    }

}


input.disabled{
    cursor: not-allowed;
    background-color: #ddd;
    opacity: 1;
}

.form-group.nastavenia label{
    color: white;
    font-size: 16px;
}

.alert-danger,
.has-error .input-group-addon {
  background-color: #e2bebe;
}


.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-step button {
    cursor: default;
    outline: none;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    opacity: 0.9;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

@media ( max-width: 769px){    
    .stepwizard .nav-pills>li>a{
        padding: 3px;
    }
    .stepwizard .nav-pills>li>a h4{
        float: left;
    }
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/** mensia sirka pre stlpce **/
.col-ifr-xs-1, .col-ifr-xs-2, .col-ifr-xs-3, .col-ifr-xs-4, .col-ifr-xs-5, .col-ifr-xs-6, .col-ifr-xs-7, .col-ifr-xs-8, .col-ifr-xs-9, .col-ifr-xs-10, .col-ifr-xs-11, .col-ifr-xs-12,
.col-ifr-xss-1, .col-ifr-xss-2, .col-ifr-xss-3, .col-ifr-xss-4, .col-ifr-xss-5, .col-ifr-xss-6, .col-ifr-xss-7, .col-ifr-xss-8, .col-ifr-xss-9, .col-ifr-xss-10, .col-ifr-xss-11, .col-ifr-xss-12 {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
}

.col-ifr-xss-12 {
  width: 100%;
}
.col-ifr-xss-11 {
  width: 91.66666667%;
}
.col-ifr-xss-10 {
  width: 83.33333333%;
}
.col-ifr-xss-9 {
  width: 75%;
}
.col-ifr-xss-8 {
  width: 66.66666667%;
}
.col-ifr-xss-7 {
  width: 58.33333333%;
}
.col-ifr-xss-6 {
  width: 50%;
}
.col-ifr-xss-5 {
  width: 41.66666667%;
}
.col-ifr-xss-4 {
  width: 33.33333333%;
}
.col-ifr-xss-3 {
  width: 25%;
}
.col-ifr-xss-2 {
  width: 16.66666667%;
}
.col-ifr-xss-1 {
  width: 8.33333333%;
}
.hidden-ifr-xss {
    display: none;
}

@media ( min-width: 440px){    
    .col-ifr-xs-12 {
      width: 100%;
    }
    .col-ifr-xs-11 {
      width: 91.66666667%;
    }
    .col-ifr-xs-10 {
      width: 83.33333333%;
    }
    .col-ifr-xs-9 {
      width: 75%;
    }
    .col-ifr-xs-8 {
      width: 66.66666667%;
    }
    .col-ifr-xs-7 {
      width: 58.33333333%;
    }
    .col-ifr-xs-6 {
      width: 50%;
    }
    .col-ifr-xs-5 {
      width: 41.66666667%;
    }
    .col-ifr-xs-4 {
      width: 33.33333333%;
    }
    .col-ifr-xs-3 {
      width: 25%;
    }
    .col-ifr-xs-2 {
      width: 16.66666667%;
    }
    .col-ifr-xs-1 {
      width: 8.33333333%;
    }
    .hidden-ifr-xss {
        display: initial;
    }

}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

/*****************/

.alert.uvitanie{
    font-size: 18px;
}

/* tlacitko pre scrolovanie stranky */
.btn-scroll-to-end{
    position: absolute;
    top: 10px;
    right: -17px;
    height: 40px;
    width: 41px;
    background-color: #eee;
    border-radius: 25px;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 24px;
    padding-top: 2px;
    padding-left: 6px;
    cursor: pointer;
    display: none;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
.btn-scroll-to-end.stav2{
    padding-top: 4px;
}
.btn-scroll-to-end:hover{
    background-color: #eee;
}

@media(max-width: 768px){
    .btn-scroll-to-end
    {
        display: none !important;
    }
}

#ajax-loader, #ajax_loader_iframe{
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/circle_preloader2.GIF');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.7;
}


 .stepwizardReservation{
    padding-top: 3px;
    margin-bottom: -11px;       
 }

 .stepwizardReservation .circle-stepwizard{
    width:25px;
    height:25px;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
    font-weight: 900;


}

.stepwizardReservation table tr td .circle-stepwizard{
    display: block;
   /* vertical-align: middle;*/
    margin:0 auto;

}
.stepwizardReservation table tr td{
    vertical-align: middle;
    line-height: 15px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;

    padding-bottom: 14px;
}

 .stepwizardReservation .description{
    vertical-align: middle;
    padding-left: 5px;
    text-align: center;
    color:white;
    font-weight: bold;
}


.stepwizardReservation table tr .cell-circle.active{
    background-color: deepskyblue;
    border-radius: 5px;
}

.stepwizardReservation table tr td:nth-child(1){
    background-color: #e6e6e6;
    border-radius: 5px;
}

.stepwizardReservation table tr td:nth-child(2){
    background-color: #dcdcdc;
    border-radius: 5px;
}

.stepwizardReservation table tr td:nth-child(3){
    background-color: #ccc9c9;
    border-radius: 5px;
}

.stepwizardReservation table tr td:nth-child(4){
    background-color: #b7b5b5;
    border-radius: 5px;
}



.stepwizardReservation table tr td .circle-stepwizard.active{
    background-color: deepskyblue;
    border: 1px solid white;
    border-radius: 50%;
    color: #f8f8f8;
}



@media (max-width: 768px){
    

    .stepwizardReservation .circle-stepwizard{
        text-align: center;
       
    }

    .stepwizardReservation .description{
       text-align: center;
       font-size: 13px;
      
    }
    
    .stepwizardReservation table tr .cell-circle{
        vertical-align: top;
        text-align: center;
    }

    .stepwizardReservation table tr td span{
        top: -7px;
    }

   
}

@media (max-width: 500px){
    .stepwizardReservation table tr td span{
        top: -13px;
    } 
}


.well .wrapper-reservation{
    background-color: white;
    border-color: #49C1F3;
    border: 1px solid #49C1F3;
    padding: 19px;
    border-radius: 10px 10px 10px 10px;
    /*overflow: hidden;*/
    position: relative;
}

@media (max-width: 767px){
    .well .wrapper-reservation{
        border-radius: 0px;
    }
}

@media (max-width: 342px){
    .stepwizardReservation table tr td{    
         padding: 8px;
    }
}

@media (max-width: 325px){
    .stepwizardReservation table tr td{    
         padding: 6px;
    }
}

@media (max-width: 350px){
 .stepwizardReservation{
    margin-bottom: -5px;       
    }
}

@media (max-width: 480px) {
  body.modal-open {
    overflow: hidden;
    /*position:fixed;*/
  }
}


#bccs-modal .modal-backdrop.fade.in{
    display: none;
}

#bccs-modal.modal{
    position: fixed;
    top: unset;
    right: unset;
    left: 20px;
    /*bottom: 20px;*/
}

#bccs-modal.modal .d-flex.justify-content-between{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content: space-between;
}

#message_modal.err-modal .message_modal_text{
    color: red;
    font-size: 15px;
    line-height: normal;
}

#message_modal.err-modal .modal-dialog{
    margin: 10px 5px;
}

#message_modal.err-modal .message_modal_text a{
    color: inherit;
}

@media (min-width: 768px){
    #message_modal.err-modal .modal-dialog {
        width: 720px;
        margin: 30px auto;
    }
}

.navbar .navbar-langs img {
    width: 15px;
}

.navbar a.navbar-langs 
{
    color: white;
    padding: 3px 0px;
}