/* here you can put your own css to customize and override the theme */
/*Author: DuongPD 
 Override*/
.portlet {
  margin-bottom: 0;
}

.portlet.light {
  padding-bottom: 0;
}

.logo-default {
  width: 130px;
  height: auto;
  margin: 4px 0 0 0px !important;
}

.page-logo .big-title {
  color: white;
  margin: -37px 0 0 47px !important;
  width: auto;
  font-size: 35px;
  font-family: monospace;
  position: relative;
}

.page-logo .big-title > .version {
  color: #d64635;
  width: auto;
  font-size: 13px;
  font-family: monospace;
  position: absolute;
  top: 2px;
  right: -36px;
  padding: 1px 2px;
  vertical-align: super;
  border-radius: 30px !important;
  /* background: #ffffff; */
}

.has-error{
  color: #e73d4a !important;
}
.has-error.error-select{
  display: block;
  margin-top: -15px;
}

.page-content {
  padding: 0 !important;
}

.page-title {
  margin: 10px 0 !important;
  font-weight: unset !important;
}

.page-footer-inner {
  text-align: center;
}

.modal-header {
  padding: 10px !important;
}

.portlet .portlet-title {
  margin-bottom: unset !important;
}

.portlet .portlet-title .actions {
  display: inline-block !important;
  padding: 4px 5px !important;
}

.portlet.light > .portlet-title > .caption {
  color: #333 !important;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  color: #337ab7;
}

.sub-menu > li > a {
  font-size: 13px !important;
}

.btn-group > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.dropdown > .dropdown-menu {
  margin-top: unset !important;
}

/*Override angular loading bar lib*/
#loading-bar {
  pointer-events: all;
  z-index: 99999;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

#loading-bar-spinner {
  width: 100%;
  display: block;
  text-align: center;
  z-index: 999999 !important;
  text-align: center !important;
  color: #ffffff !important;
}

/*Author: DuongPD
 Custom Modal*/
.cmodal .modal-header {
  background-color: #3598dc !important;
  color: white !important;
  position: relative;
}

.cmodal .modal-title {
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/*hoant*/
/* MODAL */
.cmodal {
  position: relative;
}

.cmodal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 10px;
  color: #fff;
}

.modal-800 .modal-lg {
  width: 800px;
}

.modal-870 .modal-lg {
  width: 870px;
}

.modal-1000 .modal-lg {
  width: 1100px;
}

.modal-1100 .modal-lg {
  width: 1100px;
}

.modal-1200 .modal-lg {
  width: 1200px;
}

.modal-1300 .modal-lg {
  width: 1300px;
}

.modal-full .modal-lg {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

fieldset {
  padding: 0.35em 0.625em 0.75em !important;
  /* margin: 0 unset!important; */
  border: 1px solid #c0c0c0 !important;
}

legend {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: inherit;
  color: #0070c0;
  width: auto;
  border-bottom: 0px;
  font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
  font-size:13px;
}
.table td, .table th {
  font-size: 13px;
}
.table thead tr th {
  font-size: 13px;
  font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td {
  padding-left: 10px;
}
.label {
  font-size: 13px;
}
.form-control{
  font-size: 13px;
}
.mt-radio, .mt-checkbox {
  font-size: 13px;
}
/*Author: DuongPD
 Custom Grid*/
.grid-header {
  background-color: #ebeef2;
}

/*Author: DuongPD*/
.resize-none {
  resize: none !important;
}

.text-through {
  text-decoration: line-through;
}

/*Author: HoaNT
 Custom margin, padding*/
.margin-none {
  margin: unset !important;
}

.padding-none {
  padding: unset !important;
}

.padding-left-none {
  padding-left: unset !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-none {
  padding-right: unset !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-none {
  padding-top: unset !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-none {
  padding-bottom: unset !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.margin-right-none {
  margin-right: unset !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-none {
  margin-left: unset !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-top-none {
  margin-top: unset !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-5percent {
  margin-top: 5% !important;
}

.margin-top-3percent {
  margin-top: 3% !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-none {
  margin-bottom: unset !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/*Sonpn*/
.label-title {
  font-weight: 600;
  font-size: 12px;
}

.vertical-middle {
  vertical-align: middle !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-9 {
  font-size: 9px !important;
}

/*Author: DuongPD 
 Height*/
.height-50-vh {
  height: 50vh !important;
}

.height-55-vh {
  height: 55vh !important;
}

.height-60-vh {
  height: 60vh !important;
}

.height-65-vh {
  height: 65vh !important;
}

.height-70-vh {
  height: 70vh !important;
}

.height-75-vh {
  height: 75vh !important;
}

.height-80-vh {
  height: 80vh !important;
}

.modal-xl {
  width: 90%;
}

/*SONPN Profile css*/
.profile-sidebar {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.profile-content {
  overflow: hidden;
}

.profile-sidebar-portlet {
  padding: 30px 0 0 !important;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}

@media (max-width: 991px) {
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }

  .profile-sidebar > .portlet {
    margin-bottom: 20px;
  }

  .profile-content {
    overflow: visible;
  }
}

.profile,
.profile-classic .profile-image {
  position: relative;
}

.add-portfolio,
.portfolio-block,
.portfolio-stat,
.portfolio-text,
.portfolio-text .portfolio-text-info {
  overflow: hidden;
}

.page-container-bg-solid .profile {
  background: #fff;
  padding: 20px;
}

.profile p {
  color: #636363;
  font-size: 13px;
}

.profile p a {
  color: #169ef4;
}

.profile label {
  margin-top: 10px;
}

.profile label:first-child {
  margin-top: 0;
}

.profile-classic .profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  padding: 0 9px;
  font-size: 11px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
}

.profile-classic .profile-image img {
  margin-bottom: 15px;
}

.profile-classic li {
  padding: 8px 0;
  font-size: 13px;
  border-top: solid 1px #f5f5f5;
}

.profile-classic li:first-child {
  border-top: none;
}

.profile-classic li span {
  color: #666;
  font-size: 13px;
  margin-right: 7px;
}

.profile .tabbable-custom-profile .nav-tabs > li > a {
  padding: 6px 12px;
}

.profile ul.profile-nav {
  margin-bottom: 30px;
}

.profile ul.profile-nav img.pic-bordered {
  border: 1px solid #e1e7ee;
}

.profile ul.profile-nav li {
  position: relative;
}

.profile ul.profile-nav li a {
  color: #557386;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 1px;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}

.profile ul.profile-nav li a:hover {
  color: #169ef4;
  background: #ecf5fb;
  text-decoration: none;
  border-left: solid 2px #169ef4;
}

.profile ul.profile-nav li a.profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  border: none;
  padding: 3px 9px;
  font-size: 12px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
}

.profile ul.profile-nav li a.profile-edit:hover {
  text-decoration: underline;
}

.profile ul.profile-nav a span {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px;
  position: absolute;
  background: #169ef4;
}

.profile ul.profile-nav a:hover span {
  background: #0b94ea;
}

.profile-info h1 {
  color: #383839;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
}

.profile-info ul {
  margin-bottom: 15px;
}

.profile-info li {
  color: #6b6b6b;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 !important;
}

.profile-info li i {
  color: #b5c1c9;
  font-size: 15px;
}

.profile-info li:hover i {
  color: #169ef4;
}

.sale-summary ul {
  margin-top: -10px;
}

.sale-summary li {
  padding: 10px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
}

.sale-summary li:first-child {
  border-top: none;
}

.sale-summary li .sale-info {
  margin-top: 4px;
  float: left;
  color: #646464;
  font-size: 14px;
  text-transform: uppercase;
}

.sale-summary li .sale-num {
  float: right;
  color: #169ef4;
  font-size: 20px;
  font-weight: 300;
}

.sale-summary li span i {
  top: 1px;
  width: 13px;
  height: 14px;
  margin-left: 3px;
  position: relative;
  display: inline-block;
}

.sale-summary .caption h4 {
  color: #383839;
  font-size: 18px;
}

.sale-summary .caption {
  border-color: #c9c9c9;
}

.profile .table-advance thead tr th {
  background: #f0f6fa;
}

.profile .table-bordered,
.profile .table-bordered td,
.profile .table-bordered th {
  border-color: #e5eff6;
}

.profile .table-striped tbody > tr:nth-child(2n + 1) > td,
.profile .table-striped tbody > tr:nth-child(2n + 1) > th {
  background: #fcfcfc;
}

.profile .table-hover tbody tr:hover td,
.profile .table-hover tbody tr:hover th {
  background: #f5fafd;
}

.add-portfolio {
  margin-bottom: 30px;
  background: #f0f6fa;
  padding: 12px 14px;
}

.add-portfolio span {
  float: none;
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  margin-top: 0;
}

.add-portfolio .btn {
  margin-left: 20px;
}

.portfolio-block {
  background: #f7f7f7;
  margin-bottom: 15px;
}

.portfolio-text img {
  float: left;
  margin-right: 15px;
}

.portfolio-btn a {
  display: block;
  padding: 25px 0;
  background: #ddd !important;
}

.portfolio-btn a:hover {
  background: #1d943b !important;
}

.portfolio-btn span {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

.portfolio-info {
  float: left;
  color: #616161;
  font-size: 12px;
  padding: 10px 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.portfolio-info span {
  color: #16a1f2;
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-top: 0;
  font-weight: 200;
  text-transform: uppercase;
}

.profile-settings {
  background: #fafafa;
  padding: 15px 8px 0;
  margin-bottom: 5px;
}

.profile-settings p {
  padding-left: 5px;
  margin-bottom: 3px;
}

.profile-settings .controls > .checkbox,
.profile-settings .controls > .radio {
  font-size: 12px;
  margin-top: 2px !important;
}

.btn-icon-only {
  height: 22px;
  width: 22px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  font-size: 12px;
}

.avatar-box {
  height: 30px;
  width: 30px;
  background: #ddd;
  display: block;
  float: left;
  margin-right: 14px;
  margin-top: -3px;
  margin-bottom: -5px;
}

.text-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  margin: 0px;
  text-align: start;
}

.img-inline {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.img-inline > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: 0px;
}

.btn-hover {
  border-width: 1px;
  border-color: none;
}

.btn-hover:hover,
.btn-hover:focus,
.btn-hover.active {
  color: #333 !important;
  background-color: #ededed !important;
  border-color: #b3b3b3 !important;
  border-width: 1px !important;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td {
  background: #f3f4f6;
}

.text-bold {
  font-weight: 700;
}

html {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.table-sort-asc {
  background: url(/assets/global/plugins/datatables/images/sort_asc.png)
    no-repeat right;
}

.table-sort-both {
  background: url(/assets/global/plugins/datatables/images/sort_both.png)
    no-repeat right;
}

.table-sort-desc {
  background: url(/assets/global/plugins/datatables/images/sort_desc.png)
    no-repeat right;
}

/** right click*/
body > ul > li > a {
  font-size: 14px;
  padding: 2px 5px 5px 5px !important;
}

body > ul > li.divider {
  padding: 0px 0px 0px 0px !important;
  margin: 1px;
}

.table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #1c346354 !important;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td {
  background-color: transparent !important;
}

.selected .mt-checkbox > span::after {
  display: block !important;
}

.mt-radio.mt-radio-outline > span,
.mt-radio.mt-checkbox-outline > span,
.mt-checkbox.mt-radio-outline > span,
.mt-checkbox.mt-checkbox-outline > span {
  background: white !important;
}

.highlight-fts {
  /*     color:red; */
  font-weight: bold;
}

body {
  background: #3d3d3d !important;
}

/* ============================================================
 * bootstrapSwitch v1.5 by Larentis Mattia @SpiritualGuru
 * http://www.larentis.eu/
 *
 * Enhanced for radiobuttons by Stein, Peter @BdMdesigN
 * http://www.bdmdesign.org/
 *
 * Restyled by KeenThemes for Metronic Theme
 * 
 * Project site:
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: #e3e3e3;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}

.has-switch.switch-mini {
  min-width: 72px;
}

.has-switch.switch-small {
  min-width: 80px;
}

.has-switch.switch-large {
  min-width: 120px;
}

.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}

.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}

.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

.has-switch > div.switch-off {
  left: -50%;
}

.has-switch > div.switch-on {
  left: 0%;
}

.has-switch input[type="radio"],
.has-switch input[type="checkbox"] {
  display: none;
}

.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}

.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}

.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}

.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  color: #ffffff;
  background-color: #f3f3f3;
}

.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
}

.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc;
}

.has-switch label i {
  color: #000;
  line-height: 18px;
  pointer-events: none;
}

.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}

.has-switch span.switch-left {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.has-switch span.switch-right {
  color: #333333;
  background-color: #e0e0e0;
}

.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #e9e9e9;
}

.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}

.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  background-color: #005fcc;
}

.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #0088cc;
}

.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}

.has-switch span.switch-info {
  color: #ffffff;
  background-color: #41a7c5;
  border-color: #5bc0de;
}

.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
}

.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}

.has-switch span.switch-success {
  color: #ffffff;
  background-color: #3cc051;
  border-color: #62c462;
}

.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
}

.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}

.has-switch span.switch-warning {
  color: #ffffff;
  background-color: #fcb322;
  border-color: #fbb450;
}

.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
}

.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}

.has-switch span.switch-danger {
  color: #ffffff;
  background-color: #d14641;
  border-color: #ee5f5b;
}

.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ed4e2a;
}

.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}

.has-switch span.switch-default {
  color: #333333;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}

.has-switch span.switch-default:hover,
.has-switch span.switch-default:focus,
.has-switch span.switch-default:active,
.has-switch span.switch-default.active,
.has-switch span.switch-default.disabled,
.has-switch span.switch-default[disabled] {
  color: #333333;
  background-color: #ffffff;
}

.has-switch span.switch-default:active,
.has-switch span.switch-default.active {
  background-color: #e3e3e3 \9;
}

/*NgyenBv ag-grid*/
.ag-theme-bootstrap .ag-header-cell-text {
  padding-left: 2px;
  font-weight: 600;
  color: #337ab7;
}

.ag-theme-bootstrap {
  font-family: "Roboto", sans-serif;
}

.ag-theme-bootstrap-row {
  background-color: #eeeeee;
}

.ag-theme-bootstrap .ag-group-cell {
  font-style: normal !important;
}

.ag-theme-bootstrap .ag-cell {
  border-left: 1px solid #ddd !important;
}

.ag-theme-bootstrap .ag-root {
  border: 1px solid #ddd !important;
}

.ag-theme-bootstrap .ag-header-group-cell {
  border-left: 1px solid #ddd !important;
  background: #eeeeee;
}

.ag-theme-bootstrap .ag-header-cell {
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background: #eeeeee;
}

.ag-theme-bootstrap .ag-header-group-cell.ag-header-group-cell-with-group {
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  background: #eeeeee;
}

.ag-theme-bootstrap .ag-cell-focus {
  border: none !important;
}

.ag-theme-bootstrap .ag-cell-focus:focus {
  outline: none;
}

.ag-theme-bootstrap .ag-body {
  background-color: #ffffff;
  min-height: 50px;
}

.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  min-width: 100%;
  width: auto !important;
}

.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  min-width: 100%;
  width: auto !important;
}

.vertical-align-middle {
  vertical-align: middle;
}

.slick-prev,
.slick-next {
  background: black !important;
  margin: 0px 25px 0px 25px;
  height: 35px;
  width: 35px;
}

.slick-slider .slider-content > img {
  text-align: center;
  margin: auto;
  padding: 2px;
}

.slick-slider .slider-content > img:hover {
  padding: 0;
  border: 2px solid black;
}

.slick-slider img:focus,
div:focus {
  outline: none;
}

.slider-main,
.slider-dock {
  height: 450px;
}

.slick-slider .main-title {
  font-weight: bold;
  text-align: center;
}

.slider-dock .slick-center img {
  padding: 0;
  border: 2px solid black;
}

.dataTable {
  width: 100%;
}

.width3percent {
  width: 3%;
}

.page-sidebar .page-sidebar-menu li > a > .badge,
.page-sidebar-closed.page-sidebar-fixed
  .page-sidebar:hover
  .page-sidebar-menu
  li
  > a
  > .badge {
  position: absolute;
  right: 10px;
}

.margin-top--4px {
  margin-top: -4px;
}

li.active > a {
  font-weight: 900;
}

.highlight-fts {
  color: red;
}

.cssload-wraper {
  width: 0px;
  display: block;
  margin: 97px auto;
}

.cssload-dots {
  font-family: sans-serif;
  font-weight: 100;
}

.cssload-dots:not(:required) {
  overflow: hidden;
  position: relative;
  text-indent: -9749px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 100%;
  box-shadow: rgb(255, 136, 102) -14px -14px 0 7px,
    rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
    rgb(68, 170, 238) -14px 14px 0 7px;
  -o-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px,
    rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
    rgb(68, 170, 238) -14px 14px 0 7px;
  -ms-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px,
    rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
    rgb(68, 170, 238) -14px 14px 0 7px;
  -webkit-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px,
    rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
    rgb(68, 170, 238) -14px 14px 0 7px;
  -moz-box-shadow: rgb(255, 136, 102) -14px -14px 0 7px,
    rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
    rgb(68, 170, 238) -14px 14px 0 7px;
  animation: cssload-dots 5.75s infinite ease-in-out;
  -o-animation: cssload-dots 5.75s infinite ease-in-out;
  -ms-animation: cssload-dots 5.75s infinite ease-in-out;
  -webkit-animation: cssload-dots 5.75s infinite ease-in-out;
  -moz-animation: cssload-dots 5.75s infinite ease-in-out;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
}

@keyframes cssload-dots {
  0% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  8.33% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  16.67% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px,
      rgb(255, 204, 102) 14px 14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee -14px -14px 0 7px;
  }

  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }

  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }
}

@-o-keyframes cssload-dots {
  0% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  8.33% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  16.67% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px,
      rgb(255, 204, 102) 14px 14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee -14px -14px 0 7px;
  }

  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }

  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }
}

@-ms-keyframes cssload-dots {
  0% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  8.33% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  16.67% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px,
      rgb(255, 204, 102) 14px 14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee -14px -14px 0 7px;
  }

  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }

  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }
}

@-webkit-keyframes cssload-dots {
  0% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  8.33% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  16.67% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px,
      rgb(255, 204, 102) 14px 14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee -14px -14px 0 7px;
  }

  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }

  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }
}

@-moz-keyframes cssload-dots {
  0% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) -14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  8.33% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px -14px 0 7px,
      rgb(255, 204, 102) 14px -14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  16.67% {
    box-shadow: white 0 0 15px 0, rgb(255, 136, 102) 14px 14px 0 7px,
      rgb(255, 204, 102) 14px 14px 0 7px, rgb(102, 221, 119) 14px 14px 0 7px,
      rgb(68, 170, 238) -14px 14px 0 7px;
  }

  25% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  33.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee -14px -14px 0 7px;
  }

  41.67% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  50% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  58.33% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  66.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  75% {
    box-shadow: white 0 0 15px 0, #ff8866 14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px,
      #44aaee 14px -14px 0 7px;
  }

  83.33% {
    box-shadow: white 0 0 15px 0, #ff8866 14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }

  91.67% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px 14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }

  100% {
    box-shadow: white 0 0 15px 0, #ff8866 -14px -14px 0 7px,
      #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px,
      #44aaee -14px 14px 0 7px;
  }
}

/*---------*/

.cssload-loader {
  width: 244px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: rgb(206, 66, 51);
  letter-spacing: 0.2em;
}

.cssload-loader::before,
.cssload-loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: rgb(206, 66, 51);
  position: absolute;
  animation: cssload-load 0.81s infinite alternate ease-in-out;
  -o-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
  -moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}

.cssload-loader::before {
  top: 0;
}

.cssload-loader::after {
  bottom: 0;
}

@keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 39px;
  }

  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-o-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 39px;
  }

  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-ms-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 39px;
  }

  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-webkit-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 39px;
  }

  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-moz-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }

  50% {
    height: 8px;
    width: 39px;
  }

  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

/*--------------------------------*/

.bookshelf_wrapper {
  position: relative;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  zoom: 65%;
}

.books_list {
  margin: 0 auto;
  width: 300px;
  padding: 0;
}

.book_item {
  position: absolute;
  top: -120px;
  box-sizing: border-box;
  list-style: none;
  width: 40px;
  height: 120px;
  opacity: 0;
  background-color: #1e6cc7;
  border: 5px solid white;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-animation: travel 2500ms linear infinite;
  animation: travel 2500ms linear infinite;
}

.book_item.first {
  top: -140px;
  height: 140px;
}

.book_item.first:before,
.book_item.first:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: white;
}

.book_item.first:after {
  top: initial;
  bottom: 10px;
}

.book_item.second:before,
.book_item.second:after,
.book_item.fifth:before,
.book_item.fifth:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 17.5px;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.book_item.second:after,
.book_item.fifth:after {
  top: initial;
  bottom: 10px;
}

.book_item.third:before,
.book_item.third:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid white;
}

.book_item.third:after {
  top: initial;
  bottom: 10px;
}

.book_item.fourth {
  top: -130px;
  height: 130px;
}

.book_item.fourth:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 17.5px;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}

.book_item.fifth {
  top: -100px;
  height: 100px;
}

.book_item.sixth {
  top: -140px;
  height: 140px;
}

.book_item.sixth:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  bottom: 31px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: white;
}

.book_item.sixth:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid white;
}

.book_item:nth-child(2) {
  -webkit-animation-delay: 416.66667ms;
  animation-delay: 416.66667ms;
}

.book_item:nth-child(3) {
  -webkit-animation-delay: 833.33333ms;
  animation-delay: 833.33333ms;
}

.book_item:nth-child(4) {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}

.book_item:nth-child(5) {
  -webkit-animation-delay: 1666.66667ms;
  animation-delay: 1666.66667ms;
}

.book_item:nth-child(6) {
  -webkit-animation-delay: 2083.33333ms;
  animation-delay: 2083.33333ms;
}

.shelf {
  width: 300px;
  height: 5px;
  margin: 0 auto;
  background-color: white;
  position: relative;
}

.shelf:before,
.shelf:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1e6cc7;
  background-image: -webkit-radial-gradient(
    rgba(255, 255, 255, 0.5) 30%,
    rgba(0, 0, 0, 0) 0%
  );
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.5) 30%,
    rgba(0, 0, 0, 0) 0%
  );
  background-size: 10px 10px;
  background-position: 0 -2.5px;
  top: 200%;
  left: 5%;
  -webkit-animation: move 250ms linear infinite;
  animation: move 250ms linear infinite;
}

.shelf:after {
  top: 400%;
  left: 7.5%;
}

@-webkit-keyframes move {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 10px;
  }
}

@keyframes move {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 10px;
  }
}

@-webkit-keyframes travel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
    transform: translateX(300px) rotateZ(0deg) scaleY(1);
  }

  6.5% {
    -webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
    transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
  }

  8.8% {
    -webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
    transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateX(270px) rotateZ(0deg);
    transform: translateX(270px) rotateZ(0deg);
  }

  17.6% {
    -webkit-transform: translateX(247.2px) rotateZ(-30deg);
    transform: translateX(247.2px) rotateZ(-30deg);
  }

  45% {
    -webkit-transform: translateX(165px) rotateZ(-30deg);
    transform: translateX(165px) rotateZ(-30deg);
  }

  49.5% {
    -webkit-transform: translateX(151.5px) rotateZ(-45deg);
    transform: translateX(151.5px) rotateZ(-45deg);
  }

  61.5% {
    -webkit-transform: translateX(115.5px) rotateZ(-45deg);
    transform: translateX(115.5px) rotateZ(-45deg);
  }

  67% {
    -webkit-transform: translateX(99px) rotateZ(-60deg);
    transform: translateX(99px) rotateZ(-60deg);
  }

  76% {
    -webkit-transform: translateX(72px) rotateZ(-60deg);
    transform: translateX(72px) rotateZ(-60deg);
  }

  83.5% {
    opacity: 1;
    -webkit-transform: translateX(49.5px) rotateZ(-90deg);
    transform: translateX(49.5px) rotateZ(-90deg);
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) rotateZ(-90deg);
    transform: translateX(0px) rotateZ(-90deg);
  }
}

@keyframes travel {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px) rotateZ(0deg) scaleY(1);
    transform: translateX(300px) rotateZ(0deg) scaleY(1);
  }

  6.5% {
    -webkit-transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
    transform: translateX(279.5px) rotateZ(0deg) scaleY(1.1);
  }

  8.8% {
    -webkit-transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
    transform: translateX(273.6px) rotateZ(0deg) scaleY(1);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateX(270px) rotateZ(0deg);
    transform: translateX(270px) rotateZ(0deg);
  }

  17.6% {
    -webkit-transform: translateX(247.2px) rotateZ(-30deg);
    transform: translateX(247.2px) rotateZ(-30deg);
  }

  45% {
    -webkit-transform: translateX(165px) rotateZ(-30deg);
    transform: translateX(165px) rotateZ(-30deg);
  }

  49.5% {
    -webkit-transform: translateX(151.5px) rotateZ(-45deg);
    transform: translateX(151.5px) rotateZ(-45deg);
  }

  61.5% {
    -webkit-transform: translateX(115.5px) rotateZ(-45deg);
    transform: translateX(115.5px) rotateZ(-45deg);
  }

  67% {
    -webkit-transform: translateX(99px) rotateZ(-60deg);
    transform: translateX(99px) rotateZ(-60deg);
  }

  76% {
    -webkit-transform: translateX(72px) rotateZ(-60deg);
    transform: translateX(72px) rotateZ(-60deg);
  }

  83.5% {
    opacity: 1;
    -webkit-transform: translateX(49.5px) rotateZ(-90deg);
    transform: translateX(49.5px) rotateZ(-90deg);
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0px) rotateZ(-90deg);
    transform: translateX(0px) rotateZ(-90deg);
  }
}

.bookshelf_wrapper.default-color .shelf:before,
.bookshelf_wrapper.default-color .shelf:after {
  background: #2b3643 !important;
}

.bookshelf_wrapper.default-color .book_item {
  background-color: #2b3643 !important;
  border: 5px solid #333;
}

.modal-body {
  overflow: auto;
  max-height: calc(100vh - 196px);
}

.nav-tabs-modal {
  float: right;
  margin-bottom: -11px;
  color: white !important;
  margin-right: 13px;
}

.nav-tabs-modal a {
  color: white;
}

.nav-tabs-modal a:hover {
  color: black;
}

.modal .modal-dialog {
  z-index: 10 !important;
}

.btn {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#wfdesigner {
  overflow: hidden;
}

.ui.modal {
  z-index: 9999 !important;
}

.ui.dimmer.modals {
  z-index: 9999 !important;
}

.shareform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white !important;
  padding: 15px;
}

.modal-iframe {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.modal-iframe .modal-dialog {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
}

.modal-iframe .modal-dialog .modal-content {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.modal-iframe .modal-dialog .modal-content {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.modal-iframe .modal-dialog .modal-content .modal-body {
  max-height: unset !important;
  height: calc(100% - 97px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.no-overflow {
  overflow: hidden !important;
}
.modal-dialog.modal-large {
  width: 750px;
}

*, :after, :before {
  box-sizing: border-box;
}