html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.import-user-container {
    max-width: 800px;
    margin: 0px auto;
}


.navbar .logo img {
    width: 40px;
    height: 40px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgb(255 255 255);
    background-color: #FFF;
}

.date-selector:read-only {
    background-color: #FFF !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #FFF;
}

.anh-chu-ky {
    max-width: 300px;
    margin: 0px auto;
}

.upload-ky-xac-nhan {
    width: 300px;
    max-width: 100%;
}

.form-duyet-don {
    max-width: 500px;
}

.select-box-loc-cuong-vi {
    max-width: 170px;
}

.navbar {
    background-color: #174f9a;
}