.page-sidebar .page-logo {
  padding: 5px 1rem;
  min-height: 4.125rem;
  height: auto;
}

ul {
  list-style: none;
}

.page-sidebar .info-card {
  padding: 0 1rem;
}

.nav-menu li a {
  padding: 0.8125rem 1rem;
}

.nav-menu li > ul li a {
  padding: 0.8125rem 1rem 0.8125rem 3rem;
}

.page-sidebar .page-logo-text {
  width: 185px;
}

.auth .page-logo {
  width: auto;
}

.nav-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 1.5625rem;
  top: 44px;
  bottom: 0;
  border-left: 1px solid #4a78c2;
}

.nav-menu ul > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: .4rem;
  height: .4rem;
  background-color: #4a78c2;
  left: 1.4rem;
  top: calc(50% - .3rem);
  border: 1px solid #333;
  border-radius: 50%;
  z-index: 1;
}

.nav-menu ul > li a:hover:after {
  border-color: transparent;
}

#modal-shortcut ul {
  display: flex;
}

.app-list-item {
  width: 8.25rem;
}

.app-list-name {
  text-overflow: inherit;
  white-space: pre-wrap;
  overflow: initial;
}

.breadcrumb li.breadcrumb-item {
  max-width: initial;
}

element.style {
}

.breadcrumb li.breadcrumb-item:hover {
  max-width: initial;
}

.breadcrumb li.breadcrumb-item:hover {
  max-width: initial !important;
}

.btn-align-right {
  float: right;
  margin-right: 0.5%;
}

::-webkit-input-placeholder[type="number"] {
  text-align: right;
}

/*select 2 validation*/

span.select2.is-invalid .select2-selection, div.is-invalid a.form-control {
  border-color: #fd3995;
}

.thead-color {
  color: #ffffff;
  background-color: #4679cc;
}

table.DTFC_Cloned .thead-color tr {
  background-color: #4679cc;
}

table.DTFC_Cloned .project-name {
  max-width: 20% !important;
  width: 200px !important;
}

table.DTFC_Cloned .project-code {
  max-width: 5% !important;
  width: 100px !important;
}

table.DTFC_Cloned .long-text {
  width: 80px !important;
  max-width: 80px !important;
  word-wrap: normal !important;
}

.pointer {
  cursor: pointer;
}

.form-control-no-border {
  display: block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background-color: #fff;
  border: 1px solid #fff;
}

.custom-switch {
  padding-left: 2.46875rem;
}

.btn-margin-top-3px {
  margin-top: 5px;
}

table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: #4679cc;
  word-wrap: normal;
}

table.DTFC_Cloned thead tr th {
  word-wrap: normal;
}

div.DTFC_Blocker {
  background-color: #4679cc
}

div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2
}

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none
}

table.dataTable.display tbody tr.DTFC_NoData {
  background-color: transparent
}

.languages_box {
  clear: bottom;
  margin-bottom: 5px;
}

.languages_box span.current {
  border-bottom: 2px solid #f58220;
  padding-bottom: 0;
}

.languages_box span {
  margin: 0 3px;
  cursor: pointer;
}

.languages_box span .flag {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.languages_box span.active .flag,
.languages_box span .flag:hover {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

/*----------Thao--------------*/
.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
  border-left: none;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li {
  z-index: 99;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu ul > li a:after {
  display: none;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu li a > .nav-link-text {
  padding-left: 0;
}

.languages_box_inline .languages_box {
  position: absolute;
  right: 25px;
  margin-top: 10px;
}

.languages_box_inline .input_box input, .languages_box_inline .input_box textarea {
  padding-right: 80px;
}

.modal {
  z-index: 99999999;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 0.5em;
}

.datetimepicker .mx-datepicker {
  width: 100%;
}

.datetimepicker .mx-datepicker input {
  border: 1px solid #E5E5E5;
  height: 37px;
  font-size: 13px;
  color: #444;
}

/* ckfinder */
.cke_contents.cke_reset {
  min-height: 500px;
}

.datepicker.datepicker-dropdown {
  z-index: 10000!important;
  /*top: 263.234px!important;*/
}

.is-invalid {
  border: 1px solid #fd3995 !important;
}

.js-nav-menu li a {
  cursor: pointer;
}

.media-selector {
  padding-top: 0px !important;
}

.mx-datepicker-popup {
  z-index: 99999999999 !important;
}

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

/* .page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
    background-color: #1e8793 !important;
} */

.page-sidebar {
  background-image: linear-gradient(270deg, rgba(51, 148, 225, .18), transparent);
  background-color: #001932 !important;
  width: 16rem !important;
}

.nav-menu li a > .nav-link-text {
  color: #ffffff;
}

body .nav-menu li a > [class*='fa-'], .nav-menu li a > .ni {
  color: #ffffff;
}

ul.dropdown-menu[_ngcontent-c2] {
  right: 0;
  left: auto
}

.nav-tabs {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs li.nav-item a.nav-link {
  height: 100%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: #edf2f9;
  background: none;

}

.nav-justified .nav-item.active {
  border-bottom: 2px solid #886ab5;
}

.nav-justified .nav-item:hover {
  border-bottom: 2px solid #886ab5;
}

/*.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {*/
/*    border-color: #faf8fb;*/
/*    border-bottom: 2px solid #886ab5;*/
/*}*/

.nav-tabs .nav-item .nav-link:hover:not(.active) {
  color: #886ab5;
}

.active.btn-default {
  background: #564578;
}


.kqcda {
  background: #33A0F0 !important;
}

.mtda td,
.mtda {
  background: rgba(81, 176, 191, 1) !important;
}

.kqtg td,
.kqtg {
  background: #92D6E6 !important;
}

.kqtg td:first-child {
  padding-left: 15px;
}

.kqtt td,
.kqtt {
  background: #B4E2F3 !important;
}

.kqtt td:first-child {
  padding-left: 20px;
}

.bold-500 {
  font-weight: 500 !important;
}

.Red {
  color: #b94a48
}

.Yellow {
  color: #c09853
}

.Green {
  color: #468847
}

.plan-hidden, .pro {
  display: none
}

.padding-left-0 {
  padding-left: 0;
}

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

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

.label-kqcda {
  border-left: 5px solid #1772b5;
  background: #33A0F0;
  padding: 8px 7px;
  color: #fff;
  margin-bottom: 10px;
}

.label-kqtg {
  border-left: 5px solid rgb(91, 155, 164);
  background: rgba(81, 176, 191, 0.8117647058823529);
  padding: 8px 7px;
  color: #fff;
  margin-bottom: 10px;
}

.label-kqtt {
  border-left: 5px solid rgb(117, 172, 185);
  background: #92D6E6;
  padding: 8px 7px;
  color: #fff;
  margin-bottom: 10px;
}

.label-mtda {
  border-left: 5px solid rgb(117, 172, 185);
  background: #D2B48C;
  padding: 8px 7px;
  color: #fff;
  margin-bottom: 10px;
}


.kqcda {
  background: #9DDFD3 !important;
  color: #000 !important;
}

.mtda td,
.mtda {
  background: rgba(81, 176, 191, 1) !important;
  color: #000 !important;
}

.kqtg td,
.kqtg {
  background: #92D6E6 !important;
  color: #000 !important;
}

.kqtg td:first-child {
  padding-left: 15px;
}

.kqtt td,
.kqtt {
  background: #B4E2F3 !important;
  color: #000 !important;
}

.type7 td,
.type7 {
  background: #2ECCFA !important;
  color: #000 !important;
}

.type5 td,
.type5 {
  background: #51b0bf !important;
  color: #000 !important;
}

.type4 td,
.type4 {
  background: #0080FF !important;
  color: #000 !important;
}

.type_eopo td,
.type_eopo {
  background: #0099C8 !important;
  color: #000 !important;
}
.type3_5 td,
.type3_5 {
  background: #ebab21 !important;
  color: #000 !important;
}

.type6 td,
.type6 {
  background:#5f9ea0 !important;
  color: #000 !important;
}

.type8 td,
.type8 {
  background:#81DAF5 !important;
  color: #000 !important;
}

.type3 td,
.type3 {
  background:#1e8793 !important;
  color: #000 !important;
}

.type2 td,
.type2 {
  background: #aadf17 !important;
  color: #000 !important;
}

.type_uptake td,
.type_uptake {
  background: #5fa063 !important;
  color: #000 !important;
}

.type9 td,
.type9 {
  background: #FFFFFF !important;
  color: #000 !important;
}

.type10 td,
.type10 {
  background: #f87d7d !important;
  color: #000 !important;
}


.kqtt td:first-child {
  padding-left: 20px;
}

.hd td,
.hd {
  background: #fff !important;
  color: #333 !important;
}

.hoat_dong td,
.hoat_dong {
  background: #58D3F7 !important;
  color: #000 !important;
}


.hd td:first-child {
  padding-left: 25px;
}

.total {
  background-color: #1e8793 !important;
}
.total td,
.total th {
  color: #fff !important;
}

.activity {
  background: #fff !important;
  color: #000 !important;
}

.label-yellow {
  border: 2px solid transparent;
  background-color: #FFEB3B;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-orange {
  border: 2px solid transparent;
  background-color: #FF9900;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-green {
  border: 2px solid transparent;
  background-color: #03a9f4;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-grey {
  border: 2px solid transparent;
  background-color: #9e9e9e;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-remove {
  border: 2px solid #03a9f4;
  background-color: #9e9e9e;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.increased-zindex-class {
  z-index: 999999;
}

.select2-element {
  position: relative;
  margin-bottom: 30px;
}

.select2-element small.help-block {
  position: absolute !important;
  top: 30px !important;
}

.help-block {
  color: #b94a48;
}

#mobile-profile-img {
  display: block !important;
}

/*
requirement:  13/11/2019
 */
table thead tr th {
  text-align: center !important;
}

/*===========================*/
table .btn {
  padding: 2px 6px 2px;
  margin: 0 2px;
}

.onoffswitch {
  margin-top: 2px;
  margin-bottom: 0;
}

.disabledAction,
table.table-bordered tr th.sorting a {
  pointer-events: none;
}

table.table-bordered tr th.sorting {
  cursor: pointer;
  background: url('../../img/sorting.png') no-repeat center right #1e8793 !important;
  position: relative;
}

.sorting {
  background: url('../../img/sorting.png') no-repeat center right #1e8793 !important;
}


table.table-bordered tr th.sorting.sorting_desc:before,
table.table-bordered tr th.sorting.sorting_asc:before {
  position: absolute;
  right: 5px;
  top: 7px;
  border: solid 5px transparent;
  border-bottom-color: #fff;
  content: '';
}

table.table-bordered tr th.sorting.sorting_desc:before {
  border-bottom-color: transparent;
  border-top-color: #fff;
  top: 15px;
}

table.table-bordered tr th.sorting.sorting_desc,
table.table-bordered tr th.sorting.sorting_asc {
  background-image: none !important;
}

table.table-bordered tr:first-child th a {
  color: #fff;
}

table.table.table-bordered tr td,
table.table.table-bordered tr th {
  vertical-align: middle;
}

table.table-bordered tr th,
table.table-bordered tr:first-child th {
  background: #1e8793;
  color: #fff;
}

table.table-bordered tr.grey th,
table.table-bordered tr.grey:first-child th {
  background: #eee;
  color: #333;
}

.text-default {
  color: #fff
}

.no-padMar {
  padding: 0px !important;
  margin: 0px !important;
}

table .form-control {
  height: 29px;
  line-height: 29px;
  padding: 3px 12px;
}

a {
  cursor: pointer;
}

.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
  border-bottom: solid 1px #ddd !important;
  border-top: solid 1px #ddd !important;
  margin-bottom: 10px !important;
}

#content form,
#content table {
  /*margin-top: 10px;*/
  width: 100%;
}

.action_box a,
.action_box button {
  margin: 0 3px;
}

#mobile-profile-img i.fa {
  margin-right: 5px;
}

.btn.btn-ribbon {
  pointer-events: none;
  cursor: default;
}

.dropdown-menu li p {
  padding: 10px 10px 0px 10px;
}

div.alertCustom {
  margin-bottom: 0;
  font-size: 35px;

}

#jarviswidget-fullscreen-mode {
  background: #f1f1f1;
  overflow-y: scroll;
}

.form-fullscreen-btn .fa {
  color: #fff;
}

.onoffswitch-inner:before {
  background-color: #1e8793
}

.btn-success,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #1e8793;
  border-color: #1e8793;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before,
.pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #1e8793;
}

.jarviswidget > header {
  border-color: #1e8793 !important;
  background: #1e8793;
  color: #fff;
}

.sort_parent .child_item {
  display: none;
}

.ui-sortable-helper {
  display: table;
  width: 100% !important;
}

.select2-results__option[aria-selected="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.select2-results li {
  padding: 3px 5px;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success,
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #1e8793;
  border-color: #1e8793;
}

.ui-datepicker {
  z-index: 99999 !important;
}

.table .pink {
  background: #fccdc7;
}

.table .yellow {
  background: #fce6ad
}

.table .green {
  background: #e2fbc2;
}

.table .brown {
  background: #d8cab2;
}

.table .white {
  background: #fff;
}

.table .bold {
  font-weight: bold;
}

.table .blue td,
.table .blue {
  background: #1e8793 !important;
  color: #fff;
}

.table .white td,
.table .white {
  background: #fff !important;
}

.table .warning td,
.table .warning {
  background: #E6A131 !important;
  color: #fff;
}

.table .gradient th,
.table .gradient td {
  background: none !important;
  color: #333 !important;
}

.table .gradient {
  background-color: #eee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
}

.table .gradient .project_code {
  background: #f1f1f1 !important;
  font-weight: bold;
  color: #333 !important;
}

.quarter_item {
  margin-top: 5px;
}

.form-submit .btn {
  min-width: 100px;
  margin-right: 10px;
}

.q11 .select2-container {
  z-index: 1;
}

#logo {
  color: #088B99;
  font-weight: bold;
  white-space: nowrap;
  line-height: 34px;
}

.logo_box img {
  max-width: 100%;
}

.logo_box {
  padding: 10px;
  background: #ececec;
  border-top: solid 1px #474544;
  border-right: solid 1px #cac8c7;
}

.language_vn .logo_us,
.language_us .logo_vn {
  display: none !important;
}

.language_vn .logo_vn,
.language_us .logo_us {
  display: block !important;
}

body.minified .logo_box {
  padding: 5px;
}

.form-group .btn {
  margin-right: 5px;
}

@media screen {
  .content_page_a4 {
    width: 21cm;
    height: auto;
    margin: auto;
    margin-top: 20px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 2.5cm 2cm 2.5cm 3cm;
  }
}

@media print {
  .label-orange {
    background: #acacac !important;
    -webkit-print-color-adjust: exact;
  }

  .label-green, .label-yellow {
    border: 1px solid #333;
    padding: 5px 7px;
  }
}

nav ul li.openFixed ul {
  display: block !important;
}

#main {
  z-index: 500;
}

span.approved_hidden .approve {
  display: none !important;
}

span.approve {
  white-space: nowrap;
  color: black;
  font-weight: normal;
  margin-right: 3px;
}

span.smaller {
  color: red;
  font-weight: bold;
}

span.lager {
  color: green;
  font-weight: bold;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1000;
}

.sticky-special {
  position: sticky;
  position: -webkit-sticky;
  top: 33px;
  z-index: 1000;
}

span.finalized_span {
  color: #000;
  font-weight: normal;
}

.select2-container--disabled .select2-selection {
  background: #f1f1f1;
}

.numberCircle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 3px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  font: 10px Arial, sans-serif;
  display: inline-block;
  line-height: 9px;
  text-align: center;
}

@media print {
  .action {
    display: none !important;
  }

  .content_page_a4 {
    font-family: "Times New Roman", sans-serif;
    box-sizing: border-box;
    height: auto;
    border: none;
    font-size: 16px;
  }
}

.form-report-activity span.select2 {
  width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.groupBtn .btn {
  margin-right: 10px;
}

.title_report {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.box-fixed-thead table thead tr th {
  position: sticky;
  top: 0;
  z-index: 1001;
}

.box-fixed-thead {
  width: 100%;
  height: 500px;
  overflow: auto;
}

.table-responsive {
  overflow: auto;
  max-height: 98vh;
}

#content_preview,
#preview-page {
  font-size: 9px;
}

.select2-selection.select2-selection--multiple {
  overflow: auto !important;
}

.select2-container-multi.select2-choices, .select2-selection--multiple {
  overflow: auto !important;
  width: 100% !important;
}

.select2-no-scroll .select2-container-multi.select2-choices, .select2-no-scroll .select2-selection--multiple {
  overflow: hidden !important;
  width: 100%;
}

.select2-no-scroll .select2-selection.select2-selection--multiple {
  overflow: hidden !important;
  width: 100%;
}

.bold-color {
  font-weight: bold;
}

.color_text {
  color: black;
  font-weight: bold;
  background-color: #1e8993 !important;
}

.just-color {
  background-color: #92d6e6 !important;
  color: black;
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  .page-content {
    padding: 1rem;
  }

  .page-header {
    padding: 0 1rem;
  }
}

.breadcrumb {
  margin: 0 0 1rem;
}

.nav-menu li ul li a {
  font-size: 0.8rem;
}

header ul.dropdown-menu {
  position: absolute !important;
  top: 37px !important;
  left: -103px !important;
  will-change: top, left !important;
}

.page-header {
  z-index: 9999999;
}

.help-block {
  color: #b94a48 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #037580 !important;
  border-color: #037580 !important;
}

.btn-primary {
  background-color: #037580 !important;
  border-color: #037580 !important;
  border-radius: 8px !important;
}

.btn-success {
  background-color: #037580 !important;
  border-color: #037580 !important;
  border-radius: 8px !important;

}

.btn-default {
  background: #FFFFFF !important;
  border: 1px solid #037580 !important;
  border-radius: 8px !important;
  color: #037580 !important;
}

.is-button {
  margin-top: 24px;
  color: white !important;
  margin-right: 2px;
}

.auth-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #fff;
}

.auth-logo img {
  width: 100%;
}

.layout-title {
  color: #ffffff;
  margin-top: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  font-family: Font Awesome\ 5 Pro;
}

.project-header-name {
  max-width: calc(100% - 400px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-project-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kqcda:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.w-15 {
  width: 15% !important;
}

.w-10-rem {
  width: 10rem !important;
}

.select2-dropdown {
  z-index: 9999999!important;
}

.bold_total {
  font-weight: bold;
}

.div-message-input-data {
  margin-bottom: 15px;
}

.table-custom.table-striped tbody tr.tr-odd td {
  background-color: #f9f9f9 !important;
}
.table-custom.table-striped tbody tr.tr-even td {
  background-color: white !important;
}
.collapse:not(.show) {
  height: 0;
  overflow: hidden;
  display: block;
}
.select2-selection--multiple .select2-selection__rendered,
.select2-selection--multiple .select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.btn-margin-top-10px {
  margin-top: 10px;
}
.span-fake-input-view {
  border: 1px solid #e5e5e5;
  padding: 8px;
  display: block;
  width: 100%;
  min-height: 37px;
  border-radius: 4px;
}
.select-background-white .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}
.select-background-white select:disabled {
  background-color: transparent;
}
.margin-top-24 {
  margin-top: 24px;
}
.margin-top-10 {
  margin-top: 10px;
}
. collapse-sign {
  margin-left: auto;
}
.datepicker.datepicker-high.datepicker-dropdown {
  z-index: 100000000 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding-right: 5px;
}
.width-200 {
  width: 200px;
  min-width: 200px;
}
.min-width-90 {
  min-width: 90px;
}
.table-custom .width-130 {
  width: 130px;
  min-width: 130px;
}
.table-custom .left-130 {
  left: 130px;
}
.table-custom .left-310 {
  left: 310px;
}
.table-custom .left-490 {
  left: 490px;
}
