/**
 * Current template's main css file.
 * 
 *      It contains all the main styles for your template.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Katinka Kovesdi-Toth <katinka.kovesdi-toth@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */ 

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
    
html {
    position: relative;
    height: 100%;
    margin: 0;
}

body {
    position: relative;
    height: 100%;
    margin: 0;
    font-size: 16px;
}
    
.wrapper {
    position: relative;
    min-height: 100%;
}

.site.content {
    padding-bottom: 195px;
    min-height: 500px;
    background: #E2E2E2;
}
    
.measure_div{
    text-align: center;
    height: 100%;
    position: fixed;
    z-index: 1000;
    right: 0;
    overflow-x: hidden;
    background: #fff;
    height: 100%;
    padding-top: 20px;
}
    
.trans{
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

div#danger{
    margin-bottom: 0px;
    text-align:center;
}
    
.chooser{
    float: right;
    margin-bottom: 15px;
}
    
.filter{
    background: #2F66B2;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}
    
.filter:hover{
    background: #F7AC4C;
    color: #fff;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
    
.filter:focus{
    color: #fff;
    background: #2F66B2;
}

.center{
    text-align: center;
}

/*#river_section {
    width: 150px;
    z-index: 1;
    -webkit-transition: margin-right 0.35s ease;
    -moz-transition: margin-right 0.35s ease;
    -o-transition: margin-right 0.35s ease;
    transition: margin-right 0.35s ease;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    position: fixed;
    right: 0;
    margin-right: -150px;
    box-shadow: 0 2px 12px 0 #444;
    padding-top: 30px;
    text-align: center;
    vertical-align: middle;
}
#river_section.in {
    margin-right: 0px;
}  

.river_section_slider_container {
  position: relative;
  height: 100%;
}

#river_section_slider {
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}*/

.slider-selection
{
    background: #5F96e2 !important;
}

/*#river_section_country {
    margin-bottom: 30px;
}

.river_section_btn {
    border: 0;
    background: transparent;
}*/

/*LEGEND div style*/
#Legends{
    z-index: 20000;
    background: #fff;
    position: absolute; 
    right: 3%;
    border-radius: 4px;
    /*bottom:180px; */
    top: 140px;
    color:black;
    padding: 5px 8px;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 5px 7px 0px rgba(50, 50, 50, 0.75); 
}

/* Small devices (tablets, 500px and up) */
@media (min-width: 250px) {
    .footer-menu li a .title {
        display: none;
    }
}

/* Small devices (tablets, 500px and up) */
@media (min-width: 300px) {
    .footer-menu li a .title {
        display: none;
    }
}

/* Small devices (tablets, 500px and up) */
@media (min-width: 400px) {
    .footer-menu li a .title {
        display: none;
    }
}

/* Small devices (tablets, 500px and up) */
@media (min-width: 600px) {
    .footer-menu li a .title {
        display: inline-block;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .site.content {
        padding-bottom: 160px;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}