
/* [Frontend] */

.sw-hide {
    display:none;
}

.show_walker
{
    min-width:200px;
}


.show_walker .show_walker_map{
    width:100%;
}

.show_walker img { 
    max-width: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.show_walker_map img { max-width : none !important; }

.show_walker .places_select
{
    padding:3px;
    background-color: #D2E4C8;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
}

.show_walker .places_select a
{
    text-decoration: none;
}

.sw-btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    border-image: none;
    /* border-radius: 4px; */
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px 4px 32px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    
    margin-top:3px;
    position:relative;
}

.show_walker .places_select a.sw-btn
{
    margin-right:3px;
}

.places_select
{
    position: relative;
}

.sw-more
{
    width: 16px;
    height:16px;
    display: inline-block;
    float:right;
    padding: 4px 8px;
}

.hidden_buttons
{
    width:100%;
    max-width:200px;
    position:absolute;
    right:0px;
    top:37px;
    z-index: 99999;
    background: #E6E6E6;
    display:none;
}

.hidden_buttons a
{
    display:block;
}

.sw-btn:hover, .sw-btn:focus{
    background-position: 0 -15px;
    color: #333;
    background-color: #e6e6e6;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.sw-btn.active, .sw-btn:active {
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0 none;
}

.sw-btn-large {
    /* border-radius: 6px; */
    font-size: 17.5px;
    padding: 11px 15px 11px 35px;
}

.sw-btn.sw-no-img
{
    padding-left:12px;
}

.sw-btn img
{
    position:absolute;
    top:4px; left:8px;
}

/* [/Frontend] */

/* [Backend] */

div.all_item_container .one_item_container input
{
    display: inline-block;
}

.one_item_container
{
    min-width:360px;
}

a.sw-add
{
    background: url(../img/add.png) no-repeat;
    width: 16px;
    height:16px;
    display: inline-block;
}

a.sw-remove
{
    background: url(../img/remove.png) no-repeat;
    width: 16px;
    height:16px;
    display: inline-block;
}

.submit_button{
    margin-top:20px;
}

.gm_lat{
    margin-left: 20px;
}

.gm_log{
    margin-left: 10px;
}

.gm_zoom{
    margin-left: 35px;
}

/* [/Backend] */
