#content {
    margin: 25px 0px;
}

#adminDetail {
    margin-bottom: 10px;
}

#adminDetail td {
    padding: 2px;
}

#adminDetail td.title {
    font-size: 14px;
    font-weight: bold;
}

#theMap {
    height: 550px;
    border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    color: black;
    font-family: Arial, sans-serif;
    /*line-height: 1em;*/
}

#theMap .markerControls {
    position: absolute;
    left: 0!important;
    top: 60px!important;
    background-color: transparent;
    width: 20px;
}

#theMap .controls.viewControls{
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px!important;
    left: 0!important;
    width: 20px;
    overflow: hidden;
}

#theMap .markerControls.opened ,
#theMap .viewControls.opened {
    width: 300px;
}

#theMap .markerControls .markerToggle{
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    background: #fff;
    height: 44px;
    border: none;
}

#theMap .markerControls .markerToggle span{
    color: #000;
}

#theMap .markerControls label{
    display: block;
    color: #020202;
    font-weight: 400;
    background: #F5F1EC;
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 44px;
    word-break: keep-all;
    border-left: 20px solid transparent;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#theMap .markerControls.opened label{
    padding-left: 20px;
}

#theMap .markerControls label:hover{
    background-color: #f2f2f2;
}

#theMap .markerControls label input[type=checkbox]{
    display: none;
}

#theMap .markerControls .cb-replacement{
    display: none;
}

#theMap .markerControls.opened label input[type=checkbox]+.cb-replacement,
#theMap .markerControls.opened label input[type=checkbox]:checked+.cb-replacement::after{
    display: block;
}

#theMap .markerControls label input[type=checkbox]+.cb-replacement   {
    width: 32px;
    height: 32px;
    border: 1px solid #4d4e5a;
    background-color: transparent;
    position: absolute;
    right: 9px;
    top: 9px;
}
#theMap .markerControls label input[type=checkbox]:checked+.cb-replacement::after{
    content: '';
    height: 28px;
    font-size: 16px;
    text-align: center;
    background: url('../images/check.png')no-repeat center center;
}

#theMap .viewControls {
    left: auto!important;
    top: 60px;
    right: 0;
    bottom: auto!important;
}

#theMap .viewControls a {
    display: block;
    padding: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#theMap .controls * {
    vertical-align: middle;
    color: #7AAF2F;
}

#theMap .controls.viewControls a{
    font-size: 18px;
    background: #000;
    display: block;
    color: #fff;
    line-height: 44px;
    border-left: 20px solid #000;
    margin-bottom: 1px;
}
#theMap .controls.viewControls.opened a{
    padding-left: 20px;
}