.main-sidebar {
  padding-top: 60px;
}
.main-sidebar .sidebar .sidebar-menu li {
  font-size: 13px;
}
.main-sidebar .sidebar .sidebar-menu li a {
  font-size: 13px;
}
.main-sidebar .sidebar .sidebar-menu .treeview {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  font-size: 13px;
}
.main-sidebar .sidebar .sidebar-menu .treeview:hover > a {
  color: #00d9ff;
  font-size: 13px;
}
.main-sidebar .sidebar .sidebar-menu .treeview a .svg-inline--fa {
  width: 1.125em;
}
.main-sidebar .sidebar .management_list {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
}
.main-sidebar .sidebar .management_list li {
  margin-bottom: 10px;
  padding: 5px 0px 5px 30px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.main-sidebar .sidebar .management_list li a {
  color: #bbe4ea;
  cursor: pointer;
  padding-left: 30px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.main-sidebar .sidebar .management_list li:last-child {
  margin-bottom: 0;
}
.main-sidebar .sidebar .management_list li:hover {
  background: #79b2c5;
}
.main-sidebar .sidebar .management_list li:hover a {
  color: #0b6468;
}
.main-sidebar .sidebar .management_list:last-child li {
  padding-left: 0;
}

.content-wrapper {
  padding: 5px 10px;
}
.content-wrapper .btn-primary {
  background-color: #00899f;
  border-color: #367fa9;
  font-size: 12px;
  margin-right: 10px;
}
.content-wrapper .btn-warning {
  font-size: 12px;
  margin-right: 10px;
}
.content-wrapper .btn-info {
  font-size: 12px;
  margin-right: 10px;
}
.content-wrapper .white-bg {
  margin-top: 1rem;
  background: white;
  padding: 10px 20px;
  position: relative;
}
.content-wrapper .white-bg h4 {
  color: #10899e;
  display: inline-block;
}
.content-wrapper .white-bg h4.cursor {
  cursor: pointer;
}
.content-wrapper .white-bg .field-input {
  width: 100%;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #cacaca;
  outline: 0;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.content-wrapper .white-bg .field-input .user-off {
  color: red;
  font-size: 9px;
}
.content-wrapper .white-bg .border-input-type-file {
  border: 1px solid #cacaca;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  width: 100%;
  text-align: center;
}
.content-wrapper .white-bg .border-input-type-file input[type=file] {
  opacity: 0;
  border: none;
}
.content-wrapper .white-bg .border-input-type-file .val {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  text-indent: 10px;
  pointer-events: none;
}
.content-wrapper .white-bg .border-input-type-file .excel {
  width: 30px;
  position: absolute;
  top: 0;
  padding: 3px;
}
.content-wrapper .white-bg .border-input-type-file .new {
  color: red;
  position: absolute;
  right: 5px;
  top: 7px;
  font-family: fantasy;
  display: none;
}
.content-wrapper .white-bg .select2-container {
  width: 100%;
}
.content-wrapper .white-bg .select2-container .select2-selection--single {
  height: 32px;
}
.content-wrapper .white-bg .select2-container--default .select2-selection--single,
.content-wrapper .white-bg .select2-selection .select2-selection--single {
  padding: 5px 0px;
}
.content-wrapper .white-bg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
}
.content-wrapper .white-bg .select2-container--default .select2-selection--single {
  border: 1px solid #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-wrapper .white-bg .input-group-btn {
  font-size: inherit;
}
.content-wrapper .white-bg .field-datepicker {
  width: 100%;
  background: #fff;
  padding: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #00899f;
  border-right: 0;
  outline: 0;
}
.content-wrapper .white-bg .upload {
  color: #fff;
  background: #10899e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 5px 20px;
  border: 1px solid #10899e;
}
.content-wrapper .white-bg .input-group .input-group-addon {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #10899e;
}
.content-wrapper .white-bg table .blue_text {
  color: #10899e;
}
.content-wrapper .white-bg table .category {
  background-color: #10899e;
  color: #fff;
  position: relative;
  z-index: 99;
}
.content-wrapper .white-bg table .category .daucong {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 23px;
  height: 23px;
  margin: 0 auto;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  background: transparent;
}
.content-wrapper .white-bg table .category .daucong span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.content-wrapper .white-bg table .category .th-inner {
  overflow: visible;
}
.content-wrapper .white-bg .btn_submit {
  background: #c99a6d;
  color: #fff;
  border: 1px solid #c99a6d;
  text-transform: uppercase;
}
.content-wrapper .white-bg .btn_submit:disabled {
  background: rgba(181, 142, 105, 0.6);
}
.content-wrapper .white-bg .reset {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  cursor: pointer;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.content-wrapper .white-bg .copy-contract-id {
  position: absolute;
  left: -5px;
  bottom: 9px;
  z-index: 10;
  cursor: pointer;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.content-wrapper .white-bg.list-child-contract {
  padding: 5px 20px 10px;
}

.content {
  padding: 10px 5px 0px 5px;
}

.box {
  margin-bottom: 10px;
}

/*
Custom error 
*/
.custom-error .error-wrapper {
  display: none;
}

.custom-error .has-error {
  position: relative;
}
.custom-error .has-error .error-wrapper {
  display: block;
}
.custom-error .has-error input.field-input,
.custom-error .has-error textarea.field-input,
.custom-error .has-error .select2-container--default .select2-selection--single,
.custom-error .has-error .select2-container--default .select2-selection--multiple,
.custom-error .has-error .border-input-type-file,
.custom-error .has-error .field-datepicker,
.custom-error .has-error .input-group-addon,
.custom-error .has-error .error {
  border: 1px solid red !important;
}
.custom-error .has-error .error-wrapper {
  position: absolute;
  color: red;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.custom-error .has-error .error-wrapper span {
  display: none !important;
  position: absolute;
}
.custom-error .has-error .error-wrapper:hover span {
  display: block !important;
  background-color: rgba(243, 25, 25, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  white-space: nowrap;
}
.custom-error .has-error .error-wrapper:hover span.right {
  right: 0;
}

.custom-error .has-error.tooltip-right span.tooltiptext {
  right: 0;
}

.datetime {
  border: 1px dashed #b3b3b3;
}

/*
Panigation
*/
.subpanel-pagination {
  text-align: center;
}
.subpanel-pagination .pagination > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #11899e;
  border-color: #0f6371;
}

/*
Page Finance Import
*/
.upload-wrapper {
  position: relative;
  width: 100%;
  height: 105px;
  border-radius: 5px;
  border: 1px solid #cac7c7;
  padding: 15px;
}
.upload-wrapper .upload-content {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0px;
  border: 1px dashed #000;
  text-align: center;
}
.upload-wrapper .upload-content p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 75px;
  color: #a2a2a2;
  font-family: Arial;
  display: block;
}
.upload-wrapper .upload-content .excel {
  height: 100%;
  padding: 10px;
  display: none;
  margin: auto;
}
.upload-wrapper .upload-content .dropzone .dz-preview .dz-details .dz-filename {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: unset !important;
}
.upload-wrapper input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.upload-wrapper.has-file .upload-content p {
  display: none;
}
.upload-wrapper.has-file .upload-content .excel {
  display: block;
}

/*
ul list style 1
*/
.columns-client {
  column-width: 320px;
  column-gap: 30px;
}
.columns-client .column-item {
  display: inline-block;
  margin-bottom: 4rem;
  width: 100%;
}

.box-style-1.sub-vertical h4, .box-style-1.sub-vertical h5 {
  color: #000 !important;
}
.box-style-1 h4, .box-style-1 h5, .box-style-1 h6 {
  font-weight: bold;
  color: #000;
}
.box-style-1 ul {
  padding: 0;
}
.box-style-1 ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #9c9c9c;
}

.footer-container {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .crp-btn {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border: 0;
  margin: 0 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
  }
  .modal-dialog .field-input {
    width: 100%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #cacaca;
    outline: 0;
    display: inline-block;
  }
  .modal-dialog .form-horizontal .form-group label {
    margin-top: 5px;
  }
  .modal-dialog .select2,
.modal-dialog .multi-select-2 {
    width: 100% !important;
  }
  .modal-dialog .select2-container .select2-selection--single {
    height: 34px;
  }
  .modal-dialog .select2-container--default .select2-selection--single,
.modal-dialog .select2-selection .select2-selection--single {
    padding: 5px 0px;
  }
  .modal-dialog .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
  }
  .modal-dialog .select2-container--default .select2-selection--single {
    border: 1px solid #cacaca;
  }
  .modal-dialog .modal-footer {
    border-top: none;
  }
  .modal-dialog .modal-footer .btn_submit {
    background: #c99a6d;
    color: #fff;
    border: 1px solid #c99a6d;
    text-transform: uppercase;
  }
  .custom-error .form-group {
    width: 100%;
  }
  .form-inline .input-group {
    width: 100%;
  }
}
/*
action in list view default
*/
.action_list {
  display: flex;
  align-items: center;
}
.action_list .btn {
  margin-right: 2px;
}
@media (max-width: 1300px) {
  .action_list .btn {
    font-size: 8px !important;
  }
}

.item_list_default {
  font-size: 14px;
}
@media (max-width: 1300px) {
  .item_list_default {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .item_list_default {
    font-size: 12px;
  }
}

input:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  opacity: 1;
}

/*
Custom pagiation
*/
.pagination > .active > a {
  background-color: #10899e;
  border-color: #0e6675;
}

/*
Custom AdminLte
*/
.skin-blue .sidebar-form {
  margin: 5px 10px;
}
.skin-blue .main-header .sidebar-toggle {
  padding: 15px 15px;
}
.skin-blue .main-header .navbar {
  min-height: 45px;
}
.skin-blue .main-header .navbar .nav > li > a {
  padding-top: 13px;
  padding-bottom: 12px;
}
.skin-blue .main-header .logo .logo-lg img {
  height: 35px;
}

.subpanel_table_content.roles_panel {
  padding: 0 0 0 20px;
}
.subpanel_table_content.roles_panel .name_roles {
  font-size: 1.6rem;
  color: #00899f;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0;
}
.subpanel_table_content.roles_panel .table-roles {
  width: auto;
  margin-left: 50px;
  margin-bottom: 5px;
  border: 1px solid rgba(202, 202, 202, 0.1803921569);
}
.subpanel_table_content.roles_panel .table-roles .header {
  text-align: center;
}
.subpanel_table_content.roles_panel .table-roles .header:not(:last-child) {
  border-right: 1px solid rgba(202, 202, 202, 0.1803921569);
}
.subpanel_table_content.roles_panel .table-roles tr td select {
  text-align: center;
  text-align-last: center;
}
.subpanel_table_content.roles_panel .table-roles tr td:not(:last-child) {
  border-right: 1px solid rgba(202, 202, 202, 0.1803921569);
}

/*# sourceMappingURL=custom.css.map */
