#page-content, #content {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 20px;
    text-align: left;;
}

#footer {
    height: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    color: black;
    text-align: left;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#footer_index #footer {
    border-radius: 8px;
    border: 1px solid;
    color: black;
}


.bigCharts {
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 8pt;
    margin-bottom: 15px;
    margin-left: 5px;
    width: 98%;
    color: #2ac06d;
}

.chart-container {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#resize {
    float: none;
    padding: 0 1px 1px 0;
    margin-top: 10px;
    height: 100%;
}

.index_chart {
    width: 435px;
    height: 373px;
    margin-top: 0;
    float: left;
}

a {
    text-decoration: none;
    color: inherit;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
    font: 1em/1.75 Verdana, Arial, Helvetica, sans-serif
}

body {
    overflow-x: hidden;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #222;
    border: 1px solid;
    color: black
}


#header label:hover {
    color: #95ce24
}

.theme {
    width: 28px;
    height: 21px;
    margin-bottom: 0;
    margin-top: 0;

}

.flag {
    width: 20px;
    height: 15px;
    margin-bottom: 0;
    margin-top: 0;

}

/*  dropdown stuff*/

h1 {
    font-size: 16px !important;
    font-weight: bolder;
}

.h2, h2 {
    font-size: 12pt;
    padding: 12px;
    font-weight: bolder;
    line-height: 0;
    margin-bottom: 0;
}

/* styles for muuri */
.grid {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0 0;
    box-sizing: content-box;
}

.item {
    position: absolute;
    width: 437px;
    height: 403px;
    margin-right: 5px;
    padding-bottom: 5px;
    z-index: 1;
    transition: opacity 0.8s linear 1s;
    will-change: transform;

    color: transparent;
}

.item.h2 {
    height: 420px;
    line-height: 420px;
}

.item-content {
    position: relative;
    width: 100%;
    height: 101%;
}

.card {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid;
    color: black;
    border-radius: 8px;
    transition: all 0.2s ease-out;
}

.btn-zonphp {
    background-color: #286090;
    border-radius: 0.375rem !important;
    color: #fff;
    padding: 3px 11px;
    margin-bottom: 0;
    font-size: 13px;
}

.btn-zonphp:hover {
    background-color: #286090;
    color: #ffffff;
}

.inner {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
}

.block2 {
    position: absolute !important;
    left: 15px !important;
}

.block2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.block2 {
    background-clip: padding-box;
}

#menu_header_index {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 55px;

}

@media only screen and (max-width: 929px) and (min-width: 500px) {
    #footer_index, #menu_header_index {
        width: 437px;
    }

    #headerinverter {
        display: none;
    }

    .smallFooter {
        display: none;
    }
}

@media only screen and (max-width: 1360px) and (min-width: 930px) {
    #footer_index, #menu_header_index {
        width: 879px;
    }
}

@media only screen and (max-width: 1860px) and (min-width: 1360px) {
    #footer_index, #menu_header_index {
        width: 1321px;
    }
}

@media only screen and (max-width: 2260px) and (min-width: 1809px) {
    #footer_index, #menu_header_index {
        width: 1763px;
    }
}

@media only screen and (max-width: 2660px) and (min-width: 2250px) {
    #footer_index, #menu_header_index {
        width: 2205px;
    }
}

@media only screen and (max-width: 3060px) and (min-width: 2318px) {
    #footer_index, #menu_header_index {
        width: 2647px;
    }
}

@media only screen and (max-width: 993px) {
    #headerinverter {
        padding-top: 9px;
    }
}

@media screen and (min-width: 593px) {
    .dropdown .dropdown-menu.show {
        display: none !important;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .dropdown:focus .dropdown-menu {
        display: block !important;
    }
}

/*------------------*/

#menu_header .navbar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px;
    width: 100%;
}

#menu_header_index .navbar {
    height: 45px;
    width: 100%;
    border: 1px solid;
    color: black;
}

.navbar {
    border-radius: 8px;
    height: 45px;
    width: 100%;

}

.dropdown-toggle {
    color: #C00000 !important;
}

.dropdown-item {
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-toggle::after {
    content: none;
}

.p-1 {
    padding: 0.155rem 0.7rem 0.2rem !important;
}

/* ---- modal image ---- */
.index-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.index-image:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.table_component {
    width: 200px;
}

label {
    margin: 2px 1px 1px 5px;
    vertical-align: bottom;
    padding-bottom: 2px;
}

.table_component table {
    border: 1px solid #dededf;
    height: auto;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    vertical-align: top;
}