
#pin_details_icon{
    height: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#pin_details{
    display: block;
    border: solid black 2px;
    border-radius: 5px;
    background: gray;
}

#pin_details_header{
    height: 25px;
    background: lightgray;
    width: 100%;
    display: block;
    float: right;
    border-radius: 3px 3px 0px 0px;
    border-bottom: solid black 2px;
    padding-top: 3px;
    padding-right: 4px;
}

#pin_details_close_button{
    color: black;
    font-size: 39px;
    float: right;
    margin: 0;
    height: 25px;
    margin-top: -25px;
    cursor: pointer;
    user-select: none;
}

#pin_details_name{
    width: 100%;
    background: black;
    border-top: white solid 2px;
    border-bottom: white solid 2px;
    text-align: center;
}

#pin_details_description{
    width: 100%;
    height: 125px;
    background: black;
    color: white;
    border-top: white solid 2px;
    border-bottom: white solid 2px;
    resize: none;
}



#infoImage, #side_A_Image, #side_B_Image, #side_C_Image, #side_D_Image{
  cursor: zoom-in;
}

#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
    cursor: zoom-out;
}

#feet_button, #meters_button{
    display: inline-block;
    margin-left: 5px;
    padding: 0px 5px 0px 5px;
    background: lightgray;
    color: blue;
    font-weight: 600;
    height: 25px;
    border-radius: 2px;
}


    #pinImageRow{
        display:none;
    }

    .side_description_infoRow > p{
        display:block;
        width:100%;
    }
    
    .side_description_infoRow > textarea{
       display: block;
        width: 98%;
        height: 100px;
        background: white;
        margin: 0px 5px 0px 5px;
        min-height: 0px;
    }

    .side_infoRow > p{
        display:inline-block;
        width:30%;
        text-transform: capitalize;
    }
    
    .side_image_div{
        background-color: gray;
        height: 130px;
        margin: 0px -5px 0px -5px;
    }
    
    .inner_side_image_div{
        margin: auto;
        display: block;
        width: max-content;
        height: 100%;
        padding: 5px 0px 5px 0px;
    }
    
    .inner_side_image_div > img{
        max-height: 100%;
        max-width: 100%;
        display: block;
    }
    
    .side_infoRow > input{
        display: inline-block !important;
        width: 60% !important;
        float: right;
        border: solid black 1px !important;
        border-radius: 2px !important;
        background: white !important;
        height: 27px !important;
        font-size: 14px !important;
        padding: 2px !important;
        line-height: 1 !important;
        min-height: 0px !important;
    }

    #sides_info_header{
        background: black;
        margin: -10px;
        margin-bottom: 10px;
        padding: 5px;
    }
    
    #sides_cancel_button{
        float:left;
    }
    
    #sides_save_button{
        float:right;
    }
    
    #sides_info_header > input {
        width: 20%;
        background: transparent;
        color: lightgray;
        font-weight:600;
    }
    
    #sides_header_text{
        display: inline-block;
        text-align: center;
        font-size: 20px;
        color: white;
        height: 20px;
        width: 60%;
    }
        
    .side_header {
        padding: 0px 10px 0px 10px;
    }
    
    .side_header > p {
        display: inline;
    }
    
    .side_header > a {
        float: right;
        display: inline-block;
    }
    
    .side_details{
        display:none;
        padding: 0px 5px 0px 5px;
    }
    
    .side_info_box{
        border: solid black 2px;
        background: lightgray;
        color: black;
        margin-bottom: 2px;
        transition-duration: .5s;
        overflow: hidden;
        height: 30px;
    }
        
    #sides{
        background: white;
        width: 100%;
        height: 100%;
        padding: 10px;
        border: solid black 2px;
        border-radius: 3px;
    }        
        
    select, optgroup > *, .side_bar_header{
    text-transform: capitalize;
    }
    
    #new_pin_header{
        background: black;
        padding-left: 12px;
        padding-top: 5px;
    }
    
    #place_circle{
        background-image: url(https://one-plan.org/Images/Hand_Icon.png);
        background-color: lightgray;
        background-size: contain;
        background-position-x: 2px;
    }
    
    #place_pin{
        background-image: url(https://one-plan.org/Images/PIN_Icon_Over.png);
    }
    
    .marker_option{
        height: 29px;
        width: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: lightgray;
        display: inline-block;
        border: solid gray 2px;
        padding: 2px;
        border-radius: 4px;
        cursor:pointer;
    }
    
    [aria-label="Add a marker"], [aria-label="Draw a circle"], [aria-label="Stop drawing"]{
        display:none !important;
    }
    
    #submit_button_container{
        margin-top: 12px;
    }
    
    #generate_playbook_inner_container{
        width: max-content;
        margin: auto;
        display: block;
        margin-top: 5%;
    }

    #blocker{
        display: block;
        position: sticky;
        z-index: 1;
        background: lightgray;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        display:none;
    }

    #generate_playbook{
        display: block;
        position: fixed;
        top: 42%;
        left: 35%;
        width: 30%;
        background: white;
        border: solid black 3px;
        border-radius: 10px;
        height: 20%;
        z-index:2;
    }
    
    .close_button{
        float:right;
    }

    
    .hz_sides_container_invisible {
        background: none;
        border: none;
        border-radius: 0px;
        padding: 0px;
        width: max-content;
        height: 40px;
        overflow:none;
    }
    
    .hz_sides_container_visible {
        background: lightgray;
        border: 2px solid black;
        border-radius: 10px;
        padding: 5px;
        width: 100%;
        height: max-content;
    }
    
    #pin_description:focus-visible, .pin_details:read-only{
        outline: none !important;
    }
    
    
    #pin_description:read-only, .pin_details:read-only{
        
            cursor: context-menu;
    }

    
    #hazardZoneInfo_edit_buttons, #sides_edit_buttons{
        display: block;
        width: max-content;
        margin: auto;
    }    
    
    #hazardZoneInfo_edit_buttons > input, #sides_edit_buttons > input{
        margin:5px;
        box-shadow: 2px 2px gray;
        background: #545454;
        font-weight: 600;
        font-family: sans-serif;
    }
    
    #edit_data_type_input{
        height: 25px;
    }
    
    #hazardZoneInfo_edit_buttons, #sides_edit_buttons{
        display:none;
    }

    #pin_description{
        height: 120px;
        width: 476px;
        overflow-y: scroll;
        resize: none;
    }

    #save_button{
        position:relative;    
    }
    
    #unsaved_changes_index{
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        color: red;
        padding-bottom: 27px;
        background: white;
        border-radius: 100%;
        height: 26px;
        width: 26px;
        border: solid black 1px;
    }
    
    .UCI_visible{
        display: block !important;
    }
    
    #custom_marker_list_container{
        background: gray;
        height: 100%;
    }
    
    .customMarker_row > * {
        display: inline-block;
    }
    
    .customMarker_row > p{
        color: black;
        font-size: 18px;
        margin-left: 50px;
        color:black;
    }
    
    .custom_marker_image{
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    .custom_marker_button_container {
        float: right;
        height: 100%;
        padding: 5px;
    }
    
    .custom_edit_button{
        color: black;
    }
    
    .custom_delete_button{
        color: #b30303;
    }
    
    .customMarker_row{
        height: 35px;
        position: relative;
        background: lightgray;
        border: solid black;
        border-width: 1px 1px 1px 1px;
        margin: 1px;
    }
    
    #custom_marker_submit{
        display: block;
        margin: auto;
        width: 43%;
        float: unset;
    }
    
    #custom_marker_button_container{
        margin-top: 15px;
        width: 100%;
    }
    
    #custom_marker_description_input{
        display: block;
        width: 100%;
        height: 125px;
    }
    
    #custom_pin_container, #new_pin_container, #list_of_custom_markers{
        display: none;
        height: 86%;
        background: white;
        border: solid black 2px;
        border-radius: 10px 10px 0px 0px;
    }
    
    #new_pin_container{
        display: block;
        overflow:hidden;
    }
    
    .default_custom_marker_icon_group{
        background: black;
        font-size: 14px;
        text-align: center;
        color: white;
        margin-bottom: -2px;
        padding-bottom: 1px;
    }
    
    .custom_marker_icon_group{
        background: black;
        font-size: 14px;
        text-align: center;
        color: white;
    }
    
    .custom_icon_option_selected{
        background-color:gray !important;
    }
    
    .custom_pin_icon_options{
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-color: white;
        margin: 2px;
        cursor:pointer;
    }
    
    #custom_marker_selected_icon{
        width: 75%;
        display: inline-block;
        float: right;
        height: 100%;
        padding: 35px;
        padding-bottom: 10px;
    }
    
    #custom_marker_icon_options_container{
        width: 25%;
        display: inline-block;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    img.button_img {
        width: 80% !important;
        height: 80% !important;
        margin: auto !important;
        margin-top: 10% !important;
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-size: contain;
        height: 100%;
        margin: auto;
        display: block;
    }

    #map_settings_container{
        background: white;
        border-radius: 10px;
        padding: 10px;
        border: 2px solid black;
    }

    .select_input{   
        background: lightgray;
        color: black;
        border: 1px solid black;
        border-radius: 2px;
    }

    #edit_customMaps_container{
        display: block;
        margin: auto;
        width: max-content;
    }

    #view_maps_container, #pin_table_container{
        background: white;
        height: 100%;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid black;
        margin: 0px 10px;
    }

    #viewMapDetails_tab{
        cursor: context-menu;
    }

    .maps_tab {
        display: inline-block;
        margin: 0px 20px;
        background: lightgray;
        border: 2px solid black;
        width: 100px;
        height: 48px;
        border-radius: 5px 5px 0px 0px;
        margin-bottom: -2px;
        text-align: center;
        color: black;
        padding-top: 10px;
        user-select: none;
        cursor:pointer;
    }

    #viewMapDetails_tab{
        background-color: gray;
    }

    .selected_map_tab{
        margin-bottom: -2px;
        border-bottom: none;
        background-color: white !important;
    }

    .setting_button_container{
        width: max-content;
        margin: auto;
        display: block;
        margin-top: 35px;
    }
    
    #map_details_button{
        margin: auto !important;
        display: block;
        margin-top: 35px !important;
    }

    #pinDescription {
    color: black;
    display: block;
    margin: 10px;
    margin-top: 20px;
}

#spider_delete_pin_form,
#spider_update_pin_form {
    position: relative;
}

#saveSides {
    display: none;
}

#sideSaveButton {
    display: block;
    width: fit-content;
    margin: auto;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.red {
    color: red;
}

#toolBar {
    margin-right: 14px;
    padding-left: 7px;
    width: 40px;
    padding-top: 65px;
    z-index: 1;
    background-color: white;
}

#expand {
    background-image: url(https://static.thenounproject.com/png/74837-200.png);
    background-size: 34px;
}

#showList {
    background-image: url(https://cdn4.iconfinder.com/data/icons/essentials-6/32/87-01-512.png);
    background-size: 30px;
}

#hideTools {
    background-image: url(https://cdn1.iconfinder.com/data/icons/tools-65/100/tool-17-512.png);
    background-size: 30px;
}

#refreshMap {
    background-image: url(https://static.thenounproject.com/png/5651-200.png);
    background-size: 40px;
}

.toolBarButton {
    display: block;
    margin: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-radius: 3px;
}

a {
    display: block;
    color: #0645AD;

    cursor: pointer;
    font-family: saira;
}

.backButton {
    margin-left: 21px !important;
    height: 28px !important;
    padding: 9px 20px !important;
}


#mainBody {


    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    min-height: 700px;
    background-color: white;
    border-radius: 5px;
}

#sideBar {
    position: relative;
    z-index: 1;
    border-radius: 4px 0px 0px 4px;
    display: none;
    width: 25%;
    background-image: linear-gradient(#929292, #2F3132);
    padding-top: 10px;
}

#newHazardZone {
    display: none;

}

#newWorkGroup {
    display: none;

}

#newMonitor {
    display: none;

}

#info {
    white-space: nowrap;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.row {
    color: white;
}

#title {
    margin-top: 150px;
    font-size: 20px;
    display: block;
    background-color: black;
    border-radius: 3px;
    text-align: center;
    margin-left: -5px;
}

#infoImage {
    height: 150px;
}

#imageDiv {
    width: 100%;
    position:absolute;
    align-content: center;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: block;
    left: 0px;
}

#innerImageDiv {
    margin: auto;
    width: fit-content;
}

input.pin_details, #edit_data_type_input {
    color: black;
    float: right;
    width: 70%;
    margin-right: 35px;
    font-weight: 600;
}

#safetyInfo {
    text-decoration: underline;
    padding-left: 5px;
}

.infoContainer {
    width: 100%;
    height: 495px;
    padding-left: 5px;
    margin-top: 150px;
    background: white;
}

.infoRow {
    margin-top: 5px;
    
}

.rowLabel {
    display: inline;
    color: black;
}

.rowInfo {
    display: inline;
    color: black;
    text-decoration: underline;
}

#description {
    margin: 5px;
    height: 60%;
    width: 95%;
    resize: none;
}

#description {
    display: none;
}

#mapLabel {
    text-align: center;
    background-color: black;
    color: white;
    font-size: 23px;
    font-family: sans-serif;
}

#windSockInfo {
    display: none;
}

#changePinInfo {
    display: none;
}

    #map_details, #edit_map_details, #pin_details{
        display: none;
    }

    #map_title{
        color:black;
    }

    td > a {
        color: #0493ea;
        font-size: 14px;
        text-decoration: underline !important;
    }

    td > a:hover {
        color: #7ee9fe;
    }
    .setting_input_container > label {
        font-size: 20px;
        font-weight: 600;
    }

    .setting_input_container {
        display: block;
        margin: 10px;
        color: black;
    }

    .setting_input_container > h2{
        color: black;
        font-size: 20px;
        margin-bottom: 0;
    }

    .inner_setting_container {
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .setting_input {
        float: right;
        width: 50%;
    }

    .inner_setting_container > label {
        color: black;
        font-weight: 600;
    }

    .pin_table > tbody > tr > td {
        border: 1px solid black;
        border-right: 1px dashed black;
        border-left: 1px dashed black;
        padding: 0;
        padding-left: 10px;
    }

    .pin_table > tbody > tr:nth-child(even) {
        background: lightgray;
    }

    .pin_table > tbody > tr:hover{
        cursor: pointer;
        background-color: gray;
        color: white;
    }
    
    .pin_table > tbody > tr {
        border: 1px solid black;
    }

    .pin_table > thead > tr > th{
        text-align: center !important;
        background: gray;
        color: white;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid black;
        width: 39%;
        cursor:pointer;
    }

    .pin_table > tbody, .pin_table > thead{
        width: 100%;
        display: table;
        color: black;
        font-weight: 600;
        font-size: 14px;
    }
    
    tbody > tr > td{
    text-wrap: wrap;
    }
    
    tbody > tr > td:nth-child(1){
        width:45%;
    }
    
    tbody > tr > td:nth-child(2){
        width:35%;
    }
    
    tbody > tr > td:nth-child(3){
        width:20%;
    }

    #saveCustomMap{
        box-shadow: 2px 2px gray;
        background: #545454;
        font-weight: 600;
        font-family: sans-serif;
        display: block;
        margin: auto;
    }

    #custom_map_label, #edit_custom_map_label{
        width: 70%;
        float: right;
        margin-right: 10px;
    }

    .details_selector {
        display: inline-block;
        width: 15%;
        text-align: center;
        background: #c9c9c9;
        border-bottom: 1px solid black;
        float: right;
    }

    #create_maps_container{
        display: none;
        background: white;
        height: 100%;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid black;
    }
    
    #pin_options_container > optgroup > option, #pin_selected_options_container > optgroup > option, .map_details_option, #edit_pin_selected_options_container > optgroup > option, #edit_pin_options_container > optgroup > option {
        padding-left: 28px;
        border-bottom: 1px solid black;
        background: lightgray;
        color: black;
        font-size: 13px;
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 5px;
    }

    #pin_options_container, #pin_selected_options_container{
        width: 50%;
        background: lightgray;
        overflow: scroll;
        height: 400px;
        overflow-x: hidden;
        display: inline-block;
        border: 15px solid white;
    }

    #edit_pin_selected_options_container, #edit_pin_options_container{
        width: 50%;
        background: lightgray;
        overflow: scroll;
        height: 325px;
        overflow-x: hidden;
        display: inline-block;
        border: 15px solid white;
    }

    #pin_selected_options_container, #edit_pin_selected_options_container{
        float:right;
    }
    
    #pin_options_container > optgroup, #pin_selected_options_container > optgroup, #pins_on_map, #edit_pin_selected_options_container > optgroup, #edit_pin_options_container > optgroup {
        color: white;
        background: gray;
    }

    #maps_header{
        width: 100%;
    }

    .map_selector > * {
        display: inline-block;
        margin:0;
    }
    .map_selector:nth-child(odd) {
        background: #c9c9c9;
        color: #c9c9c9;
    }

    .map_selector:nth-child(even) {
        background: #b6b6b6;
        color: #b6b6b6;
    }

    p.map_hidden_arrow {
        color: inherit;
        font-size: 24px;
        font-weight: 800;
        margin: -9px 10px -10px -10px;
        float: right;
    }

    p.map_selector_text {
        color: black;
        padding-left: 10px;
        max-width: 75%;
    }

    .map_selector > a{
        float: right;
        margin: 0;
        margin-right:25px;
        color: #446abb;
    }

    .map_selector:hover{
        background:#446abb;
        color:white;
        transition-duration: .25s;
    }

    .map_selector {
        border-bottom: solid black 1px;
        cursor: pointer;
        width: 85%;
        display: inline-block;
    }

    #new_pin_button_container, #map_tab_button_container{
        display: block;
        width: max-content;
        margin: auto;
        margin-top: 20px;
    }

    input.map_button{
        box-shadow: 2px 2px gray;
        background: #545454;
        font-weight: 600;
        font-family: sans-serif;
    }

    #new_pin_submit, #viewMaps_button{
        margin-right: 50px;
        display: block;
        float: left;
    }

    #new_pin_delete, #create_map_button{
        float: right;
        display: block;
    }

    #new_pin_submit:hover, #submit_CPB_button:hover{
        color:black;
        background: #00ff00;
    }

    #new_pin_delete:hover, #cancel_CPB_button:hover{
        color:black;
        background: red;
    }

    .input_row{
        margin-top: 10px;
    }
    
    .input_label{
        display: inline-block;
        font-size: 16px;
        color: black;
        font-weight: 600;
        padding-left: 10px;
    }
    
    .text_input{
        width: 60%;
        float: right;
    }

    #new_pin_container{
        height: 100%;
    }

    #new_pin_content{
    padding: 20px;
    float: left;
    width: 100%;
    height: 479px;
    margin: 0px;
    display: block;
    background: white;
    }
    
    .custom_image_container{
        height: 225px;
        border-bottom: 2px solid black;
        width: 100%;
        margin: 0px;
    }

    .image_container{
        height: 150px;
        border-bottom: 2px solid black;
        width: 100%;
        margin: 0px;
    }

    #pin_icon{
        height: 100%;
        margin: auto;
        display: block;
    }

    #all_pins{
        display: block;
    }
    
    .pin_table{
        display: none;
        overflow-y: scroll;
        height: 475px;
    }
    
    #pin_lists_tab_container {
        background: transparent;
        padding: 5px 0px 0px 0px;
        overflow: hidden;
        display: block;
        margin: auto;
        width: max-content;
    }
    
        
    .util_buttons {
        cursor: pointer;
        margin-bottom: 10px;
        background: gray;
        width: 100%;
        padding: 6px;
        transition-duration: .5s;
        height: 90px;
        border-radius: 30px;
    }

    .util_buttons:hover{
        background: #c5c5c5 !important;
        border-radius: 50px;
    }
        
    #v4_map_side_bar{
        background: gray;
        height: 100%;
        float: left;
        border: solid gray;
        border-width: 0px 12px 0px 0px;
    }
    
    #v4_util_button_container {
        background: gray;
        width: max-content;
        max-width: 84px;
        height: 100%;
        float: left;
    }
    
    #v4_map_container{
        background: gray;
        border: solid gray;
        border-width: 20px 2px 2px 15px;
        border-radius: 5px;
        height: 700px;
    }
    
    #v4_map_main{
        width: 100%;
        height: 100%;
        background: white;
    }
    
    #v4_map_header{
        background: black;
        width: 100%;
        height: 50px;
        font-size: 25px;
        color: white;
        font-weight: 600;
        text-align: center;
    }
    
    .side_bar_menu{
        display: inline-block;
        overflow: hidden;
        background: #c5c5c5;
        width: 0px;
        height: 96%;
        border-radius: 4px;
        transition-duration: .5s;
        margin: -2px;
        position: absolute;
        left: 100px;
        top: 22px;
        white-space: nowrap;
    }
    
    h1.side_bar_header {
        width: 100%;
        background: black;
        text-align: center;
        font-weight: 600;
        overflow: hidden;
        text-wrap: nowrap;
        margin-bottom: 15px;
    }
    
    #side_bar_content_container{
        display: block;
        width: 0px;
        height: 100%;
        transition-duration: 0.5s;
        float: left;
    }
    
    #mapBar {
        height: 92%;
        position: relative;
        overflow: hidden;
        display: block;
        margin: auto;
    }
    
    #map {
        height: 100%;
        width: 100%;
        float: left;
        position: absolute;
    }
    
    #mapMain {
        right: 5%;
        height: 100%;
        width: 90%;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    
    