/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
/* Basic $variable definitions */
html, body {
  height: 100%; }

body {
  color: #333;
  font: 13.5px/19px "Open Sans", sans-serif;
  background: #ebedf3; }

p {
  letter-spacing: 0; }

.nav-paging {
  padding-top: 10px;
  text-align: right; }
  .nav-paging .pagination {
    margin-bottom: 0;
    display: inline-flex; }

.blurring .main-wrap {
  filter: blur(5px);
  -webkit-filter: blur(5px); }

.text-upper {
  font-size: 11px;
  text-transform: uppercase; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row > .col,
  .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.small, small {
  font-size: 85%; }

.mr-b-30 {
  margin-bottom: 30px; }

.mr-reset {
  margin: 0 !important;
  padding: 0 !important; }

.text-primary {
  color: #2c435e !important; }

.text-info {
  color: #43B1F4 !important; }

.text-warning {
  color: #E59E16 !important; }

.text-success {
  color: #2AC167 !important; }

.text-danger {
  color: #EC4848 !important; }

.btn-light {
  background-color: #fff;
  border-color: #D9D9D9; }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #EBEBEB;
    border-color: #D9D9D9; }

.btn-primary {
  background-color: #2c435e;
  border-color: #2c435e; }
  .btn-primary:hover {
    background-color: #072d56;
    border-color: #072d56; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2c435e;
    border-color: #2c435e; }

.btn-info {
  background-color: #43B1F4;
  border-color: #43B1F4; }
  .btn-info:hover {
    background-color: #228dce;
    border-color: #228dce; }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #43B1F4;
    border-color: #43B1F4; }

.btn-success {
  background-color: #2AC167;
  border-color: #2AC167; }

.btn-danger {
  background-color: #EC4848;
  border-color: #EC4848; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em; }
  .btn-sm.min-w {
    min-width: 70px; }

.svg-icon {
  display: inline-flex;
  vertical-align: -.25rem;
  margin-right: 6px; }
  .svg-icon > svg {
    width: 15px; }

.form-group {
  margin-bottom: .65rem; }

.form-control {
  height: 26px;
  font-size: 13px;
  line-height: 1.5;
  padding: .125rem .5rem;
  border: 1px solid #b5b5b5; }

.custom-select {
  height: 26px;
  padding: .125rem 1rem .125rem .5rem;
  font-size: 13px;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-1 0 5 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") #fff no-repeat right 0.3rem center/8px 10px;
  border: 1px solid #bbb; }

.col-form-label {
  padding-top: calc(.125rem + 1px);
  padding-bottom: calc(.125rem + 1px);
  color: #777;
  font-size: 12.5px; }
  .col-form-label.col-auto {
    padding-left: 12px; }

.label-right .col-form-label {
  text-align: right; }

.form-control.is-valid, .was-validated .form-control:valid {
  border: 1px solid #E8E8E8; }

.form-control-plaintext {
  padding-top: calc(.125rem + 0px);
  padding-bottom: calc(.125rem + 1px); }

.form-text {
  margin-top: .1rem; }

.form-note {
  border: 0;
  height: 20px;
  border-color: transparent;
  box-shadow: none;
  resize: none;
  background: none;
  padding: 0; }

textarea.form-note {
  height: 20px; }

.input-group.bg-blank > .custom-select:not(:last-child), .input-group.bg-blank > .form-control:not(:last-child) {
  border-right-color: #fff; }
.input-group.bg-blank > .custom-select:not(:first-child), .input-group.bg-blank > .form-control:not(:first-child) {
  border-left-color: #fff; }
.input-group.bg-blank .input-group-append .input-group-text {
  border-left-color: #fff;
  background-color: transparent; }
.input-group.bg-blank .input-group-prepend .input-group-text {
  border-right-color: #fff;
  background-color: transparent; }

.input-group-text {
  padding: .125rem .5rem;
  font-size: 13px;
  background-color: #F6F5F5;
  border: 1px solid #bbb;
  color: #888; }

.custom-control {
  min-height: 1rem; }
  .custom-control + .custom-control {
    margin-top: 0.25rem; }

.custom-control.no-text {
  min-height: 1.25rem; }

.custom-control-label:before,
.custom-control-label:after {
  top: .125rem; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #43B1F4;
  background-color: #43B1F4; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(67, 177, 244, 0.5);
  background-color: rgba(67, 177, 244, 0.5); }

.custom-control-inline {
  vertical-align: -0.1rem; }

.invalid-feedback, .valid-feedback {
  margin-top: 0;
  font-size: 10px;
  letter-spacing: 0.01em;
  padding: 0;
  margin-top: .125rem; }

.badge {
  font-size: 8.5px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 3px 4px;
  letter-spacing: 0.01em; }
  .badge[class*="text-"] {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0; }

.badge-primary {
  background-color: #2c435e; }

.badge-info {
  background-color: #43B1F4; }

.badge-warning {
  background-color: #E59E16;
  color: #fff; }

.badge-success {
  background-color: #2AC167; }

.badge-danger {
  background-color: #EC4848; }

.badge-dot {
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
  padding: 0; }
  .badge-dot:empty {
    display: inline-block; }

.alert {
  display: flex;
  align-items: flex-start;
  padding: .595rem 1rem;
  margin-bottom: .75rem; }
  .alert .alert-icon {
    display: flex;
    align-items: center;
    padding: 0 .75rem 0 0; }
    .alert .alert-icon i {
      font-size: 1.5rem; }
  .alert .alert-text {
    align-self: center;
    flex-grow: 1;
    letter-spacing: 0.03em; }
    .alert .alert-text h5 {
      font-size: 12px;
      font-weight: 600;
      border-bottom: 1px solid #E9E9E9;
      padding: .3rem 0 .75rem; }
    .alert .alert-text p:last-child {
      margin-bottom: 3px; }

.alert-primary, .alert-info, .alert-success, .alert-warning, .alert-danger {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }

.alert-primary {
  color: #2c435e; }

.alert-info {
  color: #333; }
  .alert-info .fa {
    color: #43B1F4; }

.alert-success {
  color: #2AC167; }

.alert-warning {
  color: #E59E16; }

.alert-danger {
  color: #EC4848; }

.bg-sky {
  background-color: #F2F3F9; }

.bg-primary {
  background-color: #2c435e !important;
  border-color: #2c435e; }

.bg-info {
  background-color: #43B1F4 !important;
  border-color: #43B1F4;
  color: #fff; }
  .bg-info.alert-info .fa {
    color: #fff; }

.bg-success {
  background-color: #2AC167 !important;
  border-color: #2AC167; }

.bg-warning {
  background-color: #E59E16 !important;
  border-color: #E59E16; }

.bg-danger {
  background-color: #EC4848 !important;
  border-color: #EC4848; }

.bg-grey {
  background-color: #f7f7f7; }

.alert[class*="bg-"] {
  color: #fff; }

.alert-card.bg-primary {
  background-color: #E9ECEE !important;
  color: #333; }
.alert-card.bg-info {
  background-color: #ECF7FD !important;
  color: #333; }
  .alert-card.bg-info.alert-info .fa {
    color: #43B1F4; }
.alert-card.bg-success {
  background-color: #EDFEF4 !important;
  color: #333; }
.alert-card.bg-warning {
  background-color: #FCF5E7 !important;
  color: #333; }
.alert-card.bg-danger {
  background-color: #FDECEC !important;
  color: #333; }

.alert-card[class*="bg-"] {
  box-shadow: none; }

.card {
  border: none;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }

.card-header, .modal-header {
  display: flex;
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #333; }

.modal-header .modal-title {
  font-size: 17px; }

.card-header {
  font-size: 18px;
  padding: .75rem 1rem;
  font-weight: 700; }

.card-footer, .modal-footer {
  padding: .5rem 1rem;
  background-color: #eeeeef;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }

.card-border {
  display: flex;
  flex-direction: column; }
  .card-border .card-header {
    font-size: 12.5px;
    background: #F2F3F9;
    border: 1px solid #ccc;
    padding: 8px 12px 9px;
    border-bottom: 0; }

.porlet {
  border: 3px solid #E4E4E4;
  padding: .75rem 1rem; }

.porlet-header {
  padding-bottom: .25rem;
  border-bottom: 1px solid #E4E4E4; }

.porlet-body {
  padding: .5rem 0; }

.porlet-footer {
  padding-top: .75rem;
  border-top: 1px solid #E4E4E4; }

.accordion > .card {
  box-shadow: none; }
  .accordion > .card .card-header {
    padding: 0;
    border: none; }
    .accordion > .card .card-header a {
      background: #fff;
      width: 100%;
      color: #43B1F4;
      padding: .5rem 1rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .accordion > .card .card-header a .fa {
        opacity: 0.5;
        margin-right: 7px; }
      .accordion > .card .card-header a .fa-angle-down {
        opacity: 1;
        font-size: 17px;
        line-height: 0.5em; }
      .accordion > .card .card-header a.collapsed {
        color: #333;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .accordion > .card .card-header a.collapsed .fa-angle-down:before {
          content: "\f106"; }
  .accordion > .card:first-child .card-header a {
    border-top: none; }

.accordion.bg-light > .card .card-header a.collapsed {
  background: #ebedf3; }

.porlet .accordion > .card .card-header a {
  padding-left: 0;
  padding-right: 0; }

.close {
  font-weight: lighter;
  font-size: 1.4rem;
  opacity: .4; }

.dropdown-menu {
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 12px;
  border: none;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.18); }

.dropdown-item {
  padding: .4rem 2rem .4rem 1rem;
  color: rgba(68, 68, 68, 0.8);
  font-size: 11.5px; }
  .dropdown-item .fa {
    margin-right: 5px;
    opacity: 0.5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #333;
    font-weight: 600;
    border-left: 2px solid #43B1F4;
    background-color: #ECF7FD; }

.dropdown-item-text {
  padding: .4rem 2rem .4rem 1rem; }

.dropdown-toggle.no-text {
  height: 18px;
  padding: 0; }
  .dropdown-toggle.no-text:after {
    border: none;
    content: "...";
    font-size: 22px;
    line-height: 0.2em;
    margin: 0 .25rem; }

.popover {
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  font-size: 11.5px; }

.popover-header {
  font-size: 12px;
  background-color: transparent; }

.popover.bg-dark {
  background-color: #4E555E !important; }
  .popover.bg-dark .popover-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
    color: #fff; }
  .popover.bg-dark .popover-body {
    color: #fff; }
  .popover.bg-dark.bs-popover-right > .arrow::after {
    border-right-color: #4E555E; }
  .popover.bg-dark.bs-popover-bottom > .arrow::after {
    border-bottom-color: #4E555E; }
  .popover.bg-dark.bs-popover-top > .arrow::after {
    border-top-color: #4E555E; }
  .popover.bg-dark.bs-popover-left > .arrow::after {
    border-left-color: #4E555E; }
  .popover.bg-dark.bs-popover-bottom .popover-header::before {
    border-bottom-color: transparent; }

.tooltip {
  font-size: 11.5px; }

.tooltip.bg-light {
  background-color: transparent !important; }
  .tooltip.bg-light .tooltip-inner {
    background-color: #fff !important;
    color: #333;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12); }
  .tooltip.bg-light.bs-tooltip-right > .arrow::before {
    border-right-color: #fff; }
  .tooltip.bg-light.bs-tooltip-bottom > .arrow::before {
    border-bottom-color: #fff; }
  .tooltip.bg-light.bs-tooltip-top > .arrow::before {
    border-top-color: #fff; }
  .tooltip.bg-light.bs-tooltip-left > .arrow::before {
    border-left-color: #fff; }

.list-group.list-group-sm .list-group-item {
  padding: .45rem .95rem; }

.list-group.hover-pointer .list-group-item {
  cursor: pointer; }

.img-responsive {
  max-width: 100%; }

.line-camp-1 {
  display: block;
  line-height: 1.8;
  max-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.line-camp-2 {
  display: block;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.line-camp-3 {
  display: block;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.line-camp-4 {
  display: block;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.line-camp-5 {
  display: block;
  line-height: 1.8;
  max-height: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.valign-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  align-items: center; }
  .valign-middle > div {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .valign-middle > div.mr-auto {
    margin-right: auto !important; }

.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-auto {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.flex-middle {
  align-self: center; }

.flex-full {
  display: flex;
  flex-direction: column;
  height: 100%; }

.main-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: auto; }

.top-bar {
  padding: 0;
  transition: all 0.1s;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 0.05em;
  background: #f3f4f7; }
  .top-bar .navbar-top {
    background: #565656;
    color: #eeeeef;
    width: 100%;
    height: 35px; }
    .top-bar .navbar-top .container-fluid {
      display: flex; }
    .top-bar .navbar-top .datetime {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 0;
      padding: .5rem .9rem;
      width: 50%; }
      .top-bar .navbar-top .datetime .fa {
        opacity: 0.5; }
    .top-bar .navbar-top .account {
      margin: 0; }
      .top-bar .navbar-top .account > li {
        list-style: none; }
        .top-bar .navbar-top .account > li > a {
          display: block;
          color: #fff;
          padding: .5rem .9rem;
          text-decoration: none; }
          .top-bar .navbar-top .account > li > a .fa {
            opacity: 0.5; }
          .top-bar .navbar-top .account > li > a.noti .badge {
            vertical-align: text-top;
            margin-left: -3px;
            margin-top: -3px; }
          .top-bar .navbar-top .account > li > a.noti .fa {
            font-size: 15px; }
      .top-bar .navbar-top .account .sep-line-r {
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .top-bar .navbar-top .fa-navicon {
      font-size: 18px;
      vertical-align: -0.15em; }
    .top-bar .navbar-top .dropdown-profile > a:hover ~ .dropdown-menu, .top-bar .navbar-top .dropdown-profile .dropdown-menu:hover {
      display: block; }
    .top-bar .navbar-top .dropdown-profile .dropdown-menu {
      margin-right: 5px;
      margin-top: 0; }
  .top-bar .navbar-bottom {
    background: #d8dbe2;
    width: 100%;
    border-bottom: 1px solid #b9b9b9; }
    .top-bar .navbar-bottom .nav-link {
      padding: 3px 8px 4px;
      margin: 5px 2px;
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.6;
      border: 1px solid #b5b5b5;
      border-radius: 4px; }
      .top-bar .navbar-bottom .nav-link .fa {
        margin-right: 5px;
        opacity: 0.5; }
      .top-bar .navbar-bottom .nav-link:hover {
        background: rgba(0, 0, 0, 0.05); }
      .top-bar .navbar-bottom .nav-link.active {
        border: 1px solid #c5c3c3;
        background-color: #fff; }
        .top-bar .navbar-bottom .nav-link.active .fa {
          opacity: 0.8; }
      .top-bar .navbar-bottom .nav-link .svg-icon > svg {
        width: 17px; }
    .top-bar .navbar-bottom .badge {
      border-radius: 9px;
      height: 17px;
      font-size: 10px;
      line-height: 11px;
      min-width: 17px;
      position: absolute;
      margin-top: -8px; }

.noti-dropdown {
  padding-bottom: 0; }
  .noti-dropdown .dropdown-item {
    line-height: 1.6;
    border-top: 1px solid #eeeeef; }

.nav-separator {
  padding: 5px; 
  background: white; }

.navbar-brand {
  padding-bottom: .375rem; }

.nav-tabs {
  border-bottom-color: #c5c5c5;
  padding: 10px 1rem 0;
  background-color: #f3f4f7;
  /*.nav-item+.nav-item .nav-link:before {
  	content: "";
  	border-left: 1px solid $Dark;
  	position: absolute;
  	left: -2px;
  	top: 5px;
  	height: 17px;
  	opacity: 0.4;
  }
  .nav-item .nav-link.active:before {
  	display: none;
  }*/ }
  .nav-tabs .nav-link {
    padding: .25rem .5rem;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    margin-right: 5px;
    border: 1px solid #d4d4d4;
    border-bottom-color: #c5c3c3;
    background-color: #ebedf3; }
    .nav-tabs .nav-link:hover {
      border-color: #c5c3c3;
      background: rgba(0, 0, 0, 0.05); }
    .nav-tabs .nav-link.active {
      -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
      z-index: 9;
      border-color: #c5c3c3;
      border-bottom: 1px solid transparent;
      background: #f7f7f9;
      font-weight: 600; }
  .nav-tabs .close-btn {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -.09em;
    padding-left: 10px; }
  .nav-tabs.nav-lines {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f7f7f9;
    border-top: 1px solid #d0d0d0; 
    border-bottom: 1px solid #d0d0d0; }
    .nav-tabs.nav-lines .nav-link {
      font-weight: 600;
      padding: .3rem .75rem;
      display: flex;
      align-items: center;
      height: 100%;
      border-radius: 4px; }
    .nav-tabs.nav-lines .nav-link.active {
      box-shadow: none;
      background-color: #fff;
      border-color: #d0d0d0; }
    .nav-tabs.nav-lines .nav-item .nav-link:before {
      display: none; }

.table td, .table th {
  padding: .45rem .6rem;
  vertical-align: middle;
  border-color: #E5E6EA; }

.table thead th {
  font-weight: 600;
  border-bottom-width: 1px;
  background-color: #F2F3F7; }

.table {
  background: #fff; }
  .table .first-cell {
    padding-left: 18px;
    width: 5px; }
  .table .row-active {
    background-color: #FBFCFD; }
  .table .td-disable {
    position: relative;
    opacity: 0.5; }
    .table .td-disable:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }

.table-hover tbody tr:hover {
  background-color: #F9F8FC; }

.table-nested {
  border-bottom: 1px solid #EEEFF2; }

.table-nested > tbody > tr > td {
  border-top: 1px solid #EEEFF2; }

.border-dotted tr + tr td {
  border-top: 1px dashed #ccc; }

.modal-header {
  padding: .65rem 1rem; }
  .modal-header .close {
    padding: .45rem .5rem;
    margin: -.5rem -.75rem -1rem auto; }

.modal-title {
  font-size: 12px;
  font-weight: 600; }

.page-link {
  background-color: transparent;
  border: none;
  color: #2c435e;
  padding: .25rem .45rem;
  margin: 0 .1rem;
  border-radius: 3px;
  font-size: 11px; }

.page-item.active .page-link {
  background-color: #43B1F4;
  border-color: #43B1F4; }

.page-item.disabled .page-link {
  opacity: .5; }

.spinner-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 2001;
  background-color: rgba(240, 244, 249, 0.7); }

.spinner-border {
  width: 26px;
  height: 26px;
  border-width: 2px;
  border-right-color: rgba(255, 255, 255, 0.3); }
  .spinner-border.text-danger {
    border-right-color: rgba(236, 72, 72, 0.3); }
  .spinner-border.text-info {
    border-right-color: rgba(67, 177, 244, 0.3); }
  .spinner-border.text-light {
    border-top-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3); }
  .spinner-border.float-right {
    margin-left: 12px; }

.spinner-border-md {
  width: 17px;
  height: 17px;
  border-width: 1.5px; }

.spinner-border-sm {
  width: 14px;
  height: 14px;
  border-width: 1.5px; }

.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  .avatar.size-md {
    width: 42px;
    height: 42px; }
  .avatar > img {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%; }

.tit-man {
  font-size: 34px;
  line-height: 45px;
  background: #F2F3F7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px; }

.tit-sec {
  color: #76C755;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 40px; }

.tit-pre {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 26px; }

.box-form {
  padding: 40px 15px; }
  .box-form .box-tit .tit {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.08em;
    color: #2c435e;
    max-width: 80%;
    margin: 0 auto 20px; }

.color-white {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit; }

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto; }

.aside-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 30%;
  min-width: 300px;
  overflow-y: auto;
    /*border-right: 1px solid #e9e9e9;
	&:not(:last-child) {
		border-right: 1px solid #e9e9e9;
	}
	&:not(:first-child) {
		border-left: 1px solid #e9e9e9;
	}*/ }

.aside-nav {
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column; }
  .aside-nav .card-title {
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 15px;
    margin-bottom: 4px; }
    .aside-nav .card-title:before {
      content: "";
      display: inline-block;
      border-left: 4px solid #aaa;
      height: 4px;
      vertical-align: middle;
      margin-right: 8px; }
  .aside-nav .card-text {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: .75rem 1rem;
    border-radius: 5px; }
  .aside-nav .list-group-item {
    padding: .5rem 1.5rem; }
    .aside-nav .list-group-item.active {
      background-color: #43B1F4;
      border-color: #43B1F4; }
  .aside-nav .list-group-item-header {
    padding: .35rem .75rem;
    background: #ebedf3; }

.list-log {
  padding-left: 16px;
  margin: 0;
  list-style: circle; }
  .list-log > li {
    position: relative;
    margin-bottom: 3px; }
    .list-log > li:before {
      content: "";
      position: absolute;
      border-left: 1px dotted #ddd;
      top: -8px;
      bottom: 6px;
      left: -14px; }
    .list-log > li:first-child:before {
      top: 8px; }

.wrapper-lv-4 {
  flex: 1;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); }

.main-cont {
  height: 100%; }

.card-sp {
  padding: 22px 18px 16px;
  position: relative;
  min-height: 190px; }

.card-cont-sp {
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  padding: 16px 12px; }

.card-title-sp {
  font-size: 12.5px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  background: #fff;
  margin: -11px 8px 8px;
  padding: 4px 8px;
  z-index: 9;
  /*&:before {
      content: "";
      display: inline-block;
      border-left: 4px solid #aaa;
      height: 4px;
      vertical-align: middle;
      margin-right: 8px;
  }*/ }

.ticket-sum {
  font-size: 13px;
  padding: .35rem 1.75em;
  margin-top: 3px;
  color: #333;
  background: #d7edff;
  border-bottom: 1px solid #afd9f3;
  border-top: 1px solid #afd9f3; }
  .ticket-sum .info {
    margin: 4px 0; }
    .ticket-sum .info > label {
      color: #333;
      margin-bottom: 0;
      font-weight: 600; }

.main-btn-group {
  background: #ebedf3;
  width: 100%;
  height: 42px;
  padding: .35rem .5rem;
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.2); }

.fix-workspace {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  .fix-workspace .autoscroll-1 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%; }
  .fix-workspace .main-btn-group {
    width: auto; }
    .fix-workspace .main-btn-group .btn {
      margin: 0 .35rem; }

.partial-workspace {
  overflow: hidden;
  padding-top: 5px;
  height: 100%; }
  .partial-workspace > .row {
    height: 100%; }
    .partial-workspace > .row > .col {
      display: flex;
      flex-direction: column;
      height: 100%; }

.tab-content.tabs-style {
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); }

.box-single {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50%; }
  .box-single .card {
    width: 500px;
    max-width: 500px; }
    .box-single .card .card-header {
      font-size: 15px;
      font-weight: 600; }

.border-cont {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 12px; }

footer {
  position: relative;
  z-index: -1;
  min-height: 100px;
  font-size: 11px;
  color: #999; }
  footer .bg-gradient {
    position: absolute;
    bottom: 0;
    top: -12rem;
    left: 0;
    right: 0;
    opacity: 0.15; }

.navbar-light .navbar-toggler {
  border: none;
  padding: 0 .25rem; }
  .navbar-light .navbar-toggler:focus {
    outline: none; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7); }

.navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 8px; }
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  font-weight: 600; }
.ui-datepicker .ui-icon {
  display: block;
  width: 23px;
  height: 23px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid transparent; }
  .ui-datepicker .ui-icon:before {
    display: block;
    padding: 1px 3px;
    font-size: 18px;
    text-align: center; }
  .ui-datepicker .ui-icon:hover {
    border-color: #dfecf5;
    background: #e8f6ff; }
.ui-datepicker .ui-datepicker-prev span {
  left: 0; }
  .ui-datepicker .ui-datepicker-prev span:before {
    content: "\f104"; }
.ui-datepicker .ui-datepicker-next span {
  right: 0; }
  .ui-datepicker .ui-datepicker-next span:before {
    content: "\f105"; }

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  text-align: center; }
  .ui-datepicker-calendar th {
    padding: .7em .3em;
    font-weight: 600;
    opacity: 0.4; }
  .ui-datepicker-calendar td {
    border-spacing: none;
    padding: .125em 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .ui-datepicker-calendar tr > td:last-child {
    border-right: none; }
  .ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto; }
  .ui-datepicker-calendar .ui-state-default {
    font-weight: normal;
    color: #454545;
    border: 1px solid transparent; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #e8f6ff; }
  .ui-datepicker-calendar .ui-state-highlight {
    border-color: #dfecf5; }
  .ui-datepicker-calendar .ui-state-active {
    background: #43B1F4;
    color: #fff; }

.date-picker {
  max-width: 375px;
  border: 1px solid #bbb;
  border-radius: 2px;
  margin: auto; }
  .date-picker .datepicker-inline {
    width: auto; }
  .date-picker .datepicker table {
    width: 100%;
    text-align: center; }
    .date-picker .datepicker table th {
      padding: .7em .3em;
      font-weight: 600;
      opacity: 0.5;
      border-bottom: 1px solid #e5e5e5; }
      .date-picker .datepicker table th.datepicker-switch {
        opacity: 1; }
      .date-picker .datepicker table th.prev, .date-picker .datepicker table th.next {
        position: relative;
        text-indent: -9999px;
        opacity: 0.8; }
        .date-picker .datepicker table th.prev:before, .date-picker .datepicker table th.next:before {
          display: block;
          font: normal normal normal 18px/1 FontAwesome;
          left: 0;
          right: 0;
          text-align: center;
          text-indent: 0;
          position: absolute; }
      .date-picker .datepicker table th.prev:before {
        content: "\f104"; }
      .date-picker .datepicker table th.next:before {
        content: "\f105"; }
    .date-picker .datepicker table tr td, .date-picker .datepicker table tr td:hover, .date-picker .datepicker table tr td.active, .date-picker .datepicker table tr td.active:hover {
      border-spacing: none;
      padding: 7px 0 8px;
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd;
      position: relative;
      color: #454545;
      font-weight: normal;
      background: transparent;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0); }
    .date-picker .datepicker table tr > td:last-child {
      border-right: none; }
    .date-picker .datepicker table tr td:before {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid transparent;
      z-index: -1; }
    .date-picker .datepicker table tr td:hover:before {
      background: #e8f6ff; }
    .date-picker .datepicker table tr td.today {
      border-color: #dfecf5; }
    .date-picker .datepicker table tr td.old, .date-picker .datepicker table tr td.new {
      opacity: 0.2; }
    .date-picker .datepicker table tr td.active, .date-picker .datepicker table tr td.active:hover {
      color: #fff;
      background: transparent; }
    .date-picker .datepicker table tr td.active:before {
      border-color: #dfecf5;
      background: #43B1F4; }

.combo-textarea .form-control {
  margin-top: -1px;
  border-radius: 0; }
  .combo-textarea .form-control:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .combo-textarea .form-control:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem; }
  .combo-textarea .form-control.subject {
    display: flex;
    height: 30px; }
    .combo-textarea .form-control.subject input {
      width: 100%;
      margin: -2px 0;
      border: 0; }
      .combo-textarea .form-control.subject input:focus {
        outline: 0; }

div:focus {
  outline: none; }

.img-frame {
  position: relative; }
  .img-frame .close-btn {
    display: inline-block;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    opacity: 0.9;
    position: absolute;
    top: 10px;
    left: 10px;
    text-decoration: none; }
    .img-frame .close-btn:hover {
      opacity: 0.8; }

.has-error {
  position: relative; }
  .has-error > .form-control {
    border-color: #EC4848; }
  .has-error > .form-group {
    border: 1px solid #EC4848; }
  .has-error > .input-group {
    border: 1px solid #EC4848; }

.has-error-itself {
  position: relative;
  border: 1px solid #EC4848;
  border-radius: 0.25rem;
  padding: 5px 10px 0 0; }
