﻿
#myLocationModal .form-group span {
    text-align: right;
}

#myLocationModal .tabbable-line > .tab-content {
    padding: 0;
}

.model-location-body {
    color: black;
    height: 300px;
}

.location-header {
    text-align: center;
    position: absolute;
    margin-top: 11%;
    margin-right: 5.5%;
}

#D_ModalHeader {
    background: rgb(241,242,242);
    background: radial-gradient(circle, rgba(241,242,242,1) 0%, rgba(183,186,188,1) 100%);
    padding-top: 91px;
    margin-right: 22px;
}

#myLocationModal .modal-content {
    border: 0px !important;
    background-color: #fff0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#LocationProvinceId {
    color: white;
    background-color: #232f3e;
    box-shadow: -1px 1px 10px #888888;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    font-size: 14px;
}

    #LocationProvinceId option {
        color: #232f3e;
        background-color: white;
        border-bottom: solid 1px red;
    }

#LocationCityId {
    color: white;
    background-color: #232f3e;
    box-shadow: -1px 1px 10px #888888;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    font-size: 14px;
}

    #LocationCityId option {
        color: #232f3e;
        background-color: white;
        border-bottom: solid 1px red;
    }

#myLocationModal .select2-container {
    z-index: 999999999999;
    color: #232f3e;
    text-align: right;
}

#myLocationModal .select2-dropdown {
    -webkit-border-bottom-left-radius: 30px !important;
    -moz-border-radius-bottomleft: 30px !important;
    border-bottom-left-radius: 30px !important;
    box-shadow: -1px 1px 10px #888888;
}

#myLocationModal .select2-selection {
    color: white;
    background-color: #232f3e;
    box-shadow: -1px 1px 10px #888888;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    font-size: 14px;
}

#select2-LocationCityId-container {
    color: white;
    font-size: 14px;
}

#select2-LocationCityId-results li {
    border-bottom: solid 1px #f47d23;
    border-spacing: 15px 50px;
    padding: 10px;
    width: 88%;
    float: right;
}

#select2-LocationProvinceId-container {
    color: white;
    font-size: 14px;
}

#select2-LocationProvinceId-results li {
    border-bottom: solid 1px #f47d23;
    border-spacing: 15px 50px;
    padding: 10px;
    width: 88%;
    float: right;
}
