article, .glass::before {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .glass {
    position: relative;
  }
  
  .glass::before {
    z-index: -1;
    display: block;
    position: absolute;
    content: ' ';
  }
  
  .glass::before {
    /* background-image: url('path/to/image.jpg'); Actual image for this demo is a data-uri, see below */
    /* Prefix free isn't picking up this one */
    -webkit-filter: blur(42px);
    filter: blur(42px);
    background-size: cover;
    opacity: 0.5;
  }
  
  .glass {
    background-color: white;
  }
  
  /* transformations */
  .glass.down {
    transform: translateY(0%);
  }
  
  .glass.up, .glass.up::before {
    transform: translateY(0) translateZ(0);
  }
  
  /* transitions */
  .glass, .glass::before {
    transition: transform 0.5s ease-out;
  }

  body .v-navigation-drawer--fixed {
    position: absolute;
}
body .v-text-field {
    padding-top: 0;
    margin-top: 0;
}
body .v-list__tile,
body .v-list__group__items--no-action .v-list__tile {
    padding: 0;
    padding-left: 0px;
    height: 36px;
    cursor: pointer;
}
body .v-navigation-drawer .v-list__tile:hover,
body .list__tile--active {
    background: #e1e2e1;
}
body .v-list__group__header--active {
    background: #ececec;
}
body .v-navigation-drawer>.v-list:not(.v-list--dense) .v-list__tile,
body .v-input,
body .v-label {
    font-size: 13px;
}
body .v-list__tile__title {
    font-size: 12px;
}
body .v-list__group__header .v-list__group__header__append-icon,
body .v-list__group__header .v-list__group__header__prepend-icon {
    padding: 0 10px;
}
body .v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
    font-size: 18px;
}
body .v-list__tile__action,
body .v-list__tile__avatar,
body .v-list__group__header .v-list__group__header__prepend-icon {
    justify-content: center;
    min-width: 32px;
}
body .v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .v-btn {
    margin: 6px 4px;
    height: 30px;
    padding: 0 10px;
    min-width: 30px;
    text-transform: none;
}

body .v-text-field--box>.v-input__control>.v-input__slot,
body .v-text-field--outline>.v-input__control>.v-input__slot {
    min-height: 48px;
}

body .v-text-field--box input,
body .v-text-field--outline input {
    margin-top: 15px;
}
body .v-list {
    padding: 0;
}
body .v-text-field--box .v-label,
body .v-text-field--outline .v-label {
    top: 21px;
}
body .v-text-field--box .v-label--active, 
body .v-text-field--outline .v-label--active {
    -webkit-transform: translateY(-15px) scale(.75);
    transform: translateY(-15px) scale(.75);
}
body .header_tools .v-text-field--solo.v-text-field.v-text-field--enclosed .v-text-field__details,
body .header_tools .v-text-field--solo .v-input__append-inner {
    margin-bottom: 0;
    display: none;
}
body .header_tools .v-text-field--solo.v-text-field.v-text-field--enclosed .v-input__slot {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}
body .v-select.v-select--chips .v-select__selections {
    min-height: 32px;
}
body .v-text-field.v-text-field--solo .v-input__control {
    min-height: 32px;
}
body .v_data_table_check_all .v-input--selection-controls__ripple {
    height: 32px;
    width: 32px;
    left: -8px;
    top: -webkit-calc(50% - 17px);
    top: calc(50% - 17px);
    margin: 0;
}
body .v_data_table_check_all .v-input--selection-controls__input {
    margin-right: 0;
    padding-left: 3px;
}

body .v-icon {
    font-size: 18px;
}
body table.v-table thead tr {
    height: 42px;
}
body table.v-table tbody td:first-child,
body table.v-table tbody td:not(:first-child),
body table.v-table tbody th:first-child,
body table.v-table tbody th:not(:first-child),
body table.v-table thead td:first-child,
body table.v-table thead td:not(:first-child),
body table.v-table thead th:first-child,
body table.v-table thead th:not(:first-child) {
    padding: 2px 5px;
}
.application .theme--light.v-table thead th, .theme--light .v-table thead th {
    color: rgba(0,0,0,.54);
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    font-weight: 700;
}
.application .theme--light.v-table tbody tr:not(:last-child), .theme--light .v-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

table.v-table tbody td {
    font-weight: 400;
    font-size: 13px;
    border-right: 1px solid #d3d3d3;
    vertical-align: top;
}

table.v-table tbody tr:last-child {
    border-bottom: 1px solid #d3d3d3;
}
body .v-navigation-drawer__border {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
body .v-messages {
    min-height: 0px;
}
body .v-text-field>.v-input__control>.v-input__slot:before {
    border-style: solid;
    border-width: thin 0 0 0;
}
body .menuable__content__active .v-list .v-list__tile {
    padding: 0 16px;
    font-size: 13px;
    border-bottom: 1px dashed #ddd;
}
body .menuable__content__active .v-list > div:last-child .v-list__tile {
  border-bottom: none;
}
body .v-menu__content {
    min-width: 135px !important;
}
body .v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot>input {
    margin-top: 0;
}
body .input-group--text-field-box:not(.input-group--textarea):not(.input-group--multi-line) label {
    top: 21px;
}
body p {
    margin-bottom: 5px;
}
body .application .theme--light.v-table thead th:first-child, 
body .theme--light .v-table thead th:first-child {
    border-left: none;
}
body .v-tabs__container--icons-and-text {
    height: 42px;
    background-color: #e7ecf7;
    border-color: #e7ecf7!important;
}
body .v-window__container--is-active {
    height: auto !important;
}
body .v-expansion-panel__header {
    padding: 8px 24px 8px 0;
    min-height: 36px;
}
body .v-expansion-panel__header {
    border-bottom: 1px solid #ddd !important;
    box-shadow: none;
}
body .v-expansion-panel {
    box-shadow: none;
}
body .v-input__slot {
    margin-bottom: 5px;
}
body .form_alpaca .absolute__btn {
    top: 3px;
}
body .form_alpaca .absolute__btn .v-text-field.v-input--is-disabled>.v-input__control>.v-input__slot:before {
    border: none !important;
}
body .absolute__btn.v-input--selection-controls {
    margin-top: 6px;
}
body .list_history_style {
    background: #fff;
}
body .v-window-item .table-bordered {
    border-bottom: 0;
}
body .v-window {
    background-color: #fff;
}
body .v-chip--select-multi {
    margin: 0 5px;
    background: #00204d !important;
    color: #fff !important;
    height: 25px;
}
body .fade-transition-leave-to {
    display: none !important;
}
body .login_drawer {
    position: fixed !important;
}
body.controls-hidden .login_drawer {
    top: 55px;
}
body .notification_wrap > div {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 5px;
}
body .notification_wrap > div:last-child {
    border-bottom: none;
}
#react-root span {
    background: transparent;
}
body #react-root .theme--light .v-list__tile__title {
    font-size: 13px ;
}
body #react-root .application--wrap {
    background: transparent !important;
}
body .radio_register_type .v-input__control {
    margin: 0 auto !important;
    margin-top: 10px;
}
body #app_register .v-input--selection-controls {
    margin-top: 0;
}
body #app_register .v-text-field--box input,
body #app_register .v-text-field--outline input {
    margin-top: 5px;
}
body #app_register .v-text-field--box>.v-input__control>.v-input__slot,
body #app_register .v-text-field--outline>.v-input__control>.v-input__slot {
    min-height: 36px;
}
body #app_register .v-text-field.v-text-field--enclosed .v-input__append-inner,
body #app_register .v-text-field.v-text-field--enclosed .v-input__append-outer,
body #app_register .v-text-field.v-text-field--enclosed .v-input__prepend-inner,
body #app_register .v-text-field.v-text-field--enclosed .v-input__prepend-outer {
    margin-top: 8px;
}

.pagination__navigation {
    height: 30px;
    border: 1px solid #ccc;
    width: 30px;
    margin: 0;
    line-height: 10px;
}

.pagination__navigation--disabled {
    opacity: .6;
    pointer-events: none;
}
.notification_wrap > div:hover {
    background-color: #d0d0d07d;
}
body .notification_wrap > div {
    margin-bottom: 0 !important;
    padding: 5px 8px;
    min-height: 68px;
}
body .ctk-date-time-picker>div.datetimepicker {
    height: auto;
}

.grid-list .layout .flex {
    padding: 4px;
}


.file-preview .e-upload {
  border: none !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer
}

.file-preview .e-upload .e-upload-files {
  border-top: none !important
}

body .file-preview .e-file-select-wrap:after,
body .file-preview .e-file-select-wrap:before {
  content: ""
}

body .file-preview .e-file-select-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0
}


.e-upload {
  width: 100%
}


.e-upload .e-file-select-wrap .e-file-select,
.e-upload .e-file-select-wrap .e-file-select .e-uploader {
  display: inline-block;
  width: 0
}

.e-css.e-btn {
    opacity: 0;
}

body .v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
    padding-top: 16px;
}

#app_serviceinfo .v-tabs__item--active {
    background: #0167d3;
    color: #fff;
}

#app_serviceinfo .v-tabs__container {
    height: 37px;
}


#app_serviceinfo .table-detail-domain table.table tbody td:first-child {
    border-left: 0;
    padding: 0 15px;
    border-bottom: 1px solid #d3d3d3;
}

#app_serviceinfo .table-detail-domain .table.table tbody td {
    height: 36px;
    vertical-align: middle;
    padding: 0 15px;
    border-bottom: 1px solid #d3d3d3;
}

#app_serviceinfo table.table tbody td{
    font-weight: 400;
    font-size: 13px;
    border-right: 1px solid #d3d3d3;
    vertical-align: top;
    margin: 0;
}
#app_serviceinfo table.table tbody tr {
    font-weight: 400;
    font-size: 13px;
    vertical-align: top;
}
#app_serviceinfo table {
    border-spacing: 0px;
}

body .v-dialog > .v-card > .v-card__title.headline,
body .wrap_report .v-card__title.headline {
    padding: 8px 16px;
    font-size: 16px!important;
    font-weight: 700;
    color: #fff;
    background-color: #0167d3;
}
body #app_serviceinfo .v-navigation-drawer .v-tabs__item {
    border-bottom: 1px solid #0167d3;
}
body .detail__pie:after, 
body .detail__pie:before {
    bottom: 1px;
}
body .wrap_report .v-card__text > .v-list {
    padding: 0 8px 0 16px;
}

body .report__table {
    max-width: 100%;
}
body #app .theme--light.v-subheader {
    color: rgb(31, 31, 31);
    height: 32px;
    font-size: 13px;
    float: right;
}
body .help-block.alpaca-message {
    display: none;
}
body .help-block.alpaca-message {
    display: none;
}
body .alpaca-field .alpaca-field-select select {
    min-width: 100px;
}

body .alpaca-field .alpaca-field-select {
    position: relative;
}
body .alpaca-field .alpaca-field-select:before {
        content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border: 1px dashed #70706c;
    height: 0;
    background-color: transparent;
}
body .alpaca-field .alpaca-field-select:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        border: 1px dashed #fdfdf6;
        height: 0;
        background-color: transparent;
}
body .alpaca-field p {
    min-height: 25px;
}

body .absolute__btn.group__thanh_phan .theme--light.v-text-field>.v-input__control>.v-input__slot:before {
    display: none !important;
}

body .v-expansion-panel__body .card__text__gov:last-child {
    border-bottom: none !important;
}
body #app_user_profile .text-xs-right {
    float: right;
}
body .absolute__btn_panel {
    position: absolute;
}

body .v-dialog .v-toolbar .v-toolbar__content {
    height: 40px !important;
    background-color: #0167d3;
}

.dialog_menuTabs .v-tabs__div {
	max-width: none !important;
	border-right: 1px solid white;
}
.dialog_menuTabs .v-tabs__item--active{
    background-color: #e1e1e1;    
}
#navigation.nav-fixed-top {
    position: relative !important;
}

.ltr .column, .rtl .column-last {
    float: none !important;
}