/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *= require font-awesome
 *= require owl.carousel
 *= require owl.theme
 *= require_tree .
 *= require_self
 *= require owl.carousel.min
 *= require owl.theme.default.min
 */
.active {
    background-color: lightblue !important;
}
.right {
    float: right;
}
.top {
    float: top;
}
#owl-demo .item img{
    display: block;
    width: auto;
    height: 200px;
}

.dropdown-submenu {
    position: relative;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.basemap-thumb {
    min-height: 130px;
    background-color: #eeeee0;
    width: 100%;
    margin-top:auto; 
}
.center
    {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 130px;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }
    .center img
    {
        height: 128px;
        width: 128px;
    }
.modal2
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.download:link, .download:visited {
    color: #8b0000;
}

.download:hover, .download:active {
    background-color: white;
    color: #8b0000;
}

.font_color {
    color: #551a8b;
}

.panel-heading{
    border-style: solid; 
    border-color: white !important;
}

.rounded_corners {
    border-radius: 15px;
}

.main_dropdown:hover{
    background-color: lightblue;
}

.navbar-nav > li > a{
    color: black !important;
    font-size:15px;
}

.sidebar_menu:hover{
    background-color: #5cacee;
}

.owl-carousel .owl-wrapper .owl-item{
    padding-left: 5px;
    width: unset !important;
}

.nav>li>a:hover, .nav>li>a:focus{
    color: black;
}