﻿#regnow {
    display: none;
}

@media (max-width:770px) {

    .mapwrapper{
       display:none;
    
    }

    .mapwrapper_mobile
    {
        display: block!important;
        visibility:visible!important;
        color: red;
        font-weight:bold;
        text-align:center;
    }
    .map-control
    {
        display:none;
    }

    #viewport 
    {max-width: 100%!important;
     margin: 0;
     padding: 0;
    }

}



/*.AtregSubHeading
{
    font-weight:bold;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:6px;
    background-color:#e8e8e8;
    
}*/


.AtregSubHeading, reg1header, div#midsectioncontent.container h2 {
    
    font-weight: bold;
    width: 100%;
    border-radius: 15px;
    background-color: #666666;
    color: #FFFFFF !important;
    padding: 3px 10px 3px 10px;
    text-align: center;
    margin: 10px 0 10px 0;
}
/*.reg1header
{
    color:#B22222!important;
    font-size: 11px!important;
    font-weight: bold!important;
}*/

.required
{color: red;
 font-weight: bold;
}



.regform_header 
{
    text-align:left;
    vertical-align:middle;
    font-weight:bold;
}

.regform_label 
{
    text-align:right;
    vertical-align:top;
    padding-right:6px;
    padding-left:6px;
    padding-top:5px;
    margin-bottom: 2px;
    background-color:#dddddd;
    width: auto;
}


label.regform_label
{
    text-align:right;
    background-color:#dddddd;
    
    padding: 4px;
    float: left;
    margin: 0px 4px 3px 1px;
}

.businesstype
{
    text-align:right;
    width:210px;
    padding: 4px;
    float: left;
    margin: 0px 4px 3px 1px;
}

.regform_label_confirm_left
{
    text-align:right;
    vertical-align:middle;
    padding-right:3px;
    background-color:#e8e8e8;
}
.regform_label_confirm_right
{
    text-align:left;
    vertical-align:middle;
    height:24px;
    background-color:#ffffff;
    padding-left:3px;
}
table.eventlist tr td
{
    vertical-align:top;
}



.mapwrapper
{
   
   
   float:right;
    
    position:relative;
}
#viewport  
{
    border:1px solid #000000;
    width: 600px; 
    height: 400px; 
    cursor: move; 
    overflow: hidden; /*keep map contents from spilling over if JS is disabled*/
}         
.map-control {
    background: url("../images/map-control.png") no-repeat scroll 0 0 transparent;
    height: 63px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 100px;
}
.map-control a {
    display: block;
    height: 18px;
    outline: medium none;
    position: absolute;
    text-indent: -999em;
    width: 18px;
}
.map-control a:hover {
    background: none repeat scroll 0 0 #535353;
    opacity: 0.4;
}
.map-control a.left {
    left: 39px;
    top: 22px;
}
.map-control a.right {
    left: 79px;
    top: 22px;
}
.map-control a.up {
    left: 59px;
    top: 2px;
}
.map-control a.down {
    left: 59px;
    top: 42px;
}
.map-control a.zoom {
    height: 21px;
    left: 2px;
    top: 8px;
    width: 21px;
}
.map-control a.back {
    height: 21px;
    left: 2px;
    top: 31px;
    width: 21px;
}

.dropdown-toggle {
    background-color: #fff !important;
}