/*
http://www.colorcombos.com/color-schemes/283/ColorCombo283.html
*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #F5D769;
    color: #828277;
}

.multiselectbox {
    margin-bottom: 8px;
}

.multiinput {
    margin-bottom: 5px;
}

.promohind {
    background-color: #FDE5B3;
    float: right;
    font-size: 2.2em;
    font-family: "FiraSans bold", sans-serif;
    /*    font-weight: bold; */
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #d7e7b9;
}

@media (min-width: 1200px) {
    .container {
        width: 992px;
    }
}

@font-face {
    font-family: "FiraSans regular";
    src: url(/media/fnt/firasans-regular.woff) format("woff");
}

@font-face {
    font-family: "FiraSans bold";
    src: url(/media/fnt/firasans-bold.woff) format("woff");
}

body {
    font-family: "FiraSans regular", sans-serif;
    /* background: #feecc0; */
    /* font-size: 1.4em; */
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "FiraSans bold", sans-serif;
    color: #8DB87C;
    font-size: 2.0em;
    font-weight: normal;
}

.jumbotron h1 {
    font-family: "FiraSans bold", sans-serif;
    color: #8DB87C;
    font-size: 2.1em;
    font-weight: normal;
}

h2 {
    color: #8DB87C;
    font-family: "FiraSans bold", sans-serif;
    font-size: 1.7em;
    font-weight: normal;
    text-align: left
}

h3 {
    color: #8DB87C;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px dotted #8DB87C;
}

h4 {
    font-family: "FiraSans bold", sans-serif;
    color: #8DB87C;
    font-size: 1.2em;
}

a {
    color: #828277;
}

a:hover, a:focus {
    color: #ED8A3F;
    text-decoration: none;
    text-shadow: -1px 1px 8px #F5D769, 1px -1px 8px #F5D769;
}

.promohind_realopus {
    padding: 3px;
    /*font-family: "Droid Sans Bold", sans-serif;*/
    color: #F5D769;
    background-color: #325024;
    font-size: 20px;
    /*text-shadow:0 0 0;*/
}

.btn-default {
    background-color: #828277;
    color: #F5D769;
    font-weight: bold;
    border-color: #F5D769;
}

.btn-default:hover {
    background-color: #F5D769;
    color: #828277;
    border-color: #ED8A3F;
}

.form-control:focus {
    border-color: #F5D769;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(237, 138, 63, 0.82);
}

::-moz-selection {
    background: #D4E8C1;
    text-shadow: none;
}

::selection {
    background: #D4E8C1;
    text-shadow: none;
}

.mainnavbar {
    background-color: #D4E8C1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #D4E8C1;
}

.navbar-nav {
    font-size: 1.2em;
}

.dropdown-menu {
    background-color: #FCD47B;
}

.jumbotron {
    background-color: #F5D769;
    min-height: 200px;
}

.adpanel {
}

#stats > .panel {
    padding-left: 0;
    padding-right: 0;
}

/*.linklist .navbar-default .navbar { min-height:28px; height: 28px; }
.linklist .navbar-default .navbar .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.linklist .navbar-default .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }
*/

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #828277;
    background-color: #F5D769;
    border-color: #F5D769;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #ED8A3F;
    outline: 0px none;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f6faf2;
}
/*
#accordion .panel-heading {
    background-color: #fefdf4 !important;
}
*/

/*
#accordion .panel-collapse {
    background-color: red !important;
}
*/

div.img-valign {
    /*height: 10em;*/
    position: relative;
}

div.img-valign img {
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.omataust {
    /*color: #fff;*/
    background-color: #fef6e8;
    border-color: #fef6e8;
}

.big_banner {
    position: relative;
    top: 0;
    left: 0;

}

.reisiekspert_logo {
    position: absolute;
    top: 15px;
    left: 15px;
    border: none !important;
    max-height: 100%;
    height: auto;
}

.panel-primary>.panel-heading {
background-color: #8DB87C;
border-color: #8DB87C;
}

.panel-primary {
    border-style: solid;
    border-color: #8DB87C;
    border-width: 2px;
    border-radius: 7px;
}

.panel-default>.panel-heading {
background-color: #8DB87C;
border-color: #8DB87C;
}


h2.panel-title {
    color: #ffffff;
    font-size: 1.2em;
    font-family: "FiraSans bold", sans-serif;
}

ul.loend {
    list-style: disc;
    margin-left: 0px;
    padding-left: 2em;
/* text-indent: -0.5em; */
}

.accordion-toggle {
    color: #003366;
}

.divider {
 height: 1px;
 width:100%;
 display:block; /* for use on default inline elements like span */
 margin: 9px 0;
 overflow: hidden;
 background-color: #e5e5e5;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #F5D769;
}

.filtrikast_pealkiri{
    margin-top: 5px;
}

.filtrikast_hr {
    margin-top: 10px; margin-bottom: 10px
}

.filtrikast {
    padding: 5px !important;
    background-color: #f9fbf9;
}

.filtrikast_slider{
    margin-left: 5px;
    margin-right: 5px;
}

.filter_range_valikutulemus{
    border:0; background-color: transparent; color:#f6931f; font-weight:bold; float: left;
}

.lisainfo_link{
    padding-left: 0;
    color: white !important;
    text-decoration:underline!important;
}
.lisainfo_link:hover, .lisainfo_link:focus, .lisainfo_link:active {
    color: #feecc0 !important;
    /*background-color: #00b3db;*/
    /*border-color: #285e8e; *//*set the color you want here*/
}

/* visited link */


.panel-heading {
    /*padding: 0px;*/
    padding-left: 10px;
    padding-right: 10px;
}

.lisastiil {
    margin-top: 10px;
    margin-bottom: 0px;
}

.panel-body {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

/**
* product-grid/Target Styles
*/

.product-grid .mix {
    width: 100%;
    display: none;

}

/**
 * Fail message styles
 */

.product-grid .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    /*bottom: 0;*/
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.product-grid .fail-message:before {
    content: '';
    display: inline-block;
    /*vertical-align: middle;*/
    height: 100%;
}

.product-grid .fail-message {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.product-grid.fail .fail-message {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

