﻿
@charset "UTF-8";

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.dl-horizontal dt {
    white-space: normal;
}

.searchableTag {
    max-width: 280px;
    width: 100%;
}

.margin-bottom {
    margin-bottom: 20px;
}

.my-panel {
    display: block;
    padding: 6px;
    border: 1px rgba(0, 0, 0, .4) solid;
    background-color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.margin-top {
    margin-top: 20px;
}

.margin-top-xl {
    margin-top: 40px;
}

.progress_indicator {
    display: none;
    position: fixed;
    top: 300px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    border: 2px solid gray;
    background: white;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.navbar-fixed-top, .navbar-custom {
    background-color: white;
    border-color: white;
}

.conatiner-body-default {
    padding-top: 10px;
}

.container2{
  width:90%;
  margin:auto;
}

table.fixed{
  top:0;
  position:fixed;
  width:auto;
  display:none;
  border:none;
}

.fixed > thead{
  background-color:white;
}

.ui-dialog{
    z-index: 1040;
}

.bigZone{
    font-size:18px;
}

.infobox-gray {
    background-color: var(--dpoGray);
    border: 1px solid var(--dpoGray);
    padding: 10px 10px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.infobox-red {
	background-color: #ff9999;
	border: 1px solid red;
	padding: 10px 10px 0px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.infobox-blue {
    background-color: rgba(0, 73, 135, 0.15);
    border: 1px solid #004987;
    padding: 10px 10px 0px;
    margin-bottom: 20px;
    border-radius: 10px;  
}

.partition-name {
    color: white;
    width: 200px;
    font-size: 0.8rem;
}

.display-none{
    display: none;
}

.bold td{
    font-weight:bold;
}

@media (min-width: 992px) {
    .mobile {
        display: none;
    }
}

@media (max-width:991px){
    .mobile-hidden{
        display:none;
    }
}

.margin-left{
    margin-left: 12px;
}

.bg-info {
    background-color: #d9edf7;
}

.variableSymbol {
    font-size: 24px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    background-color: #17365d;
    border: none;
    border-radius: 6px;
    cursor: default;
    float: left;
    color: white;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    list-style: none;
}

.btn-transparent {
    background-color: transparent;
    color: inherit;
}

.btn.btn-transparent:focus, .btn.btn-transparent.focus {
    box-shadow: none;
}

#logoutForm {
    font-size: 1rem;
}

.btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn.btn-default:hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.hidden{
    display:none;
}

.cursor-pointer{
    cursor: pointer;
}

.display-none{
    display:none;
}

.navbar-toggler
{
    width: 100%;
}

.navbar-toggler .navbar-toggler-icon {
    width: auto;
}

#eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 8px;
    background-color: white;
    border-top: #A9A9A9;
    box-shadow: 0px 0px 3px #808080;
    text-align: center;
}

#eu-cookies a {
    color: black;
    text-decoration: underline;
}

#eu-cookies button {
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    margin-left: 10px;
}

        #eu-cookies button:hover {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

@media print {
    .hidden-print {
        display: none !important;
    }
}