html {
    height: 100%;
    min-height: 100% !important;
}

body {
    height: 100%;
    min-height: 100% !important;
    padding-bottom: 20px;
    background-color: #f3f3f4;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
    overflow-y: auto;
    display: flex;
}

nav.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}

.navbar-brand {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

    .navbar-brand .brand-image-container {
        float: left;
        margin-right: 10px;
    }

    .navbar-brand img {
        height: 2.5rem;
    }

    .navbar-brand .branding-divider {
        height: 2rem;
        max-height: 100%;
    }

    .navbar-brand a {
        text-decoration: none;
    }

        .navbar-brand a:hover {
            color: #efefef;
        }

.main-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /*height: 100%;*/
    overflow-y: auto;
}

.main-footer {
    width: 100%;
    padding-left: 15px;
    position: absolute;
    bottom: 0px;
}

.navbar-fixed-top {
    z-index: 1038;
}

#formHolder {
    /*height: 100%;
    overflow-y: auto;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1200px) {
    .navbar .navbar-brand {
        font-size: 1.2em;
        line-height: 3em;
    }
}

@media only screen and (max-width : 480px) {
    .navbar .navbar-brand {
        font-size: 0.9em;
        line-height: 1em;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

        .navbar .navbar-brand {
            font-size: 1.5em;
            transition: font-size 0.3s ease-in-out;
            line-height: 2.5em;
        }

            .navbar .navbar-brand img {
                height: 4rem;
                transition: height 0.3s ease-in-out;
            }

            .navbar .navbar-brand .branding-divider {
                height: 2rem;
                max-height: 100%;
            }
}

@media only screen and (max-width: 760px) {
    #formHolder {
        padding-top: 85px;
    }
}

@media only screen and (max-width: 400px) {
    #formHolder {
        padding-top: 100px;
    }
}

.list-group {
    cursor: pointer;
}

.form-wrapper {
    height: 100%;
}

.main-form {
    height: 100%;
    padding-top: 21px !important;
    padding-bottom: 21px;
    overflow: hidden;
    z-index: 500;
    /*border: 1px solid rgba(0,0,0,.2);
    box-shadow: 2px 2px 12px 5px rgba(0,0,0,.3);*/
}

.main-form-header-wrapper {
    /*position: absolute;
    width: 100%;
    top: 70px;
    left: 0px;
    z-index: 500;
    background-color: #f3f3f4*/
}

.main-form-content {
    height: 95%;
    overflow-y: auto;
    width: 100%;
    z-index: 20;
    padding-top: 10px;
}

.divider {
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #025586), color-stop(100%, #00b2a9));
    background: -moz-linear-gradient(left, #025586 0%, #00b2a9);
    background: -o-linear-gradient(left, #025586 0%, #00b2a9);
    background: -webkit-linear-gradient(left, #025586 0%, #00b2a9);
    background: linear-gradient(to right, #025586 0%, #00b2a9);
    display: block;
    height: 2px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


.editor-button {
    font-size: 12px;
    border: 1px solid black;
    background-color: #CFCFFF;
    padding: 4px;
}

    .editor-button:hover {
        border: 2px solid #0F0F0F;
        background-color: #EFEFFF;
        padding: 3px;
    }

    .editor-button i {
        font-size: 16px;
    }

.required {
    color: red;
    font-weight: bold;
    margin-left: 3px;
}

.validation-message {
    color: red;
    font-weight: bold;
    padding-top: 5px;
}

    .validation-message i {
        margin-right: 3px;
    }

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

.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;
    }


/* Modal formatting for message */
/*.modal-error .modal-header {
    background-color: #ff3535;
}

.modal-error .modal-footer {
    background-color: #ff3535;
}*/

/*.modal-success .modal-header {
    background-color: lightgreen;
}

.modal-success .modal-footer {
    background-color: lightgreen;
}*/

/*.modal-warning .modal-header {
    background-color: orange;
}

.modal-warning .modal-footer {
    background-color: orange;
}*/

.modal-success .modal-content {
    color: #3a4943;
    background: #b9e9d7;
    text-align: center;
    border: 5px solid #f1fefa;
    border-radius: 25px 25px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.modal-error .modal-content {
    color: #3a4943;
    background: #ffd6d3;
    text-align: center;
    border: 5px solid #f1fefa;
    border-radius: 25px 25px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.modal-warning .modal-content {
    color: #3a4943;
    background: #ffdd67;
    text-align: center;
    border: 5px solid #f1fefa;
    border-radius: 25px 25px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.modal-dialog .modal-content .modal-icon {
    color: white;
    font-size: 70px;
    background: #3a4943;
    line-height: 76px;
    width: 79px;
    height: 79px;
    margin: 0 auto 10px;
    border-radius: 50%;
}


.brand-image-preview {
    max-width: 152px;
    max-height: 45px;
}

.icon-image-preview {
    max-width: 16px;
    max-height: 16px;
}

.image-container {
    padding: 5px;
    border: groove grey 1px;
    display: inline-block;
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, #00000021 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#featureSelector > div {
    width: 100%;
}

    #featureSelector > div > div {
        width: 100%;
    }

        #featureSelector > div > div > ul > li > a {
            border: groove 2px #eaeaea;
        }

            #featureSelector > div > div > ul > li > a > div {
                white-space: normal;
            }

#featureGroupFeatureSelector > div {
    width: 100%;
}

    #featureGroupFeatureSelector > div > div {
        width: 100%;
    }

        #featureGroupFeatureSelector > div > div > ul > li > a {
            border: groove 2px #eaeaea;
        }

            #featureGroupFeatureSelector > div > div > ul > li > a > div {
                white-space: normal;
            }

    #featureGroupFeatureSelector > div > button > span {
        white-space: normal;
    }

div.new-featuregroup-feature-container {
    width: 100%;
    overflow: visible !important;
    background-color: white;
    position: relative;
    padding: 10px;
    border: 1px solid #adb5bd;
    border-radius: 5px;
    margin-top: 10px;
}

    div.new-featuregroup-feature-container > div {
        padding: 10px;
        margin-bottom: 10px;
    }

.mapFeatureGroupTable {
    border-spacing: 0px 15px;
    border-collapse: separate;
}

    .mapFeatureGroupTable > tbody > tr > td {
        padding-bottom: 5px;
        border: 1px solid grey;
    }

        .mapFeatureGroupTable > tbody > tr > td:first-child {
            border-right: 0;
        }

        .mapFeatureGroupTable > tbody > tr > td:last-child {
            border-left: 0;
        }

.featuregroup-group {
    font-weight: bold;
    /*font-size:20px;*/
    background-image: linear-gradient(to top, #efefef 0%, #e6e6e6 100%);
}

.featuregroup-features thead {
    font-weight: bold;
    font-size: 14px;
}

.featuregroup-features tbody {
    font-weight: normal;
    font-size: 14px;
}

.collection-item-attachments-panel > .panel-body {
    max-height: 500px;
    overflow-y: auto;
}

.maplayer-urlvar-container {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 4px;
    margin-bottom: 3px;
}

.maplayer-urlvar-container-new {
    background-color: aliceblue;
}

.addLink {
    position: relative;
    top: -9px;
}

    .addLink i {
        position: relative;
        top: 7px;
    }

/* BOOTSTRAP PANEL TO HAVE EXPAND ICON */
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.panel-heading h4 {
    display: inline;
}
/* END BOOTSTRAP PANEL TO HAVE EXPAND ICON */

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.btn-top-bottom-pad {
    margin-top: 8px;
    margin-bottom: 3px;
}

.pwd-label {
    margin-top: 10px;
}

.alpaca-form {
    display: flex;
    flex-direction: column;
}

    .alpaca-form > .alpaca-form-buttons-container {
        order: 0;
    }

    .alpaca-form > .alpaca-field {
        order: 1;
    }

/* Map Control */
.map-control {
    background-color: white;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0px;
    color: #9d9d9d;
    border-radius: 2px;
    border: solid 1px #ffffff;
}

#buildVersion {
    font-weight: bold;
    font-size: 10px;
}

/* shim for bootstrap upgrade */
.label-default {
    background-color: #999999;
}

.label-primary {
    background-color: #428bca;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.label-caution {
    background-color: #ff7900;
}
.label-awsadvice {
    background-color: #fedd3a;
}
.label-awswatchandact {
    background-color: #f78100;
}
.label-awsemergency {
    background-color: #ad0909;
}

.gg-awards {
    display: block;
    position: relative;
    transform: scale(var(--ggs,1));
    box-sizing: border-box;
    width: 16px;
    height: 20px;
    border: 4px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 0;
    box-shadow: inset 4px 0 0 -2px, inset -4px 0 0 -2px;
}

    .gg-awards::after,
    .gg-awards::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        display: block;
        border: 2px solid;
    }

    .gg-awards::before {
        width: 14px;
        height: 14px;
        border-radius: 22px;
        top: -12px;
        left: -3px;
    }

    .gg-awards::after {
        width: 6px;
        height: 6px;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-bottom-left-radius: 1px;
        border-top-right-radius: 1px;
        transform: rotate(45deg);
        bottom: -3px;
        left: 1px;
    }

.removeFeature,
.moveFeatureUp,
.moveFeatureDown,
.removeFeatureFromGroup,
.moveFeatureGroupFeatureUp,
.moveFeatureGroupFeatureDown,
.removeFeatureGroup {
    text-decoration-line: none;
}


.card-holder {
    padding-top: 10px;
}

.signout {
    border-radius: 5px;
    background-color: #9F0E0E;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 2px;
    border: 1px black solid;
    text-decoration: none;
    color: #FFFFFF;
}

    .signout:hover {
        background-color: #BF0E0E;
        color: #FEFEFE;
    }


.signin {
    border-radius: 5px;
    background-color: #0E9F0E;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 2px;
    border: 1px black solid;
    text-decoration: none;
    color: #FFFFFF;
}

    .signin:hover {
        background-color: #0EBF0E;
        color: #FEFEFE;
    }


.quick-edit {
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: black solid 1px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.draft-indicator {
    padding-right: 10px;
}

.aws-title-icon {
    height: 32px;
    position: relative;
    margin-top: -14px;
    margin-bottom: -10px;
    margin-left: -16px;
}

/***************************************/
/*       BOOTSTRAP CAUTION             */
/***************************************/
.btn-outline-caution {
    color: #ff7900;
    border-color: #ff7900;
}

.btn-outline-caution:hover {
    color: #000;
    background-color: #ff7900;
    border-color: #ff7900;
}

.btn-check:focus + .btn-outline-caution, .btn-outline-caution:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 121, 0, 0.5);
}

.btn-check:checked + .btn-outline-caution, .btn-check:active + .btn-outline-caution, .btn-outline-caution:active, .btn-outline-caution.active, .btn-outline-caution.dropdown-toggle.show {
    color: #000;
    background-color: #ff7900;
    border-color: #ff7900;
}

.btn-check:checked + .btn-outline-caution:focus, .btn-check:active + .btn-outline-caution:focus, .btn-outline-caution:active:focus, .btn-outline-caution.active:focus, .btn-outline-caution.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 121, 0, 0.5);
}

.btn-outline-caution:disabled, .btn-outline-caution.disabled {
    color: #ff7900;
    background-color: transparent;
}

.table-caution {
    --bs-table-bg: #ff7900;
    --bs-table-striped-bg: #f27300;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e66d00;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ec7000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e66d00;
}

.alert-caution {
    color: #994900;
    background-color: #ffe4cc;
    border-color: #ffd7b3;
}

.alert-caution .alert-link {
    color: #7a3a00;
}

.bg-caution {
    background-color: #ff7900 !important;
}

.text-caution {
    color: #ff7900 !important;
}

.border-caution {
    border-color: #ff7900 !important;
}

.link-caution {
    color: #ff7900;
}

.link-caution:hover, .link-caution:focus {
    color: #ff9433;
}

.list-group-item-caution {
    color: #994900;
    background-color: #ffe4cc;
}

.list-group-item-caution.list-group-item-action:hover, .list-group-item-caution.list-group-item-action:focus {
    color: #994900;
    background-color: #e6cdb8;
}

.list-group-item-caution.list-group-item-action.active {
    color: #fff;
    background-color: #994900;
    border-color: #994900;
}

.btn-caution {
    color: #000000;
    background-color: #ff7900;
    border-color: #ff7900;
}

.btn-caution:hover {
    color: #000000;
    background-color: #ff8d26;
    border-color: #ff861a;
}

.btn-check:focus + .btn-caution, .btn-caution:focus {
    color: #000000;
    background-color: #ff8d26;
    border-color: #ff861a;
    box-shadow: 0 0 0 0.25rem rgba(217, 103, 0, 0.5);
}

.btn-check:checked + .btn-caution, .btn-check:active + .btn-caution, .btn-caution:active, .btn-caution.active, .show > .btn-caution.dropdown-toggle {
    color: #000000;
    background-color: #ff9433;
    border-color: #ff861a;
}

.btn-check:checked + .btn-caution:focus, .btn-check:active + .btn-caution:focus, .btn-caution:active:focus, .btn-caution.active:focus, .show > .btn-caution.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 103, 0, 0.5);
}

.btn-caution:disabled, .btn-caution.disabled {
    color: #000000;
    background-color: #ff7900;
    border-color: #ff7900;
}

/***************************************/
/*       BOOTSTRAP AWS                 */
/***************************************/
/* Advice                              */
/***************************************/
.btn-outline-awsadvice {
    color: #fedd3a;
    border-color: #fedd3a;
}

.btn-outline-awsadvice:hover {
    color: #000;
    background-color: #fedd3a;
    border-color: #fedd3a;
}

.btn-check:focus + .btn-outline-awsadvice, .btn-outline-awsadvice:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 221, 58, 0.5);
}

.btn-check:checked + .btn-outline-awsadvice, .btn-check:active + .btn-outline-awsadvice, .btn-outline-awsadvice:active, .btn-outline-awsadvice.active, .btn-outline-awsadvice.dropdown-toggle.show {
    color: #000;
    background-color: #fedd3a;
    border-color: #fedd3a;
}

.btn-check:checked + .btn-outline-awsadvice:focus, .btn-check:active + .btn-outline-awsadvice:focus, .btn-outline-awsadvice:active:focus, .btn-outline-awsadvice.active:focus, .btn-outline-awsadvice.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 221, 58, 0.5);
}

.btn-outline-awsadvice:disabled, .btn-outline-awsadvice.disabled {
    color: #fedd3a;
    background-color: transparent;
}

.table-awsadvice {
    --bs-table-bg: #fedd3a;
    --bs-table-striped-bg: #f1d237;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5c734;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebcc36;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5c734;
}

.alert-awsadvice {
    color: #665817;
    background-color: #fff8d8;
    border-color: #fff5c4;
}

.alert-awsadvice .alert-link {
    color: #524612;
}

.bg-awsadvice {
    background-color: #fedd3a !important;
}

.text-awsadvice {
    color: #fedd3a !important;
}

.border-awsadvice {
    border-color: #fedd3a !important;
}

.link-awsadvice {
    color: #fedd3a;
}

.link-awsadvice:hover, .link-awsadvice:focus {
    color: #fee461;
}

.list-group-item-awsadvice {
    color: #665817;
    background-color: #fff8d8;
}

.list-group-item-awsadvice.list-group-item-action:hover, .list-group-item-awsadvice.list-group-item-action:focus {
    color: #665817;
    background-color: #e6dfc2;
}

.list-group-item-awsadvice.list-group-item-action.active {
    color: #fff;
    background-color: #665817;
    border-color: #665817;
}


.btn-awsadvice {
    color: #000000;
    background-color: #fedd3a;
    border-color: #fedd3a;
}

.btn-awsadvice:hover {
    color: #000000;
    background-color: #fee258;
    border-color: #fee04e;
}

.btn-check:focus + .btn-awsadvice, .btn-awsadvice:focus {
    color: #000000;
    background-color: #fee258;
    border-color: #fee04e;
    box-shadow: 0 0 0 0.25rem rgba(216, 188, 49, 0.5);
}

.btn-check:checked + .btn-awsadvice, .btn-check:active + .btn-awsadvice, .btn-awsadvice:active, .btn-awsadvice.active, .show > .btn-awsadvice.dropdown-toggle {
    color: #000000;
    background-color: #fee461;
    border-color: #fee04e;
}

.btn-check:checked + .btn-awsadvice:focus, .btn-check:active + .btn-awsadvice:focus, .btn-awsadvice:active:focus, .btn-awsadvice.active:focus, .show > .btn-awsadvice.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 188, 49, 0.5);
}

.btn-awsadvice:disabled, .btn-awsadvice.disabled {
    color: #000000;
    background-color: #fedd3a;
    border-color: #fedd3a;
}
/***************************************/
/* Watch and Act                       */
/***************************************/
.btn-outline-awswatchandact {
    color: #f78100;
    border-color: #f78100;
}

.btn-outline-awswatchandact:hover {
    color: #000;
    background-color: #f78100;
    border-color: #f78100;
}

.btn-check:focus + .btn-outline-awswatchandact, .btn-outline-awswatchandact:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 129, 0, 0.5);
}

.btn-check:checked + .btn-outline-awswatchandact, .btn-check:active + .btn-outline-awswatchandact, .btn-outline-awswatchandact:active, .btn-outline-awswatchandact.active, .btn-outline-awswatchandact.dropdown-toggle.show {
    color: #000;
    background-color: #f78100;
    border-color: #f78100;
}

.btn-check:checked + .btn-outline-awswatchandact:focus, .btn-check:active + .btn-outline-awswatchandact:focus, .btn-outline-awswatchandact:active:focus, .btn-outline-awswatchandact.active:focus, .btn-outline-awswatchandact.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(247, 129, 0, 0.5);
}

.btn-outline-awswatchandact:disabled, .btn-outline-awswatchandact.disabled {
    color: #f78100;
    background-color: transparent;
}

.table-awswatchandact {
    --bs-table-bg: #f78100;
    --bs-table-striped-bg: #eb7b00;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #de7400;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e47700;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #de7400;
}

.alert-awswatchandact {
    color: #944d00;
    background-color: #fde6cc;
    border-color: #fdd9b3;
}

.alert-awswatchandact .alert-link {
    color: #763e00;
}

.bg-awswatchandact {
    background-color: #f78100 !important;
}

.text-awswatchandact {
    color: #f78100 !important;
}

.border-awswatchandact {
    border-color: #f78100 !important;
}

.link-awswatchandact {
    color: #f78100;
}

.link-awswatchandact:hover, .link-awswatchandact:focus {
    color: #f99a33;
}

.list-group-item-awswatchandact {
    color: #944d00;
    background-color: #fde6cc;
}

.list-group-item-awswatchandact.list-group-item-action:hover, .list-group-item-awswatchandact.list-group-item-action:focus {
    color: #944d00;
    background-color: #e4cfb8;
}

.list-group-item-awswatchandact.list-group-item-action.active {
    color: #fff;
    background-color: #944d00;
    border-color: #944d00;
}


.btn-awswatchandact {
    color: #000000;
    background-color: #f78100;
    border-color: #f78100;
}

.btn-awswatchandact:hover {
    color: #000000;
    background-color: #f89426;
    border-color: #f88e1a;
}

.btn-check:focus + .btn-awswatchandact, .btn-awswatchandact:focus {
    color: #000000;
    background-color: #f89426;
    border-color: #f88e1a;
    box-shadow: 0 0 0 0.25rem rgba(210, 110, 0, 0.5);
}

.btn-check:checked + .btn-awswatchandact, .btn-check:active + .btn-awswatchandact, .btn-awswatchandact:active, .btn-awswatchandact.active, .show > .btn-awswatchandact.dropdown-toggle {
    color: #000000;
    background-color: #f99a33;
    border-color: #f88e1a;
}

.btn-check:checked + .btn-awswatchandact:focus, .btn-check:active + .btn-awswatchandact:focus, .btn-awswatchandact:active:focus, .btn-awswatchandact.active:focus, .show > .btn-awswatchandact.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 110, 0, 0.5);
}

.btn-awswatchandact:disabled, .btn-awswatchandact.disabled {
    color: #000000;
    background-color: #f78100;
    border-color: #f78100;
}

/***************************************/
/* Emergency                           */
/***************************************/
.btn-outline-awsemergency {
    color: #ad0909;
    border-color: #ad0909;
}

.btn-outline-awsemergency:hover {
    color: #fff;
    background-color: #ad0909;
    border-color: #ad0909;
}

.btn-check:focus + .btn-outline-awsemergency, .btn-outline-awsemergency:focus {
    box-shadow: 0 0 0 0.25rem rgba(173, 9, 9, 0.5);
}

.btn-check:checked + .btn-outline-awsemergency, .btn-check:active + .btn-outline-awsemergency, .btn-outline-awsemergency:active, .btn-outline-awsemergency.active, .btn-outline-awsemergency.dropdown-toggle.show {
    color: #fff;
    background-color: #ad0909;
    border-color: #ad0909;
}

.btn-check:checked + .btn-outline-awsemergency:focus, .btn-check:active + .btn-outline-awsemergency:focus, .btn-outline-awsemergency:active:focus, .btn-outline-awsemergency.active:focus, .btn-outline-awsemergency.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(173, 9, 9, 0.5);
}

.btn-outline-awsemergency:disabled, .btn-outline-awsemergency.disabled {
    color: #ad0909;
    background-color: transparent;
}

.table-awsemergency {
    --bs-table-bg: #ad0909;
    --bs-table-striped-bg: #b11515;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #b52222;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #b31b1b;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #b52222;
}

.alert-awsemergency {
    color: #680505;
    background-color: #efcece;
    border-color: #e6b5b5;
}

.alert-awsemergency .alert-link {
    color: #530404;
}

.bg-awsemergency {
    background-color: #ad0909 !important;
}

.text-awsemergency {
    color: #ad0909 !important;
}

.border-awsemergency {
    border-color: #ad0909 !important;
}

.link-awsemergency {
    color: #ad0909;
}

.link-awsemergency:hover, .link-awsemergency:focus {
    color: #8a0707;
}

.list-group-item-awsemergency {
    color: #680505;
    background-color: #efcece;
}

.list-group-item-awsemergency.list-group-item-action:hover, .list-group-item-awsemergency.list-group-item-action:focus {
    color: #680505;
    background-color: #d7b9b9;
}

.list-group-item-awsemergency.list-group-item-action.active {
    color: #fff;
    background-color: #680505;
    border-color: #680505;
}


.btn-awsemergency {
    color: #ffffff;
    background-color: #ad0909;
    border-color: #ad0909;
}

.btn-awsemergency:hover {
    color: #ffffff;
    background-color: #930808;
    border-color: #8a0707;
}

.btn-check:focus + .btn-awsemergency, .btn-awsemergency:focus {
    color: #ffffff;
    background-color: #930808;
    border-color: #8a0707;
    box-shadow: 0 0 0 0.25rem rgba(185, 46, 46, 0.5);
}

.btn-check:checked + .btn-awsemergency, .btn-check:active + .btn-awsemergency, .btn-awsemergency:active, .btn-awsemergency.active, .show > .btn-awsemergency.dropdown-toggle {
    color: #ffffff;
    background-color: #8a0707;
    border-color: #820707;
}

.btn-check:checked + .btn-awsemergency:focus, .btn-check:active + .btn-awsemergency:focus, .btn-awsemergency:active:focus, .btn-awsemergency.active:focus, .show > .btn-awsemergency.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(185, 46, 46, 0.5);
}

.btn-awsemergency:disabled, .btn-awsemergency.disabled {
    color: #ffffff;
    background-color: #ad0909;
    border-color: #ad0909;
}
