.mt-0 {
  margin-top: 0px;
}

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

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

.ml-0 {
  margin-left: 0px;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-1 {
  margin-top: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mx-1 {
  margin-right: 5px;
  margin-left: 5px;
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mt-2 {
  margin-top: 10px;
}

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

.mb-2 {
  margin-bottom: 10px;
}

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

.mx-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

.mx-3 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.mx-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 25px;
}

.mr-5 {
  margin-right: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.ml-5 {
  margin-left: 25px;
}

.mx-5 {
  margin-right: 25px;
  margin-left: 25px;
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-6 {
  margin-top: 30px;
}

.mr-6 {
  margin-right: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.ml-6 {
  margin-left: 30px;
}

.mx-6 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-7 {
  margin-top: 35px;
}

.mr-7 {
  margin-right: 35px;
}

.mb-7 {
  margin-bottom: 35px;
}

.ml-7 {
  margin-left: 35px;
}

.mx-7 {
  margin-right: 35px;
  margin-left: 35px;
}

.my-7 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.mx-8 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-9 {
  margin-top: 45px;
}

.mr-9 {
  margin-right: 45px;
}

.mb-9 {
  margin-bottom: 45px;
}

.ml-9 {
  margin-left: 45px;
}

.mx-9 {
  margin-right: 45px;
  margin-left: 45px;
}

.my-9 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt-10 {
  margin-top: 50px;
}

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

.mb-10 {
  margin-bottom: 50px;
}

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

.mx-10 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-10 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-1 {
  padding-top: 5px;
}

.pr-1 {
  padding-right: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pl-1 {
  padding-left: 5px;
}

.px-1 {
  padding-right: 5px;
  padding-left: 5px;
}

.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pl-2 {
  padding-left: 10px;
}

.px-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.pr-3 {
  padding-right: 15px;
}

.pb-3 {
  padding-bottom: 15px;
}

.pl-3 {
  padding-left: 15px;
}

.px-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.px-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pb-5 {
  padding-bottom: 25px;
}

.pl-5 {
  padding-left: 25px;
}

.px-5 {
  padding-right: 25px;
  padding-left: 25px;
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-6 {
  padding-top: 30px;
}

.pr-6 {
  padding-right: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 30px;
}

.px-6 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-7 {
  padding-top: 35px;
}

.pr-7 {
  padding-right: 35px;
}

.pb-7 {
  padding-bottom: 35px;
}

.pl-7 {
  padding-left: 35px;
}

.px-7 {
  padding-right: 35px;
  padding-left: 35px;
}

.py-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-8 {
  padding-top: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pb-8 {
  padding-bottom: 40px;
}

.pl-8 {
  padding-left: 40px;
}

.px-8 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-9 {
  padding-top: 45px;
}

.pr-9 {
  padding-right: 45px;
}

.pb-9 {
  padding-bottom: 45px;
}

.pl-9 {
  padding-left: 45px;
}

.px-9 {
  padding-right: 45px;
  padding-left: 45px;
}

.py-9 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pt-10 {
  padding-top: 50px;
}

.pr-10 {
  padding-right: 50px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pl-10 {
  padding-left: 50px;
}

.px-10 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mx-auto {
  margin: 0 auto;
}

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

.block {
  display: block;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

*::-webkit-scrollbar {
  height: 10px;
  -webkit-appearance: none;
}

*::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-left: 1px solid #d8d8d8;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border-left: 4px solid transparent;
  border-right: 3px solid transparent;
  background-color: #c1c1c1;
  background-clip: content-box;
}

.br-hidden {
  display: none;
}

.text-black {
  color: #000 !important;
}

.screen_shade {
  left: 220px;
}

.top-bar {
  background-color: #3c8dbc;
}

.second-bar {
  padding-left: 220px;
  margin-top: 15px;
  border-bottom: 0;
  background-color: transparent;
}

.page-head {
  width: calc(100% - 40px);
  margin: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 8px #e2e2e2;
          box-shadow: 1px 1px 8px #e2e2e2;
}

table .admin-avatar.selecting + .avatar-selection-list {
  width: 380px;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: rgba(0, 0, 0, 0.44) 2px 2px 4;
          box-shadow: rgba(0, 0, 0, 0.44) 2px 2px 4;
}

.am-splash-screen {
  background: #d2d6de;
}

.am-fixed-sidebar .am-left-sidebar {
  width: 220px;
  background-color: #fff;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements {
  padding-top: 20px;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent {
  position: relative;
  border-bottom: 1px solid transparent;
  outline: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent:before {
  content: '\f107';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #9c9c9c;
  pointer-events: none;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color:before {
  content: '\f106';
  color: #3c8dbc;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent:hover {
  background-color: #3c8dbc;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent:hover:before {
  color: #fff;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent:hover > a {
  color: #fff;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.active, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color:hover {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.active > a, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color > a, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color:hover > a {
  color: #3c8dbc;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.active:before, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color:before, .am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent.border-color:hover:before {
  color: #3c8dbc;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu {
  position: unset;
  width: 220px;
  background-color: #fff;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu::-webkit-scrollbar {
  width: 0;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu .title {
  display: none;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu a {
  color: #333;
  padding: 11px 5px 10px 40px;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu li:hover {
  background-color: #3c8dbc;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements li.parent .sub-menu li:hover a {
  color: #fff;
  font-weight: bold;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  color: #777;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements a i {
  font-size: 2rem;
  width: 45px;
}

.am-fixed-sidebar .am-left-sidebar .content .sidebar-elements a span {
  margin: 0;
  padding-left: 20px;
}

.am-content {
  margin-left: 220px;
}

.am-content .login-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  background-color: transparent;
  border-bottom: 0;
}

.am-content .login-title-font {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.am-content .main-content .login-container {
  max-width: 420px;
  padding: 0;
  margin: 0 auto;
}

.am-content .main-content .login-container .panel-heading {
  display: none;
}

.am-content .main-content .login-frame {
  padding: 25px;
  border: 0;
  background-color: #fff;
}

.am-content .main-content .login-frame .input-group {
  margin-top: 0 !important;
  width: 100%;
}

.am-content .main-content .login-frame .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: transparent !important;
  border: 0 !important;
  z-index: 3;
}

.am-content .main-content .login-frame .input-group-addon.captcha-icon {
  right: 70px;
}

.am-content .main-content .login-frame .form-group.login-submit {
  padding: 0;
}

.am-content .main-content .login-frame .form-group.login-submit input.btn {
  display: block;
  border-radius: 0;
  width: 100px;
  margin-left: auto;
  outline: 0;
}

.am-content .main-content .login-frame input.form-control {
  padding-left: 10px !important;
  padding-right: 36px !important;
}

.am-top-header .navbar-header .navbar-brand {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.am-top-header .navbar-header .top-bar-logo {
  max-height: 100%;
  width: auto;
}

.am-datatable-header,
.am-datatable-footer {
  background-color: #fff;
  border: 0;
}

.widget.widget-stats {
  border-radius: 5px;
  overflow: hidden;
}

.widget.widget-stats.box-base {
  padding-top: 55px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  overflow: visible;
}

.widget.widget-stats.box-base .stats-icon {
  top: 12px;
  left: 20px;
  right: unset;
  font-size: 15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0;
  color: #fff;
  border-radius: 5px;
  opacity: 1;
}

.widget.widget-stats.box-base .stats-icon.blue-icon {
  background: -webkit-gradient(linear, left top, right bottom, from(#a6f1ff), to(#43b6ff));
  background: linear-gradient(to right bottom, #a6f1ff 0%, #43b6ff 100%);
}

.widget.widget-stats.box-base .stats-icon.pink-icon {
  background: -webkit-gradient(linear, left top, right bottom, from(#eaa7dc), to(#e87d84));
  background: linear-gradient(to right bottom, #eaa7dc 0%, #e87d84 100%);
}

.widget.widget-stats.box-base .stats-icon.green-icon {
  background: -webkit-gradient(linear, left top, right bottom, from(#edf088), to(#81ca51));
  background: linear-gradient(to right bottom, #edf088 0%, #81ca51 100%);
}

.widget.widget-stats.box-base .stats-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 5px 0;
  cursor: help;
}

.widget.widget-stats.box-base .stats-info span:nth-child(odd),
.widget.widget-stats.box-base .stats-info span:nth-child(even) {
  position: relative;
  right: unset;
  margin: 0;
  color: #333;
  font-size: 14px;
}

.widget.widget-stats.box-base .stats-info span:nth-child(odd).color-green,
.widget.widget-stats.box-base .stats-info span:nth-child(even).color-green {
  color: #27b117;
}

.widget.widget-stats.box-base .stats-info span:nth-child(odd).color-red,
.widget.widget-stats.box-base .stats-info span:nth-child(even).color-red {
  color: #ff0000;
}

.widget.widget-stats.box-base .stats-info-tooltip {
  display: none;
  position: absolute;
  bottom: 18px;
  padding-bottom: 10px;
  z-index: 2;
}

.widget.widget-stats.box-base .stats-info-tooltip:before, .widget.widget-stats.box-base .stats-info-tooltip:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}

.widget.widget-stats.box-base .stats-info-tooltip:before {
  border-width: 10px 8px 0 8px;
  border-color: #cacaca transparent transparent transparent;
}

.widget.widget-stats.box-base .stats-info-tooltip:after {
  bottom: 2px;
  left: 22px;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.widget.widget-stats.box-base .stats-info-tooltip p {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px #a4a4a4;
          box-shadow: 1px 1px 5px #a4a4a4;
  border-radius: 5px;
  margin: 0;
}

.widget.widget-stats.box-base .stats-info:hover .stats-info-tooltip {
  display: block;
}

.widget.widget-stats.box-base .stats-info:hover .stats-info-tooltip:hover {
  display: block;
}

.widget.widget-stats.box-base .stats-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}

.widget.widget-stats.box-base .stats-link a {
  padding: 5px 0 10px 50px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #5a96c1;
  background: transparent;
  text-align: left;
  border-bottom: 1px solid #eeefee;
}

.widget.widget-stats.box-base .stats-link .config-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-bottom: 1px solid #eeefee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget.widget-stats.box-base .stats-link .config-box a {
  padding: 0;
  border: 0;
  text-align: unset;
  font-size: 20px;
}

.widget.widget-stats.box-base .stats-link .config-box a.right {
  font-weight: normal;
  font-size: 15px;
}

.widget.widget-stats.box-base .stats-link .config-box a i {
  padding-right: 10px;
}

.widget.widget-stats.box-base.box-config .stats-info {
  width: 100%;
}

.widget.widget-stats.box-base.box-config .stats-config {
  position: absolute;
  top: 65px;
  right: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}

.widget.widget-stats.box-base.box-config .stats-config-item {
  cursor: pointer;
}

.widget.widget-stats.box-base.box-config .stats-config .sci-img {
  background-color: #efefef;
  text-align: center;
  padding: 8px;
  border-radius: 10px;
}

.widget.widget-stats.box-base.box-config .stats-config p {
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
}

.widget.widget-stats.box {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.widget.widget-stats.box:before, .widget.widget-stats.box:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.widget.widget-stats.box:before {
  top: 0px;
  right: -75px;
}

.widget.widget-stats.box:after {
  right: 0px;
  bottom: -75px;
}

.widget.widget-stats.box * {
  position: relative;
  z-index: 1;
}

.widget.widget-stats.box .box-title {
  width: 100%;
  height: 35px;
  font-size: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.widget.widget-stats.box .box-title span {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.widget.widget-stats.box .box-icon {
  position: absolute;
  top: 70px;
  left: 20px;
  margin: 0;
  background-color: transparent;
}

.widget.widget-stats.box .box-icon:before {
  content: '';
  position: absolute;
  left: -63px;
  bottom: -63px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.widget.widget-stats.box .box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding-left: 70px;
}

.widget.widget-stats.box .box-info span:nth-child(odd),
.widget.widget-stats.box .box-info span:nth-child(even) {
  position: relative;
  right: unset;
  margin: 0;
  color: #fff;
}

.widget.widget-stats.box .box-info span:nth-child(odd) {
  font-size: 14px;
}

.widget.widget-stats.box .box-info span:nth-child(even) {
  font-size: 15px;
}

.box-orange {
  background: -webkit-gradient(linear, left top, right top, from(#efc29a), to(#e4847e));
  background: linear-gradient(to right, #efc29a 0%, #e4847e 100%);
}

.box-orange:before, .box-orange:after {
  background-color: #eeb6ad;
}

.box-green {
  background: -webkit-gradient(linear, left top, right top, from(#deb0ff), to(#8276ff));
  background: linear-gradient(to right, #deb0ff 0%, #8276ff 100%);
}

.box-green:before, .box-green:after {
  background-color: #b9acff;
}

.box-blue {
  background: -webkit-gradient(linear, left top, right top, from(#9fd9dc), to(#6297ba));
  background: linear-gradient(to right, #9fd9dc 0%, #6297ba 100%);
}

.box-blue:before, .box-blue:after {
  background-color: #9ec3d5;
}

.btn-dark-blue {
  background-color: #3c8dbc;
}

.widget.widget-fullwidth {
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}

.new-layout-item.widget-transparent,
.widget.widget-fullwidth.widget-transparent {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}

.new-layout-item .search-col-center,
.widget.widget-fullwidth .search-col-center {
  vertical-align: top;
}

.new-layout-item .search-col-center.user-select,
.widget.widget-fullwidth .search-col-center.user-select {
  top: 0;
}

.new-layout-item .search-col-center .am-radio,
.new-layout-item .search-col-center .am-checkbox,
.widget.widget-fullwidth .search-col-center .am-radio,
.widget.widget-fullwidth .search-col-center .am-checkbox {
  padding: 0;
  margin: 0 !important;
}

.new-layout-item .search-col-center .date-label,
.widget.widget-fullwidth .search-col-center .date-label {
  margin-top: -17px;
}

.new-layout-item table.table,
.new-layout-item .table-bg-title,
.widget.widget-fullwidth table.table,
.widget.widget-fullwidth .table-bg-title {
  border: 0;
}

.new-layout-item table.table > thead > tr > th,
.new-layout-item .table-bg-title > thead > tr > th,
.widget.widget-fullwidth table.table > thead > tr > th,
.widget.widget-fullwidth .table-bg-title > thead > tr > th {
  color: #333;
  background-color: #eaf0f7;
}

.new-layout-item table.table > thead > tr > th.under-line,
.new-layout-item table.table > thead > tr > th .record_order_link:link,
.new-layout-item table.table > thead > tr > th .record_order_link:visited,
.new-layout-item table.table > thead > tr > th .record_order_link:hover,
.new-layout-item table.table > thead > tr > th .record_order_link:active,
.new-layout-item .table-bg-title > thead > tr > th.under-line,
.new-layout-item .table-bg-title > thead > tr > th .record_order_link:link,
.new-layout-item .table-bg-title > thead > tr > th .record_order_link:visited,
.new-layout-item .table-bg-title > thead > tr > th .record_order_link:hover,
.new-layout-item .table-bg-title > thead > tr > th .record_order_link:active,
.widget.widget-fullwidth table.table > thead > tr > th.under-line,
.widget.widget-fullwidth table.table > thead > tr > th .record_order_link:link,
.widget.widget-fullwidth table.table > thead > tr > th .record_order_link:visited,
.widget.widget-fullwidth table.table > thead > tr > th .record_order_link:hover,
.widget.widget-fullwidth table.table > thead > tr > th .record_order_link:active,
.widget.widget-fullwidth .table-bg-title > thead > tr > th.under-line,
.widget.widget-fullwidth .table-bg-title > thead > tr > th .record_order_link:link,
.widget.widget-fullwidth .table-bg-title > thead > tr > th .record_order_link:visited,
.widget.widget-fullwidth .table-bg-title > thead > tr > th .record_order_link:hover,
.widget.widget-fullwidth .table-bg-title > thead > tr > th .record_order_link:active {
  color: #1e6ba2;
}

.new-layout-item .table-dailypay-detail > tbody > tr:nth-of-type(odd),
.new-layout-item .table-dailypay-detail > tbody > tr:nth-of-type(even),
.new-layout-item .table-striped > tbody > tr:nth-of-type(odd),
.new-layout-item .table-striped > tbody > tr:nth-of-type(even),
.widget.widget-fullwidth .table-dailypay-detail > tbody > tr:nth-of-type(odd),
.widget.widget-fullwidth .table-dailypay-detail > tbody > tr:nth-of-type(even),
.widget.widget-fullwidth .table-striped > tbody > tr:nth-of-type(odd),
.widget.widget-fullwidth .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

.new-layout-item .form-control,
.widget.widget-fullwidth .form-control {
  border-width: 1px;
  border-radius: 5px;
}

.new-layout-item .open > .dropdown-toggle.btn-default:hover,
.new-layout-item select.form-control:focus,
.new-layout-item input.form-control:focus,
.widget.widget-fullwidth .open > .dropdown-toggle.btn-default:hover,
.widget.widget-fullwidth select.form-control:focus,
.widget.widget-fullwidth input.form-control:focus {
  border: 1px solid #3c8dbc;
}

.new-layout-item input.form-control,
.new-layout-item select.form-control,
.new-layout-item .btn-group > button.form-control,
.new-layout-item div.input-group.date.datetimepicker,
.widget.widget-fullwidth input.form-control,
.widget.widget-fullwidth select.form-control,
.widget.widget-fullwidth .btn-group > button.form-control,
.widget.widget-fullwidth div.input-group.date.datetimepicker {
  height: 27px;
  margin: 0;
}

.new-layout-item a.search-button,
.new-layout-item input.search-button,
.new-layout-item button.search-button,
.new-layout-item a.btn-dark-blue,
.new-layout-item input.btn-dark-blue,
.new-layout-item button.btn-dark-blue,
.new-layout-item label.btn-dark-blue,
.new-layout-item button.btn-success,
.new-layout-item button.btn-danger,
.widget.widget-fullwidth a.search-button,
.widget.widget-fullwidth input.search-button,
.widget.widget-fullwidth button.search-button,
.widget.widget-fullwidth a.btn-dark-blue,
.widget.widget-fullwidth input.btn-dark-blue,
.widget.widget-fullwidth button.btn-dark-blue,
.widget.widget-fullwidth label.btn-dark-blue,
.widget.widget-fullwidth button.btn-success,
.widget.widget-fullwidth button.btn-danger {
  height: 27px;
  line-height: 27px;
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
}

.new-layout-item .am-checkbox input[type="checkbox"]:checked + label:before,
.new-layout-item .am-radio input[type="checkbox"]:checked + label:before,
.widget.widget-fullwidth .am-checkbox input[type="checkbox"]:checked + label:before,
.widget.widget-fullwidth .am-radio input[type="checkbox"]:checked + label:before {
  color: #3c8dbc;
  border-color: #3c8dbc;
}

.new-layout-item .am-checkbox input[type="checkbox"]:checked + label:after,
.new-layout-item .am-radio input[type="checkbox"]:checked + label:after,
.widget.widget-fullwidth .am-checkbox input[type="checkbox"]:checked + label:after,
.widget.widget-fullwidth .am-radio input[type="checkbox"]:checked + label:after {
  background-color: #3c8dbc;
}

.new-layout-item .jumper-box,
.widget.widget-fullwidth .jumper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 30px;
}

.new-layout-item .jumper-box .total-record,
.widget.widget-fullwidth .jumper-box .total-record {
  margin: 0;
}

.new-layout-item .jumper,
.widget.widget-fullwidth .jumper {
  padding: 0 30px;
}

.new-layout-item .jumper *,
.widget.widget-fullwidth .jumper * {
  vertical-align: baseline;
}

.new-layout-item .jumper a,
.widget.widget-fullwidth .jumper a {
  width: 30px;
  background-color: #6db3e6;
}

.new-layout-item .jumper a:hover,
.widget.widget-fullwidth .jumper a:hover {
  background-color: #3c8dbc;
}

.new-layout-item .datetimepicker input,
.widget.widget-fullwidth .datetimepicker input {
  padding-left: 35px;
}

.new-layout-item .datetimepicker .input-group-addon,
.widget.widget-fullwidth .datetimepicker .input-group-addon {
  position: absolute;
  top: 50%;
  left: 5px;
  width: auto;
  font-size: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
  pointer-events: none;
}

.new-layout-item .multiselect-container input[type=text],
.new-layout-item .multiselect-container input[type=number],
.widget.widget-fullwidth .multiselect-container input[type=text],
.widget.widget-fullwidth .multiselect-container input[type=number] {
  width: 100%;
  border: 1px solid #eaeaea;
}

.new-layout-item .multiselect-container li,
.widget.widget-fullwidth .multiselect-container li {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  text-align: left;
  line-height: 1;
}

.new-layout-item .multiselect-item .input-group,
.widget.widget-fullwidth .multiselect-item .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-layout-item .multiselect-item .input-group-addon,
.widget.widget-fullwidth .multiselect-item .input-group-addon {
  height: 27px;
  line-height: 27px;
  width: 40px;
  padding: 0;
}

.new-layout-item .multiselect-item .input-group-btn,
.widget.widget-fullwidth .multiselect-item .input-group-btn {
  width: 30px;
}

.new-layout-item .multiselect-item .multiselect-clear-filter,
.widget.widget-fullwidth .multiselect-item .multiselect-clear-filter {
  height: 27px !important;
  line-height: 27px !important;
  width: 30px !important;
  padding: 0 !important;
  border: 1px solid #eaeaea !important;
  border-radius: 0 !important;
}

.new-layout-item .panel-group,
.widget.widget-fullwidth .panel-group {
  padding: 0 10px;
}

.new-layout-item .panel-group .panel,
.widget.widget-fullwidth .panel-group .panel {
  -webkit-box-shadow: 1px 1px 10px #c4c4c4;
          box-shadow: 1px 1px 10px #c4c4c4;
  border-radius: 5px;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.new-layout-item .panel-group .panel:hover,
.widget.widget-fullwidth .panel-group .panel:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.new-layout-item .dropdown-menu > li > a,
.widget.widget-fullwidth .dropdown-menu > li > a {
  padding: 5px 10px;
}

.new-layout-item .dropdown-menu > li > a > label,
.widget.widget-fullwidth .dropdown-menu > li > a > label {
  padding: 3px 10px 3px 25px;
  font-size: 12px;
}

.new-layout-item .dropdown-menu > .active > a,
.widget.widget-fullwidth .dropdown-menu > .active > a {
  background-color: #3c8dbc;
}

.new-layout-item .dropdown-menu > .active > a:hover,
.new-layout-item .dropdown-menu > .active > a:focus,
.new-layout-item .dropdown-menu > li > a:hover,
.new-layout-item .dropdown-menu > li > a:focus,
.widget.widget-fullwidth .dropdown-menu > .active > a:hover,
.widget.widget-fullwidth .dropdown-menu > .active > a:focus,
.widget.widget-fullwidth .dropdown-menu > li > a:hover,
.widget.widget-fullwidth .dropdown-menu > li > a:focus {
  background-color: #3c8dbc;
}

table .form-control {
  border-width: 1px;
  border-radius: 5px;
}

table .form-group {
  margin-bottom: 0;
}

table .open > .dropdown-toggle.btn-default:hover,
table select.form-control:focus,
table input.form-control:focus {
  border: 1px solid #3c8dbc;
}

table input.form-control,
table select.form-control,
table .btn-group > button.form-control,
table div.input-group.date.datetimepicker {
  height: 27px;
  margin: 0;
}

table .datetimepicker input {
  padding-left: 35px;
}

table .datetimepicker .input-group-addon {
  position: absolute;
  top: 50%;
  left: 5px;
  width: auto;
  font-size: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
  pointer-events: none;
}

table textarea,
table .risk-textarea {
  border-width: 1px;
  border-radius: 5px;
  height: 120px;
  border-color: #eaeaea;
}

table textarea:focus,
table .risk-textarea:focus {
  border: 1px solid #3c8dbc;
}

table .btn-title,
table .btn-title:focus,
table .btn-title:hover {
  color: #fff;
  background-color: #32b030;
}

table .page-total {
  background-color: #f6f6f6 !important;
}

table .all-total {
  background-color: #ebebeb !important;
}

div.datetimepicker.dropdown-menu table tbody tr td.day.active,
div.datetimepicker.dropdown-menu table tbody tr td .year.active,
div.datetimepicker.dropdown-menu table tbody tr td .month.active,
div.datetimepicker.dropdown-menu table tbody tr td .hour.active,
div.datetimepicker.dropdown-menu table tbody tr td .minute.active {
  background: #3c8dbc;
}

div.datetimepicker.dropdown-menu table thead tr th.prev:hover,
div.datetimepicker.dropdown-menu table thead tr th.next:hover {
  color: #3c8dbc;
}

.btn-title,
.btn-title:focus,
.btn-title:hover {
  color: #fff;
  background-color: #9d9d9d;
}

.btn-operate,
.btn-operate:focus,
.btn-operate:hover {
  color: #fff;
  background-color: #3c8dbc;
}

.btn-stop,
.btn-stop:focus,
.btn-stop:hover {
  color: #fff;
  background-color: #b44a4a;
}

.btn-cancel,
.btn-cancel:focus,
.btn-cancel:hover {
  color: #fff;
  background-color: #b44a4a;
}

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #3e77ff;
}

.font-body.w-100pc {
  display: none;
}

.modal .modal-content,
.modal .md-content,
.md-modal .modal-content,
.md-modal .md-content {
  border-radius: 15px;
}

.modal .modal-content .modal-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.modal .modal-content .modal-title {
  color: #777;
}

.modal .modal-content .modal-body button.btn,
.modal .modal-content .modal-footer button.btn {
  padding: 3px 24px;
  border-radius: 5px;
  border: 0;
}

.modal .modal-content .modal-body button.btn-primary,
.modal .modal-content .modal-footer button.btn-primary {
  color: #fff;
  background-color: #3c8dbc;
}

table.table > thead > tr,
table.table > thead > tr > th,
.table-bg-title > thead > tr,
.table-bg-title > thead > tr > th {
  color: #4d5f80;
  background-color: #eaf0f7;
}

.table.table-dailypay-detail > tbody > tr,
.table.table-dailypay-detail > tbody > tr > td {
  border: 1px solid #d7e5ee;
}

table.table > tbody > tr,
table.table > tbody > tr > td,
.table-bg-title > tbody > tr,
.table-bg-title > tbody > tr > td {
  border-top: 1px solid #d7e5ee;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d7e5ee;
}

.table-dailypay-detail > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-dailypay-detail > tbody > tr > td:first-child:nth-last-child(2),
.table-striped > tbody > tr > td:first-child:nth-last-child(2) {
  color: #4d5f80;
  background-color: #eaf0f7;
}

.special-col-odd > tbody > tr td:nth-child(odd) {
  color: #4d5f80;
  background-color: #eaf0f7;
}

.special-col-odd > tbody > tr td:nth-child(odd).white-bg {
  background-color: #fff;
}

.risk-attention > .risk-warning {
  background-color: #ffe2e2;
  border-radius: 5px;
}

.risk-attention > i {
  font-size: 25px;
}

.modal-body .table-dailypay-detail > tbody > tr > td:first-child,
.modal-body .table-striped > tbody > tr > td:first-child {
  color: #4d5f80;
  background-color: #eaf0f7;
  border: 1px solid #d7e5ee;
}

div.table-responsive > table.table.table-detail {
  border: 1px solid #d7e5ee;
}

div.table-responsive > table.table.table-detail > thead > tr > th:nth-child(1),
div.table-responsive > table.table.table-detail > tbody > tr > td:nth-child(1) {
  background-color: #eaf0f7;
  border-top: 1px solid #d7e5ee;
  border-bottom: 1px solid #d7e5ee;
  color: #4d5f80;
}

div.table-responsive > table.table.table-detail > thead > tr > th,
div.table-responsive > table.table.table-detail > tbody > tr > td {
  border-right: 1px solid #d7e5ee;
}

table.percent-container-table > tbody > tr:nth-of-type(odd) {
  background-color: #eaf0f7;
}

table.percent-container-table > tbody > tr:nth-of-type(odd) td {
  color: #4d5f80;
}

.ball-cycle-item,
.get-ball-item {
  background-color: #ffffff;
  border-color: #d7e5ee;
}

.ball-cycle-item .ball-cycle-title,
.ball-cycle-item .get-ball-title,
.get-ball-item .ball-cycle-title,
.get-ball-item .get-ball-title {
  color: #333;
  background-color: #eaf0f7;
}

.ball-cycle-item:last-child,
.ball-cycle-item:first-child .ball-cycle-content,
.ball-cycle-item:last-child .ball-cycle-content,
.ball-cycle-item:first-child .get-ball-content,
.ball-cycle-item:last-child .get-ball-content,
.ball-cycle-item .ball-cycle-content,
.ball-cycle-item .get-ball-content,
.get-ball-item:last-child,
.get-ball-item:first-child .ball-cycle-content,
.get-ball-item:last-child .ball-cycle-content,
.get-ball-item:first-child .get-ball-content,
.get-ball-item:last-child .get-ball-content,
.get-ball-item .ball-cycle-content,
.get-ball-item .get-ball-content {
  border-color: #d7e5ee;
}

.ball-cycle-item input,
.get-ball-item input {
  outline: 0;
  border: 1px solid #d7e5ee;
}

div.percent-container {
  border: 1px solid #d7e5ee;
  border-bottom: 0;
}

div.percent-container:after {
  background-color: #d7e5ee;
}

div.percent-container .percent-title {
  color: #4d5f80;
  background-color: #eaf0f7;
  border-bottom: 1px solid #d7e5ee;
}

div.percent-container .percent-item {
  border-bottom: 1px solid #d7e5ee;
  border-right: 1px solid #d7e5ee;
}

.page-tab {
  border-bottom: 1px solid #eaf0f7;
}

.page-tab-link {
  color: #4d5f80;
}

.page-tab-link:hover, .page-tab-link:focus, .page-tab-link.active {
  color: #4d5f80;
  background-color: #eaf0f7;
  border-radius: 5px 5px 0 0;
}

.menu-permission-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-permission-list li {
  width: 200px !important;
}

.menu-permission-list li label {
  font-size: 13px;
}

.am-radio input[type="radio"]:checked + label:before,
.am-checkbox input[type="radio"]:checked + label:before,
.am-radio input[type="checkbox"]:checked + label:before,
.am-checkbox input[type="checkbox"]:checked + label:before {
  color: #3c8dbc;
  border-color: #3c8dbc;
}

.am-radio input[type="radio"]:checked + label:after,
.am-checkbox input[type="radio"]:checked + label:after,
.am-radio input[type="checkbox"]:checked + label:after,
.am-checkbox input[type="checkbox"]:checked + label:after {
  background-color: #3c8dbc;
}

.am-radio input[type="radio"] + label:hover:before,
.am-checkbox input[type="radio"] + label:hover:before,
.am-radio input[type="checkbox"] + label:hover:before,
.am-checkbox input[type="checkbox"] + label:hover:before {
  border-color: #3c8dbc;
}

.operate-box {
  position: absolute;
  width: 120px;
}

.operate-box-btn {
  font-size: 20px;
  padding: 0 10px;
}

.operate-box-btn-sub {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.operate-box-list {
  position: absolute;
  display: none;
  top: 35px;
  left: -8px;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
  opacity: 0;
  padding: 10px 30px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.operate-box-list:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.operate-box-list .form_btn_edit {
  color: #fff;
  background-color: transparent;
}

.operate-box-list .form_btn_edit:hover {
  color: #ffa6a6;
}

.operate-box-list .form_btn_edit:before {
  margin-right: 5px;
  font-size: 1.5rem;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.operate-box-list .form_btn_edit.btn-stop {
  color: #ff0000;
}

.operate-box-list .form_btn_edit.btn-stop:before {
  content: '\f00d';
}

.operate-box-list .form_btn_edit.btn-check {
  color: #3bc138;
}

.operate-box-list .form_btn_edit.btn-check:before {
  content: '\f00c';
}

.operate-box-btn:focus ~ .operate-box-btn-sub {
  display: block;
}

.operate-box-btn:focus ~ .operate-box-list {
  visibility: visible;
  opacity: 1;
}

.widget {
  padding: 35px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.dashboard-chart-box .widget {
  padding: 60px 10px 10px;
}

.dashboard-chart-box.half .dashboard-chart-title {
  width: calc(100% - 15px);
}

.dashboard-chart-box.half:nth-child(even) .dashboard-chart-title {
  left: 15px;
}

.dashboard-chart-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 12px 0;
}

.dashboard-chart-title span {
  margin-left: 20px;
}

.detail-box-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-box-item .row {
  margin: 0 0 5px 0;
  width: 33.33%;
}

.detail-box-item .row div {
  padding: 0;
}

.detail-box-item h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  width: 100%;
}

.detail-box-item hr {
  display: none;
}

.detail-box-item .detail-info {
  width: 100%;
}

.detail-box .order-detail table.table,
.detail-box .order-detail .table-bg-title {
  border: 0;
}

.detail-box .order-detail table.table > thead > tr > th,
.detail-box .order-detail .table-bg-title > thead > tr > th {
  color: #333;
  background-color: #daeeff;
  border-bottom: 0;
}

.detail-box .order-detail table.table > tbody > tr > td,
.detail-box .order-detail .table-bg-title > tbody > tr > td {
  color: #4d5f80;
  background-color: #eaf0f7;
}

.chat-message-box.main-content {
  padding: 20px 20px 0 20px;
}

#ajax_request_average {
  position: absolute;
  right: 15px;
  background-color: transparent !important;
}

div#cs_client_area {
  position: relative !important;
  left: 0 !important;
  top: -20px !important;
  z-index: 1030;
}

div#cs_client_area #cs_window_area {
  left: 0 !important;
  width: calc(100vw - 40px) !important;
  height: calc(100vh - 40px) !important;
  margin-top: 5px;
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

div#cs_client_area #cs_window_area .cs-left {
  border-right: 1px solid #c1c1c1;
}

div#cs_client_area #cs_window_area .cs-left-top {
  text-align: left;
}

div#cs_client_area #cs_window_area .cs-left-top .admin-account {
  margin: 7px 15px !important;
}

div#cs_client_area #cs_window_area .cs-left-top h4 {
  font-size: 14px;
}

div#cs_client_area #cs_window_area .cs-left-bottom .cs-row-item {
  padding: 7px 10px 7px 15px;
  margin: 6px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

div#cs_client_area #cs_window_area .cs-left-bottom .cs-row-item.selected {
  background-color: #e1edf5;
}

div#cs_client_area #cs_window_area .cs-left .area-title h4 {
  font-size: 13px;
  color: #000;
  background-color: #e7e7e7;
}

div#cs_client_area #cs_window_area .cs-left .online-switch {
  width: 64px;
  height: 24px;
}

div#cs_client_area #cs_window_area .cs-left .online-switch.slide-checkbox.off .slide-switch-handle, div#cs_client_area #cs_window_area .cs-left .online-switch.slide-checkbox.on .slide-switch-handle {
  width: 18px;
  height: 18px;
}

div#cs_client_area #cs_window_area .cs-left .online-switch.slide-checkbox.off .slide-switch-label, div#cs_client_area #cs_window_area .cs-left .online-switch.slide-checkbox.on .slide-switch-label {
  line-height: 22px;
  font-size: 14px;
}

div#cs_client_area #cs_window_area .cs-left .online-switch.slide-checkbox.on .slide-switch-handle {
  left: calc(100% - 21px);
}

div#cs_client_area #cs_window_area .cs-right {
  position: relative;
}

div#cs_client_area #cs_window_area .cs-right-top {
  position: absolute;
  width: 67%;
}

div#cs_client_area #cs_window_area .cs-right-top h4 {
  color: #000000;
  background-color: #c8dced !important;
}

div#cs_client_area #cs_window_area .cs-right-bottom {
  padding-top: 38px;
  height: 100%;
}

div#cs_client_area #cs_window_area .cs-right-bottom .chat-message-list {
  border: 0;
}

div#cs_client_area #cs_window_area .cs-right-bottom .chat-message-list .post-message .post-content {
  font-size: 14px;
  background-color: #e7e2e3;
  border-color: #e7e2e3;
}

div#cs_client_area #cs_window_area .cs-right-bottom .chat-message-list .post-message-self .post-content {
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

div#cs_client_area #cs_window_area .cs-right-bottom .serving-info {
  background-color: #e7e7e7;
  height: 60px !important;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#cs_client_area #cs_window_area .cs-right-bottom .serving-info-item {
  width: 30%;
  text-align: left;
  padding-left: 20px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#cs_client_area #cs_window_area .cs-right-bottom .serving-info-item.serving-state, div#cs_client_area #cs_window_area .cs-right-bottom .serving-info-item.serving_user_account {
  width: 40%;
}

div#cs_client_area #cs_window_area .cs-right-bottom .message_input_area {
  border: 0;
  height: calc(30% - 100px) !important;
}

div#cs_client_area #cs_window_area .cs-right-bottom .message_input_area .message_toolbar {
  right: 20px;
}

div#cs_client_area #cs_window_area .cs-right-bottom #crcs_message_input--enabled-emoji {
  border: 0;
}

div#cs_client_area #cs_window_area .cs-right-bottom-right {
  position: relative;
  top: -38px;
  height: calc(100% + 38px);
  border-left: 1px solid #c1c1c1;
}

div#cs_client_area #cs_window_area .cs-right .area-title h4 {
  font-weight: 500;
  background-color: #e7e7e7;
}

div#cs_client_area #cs_window_area .cs-right .user-info {
  border: 0;
  overflow-y: auto;
  font-size: 14px;
  padding: 5px 0;
}

div#cs_client_area #cs_window_area .cs-right .user-info li {
  margin-bottom: 2px;
}

div#cs_client_area #cs_window_area .cs-right .cs-panel-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  background-color: #f7f7f7;
}

div#cs_client_area .lazy-text-area {
  border: 0;
}

div#cs_client_area .lazy-text-search-input {
  padding: 10px;
  background-color: #f7f7f7;
  height: auto;
}

div#cs_client_area .lazy-text-search-input i {
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b0b0b0;
}

div#cs_client_area .lazy-text-search-input input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 30px;
}

div#cs_client_area #lazy_text_list {
  padding-top: 10px;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item {
  font-size: 14px;
  margin-bottom: 5px;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item .fa-folder {
  padding-left: 15px;
  position: relative;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item .fa-folder:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ddd;
  border-radius: 100%;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(1) .fa-folder:before {
  background-color: #ffb9b9;
  border: 1px solid #ff0000;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(2) .fa-folder:before {
  background-color: #ffceab;
  border: 1px solid #ff7600;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(3) .fa-folder:before {
  background-color: #fff2cc;
  border: 1px solid #ffd400;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(4) .fa-folder:before {
  background-color: #c6ffc5;
  border: 1px solid #00ce10;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(5) .fa-folder:before {
  background-color: #9daeff;
  border: 1px solid #1000ff;
}

div#cs_client_area #lazy_text_list .lazy-text-filter-item:nth-child(6) .fa-folder:before {
  background-color: #e29dff;
  border: 1px solid #9100ff;
}

div#cs_client_area .grey-border-right {
  border: 0;
  background-color: #f7f7f7;
}

div#cs_client_area .cs-btn {
  height: 26px;
  line-height: 26px;
  padding: 0;
  color: #fff;
  background: #3c8dbc;
}

div#cs_client_area .cs-btn:hover {
  color: #fff;
  background: #3c8dbc;
  opacity: .8;
}

div#cs_client_area select {
  height: 26px !important;
  border-radius: 5px !important;
  border: 1px solid #c1c1c1 !important;
}

div#cs_client_area .chat-color-yellow,
div#cs_client_area .chat-color-orange,
div#cs_client_area .chat-color-red {
  text-shadow: none;
}

div#cs_client_area .chat-color-yellow {
  color: #f7de07;
}

div#cs_client_area .chat-color-orange {
  color: #ff9900;
}

div#cs_client_area .chat-color-lightgreen {
  color: #21e830;
}

.success-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  min-height: 500px;
}

.success-page .body_div {
  height: 200px;
}

.success-page .body_div div.maain {
  position: relative;
  height: 200px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.success-page .body_div div.maain:before {
  content: '';
  position: absolute;
  top: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 425px;
  height: 224px;
  z-index: -1;
  background-image: url("../../../../Public/img/img_tool.png");
}

.success-page .body_div .msg {
  padding-top: 160px;
}

.success-page .body_div span.success,
.success-page .body_div span.error {
  position: relative;
  color: #595959;
  font-size: 18px;
}

.success-page .body_div span.success:before,
.success-page .body_div span.error:before {
  content: '\f00d';
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 30px;
  text-align: center;
}

.success-page .body_div span.success:before {
  content: '\f00c';
  color: #35d157;
  border: 2px solid #35d157;
}

.success-page .body_div span.error:before {
  content: '\f00d';
  color: #ff0000;
  border: 2px solid #f71701;
}

.success-page .foot_div {
  height: 100px;
}

.success-page .foot_div .tip {
  padding-top: 30px;
}

.success-page .foot_div .div_value {
  height: 100px;
  border-radius: 0 0 10px 10px;
}

.success-page .foot_div .div_value a {
  font-size: 18px;
  border-bottom: 1px solid #ff0000;
}

.success-page .foot_div .div_value span.wait {
  font-size: 20px;
}

@media (max-width: 767px) {
  .am-content {
    margin-left: 0;
  }
}
/*# sourceMappingURL=blue.css.map */