/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

:root {
    --bs-blue: #1c84ee;
    --bs-indigo: #564ab1;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ef6767;
    --bs-orange: #fa5f1c;
    --bs-yellow: #ffcc5a;
    --bs-green: #34c38f;
    --bs-teal: #050505;
    --bs-cyan: #16daf1;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #74788d;
    --bs-gray-dark: #242a30;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9e9ef;
    --bs-gray-300: #f6f6f6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #74788d;
    --bs-gray-700: #30373f;
    --bs-gray-800: #242a30;
    --bs-gray-900: #191e22;
    --bs-primary: #1c84ee;
    --bs-secondary: #74788d;
    --bs-success: #34c38f;
    --bs-info: #16daf1;
    --bs-warning: #ffcc5a;
    --bs-danger: #ef6767;
    --bs-light: #e9e9ef;
    --bs-dark: #191e22;
    --bs-primary-rgb: 28, 132, 238;
    --bs-secondary-rgb: 116, 120, 141;
    --bs-success-rgb: 52, 195, 143;
    --bs-info-rgb: 22, 218, 241;
    --bs-warning-rgb: 255, 204, 90;
    --bs-danger-rgb: 239, 103, 103;
    --bs-light-rgb: 233, 233, 239;
    --bs-dark-rgb: 25, 30, 34;
    --bs-primary-text-emphasis: #0b355f;
    --bs-secondary-text-emphasis: #2e3038;
    --bs-success-text-emphasis: #154e39;
    --bs-info-text-emphasis: #095760;
    --bs-warning-text-emphasis: #665224;
    --bs-danger-text-emphasis: #602929;
    --bs-light-text-emphasis: #30373f;
    --bs-dark-text-emphasis: #30373f;
    --bs-primary-bg-subtle: #d2e6fc;
    --bs-secondary-bg-subtle: #e3e4e8;
    --bs-success-bg-subtle: #d6f3e9;
    --bs-info-bg-subtle: #d0f8fc;
    --bs-warning-bg-subtle: #fff5de;
    --bs-danger-bg-subtle: #fce1e1;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a4cef8;
    --bs-secondary-border-subtle: #c7c9d1;
    --bs-success-border-subtle: #aee7d2;
    --bs-info-border-subtle: #a2f0f9;
    --bs-warning-border-subtle: #ffebbd;
    --bs-danger-border-subtle: #f9c2c2;
    --bs-light-border-subtle: #e9e9ef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px !important;
}

.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left {
    margin-left: 10px !important;
}

.bg-gainsboro {
    background-color: #dcdcdc;
}

.bg-lavender {
    background-color: #eee;
}

ul.list-items {
    padding-left: 0;
}

ul.list-items > li {
    margin-bottom: 10px;
}

ul.list-items > li:last-child {
    margin-bottom: 0;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

.centered {
    display: flex;
    justify-content: center;
}

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #de495b;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #68d044;
}

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-top {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

.help-block{
    margin-bottom: 0;
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #30373f;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #f4f5f8;
}

a,
a:link,
a:active,
a:visited {
    color: #1c84ee;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1c84ee;
}

a.dimgray {
    color: #d0b81e;
}

a.dimgray:hover {
    color: #d0b81e;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #1c84ee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.wraper {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

.text-muted{
    color: #30373fbf;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background-color: yellow;
}

.d-flex{
    display: flex;
}

.align-items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-space-between{
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.justify-content-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ajax-load-qa {
    background: url("../images/loading.gif") no-repeat center center
        rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gap-5{
    gap: 5px;
}

.gap-10{
    gap: 10px;
}

.gap-15{
    gap: 15px;
}

.gap-20{
    gap: 20px;
}

.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
}

.w50{
    width: 50px;
}

.w70{
    width: 70px;
}

.w100{
    width: 100px;
}

.w120{
    width: 120px;
}

.w130{
    width: 130px;
}

.w140{
    width: 140px;
}

.w150{
    width: 150px;
}

.w180{
    width: 180px;
}

.w200{
    width: 200px;
}

.w220{
    width: 220px;
}

.pointer{
    cursor: pointer;
}

/*Login*/
.users-page-wrapper{
    background: linear-gradient(-45deg, #405189 50%, #0ab39c);
    padding: 48px 0;
    min-height: 100vh;
}

.users-page-wrapper .bg-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: url(../images/cover-pattern.png);
    background-position: center;
    background-size: cover;
    opacity: 1;
    background-color: transparent;
}

.users-page-content{
    position: relative;
    width: 100%;
    padding: 50px 0;
    z-index: 2;
}

.users-page-content .card{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.users-page-content .card-bg-fill,
.users-page-content .login-inner{
    width: 50%;
}

.users-page-content .card-bg-fill{
    position: absolute;
    height: 100%;
    left: 0;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.users-page-content .login-inner{
    padding: 50px;
    margin-left: auto;
}

.users-page-content .login-inner h1{
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.users-page-content .login-inner .bsubmit{
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #222;
    color: #fff;
}

.users-page-content .login-inner .bsubmit:hover{
    background-color: #ed1a23;
}

.users-page-wrapper footer,
.users-page-wrapper footer a{
    color: #ffffff80;
}

/*Card*/
.card{
    position: relative;
    background-color: #fff;
    color: #212529;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.card-primary{
    background-color: #ffdd04;
    font-size: 30px;
    cursor: pointer;
}

.statistical-box .card-primary .icon{
    color: #ffffff24;
}

.card-header{
    padding: 14px 16px;
    border-bottom: 1px solid #e9ebec;
}

.card-header h3,
.header-title{
    font-size: 16px;
}

.card-body{
    position: relative;
    padding: 16px;
}

/*Header*/
#page-topbar{
    position: relative;
    background-color: #ffdd04;
    -webkit-box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
    box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08);
}

#page-topbar .logo img{
    height: 60px;
}

#page-topbar .header-text{
    padding: 10px 0;
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

#page-topbar .header-text .text1{
    color: #111;
    margin-bottom: 3px;
}

#page-topbar .header-text .text2{
    font-size: 16px;
}

#page-topbar .header-content-right {
    margin-left: auto;
    margin-bottom: 0;
    gap: 12px;
}

#page-topbar .header-content-right > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    height: 38px;
    width: 38px;
    transition: all ease 0.05s;
    padding: 6px;
    font-size: 22px;
    cursor: pointer;
}

#page-topbar .header-content-right > li > a span {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #e71313;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.header-content-right li img{
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Menu */

#menusite{
    background-color: #fbfaff;
}

#menusite .navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none;
    min-height: auto;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li{
    margin-right: 45px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
}

#menusite .navbar-default .navbar-nav .bi{
    margin-right: 4px;
}

#menusite .navbar-nav > li > a {
    white-space: nowrap;
}

.dropdown-menu {
    /*inset: 100% 0px auto auto;*/
    background-color: #fff;
    min-width: 180px;
    border: 1px solid #e9e9ef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    box-shadow: none;
}

@-webkit-keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }
    0% {
        margin-top: 8px
    }
}

@keyframes DropDownSlide {
    100% {
        margin-top: -1px
    }
    0% {
        margin-top: 8px
    }
}

@-webkit-keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0
    }
    0% {
        margin-bottom: 8px
    }
}

@keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0
    }
    0% {
        margin-bottom: 8px
    }
}

.dropdown-menu>li>a{
    padding: 6px 20px;
}

.list .dropdown-menu>li:nth-child(2n+1)>a{
    background-color: #f8f8f8;
}

.list .dropdown-menu>li>a{
    padding: 8px 20px;
}

#menusite .dropdown-menu > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#menusite .dropdown-menu > li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu > li > a {
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 1px 15px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #1c84ee;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #1c84ee;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

#menusite .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* Body */
.page-content{
    padding: 30px 0;
}

.success-icon{
    position: relative;
    display: flex;
    box-sizing: content-box;
    justify-content: center;
    color: #349864;
    width: 80px;
    height: 80px;
    margin: 40px auto 10px;
    border: 4px solid #349864;
    border-radius: 50%;
}

.success-line-tip{
    display: block;
    position: absolute;
    top: 46px;
    left: 13px;
    width: 25px;
    height: 5px;
    border-radius: 2px;
    background-color: #349864;
    transform: rotate(45deg);
    animation: animate-success-line-tip .75s;
    z-index: 2;
}

.success-line-long{
    display: block;
    position: absolute;
    top: 38px;
    right: 8px;
    width: 47px;
    height: 5px;
    border-radius: 2px;
    background-color: #349864;
    transform: rotate(-45deg);
    animation: animate-success-line-long .75s;
    z-index: 2;
}

.alert-box h4{
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 40px;
}

@keyframes animate-success-line-tip{
    0% {
        top: 17px;
        left: 2px;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }
    70% {
        top: 35px;
        left: -6px;
        width: 50px;
    }
    84% {
        top: 48px;
        left: 21px;
        width: 17px;
    }
    100% {
        top: 45px;
        left: 13px;
        width: 25px;
    }
}

@keyframes animate-success-line-long{
    0% {
        top: 54px;
        right: 46px;
        width: 0;
    }
    65% {
        top: 54px;
        right: 46px;
        width: 0;
    }
    84% {
        top: 35px;
        right: 0;
        width: 55px;
    }
    100% {
        top: 38px;
        right: 8px;
        width: 47px;
    }
}

.table{
    margin: 0;
}

.table thead th{
    background-color: #f3f6f9;
    font-weight: 500;
    color: #333;
    padding: 12px 10px !important;
}

.table-card{
    overflow: unset;
}

.table-card .table td,
.table-card .table th{
    vertical-align: middle;
    border-color: #e9ebec;
    padding: 12px 8px;
}

.table>tbody>tr>td{
    vertical-align: middle;
}

.table-card .table th .fa{
    font-size: 12px;
    margin-left: 2px;
}

.table-card .list tr:nth-child(even) {
    background-color: #f2f2f2;
}

.pagination>li>a, .pagination>li>span{
    display: flex;
    justify-content: center;
    width: 33px;
    border: 1px solid #e6e8ec;
    border-radius: 6px !important;
    color: #141414;
    font-size: 15px;
    margin: 0 3px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: #174396;
    border-color: #174396;
}

ul.list-info{
    margin: 0;
    padding: 0;
}

ul.list-info li{
    display: flex;
}

ul.list-info label {
    width: 180px;
    text-align: right;
    margin-right: 15px;
}

ul.list-info span{
    width: calc(100% - 195px);
    display: contents;
}


.table-overflow-auto{
    height: 260px;
    overflow: auto;
}

.table-overflow-auto th{
    position: sticky;
    top: 0;
}

/*statistical-box*/
.statistical-box .text-muted{
    font-weight: 500;
}

.statistical-box h4{
    font-size: 30px;
    font-weight: 600;
}

.statistical-box .icon{
    font-size: 118px;
    position: absolute;
    right: 0;
    top: -30%;
    color: #d4d4d45e;
}

.notification-box .card-header{
    background-color: #dbdcdc;
}

.overflow-hidden{
    overflow: hidden;
}

.password-input-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 13px;
    right: 16px;
    cursor: pointer;
    z-index: 9999;
}

#box-search {
    background-color: #ededed;
    border-radius: 8px;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#box-search input#search {
    width: 100%;
    border: none;
    padding: 8px 5px 8px 15px;
    background-color: #ededed;
    color: #333;
    min-width: 205px;
    font-size: 13px;
}

#box-search .icon {
    position: relative;
    width: 50px;
    background-color: #ededed;
    padding: 4px 10px;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    border: none;
    box-shadow: none;
}

/*footer*/
#footer{
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e9e9ef;
    padding: 20px 0;
    color: #222;
}

#footer .copyright{
    text-transform: uppercase;
    font-size: 13px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

/* List none */

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    max-width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

.red{
    color: #ff0000;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
    box-shadow: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}

input::-webkit-datetime-edit {
  line-height: 1;
  padding: 0;
  margin-bottom: -2px;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.btn-primary {
    background-color: #008ffb;
    border-color: #008ffb;
}

.btn {
    padding: 9px 15px;
    font-size: 14px;
    border-radius: 6px;
}

.btn-sm{
    padding: 5px 15px;
}

.btn-light{
    background-color: #f4f6f9;
    color: #333!important;
}

.btn-primary-light{
    background-color: #008ffb29;
    color: #008ffb !important;
    font-weight: 500;
}

.btn-danger-light{
    background-color: #eb222926;
    color: #eb2229 !important;
    font-weight: 500;
}

.btn-success-light{
    background-color: #5cb85c3d;
    color: #5cb85c !important;
    font-weight: 500;
}

.btn-danger-light:hover,
.btn-primary-light:hover,
.btn-warning-light:hover,
.btn-success-light:hover{
    color: #fff !important;
}

.btn-light:hover{
    background-color: #ced4da;
}

.btn-success-light:hover{
    background-color: #21ce9e;
}

.btn-warning-light:hover{
    background-color: #eea236;
}

.btn-primary-light:hover{
    background-color: #008ffb;
}

.btn-danger-light:hover{
    background-color: #eb2229;
}

.btn-danger-full{
    background-color: #eb2229;
    color: #fff;
    font-weight: 500;
}

.btn-success,
.btn-danger{
    color: #fff !important;
}

.btn-success-full{
    background-color: #21ce9e;
    color: #fff;
    font-weight: 500;
}

.form-control {
    padding: 8px 14px;
    height: 40px;
    border-radius: 6px;
    color: #212529;
    border-color: #ced4da;
    box-shadow: none;
}

select.form-control{
    display: block;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 12px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-select-sm{
    background-size: 12px 10px;
}

.select2-container{
    width: 100%!important;
}

.select2-container--default .select2-selection--multiple{
    min-height: 40px !important;
    line-height: 28px !important;
    border-color: #ced4da !important;
    border-radius: 6px !important;
    padding-left: 8px;
}

.select2-container .select2-search--inline .select2-search__field{
    height: 22px !important
}

.select2-container--default .select2-selection--single{
    border-color: #ccc !important;
    height: 40px !important;
    border-radius: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 5px 14px !important;
    border-color: #ccc;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
    right: 8px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 1000px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    min-width: 600px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}
