@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
/*#search_tour .direction .direction_left {
    width: 30% !important;
    text-align: right;
	display: none;*/
	
	#search_tour .control_meal {
    max-width: calc(var(--main-container-width) * 0.2);
    vertical-align: top;
	display: none;
}

/*.samo_container .confirm_now, .samo_container table.res tr.green_row td, .samo_container .price_legend .green_row {
    border-bottom: 1px solid #007355 !important;
    background: #6B8E23!important;
}*/

:root {
    --main-font-family: Roboto, Tahoma, Arial, "sans serif";
	--main-panel-bgcolor: #dedee8;
    --table-header-bgcolor: #dedee8;
    --main-button-bgcolor: #ffd300;
    --main-button-color: #ffffff;
    --inactive-button-bgcolor: #eeeeee;
    --hover-button-bgcolor: #ffc121;;
    --delete-button-bgcolor: #f98195;
    --form-legend-bgcolor: #e3e7ea;
    --form-legend-color: #366383;
    --link-active-color: #10598f;
    --link-hover-color: #f36f21;
    --row-border-color: #8E959A;
    --row-even-bgcolor: #F6F9FB;
    --row-odd-bgcolor: #e3e7ea;
    
    /*--menu-bgcolor: #E6E6FA;*/
    --common-dropdown-menu-width: 220px;
    --lang-menu-width: 90px;
    --profile-menu-width: 300px;
    --item-active-background: #eee;
    --item-active-color: black;

}

.samo_container table.res thead th {
    color: #191970;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

#cl_refer .claim {
    color: #191970;
    font-size: 1.3em;
    text-decoration: underline;
}

.samo_container div.logon-wrapper button {
    float: none;
    /*cursor: pointer;
    height: initial;*/
    padding: 10px 12px;
    color: #fff;
    background: #ffd300 !important;
    font-weight: bold !important;
    text-align: center;
    /*font-size: 14px;
    text-decoration: none;
    letter-spacing: .25px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 2px 8px hsl(0 0% 70%);*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*transition: background .25s;*/
}

.samo_container div.logon-wrapper button:hover {
    background: #ffc121 !important;
	
}
.samo_container .gds, .samo_container .even .gds, .samo_container .odd .gds {
    background-color: #FFFAFA !important;
	
}

#samo-circle-preloader #samo-circle {
    vertical-align: middle;
    text-align: center;
    color: #A9A9A9;
    outline-color: #E4E4E4;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 101px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(183, 183, 183, 0.25);
}

#header .high-menu {
    margin: auto;
    width: var(--main-container-width);
    height: 100px;
    display: grid;
    grid-template-columns: 15% 35% 50%;
    grid-template-rows: 1fr;
    grid-template-areas: "logo currency note";
	
}

#header .high-menu .logo {
    max-height: 120px;
	
}	

#bron_info .calc, #bron_info .additional_services, #bron_info .bron {
    -webkit-box-shadow: 0px 9px 10px -7px var(--table-header-bgcolor);
    box-shadow: 0px 9px 10px -7px var(--table-header-bgcolor);
    border: none;
    background: var(--main-button-bgcolor) ;
    font-weight: bold;
    color: #191970;

}	

.samo_container .message.notice {
    margin: 5px auto;
    padding: 10px;
    background-color: lightgrey;
    color: InfoText;
    text-align: center;
    font-size: 14px !important;
    border: solid 1px darkgrey;
}

#search_tour .hotels_container .checklistbox {
    height: 24.3em;

}	


.samo_container span.icon.hp {
    background-size:contain;
	margin-left: 2px;
}	


.TOWNFROMINC_chosen {
    max-width: 400px;
	display: none;
	
}

/*#search_tour .description{
    width: 85px;
    text-align: right;
	display: none;
}*/	

.samo_container .warning, .samo_container .message.warning {
    margin: 5px auto;
    padding: 10px;
    background-color: InfoBackground;
    color: #FF0000;
    text-align: center;
    font-size: 12px;
    border: solid 2px red;
}

/*.TOWNFROMINC_chosen, .STATEINC_chosen{
    max-width: 400px;
	display: none;
}*/

.direction_left.hidden-empty {
    display: none;
	}
	
/*	#search_tour .description4 {
    width: 50px;
    display: none;
}
#search_tour .cost {
    width: 60px;
    display: none;
}
#search_tour .from {
    width: 20px;
    text-align: right;
    display: none;
}
#search_tour .count {
    width: 70px;
    display: none;
}*/

#header{
    font-family: var(--main-font-family);
    font-size: 13px;
    margin-bottom: 50px;
    text-align: center;
	color: red;
}

#modalContainer {box-sizing: border-box; left: 50%; top: 20vh; transform: translateX(-50%);  z-index: 3001; position: fixed; background-color: #fff; border: 2px solid #666; width: 900px !important;
}