/*
 * @file
 * Print Styles
 * This probably needs work, but it's a good starting point.
 */
/*
 * Body
 */
body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4;
  word-spacing: 1.1pt;
  letter-spacing: 0.2pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  background: none;
  font-size: 11pt;
}

/*
 * Links
 */
a {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  color: #0000ee;
}
a[href^="http://"]:after, a[href^="http://"]:visited:after {
  content: "(" attr(href) ")";
  font-size: 10pt;
    margin-left: 150px;
}

/*
 * Strip background from likely candidates
 */
div[id*="wrapper"],
[class*="title"],
[class*="inner"],
header,
footer,
#branding,
#container,
#columns,
.columns-inner,
#content-column,
.content-inner,
.region,
.region-header,
.region-content,
.article,
.article-title,
.article-content,
.comment,
.comment-title,
.comment-content,
.block,
.block-inner,
.block-title,
.block-content,
table,
table * {
  background: none !important;
}

/*
 * Hide various bits of the page
 */
.sidebar,
#breadcrumb,
.nav,
.field-type-taxonomy-term-reference,
ul.links,
.feed-icon,
.poll .bar,
.poll .foreground,
.comment-form,
#comment-form,
.book-navigation,
.tabs,
.action-links,
.pager,
.messages,
.help,
#layers_panel_list,
.min_map_size{
  display: none;
}

/*
 * Ensure the display the main content region
 */
#content {
  display: block !important;
}

/*
 * Layout
 */

#toolbar{
  display: none;
}

#nav {
    display: none;
}

footer.footer.container{
    display: none;
}

.content-inner {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}

/*
 * HTML elements
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 1;
}

h1 {
  font-size: 12pt;
}

h2 {
  color: rgb(57, 101, 148);
  font-size: 11pt;
}

h3 {
  font-size: 10pt;
}

h4,
h5,
h6 {
  font-size: 9pt;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#site-name a,
#site-slogan {
  text-decoration: none !important;
  color: #333333;
}

hgroup a:link, hgroup a:visited {
  text-decoration: none;
}

#page-title {
  margin-top: 20px;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-size: 10pt;
  font-family: Consolas, "Lucida Console", Menlo, Monaco, "DejaVu Sans Mono", monospace, sans-serif;
}

blockquote {
  margin: 20px;
  padding: 10px;
  font-size: 10pt;
  font-style: italic;
  background: #eeeeee;
}

hr {
  background-color: #666666;
}

/*
 * Header, Logo, Site name
 */
#header {
  display: none;
}

#logo img {
  padding: 0 10px 0 0;
  margin: 0 !important;
  float: none !important;
}

input {
    display: none;
}
/*
 * Images
 */
img {
  float: left;
  margin: 4px 20px 10px 0;
  page-break-inside: avoid;
}

a img {
  border: none;
}

/*
 * Tables
 */
table {
  margin: 1px;
  text-align: left;
    border: none;
    font-size: 9pt;
}

th {
  font-weight: 700;
    border: none;
}

td {
    border: none;
}

th,
td {
  padding: 4px 10px 4px 0;
}

tfoot {
  font-style: italic;
}

caption {
  margin-bottom: 10px;
  text-align: left;
}

thead {
  display: table-header-group;
}

tr {
  page-break-inside: avoid;
}

/*
 * Forms
 */
form {
  margin-bottom: 10px;
    border: none;
}

/*
 * Poll module
 */
.poll .text,
.poll .percent,
.poll .total {
  text-align: left;
}
.poll form {
  margin-bottom: 0;
}

/*
 * Articles
 */
.node,
.comment {
  margin-bottom: 20px;
  overflow: hidden;
  page-break-inside: avoid;
}

.submitted {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.submitted a {
  color: #666666;
  text-decoration: none;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}


/*
 * Map controls
 */
.layer-toggle-label {
    display: none;
}

textarea {
    margin-top: -20px;
}

.query-content-area {
    display: none;
}

#print-preview{
    border: none;
}

tbody {
    border: none;
}

.personal-details {
    padding-top: 30px;
}

#testarea {

}

.map-min
{
    width:900px;
    height:700px;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.section-header
{
    width:100%;
    height:50px;
    background-color:#001C42;
}
.section-header h2
{
    color:white;
    font-size: 11pt;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
}

#fulldiv_sel
{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
    background: rgba(0, 60, 136, 0.5);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 4px 4px 4px 4px;
}
.map-full
{
    position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
    background-color: white;
    overflow: hidden;
}

div.olControlZoom .olButton
{
    display: none;
}

/**Map Controls**/
#dropdown_panel, #postcode_panel {
    float: left;
    margin-right: 10px;
    background: #325C89 url("images/mc_bg.png") repeat-x scroll left bottom;
    padding: 5px;
    color: white;
    padding-left: 10px;
}

#postcode_panel input {
}

#layers_panel {
    background-color: #94B2C6;
    color: white;
    width: 20%;
    z-index: 999999;
    height: 45px;
    overflow: hidden;
    border-left:1px;
    float: right;
}
layer-list-full
{
    margin-left: 47% !important;
    margin-right: 16% !important;
    margin-top: 0.3% !important;
}

#layers_panel_list {
    height: auto;
    margin-top: 43px;
    position:absolute;
    margin-left:70%;
    width:30%;
    z-index: 999;
}

#layers_panel_list table {
    width: 100%;
    background-color: white;
}

#layers_panel_list table tr {
    width: 100%;
}

#layers_panel_list table tr th {
    color: Black;
}

#layers_panel_list table tr .layer_toggle {
}

#layers_panel_list table tr .layer_name {
}

#layers_panel_list table tr .labelled {
    width: 37px;
    text-align: center;
}

#layers_panel ul {
    margin: 15px 0 0 0;
    padding: 0;
}

#layers_panel li {
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}

#layers_panel a {
    background: url("images/toggle-bg.png") no-repeat left top;
    padding: 4px 5px 5px 4px;
    cursor: pointer;
    color: black;
    height: 20px !important
}

#postcode_panel a {
    background: url("images/toggle-bg.png") no-repeat left top;
    padding: 4px 5px 5px 4px;
    cursor: pointer;
    color: black;
    height: 20px !important;
    margin-left: 3px
}

#dropdown_panel select, #dropdown_panel input {
}

#map_controls_panel {
    padding: 0;
    width: 855px;
    float: left
}

#mapContainer_inner {
}

#mapContainer {
    float: left;
    width: 100%;
}

.mapControls {
    background-color: red;
    height: 30px;
    position: absolute;
    width: 875px;
    z-index: 999999999;
}

.work {
    z-index: 9000;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url(images/map-menu-back.png);
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.work #pcode_form {
    float: right;
    display: block;
    margin-right: 241px;
}

.work .buttons-bar {
    float: left;
    display: block;
    margin-top: -2px;
}

.work .buttons-bar ul {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.work .buttons-bar ul li {
    float: left;
    display: block;
    height: 34px;
    margin-right: 1.5em;
    width: 40px;
    cursor: pointer !important;
}

.work .buttons-bar-min ul li{
    background-position: -1px -1px;
    /*border: 2px solid white;*/
    color:#001C42 !important;
    border-radius: 3px 3px 3px 3px;
    height: 42px;
    width: 40px;

}

.work .buttons-bar-max ul li{
    background-position: -1px -1px;
    height: 42px;
    width: 40px;
}

.guidance_content{
    display: block;
    float: left;
    margin-left: 23px !important;
    margin-top: 10px;
    padding: 0 !important;
    width: 98%;
}
.guidance_content .guidancecontent_text{
    margin-left: 42px;
    height: 26px;
    padding-top: 2px;
    padding-bottom:10px;
}
.guidance_content .icon{
    display: block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    clear: left;
    margin-bottom: 5px;
}


.guidance_content .icon.point
{
    background-image: url("images/pin.png");
    float:left;
}

.guidance_content .icon.poly
{
    background-image: url("images/draw_polygon.png");
    float:left;
}
.guidance_content .icon.path
{
    background-image: url("images/draw_line.png");
    float:left;
}

.work .buttons-bar ul li.disabled{
    border: 2px solid transparent;
}
.map_help .content .icon.drag,
.work .buttons-bar-min ul li.drag {
    background-image: url("images/move.png");
}
.map_help .content .icon.select,
.work .buttons-bar-min ul li.select {
    background-image: url("images/edit.png");
}
.work .buttons-bar-min ul li.select.unavailable {
    background-image: url("images/edit_disabled.png");
}
.map_help .content .icon.zoombox,
.work .buttons-bar-min ul li.zoombox{
    background-image: url("images/zoom-bb.png");
    background-repeat: no-repeat;
}

.map_help .content .icon.point,
.work .buttons-bar-min ul li.point {
    background-image: url("images/pin.png");
}
.work .buttons-bar-min ul li.point.unavailable {
    background-image: url("images/pin_disabled.png");
}
.map_help .content .icon.poly,
.work .buttons-bar-min ul li.poly {
    background-image: url("images/draw_polygon.png");
}
.work .buttons-bar-min ul li.poly.unavailable {
    background-image: url("images/draw_polygon_disabled.png");
}
.map_help .content .icon.path,
.work .buttons-bar-min ul li.path {
    background-image: url("images/draw_line.png");
}
.work .buttons-bar-min ul li.path.unavailable {
    background-image: url("images/draw_line_disabled.png");
}
.map_help .content .icon.information,
.work .buttons-bar-min ul li.information {
    background-image: url("images/query.png");
}
.work .buttons-bar-min ul li.information.unavailable {
    background-image: url("images/query_disabled.png");
}
.map_help .content .icon.delete,
.work .buttons-bar-min ul li.delete {
    background-image: url("images/delete.png");
}
.work .buttons-bar-min ul li.delete.unavailable {
    background-image: url("images/delete_disabled.png");
}
.map_help .content .icon.undo,
.work .buttons-bar-min ul li.undo {
    background-image: url("images/undo.png");
}
.work .buttons-bar-min ul li.undo.unavailable {
    background-image: url("images/undo_disabled.png");
}
.map_help .content .icon.redo,
.work .buttons-bar-min ul li.redo {
    background-image: url("images/redo.png");
}
.work .buttons-bar-min ul li.redo.unavailable {
    background-image: url("images/redo_disabled.png");
}
.work .buttons-bar-min ul li.help {
    background-image: url("images/help-map.png");
}



.work .buttons-bar-max ul li.disabled{
    border: 2px solid transparent;
}
.map_help .content .icon.drag,
.work .buttons-bar-max ul li.drag {
    background-image: url("images/move-full.png");
}
.map_help .content .icon.select,
.work .buttons-bar-max ul li.select {
    background-image: url("images/edit-full.png");
}
.work .buttons-bar-max ul li.select.unavailable {
    background-image: url("images/edit_disabled-full.png");
}
.map_help .content .icon.zoombox,
.work .buttons-bar-max ul li.zoombox{
    background-image: url("images/zoom-bb-full.png");
    background-repeat: no-repeat;
}

.map_help .content .icon.point,
.work .buttons-bar-max ul li.point {
    background-image: url("images/pin-full.png");
}
.work .buttons-bar-max ul li.point.unavailable {
    background-image: url("images/pin_disabled-full.png");
}
.map_help .content .icon.poly,
.work .buttons-bar-max ul li.poly {
    background-image: url("images/draw_polygon-full.png");
}
.work .buttons-bar-max ul li.poly.unavailable {
    background-image: url("images/draw_polygon_disabled-full.png");
}
.map_help .content .icon.path,
.work .buttons-bar-max ul li.path {
    background-image: url("images/draw_line-full.png");
}
.work .buttons-bar-max ul li.path.unavailable {
    background-image: url("images/draw_line_disabled-full.png");
}
.map_help .content .icon.information,
.work .buttons-bar-max ul li.information {
    background-image: url("images/query-full.png");
}
.work .buttons-bar-max ul li.information.unavailable {
    background-image: url("images/query_disabled-full.png");
}
.map_help .content .icon.delete,
.work .buttons-bar-max ul li.delete {
    background-image: url("images/delete-full.png");
}
.work .buttons-bar-max ul li.delete.unavailable {
    background-image: url("images/delete_disabled-full.png");
}
.map_help .content .icon.undo,
.work .buttons-bar-max ul li.undo {
    background-image: url("images/undo-full.png");
}
.work .buttons-bar-max ul li.undo.unavailable {
    background-image: url("images/undo_disabled-full.png");
}
.map_help .content .icon.redo,
.work .buttons-bar-max ul li.redo {
    background-image: url("images/redo-full.png");
}
.work .buttons-bar-max ul li.redo.unavailable {
    background-image: url("images/redo_disabled-full.png");
}
.work .buttons-bar-max ul li.help {
    background-image: url("images/help-map-full.png");
}

.map_help{
    display: none;
    width: 30%;
    position: fixed;
    left: auto;
    right: auto;
    top: 5%;
    margin-left: 10%;
    border: 1px solid #396594;
    border-radius: 4px 4px 4px 4px;
    padding: 2px;
    background-color: #DEE3EF;
    z-index: 999999;
}
.map_help .close{
    display: block;
    top: 10px;
    right: 10px;
    position: absolute;
    background-image: url("icons/close.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.map_help .content{
    display: block;
    float: left;
    margin-left: 2% !important;
    margin-top: 29px;
    padding: 0 !important;
    width: 98%;
}
.map_help .content p{
    margin-left: 42px;
}
.map_help .content .icon{
    display: block;
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    clear: left;
    margin-bottom: 5px;
}

.olControlEditingToolbar {
    display: none !important;
}

#map-control-panel-area {
    display: none;
}

/*.control-full
{
    position: absolute !important;
    width: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}*/

.zoom-full
{
    margin-top: 67px;
}

.primary-menu-wrapper
{
    font-size: 19px;
    font-weight: bold;
}

.toggle-layers-switch
{
    float:right;
    /*list-style-image: url(images/query.png);*/
    list-style: none;
    width:30%;
    z-index: 999999999;

}
.toggle-layers-switch ul
{
    margin:0px;
    float:left;


}
.layer-list-full{
    margin-top: 50px !important;
}
#layers_panel_list tr
{
    height: 50px;
}

.postcode-search{
    margin-top: 3px;
    height: 25px;
}

#timetableContainer {
    float: left;
    border: 1px solid #B6CF81;
    width: 45%;
    margin-right: 0px;
    min-width: 300px;
    margin-left: 2%;
    margin-bottom: 5px;
}

#timetableContainer_inner, #quicklinksContainer_inner {
    margin: 5px;
    background-color: #E7EFD6;
}

#timetableContainer_header, #quicklinksContainer_header {
    background-color: #6B9E00;
    color: white;
    font-size: 16px;
    height: 30px;
    margin: 0;
    padding-top: 10px;
    border-bottom: 2px solid white;
    padding-left: 5px;
}

.summary_inner {
    padding: 5px;
    text-align: justify;
}

.timetable_row {
    border-top: 1px solid white;
    padding-top: 7px
}

.timetable_row p {
    margin: 0 0 0.5em;
}

.timetable_date {
    font-weight: bold;
    font-size: 100%;
}

#quicklinksContainer {

    border: 1px solid #99B5CA;
    width: 45%;
    margin-right: 2%;
    margin-bottom: 20px;
    float:right;
    min-width: 300px;

}
#quicklinksContainer_header {
    background-color: #316994
}

#quicklinksContainer_inner_body li {
    border-top: 1px solid white;
    font-size: 100%;
    list-style: none outside none;
    padding-bottom: 7px;
    padding-top: 7px;
}

#quicklinksContainer_inner {
    background-color: #DEE3EF;
}

.con-details-text{
    margin-left:2%;
    margin-right:2%;
    min-width:300px;
    width:95%;
    margin-bottom:10px
}

.consultation-resp-content
{
    font-size: 130%;
}

.section-content
{
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
    border-style: solid;
    border-width: 1px;
    border-color:#001C42;
    background-color: #EDEEF1;
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/icon-fonts/font/fontello.eot?88589185');
    src: url('fonts/icon-fonts/font/fontello.eot?88589185#iefix') format('embedded-opentype'),
    url('fonts/icon-fonts/font/fontello.woff?88589185') format('woff'),
    url('fonts/icon-fonts/font/fontello.ttf?88589185') format('truetype'),
    url('fonts/icon-fonts/font/fontello.svg?88589185#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.the-icons {
    font-size: 40px;
    line-height: 24px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */


    text-shadow: 2px 2px 2px rgba(245, 245, 245, 2.3);
}

.disabled [class^="icon-"]:hover
{
    color:#001C42;
}

.disabled [class^="icon-"]
{
    /*color: #001C42;*/
    color:#426081;
}
.icon-move:before {
    content: '\e801';

}

.icon-reply-outline:before { content: '\e809'; }
.icon-trash:before { content: '\e806'; }
.icon-forward-outline:before { content: '\e80b'; }
.icon-forward:before { content: '\e80c'; }
.icon-pencil:before { content: '\e807'; }
.icon-pen:before { content: '\e808'; }
.icon-location-outline:before { content: '\e80d'; }
.icon-location:before { content: '\e80e'; }
.icon-reply:before { content: '\e80a'; }
.icon-resize-full:before { content: '\e805'; }
.icon-resize-normal:before { content: '\e810'; }
.icon-move-outline:before { content: '\e800'; }
.icon-move:before { content: '\e801'; }
.icon-zoom-in-outline:before { content: '\e802'; }
.icon-zoom-in:before { content: '\e803'; }
.icon-menu-outline:before { content: '\e804'; }
.icon-info-circled:before { content: '\e81b'; }
.icon-help-circled:before { content: '\e819'; }
.icon-plus:before { content: '\e822';}
.icon-minus:before { content: '\e823';}


.map-icons
{
    /*border-right-style: solid;
    border-right-width: 2px;
    border-right-color: white;*/
    width: 40px;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding-right: 0.5em;
}
.buttons-bar li
{
    /*margin-right:0.5em;
    margin-left:0.5em;*/
}

.postcode-search-area
{
    margin-left:2.5em;
}
.postcode-search-area input
{
    padding-left: 5px;
    color: #C2C2C2;
    font-weight: bold;
}

.layerkey_parish {
    color: #63CBFF;
}

.layerkey_final {
    color: #FF0000;
}

.layer-toggle-switch
{
    float: right;
    width: 27%;
}
.layer-toggle-label
{
    font-size: 20px;
    color:#001C42;
    float:left;
    text-shadow: 2px 2px 2px rgba(245, 245, 245, 2.3);
    padding-top:5px;
}
.icon-menu-outline{
    float: left;
    font-size: 21px;
    padding-top: 7px;
    margin-right: 10px;
    color:#001C42;
}

.enabled-button
{
    color:#001C42! important;
}

.select-control-area
{
    width: 55%;
    height: 29%;
    margin-left: 10px;
    position: absolute;
    bottom: 1%;
    background-color: white;
    z-index: 999999999;
    max-height: 145px;
    min-height:115px;
    background-image: url(images/map-query-area.png);
    background-repeat: repeat-x;
    border-radius: 10px 10px 10px 10px;

}

.select-control-area .icon-info-circled
{
    float:left;
    font-size: 35px;
}

.select-control-area .icon-resize-normal
{
    float:right;
    font-size: 35px;
    color: white;
}

.query-content-area
{
    width: 94%;
    height: 60%;
    margin-top: 25px;
    margin-left: 3%;
    margin-right: 3%;
    background-color: white;
//border-radius: 10px 10px 10px 10px;
}

#fulldiv_sel [class^="icon-"]:before
{
    color:white;
    margin-left:0px !important;
    margin-right:0px !important;
    font-size:60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 2.3);

}
.query-results-tab
{
    margin-top:5px;
}


.select-control-area-min
{
    width: 200px;
    height: 40px;
    margin-left: 10px;
    position: absolute;
    bottom: 1%;
    background-color: white;
    z-index: 999999999;
    background-image: url(images/map-query-area.png);
    background-repeat: repeat-x;
    border-radius: 10px 10px 10px 10px;

}

.select-control-area-min .query-content-area
{
    visibility: hidden;
}

.select-control-area-min .icon-info-circled
{
    float:left;
    font-size: 35px;
}

.select-control-area-min .icon-resize-full
{
    float:right;
    font-size: 35px;
    color: white;
    content: '\e805' !important;
}

.select-control-hidden
{
    visibility: hidden;
}

.layerkey_ward {
    color: #0000FF;
}

.section-header .icon-plus
{
    float: right;
    margin-right: 10px;
}

.section-header .icon-minus
{
    float: right;
    margin-right: 10px;
}

a {
    color: #0254EB
}
a:visited {
    color: #0254EB
}
a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}


.comments {
    color: black;
    font-size: 12px;
}

.print_comment_text {
    margin-bottom: 10px;
}



/*
 * Below map area
 */

.below_map_content {
    float: left;
    display: block;
    width: 70%;
    margin-right: 30%;
}
.below_map_content .feature_form {
    float: left;
    display: block;
    clear: both;
    width: 100%;
}

.below_map_content .feature_form form {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.below_map_content .feature_form form > .odd {
    background-color: transparent;
}

.below_map_content .feature_form form > .even {
    background-color: transparent;
}

.below_map_content .feature_form form > div.form_row {
    float: left;
    display: block;
    clear: both;
    width: 98%;
    padding: 1% 1%;
}

.below_map_content .feature_form form > div.form_row div.id {
    float: left;
    display: block;
    font-size: 14px;
    margin-right: 10px;
    width:110px;
}
.below_map_content .resume_map_plotting{
    display:none;
}

.below_map_content .feature_form form > div.form_row textarea.annotation {
    float: left;
    display: block;
    margin-top: 0px !important;
    background: transparent;
    border: none;
    overflow: visible;
    white-space: pre;
    white-space: pre-wrap;
}

.olPopup {
    background-color: transparent !important;
    width: auto;
    height: auto;
}

.olPopupCloseBox {
    display: none;
}

.olPopupContent {
    min-height: 20px;
    min-width: 50px;
    overflow: hidden !important;
    font-size: 14px;
    font-weight: bold;

    /*text-shadow: 2px 2px 2px rgb(245, 245, 245);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color='#FFFFFF')";
    font-family: Georgia, Arial, Verdana, sansa, sans-serif;
}

img {
    max-width: none!important;
}