body, html {
    font-size: 12px !important;
    height: 100%;
}

h1,h2,h3,h4,h5,h6,p, th {
   line-height: 1.45;
}

h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3 { font-size: 25px; }
h4 { font-size: 23px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

.bg {
    width:100%;
    height:100%;
    background-color: #f1f1f1;
}
.bgimg {
    min-height: 100%;
    padding-bottom: 70px;
    background-attachment: fixed;
    background-image: url("../img/backgrounds/1.jpg");
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-size: cover;
}
.navbar {
    border-bottom: 1px solid #e8e8e8;
}
.bg-light {
    background-color: #ffffff!important;
}
.container, .container-fluid {
    background: rgba(255, 255, 255, .75);
    border-radius: 0px;
}
.transparant {
    background: rgba(255, 255, 255, .0);
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}

/* Excel style tables */
.dropdown-filter-dropdown {
    position:relative;
    display:inline-block;
}

.dropdown-filter-icon {
    margin-left:5px;
    line-height:1.3;
    /*border:1px solid black;*/
}


.dropdown-filter-icon:hover {
    cursor:pointer;
}

.checkbox-container {
    max-height: 400px;
    overflow-y: scroll;
}
.dropdown-filter-content {
    display: none;
    /*position: absolute;*/
    position: fixed;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
}

.dropdown-filter-content div {
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-search {
    margin-bottom:10px;
    margin-top:10px;
}


.dropdown-filter-content div.dropdown-filter-sort {
    padding-top:5px;
    padding-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-sort:hover {
    background-color:#e1e5e7;
    cursor:pointer;
}

.dropdown-filter-content div.dropdown-filter-sort span {
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.arrow-down {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right:5px;
    margin-left:5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}