/*.page-content-wrapper .page-content {
    padding: 0 0 0 20px;
}*/

hr {
    border-top: 1px solid #e5e5e5;
}

.page-header.navbar .page-logo .logo-default {
    /*height: 100%;*/
    /*margin: 20px 10px 0 !important;*/
    max-height: 50px !important;
    max-width: 150px !important;
    opacity: 0.5;
}

.tablet-list::before {
    content: '';
    padding-left: 32px;
    height: 21px;
    line-height: 21px;
    background: url(../img/tablet-list.png) 9% top no-repeat;
}

.vaccination-list::before {
    content: '';
    padding-left: 32px;
    height: 21px;
    line-height: 21px;
    background: url(../img/vaccination-list.png) 9% top no-repeat;
}



#overlayDocument {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align: center
}

    #overlayDocument img {
        position: absolute;
        top: 50%;
    }

.list_icons i {
    padding: 3px 5px;
}

.more-width {
    width: 450px !important;
}

.mix-grid .mix a.mix-preview {
    left: 42% !important;
}

.mix-grid .mix a.mix-preview {
    margin-top: 0px !important;
}

.btn-xs {
    margin-top: 5px !important;
}

.required {
    position: absolute;
}


/* User Maps */
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.map-address {
    background-color: #fff !important;
    width: 260px !important;
    padding: 5px !important;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}


.container {
    max-width: 1170px;
    margin: auto;
}

img {
    max-width: 100%;
}


.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}