h1,
h2,
h3,
h4 {
    font-family: "Roboto Condensed", sans-serif;
}

.form-control-feedback {
    border: 1px solid #ffe5e5;
    background: #c51244 !important;
    padding: 2px 10px !important;
    border-radius: 0 !important;
    position: absolute;
    display: inline-block !important;
    box-shadow: 1px 1px 9px #aaa;
    margin-top: 0;
    color: #fff;
    right: -4px;
    z-index: 999999;
    white-space: nowrap;
    top: -11px;
    font-size: 12px;
}

.form-control-feedback:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #c51244;
    position: absolute;
    bottom: -10px;
    right: 6px;
}

.form-control-danger {
    border-color: 1px solid #c51244 !important;
}

.textedit {
    font-family: "Arimo", Helvetica, sans-serif !important;
    font-weight: 600 !important;
    color: #3052d6;
}

.card-header {
    padding: 0.6rem 1.25rem !important;
}

.col-form-label {
    font-weight: 600;
    font-size: 12px;
}

.text-re {
    font-weight: 600;
    color: #c51244;
}

.label-info {
    display: block;
    color: #333;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 12px;
    background: #eee;
    text-transform: uppercase;
    /* border-left: 2px solid #c51244; */
}

.formseach .iteamsearch .row:last-child .form-group {
    margin-bottom: 0 !important;
}

.formseach {
    box-shadow: 2px 3px 3px #ddd;
}

.controlsearch .btn-fs {
    margin-right: 10px;
}

.controlsearch {
    margin-bottom: 20px;
}

.controlleft {
    text-align: right;
}

.btn-group-ctpage .btn {
    background: #eee;
}

.searchCT {
    padding: 0.5rem 1rem 0.4rem 1rem !important;
}

.table.tablect th,
.table.tablect td {
    padding: 0.5rem;
}

.table.tablect thead {
    text-align: center;
    background: #e9ecef;
    color: #000;
    font-size: 12px;
}

.btn-ct {
    font-weight: bold;
}

.btn-cta {
    border: 1px solid #ddd !important;
    background: #eee;
}

.disabled {
    cursor: no-drop;
}

.ctpage {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}

.ctpage nav {
    display: inline-block;
}

.btn-group-ctpage {
    background: #fff !important;
}

.notifier__notification--material {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    padding-top: 11px;
    padding-right: 26px;
    padding-bottom: 10px;
    padding-left: 26px;
}

.notifier__notification--material .notifier__notification-message {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 32px;
    font-size: 15px;
}

.notifier__notification--material .notifier__notification-button {
    display: inline-block;
    transition: opacity 0.2s ease;
    opacity: 0.5;
    margin-right: -10px;
    margin-left: 10px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 6px;
    width: 32px;
    height: 32px;
    vertical-align: top;
}

.notifier__notification--material .notifier__notification-button:hover,
.notifier__notification--material .notifier__notification-button:focus {
    opacity: 1;
}

.notifier__notification--material .notifier__notification-button:active {
    transform: scale(0.82);
    opacity: 1;
}

.notifier__notification--default {
    background-color: #444 !important;
    color: #fff !important;
}

.notifier__notification--default .notifier__notification-button-icon {
    fill: #fff !important;
}

.notifier__notification--error {
    background-color: #d9534f !important;
    color: #fff !important;
}

.notifier__notification--error .notifier__notification-button-icon {
    fill: #fff !important;
}

.notifier__notification--info {
    background-color: #5bc0de !important;
    color: #fff !important;
}

.notifier__notification--info .notifier__notification-button-icon {
    fill: #fff !important;
}

.notifier__notification--success {
    background-color: #5cb85c !important;
    color: #fff !important;
}

.notifier__notification--success .notifier__notification-button-icon {
    fill: #fff !important;
}

.notifier__notification--warning {
    background-color: #f0ad4e !important;
    color: #fff !important;
}

.notifier__notification--warning .notifier__notification-button-icon {
    fill: #fff !important;
}

.notifier__container * {
    box-sizing: border-box;
}

.notifier__container-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.notifier__notification {
    display: block;
    position: fixed;
    visibility: hidden;
    z-index: 9999999;
    will-change: transform;
    backface-visibility: hidden;
}

.cotrollad .btn-cta {
    line-height: 21px !important;
}

.btn-group-ctpage button {
    line-height: 19px !important;
}

.table thead th,
.table td {
    vertical-align: inherit !important;
}

.table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-navbar .navbar-heading {
    font-weight: 600 !important;
}

.table.tablect th,
.table.tablect td {
    padding: 0.3rem;
}

/*.tablead tr td:first-child, .tablead thead td:first-child {
  border-left: none;
}
.tablead tr td:last-child, .tablead thead td:last-child {
  border-right: none;
}*/

.btn-plus {
    line-height: 21px !important;
}

.tree-children.tree-children-no-padding {
    padding-left: 0;
}

.tree-children {
    padding-left: 20px;
    overflow: hidden;
}

.node-drop-slot {
    display: block;
    height: 2px;
}

.node-drop-slot.is-dragging-over {
    background: #ddffee;
    height: 20px;
    border: 2px dotted #888;
}

.toggle-children-wrapper-expanded .toggle-children {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggle-children-wrapper-collapsed .toggle-children {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.toggle-children-wrapper {
    padding: 2px 3px 5px 1px;
}

/* tslint:disable */

.toggle-children {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC");
    height: 8px;
    width: 9px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center;
}

.toggle-children-placeholder {
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

.node-content-wrapper {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    transition: background-color 0.15s, box-shadow 0.15s;
}

.node-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
    background: #beebff;
}

.node-content-wrapper-focused {
    background: #e7f4f9;
}

.node-content-wrapper:hover {
    background: #f7fbff;
}

.node-content-wrapper-active,
.node-content-wrapper-focused,
.node-content-wrapper:hover {
    box-shadow: inset 0 0 1px #999;
}

.node-content-wrapper.is-dragging-over {
    background: #ddffee;
    box-shadow: inset 0 0 1px #999;
}

.node-content-wrapper.is-dragging-over-disabled {
    opacity: 0.5;
}

tree-viewport {
    height: 100%;
    overflow: auto;
    display: block;
}

.tree-children {
    padding-left: 20px;
}

.empty-tree-drop-slot .node-drop-slot {
    height: 20px;
    min-width: 100px;
}

.angular-tree-component {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently not supported by any browser */
}

tree-root .angular-tree-component-rtl {
    direction: rtl;
}

tree-root
    .angular-tree-component-rtl
    .toggle-children-wrapper-collapsed
    .toggle-children {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

tree-root .angular-tree-component-rtl .tree-children {
    padding-right: 20px;
    padding-left: 0;
}

tree-node-checkbox {
    padding: 1px;
}

/* .table th:first-child,
.table td:first-child {} */

/* .modal-dialog {
  width: 60% !important;
  max-width: 60% !important;
} */

.toggle-children {
    position: relative;
    left: 4px;
    top: 7px;
}

.ng-sidebar__content .main-content > router-outlet + * {
    padding: 0 !important;
    background: #eee;
}

.menuhsns {
    width: 180px;
    float: left;
}

.noidunghsns {
    margin-left: 178px;
    border-left: 1px solid #eee;
}

.menuhsns-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuhsns-menu a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    color: #0068c8 !important;
}

.menuhsns-menu li.active a {
    background: #fff;
}

.ulsitemap {
    list-style: none;
    padding: 0.1rem 0 0.4rem 0;
    margin: 0;
    display: block;
    clear: both;
}

.ulsitemap li a {
    display: inline-block;
}

.ulsitemap li {
    float: left;
}

.ulsitemap li + li::before {
    color: rgb(204, 204, 204);
    padding: 0px 1px 0px 6px;
    font-family: FontAwesome;
    content: "\f105";
}

.titleModule {
    font-size: 18px;
    padding: 0.5rem 0 0.1rem 0;
    color: #112b80;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

.iteamsearch {
    padding: 0.6rem 1rem 0.6rem 1rem;
    background: #dcf1ff;
}

.iteamsearch .form-control {
    background: #fff !important;
}

.btn-link {
    padding: 2px;
}

.controlsearch {
    margin-bottom: 0px;
}

.menu-group-pt {
    font-size: 0.9rem !important;
}

.app ng-sidebar > .sidebar-panel.ng-sidebar .menu .navigation-link {
    font-size: 0.9rem !important;
    padding: 0.3rem 1rem 0.3rem 0.8rem !important;
}

.app ng-sidebar > .sidebar-panel.ng-sidebar .menu .navigation-submenu a {
    font-size: 0.9rem !important;
}

.menu-group-pt i {
    font-size: 1.2rem;
    position: relative;
    top: 0px;
    color: #555;
}

.nameparent {
    font-weight: 600;
    font-size: 12px;
}

.menu-group-pt {
    padding: 0.4rem 1rem 0.4rem 0.8rem !important;
}

.iconcap2 {
    margin-right: 5px;
}

.iconcap3 {
    font-size: 5px !important;
    margin-right: 5px;
    position: relative;
    top: 0px;
}

.navigation {
    padding-left: 1.2em !important;
}

.app ng-sidebar > .sidebar-panel.ng-sidebar .menu .navigation-submenu a {
    padding: 0.3rem 1rem 0.3rem 1.5rem !important;
}

.navigation .item1:first-child {
    padding-top: 0.6rem !important;
}

.theme-light .table thead th {
    border-bottom: 0 !important;
}

/* .btn-link-success {} */

.btn-link-success i {
    color: #1cb85d;
}

/* .btn-link-warning {} */

.btn-link-warning i {
    color: #de8300;
}

/* .btn-link-danger {} */

.btn-link-danger i {
    color: orange;
}

/* .btn-link-info {} */

.btn-link-info i {
    color: #006ede;
}

.controlsearch .btn-link {
    margin-right: 15px;
}

/* .btn-link-primary {} */

.btn-link-primary i {
    color: #006ede;
}

.ctcanbo {
    background: #dde8f4;
    padding: 1rem;
}

.titlexemnhanh {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

/* .ng-sidebar__content .main-content {} */

.table thead th:first-child,
.table td:first-child {
    padding-left: 0;
}

.ultabngang {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ultabngang li {
    display: inline-block;
    /* float: left; */
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 0;
}

.ultabngang li:first-child {
    margin-left: 20px;
}

.ultabngang li a {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #0081ff;
    line-height: 15px;
}

.ultabngang li.active {
    background: #fff;
}

.hetab {
    background: #dcf0fd;
    display: -webkit-box;
    padding-top: 10px;
}

.ultabngang li:first-child a {
    border-right: none;
}

.titletennv {
    box-shadow: 4px 3px 7px #dde6ec;
    z-index: 999999999;
}

.bodytab {
    min-height: 200px;
}

.box-trong {
    border: 1px solid #ececec;
    min-height: 20px;
}

.bodytab {
    padding: 1.2em 1.5em;
}

.box-trong {
    position: relative;
}

.title-box {
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 14px;
    top: -11px;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    color: #112b80;
    font-weight: 500;
    font-size: 13px;
}

.body-box {
    background: #fafafa;
    padding: 1em;
}

.control-label {
    font-weight: 500;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0px;
    color: #333;
    font-family: "Roboto", sans-serif;
}

/*.ng-sidebar__content .main-content
{
  overflow-y:hidden !important;
}*/

.table .tbody tr td {
    padding: 5px 7px !important;
}

.table th:first-child,
.table td:first-child {
    padding-left: 5px !important;
}

.statusmini {
    margin-left: 15px;
}

body {
    overflow-y: hidden;
    background: #f2f6f9;
}

.btn-back {
    position: absolute;
    right: 30px;
}

.itememail .card {
    width: 100%;
}

.urlEmail {
    padding: 0;
    margin: 0;
    width: 100%;
}

.urlEmail li {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    display: block;
}

.divContainer {
    background: #fff;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.content-t {
    padding: 20px 20px;
}

.content-x {
    padding: 5px 0px;
}

.sitemap-t {
    display: block;
    width: 100%;
}

.title-t {
    display: block;
    width: 100%;
}

.ulsitemap {
    overflow: hidden;
}

.headcontent-t {
    margin-bottom: 0px;
}

.headax {
    border-bottom: 2px solid #ddd;
}

.tenemail {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.heademail {
    margin-bottom: 5px;
    padding: 10px 10px;
    background: #eee;
    position: relative;
}

.iw {
    margin-bottom: 0;
    font-size: 13px;
}

.bodyemail {
    padding: 10px 10px;
}

.btn-phanhoi {
    position: absolute;
    right: 5px;
    top: 0;
}

.tenndemail {
    position: relative;
}

.footemail {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.ngayphanhoi {
    position: absolute;
    right: 10px;
    top: 7px;
}

.sttu {
    font-weight: normal;
}

.titleemailph {
    padding: 10px;
    border-left: 4px solid #ca1e1e;
    background-color: white;
    font-weight: 600;
    font-size: 13px;
}

.urlEmail li {
    box-shadow: 2px 3px 3px #ddd;
}

.mb0 {
    margin-bottom: 0 !important;
}

.btn-back {
    position: absolute;
    right: 26px;
    top: 23px;
}

.table th:last-child,
.table td:last-child {
    padding-right: 0 !important;
}

.btn-control {
    color: #fff !important;
    padding: 0.15rem 0.5rem !important;
    border-radius: 3px !important;
}

.btn-primary {
    background-color: #45aef0 !important;
    border-color: #45aef0 !important;
    /*border-color: #ddd !important;*/
}

.menu {
    padding-top: 5px;
}

.con-txt {
    color: #fff !important;
}

.app ng-sidebar > .sidebar-panel.ng-sidebar .menu .navigation-link span {
    font-size: 13px;
}

.purple {
    background-color: #d046a5 !important;
    color: #fff !important;
}

.btn-default {
    background-color: #cccccc !important;
    color: #fff;
}

.box-ww {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px #ddd;
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.title-t {
    color: #ff882e;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.backuinfo {
    height: 235px;
    background-image: url("/assets/images/eUniversity/backgr.png");
}

.menuuinfo {
    background-color: #3e77d2;
}

.menuuinfo .active {
    background-color: #2b66c4;
}

.menuuinfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.menuuinfo ul li {
    float: left;
    /* border-bottom: 1px solid #ddd; */
}

/* .menuuinfo ul li:first-child {
  border-bottom: none;
} */

.menuuinfo ul li a {
    display: inline-block;
    padding: 10px 20px;
}

.menuuinfo ul li.active a {
    color: #68a9e9;
    font-weight: 600;
}

.logouser {
    position: relative;
    top: -70px;
}

.logouser img {
    width: 110px;
    height: 110px;
    border-radius: 1000px;
}

.input-group-t {
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    position: relative;
    margin-bottom: 10px;
}

.form-control-t {
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5 !important;
}

select.form-control-t {
    height: 29.38px !important;
}

.input-group-t .input-group-addon {
    border: none;
    background: #e0e0e0;
    font-weight: 500;
    font-size: 12px !important;
    color: #333;
    font-family: "Roboto", sans-serif;
    padding-left: 15px !important;
}

.input-group-t .rq-t {
    background: url("/assets/images/eUniversity/rq-t.png") no-repeat !important;
    position: absolute;
    display: block;
    width: 23px;
    height: 20px;
    right: 8px;
    z-index: 2;
}

.form-control-t:focus {
    border-color: #fa882f !important;
}

.form-control-danger {
    border-color: red !important;
}

.input-group-icon-t {
    max-width: 42px !important;
}

.headerKeHoach {
    background-color: #3992e6 !important;
    height: 30px;
}

.btnThemMoiKH {
    float: right !important;
}

.btnEditKH {
    color: #efa640 !important;
}

.btnBellKH {
    color: #0576d4 !important;
}

.btnDeleteKH {
    color: #d56469 !important;
}

.btnQuayLaiKH {
    background-color: #f59235 !important;
    border-color: #f59235 !important;
    color: white;
    height: 30px;
    border: none;
}

.rowTitle {
    background-color: #e0e0e0 !important;
    width: 100%;
    float: left;
    padding-left: 10px;
    margin-bottom: 10px;
}

.rowContent {
    background-color: #f5f5f5 !important;
    width: 100%;
    float: left;
    padding-left: 10px;
}

.mrb5 {
    margin-bottom: 15px !important;
}

.mrb10 {
    margin-bottom: 15px !important;
}

.mrb15 {
    margin-bottom: 15px !important;
}

.pdl5 {
    padding-left: 15px !important;
}

.pdl10 {
    padding-left: 15px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.mrr10 {
    margin-right: 10px !important;
}

.header-control-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-control-left ul li {
    display: inline-block;
}

.header-control-left ul li:not(:first-of-type) {
    margin-left: -5px;
}

.header-control-left ul li:hover {
    background: #2465a2;
}

.no-paddding {
    padding: 0 !important;
}

.header-control-left ul li a {
    text-transform: initial;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
    font-weight: 500 !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}

.header-control-left ul li a i {
    margin-right: 2px;
    position: relative;
    top: 1px;
    font-size: 15px;
}

.header-control-left ul li.active a {
    background: #186dbc !important;
}

.w1 {
    width: 100px;
}

.w1_5 {
    width: 150px;
}

.w2 {
    width: 200px;
}

.w3 {
    width: 300px;
}

.grbtnedit {
    position: absolute;
    right: 5px;
    top: 0;
}

.grbtnedit .btn-link {
    font-weight: 600;
    margin-right: 15px;
    font-size: 13px;
}

.grbtnedit .btn-link i {
    margin-right: 5px;
    font-size: 14px;
}

.btn-back-t {
    color: #fff !important;
    background: #faa34d !important;
    border-color: #ec9947 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.justify-content-start {
    background: #e3e3e3;
}

.nav-tabs .nav-link {
    font-weight: normal !important;
    color: #333 !important;
    border: none !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #21499a !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.nav-tabs .nav-link:hover {
    border-radius: 0 !important;
}

.custom-file-control {
    line-height: 1 !important;
    height: 28px !important;
    padding: 0.4rem 0.75rem !important;
}

.custom-file-input {
    line-height: 1 !important;
}

.custom-file {
    height: 28px !important;
}

.custom-file-control::before {
    line-height: 1 !important;
    height: 28px !important;
}

.header-control ul li.active a,
.header-control ul li:hover a {
    background: #186dbc !important;
}

.header-control ul li {
    margin-left: 0 !important;
    padding: 0 !important;
}

.header-control ul li a {
    padding: 0 10px !important;
}

.header-control ul li a i {
    margin-right: 3px;
}

.theme-light .table-bordered th,
.theme-light .table-bordered td {
    border-color: #ddd !important;
    padding: 5px 15px;
}

.theme-light .table-bordered th {
    line-height: 22px;
}

.btnTaiLen {
    padding: 0.22rem 0.8rem !important;
}

.btnchitiet {
    width: 100%;
    color: #333;
    font-weight: 600 !important;
    font-size: 12px;
    background: #eee !important;
    box-shadow: 1px 1px 7px #ccc;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    box-shadow: 1px 2px 1px #ccc;
}

.btnchitiet i.fa-sort-asc {
    position: relative;
    top: 5px;
    font-size: 14px !important;
}

.btnchitiet i.fa-sort-desc {
    position: relative;
    top: -2px;
    font-size: 14px !important;
}

.barcontroledit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #fff;
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    box-shadow: 8px -3px 8px #ddd;
}

.btn-warning {
    color: #fff;
}

.body-vt {
    border: 1px solid #ddd;
}

.ul-vt {
    background: #d1dcf1;
}

.ul-vt ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none;
    position: relative;
    top: 1px;
    left: 1px;
}

.ul-vt ul li {
    display: inline-block;
    position: relative;
}

.ul-vt ul li a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
}

.ul-vt ul li.active a {
    background: #fff;
}

.btn-eye-vt {
    padding: 0px 4px !important;
    border-radius: 29px;
    color: #fff;
    display: inline-block;
    background: #3992e5;
    cursor: pointer;
    margin-left: 10px;
}

.table-thi thead th {
    font-size: 12px !important;
    padding: 2px 10px !important;
}

.btn-eye-vt:hover {
    background: #112b80;
}

.tabfiletailen .nav-tabs .nav-item.show .nav-link {
    background: #fff !important;
    color: #333 !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
}

.tabfiletailen .nav-tabs .nav-link.active {
    background: #fff !important;
    color: #333 !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
    box-shadow: 1px -1px 5px #eee;
}

.tabfiletailen .justify-content-start {
    background: #f3f3f3;
}

.tabfiletailen .nav-tabs .nav-link i {
    margin-right: 5px;
}

.modal-xxl .modal-lg {
    max-width: 90% !important;
    width: 90% !important;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.label-danger,
.modal-danger .modal-body {
    background-color: #ed5565 !important;
}

.bg-green,
.callout.callout-primary,
.alert-primary,
.label-primary,
.modal-primary .modal-body {
    background-color: #1ab394 !important;
}

.bg-blue,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #1c84c6 !important;
}

/*-------------sweetsalert-------------*/

.swal2-popup {
    width: 35em !important;
    padding: 0.9em !important;
    border-radius: 0 !important;
    font-family: "Roboto Condensed", sans-serif !important;
}

.swal2-icon {
    width: 2.5em !important;
    height: 2.5em !important;
    border: solid #ffb400 !important;
    background-color: #ffb400;
    margin: 1.25em auto 1.2em !important;
}

.swal2-popup .swal2-styled {
    font-family: "Roboto Condensed", sans-serif !important;
}

.swal2-icon-text {
    font-size: 2.7em !important;
    line-height: 1em;
    font-weight: 900;
}

.swal2-icon.swal2-warning {
    color: #fff !important;
}

.swal2-popup .swal2-title {
    font-size: 1em !important;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
    font-size: 1em !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    margin-right: 1em !important;
    padding: 0.4em 1.5em !important;
    background-color: #4788ee !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    margin-left: 1em !important;
    padding: 0.4em 3.5em !important;
    background-color: #7b7b7b !important;
}

.swal2-popup .swal2-styled {
    font-weight: normal !important;
}

.swal2-popup .swal2-actions {
    margin: 1.55em auto 1.4em !important;
}

#swal2-title {
    font-family: "Roboto Condensed", sans-serif !important;
}
.btn {
    cursor: pointer;
}
@media screen and (max-width: 31em) {
    .card-header--mb {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .headerctrl-mb ul {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 40em) {
    /* .ui-table-responsive .ui-table-tbody>tr>td {
        margin-left: 25px !important;
    }*/
    .ui-table-responsive .ui-table-tbody > tr > td:first-child {
        margin-left: 0;
    }
    .tdcheck .checkboxon {
        top: 15px;
        left: -17px;
    }
    .tdcheck .custom-checkbox {
        top: 15px;
        left: -17px;
    }
    .employees .tdcheck .custom-checkbox {
        position: absolute;
        top: 30px;
        left: -18px;
    }
    .contract .tdcheck .custom-checkbox {
        top: 10px;
        left: -27px;
    }
    .insurrance .tdcheck .custom-checkbox {
        position: absolute;
        top: 20px;
        left: -17px;
    }
    .structure .tdcheck .custom-checkbox {
        top: 30px;
        left: -28px;
    }
    .pos {
        position: absolute;
    }
}

@media screen and (min-width: 40em) {
    .scr-table .ui-table .ui-table-wrapper {
        overflow-x: auto;
    }
}

@media screen and (min-width: 40em) and (max-width: 47em) {
    .ma-bt {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ma-mb {
        margin-left: 0 !important;
    }
}

.special .ui-table-wrapper {
    overflow-x: auto !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.form-segment-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.form-actions {
    margin-top: 30px;
    margin-bottom: 50px;
}
.dropdown-item {
    cursor: pointer;
}
.steps {
    width: 100%;
    background-color: #fff;
    padding: 24px 0;
    position: relative;
    margin: auto;
}

.steps::before {
    content: "";
    position: absolute;
    top: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    left: calc(50px / 2);
    z-index: 1;
}

.steps::after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: var(--primary-color);
    border-radius: 15px;
    left: calc(50px / 2);
    bottom: 24px;
    transform: translateX(-45%);
    z-index: 2;
}

.step {
    padding: 0 20px 24px 50px;
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
}

.step::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #428bca;
    border-radius: 15px;
    left: calc(50px / 2);
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
    z-index: 2;
    top: 5px;
}

.step::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    left: calc(50px / 2);
    top: 0;
    z-index: 1;
}

.header {
    user-select: none;
    font-size: 16px;
}

.subheader {
    user-select: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.step-content {
    transition: all 0.3s ease-in-out;
    position: relative;
}
.width-100 {
    width: 100%;
}

.modal-fullsize .modal-dialog {
    width: 98vw;
    max-width: unset;
    margin: 0 auto;
}

.bi-page-main {
    background-color: #fff;
    padding-top: 20px;
    height: calc(100vh - 50px);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.requiredLabel:after {
    content: " *";
    color: red;
}
