.dashboard-panel {
}
.dashboard-panel > .col-md-4 {
    text-align: center;
    padding: 30px 0;
}
.dashboard-panel > .col-md-4 > .glyphicon-user {
    font-size: 64px;
    color: #f7941e;
}
.dashboard-panel > .col-md-4 > .glyphicon-usd {
    font-size: 64px;
    color: #00aa00;
}
.dashboard-panel > .col-md-4 > .glyphicon-question-sign {
    font-size: 64px;
    color: #55007f;
}
.dashboard-panel > .col-md-8 {
    padding-bottom: 20px;
}
.dashboard-panel > .col-md-8 > h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.dashboard-panel > .col-md-8 > a {
    color: #333;
}
.dashboard-panel > .col-md-8 > a:hover {
    color: #f7941e;
    text-decoration: underline;
}

.dashboard-panel > div > ul > li > a {
    color: #333;
    font-weight: normal;
}
.dashboard-panel > div > ul > li > a:hover {
    color: #333;
}
.dashboard-panel > div > .navigation > .navigation-header {
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.dashboard-panel > div > ul > li > .glyphicon-globe,
.dashboard-panel > div > ul > li > .glyphicon-envelope,
.dashboard-panel > div > ul > li > .glyphicon-cloud,
.dashboard-panel > div > ul > li > .glyphicon-hdd {
    font-size: 32px;
}
.dashboard-panel > div > .button-wapper {
    text-align: center;
    padding: 20px 0;
}

.navigation-accordion > li > a > i {
    font-style: normal;
}
.navigation-accordion > li > a > i > span {
    display: none;
}
.login-container {
    /* min-height: 100vh; */
    background: linear-gradient(0deg, #0066cc 0%, rgb(0, 185, 255) 100%) 0% 0% / cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.mobile {
    display: block;
}
.desktop {
    display: none;
}

.login-form > .form-group {
    padding: 0;
    margin: 0;
}
.login-form > .form-group > .btn {
    background: #000;
    border-radius: 10px;
}
.login-form > .form-group > .in-user-login {
    padding: 0;
    border-radius: 10px 10px 0 0;
}

.login-form > .form-group > input {
    padding: 15px !important;
}

.login-form > .form-group > .in-password-login {
    padding: 0;
    border-radius: 0 0 10px 10px;
}

.forgot-login {
    margin-top: 30px;
    text-align: center;
}

.forgot-login > a,
.forgot-login > span > a {
    color: #fff;
}

.forgot-login > span {
    color: #000;
}
.form-flex-login {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
}

@media (max-width: 769px) {
    #navbar-mobile {
        display: block;
    }

    .collapse .navbar-right {
        display:none;
    }
}

@media (min-width: 769px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .navigation-accordion > li > a > i > span {
        display: block;
    }
    .date1 {
        float: left;
    }
    .date2 {
        float: left;
        margin-left: 20px;
    }
    .headbutton {
        float: left;
        margin-left: 20px;
    }
}

.memberelement,
.checkoutelement {
    padding: 20px;
}

.membertitle {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.checkoutelement,
.hostcartbox {
    text-align: center;
    font-size: 14px;
}

.checkoutelementyes {
    color: #333;

    background-color: #ccffff;
}
.product-item {
    text-align: center;
    padding: 25px 10px;
}
.product-item > h1 {
    color: #226a98;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.txtdomainforhost {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 7px 12px;
}

.hostingline {
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    padding: 20px 0;
}

.has-error {
    color: red;
}

.btn-warning {
    color: #ebecf2;
    background-color: #f7941e;
    border-color: #f7941e;
}

.react-datepicker {
    font-size: 1.3rem !important;
}

.react-datepicker__current-month {
    font-size: 1.5rem !important;
}

.react-datepicker__header {
    padding-top: 6px !important;
}

.react-datepicker__navigation {
    top: 13px !important;
}

.react-datepicker__day-name,
.react-datepicker__day {
    margin: 0.5rem !important;
}

.Select-clear-zone {
    display: none !important;
}
.Select-menu-outer {
    z-index: 999999 !important;
}

/* The table responsive conflict with react-select. Need to overflow-x visible on the div table*/
/*.table-responsive {*/
/*overflow-x: visible;*/
/*}*/

.table-sticky-header thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ff9800;
    z-index: 1000; /*Lower than modal-backdrop 1040*/
}

/*Begin Set Color for True False Values (Active User)  */
.active-font[target="Đang Hoạt Động"] {
    color: rgb(126, 202, 164);
}
.active-font[target="Vô Hiệu Hoá"] {
    color: tomato;
}
.active-font-attendance[target="Đã Có Giờ Về"] {
    color: rgb(126, 202, 164);
}
.active-font-attendance[target="Chưa Có Giờ Về"] {
    color: tomato;
}
/*End Set Color for True False Values (Active User)  */

.navigation > li.active > a:focus {
    background-color: #006233;
    color: #fff;
}

.sidebar-xs .sidebar-main .navigation > li > a > span {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    background-color: #006233;
    border: 1px solid #006233;
    padding: 11px 20px;
    width: 260px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #8bc349;
    border-color: #8bc349;
    cursor: default;
}
.navbar-header {
    min-width: 230px;
}
.dropdown-menu {
    min-width: 250px;
}
body {
    font-size: 13px;
    line-height: 1.5384616;
    color: #212529;
    font-weight: bold;
    background-color: #f8f8f8;
}
.icon-noti {
    border: 1px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #da251d;
    font-size: 10px;
    padding-top: 3px;
}
.status-noti {
    position: absolute;
    top: 5px;
    right: 5px;
}
.dropdown-noti {
    z-index: 9999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    border-radius: 5px;
}
@media (min-width: 769px) {
    .sidebar {
        display: table-cell;
        vertical-align: top;
        width: 230px;
    }
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px 10px;
}
.navigation > li ul li a {
    padding-left: 30px;
}
.btn {
    font-size: 12px;
}

.input-xlg {
    height: 36px;
}

.group-permission {
    border-bottom: 1px solid #d2d6de;
    font-size: 16px;
}
.entity-permission {
    font-size: 25px;
}
.navbar-inverse {
    background: linear-gradient(0deg, #0066cc 0%, rgb(0, 185, 255) 100%) 0% 0% / cover;
    /* border-color: #0066cc; */
}
.navbar li a span {
    padding-left: 10px;
}
.page-header-default {
    margin-bottom: 0;
}
.header-page h4 {
    /* padding-bottom: 20px; */
    text-transform: uppercase;
}
.header-page {
    background-color: #fff;
    display: flex;
    border: 1px solid #ddd;
    padding-left: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.react-datepicker__input-container,
.react-datepicker-wrapper {
    width: 100%;
}
.form-doanvien .form-control,
.form-doanvien .Select-control {
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 54%);
    border-radius: 0;
    padding: 0;
    color: #0066cc;
}
.control-label {
    color: rgb(0 0 0 / 54%);
    margin: 0;
}
.form-doanvien .form-group {
    margin-bottom: 12px;
}
.form-doanvien .Select.has-value.Select--single > .Select-control .Select-value,
.form-doanvien .Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
    color: #0066cc;
    padding: 0;
}
.tabbable ul li a {
    text-transform: uppercase;
}
.tab-content {
    padding-top: 20px;
}
.d-flex {
    display: flex;
    justify-content: space-between;
}
.d-flex .text-center,
.d-flex .text-right {
    padding-left: 10px;
    padding-right: 10px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #2196f3;
    border-color: #2196f3;
}
.title-register {
    /* padding-left: 10px; */
    color: #fff;
    text-align: center;
}
.register-form input,
.register-form .Select-control {
    /* padding: 10px !important;
  margin: 0; */
    border-radius: 10px !important;
}
.border-white tr th,
.border-white tr td {
    border: 1px solid #fff !important;
}
/* .navbar-default{
    background-color:#08326b
} */

.scroll-wrapper1 {
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll-wrapper2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll-wrapper1 {
    height: 15px;
}
.scroll-wrapper2 {
    height: 100%;
}
.div-scroll-1 {
    height: 1px;
}
.div-scroll-2 {
    width: 1000px;
    height: 200px;
    overflow: auto;
}
