/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   html{
    height:100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height:100%;
    font-size: 90%;
}

a {
    color: #4679b2;
}

a:hover {
    color: #23527d;
}

.form-compact {
    font-size: 0.8em;
}

.form-compact .form-control {
    padding: 1px 2px;
    height: 24px;
    font-size: 1em;
}

.form-compact label {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.form-compact .form-group {
    margin-bottom: 0;
}

.form-compact .form-group .form-control {
    border-radius: 0;
    margin-bottom: 5px;
}

.form-compact .form-group .controls .ui-datepicker-trigger {
    background: none;
    cursor: pointer;
    padding: 2px;
    position: relative;
    top: -27px;
    left: -40%;
    float: right;
}

/* Profile menu styling */
.howto > .dropdown-menu {
    margin-left: 2.90em !important;
}
.howto.dropdown-submenu.pull-left>a:after {
    content: none;
}
.docs {
    margin-right: -3.5em;
    padding-right: 3.5em;
}
.docs.dropdown-submenu.pull-left>a:after {
    content: none;              
}
.managefavorites > .dropdown-menu {
    margin-left: 4px !important;
}
.managefavorites.dropdown-submenu.pull-left>a:after {
    content: none;
}

/* Change arrow for accordion links to the bootstrap link icon */
.accordion-button-link.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z' /%3E%3Cpath d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
}

.accordion-button-link:hover {
    color: white;
}

/* Change .btn-close and accordion arrow to match the white text color */
.btn-close-custom {
    filter: brightness(0) saturate(100%) invert(95%) sepia(84%) saturate(0%) hue-rotate(196deg) brightness(107%) contrast(100%);
}

 .accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(95%) sepia(84%) saturate(0%) hue-rotate(196deg) brightness(107%) contrast(100%);
}

.accordion-button:focus {
    border-color: #981c1f !important;
    box-shadow: 0 0 0 .2rem rgba(200,200,200,0.5)  !important;
}

 .accordion-button, .accordion-item, .accordion-button:not(.collapsed) {
    background-color: inherit;
    color: white;
}

.accordion-body>.dropdown-item:hover {
    background-color: rgba(200,190,190,0.5) !important;
}

.accordion-body>.dropdown-item {
    color: white !important;
    font-size: 1.1em !important;
    border-radius: 0.25em;
    margin-top: 0.25em;
}

.accordion-item, .accordion-button  {
    border-radius: .25em !important;
}

/* Make .accordion-body items larger when on mobile */
@media only screen and (max-width: 1200px) {
    .accordion-body>.dropdown-item {
        font-size: 1.3em !important;
        border-radius: 0.25em;
        margin-top: 0.25em;
        background-color: rgba(200,190,190,0.5) !important;
    }
}

.offcanvas {
    background-attachment: fixed;
    background: #981c1f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(153deg, rgba(85,28,27,1) 0%, rgba(152,28,31,1) 46%, rgba(85,28,27,1) 92%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(153deg, rgba(85,28,27,1) 0%, rgba(152,28,31,1) 46%, rgba(85,28,27,1) 92%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 250px;
}

.accordion-item .dropdown-item {
    white-space: break-spaces !important;
}

#nav-profile-dropdown .dropdown-submenu .dropdown-item {
    white-space: break-spaces !important;
}

#documentation {
    width: 19.15em !important;
}

#manage-favorites {
    width: 15.7em !important;
    right: -50px;
}


#nav-profile-dropdown {
    box-shadow: white 1px 1px 3px 3px;
}

#nav-profile-dropdown .dropdown-menu {
    box-shadow: white -4.55px -1px 5px 0.5px;
}


#nav-profile-dropdown .dropdown-item:hover, #manage-favorites .dropdown-item:hover, 
#manage-favorites .dropdown-item:hover > i  {
    background-color: white !important;
    color: black !important;
}

.offcanvas-title, .btn-close>button {
   color: white;
}


#nav-profile {
    margin-right: 3.92em
}

#nav-profile-dropdown {
    margin-left: -5.5em;
    margin-top: -0.6em;
    width: 16em;
}

.nav-profile-radius {
    color: #e6df87;
}

.nav-profile-avatar {
    border-radius: 50%;
    margin-top: -0.3em;
}

#nav-profile-avatar-container {
    padding: 2%;
    word-wrap: break-word;
    line-height: 1em;
}

.superuser-badge-navbar {
    padding-top: .30em !important;
    padding-right: .25em !important;
}

#nav-profile-user-name {
    display: inline;
    font-weight: bold;
    color: #e6df87;
}

#nav-profile-email {
    position: absolute;
    color: #e6df87;
    font-size: 55%;
    top: 5.5em;
    padding-left: 7.90em;
}

#navbar-search-select2 {
    display: none;
}

#navbar-search-icon {
    padding: 0.2em;
}

#navbar-search-placeholder {
    cursor: pointer;
    /* Prevent text from being highlighted */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.navbar-search {
    width: 150px;
}

.form-compact .form-group select.form-control {
    width: 50%;
}

select.form-select {
    padding-right: 40px !important;
}

.btn-xs {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}

/* Search Bar Placeholder Styling */
#navbar-search-select2>.select2-selection__placeholder {
    font-weight: normal !important;
    color: #999999 !important;
}

/* Search Bar Selected Result Styling */
.select2-selection__rendered, .select2-selection--single {
    font-weight: normal !important;
    color: black !important;
}

#brand-font-color-override .navbar-default .navbar-nav .dropdown .open {
    display: none;
}


@media screen and (max-width: 991px) {
    #bs-example-navbar-collapse-1 {
        background-image: none;
        background: #981c1f;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #551c1b, #981c1f, #551c1b);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #551c1b, #981c1f, #551c1b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
}

#new-ui-brand-font-color-override {
    background-image: none;
    background: #981c1f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #551c1b, #981c1f, #551c1b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #551c1b, #981c1f, #551c1b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#new-ui-brand-font-color-override .dropdown > a:hover{
    background-image: none;
    background-color:  #6C1213;

}

#new-ui-brand-font-color-override .dropdown > a:hover{
    background-image: none;
    background-color:  #6C1213;

}

#new-ui-brand-font-color-override .dropdown-menu:not(#nav-profile-dropdown) {
    margin-top: -0.5px;
}

#new-ui-brand-font-color-override a, #nav-profile-user-name, #nav-profile-email {
    color: white;
}

#nav-profile-dropdown, #how-to, #documentation, #manage-favorites, #app_switcher_dropdown {
    background-attachment: fixed;
    background: #981c1f;  /* fallback for old browsers */
    background: -webkit-linear-gradient(0deg, #551c1b, #981c1f, #551c1b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(0deg, #551c1b, #981c1f, #551c1b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#brand-font-color-override {
    background-image: none;
    background-color:  #97191B;

}

#brand-font-color-override .dropdown > a:hover{
    background-image: none;
    background-color:  #6C1213;

}


#brand-font-color-override .dropdown-menu:not(#nav-profile-dropdown) {
    margin-top: -0.5px;
}

#brand-font-color-override .dropdown-menu {
    background-image: none;
    background-color:  #97191B;
}

#brand-font-color-override .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
    background-image: none;
    background-color:  #6C1213;

}


#brand-font-color-override a{
    color: white;
}

.dropdown-menu {
    border: 0px;
    display: none;
}

/* Remove the offcanvas backdrop while keeping the click-off functionality */
.offcanvas-backdrop.show {
    opacity: 0;
    margin-top: 3.6em;
}


.collapse .navbar-collapse{
    color: #F0E68C;
}

.jumbotron h1 {
    color: #97191B;
}

.user_action {
    position: relative;
    margin-top: 50px;
}

.user_action form {
    margin: 0 auto;
    width: 483px;
    height: 281px;
    background-repeat: no-repeat;
}

 .user_action form .controls{
    width: 300px;
}

 .user_action form .form-group{
    position: relative;
    top: 25%;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) ;

}

.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: 7.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: 0.4em;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.reports-form fieldset legend {
    position: relative;
    left: 5%;
    font-size: 1em;
}

.report-container {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.table {
  /*border: 1px solid #dddddd;*/
}

.table-holder {
    position: relative;
    margin-top: 15px;

}

.table-holder table {
    border: 1px solid #000;
    /*border: 3px ridge #e8e8e8;*/
    font-size: 95%;
}

.table-holder table thead tr th {
    padding: 3px;
    background-color: #97191B;
    color: #F0E68C;
    font-weight: 500;
    font-size: 1.10em;
    text-align: center;
    border: 1px solid #000;
    /*border: 3px ridge #e8e8e8;*/
    vertical-align: middle;

}

#nav-profile {
    margin-bottom: 0.35em;
}


#navbar-search-placeholder {
    margin-bottom: 0.6em;

}

#navbar-search-select2 {
    margin-bottom: 0.1em;
    width: 14em;
    margin-right: -3.5em;
}

.navbar {
    height: 3.6em;
}

.table-holder td, .table-holder th, .table-holder table thead tr th, .table-holder table thead tr td, .table-holder table tbody tr td  {
    padding: 3px;
    border: 1px solid #000;
    /*border: 3px ridge #e8e8e8;*/
}

.nav-welcome-bar {
  border-bottom: 1px solid #000000;
  background-color: #97191B;
  font-weight: 500;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1000;
}


.nav-welcome-bar .navbar-header .navbar-brand{
  color: #AAAAAA;
}

.nav-welcome-bar .sub-nav-welcome .sub-font-color-override a {
    border: 0px;
    color: #F0E68C;
    margin: 0 auto;
}

.nav-welcome-bar .sub-nav-welcome .sub-font-color-override a:hover {
    background-color:  #6C1213;
}

#mapback {
    border: 1px;
    border-style: solid;
    background-image: url('../images/Earth-13-june.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e5e3df;
/*    top: 50px;
    position: relative;
    width: 100%;
    height: 100%;*/
}

#map {
    top: 50px;
    position: relative;
    width: 100%;
    height: 100%;
}

.popup {
    background-color: #FFF;
}

#overCap {
    background-color: #97191B;
}

.select2-dropdown {
    z-index:99999;
}

#overDiv {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #000;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: .6em 0 .4em;
    text-transform: uppercase;
    color: #bbb;
    font-family: "Myriad Pro";
    font-weight: normal;
    font-size: .8em;
    border-top: 1px solid #e6e6e6;
}

.ui-datepicker td {
    border: none;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 2px 0;
}

.ui-datepicker-month {
    color: #000;
}

.ui-datepicker-year {
    color: #000;
}


.ui-datepicker-calendar th {
    color: #333;
}

#herolist.list-container {
    border: 1px solid #000000;
    width:49%;
    padding: 7px;
    min-height: 65vh;
    height: auto !important;
    margin-right: 5px;
}

#eqlist.list-container {
    border: 1px solid #000000;
    width:49%;
    padding: 7px;
    min-height: 65vh;
    height: auto !important;
}

.list-container table {
   table-layout: fixed;
   width: 100%;
}

.list-container table tbody tr td {
    width: 100%;
    padding: 5px;
}

.misc-btn-left {
    position: absolute;
    bottom: -45px;
    left: 15px;

}

.misc-btn-right {
    position: absolute;
    float: right;
    bottom: -45px;
    right: 40px;
}

.save-status {
    color: red;
    position: relative;

}

#work {
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
    font-size:small;
}

.status-icon {
    min-height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.input-group-addon {
    position: absolute;
    display:    inline-block;
    line-height: .75;
    width: 75px;
}*/

#BtnHandleAliasNames {
    color: whitesmoke !important;
    position: absolute !important;
    top: 0px;
    left: 0px;
    border-radius: 0px 3px 3px 0px !important;
    padding: 4px 10px !important;
    line-height: 1 !important;
}

.hideSpan {
    display:none !important;
}


.controls .selectmultiple{
    height: 100%;
    max-height: 100px;
}

.optional-assigned-project {
    display: none;
}

#pendule {
    color: #F0E68C;
    /*position: fixed;*/
    top: 15px;
    right: 20px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#timer-wrapper{
    padding-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#homepage-timer {
    color: #000;
    font-weight:bold;
    opacity: 0.7;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: lightgrey;
    border-radius: 12px;
    padding: 5px;
    box-shadow: dimgray;

}

.report-option-col label {
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
}

#output-buttons {
    display: inline-block;
    white-space: nowrap;
}

#output-buttons button {
    margin-right: 10px;
}

h3#error_message {
    clear: both;
    width: 100%;
    padding-left: 18px;
}

div.report-options {
    clear: both;
    width: 100%;
    padding-top: 1em;
}

.alert-top {
    position: fixed;
    top: 52px;
    width: 100%;
    text-align: center;
}

*:disabled {
    color: graytext;
}

div.tcpt-report-print{
    display: none;
}


@media print {
    .no-print {
        display: none;
    }
    div.noprintbreak-container{
        page-break-inside: avoid;
    }
    div.tcpt-report-print{
        display: block;
    }

    a[href]:after {
        content: none !important;
    }
}

#id_haul_cost_bid {
   padding-left:14px;

}

.currency-symbol {
  position:absolute;
  padding: 4px 5px;
    color: #555;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.shift-template-link {
    padding: 10px 0 10px 0;
}

#report_title {
    padding-left: 15px;
}

#div_id_pmwarningthresholdodo > div > div > span {
    padding-bottom:10px;
}

.distribution_chart_message{
    font-size: 18px;
    border: 2px solid #97191B;
}

.banner_icon_li {
    float: right;
    margin-right: 10px;
}

#banner_icon span {
    position: relative;
    float: right;
    top: 10px;
    font-size: 32px;
    color: #F0E68C;
    margin-bottom: 1em;
}

#new_ui_favorite_icon {
    top: 5px;
    font-size: 32px !important;
    margin-left: 30px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    color: white;
}

#new_ui_favorite_icon:hover {
    cursor: pointer;
}

#favorite_icon {
    top: 5px;
    font-size: 32px !important;
    margin-left: 30px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    color: #F0E68C;
}

#favorite_icon:hover {
    cursor: pointer;
}

.hover-span:hover {
    cursor: pointer;
    color: #23527c;
    text-decoration: underline;
}

.hover-span {
    color: #337ab7;
}

.navbar-time {
    float: right;
    top: 10px;
}

#banner_icon:hover .glyphicon .glyphicon_text {
    visibility: visible;
    opacity: 1;
}

#banner_icon .glyphicon .box {
    visibility: hidden;
    background-color: #f7f3de;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;

    margin-top: 1em;
    opacity: 0;
    width: 11.15em;
    height: auto;
    color: black;
    font-family:  'Raleway', serif;
    font-size: 2rem;
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12);
    word-wrap: break-word;
    left: -9.6em;
}

#dispatch_trucks:hover .glyphicon .glyphicon_text {
    visibility: visible;
    opacity: 1;
}

#dispatch_trucks .glyphicon .box {
    visibility: hidden;
    background-color: #f7f3de;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;

    margin-top: 15px;
    opacity: 0;
    width: 300px;
    height: auto;
    color: black;
    font-family:  'Raleway', serif;
    font-size: 2rem;
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12);
    margin-left: -100px;
}

.gradient-border {
    position: relative;
}
.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * 3px);
    left: calc(-1 * 3px);
    height: calc(100% + 3px * 2);
    width: calc(100% + 3px * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: 50% ;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

button.stop_reprocess {
    background:none;
    border:none;
    float: right;
    font-size: 2rem;
    color: royalblue;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
}

.email-link {
    color: royalblue !important;
    text-decoration-line: underline;
}
button.available_trucks {
    background:none;
    border:none;
    float: right;
    font-size: 2rem;
    color: royalblue;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
}
button.go_back {
    background:none;
    border:none;
    float: left;
    font-size: 2rem;
    color: royalblue;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
}
button#removeallAvailableEquipment {
    background:none;
    border:none;
    float: right;
    font-size: 2rem;
    color: royalblue;
    text-decoration: underline;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkbox-row .controls {
    width: inherit!important;
    margin-left: inherit!important;
}

fieldset.row {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container-fluid fieldset.row legend {
    padding-left: 15px;
}

.brand-logo {
    width: 150px;
    height: 50px;
    background-image: url('../images/logos/fw-logo-horizontal-white-rgb.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block;
    margin-bottom: -5px;
}

@media screen and (max-width: 1364px) {
    .brand-logo {
        width: 60px;
        height: 50px;
        background-image: url('../images/logos/white-circle-logo.png');
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;

    }
}


.fw_hamburger {
    float: right!important;
    margin-bottom: -10px;

}
.new-control-panel {
    background-color: #F0E68C;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 90%;
}

#overDiv.popup {
    z-index: 10000 !important;
}

.col1 {
    width: 33%;
}
.col2 {
    width: 33%;
}
.col3 {
    width: 33%;
}
.section-label {
    font-weight: bold;
    font-size: 16px;
}
.section-label span.helper-text {
    font-weight: normal;
    font-size: 12px;
}
.new-control-panel #project_select, .new-control-panel #geozone_select, .new-control-panel #status_select {
    width: 95%;
}

.col3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.col3-item {
    width: 100%;
    height: 30%;
}
.col3-item.icon-options {
    height: 70%;
}

.new-control-panel .legend {
    display: none;
}

.legend-chosen {
    display: block;
}

.geozone-pins-options, .cluster-eq-options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.hidepins-off, .eqcluster-off {
    padding-left: 5px;
}

.col3 table td {
    background-color: #F0E68C;
}

li.mega-dropdown {
    display: block;
}

/* Make Hover Color uniform */
.navbar .navbar-nav .nav-link {
  transition: all 0.0s;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.navbar .navbar-brand {
  padding: 0 0.0em;
  font-size: 1.0em;
}


.navbar .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;

  }


@media only screen and (min-width: 992px) {
  .navbar {
    padding:  0;
  }


}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}

/* Bootstrap 3 -> 5 behavior changes */

.nav-link {
    white-space: nowrap;
}

/* Padding made more similar */
a.dropdown-item {
    padding: 0.1rem 1rem!important;
    margin-right: 20px !important;
}

/* Added Carot by default in 5, this disables only for submenu's */
.dropdown-toggle::after {
    content: none;
}

li.mega-dropdown > ul.dropdown-menu {
    margin-top: 6.5px;
    padding: 0.2rem 0;
}

/* This is now needed in all environments */

@media screen and (max-width: 1155px) {
    .container-fluid {
        display:flex;
        flex-direction:column;
        width:100%;
        margin-right: 0px !important;
        align-items: normal!important;
    }

    .navbar-header {
        width: 100%;
    }
}


button.navbar-toggler {
    float: right;
}

/* Old spacing */
/* React can conflict with this */
:is(h1, .h1, h2, .h2, h3, .h3):is(#report_title), body h2:first-of-type:not('.MuiDialogTitle-root')  {
  margin-top: 20px!important;
  margin-bottom: 10px!important;
}


nav .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

a.btn, a.btn-xs, a.btn-sm, a.btn-md, a.btn-lg, a.btn-lx {
    text-decoration: none;
}

a.btn:hover, a.btn-xs:hover, a.btn-sm:hover, a.btn-md:hover, a.btn-lg:hover, a.btn-lx:hover {
    cursor: pointer;
}

.jumbotron {
    background-color: #eee;
    border-radius: 0 0 10px 10px;
    padding: 3em;
    font-size: 150%;
    width: 75%;
    margin: 0 auto;
}

.jumbotron h1 {
    font-size: 250%;
}

.jumbotron a {
    text-decoration: none;
}