/* LOGIN CONTAINER */
html, body { height: 100%; width: 100%; margin: 0px; padding: 0px; scroll-behavior: smooth; background-color: #fff;
  display: table; height: 100%; position: relative; width: 100%; background-size: cover; }
#login_navbar, #home { display: none; }
* { font-family: "Source Sans Pro", cursive; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OP SPECIFIC STYLES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.reference_op { color: #09202D; }
.lead_op { color: #09202D; font-size: 16px; }
.modal_title_op { color: #fff; font-family: 'Barlow', sans-serif, cursive;}


/* NAVIGATION PANNEL */
.required:after { content:" *"; color: red; }
.navigation_pannel_op { background-color: #fff; overflow: hidden; padding: 10px; display: flex; align-items: center; justify-content: space-between; vertical-align: middle; }
.navigation_pannel_op img { width: 125px; padding: 10px 0px 0px 20px;}
.navigation_pannel_op .menu_btn { border: none; outline: none; height: 40px; width: 20%; margin: auto; background: #CC3369; color: #F5F5F5; font-size: 18px; border-radius: 20px; font-weight: bold; margin-top: 10px; }
.navigation_pannel_op .menu_btn:hover { cursor: pointer; box-shadow: 5px 5px 5px black; }
.navigation_pannel_op .current_user { display: flex; color: #09202D; padding: 5px; }
.navigation_pannel_op .current_user .user_title { margin: 0; }
.navigation_pannel_op .current_user a { color: #09202D; text-decoration: none; font-weight: 800; font-size: 20px; padding-left: 5px; }
.navigation_pannel_op .current_user a:hover { cursor: pointer; color: #CC3369; }


/* ORDER REPORT */
.op_content { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.op_content label { margin: 0; padding: 0; font-weight: bold; color: #09202D; }
.op_content input { width: 100%; margin-bottom: 20px; }
.op_content select, input[type="text"], input[type="password"] { border: none; border-bottom: 1px solid #F5F5F5; background: transparent; outline: none; height: 40px; color: #09202D; font-size: 16px; }
.op_content select, input, button { width: 100%; margin-bottom: 20px; }
.op_content select:hover, button:hover { cursor: pointer; }
.op_content select option { color: #fff; background-color: #CC3369; font-size: 18px; font-weight: 800; }
.op_content select:required:invalid { color: #666; }
.op_content option[value=""][disabled] { display: none; }

/* ORDER REPORT */
.op_content .order_report { background-color: #F5F5F5; display: flex; flex-direction: row; border-width: thin; border-style: solid; border-color: grey;justify-content: space-around; width: 75%; margin: 30px; padding: 20px 10px; color: #F5F5F5; }

/* LEFT SIDE CONTENT */
.op_content .order_report .report_side_pannel { padding: 30px; width: 33%; position: sticky; height: 790px; top: 5%; background-color: #09202D; color: #F5F5F5; box-shadow: 1px 2px 10px 0px #000; }
.op_content .order_report .report_side_pannel h2 { margin: 0; margin-bottom: 10px; padding: 10px 0px; text-align: center; font-size: 26px; font-weight: 900; border-bottom: 2px solid #26354A; }
.op_content .order_report .report_side_pannel .side_bar_input_val { font-weight: 700; }
.op_content .order_report .report_side_pannel #receipt_tick { width: 20px; }

/* RIGHT SIDE CONTENT SCROLL */
.op_content .order_report .report_details { padding: 20px 30px; width: 63%; overflow-x: hidden; box-shadow: 0px 0px 4px 0px #000; }
.op_content .order_report .report_details::-webkit-scrollbar { width: 0.5em !important; scroll-behavior: smooth !important; }
.op_content .order_report .report_details::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important; }
.op_content .order_report .report_details::-webkit-scrollbar-thumb { background-color: #F5F5F5 !important; outline: 1px solid #26354A !important; border-radius: 10px !important; }

/* RIGHT SIDE CONTENT */
.op_content .order_report .report_details .coordinates_postcode { margin: 10px 0px 20px; }
.op_content .order_report .report_details .coordinates_postcode .ha_search_selection { width: 100%; border-bottom: none; }
.op_content .order_report .report_details .coordinates_postcode .ha_search_selection .nav-item { margin-bottom: -2px; }
.op_content .order_report .report_details .coordinates_postcode .ha_search_selection .search_option { color: #CC3369; }
.op_content .order_report .report_details .coordinates_postcode .ha_search_selection .search_option.active { background-color: #CC3369; border: 0; color: #26354A; }
.op_content .order_report .report_details .coordinates_postcode .coordinates, .postcode { padding: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; border: 4px solid #CC3369; }
#tiny-web-map-map-submit #sb_loading, #sb_confirmation { width: 20px; margin-left: 10px; } /* SITE BOUNDARY BUTTON LOADING ICONS */

.tiny-web-map-container .twm_instructions_hint { width: 50%; }
/* MANUALLY ENTER WKT */
.op_content .order_report .report_details .manually_enter_wkt { display: none; }
/* NEW BUILD CHECKBOX */
.op_content .order_report .report_details .new_build_label { display: flex; flex-direction: column; align-items: baseline; margin-bottom: 20px; }
.op_content .order_report .report_details .new_build_label label:hover { cursor: pointer; }
.op_content .order_report .report_details .new_build_label input[type="checkbox"] { width: auto; margin: 0; margin-left: 10px; margin-top: 10px; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); padding: 10px; }
.op_content .order_report .report_details .new_build_label input[type="checkbox"]:hover { cursor: pointer; }

/* ALERT MODAL */
.op_content .order_report #warning_modal .modal-content { background-color: #26354A; }
.op_content .order_report #warning_modal .modal-content .modal-title { margin: auto; }
.op_content .order_report #warning_modal .modal-content .modal-body { text-align: center; }
.op_content .order_report #warning_modal .modal-content .op_pink_btn { width: 50%; margin: auto; }

/* FOOTER */
.footer { text-align: center; background-color: #26354A; }
.footer .social_media .contact_information { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 10px; }
.footer .social_media { margin-top: 10px; padding: 10px; height: auto; }
.footer .social_media a { color: #fff; text-decoration: none; font-size: 35px; margin: 1%; }
.footer .social_media a:hover { color: #56626f; }
.footer .social_media .mobile_flex_column { flex-grow: 0.2; }
.footer .social_media .tf_phone, .tf_email { margin: 0px; }
.footer .tf_address { margin: 0px; font-size: 12px; font-weight: 500;}
.footer .phone_and_email { display: flex; flex-direction: row; align-items: center; justify-content: center; }
.footer .phone_and_email p { margin: 0px 0.5%; font-size: 12px;}
.footer .tf_t_and_c { margin: 20px 0px; display: flex; flex-direction: column; color: #fff; align-items: center; justify-content: center; }
.footer .tf_t_and_c_text { margin: 0px; font-size: 12px;}
.footer .tf_t_and_c_text .legal_links { color: #fff; text-decoration: underline; }
.footer .tf_t_and_c_text .legal_links:hover { color: #cc3369; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOBILE DEVICES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1499px) {
  .op_content .order_report { width: 80%; }
}
@media screen and (max-width: 1399px) {
  .op_content .order_report { width: 85%; }
}
@media screen and (max-width: 1299px) {
  .op_content .order_report { width: 90%; }
}
@media screen and (max-width: 1199px) {
  .op_content .order_report .report_details { width: 70%; }
}
@media screen and (max-width: 1024px) {
  .op_content .order_report { width: 95%; }
  .op_content .order_report .report_details { width: 90%; }
}
@media screen and (max-width: 768px) {
  .op_content { display: none; }
}
@media screen and (max-width: 480px) {}

/* TWM formatting */
.tiny-web-map-container { line-height: 1!important;  }
.twm_floating_button {height: auto!important; }
#twm_polygon_manager_pane { color: black!important; }
.twm_polygon_manager { height: auto!important; }
#twm_hazards_pane {width: 75%!important; margin-left: 12.5%!important; max-height: 100% !important; color: black!important;}
#twm_multiple_title_numbers_pane { top: 40%!important; left: 65%!important; color: black!important; }
#twm_information_bar_pane { max-height: 100%!important; width: 60%!important; }
#twm_hazards_close { margin-top: -17px!important; }
#twm_multiple_title_numbers_title { line-height: 20px!important; }
.twm_pm_dropdown_symbol { margin-left: 0px!important; }