pre {
  font: inherit;
}

.form-group label {
  font-size: inherit;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[class^=col-], [class*=" col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-tabset>.nav.nav-tabs {
  white-space: nowrap;
  overflow: auto hidden;
}

.home-tabset>.nav.nav-tabs>li {
  float: none;
  display: inline-block;
}

.tab-content {
  padding: 0 !important;
}

.btn:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

.flex-align-end {
  align-items: flex-end;
}

.close.close-center {
  vertical-align: middle;
}

.p-0 {
  padding: 0px !important;
}

.w-100 {
  width: 100%;
}

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

aside.al-sidebar {
  width: 220px;
}

.slimScrollBar {
  margin-left: 43px !important;
}

.al-content {
  padding: 8px 10px !important;
}

.font-desc {
  font-weight: inherit;
  padding-left: 0px;
}

.boder-menu {
  border: 2px solid rgba(0, 0, 0, 0.12);
  height: 364px;
}

textarea {
  resize: none;
  max-width: 100%;
}

.min-width {
  width: 1px;
}

.pointer {
  cursor: pointer;
}

.margin-input {
  margin-top: 15px;
  margin-bottom: 15px;
}

.height-textarea {
  height: 84px !important;
}

.padding-edit-input {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

.editable-wrap {
  width: 100%;
}

.pl-0 {
  padding-left: 0px !important;
}

.uib-select-different .ui-select-bootstrap.ui-select-container {
  width: 195px;
}

.center {
  text-align: center;
}

.display-longtext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0px !important;
  font-size: 12px;
  cursor: pointer;
}

.uib-timepicker {
  border: none;
}

.width-collapse-code {
  width: 80px;
}

.width-collapse-note {
  width: 120px;
}

.width-collapse-desc {
  width: 150px;
}

.count-style {
  font-weight: initial;
  padding-right: 10px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.table-wrapper {
  position: relative;
}

.table-wrapper .table-scroll {
  height: 120px;
  overflow: auto;
  border: 1px solid;
}

.table-wrapper .table-scroll table thead th .text {
  position: absolute;
  margin-top: -8px;
}

@media (max-width: 768px) {
  .captcha {
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .al-content {
    margin-left: 0px !important;
    padding: 8px 10px !important;
  }
}

a.al-logo span {
  color: #d4232d !important;
}

a.al-logo:hover {
  color: #d4232d !important;
}

a.collapse-menu-link:hover {
  color: #d4232d !important;
}

#svgCaptcha svg {
  background-color: white;
  fill: white;
}

.color-button {
  color: #666;
  font-weight: 400;
  font-size: 14px !important;
}

.color-button:hover, .color-button:active, .color-button:focus {
  color: #666;
  font-weight: 400;
}

table {
  overflow: hidden !important;
}

table tr th {
  font-weight: bold;
  font-size: 12px;
}

table tr td {
  font-size: 12px;
}

p {
  font-size: 12px !important;
}

body {
  font-size: 14px;
}

.editable-wrap {
  white-space: normal !important;
  color: #000 !important;
}

table {
  border: 1px solid #dcdc;
  font-size: 12px;
}

table tr th {
  font-weight: bold;
}

table tr td {
  line-height: 34px !important;
}

.d-inline-flex {
  display: inline-flex;
}

li.tag-item {
  color: black !important;
  background: white !important;
}

.biller-image-container {
  white-space: nowrap;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.biller-image-container .image-preview {
  display: inline-block;
  position: relative;
  margin: 5px;
  height: 200px;
  width: auto;
}

.biller-image-container .image-preview img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.biller-image-container .image-preview .image-preview-btn {
  position: absolute;
  opacity: 0;
}

.biller-image-container .image-preview:hover .image-preview-btn {
  opacity: 1;
}

hr.hr-style {
  border-top: 1px solid #cbcbcb;
}

.nav {
  flex-wrap: nowrap;
}

.list-style-none {
  list-style: none;
}

.color-white {
  color: white;
}

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

.word-break-all {
  word-break: break-all;
}

.al-user-profile img {
  background-color: white;
}

.avatar-image {
  max-height: 100%;
  max-width: 100%;
  height: 150px;
  width: 200px;
  object-fit: cover;
}

.hover-image {
  position: relative;
}

.hover-image::after {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./../images/upload.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hover-image:hover::after {
  opacity: 0.6;
}

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

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

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

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

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

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

.margin-bottom {
  margin-bottom: 15px;
}

.padding-bottom {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .margin-top-sm {
    margin-top: 15px;
  }
  .padding-top-sm {
    margin-top: 15px;
  }
  .margin-right-sm {
    margin-right: 15px;
  }
  .padding-right-sm {
    margin-right: 15px;
  }
  .margin-left-sm {
    margin-left: 15px;
  }
  .padding-left-sm {
    margin-left: 15px;
  }
  .margin-bottom-sm {
    margin-bottom: 15px;
  }
  .padding-bottom-sm {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .margin-top-md {
    margin-top: 15px;
  }
  .padding-top-md {
    margin-top: 15px;
  }
  .margin-right-md {
    margin-right: 15px;
  }
  .padding-right-md {
    margin-right: 15px;
  }
  .margin-left-md {
    margin-left: 15px;
  }
  .padding-left-md {
    margin-left: 15px;
  }
  .margin-bottom-md {
    margin-bottom: 15px;
  }
  .padding-bottom-md {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg {
    margin-top: 15px;
  }
  .padding-top-lg {
    margin-top: 15px;
  }
  .margin-right-lg {
    margin-right: 15px;
  }
  .padding-right-lg {
    margin-right: 15px;
  }
  .margin-left-lg {
    margin-left: 15px;
  }
  .padding-left-lg {
    margin-left: 15px;
  }
  .margin-bottom-lg {
    margin-bottom: 15px;
  }
  .padding-bottom-lg {
    margin-bottom: 15px;
  }
}

.form-horizontal .form-control-1 {
  display: block;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  margin: 0;
}

.form-control-1 {
  display: block;
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  margin: 0;
}

.form-horizontal .form-control-2 {
  display: block;
  min-height: 82px;
  max-height: 82px;
  height: 82px;
  margin: 0;
}

.form-control-2 {
  display: block;
  min-height: 98px;
  max-height: 98px;
  height: 98px;
  margin: 0;
}

.form-horizontal .form-control-3 {
  display: block;
  min-height: 136px;
  max-height: 136px;
  height: 136px;
  margin: 0;
}

.form-control-3 {
  display: block;
  min-height: 168px;
  max-height: 168px;
  height: 168px;
  margin: 0;
}

.form-horizontal .form-control-4 {
  display: block;
  min-height: 190px;
  max-height: 190px;
  height: 190px;
  margin: 0;
}

.form-control-4 {
  display: block;
  min-height: 238px;
  max-height: 238px;
  height: 238px;
  margin: 0;
}

label.form-control-1, .form-control-label {
  line-height: 28px;
}

.form-common .form-group>label:nth-child(even) {
  font-weight: bold;
}

.input-group-addon-default {
  background: none;
}

.ratio-container {
  position: relative;
  width: 100%;
}

.ratio-container.ratio-1-1 {
  padding-top: 100%;
}

.ratio-container.ratio-1-2 {
  padding-top: 200%;
}

.ratio-container.ratio-1-3 {
  padding-top: 300%;
}

.ratio-container.ratio-1-4 {
  padding-top: 400%;
}

.ratio-container.ratio-2-1 {
  padding-top: 50%;
}

.ratio-container.ratio-2-3 {
  padding-top: 150%;
}

.ratio-container.ratio-2-4 {
  padding-top: 200%;
}

.ratio-container.ratio-3-1 {
  padding-top: 33.3333333333%;
}

.ratio-container.ratio-3-2 {
  padding-top: 66.6666666667%;
}

.ratio-container.ratio-3-4 {
  padding-top: 133.3333333333%;
}

.ratio-container.ratio-4-1 {
  padding-top: 25%;
}

.ratio-container.ratio-4-2 {
  padding-top: 50%;
}

.ratio-container.ratio-4-3 {
  padding-top: 75%;
}

.ratio-container .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.d-block {
  display: block;
}

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

.d-flex {
  display: flex;
}

@media (min-width: 768px) {
  .d-block-sm {
    display: block;
  }
  .d-inline-block-sm {
    display: inline-block;
  }
  .d-flex-sm {
    display: flex;
  }
}

@media (min-width: 992px) {
  .d-block-md {
    display: block;
  }
  .d-inline-block-md {
    display: inline-block;
  }
  .d-flex-md {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .d-block-lg {
    display: block;
  }
  .d-inline-block-lg {
    display: inline-block;
  }
  .d-flex-lg {
    display: flex;
  }
}

request-loader-display {
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 904;
}

request-loader-display .progress {
  height: 100%;
  overflow: visible;
}

request-loader-display .progress .progress-bar {
  position: relative;
  background-image: linear-gradient(-90deg, #8ebde4, rgba(0, 0, 0, 0) 30px), linear-gradient(90deg, #337ab7, #276da9);
}

request-loader-display .progress .progress-bar::before {
  content: " ";
  box-shadow: 5px 0px 20px 2px #6987ff;
  width: 20px;
  display: block;
  height: 3px;
  float: right;
  position: absolute;
  right: 0px;
}

.repeat-with-delimiter:not(:last-child)::after {
  content: ", ";
}

.table>tbody>tr>td.list-action-cell {
  padding-right: 8px !important;
  width: 8px !important;
}

.table>tbody>tr>td>button.list-action-cel {
  padding-right: 8px !important;
  width: 8px !important;
}

.badge-common {
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
  color: white !important;
}

.badge-list {
  width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-bottom: 0px !important;
}

.btn-common {
  width: 90px;
}

.btn-remove {
  width: 100%;
}

.btn-list {
  float: right;
  width: 120px;
}

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

form.group+form.group {
  margin-left: -5px;
}

.border-rad-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.border-rad-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.btn-margin {
  margin-top: 6px;
  margin-bottom: 6px;
}

.btn-three-button {
  width: 94px !important;
}

.button-lang {
  width: 100px !important;
}

.button-color {
  background-color: #2b3990 !important;
  color: white !important;
}

.button-color:hover {
  color: white !important;
}

.button-color:focus {
  color: white !important;
}

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

.ml-button-small {
  margin-left: 10px;
}

.ml-button-single-small {
  margin-left: 6px;
}

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

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

.btn-font-unlock {
  font-size: 20px !important;
}

.button-small {
  padding: 3px !important;
  font-size: 12px !important;
}

.btn:focus, .btn-default:focus, .btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus, .btn-danger:focus, .btn-link:focus {
  box-shadow: none;
}

.panel-heading {
  position: relative;
}

.panel-heading .panel-title {
  font-size: 30px;
}

.panel-heading-action {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  right: 22px;
}

.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

.dragdrop ul[dnd-list] {
  max-height: 364px;
  overflow-y: hidden;
}

.dragdrop ul[dnd-list]:hover {
  overflow-y: auto;
}

.dragdrop ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

.dragdrop ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

.table-right {
  border: 1px solid;
}

.input-detail[disabled] {
  color: #333;
}

.subSelect {
  margin-top: 10px;
}

.tabs-left {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: 10px;
}

.tabs-left .nav.nav-tabs {
  display: block;
  background: white !important;
  width: 100%;
}

.tabs-left .nav.nav-tabs li a {
  color: black !important;
}

.tabs-left .nav.nav-tabs li.active a {
  background-color: #edf6e4 !important;
  font-weight: bold;
}

.tabs-left .nav.nav-tabs li:hover a {
  background-color: #edf6e4 !important;
  font-weight: bold;
}

@font-face {
  font-family: "mainFont";
  src: url("../fonts/SanFranciscoText-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

.al-sidebar {
  transition: width 0.5s;
  min-height: auto;
  height: auto;
  bottom: 0;
}

.al-sidebar .slimScrollBar, .al-sidebar .slimScrollRail {
  left: 226px;
}

.al-main {
  transition: margin-left 0.5s;
}

a, button {
  cursor: pointer;
}

html, body {
  height: 100%;
}

.page-top {
  width: 100%;
  background-color: #BA242D
}

body {
  font-size: 14px;
  word-wrap: break-word;
  font-family: sans-serif;
}

.navbar-custom-menu, .main-header .navbar-right {
  float: right
}

@media (max-width:991px) {
  .main-header .navbar-custom-menu a, .main-header .navbar-right a {
    color: inherit;
    background: transparent
  }
}

@media (max-width:991px) {
  .navbar-custom-menu .navbar-nav>li {
    float: left
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left
  }
  .navbar-custom-menu .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px
  }
}

@media (max-width:767px) {
  .main-header {
    position: relative
  }
  .main-header .logo, .main-header .navbar {
    width: 100%;
    float: none
  }
  .main-header .navbar {
    margin: 0
  }
  .main-header .navbar-custom-menu {
    float: right
  }
}

@media (max-width:991px) {
  .navbar-collapse.pull-left {
    float: none !important
  }
  .navbar-collapse.pull-left+.navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px
  }
}

.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
  width: 650px;
  padding: 0 0 0 0;
  margin: 0;
  top: 56px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
  position: relative
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center
}

@media (max-width:991px) {
  .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: normal
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu, .navbar-nav>.messages-menu>.dropdown-menu>li .menu, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
  max-height: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
  background: #f4f4f4;
  text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
  width: 20px
}

.dropdown-menu {
  box-shadow: none;
  border-color: #eee
}

.dropdown-menu>li>a {
  color: #777
}

.dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion {
  margin-right: 10px
}

.dropdown-menu>li>a:hover {
  background-color: #e1e3e9;
  color: #333
}

.dropdown-menu>.divider {
  background-color: #eee
}

@media screen and (max-width: 830px) {
  .lb {
    position: absolute;
    top: 16px;
    right: 92px;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
  }
  .panel-sty {
    width: 100%;
  }
  .text-noti {
    display: none
  }
  .navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu .navbar-nav>.tasks-menu>.dropdown-menu {
    right: 15%;
    width: 350px;
    padding: 0 0 0 0;
    margin: 0;
    top: 68px
  }
}

@media screen and (max-width:321px) {
  .al-user-profile {
    margin: 10px 0;
  }
  .user-profile {
    float: right;
    min-width: 70px !important;
    margin-top: 5px;
  }
  .li-noti {
    padding: 0px !important;
    margin-top: 10px
  }
  .al-user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .lb {
    position: absolute;
    top: 15px;
    right: 71px;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
  }
}

@media screen and (min-width:831px) {
  .lb {
    position: absolute;
    top: 2px;
    right: 19px;
    text-align: center;
  }
  .panel-sty {
    width: 70%;
    margin: auto
  }
}

@media only screen and (max-width: 400px) {
  /* .lb{
    position: absolute;text-align: center;top: 11px;
    right: 84px;
  } */
  .user-profile {
    min-width: 100px;
  }
  .panel-sty {
    width: 100%;
  }
  .navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu .navbar-nav>.tasks-menu>.dropdown-menu {
    right: 15%;
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 68px
  }
}

.li-noti {
  padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
  position: relative
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center
}

@media (max-width:991px) {
  .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
  text-decoration: none;
  font-weight: normal
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu, .navbar-nav>.messages-menu>.dropdown-menu>li .menu, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
  max-height: 350px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
  background: #f4f4f4;
  text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
  width: 20px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
  margin: 0;
  padding: 10px 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  content: " ";
  display: table
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
  clear: both
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
  padding: 10px
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
  padding: 0;
  margin: 0
}

.navbar-nav>.user-menu>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 430px
}

.navbar-nav>.user-menu>.dropdown-menu, .navbar-nav>.user-menu>.dropdown-menu>.user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2)
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
  display: block;
  font-size: 12px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before, .navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
  content: " ";
  display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
  clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
  color: #444 !important
}

@media (max-width:991px) {
  .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before, .navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #666666
}

@media (max-width:991px) {
  .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    background-color: #f9f9f9
  }
}

.navbar-nav>.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px
}

@media (max-width:767px) {
  .navbar-nav>.user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px
  }
}

.open:not(.dropup)>.animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    transform: perspective(400px)
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px)
  }
}

.navbar-custom-menu>.navbar-nav>li {
  position: relative
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto
}

@media (max-width:991px) {
  .navbar-custom-menu>.navbar-nav {
    float: right
  }
  .navbar-custom-menu>.navbar-nav>li {
    position: static
  }
  .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff
  }
}

.dropdown-menu {
  right: 0;
  left: auto
}

.box-header>.box-tools .dropdown-menu>li>a {
  color: #444!important
}

/* .header{padding:10px 25px 10px 15px;font-size:12px}li.header{display:none !important;-webkit-transform:translateZ(0)} */

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
  border-left-width: 1px
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
  border-left-color: #f4f4f4;
  border-right-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444
}

.nav-tabs-custom>.nav-tabs>li.header>.fa, .nav-tabs-custom>.nav-tabs>li.header>.glyphicon, .nav-tabs-custom>.nav-tabs>li.header>.ion {
  margin-right: 5px
}

.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px
}

.open:not(.dropup)>.animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both
}

.nav-tabs-custom .dropdown.open>a:active, .nav-tabs-custom .dropdown.open>a:focus {
  background: transparent;
  color: #999
}

.bg-tb {
  background: #EDF2FA;
}

.noti-img-sty {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 34px auto;
}

.noti-dt-sty {
  width: 100%;
  border-top: 1px solid #DDDFE2;
  line-height: 1.34;
}

.sty b:hover {
  text-decoration: underline;
  color: #BA242D
}

input {
  padding: 5px;
}

.no-after::after {
  content: none;
}

ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

ul[dnd-list] .dndDraggingSource {
  display: none;
}

ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

.editable-wrap {
  width: 100%;
  white-space: normal;
  color: #000;
}

.editable-wrap input {
  width: 100%;
}

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

@page {
  size: A4;
  margin: 0;
}

@media print {
  .modal.in .modal-dialog {
    transform: none;
  }
  html, body {
    width: 210mm;
    height: 297mm;
    overflow: hidden;
  }
  body * {
    visibility: hidden;
  }
  .print-area {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 210mm;
    height: 297mm;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    z-index: 99999;
  }
  .print-area * {
    visibility: visible;
  }
}

form[novalidate].ng-submitted .ng-invalid, form[novalidate].ng-submitted .ng-invalid-date, form:not([novalidate]) .ng-invalid, form:not([novalidate]) .ng-invalid-date {
  border-color: #f00 !important;
}

.ratio-1-1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.ratio-1-1>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.form-control>form.editable-wrap {
  margin: -6px -12px;
}

.form-control>form.editable-wrap ul.dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

.form-control a {
  width: 100%;
  display: block;
  cursor: text;
  border: none;
}

thead.text-center>tr>th {
  text-align: center;
}

thead.align-middle>tr>th {
  vertical-align: middle;
}

tbody.text-center>tr>td {
  text-align: center;
}

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

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.charInput .editable-wrap {
  width: auto;
}

.charInput .editable-wrap input {
  width: 20px;
}

#toast-container.toast-top-right {
  top: 80px;
}

.dropdown-toggle.no-caret::after {
  content: none;
}

.span-check-validate {
  color: red;
}

a.al-logo span {
  color: #f5f5f5 !important;
}

.bg-success {
  background-color: rgb(8, 145, 88) !important;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff !important;
  vertical-align: middle;
  background-color: #d8720e;
  border-radius: 10px;
  margin-right: 5px;
}

button.btn.btn-success {
  background: rgb(8, 145, 88);
  border-color: rgb(8, 145, 88);
}

.bg-danger {
  background-color: #e01008!important;
}

.text-title {
  text-transform: uppercase;
}

.btn-group-distribution {
  padding: 5px !important
}

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

.nav.nav-tabs>li.active>a {
  color: #BA242D;
  background-color: #efebeb;
  border-bottom: 5px solid #BA242D;
  font-weight: bold;
}

.panel {
  margin-top: 10px;
}

.home-tabset>.nav.nav-tabs>li:not(:first-child) {
  border-left: 1px solid #c3c2c2;
}

/*nhung */

.badge {
  background-color: #bfbbb8;
}

.panel-title {
  font-weight: bold;
  opacity: .9;
  color: #ba242d;
  text-transform: capitalize;
}

.form-control-customer {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  height: auto;
  padding: 3px 0 5px;
  /* &:focus {
    box-shadow: none;
    border-bottom-color: rgba(0,0,0,0.12);
    ~ .animated-label {
      top: 0;
      opacity: 1;
      color: #8e44ad;
      font-size: 12px;
      &:after {
        visibility: visible;
        width: 100%;
        left: 0;
      }
    }
  } */
}

/* .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #BA242D;
} */

/* .form-control:after {
  visibility: visible;
  width: 100%;
  left: 0;
} */

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

tr.noBorder td {
  border: none !important;
}

.seperateRow {
  border-collapse: separate;
  border-spacing: 0 5px;
}

/* .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
} */

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.div-pocket-primary {
  border: #56565f ! important;
  border-style: double !important;
  min-height: 300px !important;
  margin: 15px !important;
}

.offer-config-service {
  min-height: 300px;
  border: #56565f ! important;
  border-style: double !important;
  min-height: 300px !important;
  margin: 30px !important;
}

/* Toggle Button */

.switch {
  position: relative ! important;
  display: inline-block! important;
  width: 50px ! important;
  height: 24px ! important;
}

.switch input {
  opacity: 0 ! important;
  width: 0 ! important;
  height: 0 ! important;
}

.slider {
  position: absolute ! important;
  cursor: pointer ! important;
  top: 0 ! important;
  left: 0 ! important;
  right: 0 ! important;
  bottom: 0 ! important;
  background-color: #ccc ! important;
  -webkit-transition: .4s ! important;
  transition: .4s ! important;
}

.slider:before {
  position: absolute ! important;
  content: "" ! important;
  height: 22px ! important;
  width: 24px ! important;
  left: -2px ! important;
  bottom: 1px ! important;
  background-color: white ! important;
  -webkit-transition: .4s ! important;
  transition: .4s ! important;
}

input:checked+.slider {
  background-color: rgb(8, 145, 88) ! important;
}

input:focus+.slider {
  box-shadow: 0 0 1px rgb(8, 145, 88)! important;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px) ! important;
  -ms-transform: translateX(26px) ! important;
  transform: translateX(26px) ! important;
}

.slider.round {
  border-radius: 34px ! important;
}

.slider.round:before {
  border-radius: 50% ! important;
}

.switchField {
  margin-top: 15px ! important;
}

.bill-check {
  height: 14px ! important;
}

.billField input[type=text] {
  border: 1px solid #CCC !important;
  margin: 10px 0 ! important;
}

.bill-close {
  margin-right: 30px;
}

.billField input[type=checkbox] {
  margin-top: 20px;
}

.bill-btn {
  margin-top: 15px;
}

li.search-field input.default {
  width: 90% !important;
}

h1, h2, h3, h4, h5, h6 {
  width: auto;
}

/*Dev Role*/

.devContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rowMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.devRole {
  margin: -20px 0 30px -12px;
}

.subDev label, .perMenu label {
  font-weight: 400;
}

.subDev {
  margin: 20px 0px 0px 95px;
}

.subDev li {
  margin: 10px 0;
}

#devRole .panel-heading {
  border: none;
  float: none;
  height: 0;
  margin-top: 3px;
}

#devRole .panel {
  /*margin:0px 0px;*/
  border: none;
  box-shadow: none;
}

#devRole .panel-title {
  color: #666;
  font-size: 14px !important;
  line-height: 0;
  margin-left: -22px;
  margin-top: -5px;
}

#devRole .faRole {
  font-size: 20px;
  padding-right: 12px;
  color: #3c8dbc;
  cursor: pointer;
}

#devRole span {
  margin-left: 15px;
}

#devRole .subCheck {
  margin-top: 3px !important;
}

#devRole .roleCheck {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: 300;
  font-size: 12px;
  color: #666;
  content: "\a0";
  background-color: #FFF !important;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin: 0px 0px 0 -10px;
  position: absolute;
  float: left;
}

#devRole .panel-body {
  border: none;
  padding: 0px;
  margin-left: 20px;
}

#devRole label.custom-checkbox {
  margin-bottom: 10px;
}

#devRole a:hover {
  color: inherit;
}

.uib {
  margin: 5px 0;
}

.childRole {
  margin-top: -10px !important;
}

#devRole .col-xs-4 {
  width: 360px;
}

.devMenu {
  color: #ba242d;
  font-size: 16px;
}

.roleMenu {
  color: #BA242D;
  /*font-weight: 500;*/
  font-weight: bold;
}

/* offer factory */

.icon-offer-fee {
  color: #ba242d;
}

.table-offer tbody tr td {
  padding: 1px ! important;
}

.panel-title-form {
  font-size: 15px;
  font-weight: bold;
}

#definitionRule {
  background-color: #e1e6e4;
  border-radius: 3px;
  margin-bottom: 20px;
}

.notFound {
  text-align: center;
  color: #d2cccc
}

.grid {
  list-style: none;
  /*margin-left: -40px;*/
}

.gc {
  /*box-sizing: border-box;
 display: inline-block;
 margin-right: -.25em;
 min-height: 1px;
 padding-left: 40px;
 vertical-align: top;*/
}

.gc1 {
  /*width: 30.33333%;
 margin-left: 20px;*/
}

.gc1 .pfmenu {
  background-color: #f0f3f4;
  min-height: 480px;
  margin-top: 20px;
  margin-left: 20px;
}

.gc2 {
  padding: 0 24px;
  /*width: 60.66666%;*/
}

.naccs {
  position: relative;
  margin: 10px auto 0;
  min-height: 520px;
}

.naccs .pfmenu div {
  padding: 15px 10px;
  margin-bottom: 10px;
  margin: auto;
  color: base-color;
  background: #f0f3f4;
  /*width: 94.33333%;*/
  /*background: $second-color;*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: 1px solid #CBCBCB;
  box-shadow: none;
  font-size: 13px !important;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: base-color;
  border-radius: 100%;
  /*transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

.naccs .menu div.active span.light {
  /*background-color: $third-color;*/
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .pfmenu div.active {
  color: #fff;
  background: #BA242D;
}

ul.nacc {
  position: relative;
}

ul.nacc li.active {
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.nacc h3 {
  margin: 20px auto;
  font-size: 20px;
  color: #ba242d;
  font-weight: bold;
}

.profile {
  padding-bottom: 40px;
}

.profile-btn {
  margin: 20px 0;
}

.pfgroup {
  margin-top: 30px;
}

.pfavatar {
  margin-top: 20px;
  border-bottom: 3px solid #000 !important;
  height: 250px;
}

.pfavatar img {
  max-height: 90%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 9px
}

.pfinfo {
  margin: 20px 0;
}

#pfavatar {
  position: absolute;
  right: 0;
  top: 0;
  background: #BB3B2D;
  color: #fff;
}

.pftitle {
  margin-left: 10px;
}

.noBorder {
  border: none !important;
}

/*===== Vertical Timeline =====*/

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start, #conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgb(8, 145, 88);
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

#conference-timeline .timeline-start:hover, #conference-timeline .timeline-end:hover {
  background-color: #BA242D;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: rgb(8, 145, 88);
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container, .timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

/* .timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
} */

.timeline-article .content-left, .timeline-article .content-right {
  position: relative;
  width: auto;
  /* border: 1px solid #ddd; */
  /* background-color: #fff; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #6f6c6c;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  top: -15px;
  left: -70px;
  color: #BA242D;
  display: block;
}

.timeline-article p span.article-date {
  position: absolute;
  font-weight: bold;
  top: -15px;
  left: -70px;
  color: #6f6c6c;
  font-size: 12px;
  display: block;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before, .timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 55%;
  width: 30px;
  height: 30px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: rgb(8, 145, 88);
  cursor: pointer;
  z-index: 99;
}

.timeline-article .meta-date:hover {
  background-color: #BA242D;
}

.timeline-article .meta-date .date, .timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 15px;
  line-height: 28px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.min-panel {
  min-height: 700px;
}

.min-panel>.panel-body {
  overflow: scroll;
  height: 700px;
}

.cropArea {
  /*background: #E4E4E4;*/
  overflow: hidden;
  width: 100%;
  height: 150px;
  padding: 15px 20px !important;
  /*margin-top:-150px;*/
}

#myModal {
  padding: 15px 0px !important;
}

.pfClose {
  position: absolute;
  right: 5px;
  top: 5px;
}

.scroll-tab {
  overflow: scroll;
  height: 700px;
}

.green {
  color: rgb(8, 145, 88);
}

.red {
  color: #BA242D;
}

.label-dangerNew {
  color: #BA242D
}

.bg-gray {
  color: #666
}

panel-footer, .panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  min-height: 50px;
  font-size: 16px;
  padding: 14px 22px;
}

.warning-content {
  color: #7b5e2a;
  background-color: #f9f9e0;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-style: italic;
}

.importModal .modal-header .modal-title {
  color: #ba242d;
  font-size: 24px;
}

.creditMoney {
  color: rgb(8, 145, 88);
}

.debitMoney {
  color: #ba242d;
}

.tab {
  position: relative;
  display: inline-block;
  display: none;
  float: right;
}

.tab-bar {
  margin: -52px 0 0 -53px;
  position: absolute;
  height: 43px;
  border: 1px solid #dddddd;
  background-color: #f0f3f4;
  cursor: pointer;
  font-size: 25px;
  color: #BA242D;
}

.tab-bar:focus {
  outline: none;
}

.subTab {
  display: none;
  position: absolute;
  background-color: #f0f3f4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
  margin: -55px 40px 0px 0px;
}

.subTab a {
  color: #7d7d7d;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.tab:hover .subTab {display: block;}*/

@media only screen and (max-width: 830px) {
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 58%;
    width: 30px;
    height: 30px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: rgb(8, 145, 88);
    cursor: pointer;
    z-index: 99;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 58%;
    width: 30px;
    height: 30px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: rgb(8, 145, 88);
    cursor: pointer;
    z-index: 99;
  }
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/

/* @media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
} */

/*===== // Resonsive Vertical Timeline =====*/

.pdl-3 {
  padding-left: 30px !important;
}

.report.table>th {
  background-color: #ece4e4;
  color: #a94d4d;
}

.report.table-bordered {
  border: 1px solid #444040;
}

.noBorder {
  border: none !important;
}

.form-biller input[type=text] {
  color: #303331;
}

.form-biller .sel_txtarea {
  color: #303331;
}

.button-view360 {
  color: #212529
}

.icon-add-bank-account {
  color: #4caf50
}

.icon-remote-bank-account {
  color: #ba242d
}

.autocomplete .select2-results .select2-highlighted {
  background: white;
  color: black;
}

.autocomplete .divider {
  border-bottom: 1px solid #90a4ae;
}

.autocomplete p {
  margin-bottom: 0px;
}

.autocomplete p {
  margin: 0;
  padding: 0 0 3px;
  line-height: 16px;
}

.icon-active-bank-account {
  color: #4caf50
}

.height-default {
  min-height: 750px
}

.panel-custom {
  background-color: #fff;
  border: 1px solid #d0d5d8;
  border-color: 1px solid black;
  border-radius: 0px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 6px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); */
  /* background-image: linear-gradient(#eee 1%, #fff 15%); */
  cursor: text;
  max-height: 100px;
  overflow-y: auto;
}

.img-linkbankaccount-success {
  margin-top: 30px;
  margin-bottom: 10px;
}

.modal-pending {
  position: fixed !important;
  color: white;
  left: 11vh;
}

.table-responsive .tbc .ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  max-width: 200px;
}

.table-responsive .tbf .ui-select-choices {
  position: fixed;
  top: auto;
  left: auto;
  /* max-width: 200px; */
}

.table-responsive .tbc .ui-select-container {
  top: 5px;
}

.lgcss {
  height: 200px;
}

.lgcss .naccs {
  max-height: 200px !important;
  min-height: 200px !important;
}

.has-error {
  background-color: #f4b36e !important
}

.table {
  overflow: visible !important;
}

.table-responsive {
  overflow: hidden !important;
  overflow-x: auto !important;
  box-shadow: 0 0 1px 1px #eee;
}

/*for biller Category DropDown Options*/

.tbc .selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  background: #fff;
  width: 200px;
  box-shadow: 0px 0px 6px 2px #ccc;
}

table.tbf tr.bf-tr-wrap td {
  min-width: 150px !important
}

table.tbf tr.bf-tr-wrap td.td-tagging {
  min-width: 200px !important;
  max-width: 350px !important
}

.table.tbf tr td span[uis-transclude-append=''] {
  white-space: normal !important;
}

.table.tbf tr.bf-tr-wrap td.td-tagging .ui-select-container.ui-select-multiple {
  max-height: 150px;
  overflow-y: auto;
}

.table.tbf thead tr.bf-tr-wrap .th {
  min-width: 150px !important
}

.app-modal-window-customize .modal-dialog {
  min-width: 1000px !important;
}

@media(max-width:1125px) {
  .app-modal-window-customize .modal-dialog {
    min-width: 90% !important;
  }
}

.app-modal-window-customize-lg .modal-dialog {
  min-width: 90% !important;
}

@media(max-width:1125px) {
  .app-modal-window-customize .modal-dialog {
    min-width: 90% !important;
  }
}

textarea.form-control {
  min-height: 50px;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */

.simpleDrag ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */

.simpleDrag ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */

.simpleDrag ul[dnd-list] .dndPlaceholder {
  background-color: rgb(238, 226, 226);
  display: block;
  min-height: 42px;
}

.simpleDrag ul[dnd-list] li {
  background-color: rgb(235, 193, 193);
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */

.simpleDrag ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}

.cusDisabled {
  background-color: #e8eef1 !important;
}

.title {
  font-weight: bold;
  /* text-align: center; */
}

.list-action-cell {
  padding-right: 8px !important;
  width: 8px !important;
}

.article-gl {
  font-weight: bold;
  font-size: 16px;
}

.modal .modal-dialog .customer-form .form-control {
  color: #383636;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #c5bfbf;
}

.input-show i {
  position: absolute;
  right: 0px;
  top: 30px;
}

.input-container {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* TuPT ADD 04/12/2020 */

.btn-changepage-table {
  border-radius: 50px !important;
}

.input-changepage {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  height: 35px;
  width: 70px;
}

/* END */
.table-btn-overflow{ overflow: visible !important;}

.wrapper {
            margin: 50px auto;
            width: 1000px;
        }

        .col {
            float: left;
            width: 100%
        }

        .pdL4 {
            padding-left: 40px;
            height:500px;
        }
div.jsoneditor-outer {
    position: static;
    width: 100%;
    height: 100%;
    margin: -35px 0 0;
    padding: 35px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div.jsoneditor-contextmenu {
    position: absolute;
    box-sizing: content-box;
    z-index: 99999;
}
