@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

.vrdgNotLogedHeader {
    width: 100%;
    min-height: 55px;
    padding: 10px;
    display: grid;
    background:white;
    text-align:center;
}

.vrdgNotLogedHeader .gtranslate_wrapper {
    margin:0 auto;
}

body{
    background: #d1bba72e;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.box{
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    padding: 25px 25px;
    border-radius: 20px;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);
}
.form-box{
    max-width: 750px;
    margin: 0px 10px;
    width: 92%;
}
.form-box header{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.vrdgHeader {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    display:inline-flex;
}

.vrdgHeaderLeft {
    width:30%;
    display:inline-flex;
}

.vrdgHeaderLeft a {
    color: #90654c;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 2px;
}

.vrdgHeaderRight a {
    color: #90654c;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 2px;
}

.vrdgHeaderCenter {
    width:40%;
    text-align: center;
    display:inline-table;
}

.vrdgHeaderRight {
    width:30%;
    display:inline-table;
    text-align: right;
}

.vrdgHeaderRight span {
    vertical-align: top;
    margin-top: 1px;
    margin-left :5px;
    display: inline-table;
}

.form-box form .field{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;

}
.form-box form .input input{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.form-box form select{
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.btn{
    height: 35px;
    background: #d1bba7;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s;
    margin-top: 10px;
    padding: 0px 10px;
}
.btn:hover{
    opacity: 0.82;
}
.submit{
    width: 100%;
}
.links{
    margin-bottom: 15px;
}

/********* Home *****************/

.nav{
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
}

.logo img {
    display: block;
    max-width: 170px;
    margin-top: 6px;
}

.logo a{
    text-decoration: none;
    color: #000;
}
.right-links a{
    padding: 0 10px;
    color: #90654c;
}
main{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.main-box{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
}
.main-box .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bottom{
    width: 100%;
    margin-top: 20px;
}

.vrdgFilterBox {
    width: 100%;
    background: #d3bba629;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.FilterInput {
    padding: 7px 15px;
    border-radius: 7px;
    border: 1px solid #d1bba7;
    margin-right: 15px;
    font-size: 15px;
    width: 300px
}

.FilterButton {
    background: #d1bba7;
    border: none;
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 7px;
    color:white;
}

.FilterButton:hover {
    opacity: 0.7;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #90654c;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0; 
}

.vrdgResetButton {
    margin-left:15px;
}

.nav a:hover, .dropdown:hover .dropbtn {
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #90654c;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: 30px
}

.dropdown-content a:hover {
    background-color: #f2edea;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.separator {
    border-top: 1px solid #cbcbcb;
    margin-top: 20px;
    margin-bottom: 20px;
}


.vrdgSelectBox {
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.vrdgUlozeneOK {
    width: 100%;
    background: #90654c;
    color: white;
    text-align: center;
    padding: 10px;
}

.vrdgTable {
    border-collapse: collapse;
    width: 100%;
}
  
.vrdgTable td, th {
    
    text-align: left;
    padding: 8px;
}

.vrdgTable .TextRight {
    text-align:right;
}

.vrdgTable tr:nth-child(even) {
    background-color: #d3bba629;
}


.vrdgListAddress {
    font-weight: 400;
    font-size: 14px;
}

.vrdgHouseIcon {
    width: 35px;
}

.vrdgHouseIcon:hover {
    opacity: 0.7;
}

.PrehladUkonovIcon {
    width:24px;
}

.vrdgTextArea {
    width: 100%;
    min-height: 450px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    font-size:15px;
}

.vrdgBanner {
    width: 100%;
    max-width: 400px;
    padding: 6px 10px;
    margin-bottom: 30px;
    background: rgb(214 239 240);
    border: 1px solid #d1bba7;
    border-radius: 10px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    color: #d1bba7;
    font-weight: 400;
}

.filter {
    margin: 20px auto;
    padding: 25px;
    background: #d3bba629;
    border-radius: 10px;
}

.vrdgFilter {
    padding: 5px;
    border: 1px solid #d1bba7;
    border-radius: 5px;
}





/* KALENDAR */
.kalendar table {
    width: 100%;
    border-collapse: collapse;
    font-size:14px;
}
.kalendar td, .kalendar th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px;
}

.vrdgKalendarD td, .vrdgKalendarD th {
    padding: 0px;
    vertical-align: top;
}

.kalendar .booked {
    background-color: #ffcccb; /* Červená pre rezervované dni */
}
.kalendar .available {
    background-color: #ccffcc; /* Zelená pre dostupné dni */
    color: #0e7003;
}
.kalendar .calendar-navigation {
    text-align: center;
    margin: 15px 0;
}

.kalendar .calendar-navigation a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.kalendar .booked-booking {
    background-color: #003b95;
    color: white;
}

.kalendar .booked-airbnb {
    background-color: #ff385c;
    color: white;
}

.kalendar .booked-user {
    background-color: #d1bba7;
    color: white;
}

.kalendar .vrdgCalendarDate {
        text-align: center;
        width: 100%;
        margin-top: 0px;
        font-weight: bold;
        font-size: 20px;
}

.kalendar .vrdgDay {
    font-size:18px;
    font-weight: bold;
}





.vrdg50 {   
    width:50%;
    display:inline-table;
}

.vrdg50 label {width:100%;}
.vrdg50 input {width:100%;margin-bottom:10px;}

.settingsInput {
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.SpanInfo {
    color: #7e7e7e;
    font-size: 14px;
    margin: -7px 0px 20px 0px;
    display: block;
}

.gtranslate_wrapper {
    float:right;
    margin-top:14px;
}

.gtranslate_wrapper a {
    padding: 0 0px 0px 10px;
}

.gtranslate_wrapper .gt_option {position: absolute !important;}


.settingsAdminArea {
    background:#d1bba72b;
    padding: 15px;
    border-radius: 5px;
    margin-top:50px;
}

.ButtonVymazať {
    color: #d1bba7;
    padding: 4px 15px;
    background: #d2eff1;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #d1bba7;
}

.VymazatTlacitko {
    background:#f33333;
}

footer {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

footer .footer {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #75614e;
}

.right-links-mobile {
    display:none;
}

.vrdgLoginPage img {
    margin: 0 auto 40px auto;
    display: block;
}
.vrdgResetPassLink {
    color:#d1bba7;
}

.ResetPass p {
    color: black;
    font-size: 17px;
    margin-bottom: 30px;
}

.vrdgTopInfo {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    float:left;
    margin-right:20px;
    padding-right:30px;
    border-right: 1px solid #90654c;
    color: #90654c;
}

.vrdgCleaningLink {
    color: #90654c;
    font-weight: 600;
}

.vrdgKalendarD .vrdgDateStart {
    background:#ff5722;
    color:white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width:50%;
    float:right;
}

.vrdgKalendarD .vrdgDateEnd {
    background: #d3bba629;
    color:black;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width:50%;
    float:left;
} 

.vrdgKalendarD strong {
    font-weight: 600;
    width:100%;
    display:block;
}

.vrdgCheckbox {
    display:table !important;
    float:left;
    width: 25%;
    text-align: center;
} 

.vrdgCheckbox input {
    display:table !important;
    float:left;
    height:25px !important;
}

.vrdgCheckbox label {
    margin-top: 10px;
    display: inline-block;
    font-size:14px;
}

.vrdgCheckboxBox {
    display:table;
    width:100%;
    background: #e3f1f6;
    padding-top: 25px;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.vrdgCheckboxIcon {
    width: 25px;
    margin-right:5px;
}

.vrdgCheckbox span {
    vertical-align: super;
}

.vrdgCalendaIcon {
    width:20px;
    margin-left:1px;
    margin-right:1px;
}

.vrdgCleaningIcon {
    width:25px;
}
.vrdgContactBox {
    margin-bottom:10px;
}
.vrdgContactBox label {
    margin-top:20px;
    font-weight: 600;
    display:block;
    opacity: 0.75;
}

.vrdgContactBox a {
    color: #d1bba7;
    font-size:17px;
}

.upratovanie1 {border: 3px solid blue !important;}
.upratovanie2 {border: 3px solid green !important;}
.upratovanie3 {border: 3px solid yellow !important;}
.upratovanie4 {border: 3px solid red !important;}





























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

    .logo img {
        display: block;
        max-width: 150px;
        margin-top: 7px;
        margin-left: 10px;
    }

    .main-box .top{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .top .box{
        margin: 10px 10px;
    }
    .bottom{
        margin-top: 0;
    }
    .vrdgLoginPage {
        margin-top: 40px;
    }

    .vrdgLoginPage .form-box {
        max-width:92%;
        padding: 20px 20px;
    }

    .vrdgLoginPage .form-box .input input {
        height: 50px;
    }
    
    .vrdgLoginPage .form-box input {
        height: 50px;
    }

    .LoginPageLogo {
        max-width: 230px;
        margin: 0px auto 40px auto;
        display: block;
    }

    .vrdgResetButton {
        margin-left: 0;
        margin-top: 15px !important;
        width: 100% !important;
        display: block;
        text-align: center;
        text-decoration: none;
    }


    /* MENU */
    .right-links {
        display:none;
    }

    .logo {
        position: absolute;
        left:1px;
    }

    .right-links-mobile {
        display:unset;
        width:100%;
        padding-right: 0px;
    }

    .right-links-mobile .gt_option {
        width:100% !important;
    }

    .right-links-mobile .gt_switcher {
        width:100% !important;
    }

    .right-links-mobile .gtranslate_wrapper {
        width:100% !important;
    }   

    #myLinks {
        display:none;
    }

    .nav {
        overflow: hidden;
        position: relative;
        line-height: 55px;
        min-height:55px;
    }
    
    .nav #myLinks {
        display: none;
        padding-top:55px;
    }

    .nav #myLinks a {
        color: #d1bba7;
        border-top: 1px solid #d3bba629;
        text-align: center;
        font-size: 15px;
        line-height: 50px;
    }

    .nav #myLinks .gt_selected a {
        line-height:50px;
        width:100%;
    }

    .nav #myLinks .gt_selected {
        background:none;
    }
    
    .nav #myLinks .gt_selected a:after {
        height:50px;
    }

    .nav #myLinks span {
        text-align: center;
        width: 100%;
        display: block;
        color: #d1bba7;
        font-weight: 600;
        background: #ddebf0;
        line-height: 40px;
        font-size: 15px;
    }

    .nav .right-links-mobile a {
        color: white;
        padding: 0px 16px;
        text-decoration: none;
        font-size: 20px;
        display: block;
    }

    .nav .right-links-mobile .icon {
        float:right;
    }

    .nav .right-links-mobile a.icon {
        background: #d1bba7;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .nav .right-links-mobile a:hover {
        background-color: #d3bba629;
        color: #d1bba7;
    }
    
    .active {
        background-color: #04AA6D;
        color: white;
    }

    .gtranslate_wrapper .gt_option {
        position: unset !important;
        max-height: 235px !important;
    }

    .gtranslate_wrapper .gt_option a {
        line-height: 50px !important;
    }

    .gtranslate_wrapper {
        margin-top: 0px;
    }

    /* MENU END */
    .FilterInput:first-of-type {
        
    }

    .FilterInput {
        width:100%;
        padding: 9px 7px;
        margin-right: 0px;
    }

    .FilterButton {
        padding: 9px 30px;
        width: 100%;
        margin-top: 12px;
    }



    /* TABLE*/

    table {
        border: 0;
      }
    
      table caption {
        font-size: 1.3em;
      }
      
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      table tr {
        display: block;
        margin-bottom: 1.5em;
      }
      
      table td {
        border-bottom: 1px solid #d1bba745;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: 600;
        text-transform: uppercase;
      }
      
      table td:last-child {
        border-bottom: 0;
      }

      .vrdgTable tbody tr th {
          display:none;
      }

      .vrdgTable td, th {
            text-align: right;
            padding: 8px;
        }

        .vrdgHouseIcon {
            width: 25px;
            margin-right: 7px;
        }

        .vrdgTable tr {
            background-color: #0faab129;
            border-radius: 10px;
            padding: 10px;
        }

      /* TABLE END */

      .box {padding:15px;}

      .vrdgHeaderLeft a {
        color: #90654c;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        margin-top: 4px;
    }
    .vrdgHeaderCenter {
        font-size:18px;
        font-weight: 600;
        line-height: 22px;
    }

    .vrdgHeaderRight a {
        font-size: 16px;
    }

    .vrdgHeaderRight a span {
        margin-top: 4px !important;
    }

    .vrdgHeaderRight img {display:none;}
    .vrdgMObileHide {display:none;}
}


.message{
    text-align: center;
    background: #d1bba730;
    padding: 15px 0px;
    border:1px solid #d1bba7;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #d1bba7;
}
