﻿body {
    background-color: #ececec;
    /*font-family000: ALMONI-TZAR-AAA-LIGHT;*/
    font-family: Assistant;
    color: #151717;
    font-size: medium;
}

.GuestActionWrapper {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    font-family000: ALMONI-TZAR-AAA-LIGHT;        
}

.divHeader_Sticky {
    max-width: 1000px;
    position: sticky;
    top: 0;
    z-index: 2;
}
.divHeader {
    height: 140px;
    width: 100%;
    margin: 20px 0 20px 0;
    padding00: 36.3px 193px 59.4px 182px;
    border-radius: 8px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
    background-color: #faf7f2;
    
    
}
        .divHeader table{
            width:100%;
        }

        .divHeader .divLogo {
            width: 50%;
            height: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .divHeader .divLogo img {
                margin: 0 auto;
                /*object-fit: contain;*/
                max-width: 240px;
                max-height: 130px;
                
            }
@media only screen and (max-width:480px) {
    .divHeader{
        height:110px;
    }
    .divHeader .divLogo img {
        max-width: 160px;
        max-height: 100px;
    }
}

.GuestActionWrapper h1 {
    width: 100%;    
    text-align: center;    
    font-family: Assistant;
    font-size: 135%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;    
    color: var(--dark-indigo);
}
    .GuestActionWrapper h2 {
        font-weight: 600;
        font-size: 120%;
        letter-spacing000: 0.92px;
    }
    .GuestActionWrapper h3 {
        font-weight: 600;
        font-size: 105%;
        letter-spacing000: 0.92px;
    }
    .GuestActionWrapper .MainArea {
        background-color: white;
        padding: 36.3px 193px 59.4px 182px;        
        border-radius: 8px;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
        opacity: 0.81;
        font-weight: 600;

    }

        .GuestActionWrapper .MainArea ul li {
            margin-top: 40px;
            border-bottom: 2px solid rgba(112, 112, 112, 0.64);
            display: flex;
            align-items: center;
            letter-spacing000: 0.5px;
        }
        .GuestActionWrapper .MainArea input[type=number]{
            direction:ltr;
            border:0;            
        }
    

    @media only screen and (min-width:481px) and (max-width:768px) {
        .GuestActionWrapper .MainArea {
        padding: 20px;
    }        
}
@media only screen and (max-width:480px) {
    .GuestActionWrapper .MainArea {
        padding: 10px;
    }    
}


.GuestActionWrapper .MainArea input[type=text] {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.GuestActionWrapper .MainArea ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.GuestActionWrapper .MainArea .ActionList {
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
}
    .GuestActionWrapper .MainArea ol li {        
        
    }

.GuestActionWrapper .divImgDetails {
    width: 36px;
    vertical-align: central;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.GuestActionWrapper .IconsColor {
    fill: #5b453b;
}

.GuestActionWrapper .IconsColor_1 {
    fill: #5b453b;
    stroke: #5b453b;
}

.GuestActionWrapper .divConfirm {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.GuestActionWrapper .chk input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 13px;
    margin-top: 10px;
    object-fit: contain;
    opacity: 0.68;
    border: solid 1px #5b453b;
    background-color: #fff;    
}

 .divButton {
    width: 100%;    
}

    .divButton input[type=button],
    .divButton input[type=submit],
    .divButton a {
        display: block;
        width: 100%;
        margin: 0 auto;        
        padding-top: 7px;
        padding-bottom: 10px;       
        height000: 45px;
        color: #FFFFFF;
        text-align: center;
        border-radius: 12px;        
        font-size: 20px;
        background-color: #5b453b;
        border: 1px solid #5b453b;
    }
    .divButton a {
        text-decoration: none;        
    }
        /*.ResMgr*/
        .ResMgr .MainArea {
            padding: 100px;
            padding-top: 36px;
        }
@media only screen and (min-width:481px) and (max-width:768px) {
    .ResMgr .MainArea {
        padding: 50px;        
    }
}

@media only screen and (max-width:480px) {    
    .ResMgr .MainArea {
        padding: 10px;        
    }
}

.divButtons {
    width: 100%;
    max-width: 1000px;
    position: sticky;
    bottom: 0;
}
.ResMgr .divButtons,
.GuestActionWrapper .divButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}    
    .ResMgr .divButtons .divButton,
    .GuestActionWrapper .divButtons .divButton {
        margin: 1px;
    }
        .ResMgr .divButtons .divButton input[type=submit],
        .ResMgr .divButtons .divButton input[type=button],
        .GuestActionWrapper000 .divButton input[type=file],
        .ResMgr .divButtons .divButton a {
            font-size: 20px;
            font-weight: 500;
            font-stretch: condensed;
            font-style: normal;
            line-height: normal;
            letter-spacing000: 0.44px;
            opacity000: 0.75;
        }
            .ResMgr .divButtons .divButton a {
                padding-top: 10px;
            }
                .ResMgr .UpperButtons {
                    display: flex;
                    margin-top:10px;
                }
        .ResMgr .UpperButtons img {
            max-width: 40px;
        }

.ResMgr .divButtons {
    
}
    .ResMgr .divButtons .divButton {        
        max-width: 24%;        
    }

    @media only screen and (min-width:481px) and (max-width:768px) {
        .ResMgr .divButtons {
            flex-wrap: wrap;
        }

            .ResMgr .divButtons .divButton {
                max-width: 32%;
            }
    }

    @media only screen and (max-width:480px) {
        .ResMgr .divButtons {
            flex-wrap: wrap
        }

            .ResMgr .divButtons .divButton {
                max-width: 49%;
            }
    }

    .ResMgr .MainArea .ImageLinks{
    display:flex;
    flex-direction:row;
}

.GuestActionWrapper .MainArea .Disclaimer ul li {
    margin-top: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    letter-spacing000: 0.5px;
}
.GuestActionWrapper .MainArea .Disclaimer{
    font-size:medium;
}
    .GuestActionWrapper .MainArea .Disclaimer .Question{
        font-size:100%;
        margin-bottom:6px;
    }
.ResMgr .MainArea .ResLine{
    display:flex;
    justify-content:space-between;
    width:100%;    
}
.ResMgr .MainArea .ResLine table td{
    font-size:85%;
}

.ResInfo {
    /*max-width:1000px;
    font-family000: ALMONI-TZAR-AAA-LIGHT;*/
    /*padding-top:0*/
}

.GuestActionWrapper .MainArea .Address ul li {
    margin-top: 0;
    border: 0;
    display: flex;
    align-items: center;
    letter-spacing000: 0.5px;    
}
.GuestActionWrapper .MainArea .Address .divImgDetails {
    width: 24px;
    vertical-align: central;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.GuestActionWrapper .MainArea .ResLines ul li {
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    letter-spacing000: 0.5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin:0;
}
.GuestActionWrapper .MainArea .ResLine{
    
}
.ResMgr .MainArea .MyAddress {
    width: 100%;
    text-align: center;
}
.ResMgr .MainArea .ImageLinks_2 {
    text-align: center;
    display: flex;
    justify-content:center;
}    
.ResMgr .MainArea .ImageLinks_2 img {
    border: 0;
   
    width: 43px;
    height: 43px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 16px;
    margin: 5px;
}
@media only screen and (max-width:480px) {
    .ResMgr, .ResMgr .MainArea, .ResMgr .divButtons {
        text-align: center;        
    }
        .ResMgr .MainArea .MyAddress{
            
        }
        .ResMgr .MainArea .ImageLinks_2 img {
            width: 33px;
            height: 33px;
        }
        }



.Hamburger {
    /*position: fixed;
    top: 22px;
    right: 20px;*/
    cursor: pointer;
    display: block;
    z-index: 225;
    padding: 0;    
    width: 25px;
    margin: 0 auto;
    background-color: transparent;
}

.closebtn {
    display: none;
}

.Hamburger div {
    width: 25px;
    height: 3px;
    background-color: #5b453b;
    margin: 6px 0;
}

@media only screen and (max-width:1000px) {
    .Hamburger {
        display: block;
    }

    .closebtn {
        display: block;
    }    
}
.ClickFiller {
    background-color: transparent;
    background-color: lightgray;
    opacity:0.3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.SideBar {
    min-height: 50%;
    top: 120px;
    width: 80%;
    max-width: 400px;
    display: none;
    padding: 10px;
    margin: 0;
    position: fixed;
    z-index: 6;
    overflow-x: hidden;
    padding-top000: 134px;
    box-shadow: 0 8px 6px 0 #d0bebe;
    border-radius: 5px;
    background-color: #faf7f2;
}
    .SideBar .SideBarItems{        
    }
    .SideBar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .SideBar li {
        margin: 2px;
        margin-bottom: 10px;
    }

        .SideBar li input[type=button],
        .SideBar li input[type=submit],
        .SideBar li a {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding-top: 8px;
            padding-bottom: 5px;
            height: 45px;
            background-color: white;
            color: #5b453b;
            text-align: center;
            border-radius: 5px;
            letter-spacing000: 4.22px;
            font-size: unset;
            font-weight: 700;
            /*background-color: #5b453b;
                border: 1px solid #5b453b;*/
        }

            .SideBar li a {
                text-decoration: none;
            }
                .SideBar li a:hover {
                    background-color: #5b453b;
                    color: white;
                }



.btFileUpload {
    width:100%;    
    margin: 0 auto
}
    .btFileUpload input[type=submit], .btFileUpload input[type=file] {
        height: 25px;
        font-size: 12px;
        padding: 0;        
    }