.progress {
    position: relative;
    margin-top: auto !important;
    padding: 1em;
    display: block !important;
    height: auto !important;
}
/*input[type="date"] {
    position: relative;
    color: white;
}

input[type="date"]:before {
    position: absolute;
    top: 5px; 
    left: 10px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 7px;
    right: 6px;
    color: black;
    opacity: 1;
}
input[type="date"].invalid-date::before {
  display: none;
}*/
/*.path-frontpage*/
body.uid-0.path-frontpage,
body.uid-0.path-user {
    /*background-color: #448aff;*/
    /*background-attachment: fixed;*/
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.2) 180px, rgba(255, 255, 255, 0.9) 0%);*/
    width: 100%;
    min-height: 100vh;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
    /*background: url("/assets/images/bg-01.jpg");*/
    background: url("/assets/images/bg-02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    /*background-position: top;*/
    background-size: cover;
}
#block-vtranetloginblock,
#vtranet-login,
#vtranet-pass {
    max-width: 450px;
    margin: 30px auto;
}
#block-vtranetloginblock .logo,
#vtranet-login .logo,
#vtranet-pass .logo {
    text-align: center;
}
#block-vtranetloginblock .logo img,
#vtranet-login .logo img,
#vtranet-pass .logo img {
    max-width: 200px;
    max-height: 44px;
}
#block-vtranetloginblock .form-login,
#vtranet-login .form-login,
#vtranet-pass .form-login {
    margin: 20px auto 0 auto;
    /*max-width: 450px;*/
}
#block-vtranetloginblock .login-block,
#vtranet-login .login-block,
#vtranet-pass .login-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#block-vtranetloginblock .login-block > h1,
#vtranet-login .login-block > h1,
#vtranet-pass .login-block > h1 {
    margin-top: 10px;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #16548D;
    padding: 0;
}
.login-block .form-actions {
    position: relative;
    display: block;
    border: 0;
    padding: 0;
    text-align: center;
}
.login-block .form-actions .button {
    background-color: #448aff;
    border-color: #448aff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
    width: 100%;
}
g-terms-anch {
    line-height: 54px;
}
#block-vtranetloginblock .form-text,
#vtranet-login .form-text,
#vtranet-pass .form-text {
    min-width: unset;
}
.login-block .forgot {
    padding-top: 15px;
}
#block-devfooter {
    color: #fff;
    text-align: center;
}
#block-devfooter a {
    color: #ff0000;
    font-weight: 700;
}

/*Tuấn update*/
.item-list ul li {
    list-style-type: none !important;
}
button#dropdownExport {
    border: 1px solid gainsboro;
}
ul.dropdown-menu.export {
    padding: 0 !important;
}
.dropdown-menu.export div.views-data-export-feed a{
    display: block !important;
    width: 100% !important;
    padding: 10;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500 !important;
    color: #4e75ad;
    line-height: 1.42857143;
}
.dropdown-menu.export div.views-data-export-feed a:hover{
    background: #e4e8f1;
    color: #424242;
}
img.file-icons {
    margin: 3px;
}
span.filename {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    cursor: default;
}
span.file__size {
    font-size: 12px;
    color: gray;
}
.file .file_action{
    visibility: hidden;
    font-size: 12px;
    margin-left: 22px;
}
.file .file_action a{
    /*background-color: #5e5e5e;
    color: white;*/
}
.file .file_action a:hover{
    /*background-color: #333 !important; 
    color: white !important;
    border-radius: 3px !important;*/
}
.file:hover .file_action{
    visibility: visible;
    opacity: 1;
}
/* Css for Chosen */
.form-type-select .chosen-container {
    display: block !important;
}
.form-type-select .chosen-container-single .chosen-single,
.form-type-select .chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}