a {
    color: #2d74b1;
}

::placeholder {
    color: #767676 !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #767676 !important;
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #767676 !important;
    opacity: 1 !important;
}

@media print {
    .blockUI {
        visibility: hidden;
    }
}

.vertical-divider {
    position: absolute;
    display: block;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.vertical-divider:before,
.vertical-divider:after {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 9;
    border-left: 1px solid rgba(34,36,38,.15);
    border-right: 1px solid rgba(255,255,255,.1);
    width: 0;
    height: calc(100% - 1rem);
}

.row-divided > .vertical-divider {
    height: calc(50% - 1rem);
}

.vertical-divider:before {
    top: -100%;
}

.vertical-divider:after {
    top: auto;
    bottom: 0;
}

.horizontal-divider {
    display: none;
}

.row-divided {
    position:relative;
}

.row-divided > [class^="col-"],
.row-divided > [class*=" col-"] {
    padding-left: 30px;  /* gutter width (give a little extra room) 2x default */
    padding-right: 30px; /* gutter width (give a little extra room) 2x default */
}

@media only screen and (max-width: 991px) {
    .flex-nav-tabs>li.active>a, .flex-nav-tabs>li.active>a:hover, .flex-nav-tabs>li.active>a:focus{
        border: 1px solid #ccc;
        background-color: #ddd;
    }

    .flex-nav-tabs>li>a{
        margin-right: 0;
        border-radius: 4px;
    }

    .flex-nav-tabs>li>a:hover{
        border-color: #eee;
    }

    .flex-nav-tabs>li{
        flex: 0 1 33%;
    }

    .flex-nav-tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .flex-nav-tabs>button{
        margin-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .flex-nav-tabs>li{
        flex: 1 1 100%;
    }

    .flex-nav-tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .flex-nav-tabs>button{
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 375px) {
    .modal-footer .btn {
        margin-bottom: 5px !important;
        margin-left: 0 !important;
    }
    .modal-footer .bootstrap-dialog-footer .btn+.btn {
        margin-bottom: 5px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 575px) {
    .btn-bar .btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .btn-bar .btn.btn-sm {
        font-size: 14px;
    }
    .btn-bar .btn-bar-item {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .btn-bar .btn {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .btn-bar .btn-bar-item {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #78c0fd;
    }
    .vertical-button {
        margin-top: 5px;
    }
    .vertical-divider {
        top: auto;
        display: none;
    }
    .vertical-divider:before,
    .vertical-divider:after {
        border-left: none !important;
        border-right: none !important;
        min-height: 70px;
    }
    .horizontal-divider {
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        margin: 20px 15px;
    }
    .horizontal-divider::before,
    .horizontal-divider::after {
        content: '';
        flex: 1;
        border-bottom: 2px solid rgba(34,36,38,.15);
    }
    .horizontal-divider::before {
        margin-right: .25em;
    }
    .horizontal-divider::after {
        margin-left: .25em;
    }
    .row-divided > [class^="col-"],
    .row-divided > [class*=" col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .radio-inline + .radio-inline {
        display: block;
        margin: 0px;
    }
    .dms-input>.input-group>.input-group-addon {
        min-width: 32px;
    }
    .handler-details {
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-brand {
        display: none;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .navbar-nav>li>a>.doc-plain-text {
        display: none
    }
    .navbar-nav>li>a>.doc-alt-text {
        dipslay: inline-block
    }
}
@media (max-width: 767px), (min-width: 992px) {
    .navbar-nav>li>a>.doc-plain-text {
        display: inline-block
    }
    .navbar-nav>li>a>.doc-alt-text {
        display: none
    }
}

/* Bootstrap cascading overrides */
.breadcrumb > .active {
    color: #666;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #666;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 45px;
}

.tab-content li.active a, .tab-content li.active a:hover {
    border: 0px;
    box-shadow: inset 0 -3px 0 #3e6d9b;
}
.tab-content li a:hover {
    box-shadow: inset 0 -3px #ced7df;
}
.sub-tab-pane > .nav-tabs > li.active > a:focus {
    border: none;
}
.sub-tab-pane {
    margin: -5px;
}
.sub-tab-pane > .nav > li > a {
    padding: 5px 15px;
}

#home-search-criteria.tab-content {
    margin-bottom: 0px;
}

.nav-tabs {
    margin-bottom: 0;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/* Nav Bar Customizzation used http://twbscolor.smarchal.com/*/

.navbar-default {
    background-color: #3e6d9b;
    border-color: #78c0fd;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #317AB9;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #317AB9;
}

.navbar-default .navbar-toggle {
    border-color: #317AB9;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #317AB9;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 450px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}

.navbar-default .navbar-link {
    color: #ffffff;
}

.navbar-default .navbar-link:hover {
    color: #ffffff;
}

.epa-logo {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB2aWV3Qm94PSIwIDAgMTAwLjk5OTE5IDMxLjAwMDM4MyIgd2lkdGg9IjEwMXB4IiBoZWlnaHQ9IjMxcHgiPg0KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuMjc2NTc3M2UtNCwtMTAyMS4zNjI3KSI+DQo8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkYiIHRyYW5zZm9ybT0ibWF0cml4KDAuMTc3OTc5MDUsMCwwLDAuMTc3OTczOSwtMTMuMDYzOTQ3LDEwMDguMjIwMikiPg0KPHBhdGggZD0ibTIxNC40MSwxNDAuNjZjLTUuOTksMjMuMjctMjguNTcsNDEuNzAzLTUzLjY4Myw0MS43MDMtMjUuMTE1LDAtNDcuNDYzLTE4LjQzMy01My42ODYtNDEuNzAzaDAuMjMwM3MxMi4yMTIsMTIuOTAyLTAuMjMwMywwYzMuOTE3MywzLjkxNyw3LjcyNDUsNS41Mjk0LDEzLjM2NCw1LjUyOTQsNS42Mzk2LDAsOS42NzY4LTEuNjEyNCwxMy4zNjMtNS41Mjk0LDMuOTE3LDMuOTE3LDcuODcxMSw1LjU2NSwxMy41OTQsNS41Mjk0LDUuNjQwNi0wLjAzMzcsOS40NDY4LTEuNjEyNCwxMy4zNjQtNS41Mjk0LDMuOTE1NSwzLjkxNyw3LjcyMjEsNS41Mjk0LDEzLjM2Myw1LjUyOTQsNS42Mzk2LDAsOS42NzY4LTEuNjEyNCwxMy4zNjMtNS41Mjk0LDMuOTE2OSwzLjkxNyw3Ljg3MSw1LjU2NSwxMy41OTMsNS41Mjk0LDUuNjQtMC4wMzM3LDkuNDQ3NS0xLjYxMjQsMTMuMzY0LTUuNTI5NCIvPg0KPHBhdGggZD0ibTIxNC44NywxMjguMjJjMC0yOS45NTItMjQuMTkzLTU0LjM3NS01NC4xNDQtNTQuMzc1LTI5Ljk1MywwLTU0LjM3NiwyNC40MjItNTQuMzc2LDU0LjM3NWg0OC44NDVjLTUuOTg5Ny0yLjMwNS0xMC4xMzctNy44MzM4LTEwLjEzNy0xNC41MTYsMC04Ljc1NSw3LjE0MjYtMTUuNjY3LDE1LjY2OC0xNS42NjcsOC43NTQzLDAsMTUuODk3LDYuOTEyNSwxNS44OTcsMTUuNjY3LDAsNi40NTI1LTMuOTE3LDExLjk4MS05LjQ0NjgsMTQuNTE2aDQ3LjY5NCIvPg0KPHBhdGggZD0ibTE2NC4xOCwyNDguMDNjMC45MjE4LTQ2LjA3OSwzNy4wOTUtODUuOTM5LDgzLjYzNS04Ny41NTMsMCw0Ni41NDItMzcuNTU1LDg1LjAyLTgzLjYzNSw4Ny41NTMiLz4NCjxwYXRoIGQ9Im0xNTcuMjcsMjQ4LjAzYy0wLjkyMTktNDYuMDc5LTM3LjA5NS04NS45MzktODMuODY2LTg3LjU1MywwLDQ2LjU0MiwzNy43ODYsODUuMDIsODMuODY2LDg3LjU1MyIvPg0KPHBhdGggZD0ibTM3My4zOSw3Ny43NTgtMTA5LjksMCwwLDE2Ni4zNSwxMDkuOSwwLDAtMjUuNTc1LTc1LjM0MiwwLDAtNDQuOTI5LDc1LjM0MiwwLDAtMjYuMjY2LTc1LjM0MiwwLDAtNDMuNzc3LDc1LjM0MiwwLDAtMjUuODA1Ii8+DQo8cGF0aCBkPSJtNDE0LjQsMTQ3LjM0LDMzLjg3LDBjMTEuMzQ1LDAsMTkuMDExLTEwLjc3NCwxOC44OTQtMjIuMTItMC4xMTYyNS0xMS4yMDgtNy42ODUtMjEuNjU4LTE4Ljg5NC0yMS42NThoLTMxLjU2NXYxNDAuNTVoLTM0Ljc5di0xNjYuMzVoNzcuODc2YzI1LjI0MSwwLDQzLjc2NSwyMi4yMjIsNDQuMDA2LDQ3LjQ2MiwwLjI0Mzc1LDI1LjUwOC0xOC40OTksNDguMzg2LTQ0LjAwNiw0OC4zODZoLTQ1LjM5di0yNi4yNjYiLz4NCjxwYXRoIGQ9Im00NjguMzEsMjQ0LjExLDM3LjA5NSwwLDE2LjEyOC00My43NzgsNjcuNzQsMC0xMC4xMzktMjcuNDE2LTQ3LjkyMiwwLDIzLjUtNjMuMzYxLDQ5LjA3NSwxMzQuNTYsMzcuMDk1LDAtNjYuMzU1LTE2Ni4zNS00Mi4xNjUsMC02NC4wNTEsMTY2LjM1LDAsMCIvPg0KPC9nPg0KPC9nPg0KPC9zdmc+") no-repeat;
    color: transparent;
    display: block;
    font: 0/0 a;
    height: 31px;
    text-shadow: none;
    min-width: 104px;
}

.list-bullet-none {
    list-style-type: none;
}

.list-bullet-disc {
    list-style-type: disc;
}

.list-group-item {
    overflow-wrap: break-word;
}

.top-buffer {
    margin-top: 20px;
}
.bottom-buffer {
    margin-bottom: 20px;
}
.indent {
    margin-left: 25px;
}
.top-extra-buffer {
    margin-top: 25px;
}
.display-inline-grid{
    display:inline-grid;
}
.btn-success {
    background-color: #2c882c;
}
.btn-danger {
    background-color: #ce4844;
}
.text-muted {
    color: #767676;
}
.text-link {
    color: #2d74b1;
}
.text-link-action {
    color: #266daa;
}
.badge-green {
    background-color: #2c882c;
}
.badge-orange {
    background-color: #b56000;
}
.badge-grey {
    background-color: rgb(118, 118, 118);
}
.state-participation-link {
    color: #2b72af;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.btn-right {
    float: right;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file-drag {
    text-align: center;
}
.file-drag .file-upload-label {
    font-weight: normal;
    color: #337ab7;
    cursor: pointer;
}
.file-drag .file-upload-label:hover {
    text-decoration: underline;
    color: #23527c;
}

.nav-pills > li > a, .nav-pills > li > a:hover {
    border-radius: 25px;
    padding: 6px 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #337ab7;
    border-radius: 25px;
    padding: 6px 15px;
}

.form-group.required .control-label:not(.required-ignore):after,
.panel-heading.required:after,
th.required:after {
    color: #d00;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 12px;
    content: "*";
    margin-left: 8px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9edf7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bootstrap-dialog-message {
    word-wrap: break-word;
}

.bootstrap-dialog.type-info .modal-header {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.bootstrap-dialog.type-info .bootstrap-dialog-title {
    color: #31708f;
}

button.multiselect {
    text-align: left;
}

button.multiselect .clear-all {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 11px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../img/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

button.multiselect .clear-all:hover {
    background-position: right -11px;
    cursor: pointer;
}

.multiselect-container.dropdown-menu>li>a:focus, .multiselect-container.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    box-shadow: none;
    background-image: none;
}

.multiselect-container.dropdown-menu>.active>a, .multiselect-container.dropdown-menu>.active>a:focus, .multiselect-container.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
    box-shadow: none;
    background-image: none;
}

div.universe-calc {
    margin-bottom: 1em;
}
span.universe-calc-info, .help-icon, .info-icon{
    color: #CCCCCC;
    margin-top: 2px;
}

span.info-icon {
    margin-left: 2px;
}

.highlight {
    background-color: #ffff00;
}

.warningMessage, .validationMessage.warning {
    color: #b56000;
}

input.warning, select.warning, textarea.warning, div.warning, button.warning{
    border: 1px solid #ec971f;
}

input.warning:focus, select.warning:focus, textarea.warning:focus, button.warning:focus {
    box-shadow: 0 0 5px #ec971f;
    border: 1px solid #ec971f;
}

.validationMessage, .warningValidationMessage {
    color: #D8000C;
}

input.error, select.error, textarea.error, div.error, button.error{
    border: 1px solid #D8000C;
}

input.error:focus, select.error:focus, textarea.error:focus, button.error:focus {
    box-shadow: 0 0 5px #D8000C;
    border: 1px solid #D8000C;
}

.panel.error {
    border-color: #D8000C;
}

.panel.error  > .panel-heading {
    color: #D8000C;
    background-color: #f2dede;
    border-color: #D8000C;
}

/*Changing Toast opacity, otherwise it look strange on top of the header*/
.toast {
    opacity: 1 !important;
}


a.disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    /*background-color: #E6E6E6;*/
}

/**
Separate class because .disable causes under construction warning.
 */
a.action-disabled {
    cursor: not-allowed;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    /*background-color: #E6E6E6;*/
}

label.radio-label {
    font-weight: normal;
}
.radio-inline > label.radio-label:not(:first-child) {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .multiline-height-row {
        display: inline-flex;
    }
    .multiline-height-col {
        display: flex;
        flex-direction: column;
    }
    .multiline-height-group {
        margin-top: auto;
    }
}

.multiselect-container > li > a { white-space: normal; }

.highlighted-border {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 236, 7, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 236, 7, 0.6);
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 18px 3px 5px !important;
}
.select2-container-multi .select2-search-choice-close {
  right: 3px !important;
  left: inherit !important;
}

ul.left-align {
    padding-left: 15px;
}

.modal-pdf {
    width: 100%;
    min-height: 600px;
}

@media (min-width: 768px) {
    .modal.xs .modal-dialog {
        width: 30%;
    }

    .modal.sm .modal-dialog {
        width: 45%;
    }

    .modal.md .modal-dialog {
        width: 60%;
    }

    .modal.lg .modal-dialog {
        width: 75%;
    }

    .modal.xl .modal-dialog {
        width: 90%;
    }

    .modal.full .modal-dialog {
        width: 100%;
    }
}

@media (min-width: 992px){
	#modalManifestWasteSection .modal-lg {
      width: 1000px;
      margin: 30px auto;
      padding-left: 0px;
      padding-right: 0px;
	}
}
/*Adding these because they are not included with Bootstrap datatables*/
tbody > tr > td.dt-body-right {
    text-align: right;
}

tbody > tr > td.dt-body-left {
    text-align: left;
}

tbody > tr > td.dt-body-center {
    text-align: center;
}

thead > tr > th.dt-head-right {
    text-align: right;
}

thead > tr > th.dt-head-left {
    text-align: left;
}

thead > tr > th.dt-head-center {
    text-align: center;
}

.apiText {
  padding-right: 10px;
}

.row-align-bottom {
    font-size: 0;
}
.row-align-bottom > * {
    float: none;
    display: inline-block;
    font-size: 14px;
}
.row-align-bottom > *:last-child {
    vertical-align: bottom;
}
.row-align-bottom p:last-child {
    margin-bottom: 0;
}

/*Fixing the width issues for bootstrap switch*/
.bootstrap-switch-container{ white-space:nowrap; }

.table-actions > a {
    margin-right: 10px;
}

/*Fixing issues with popover long text*/
:root {
    --popover-size: 350px;
}

.medium {
    --popover-size: 400px;
}

.large {
    --popover-size: 450px;
}

.huge {
    --popover-size: 500px;
}

.popover {
	max-width: var(--popover-size);
}

.popover-content {
	word-break: break-word;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 350px;
}

.tooltip > .tooltip-inner {
    background-color: #f9f9f9;
    color: inherit;
    border: #2b2b2b 1px solid;
    max-width: 350px;
}

.tooltip-arrow {
    border-top-color: #f9f9f9;
}

/*//////////////////////////////*/

.form-check-inline+.form-check-inline {
    margin-left: .75rem;
}

.form-check-inline {
    display: inline-block !important;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
}

.no-bold {
    font-weight: normal;
}

.expandable-less-text{
    padding-left: 1em;
}

.form-control[readonly].no-shade {
    background-color: transparent;
}

.form-control[disabled].no-shade {
    background-color: #eee !important;
}

.modal-ex-lg {
    width: 1000px;
}

tbody > tr > td.dt-body-center-action {
    vertical-align: middle;
    text-align: center;
}

/*Flexbox Button List*/
.flex-button-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.flex-button-list > button,
.flex-button-list a{
    flex: 1;
}

.flex-button-list button:not(:last-child),
.flex-button-list a:not(:last-child){
    margin-bottom: 5px;
}

@media (min-width: 376px) {
    .flex-button-list{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .flex-button-list button,
    .flex-button-list a{
        flex: 0 1 auto;
    }

    .flex-button-list button:not(:last-child),
    .flex-button-list a:not(:last-child){
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

/*////////////////////////////////////////////////*/
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.flex-panel-heading{
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .col-min-height[class^="col-"] {
        min-height: 75px;
    }
}

.dataTables_info {
    white-space: normal !important;
    padding-bottom: 8px !important;
}
.drop-row.drop-row-ie > td {
    border: 2px red dashed !important;
}
.drop-row.drop-before > td {
    border-top: 2px red dashed !important;
}
.drop-row.drop-after > td {
    border-bottom: 2px red dashed !important;
}
/*fixes Edge bug with modal scroll EM-2019*/
.modal-content {
    overflow-y: hidden;
}

.bootstrap-tagsinput {
    min-height: 34px;
}

.bootstrap-tagsinput .tag {
    margin-right: 1px;
    color: #555;
}

.bootstrap-tagsinput .tag.label-default {
    background-color: #ededed;
}

.bootstrap-tagsinput .tag.label {
    display: inline;
    padding: 0.17em 0.3em 0.17em;
    font-size: 100%;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 1px solid #d9d9d9;
    cursor: default;
}

.bootstrap-tagsinput .tag.label:hover {
    border: 1px solid #b9b9b9;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 5px;
    cursor: pointer;
    font-family: Arial;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    font-size: .9em;
    line-height: 1.49em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    opacity: .7;
}

.uppercase {
    text-transform: uppercase;
}

.text-break {
    overflow-wrap: break-word;
    word-break: break-word
}

.view-comment {
    /*Preserve user new lines*/
    white-space: pre-line;
}

table.table-bordered.dataTable th.subTh
{
	border-right-width: 1px;
	border-top-width: 0px;
}

/*This Fixes links which contain glyphicons, they were showing underscore when you hover under them*/
a:has(span.glyphicon), a:has(span.glyphicon):hover {
    text-decoration: none;
}
a:has(span.fa-solid), a:has(span.fa-solid):hover {
    text-decoration: none;
}

.floatingActionButton {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.floatingActionButton a {
    display: block;
    background: #337ab7;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
}

#floatingActionButton a:hover {
    background: #06c;
}

/*Fix for handling DMS fields*/
@media (min-width: 768px) {
    .dms-input:first-child {
        padding-right: 0px;
    }
    .dms-input:not(:first-child):not(:last-child) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dms-input:last-child {
        padding-left: 0px;
    }
}

/*Use to apply a warning styling to headings*/
.heading-warning {
    color: #000000 !important;
    background-color: #f0ad4e !important;
}

.simple-header {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    margin: unset;
    padding: unset;
    line-height: unset;
    display: inline-block;
}

.page-header-text {
    /* styling matches h3 tag default styling */
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
}

/*jquery UI*/
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-word;
}

/* nav bar skip element */
a.skip-nav {
    text-align: left;
    z-index: 1040;
    position: fixed;
    top: 0;
    outline-color: #767676;
    background-color: #3e6d9b;
    color: #FFF;
    text-decoration: underline;
    font-size: 16px;
    height: auto;
    padding: 0 5px;
    opacity: 0;
}
a.skip-nav:focus {
    opacity: 100;
}

/* override select2 default */
.select2-default {
    color: #666 !important;
}

/* override styling from input-groups.less that does not keep border radius for non-last child field */
.input-group.date .input-group-addon {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

svg.login-gov {
    vertical-align: middle;
    padding: 0 5px;
}

.btn-epa-text-logo{
    width: 55px;
    vertical-align: text-top;
}

#siteLocationMap {
    min-height: 350px;
    max-height: 500px;
    height: 100%;
}

/* Leaflet basic custom styles */
.leafletTooltip {
    font-size: 16px;
}