/* css for modern b2b by Seele*/
:root {
    --main-panel-bgcolor: #D0DFED;
    --main-button-bgcolor: #366383;
    --main-button-color: #ffffff;
    --inactive-button-bgcolor: #eeeeee;
    --delete-button-bgcolor: #f98195;
    --form-legend-bgcolor: #e3e7ea;
    --form-legend-color: #366383;
    --link-active-color: #346217;
    --link-hover-color: #f36f21;
    --row-border-color: #8E959A;
    --row-even-bgcolor: #F6F9FB;
    --row-odd-bgcolor: #e3e7ea;
    --main-font-family: Tahoma, Arial, "sans serif";
    --menu-bgcolor: whitesmoke;
    --common-dropdown-menu-width: 220px;
    --lang-menu-width: 90px;
    --profile-menu-width: 300px;
    --item-active-background: #eee;
    --item-active-color: black;
    --info-bgcolor: #ffe8749e;
} 

#header{
    font-family: var(--main-font-family);
    font-size: 13px;
    margin-bottom: 50px;
    text-align: right;
}
#header img.logo {
    float: left;
    margin-right: 10px;
    border: 0;
}


.view-search::before {
	background-image: none !important;
	background-color: #EDEDED;
}
.btn {
background-color: #429410 !important;
}
.btn:hover {
	background-color: #e95b0b !important;
}
.btn-alt {
background-color:#f3ffec !important;
color: #346217;}

.btn-alt:hover{
color:#429410;
background-color:#f3ffec;
}
.checkbox input:checked~.helper {
   color: #429410;
    background-color: #429410;
    border-color: #429410;
}
@media (max-width: 992px) {
    .ticket__info {background-color: #429410;}
}

/* menu */
#search_tour {
display: block;
width: auto;
height: 45px;
margin-top: 2em;}
	
	
.searchmodes .searchmode, .searchmodes .searchmode-custom {
    float: left;
    text-align: center;
}

.searchmodes .searchmode_button {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    background-color: white;
    color: #429410;
	font-weight: bold;
}
.searchmodes .searchmode_button:hover {
	color: #e95b0b;
}
.header-nav {
display: none !important;}



/* links color old menu #header*/
#header a {
    color: #346217;
    cursor: pointer;
}
#header a:hover {
    color: var(--link-hover-color);
}
@media print {
    #header {display: none;}
}
#header{
    font-family: var(--main-font-family);
    text-align: right;
	margin-bottom: 2em;
}
#header img.logo {
    float: left;
    margin-right: 10px;
    border: 0;
}
#header a, .samo_container a, .samo_container .link {
    color: var(--link-active-color);
    cursor: pointer;
}
#header a:hover, .samo_container a:hover, .samo_container .link:hover {
    color: var(--link-hover-color);
}#header .bottom-menu {
    background-color: #f5f5f5;
}#header .menu {
    max-width: 1200px;
    margin: auto;
}
 
#samo-link-to-page .link {
    background: url(../pict/link.png) 7px 7px no-repeat;
}
#samo-link-to-page {
    right: 5px;
    bottom: 5px;
    width: 30px;
    min-height: 25px;
}
#samo-link-to-page a {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 5px;
    opacity: 1;
}
