/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.05.2017, 11:12:21
    Author     : stadlerc
*/

/** Dropdown Menu **/
.dropdown-language-menu {
    position: relative;
}

.dropdown-language-menu-content {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 12rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-language-menu-content a {
    color: #424242;
    padding: 8px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-language-menu-content a:hover {background-color: #e3e3e3}

.dropdown-language-menu:hover .dropdown-language-menu-content {
    display: block;
}

.sidebar-for-images {
    height: 30rem !important;
}

.sidebar-for-images-image {
    height: 24rem !important; 
    border: 1px solid #d8d8d8 !important;
}

.sidebar-for-pdfs {
    width: 50% !important;
}

.sidebar-for-pdfs-pdf {
    width: 100% !important;
    height: 90% !important;
}

.sidebar-extended {
    width: 36rem !important;
}