/*img zoom*/



#content_side_bar > article > div > div > #caspioform{
    display:none !important;
}

    #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;
}

td.cbFormFieldCell > img:not(.fl-photo-img), img#spider_picture_link, img#spider_picture_info, img#infoImage{
  cursor: zoom-in;
}



img[draggable="false"], a.cbFormNavigationLinks > img, a.spider_link > img{
  cursor: pointer;
}



/*take 5*/

#viewFive_legacy{
    display:none;
}

div.fiveSecondsOuter_legacy {
    margin: 5px;
    color: white;
}

strong.fiveSeconds_legacy {
    display: inline-block;
}

p.fiveSeconds_legacy {
    display: inline;
}

.take5_submit_button{
    display: block;
    width: max-content;
    margin: auto;
}

#spider_edit5_button {
    text-align: center;
    width: 70%;
    color: white;
    font-size: 15px;
    display: block;
    margin: auto;
    z-index: 10;
    width: 70px;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-image: url(https://one-plan.org/wp-content/uploads/2020/06/Asset-4-1.png);
    background-repeat: no-repeat;
    background-size: 70px;
    margin-top: 42.5px;
}

#spider_training5_button {
    text-align: center;
    width: 70%;
    color: white;
    font-size: 15px;
    display: block;
    margin: auto;
    z-index: 10;
    width: 70px;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-image: url(https://one-plan.org/wp-content/uploads/2020/06/Asset-4-1.png);
    background-repeat: no-repeat;
    background-size: 70px;
    margin-top: 42.5px;
}

#spider_edit5_button:hover{
    background-image: url("https://one-plan.org/wp-content/uploads/2021/06/Asset-9.png");
}
    

#take5_tab_1{
    background: #DB6511;
}

#take5_header{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    padding-left: 51px;
}

#take5_header_inner{
    height: 25px;
    display: flex;
    justify-content: space-evenly;
    width: 300px;
}

.fiveSeconds{
        display: inline-block;
        color: white;
        margin-left: 10px;
        padding-top: 10px;
        font-size: 17px;
    }
    
    .fiveSecondsOuter{
        position: absolute;
        top: 30px;
        left: 45px;
        width: 90%;
    }
    strong.fiveSeconds{
        text-align: center;
        height: 100%;
        vertical-align: top;
        font-size: 18px;
        color: black;
        padding: 0;
        background: #82624C;
        border-radius: 5px 5px 0 0;
        width: 100%;
        cursor:pointer;
        user-select: none;
    }
    
    p.fiveSeconds{
        margin: 0;
        padding-top: 5px;
    }

    #editFiveSeconds{
        display: none
    }

    #take5_2, #take5_3, #take5_4, #take5_5{
        display:none;
    }

    .toggle_container {
    height: 75px;
    width: 45px;
    color: black;
    position: absolute;
    top: 30px;
    }

    input.toggle_button {
    width: 100%;
    height: 100%;
    font-size: 25px !important;
    padding: 0 !important;
    color: black;
    }

    #prev_container{
    left: 0;
    }

    #next_container{
    right: 0;
    }

    #next_toggle{
        background-image: linear-gradient(270deg, #763E16 0%, #DB6511 86%);
    }

    #prev_toggle{
        background-image: linear-gradient(90deg, #763E16 0%, #DB6511 86%);
    }


/*edit take 5*/

#layoutType_label{
    width: max-content;
}

#help_content{
    background: lightgray;
    position: absolute;
    width: 500px;
    height: 400px;
    /* background: white; */
    padding: 10px;
    top: -400px;
    border-radius: 10px 10px 0 10px;
    left: -500px;
    border: gray solid 1px;
    cursor: auto;
    display:none;
}

.help_header{
    color: black;
    margin: 0; 
}

.help_text{
    margin: 0;
    color: gray;
}

.help_image{
    height: 30% !important;
    cursor: pointer;
}

.editTake5_submit{
    width:92px;
}

.editTake5_textArea{
    max-width:63%;
}

#editTake5_layout{
    display: inline-block;
    width: 50%;
    border: black solid 1px;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}

#help_container{
    width: 20px;
    height: 20px;
    border: gray solid 2px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

#help_inner{
    display: block;
    width: max-content;
    height: max-content;
    margin: auto;
    font-weight: 700;
    color: gray;
    font-size: 17px;
    padding: 0;
    line-height: 0.9;
}

#edit_take5_header{
    margin: 0;
    color: black;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 29px;
}

p.take5_label {
    display: inline-block;
    width: 30px;
    margin: 0;
    vertical-align: top;
    font-size: 20px;
    font-weight: 600;
    color:black;
}

/*additional records*/


#link_footer {
    background-color: gray;
    border: solid black;
    border-width: 2px 0px 2px 0px;
    padding-left: 5px;
    position: absolute;
    width: 100%;
    bottom: -2px;
}



#next_page{
    position: absolute;
    right: 28%;
    top: 4px;
cursor: pointer;
}

#previous_page{
    position: absolute;
    left: 29%;
    top: 4px;
cursor: pointer;
}

#inner_link_footer > p, #inner_link_footer > a{
display:inline-block;
color:white !important;
}

#inner_link_footer{
display:block;
margin:auto;
width: max-content;
}

.spider_link{
display:inline-block;
cursor: pointer;
}

.spider_editRecord{
    float: right;
    color: #212121 !important;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-right: 6px;
    cursor: pointer;
}

.spider_editRecord:hover{
    color: #0072BC !important;
}

#spider_picture_link{
    display: block;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#spider_command_team_content_area{
display:none;
}
/**/
tr > td{
    border:none;
}

.fl-button-group-button{
    display:none;
}
    
form:not([action*="https://c1abb096.caspio.com/dp/62256000a16ce12b45f24fe2b6e0"]) > table > tbody > tr > td > table > tbody > tr > td.cbBackButtonContainer{
    display: none;
}
    
.spider_record_row{
    width: 100%;
    border-bottom: 1px black solid;
}

.spider_info > p{
    margin: 0 !important;
    line-height: 25px;
    padding: 10px;
}

    .spider_info_label, .spider_info{
    display: table-cell;
    color: black;
    background-color: white;
    height: max-content;
    font-weight: 500;
    text-align: center;
    }

    .spider_info_label {
    height: 100%;
    display: table-cell;
    margin: 5px;
    border-right: solid;
    border-right-color: #DB6511;
    text-align: center;
    border-width: 10px;
    vertical-align: middle;
    width: 150px;
    font-family: 'Barlow';
    font-size: 20px;
    font-weight: 600;
    }
    
    .spider_info{
        width: 82%;
    }

    .spider_info_row {

        margin-bottom: 10px;
    height: min-content;
    font-weight: 600;
    display: block;
    }


#spider_content_div{
padding: 0;
border-color: black;
border-style: solid;
border-width: 2px;
}

#content_side_bar{
width: min-content;
display: inline-block;
vertical-align: top;
background-color: white;
height: 100%;
position: absolute;
}


#spider_map_button{
}

#spider_IS_Content_area{
    width: 100%;
    height: 100%;
    background-color: lightgray;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    min-height: 575px;
}

#spider_header{
    margin-left: 3%;
    height:50px !important;
}

#spider_questions_div, #spider_content_div, #spider_image_div, #spider_video_container, #spider_image_container, #spider_link_div, #Evac_Flow_Chart, #spider_Command2_button{
    display:none;
}

#spider_content_div{
display: block;
position: relative;
background-color: white;
}

 #Evac_Flow_Chart{
 width: 100%;
 }

#spider_pinInfo_div{
    display: inline-block;
    width: 25%;
    padding: 5px;
    margin-bottom: 0 !important;
    height: 495px;
    border: black 3px solid;
    background-color: gray;
    border-radius: 0px 5px 5px 0px;
    float: left;
    margin-right: 5px;
    overflow:auto;
}

#innerImageDiv{
    background: lightgray;
    border-radius: 3px 3px 0px 0px;
    border: solid black 1px;
}

#infoImage{
    height: 100px;
    display: block;
    margin: auto;
}

.infoRow > p {
    color: white;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}
.row_data {
    float: right;
}

#pin_description{
    width: 100%;
    height: 200px;
    padding: 5px;
}

.title{
    margin: 0;
    width: 100%;
    padding-left: 5px;
}


#spider_pinInfo_Image{
    vertical-align: top !important;
    width:60% !important;
    display: inline-block  !important;
    position: relative;
}

        #spider_picture_info{
            max-height: 80%;
            max-width: 80%;
            width: 90%;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            margin-top: 73px;
        }

#spider_Questions_button{
    background-color: #23a455;
}

#spider_map_div{
    display: none;
}

#spider_pinInfo_Image{
    height: 495px;
    background-color: white;
    border-radius: 2px;
}

#spider_pin_label{
    width: 100%;
    background-color: lightgray;
    border: black solid;
    border-width: 2px;
    padding: 5px;
font-size: 27px;
color: black;
font-family: saria;
font-weight: 600;
z-index: 2;
}

.spider_live-box_button{
    vertical-align: top !important;
    background-color: #DB6511 !important;
    width: 100%;
    color:white  !important;
    display: block ;
border-right-color: #D3D3D3 !important;
border-right-style: solid !important;
border-right-width: 10px !important;
margin-left: 10px !important;
}

.spider_live-box_button:hover{
    color:#DB6511 !important;
    background-color:white !important;
}

.Outer_Button_Div{
    display: inline-block ;
    width:32%;
    vertical-align: top;
    position:relative;
    z-index: 1;
}

#Outer_Map_Div:hover{
    height:120px;
    
}

#spider_map_button{
    display: block;
    margin:auto;
}

#spider_map2_button{
    display: none;
    margin:auto;
}

#spider_Content2_button{
    display: none;
    margin:auto;
}

 #content_main{
    display: block;
    width: auto;
    vertical-align: top;
    color: black;
    font-size: 18px;
    margin-left: 268px;
    background-color:#DB6511;
padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

li > p, ol {
font-size: 15px;
display: inline;
margin-left: 18px;
}

#content_side_bar {
border-color: black;
border-style: solid;
border-right-width: 2px;
width: 268px;
}

#spider_content_div{

display: block;
background-color: white;
}

#spider_link_div{
width: 100%;
position: relative;
}

#spider_image_error{
text-align: center;
background-color: #DB6511;
position: absolute;
width: 100%;
left: 0;
top: 100px;
border-color: black;
border-style: solid;
border-width: 2px;
}

#spider_image_error > p {
font-size: 27px;
color: black;
margin: 0 !important;
}

#spider_image_error > a{
color: white;
text-decoration: underline;
}

#spider_image_error > a:hover{
color: black;
text-decoration: underline;
}

#spider_definitions{
display: none;
margin-left: 30px;
color: white;
font-size: 16px;
font-family: barlow;

}

#spider_resources_error{
background-color: #DB6511;
position: absolute;
width: 100%;
left: 0;
top: 68px;
padding: 4px;
border-color: white;
border-style: solid;
border-width: 0px;
}

#spider_resources_error > p {
font-size: 17px;
color: black;
margin: 0 !important;
}

#spider_resources_error > a{
color: white;
text-decoration: underline;
font-size: 13px;
}

#spider_resources_error > a:hover{
color: black;
text-decoration: underline;
}

#content_header{
    background-color: gray;
    padding-left: 4px;
    border-bottom: 2px solid black;
}

#image_header{
    background-color: #7D7D7D;
    padding-left: 4px;
    border: 2px solid black;
}

#content_header > h1, #image_header > h1{
    margin: 0;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    padding-top: 4px;
}

.addnewButton{
    display: none;
    padding: unset !important;
    font-size: 30px !important;
    background: transparent !important;
    color: white !important;
    vertical-align: middle;
    margin-top: 3px;
}

.deleteButton{
    display: none;
    padding: unset !important;
    font-size: 30px !important;
    background: transparent !important;
    color: red !important;
    vertical-align: top;
    margin-top: 0px;
}

#newAddResourceButton{
    width: 9%;
    float: right;
    padding-top: 1.2% !important;
}
#deleteResourceButton{
    width: 9%;
}

#newImageButton{
    width: 3%;
    float: right;
}
#deleteImageButton{
    width: 3%;
    float: right;
}

form > div > section {
    background-color: transparent !important;
}

.cbFormLabelCell > label {
    color: black;
    font-weight: 600;
    text-align: center;
    padding-left: 10px;
}

.cbSubmitButtonContainer{
    border:none !important;
}


.live-box-InnerContent {
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    margin: 0;
    display: none;
}

#liveBox_header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    background: lightgray;
    border-radius: 6px 6px 0px 0px;
}

.live-box {
    display: none;
    width: 61%;
    z-index: 1;
    text-align: center;
    border: #DB6511 5px solid;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ADADAD 100%);
    border-radius: 10px;
    position: fixed;
    top: 30%;
    filter: drop-shadow(0mm 10mm 4mm black);
    left: 19.5%;
    height: 500px;
}

input[type="file"]{
    background-color:white !important;
}

.blocker {
    background: transparent;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#liveBox_closeButton{
    background-color: transparent;
    padding: 3px;
    margin-top: -3px;
    float: right;
    color: black;
    font-size: 28px;
    height: max-content;
    width: max-content;
}