#sp-top3 .sp-module {
    width:100%;
    text-align: center;
    margin: 0 0 0 0;
        
}

.btn-primary, .sppb-btn-primary {
    color: #fff;
    border-color: #343a84;
    background-color: #3d449a;
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(48,113,255,.5);
}

.sppb-btn.focus, .sppb-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}
.sppb-btn:focus, .sppb-btn:hover {
    text-decoration: none;
}
.btn-primary, .sppb-btn-primary {
    border-color: #343a84;
    background-color: #3d449a;
}
.btn-primary, .sppb-btn-primary {
    border-color: #343a84;
    background-color: #3d449a;
}
.btn, .sppb-btn {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.sppb-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    color: inherit;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/**
* MCS Light blue template
*/
.mcs-module {
    position: relative;
    /*width: 200px;*/    
    width:100%;
    text-align: right;
}

.mcs-module .city {
    color: #046;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dashed #046;
}

.mcs-module .question {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 3px 6px;
    font-size: 12px;
    color: #454545;
    background-color: #FAFAFA;
    border: 1px solid #6C6C6C;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    z-index:1000;
}

.mcs-module .question .close {
    position: relative;
    top: -5px;
    left: 1px;
    color: #5B5B5B;
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
}

.mcs-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 8999;
}

.mcs-dialog {
    box-sizing: border-box;
    position: fixed;
    z-index: 9000;
    top: 20%;
    left: 35%;
    width: 30%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #3d449a;
    box-shadow: 0px 0px 10px #c7c7c7;
    -moz-box-shadow: 0px 0px 10px #c7c7c7;
    -webkit-box-shadow: 0px 0px 10px #c7c7c7;
    text-align: center;
}

.mcs-dialog a {
    /* v2 - select
    color: #6c82f8;
    * */
}

.mcs-dialog .countries a {
    color: #fff;
    text-decoration: none;
}
.mcs-dialog .countries a:hover {
    color: #eee;
    text-decoration: none;
}

.mcs-dialog .close {
    position: absolute;
    top: 8px;
    right: 19px;
 /*  background: #2431f8 url(close.png) right 8px center no-repeat;*/
    background: #3d449a url(close.png) right 8px center no-repeat;
    opacity: 0.5;
    border: none;
    font-size: 12pt;
    color: #fbfbfb;
    padding: 5px 29px 7px 8px;
    border-radius: 13px;
    text-shadow: none;
    min-height: 20px;
}

.mcs-dialog .close:hover {
    opacity: 1;
    color: #fbfbfb;
}

.mcs-dialog .title {
    font-size: 24px;
    padding: 20px;
    margin: 0;
    color: #fff;
}

.mcs-dialog .subtitle {
    font-size: 16px;
    padding: 15px 15px 15px 19px;
    background: #ffffff;
}

.mcs-dialog .provinces {
    width: 30%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: 300px;
    display: inline-block;
}

.mcs-dialog .province, .mcs-dialog .city {
    margin: 0 10px 6px 12px;
    font-size: 14px;
    border-radius: 12px;
    padding: 10px;
}

.mcs-dialog .country a.active, .mcs-dialog .province a.active, .mcs-dialog .city a.active {
    color: #3e454b;
    border-bottom: none;
    text-decoration: none;
}

.mcs-dialog a {
    border-bottom: 1px dashed #6c82f8;
    font-size: 14pt;
    /* v2 - select
    color: #6c82f8;
    */
}

.mcs-dialog a:hover {
    /*v2 -select
    color: #4354f8;
    */
    border-bottom-color: #4354f8;
    text-decoration: none;
}

.mcs-dialog .cities-wrapper {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    /*
    overflow-y: scroll;
    height: 200px;*/
}

.mcs-dialog .cities.hidden, .mcs-dialog .countries.hidden, .mcs-dialog .provinces.hidden, .mcs-dialog .city.hidden {
    display: none;
}

.mcs-dialog .city {
    display: inline-block;
    margin: 10px 20px 0 0;
    padding: 0;
    /*width: 150px;*/
    width: 100%;
}

.mcs-dialog .link.active {
    color: #000;
    border-bottom: none;
}

.mcs-clear {
    clear: both;
}

.mcs-dialog .quick-search {
    padding: 15px 0 15px 19px;
    background: #ffffff;
}

.mcs-dialog .countries .country {
    display: inline-block;
    font-size: 15pt;
    padding: 10px;
}

.mcs-dialog .countries .country.active {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ffffff;

}

.mcs-dialog .countries {
    padding-left: 20px;
}

.mcs-dialog .quick-search input {
    margin: 0;
    padding: 8px;
    font-size: 14pt;
    border-color: #aaaaaa;
    width: 95%;
    border-radius: 10px;
    color: #666a7c;
}

.mcs-dialog {
    font-family: 'Open Sans', sans-serif;
}

.mcs-dialog .inner {
    background-color: #ffffff;
}

.mcs-dialog .mcs-region-title, .mcs-dialog .mcs-city-title {
    color: #333333;
    font-size: 16pt;
    margin: 0 0 20px 22px;
}

.mcs-dialog .province.active {
    background-color: #eeeeee;
}

.mcs-dialog .cities .mcs-city-title {
    margin: 0;
}

.mcs-dialog .cities {
    margin: 0 20px 20px 22px;
    display: inline-block;
}

.mcs-dialog .provinces::-webkit-scrollbar, .mcs-dialog .cities-wrapper::-webkit-scrollbar {
    background-color: #eeeeee;
    width: 10px;
    border-radius: 5px;
}

.mcs-dialog .provinces::-webkit-scrollbar-thumb, .mcs-dialog .cities-wrapper::-webkit-scrollbar-thumb {
    background-color: #8f8e94;
    border-radius: 5px;
}

.mcs-dialog .cities-wrapper.full-width {
    width: 99%;
}

/*
* Responsive
*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mcs-dialog {
        width: 100%;
        left: 0%;
        top: 0%;
        height: 100%;
    }
    .mcs-dialog .close {
        font-size: 0px;
        padding: 6px 15px 6px 16px;
        right: 7px;
    }
    .mcs-dialog .quick-search input {
        width: 90%;
    }
    .mcs-dialog .inner {
        height: 100%;
    }
    .mcs-dialog .cities-wrapper {
        height: 400px;
    }
}


@media screen and (min-width: 320px) and (max-width: 767px) {
	.mcs-module {
	    text-align: center;
	}
}
