/* LESS Variables
----------------------------------------------------------*/
/* LESS Mixins
----------------------------------------------------------*/
/* .drop-shadow(0px, 0px, 0px, rgba(0, 0, 0), 0); */
.InterfaceButton {
  height: 28px;
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #cd2034;
  color: white;
  background: #cd2034;
  font-weight: bold;
  padding: 0px 16px 0px 16px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.InterfaceButton_Hover {
  border: 1px solid #a11929;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
.InterfaceButton_Active {
  border: 1px solid #75121e;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.InterfaceDialog {
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
/*----------------------------------------------------------*/

body {
  margin-top: -0.5px;
  padding: 0;
  background-color: #c8c2c2;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a:focus {
  outline: 0;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                        INPUT ELEMENT STYLES                                        */

/*----------------------------------------------------------------------------------------------------*/

INPUT[readonly][type=text],
SELECT[disabled],
INPUT[disabled][type=checkbox],
INPUT[disabled][type=radio] {
  background-color: white !important;
  color: black !important;
  box-shadow: none !important;
}
INPUT[readonly][type=text],
SELECT[disabled] {
  border: 1px solid #464646 !important;
}
input[type=submit] {
  height: 28px;
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #cd2034;
  color: white;
  background: #cd2034;
  font-weight: bold;
  padding: 0px 16px 0px 16px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
input[type=submit]:hover {
  border: 1px solid #a11929;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
input[type=submit]:active {
  border: 1px solid #75121e;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
input[type=button] {
  height: 28px;
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #cd2034;
  color: white;
  background: #cd2034;
  font-weight: bold;
  padding: 0px 16px 0px 16px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
input[type=button]:hover {
  border: 1px solid #a11929;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
input[type=button]:active {
  border: 1px solid #75121e;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.application_buttons {
  min-width: 50px !important;
  padding: 5px !important;
  margin-top: 3px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                    MAIN CONTAINER & MENU STYLES                                    */

/*----------------------------------------------------------------------------------------------------*/

.banner {
  background: url('/downloads/KenyaBanner.jpg') no-repeat;
  height: 148px !important;
  text-align: right;
  width: 960px;
  margin-bottom: 10px;
}
.wrapper {
  margin: 0px auto;
  width: 960px;
  overflow: auto;
  background-color: White;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.left_column {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 177px;
  -webkit-box-sizing: border-box;
}
.right_column {
  clear: right;
  /* IE6 */
  float: left;
  margin-bottom: 8px;
  width: 759px;
  text-align: left;
  margin-left: 0px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
}
.menublock {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.horizontal_menu_container {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  background-color: Black;
  height: 29px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 1px;
  margin-right: 1px;
  margin-bottom: 5px;
  margin-left: 1px;
}
.horizontal_menu_block {
  color: White;
  padding-right: 20px;
  /*
    width:200px;
    */

}
.horizontal_submenu_block {
  z-index: 1;
  background-color: white;
  position: absolute;
  color: Black;
  border-left: 5px;
  border-top: 5px;
  border-right: 5px;
  border-bottom: 5px;
  border: 1px solid #e0e0e0;
  /*
    top: 50px;
    .rounded(5px);
    background-color:@MenuItemBackgroundColor;
    border-top: 1px solid @MenuItemSeparationLineColor;
    */

}
.horizontal_submenu_item {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  /*
    background-color:@HighlightedMenuItemBackgroundColor;
	border: 1px solid @HighlightedMenuItemBackgroundColor;
    */

}
.horizontal_submenu_item a {
  color: black;
  /*@MenuItemFontColor*/
  text-align: left;
  text-decoration: none;
  display: block;
}
.horizontal_submenu_item:hover {
  background-color: #e6e6e6;
}
.horizontal_submenu_item:hover a {
  color: #cd2034;
}
.horizontal_submenu_item_highlighted {
  background-color: white;
  border: 1px solid white;
  border-top: 1px solid #e0e0e0;
}
.horizontal_submenu_item_highlighted a {
  color: #cd2034;
}
.menublock_header_horizontal {
  height: 15px;
  /* line-height: 32px; */
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: middle;
}
.menublock_header,
.menublock_item {
  height: 32px;
  line-height: 32px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: middle;
}
.menublock_header {
  background-image: none;
  background-color: #e7e7e7;
}
.menublock_header span {
  color: #010101;
  text-align: left;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
.menublock_item {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}
.menublock_item_horizontal {
  background-color: white;
  color: Black;
  border: 1px solid #f3f3f3;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}
.menublock_item a {
  color: #222222;
  text-align: left;
  padding-left: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.menublock_item:hover {
  background-color: white;
  border: 1px solid white;
  border-top: 1px solid #e0e0e0;
}
.menublock_item:hover a {
  color: #cd2034;
}
.menublock_item_highlighted {
  background-color: white;
  border: 1px solid white;
  border-top: 1px solid #e0e0e0;
}
.menublock_item_highlighted a {
  color: #cd2034;
}
.menu_block_spacer {
  display: block;
  height: 10px;
  line-height: 10px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                            TEXT STYLES                                             */

/*----------------------------------------------------------------------------------------------------*/

.general_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.required_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: red;
}
.italic_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.bold_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.underlined_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.validation_text {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: Red;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                     CONTAINER ELEMENTS' STYLES                                     */

/*----------------------------------------------------------------------------------------------------*/

.panel_border {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  -webkit-box-sizing: border-box;
}
.panel_border_bottom {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0px;
}
.panel_inner {
  padding: 10px 10px 10px 10px;
}
.panel_inner_large_padding {
  padding: 20px 20px 20px 20px;
}
.panel_header {
  background-color: #f3f3f3;
  height: 24px;
  vertical-align: middle;
  font-weight: bold;
}
.panel_header_text {
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 24px;
}
.clear_div_float {
  clear: both;
}
.float_left_column_div,
.float_right_column_div {
  width: 350px;
  margin: 0px;
  padding-right: 4px;
}
.float_left_column_div {
  float: left;
}
.float_right_column_div {
  float: right;
}
.float_left_div,
.float_right_div {
  margin: 3px 0px 3px 0px;
}
.float_left_div {
  float: left;
}
.float_right_div {
  float: right;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                       TABLE ELEMENTS' STYLES                                       */

/*----------------------------------------------------------------------------------------------------*/

.general_table {
  /*border-spacing: 10px;
    border: 0px;*/
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.general_cell {
  padding: 2px 10px 2px 10px;
  height: 30px;
}
.general_label_column {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  width: 150px;
  padding: 0px 0px 0px 5px;
}
/*----------------------------------------------------------------------------------------------------*/

/*                                       BUTTON ELEMENT STYLES                                        */

/*----------------------------------------------------------------------------------------------------*/

.disabledButton {
  background-color: lightgrey !important;
  cursor: not-allowed !important;
}
.disabledButton:hover {
  -webkit-box-shadow: 0px 0px 0px black;
  -moz-box-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 0px black;
  cursor: not-allowed !important;
}
.disabledButton:active {
  -webkit-box-shadow: 0px 0px 0px black;
  -moz-box-shadow: 0px 0px 0px black;
  box-shadow: 0px 0px 0px black;
  cursor: not-allowed !important;
}
.hidden {
  display: none;
}
.dialogButtonsContainer {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.licenses_map_div {
  height: 100%;
  border: 1px solid #aaaaaa;
  margin: 0px;
  padding: 0px;
}
.licenselist_span {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.licenselist_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
}
.licenselist_row {
  color: white;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.licenselist_row_highlighted {
  color: white;
  background-color: #c1c1c1;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.licenselist_header_span {
  color: #304742;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.licenselist_header_cell {
  color: #110d0d;
  background-color: #efeff0;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
  overflow-x: hidden;
}
.licenselist_header_scrollbar_cell {
  color: #ececec;
  background-color: #efeff0;
  line-height: 24px;
  padding-left: 0;
  margin: 0;
}
.licenselist_header_row {
  color: #ececec;
  background-color: #efeff0;
  border: 0;
  line-height: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.licenseslist_no_data {
  color: #304742;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
  padding-left: 10px;
  margin: 0;
}
.license_list_table_div {
  overflow: auto;
  width: 759px;
}
.licenselist_search_panel {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  width: 48%;
  height: 20px;
}
.licenselist_search_panel_buttons {
  display: inline-block;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  width: 20%;
}
input[type=submit].licenselist_search_button {
  margin: 2px 2px 2px 2px;
  width: 65px;
  min-width: 65px;
  padding-left: 12px;
}
.licenselist_search_label {
  display: inline-block;
  width: 40%;
  font-size: smaller;
}
.licenselist_search_input,
.licenselist_search_input_date {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 20px;
}
.licenselist_search_input {
  width: 50%;
}
.licenselist_search_input_date {
  width: 24%;
}
.licenselist_search_input_text_prompt {
  font-size: 10px;
  color: grey;
}
.link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}
.small_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
  font-size: smaller;
}
.licenselist_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.license_map_div {
  border: 1px solid #aaaaaa;
  width: 350px;
  height: 350px;
  margin: 0px;
  padding: 0px;
}
.license_left_panel_cell {
  width: 350px;
  vertical-align: top;
}
.license_left_panel_row {
  height: 24px;
}
.application_page_left_column {
  width: 165px;
}
.application_page_row {
  line-height: 23px;
}
.ModalDialogHeader {
  color: black;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  background-color: #f3f3f3;
  line-height: 25px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.ModalDialogClose {
  display: block;
  top: 2px;
  right: 2px;
  position: absolute;
}
.full_page_div {
  position: absolute;
  opacity: 0.25;
  filter: alpha(opacity=25);
  background-color: black;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.ModalDialogHost {
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: absolute;
}
.commodities_selected {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #304742;
}
.commodities_column {
  vertical-align: top;
  width: 155px;
}
.commodities_cell {
  line-height: 14px;
}
.commodities_checkbox {
  white-space: nowrap;
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.commodities_container_div {
  overflow-x: visible;
  overflow-y: auto;
}
.map_busy_loading {
  position: absolute;
  background-color: #fafafa;
  border: 1px solid #c1c1c1;
}
.map_busy_loading_text {
  position: absolute;
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.map_no_coordinates_text {
  position: relative;
  top: 170px;
  left: 100px;
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.license_details_link_span {
  color: #3f48cc;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.license_details_payment_cell {
  color: white;
  line-height: 18px;
  padding: 0px 10px 0px 0px ;
  margin: 0;
}
.license_details_payment_row {
  color: white;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.coordinate_editor_coordiate_system {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #304742;
}
.coordinate_editor_main_panel {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.coordinate_editor_map_div {
  border: 1px solid #aaaaaa;
  width: 480px;
  height: 340px;
  margin: 0px;
  padding: 0px;
}
.coordinate_editor_list_div {
  margin-top: 10px;
  border: 0;
  width: 480px;
  margin: 0px;
  padding: 0px;
}
.coordinate_editor_add_part_radio_button_span {
  position: relative;
  top: 3px;
  left: 3px;
}
.coordinate_editor_list_parts_container {
  border: 1px solid #e0e0e0 !important;
  border: 0;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.coordinate_editor_list_parts {
  max-height: 130px;
}
.coordinate_editor_list_parts_heading {
  line-height: 24px;
  padding-left: 5px;
  background-color: #efeff0 !important;
}
.coordinate_editor_list_add_part {
  float: right;
  background-image: url("images/add-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
}
.coordinate_editor_list_remove_part {
  float: right;
  background-image: url("images/minus-small.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 3px;
  cursor: pointer;
}
.coordinate_editor_list_part_name_textbox {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: none;
  border: 0px solid;
  width: 90%;
}
.coordinate_editor_list_part_name_textbox:focus {
  outline: none;
}
.coordinate_editor_list_parts_entry_div {
  line-height: 24px;
  padding-left: 10px;
  margin: 2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.coordinate_editor_list_parts_interior_entry_div {
  padding-left: 20px !important;
}
.coordinate_editor_list_parts_entry_div:hover {
  background-color: #e2e2e4;
}
.coordinate_editor_list_parts_entry_div_disabled .coordinate_editor_list_parts_entry_div:hover {
  background-color: transparent;
}
.coordinate_editor_list_parts_entry_div_selected,
.coordinate_editor_list_parts_entry_div_disabled .coordinate_editor_list_parts_entry_div_selected:hover {
  background-color: #e2e2e4;
  border: 1px solid #d5d5d7;
}
.coordinates_map {
  width: 440px;
  height: 345px;
  margin: 0px;
  padding: 0px;
}
.coordinates_map_container {
  border: 1px solid #304742;
  width: 440px;
  height: 345px;
  margin: 0px;
  padding: 0px;
}
.coordinate_list_spans {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 26px;
  margin: 0;
  padding: 0px 1px 0px 1px;
}
.coordinate_list_header_spans {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0px 1px 0px 1px;
}
.coordinate_list_cells {
  vertical-align: top;
}
.coordinate_list_view_all_span {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.coordinate_list_view_all_link {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.coordinate_list_button_cell {
  line-height: 43px;
  height: 43px;
  border-top: 1px solid #e0e0e0;
}
.coordinate_list_outer_table {
  width: 270px;
}
.coordinate_list_table_width_spacer {
  width: 195px;
  height: 0px;
  color: White;
}
.coordinate_list_table {
  overflow: visible;
}
.invalid_coordinates__button_cell {
  line-height: 63px;
  height: 63px;
}
.file_uploader_div {
  position: relative;
  width: 47px;
  height: 15px;
  overflow: hidden;
}
.file_uploader_fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.file_uploader_input {
  position: relative;
  text-align: right;
  -moz-opacity: 0 ;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
}
.document_uploader_cell {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
  overflow: hidden;
}
.document_uploader_right_cell {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 2px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.document_uploader_header_cell {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
  background-color: #ececec;
}
.document_uploader_header_right_cell {
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
  background-color: #ececec;
}
.document_upoader_button_cell {
  line-height: 43px;
  height: 43px;
  border-top: 1px solid #304742;
}
.file_upload_progress_container {
  border: 1px solid #304742;
  width: 55px;
  height: 18px;
  position: relative;
}
.file_upload_progress_left_div {
  padding: 0;
  margin: 0;
  background-color: #304742;
  height: 18px;
  width: 55px;
  text-align: center;
  vertical-align: top;
}
.file_upload_progress_left_div_holder {
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
}
.file_upload_progress_left_span {
  font-size: 12px;
  font-weight: normal;
  background-color: #304742;
  color: White;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.file_upload_progress_right_div {
  width: 55px;
  height: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.file_upload_progress_right_span {
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  color: #304742;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.invalid_coordinates_ul {
  padding-left: 15px;
  padding-right: 10px;
  margin: 0;
}
.csv_file_import_ul {
  padding-left: 30px;
  padding-right: 10px;
  margin: 0;
}
.csv_file_import_li {
  list-style-type: disc;
}
.payment_loading_text {
  color: #c8c8c8;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
.multiple_entity_selection {
  color: #304742;
  background-color: transparent;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  cursor: pointer;
}
.AreaPopupText {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #222222;
  white-space: nowrap;
}
.AreaPopupDiv {
  position: absolute;
  background-color: #f3f3f3;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-top-right-border-radius: 3px;
  -o-border-top-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-bottom-left-border-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-bottom-right-border-radius: 3px;
  -o-border-bottom-right-radius: 3px;
}
.AreaPopupRowHighlight {
  background-color: #ececec;
  color: #cd2034;
}
.license_application_area_span {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0px 1px 0px 1px;
  white-space: nowrap;
}
.license_application_location {
  color: midnightblue;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0px 1px 0px 1px;
}
.saved_at {
  color: #8c8c8c;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.draft_link {
  color: #3f48cc;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
}
.area_item_hover {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0px none #e0e0e0;
  background-color: #f3f3f3;
  color: #222222;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-top-left-border-radius: 3px;
  -o-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-top-right-border-radius: 3px;
  -o-border-top-right-radius: 3px;
}
.area_item_normal {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 0px none transparent;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.interactive_selection_map_div {
  border: 1px solid #aaaaaa;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.Interactive_Selection_DrawingArea {
  position: absolute;
  border: 0;
  background-color: transparent;
  pointer-events: none;
}
svg {
  shape-rendering: crispEdges;
}
.interactive_selection_instructions_description {
  color: black;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_tool {
  color: blue;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_tool_instructions {
  color: black;
  font-size: 9px;
  line-height: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.interactive_selection_instructions_ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1;
  padding-right: 0;
  padding-top: 0;
}
.interactive_selection_tools_dialog_div {
  position: absolute;
  top: 130px;
  left: 120px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.interactive_selection_tools_dialog_header_div {
  cursor: move;
}
.interactive_selection_tools_dialog_footer_div {
  border-top: 1px solid #304742;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 36px;
  padding-top: 7px;
}
.interactive_selection_point_message_span {
  margin-right: 10px;
  color: #304742;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}
.interactive_selection_point_message_div {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.interactive_selection_add_remove_mode_div {
  background-color: White;
}
.interactive_selection_add_remove_mode_span,
.interactive_selection_tool_span {
  margin-right: 10px;
  color: #304742;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.interactive_selection_add_mode_div,
.interactive_selection_remove_mode_div {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 10px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #ececec;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.interactive_selection_add_mode_div:hover,
.interactive_selection_remove_mode_div:hover {
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
  cursor: pointer;
}
.interactive_selection_add_mode_div_selected,
.interactive_selection_remove_mode_div_selected {
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
}
.interactive_selection_add_mode_img,
.interactive_selection_remove_mode_img {
  position: relative;
  top: 4px;
  background-position: center;
  width: 24px;
  /*width:0px;*/
  height: 24px;
  display: inline-block;
  background-size: contain;
  margin-left: 5px;
  border: 0px;
}
.interactive_selection_add_mode_img {
  background-image: url("images/plus.png");
  /*background-image: url("images/green plus.png");*/

}
.interactive_selection_remove_mode_img {
  background-image: url("images/minus.png");
  /* background-image: url("images/red minus.png"); */

}
.interactive_selection_add_mode_span,
.interactive_selection_remove_mode_span {
  position: relative;
  padding-left: 5px;
  padding-right: 10px;
}
.interactive_selection_add_mode_span {
  top: -3px;
}
.interactive_selection_remove_mode_span {
  top: -4px;
}
.interactive_selection_tool_div {
  background-color: White;
}
.interactive_selection_table {
  padding: 10px;
}
.interactive_selection_tool_item_div {
  white-space: nowrap;
  background-color: #ececec;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  width: 172px;
}
.interactive_selection_tool_item_div_dropped_down {
  width: 190px;
}
.interactive_selection_tool_item_container_div {
  display: inline-block;
  white-space: nowrap;
}
.interactive_selection_tool_item_and_arrow_container_div {
  background-color: #ececec;
  margin-left: auto;
  margin-right: 0px;
  display: inline-block;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.interactive_selection_tool_drop_down_arrow {
  background-image: url("images/drop down.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 24px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.interactive_selection_tool_block_img,
.interactive_selection_tool_polygon_img,
.interactive_selection_tool_edit_polygon_img {
  position: relative;
  top: 5px;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  border: 0px;
}
.interactive_selection_tool_block_img {
  background-image: url("images/Block.png");
}
.interactive_selection_tool_polygon_img {
  background-image: url("images/Polygon.png");
  top: 3px !important;
}
.interactive_selection_tool_edit_polygon_img {
  background-image: url("images/EditPolygon.png");
  top: 3px !important;
}
.interactive_selection_tool_item_span {
  position: relative;
  top: -4px;
  margin-left: 5px;
  white-space: nowrap;
}
.interactive_selection_tool_drop_down_container_div {
  background-color: #ececec;
  position: absolute;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.interactive_selection_tool_item_div_selectable:hover {
  /*background-color:rgb(136, 196, 255);*/
  color: #304742 !important;
  background-color: #dce0cd !important;
  border: 1px solid #a7a7a7 !important;
}
.map_portal_div {
  padding: 5px;
  overflow: hidden;
}
.map_portal_iframe {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* ---------------------------------------------------------
    PersonDetails
    CompanyGeneralDetails
    ContactDetails
    AddressDetails
----------------------------------------------------------*/

.general_textbox {
  width: 300px;
  /*padding: 0px 5px 0px 5px;*/
  /*margin: 0px 0px 0px 10px;*/
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 4px;
}
.general_dropdown {
  width: 300px;
  /*padding: 0px 2px 0px 2px;*/
  /*margin: 0px 0px 0px 10px;*/
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 4px;
}
.person_details_table,
.company_general_details_table,
.contact_details_table,
.address_details_table {
  width: 100%;
}
.person_details_input,
.person_details_comment,
.person_details_drop_down,
.person_details_email,
.company_details_input,
.company_details_drop_down,
.company_details_list_box,
.contact_details_input,
.address_details_input,
.address_details_drop_down {
  width: 400px;
  height: 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 4px;
  padding: 0;
  margin: 0;
}
.company_details_list_box {
  height: 72px;
}
.person_details_comment {
  width: 610px;
  height: 54px;
}
.person_details_comment[readonly="readonly"] {
  border: 1px solid #464646;
}
.user_profile_list_table_div {
  overflow: scroll;
  width: 759px;
}
.user_profile_check_outer {
  width: 100%;
}
.user_profile_check {
  width: 9px;
  height: 9px;
  background-image: url(Images/success.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  margin-left: auto;
  margin-right: auto;
}
.user_profile_cross {
  width: 9px;
  height: 9px;
  background-image: url(Images/failure.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  margin-left: auto;
  margin-right: auto;
}
.user_details_inner_panel {
  margin: 10px;
}
.ui-widget-header {
  background-color: #f3f3f3 !important;
  background-image: none !important;
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  color: #222222 !important;
  font-size: 12px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.ui-widget {
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
}
.ui-button {
  height: 28px !important;
  min-width: 70px !important;
  vertical-align: top !important;
  text-align: center !important;
  border: 1px solid #cd2034 !important;
  color: white !important;
  background: #cd2034 !important;
  font-weight: bold !important;
  padding: 0px 16px 0px 16px !important;
  font-size: 13px !important;
  outline: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -o-border-radius: 5px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.ui-button:hover {
  border: 1px solid #a11929 !important;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4) !important;
}
.ui-button:active {
  border: 1px solid #75121e;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.ui-dialog {
  padding: 0px !important;
  background-color: White;
  border: 1px solid #e0e0e0;
  z-index: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
.ui-dialog-buttonpane {
  border-top: 1px solid #e0e0e0 !important;
}
.ui-tabs {
  padding: 0px !important;
}
label,
input[type="radio"] {
  vertical-align: middle;
}
label,
input[type="checkbox"] {
  vertical-align: middle;
}
.panel_header_icon {
  padding: 2px;
  margin: 2px;
  cursor: pointer;
  border: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -o-border-radius: 2px;
}
.panel_header_icon:hover {
  border: 1px solid #75121e;
  margin: 1px !important;
}
.user_profiles_search_in_flexi_cadastre {
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: 1px;
  margin-right: 1px;
  padding: 3px;
}
.user_profiles_search_image_hoverable:hover {
  border: 1px solid black;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.user_profiles_search_image {
  position: relative;
  top: 3px;
}
.person_search_icon {
  padding: 2px;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.person_search_span {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: white;
  padding: 2px;
  cursor: pointer;
}
.person_search_span:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid Gray;
}
.legalentity_list_span {
  color: #304742;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.legalentity_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
}
.legalentity_row {
  color: white;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.legalentity_row :hover {
  background-color: #cacaca !important;
}
.legalentity_row_highlighted {
  color: white;
  background-color: #c1c1c1;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.legalentity_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
}
.legalentity_search_input_div {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #efefef;
  margin-left: 5px;
  margin-right: 5px;
}
.edit_profile_span_checkbox {
  cursor: pointer;
}
.edit_profile_span_checkbox input {
  margin-left: 0px !important;
}
.CustomHtmlEditor {
  width: 759px;
  height: 500px;
}
.InvalidInput {
  background-color: #fbc6c9;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.invalid_message_icon {
  position: absolute;
  cursor: pointer;
}
.invalid_message_icon_div {
  position: relative;
  width: 0px;
  height: 0px;
  display: inline-block;
  top: -13px;
  left: 5px;
}
.passwordStrengthSuggestionDiv {
  border: 1px solid lightgray;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 5px  lightgray;
  -ms-box-shadow: 2px 2px 5px  lightgray;
  box-shadow: 2px 2px 5px lightgray;
}
.SocailIcons {
  display: none;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  position: absolute;
  background-color: White;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.DocumentTabsBorder {
  border: 1px solid lightgrey;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.deactivatedLegalentity_cell {
  color: lightgrey;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
}
.coorinate_display_box {
  position: absolute;
  width: 220px;
  height: 20px;
  background-color: white;
  border: 2px solid #304742;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.coorinate_display_text {
  margin-left: 5px;
  color: #304742;
  font-size: 12px;
}
.required_field_label_visible,
.required_field_label_invisible {
  color: red;
  padding-left: 3px;
  margin-right: 4px;
  font-size: 12px;
}
.required_field_label_visible {
  visibility: visible;
}
.required_field_label_invisible {
  visibility: hidden;
}
.document_upoader_main_table.ui-tabs-panel {
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.document_upoader_existing_documents {
  width: 730px;
}
.document_upoader_existing_documents.ui-tabs-panel {
  padding: 0px !important;
}
.listmanager_table_div {
  overflow: auto;
}
.listmanager_table {
  padding: 0px;
  border-spacing: 0px;
  border-collapse: separate;
  border-width: 0px;
}
.listmanager_header_cell {
  color: #110d0d;
  background-color: #efeff0;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
  overflow-x: hidden;
}
.listmanager_header_span {
  color: #304742;
  background-color: transparent;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.listmanager_row {
  color: white;
  line-height: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
}
.listmanager_cell {
  color: white;
  line-height: 25px;
  border-top: 1px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  overflow: hidden;
}
.listmanager_span {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.listmanager_link {
  color: #3f48cc;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}
.listmanager_dialog {
  width: 647px;
}
.document_description_textbox {
  width: 310px;
  border: 1px solid #f3f3f3;
}
.AddDocumentDiv {
  height: 24px;
  margin-left: 5px;
  padding-top: 10px;
}
.DocumentTabs {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -o-border-radius: 0px !important;
  overflow: auto;
}
.list_feedback_icon {
  cursor: pointer;
  margin-top: 3px;
  margin-bottom: -3px;
  margin-left: 3px;
}
.full_width {
  width: 759px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeft10 {
  margin-left: 10px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.paddingTop5 {
  padding-top: 5px;
}
.div_spacer {
  padding: 5px;
}
.table_row_spacer {
  height: 4px;
}
.right_aligned_buttons_container {
  text-align: right;
  padding: 10px 30px 30px 0;
}
.company_person_icon_login {
  vertical-align: -5px;
}
.validation_spinner_div {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 7px;
}
.datalist_validation_message {
  color: black;
  background-color: transparent;
  font-size: 10px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.section_panel {
  border: 1px solid #e0e0e0;
  background-color: White;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
.section_panel.no_border {
  border: none;
}
.coordinate_editing_method_radio_button {
  height: 10px;
  padding-bottom: 20px;
  white-space: nowrap;
}
.catalogue_published_date,
.catalogue_author,
.catalogue_categories {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #bebebe;
  /*font-weight:bold;*/
  font-style: italic;
}
.catalogue_price {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  padding-right: 6px;
}
.catalogue_search_textbox {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 11px;
  width: 734px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  background-color: White;
  font-size: 13px;
  -webkit-box-sizing: border-box;
}
.catalogue_price_cell {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-align: right;
  padding: 15px;
  vertical-align: bottom;
}
.catalogue_description {
  color: black;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
  line-height: 25px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */

  line-height: 0px;
}
.catalogue_details_div {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: black;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 11px;
  width: 500px;
  padding: 10px;
}
.wordwrap {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */

}
.hide_scrollbars {
  overflow-x: hidden;
  overflow-y: hidden;
}
.list_manager_busy_indicator {
  position: relative;
  margin-left: 30%;
  margin-top: -35px;
  padding: 5px 5px 5px 5px;
  display: none;
  width: 350px;
  background-color: #cd2034;
  color: white;
}
.testing_map_service_div {
  display: inline-block;
  position: relative;
  right: 0px;
}
.testing_map_service_span {
  font-weight: bold;
  color: Red;
}
.testing_map_service_spinner_div {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: 7px;
}
.map_service_found_span {
  color: #429f49;
}
.testing_map_service_img {
  position: relative;
  top: 4px;
  left: 0px;
}
.map_service_not_found_span {
  font-weight: normal;
  color: red;
}
.shape_validation_restriction_icon {
  width: 16px;
  height: 16px;
  background-image: url(Images/failure.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_warning_icon {
  width: 16px;
  height: 16px;
  background-image: url(Images/warning.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_success_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(Images/success.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.shape_validation_results_div {
  border: 1px solid #e0e0e0;
}
.shape_validation_result_row_selected {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid white;
}
.shape_validation_result_row_hovered {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.5);
}
.shape_validation_right_cell {
  padding-right: 5px;
}
.HiddenControl {
  display: none;
}
.shape_validation_table {
  width: 100% !important;
}
.shape_coordinate_list_container {
  max-height: 200px;
  margin-top: 10px;
}
.coordinates_list_control_container {
  width: 250px;
}
