#dform_container .herts_green, #dform_container .subscribe_to_case  {
color: #FFFFFF;
    border: solid 1px #347F51;
    background: #64991e;
    /* Old browsers */


    background: -moz-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #347F51), color-stop(100%, #347F51));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #347F51 0%, #347F51 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#347F51', endColorstr='#347F51', GradientType=0);
    /* IE6-9 */
}
/* gray */

#dform_container .charcoal {
    color: #FFFFFF;
    border: solid 1px #333333;
    background: #6e6e6e;
    /* Old browsers */

    background: -moz-linear-gradient(top, #333333 0%, #333333 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #333333));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #333333 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #333333 0%, #333333 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #333333 0%, #333333 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #333333 0%, #333333 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=0);
    /* IE6-9 */
            font-family: "Open Sans", sans-serif, "Helvetica Neue", "HelveticaNeue", Helvetica, Arial !important;
}

#dform_container .plum, .error {
    color: #FFFFFF;
    border: solid 1px #983D83;
    background: #6e6e6e;
    /* Old browsers */

    background: -moz-linear-gradient(top, #983D83 0%, #983D83 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #983D83), color-stop(100%, #983D83));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #983D83 0%, #983D83 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #983D83 0%, #983D83 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #983D83 0%, #983D83 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #983D83 0%, #983D83 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#983D83', endColorstr='#983D83', GradientType=0);
    /* IE6-9 */
            font-family: "Open Sans", sans-serif, "Helvetica Neue", "HelveticaNeue", Helvetica, Arial !important;
}

.error p {
    padding:1%;
    color: #FFFFFF!important;
    font-weight:bold!important;
}

.error p a {
    color: #FFFFFF!important;
    text-decoration:underline!important;
    font-weight:bold!important;
}

#dform_container fieldset {
    border: 0;
}

#dform_container input[type='radio'] {
position: absolute;
  opacity: 0;
}

#dform_container .button,
#dform_container #dform_navigation li ,
#dform_container input[type="submit"],
#dform_container button
{
        font-size: 100% !important;
}

#dform_container {
        font-family: "Open Sans",sans-serif !important;
    padding: 20px;
    background-color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
        font-weight: 400 !important;
        counter-reset: page;
}

#dform_container .radiogroup label {
        background: #EFEFE9;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
        cursor: pointer;
        position: relative;
}

/*#dform_container .radiogroup span label text:focus {
 outline-style: solid!important;
}*/

#dform_container input[type=radio] + label:before {
    position: absolute;
    top: 35%;
    left: 14px;
    display: block;
    margin-top: 0px;
    width: 15px;
    height: 15px;
    border: 2px solid #8e8e89;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -pie-border-radius: 15px;
    border-radius: 15px;
    content: "";
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

#dform_container input[type=radio]:checked + label:after {
    position: absolute;
    left: 16px;
    top: 39%;
    margin-top: 0px;
    width: 11px;
    height: 11px;
    background-color: #983d83;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -pie-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-transition:  background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

#dform_container #dform_navigation li {
color: #FFFFFF;
    border: solid 1px #347F51;
    background: #64991e;
    /* Old browsers */


    background: -moz-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #347F51), color-stop(100%, #347F51));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #347F51 0%, #347F51 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #347F51 0%, #347F51 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#347F51', endColorstr='#347F51', GradientType=0);
    /* IE6-9 */
}

header {
    background-color:#347F51;
}

#dform_container input:focus,
#dform_container checkbox:focus,
#dform_container radio:focus,
#dform_container textarea:focus,
#dform_container select:focus,
/*section .hgroup ul .breadcrumb li a:focus,*/
a:focus,
.js-focus {
    
    border-style: solid !important;
    border-width: 4px !important;
    outline: none !important;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    border-color: #fd0 !important;
    border-top-color: rgb(255, 221, 0);
    border-right-color: rgb(255, 221, 0);
    border-bottom-color: rgb(255, 221, 0);
    border-left-color: rgb(255, 221, 0);
}

footer a:focus {
    border-style: solid !important;
    border-width: 4px !important;
    outline: none !important;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    border-color: #fd0 !important;
    border-top-color: rgb(255, 221, 0);
    border-right-color: rgb(255, 221, 0);
    border-bottom-color: rgb(255, 221, 0);
    border-left-color: rgb(255, 221, 0);
    color: #FFF;
}

#dform_container radio:focus {
    border-style: solid !important;
    border-width: 4px !important;
    outline: none !important;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    border-color: #fd0 !important;
    border-top-color: rgb(255, 221, 0);
    border-right-color: rgb(255, 221, 0);
    border-bottom-color: rgb(255, 221, 0);
    border-left-color: rgb(255, 221, 0);
}

#dform_container .radiogroup {
        margin-left: -12px;
}

#dform_container .dform_fielderror {
    box-shadow: 0 0 5px #983d83 !important;
    border: solid 3px #983d83 !important;
    outline: none;
}

#dform_container li.dform_pageInvalid {
    border-color: #983d83 !important;
        border-width: 3px !important;
        background:  #983d83 !important;
}

#dform_container #dform_navigation li.selected {
    background: none;
    color: #333333;
    border: solid 1px #ddd;
}

#dform_container #dform_navigation li.selected.dform_pageInvalid {
    color: #FFFFFF;
        border-color: #983d83 !important;
    border-width: 3px !important;
    background: #983d83;
}

@media screen and (max-width: 767px) {
    .navbar ul.nav li.active a, .navbar ul.nav li.active a:hover {
        border-bottom: inherit;
        color: #428bca!important;
        padding-left: 22px;
    }
}

#dform_container .dform_validationMessage {
    color: #983d83;
    padding-bottom: 10px;
        display: none;
}

#dform_container .dform_th {
                display: table-cell;
    font-weight: normal;
    background-color: #85A02E;
    color: #fff;
    text-align: left;
    padding: 10px;
                border-left: 2px solid #fff;
}

#dform_container .dform_widget_type_checkbox label {
        display: inline;
}

/* Stops buttons in same area from stacking on small devices*/
.btn-group-split {
    display:block;
    width:100%;
}

.btn-group-split > .charcoal {
    float:left;
}
.btn-group-split > .herts-green {
    float:right;
}

.stack-sm {
    margin:auto;
    text-align:center;
}

.btn-set {
    width:100%;
}

@media only screen and (max-width: 767px) {
    .stack-sm {
        display:block;
        margin-bottom:2%!important;
    }
}

/* End buttons */


.esriPopup .sizer {
    position: relative;
    width: 270px;
    z-index: 1;
}

.esriPopup .contentPane {
    background-color: #F5F5F5;
    color: #000;
}



.mapcopyright
{
	clear: left;
	font-size:0.6em;
	padding:5px;
}

.warning {
    background-color: #FEEFB3;
     border-left: solid 4px #9F6000;
     line-height: 18px;
     overflow: hidden;
    padding: 12px;
    margin-bottom: 40px;
}
.info {
    background-color: #f0f7fb;
    border-left: solid 4px #3498db;
    line-height: 18px;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 40px;
}





