﻿.revealPartialController{
    background-color:lightgoldenrodyellow;
    font-size:8px;
    padding-left:5px;
    margin-bottom:10px;
}
.revealPartialController p {
    margin:0 !important;
    font-weight:bold;
}

.cfaSiteName {
    font-weight: bold;
    font-size: 14px;
}

#dvCadIncidentDetails .card {
    padding: 10px;
}

.capsize {
    max-height: 150px;
    max-width: 160px;
}

.nameitem {
    font-weight: bold;
}

.namelabel {
    font-size: smaller;
}

.additional-info {
    margin-left: 40px;
}



.card {
/*    height: 100%;*/
    padding: 20px;
}


.card-img-top {
    height: 185px; /* Adjust the height as needed */
    object-fit: cover; /* Maintain aspect ratio and cover the entire space */
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-text {
    flex-grow: 1;
}


.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;

}


.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal-dialog {
    height: 100%;
}

.sectionTitle {
    font-size: 16px;
    font-weight: bold;
}

.sectionInstructions {
    font-size: 14px;
  
    font-style:italic;
    padding-bottom:12px;
}

.selchem {
    margin: 10px;
    padding: 10px;
    border-color: lightgray !important;
    border: 1px solid;
    border-radius: 5px; 
}

.setCardWidth {
    width: 99% !important;
}

.notesfrodev {
    font-size: 9px;
    color: darkgrey;
}


.iconlead {
    padding-left: 12px;
    padding-right: 10px;
}




.ergpage {
    background-color: gray;
    border: 1px solid gray;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.showsql {
    width: 800px;
}

.sectionicon {
    width: 100px;
    height: 100px;
}

.chemsection {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: black;
    margin-bottom: 20px;
}
.chemsectionsubtitle {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: black;
    margin-bottom: 20px;
}


.description {
    font-style: italic;
    font-size: 16px;
}

.chemimage {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 20px;
    padding-top: 7px;
    padding-right: 15px;
}

.overviewChemName {
    color: blue
}

.bodyoftext {
    margin-left: 20px;
}

.bs-row {
    display: flex;
    flex-wrap: wrap;
}

.bs-col-6 {
    width: 48%;
    margin-right: 5px;
    margin-left: 5px;
}

@@media only screen and (max-width: 1023px) {
    .bs-col-6 {
        width: 48%
    }
}

@@media only screen and (max-width: 991px) {
    .bs-col-6 {
        width: 47%
    }
}

@@media only screen and (max-width: 490px) {
    .bs-col-6 {
        width: 100%
    }
}

.ctm-modal .modal-dialog {
    left: 0;
    max-width: 650px;
}

.ctm-modal .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .ctm-modal .modal-header .modal-title {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
    }

    .ctm-modal .modal-header .close {
        opacity: 1;
        top: 0;
    }

.ctm-modal .inner-section {
    border: 1px dotted #a7a6a6;
    padding: 5px 15px;
}

.ctm-modal .modal-dialog {
    transform: none !important;
}

.advancePopup .modal-body {
    max-height: 500px;
    overflow: auto;
}

.btn.btn-primary {
    background-color: #0079c9;
    border-color: #0079c9;
    /*            https://www.bestcssbuttongenerator.com/#/7*/
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    background-color: #2dabf9;
    border-radius: 6px;
    border: 1px solid #2dabf9;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 3px #263666;
}

    /*.btn.btn-primary.disabled {
        color: #808080 !important;
        background-color: #e0e0e0 !important;
        border-color: #e0e0e0 !important;
        box-shadow: none;
        cursor: not-allowed;
    }*/
    /*.btn.btn-primary:disabled {
        background-color: gray;*/ /* Set the background color to gray when disabled */
        /*color: #ccc;*/ /* Set the text color to a lighter shade of gray */
        /*border-color: gray;
    }*/
.btn-grey {
    background-color: #e0e0e0;
    color: #808080;
    border-radius: 6px;
    border: 1px solid #2dabf9;
    display: inline-block;
    cursor: not-allowed;
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;    
    padding: 5px 15px;
}

/*.btn-warning {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 25px;
    background: #ffd24e;
    text-align: center;
    border-radius: 5px;
    color: black;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #f0ad4e
}

    .btn-warning:hover {
        background-color: #ffd24e;
        color: black;
        border: 1px solid #f0ad4e
    }

.btn.btn-warning {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 25px;
    background: #ffd24e;
    text-align: center;
    border-radius: 5px;
    color: black;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #f0ad4e
}

.btn.btn-warning:hover {
        background-color: #ffd24e;
        color: black;
        border: 1px solid #f0ad4e 

}*/

.scenario-section {
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .scenario-section .scenario-item img {
        display: inline-block;
    }

    .scenario-section .scenario-item h6 {
        display: inline-block;
    }
/*
.incident-section {
    border: 1px solid #ccc;
    padding: 30px 5px;
}*/

.title {
    font-size: 20px;
    margin: 0 0 10px;
    min-height: auto;
    font-weight: bold;
}

.ctmradio-inner label {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.ctmradio-inner span {
    padding-left: 10px;
}

.ctmradio-inner label input[type=radio] {
    margin: 0;
}

label {
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.form-wrapper label {
    color: #000;
    font-weight: 400 !important;
    font-size: 12px;
}

.form-wrapper select {
    height: auto !important;
}

    .form-wrapper select.form-control:read-only {
        background-image: none;
    }

.impact-section {
    border: 1px solid #ccc;
    padding: 15px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-wrapper .form-group.row {
    align-items: center;
}

.impact-section .title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0;
}

.course-section {
    /*background: #f9f9f9;*/
    padding: 15px 10px;
    margin-top: 20px;
}

    .course-section .title {
        font-size: 16px;
        font-weight: 600;
    }

    .course-section p {
        font-size: 12px;
    }

.display-none {
    display: none
}

.mapPosition {
    /*position: inherit !important;*/
    height: 100% !important;
    width: 100% !important;
}

.button-container {
    text-align: right;
}

.btn-grey {
    background-color: #e0e0e0 !important;
    color: #808080 !important;
    padding: 5px 15px !important;
    font-size: 10px !important;
}

.loadingoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    /* display: none;*/
}

.loadingmessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.minortitle {
    font-size: 16px;
    font-weight: bold;
}

.description {
    font-style: italic;
    font-size: 14px;
}
.ERGheader {
    font-size: 16px;
    font-weight: bold;
}

.preventEnormousImage {
    /*max-width: 500px !important;*/
    max-width: 100%;
    max-height: 175px;
}   

.page-break {
    page-break-before: always;
}


    /*@media print {
    .page-break-before {
        page-break-before: always;
    }
}

@media print {
    .page-break-after {
        page-break-after: always;
    }
}

@media print {
    .keep-together {
        page-break-inside: avoid;
    }
}

@media print {
    .hide-on-print {
        display: none;
    }
}

.page-break {
    page-break-before: always;
}*/
    /*.page-content{
    max-width:1800px;
}*/