/*
    Theme Name: Headless
    Description: Redirects the front end to the backend
*/

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}



#page-wrapper {
    background: #fff;
    width: 100%;
    max-width: 1024px;
    margin: 2rem auto 0;
    min-height: 600px;
    padding: 0 2rem 2rem 2rem;
    box-shadow: 0px 0px 17px 0px #00000090;
    -webkit-box-shadow: 0px 0px 17px 0px #00000090;
    position: relative;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#page-wrapper-login {
    width: 400px;
    padding: 0;
    box-shadow: 0px 0px 17px 0px #00000090;
    -webkit-box-shadow: 0px 0px 17px 0px #00000090;
    position: relative;
    border-radius: 10px;
    border-top: 6px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(6, 86, 102, 0.8);
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-image: url(/wp-content/themes/headless-wp/assets/img/login-bg.png);*/
    z-index: 2;
}


.login {
    padding: 3rem;
    align-self: center;
    width: 100%;
}
.login-headline{
    color:#fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 35px 0 0;
}
.login-footer {
    width: 100%;
    height: 40px;
    background: #065666;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
}

.login-footer a {
    text-decoration: none;
    color: #fff;
    font-size: 0.8rem;
}

#menu {
    position: absolute;
    left: -280px;
    top: 0;
    width: 100%;
    max-width: 250px;
    background: #e0e0e0;
    padding: 2rem;
    box-shadow: 0px 0px 17px 0px #00000090;
    -webkit-box-shadow: 0px 0px 17px 0px #00000090;
    border-radius: 25px;
}

#user {
    position: absolute;
    right: -330px;
    top: 0;
    width: 100%;
    max-width: 300px;
    background: #e0e0e0;
    padding: 2rem;
    box-shadow: 0px 0px 17px 0px #00000090;
    -webkit-box-shadow: 0px 0px 17px 0px #00000090;
    border-radius: 25px;
}

.login-page{
    width: 100%;
    height: 100vh;
    background-image: url(/wp-content/themes/seat-manager/assets/images/login-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-logo {
    margin: 0 auto;
}

#loginform {
    width: 100%;
    max-width: 430px;
}

#loginform .login-remember label {
    width: 200px;
    display: inline-block;
}


.login p{
    /*text-align: center;*/
}
.login p label{
    /*height: 0;*/
    display: block;
    margin: 10px 0;
}

#reset-pass-submit,
input {
    border: none;
    padding: 0.8rem 0.8rem;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 25px;
    color: #333;
    width: 100%;
    text-align: center;
    transition: all .5s;
    outline: none;
}
input:focus {
    /*border-radius: 5px;*/
    width: 100%;
    box-shadow: inset 0px 0px 5px 0px #065666;
    -webkit-box-shadow: inset 0px 0px 5px 0px #065666;
}
#reset-pass-submit,
input[type="submit"] {
    cursor: pointer;
    background-color: #065666;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto;
    display: block;

}

input[type="checkbox"] {
    width: 30px;
}

.not-clickable{
    pointer-events: none;
}
.location_map{
    cursor: grab;
}
.location_map:active {
    cursor: grabbing;
}
.location_map.active {
    opacity:1;
    display: block;
    position: relative;
    z-index: 1;
}
path { transition: fill .4s ease; }
/* set fill for before and for during hover */
#europe       path { fill: red; }
#europe:hover path { fill: white; }


#location_user_names{
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}
#location_user_names.visible{
    opacity: 1;
}
.user_name_entry{
    text-align: center;
    opacity: 1;
    pointer-events: none;
    transition: opacity .4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user_name_entry .user_img{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 5px 0px #646464;
    box-shadow: 0px 0px 5px 0px #646464;
}
.user_name_entry .user_name{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*border-radius: 5px;*/
    color: #fff;
    background-color: #065666;
    font-size: 11px;
    width: 100%;
    padding: 5px 10px;
}

.user_name_entry.active{
    opacity: 1;
}

.table_object{
    cursor: pointer;
}
.table_object rect,
.table_object polygon,
.table_object path{
    transition: all .5s ease;
}


.table_object.selected path {
    fill: rgb(146, 148, 156);
    stroke: rgb(86, 88, 96);
}

.table_object.alert{
    -webkit-animation: blink 0.5s both;
    animation: blink 0.5s both;
}


@-webkit-keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

.table_object.selected path,
.table_object.selected polygon,
.table_object.selected rect {
    fill: rgb(116, 158, 81) !important;
    stroke: rgb(6, 86, 102) !important;
}

.table_object.booked path,
.table_object.booked polygon,
.table_object.booked rect {
    fill: rgb(146, 148, 156) !important;
    stroke: rgb(86, 88, 96) !important;
}
.table_object.fixed path,
.table_object.fixed polygon,
.table_object.fixed rect {
    fill: rgb(252, 252, 252) !important;
    stroke: rgb(86, 88, 96) !important;
}
.table_object.rdy_to_delete path,
.table_object.rdy_to_delete polygon,
.table_object.rdy_to_delete rect {
    fill: #ed8181 !important;
    stroke: rgb(6, 86, 102) !important;
}

#table_order_overview{
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 50%;
    background-color: #065666;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: all .5s;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-size: 1.3em;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px 0px #000000;
    pointer-events: none;
}

#table_order_overview.active{
    opacity: 1;
    transform: translate(-50%, 80px);
    -webkit-box-shadow: 0px 0px 10px -5px #000000;
    box-shadow: 0px 0px 10px -5px #000000;
    pointer-events: all;
}

.location_map{
    transition: all .5s;
    opacity: 0;
    display: none;
    position: absolute;
    z-index: -1;
}

.timing_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    align-items: stretch;
}

.calender-nav{
    position: absolute;
    width: 250px;
    top: 50px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #065666;
    transform: translateX(-50%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px #000000;
    box-shadow: 0px 0px 15px 0px #000000;
}
.calender-nav .nav{
    background-color: #fff;
    border-radius: 90px;
    padding: 10px;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 50%);
    box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 50%);

}
.calender-nav img{
    width: 40px;
    height: 40px;
}
.calender-nav .prev{}
.calender-nav .next{}

.calendar-wrapper.active{
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.calendar-wrapper.active #datepicker{
    /*left: calc(101% + 20px);*/
}
.calendar-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#datepicker.visible{
}
#datepicker{
    width: 48%;
    pointer-events: auto;
    
    z-index: 2;
    opacity: 1;
    
}

.ui-datepicker-header{
    position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next{
    display: inline-block;
    text-align: left;
    width: 50%;
}
.ui-datepicker-prev{
    text-align: left;
}
.ui-datepicker-next{
    text-align: right;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before{
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: inline-block;
    content: "";
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.ui-datepicker-prev:before{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/angle-left-solid.svg);
}

.ui-datepicker-next:before{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/angle-right-solid.svg);
}
.ui-datepicker-header .ui-state-disabled:before{
    opacity: .5;
}

.ui-datepicker-title{
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-size: 23px;
    pointer-events: none;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th{
    text-align: center;
    width: 39px;
    border: 0;
    padding: 0;
}
.ui-datepicker-calendar td{

}
.ui-state-default,
.ui-datepicker-calendar .ui-state-disabled{
    padding: 2px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.ui-state-default {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #ffffff;
    background-color: #065666;
    text-decoration: none;
    line-height: 0;
}
.ui-state-default.ui-state-active{
    background-color: #749E51;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #ffffff;
    background-color: #065666;
    opacity: .5;
}

#my_booking_list{}
/* width */
div#my_booking_list::-webkit-scrollbar {
    width: 20px;
}

/* Track */
div#my_booking_list::-webkit-scrollbar-track {
    border-radius: 100px;
}

/* Handle */
div#my_booking_list::-webkit-scrollbar-thumb {
    border: 5px solid transparent;
    border-radius: 100px;
    background-color: #065666;
    background-clip: content-box;
}

/* Handle on hover */
div#my_booking_list::-webkit-scrollbar-thumb:hover {
    background-color: #14768a;
}

#my_booking_list{
    position: relative;
    flex-direction: column;
    transition: all .5s;
    opacity: 1;
    max-height: 255px;
    overflow-y: scroll;
}
#my_booking_list.hide{
    opacity: 1;
}
.booking_list_container.visible{
}
.booking_list_container{
    width: 48%;
    
    z-index: 2;
    pointer-events: auto;
    opacity: 1;
    
}
.loader_animation{
    transition: opacity .5s;
    opacity: 1;
}
.loader_animation.hidden{
    opacity: 0;
}
.booking_list_headline{
    font-size: 25px;
    margin-bottom: 20px;
}


.booking_list_entry{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    overflow: hidden;
    border-top: 1px solid #92949c;
    transition: all .5s;
    height: 50px;
}
/*.booking_list_entry:nth-child(2),*/
.booking_list_entry:first-child{
    border-top: none;
}
/*.booking_list_entry:first-child{
    border-top: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.booking_list_entry:last-child{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}*/
.booking_list_entry.hide{
    max-height: 0px !important;
}
.booking_list_entry_title{
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    padding: 15px 25px;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking_list_entry_title.active{
    color: #fff;
    background-color: #749E51;
}
.booking_list_entry_title_delete{
    cursor: pointer;
    width: 20%;
    background-color: #d9d9d9;
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/delete.png);
    text-align: center;
    padding: 15px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: all .5s;
}
.booking_list_entry_title_delete:hover{
    background-color: #ed8181;

}
@-webkit-keyframes pop_in {
    0%{
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pop_in {
    0%{
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/**/
.lds-roller {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 80px;
    height: 80px;
    top: calc(50% - 22px);
    left: 50%;
    transform: translate(-50%,calc(-50% + 22px));
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #065666;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.loaction_wrapper{
    display: flex;
    height: 100vh;
    width: 100%;
}
.loaction_wrapper__item_wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.loaction_wrapper__item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    transition: filter .2s;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.loaction_wrapper__item:hover {
    filter: grayscale(0);
}
.loaction_wrapper__item_title{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all .2s;
}
.loaction_wrapper__item:hover .loaction_wrapper__item_title{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.loaction_wrapper__item:hover::after, .loaction_wrapper__item:hover::before{
    transform: scale(1, 1);
}
.loaction_wrapper__item::after, .loaction_wrapper__item::before{
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    transition: all 0.5s;
}
.loaction_wrapper__item::after{
    border-right: 1px solid #065666;
    border-left: 1px solid #065666;
    transform: scale(1, 0);
}
.loaction_wrapper__item::before{
    border-top: 1px solid #065666;
    border-bottom: 1px solid #065666;
    transform: scale(0, 1);
}
.location_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    box-sizing: border-box;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    -webkit-animation: fade_in 1s ease-out 1s both;
    animation: fade_in 1s ease-out 1s both;
    box-shadow: inset 0px 0px 10px 0px #065666;
}

@-webkit-keyframes fade_in {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade_in {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.location_container__{

}
.location_container_control{
    width: 100%;
    height: 100%;
}
.location_container_wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.shadow_container{
    display: flex;
    height: 100vh;
    border: 50px solid #065666;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 90;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    -webkit-animation: shadow_intro 1s ease-out;
    animation: shadow_intro 1s ease-out;
}

@-webkit-keyframes shadow_intro {
    0%{
        border: 0px solid #065666;
    }
    100% {
        border: 50px solid #065666;
    }
}
@keyframes shadow_intro {
    0%{
        border: 0px solid #065666;
    }
    100% {
        border: 50px solid #065666;
    }
}
.shadow{
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 15px 0px #000000;
    box-shadow: inset 0px 0px 15px 0px #000000;
}

#map_fragments{
    display: flex;
    flex-wrap: wrap;
}
.map_fragments.no_click{
    pointer-events: none;
}
.map_fragments{
    
}
.map_fragment{
    width: 50%
}
.map_fragment.loaded{
    opacity: 1;
    transform: scale(1);
}
.map_fragment a,
.map_fragment div{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.map_fragment a:hover{
    
}

#container_control{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    transition: all .5s;
    align-items: center;
    justify-content: center;
    
}
#container_control.active{
    opacity: 1;
}

.location_control{}

.zoom_control{
    /*border-top: 1px solid rgba(6, 86, 102, 50%);
    border-bottom: 1px solid rgba(6, 86, 102, 50%);*/
}

.location_control,
.zoom_control,
.logout_control{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
}

.location_control .location{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/map_logo.png);
    cursor: pointer;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all .25s;
}

.control__icon{
    width: 40px;
    height: 40px;
    backdrop-filter: blur(10px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border-radius: 90px;
    -webkit-box-shadow: inset 0px 0px 5px 0px #646464;
    box-shadow: inset 0px 0px 5px 0px #646464;
}

.zoomin,
.zoomout,
.zoomreset,
.open_calender,
.open_list{
    cursor: pointer;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all .1s;
}
.zoomin.pressed,
.zoomout.pressed,
.zoomreset.pressed,
.open_calender.pressed,
.open_list.pressed{
    transform: scale(.90);
    /*background-size: 25px;*/
}
.zoomin{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/plus.png);
}
.zoomout{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/minus.png);
}
.zoomreset{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/reset.png);
}
.open_calender{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/calendar.svg);
}
.open_list{
    background-image: url(/wp-content/plugins/seat-manager/assets/icons/list.svg);
}

.control__icon.pressed{
    -webkit-box-shadow: inset 0px 0px 10px 0px #065666;
    box-shadow: inset 0px 0px 10px 0px #065666;
}


#table_messages{
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
#message_outpout{
    text-align: center;
    opacity: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #962b2b;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -5px #000000;
    box-shadow: 0px 0px 10px -5px #000000;
    transition: opacity .5s;

}
#message_outpout.active{
    opacity: 1;
}
#message_outpout.clickable{
    cursor: pointer;
    pointer-events: auto;
}
form#login{
    color: #fff;
    width: 100%;
}
form#login a{
    color: #fff;
}

form#login p.status{
    display: none;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
.logout_button{

}
.location_selection{

}
.submit_button{
    cursor: pointer;
}
.submit_button:hover{
    /*border-radius: 5px;*/
    box-shadow: 0px 0px 10px 0px #ffffff90;
    -webkit-box-shadow: 0px 0px 10px 0px #ffffff90;
}
.login_form_row{
    padding-bottom: 10px;
}

.footer_menu{
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    bottom: 0;
    position: relative;
    transition: bottom .25s, box-shadow .25s;
    -webkit-box-shadow: 0px 0px 15px 5px #065666;
    box-shadow: 0px 0px 15px 5px #065666;
}
.footer_menu.hidden{
    bottom: -5vh;
    -webkit-box-shadow: 0px 0px 0px 0px #065666;
    box-shadow: 0px 0px 0px 0px #065666;
}
.footer_menu a{
    padding: 0 5px;
    color: #065666;
    text-decoration: none;
}
.mobile_visible{
    display: none;
}
@media only screen and (min-width: 0px) {
    .mobile_visible{
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    #datepicker{
    }
    .booking_list_container{
        
    }
    .mobile_visible{
        display: none;
    }

    .map_fragment {
    }
    .calendar-wrapper{
        left: 20px;
    }
    .location_control, .zoom_control, .logout_control{
        padding: 10px;
        flex-direction: row;
    }
    #container_control{
       
        flex-direction: row;
    }
    .zoom_control {
        /*border-left: 1px solid rgba(6, 86, 102, 50%);
        border-right: 1px solid rgba(6, 86, 102, 50%);
        border-top: none;
        border-bottom: none;*/
    }
    .control__icon{
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .location_control .location{
        background-size: 100px;
    }
    .zoomin,
    .zoomout,
    .zoomreset,
    .open_calender,
    .open_list{
        background-size: 20px;
    }
}

#password-lost-form-wrap{
    color: #fff;
}
#password-lost-form-wrap fieldset{
    border: 0;
}
#password-lost-form-wrap legend{
    font-size: 20px;
    border: 0;
    margin-bottom: 10px;
}
.somfrp-lost-pass-form-text{
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
}