@charset "UTF-8";
/*
    Components: content header
-------------------------------------------------
*/
body > .header {
  position: relative;
}

body > .header .navbar-toggle {
  margin-right: 0;
}

body > .header .navbar-toggle .fa {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

body > .header .navbar {
  height: 50px;
  margin-bottom: 0;
  margin-left: 200px;
}

body > .header .navbar .sidebar-toggle {
  float: left;
  padding: 9px 12px;
  margin: 4px 0 4px 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 !important;
}

body > .header .navbar .sidebar-toggle .fa {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
  color: rgba(238, 238, 238, 0.8);
}

body > .header .navbar .sidebar-toggle:hover .fa {
  color: #f6f6f6;
}

body > .header .navbar .nav > li .user > a {
  font-weight: bold;
}

body > .header .navbar .nav > li .user > a > .fa,
body > .header .navbar .nav > li .user > a > .glyphicon {
  margin-right: 5px;
}

body > .header .navbar .nav > li > a > .label {
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6em;
  text-align: center;
}

body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}

body > .header .logo {
  display: block;
  float: left;
  width: 200px;
  height: 50px;
  padding: 0 10px;
  font-family: cursive;
  font-weight: 500;
}

body > .header .logo .fa {
  margin-right: 10px;
}

body > .header .logo > img {
  max-height: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .logo {
    width: 160px !important;
  }
  body > .header .navbar {
    margin-left: 160px;
  }
}

.right-side > .content-header > h1 {
  margin: 0;
  font-size: 20px;
}

.right-side > .content-header > h1 > small {
  display: inline-block;
  padding-left: 4px;
  font-size: 15px;
  font-weight: 300;
}

.right-side > .content-header > .breadcrumb {
  position: absolute;
  top: 10px;
  right: 10px;
}

.right-side > .content-header > .breadcrumb a {
  color: #aaaaaa;
}

@media screen and (max-width: 767px) {
  .right-side > .content-header > .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 5px;
    background: #efefef;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
}

@media screen and (max-width: 560px) {
  body > .header {
    position: relative;
  }
  body > .header .logo,
  body > .header .navbar {
    position: relative !important;
    float: none;
    width: 100%;
  }
  body > .header .navbar {
    height: auto;
    margin: 0;
  }
  body.fixed > .header {
    position: fixed;
  }
  body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    margin-top: 100px !important;
  }
}

/* new styles */
.container-fluid {
  padding-left: 6px !important;
}

/*
    Dropdown menus
----------------------------
*/
/* Dropdowns in general */
.dropdown-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 2300;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa {
  margin-right: 10px;
}

.dropdown-menu > li > a:hover {
  color: #f9f9f9;
}

/* Drodown in navbars */
.skin-blue .navbar .dropdown-menu > li > a {
  color: #444444;
}

/*
    Navbar custom dropdown menu
------------------------------------
*/
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  top: 100%;
  width: 280px;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border: 1px solid #dfdfdf;
  border-radius: 4px !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-radius: 4px 4px 0 0;
  padding: 7px 10px;
  font-size: 14px;
  color: #444444;
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header::after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header::after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header::after {
  position: absolute;
  bottom: 100%;
  left: 92%;
  width: 0;
  height: 0;
  margin-left: -7px;
  pointer-events: none;
  content: "\0020";
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 7px;
  border-bottom-color: #ffffff;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-radius: 0 0 4px 4px;
  padding: 7px 10px;
  font-size: 12px;
  color: #444444;
  text-align: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #eeeeee;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  font-weight: normal;
  text-decoration: none;
  background: #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  list-style: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  text-decoration: none;
  background: #f6f6f6;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 12px;
  color: #444444;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa {
  width: 50px;
  padding: 15px 0;
  margin-right: 5px;
  font-size: 20px;
  color: #f9f9f9;
  /* Fallback for browsers that doesn't support rgba */
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  /* Default background and font colors */
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger {
  background: #fa4251;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning {
  background: #ffc543;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success {
  background: #51dd3a;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info {
  background: #f59c7a;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px 5px 10px 5px;
  margin: 0;
  line-height: 20px;
  border-radius: 4px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  width: 40px;
  height: 40px;
  margin: auto 10px auto auto;
  border: 1px solid #dddddd;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  font-size: 15px;
  color: #444444;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  float: right;
  font-size: 10px;
  color: #999999;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  font-size: 12px;
  color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
  border-radius: 0;
  border-top-width: 0;
}

.navbar-nav > .user-menu > .dropdown-menu::after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 10px;
  border-bottom-color: #ffffff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding: 10px;
  text-align: center;
  background: #ee8e8f;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  margin-top: 10px;
  font-size: 17px;
  color: #f9f9f9;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 2px 2px 3px #333333;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #ee8e8f;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  padding: 10px;
  background-color: #f9f9f9;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}

/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
  -webkit-animation-name: fadeAnimation;
          animation-name: fadeAnimation;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
  from {
    top: 120%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fadeAnimation {
  from {
    top: 120%;
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}

/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
}

/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header::after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header::after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header::after {
    border-width: 0 !important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}

.list-group-select {
  height: 300px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.list-group-select .list-group-item {
  margin-bottom: 0;
  border: 0 none;
}

.list-group-select .list-group-item:first-child, .list-group-select .list-group-item:last-child {
  border-radius: 0;
}

.list-group-item-haschild::before {
  float: right;
  width: 6px;
  height: 6px;
  overflow: hidden;
  content: '\0020';
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  margin-top: calc(6px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-group-item-haschild.active::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.cat-select {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
}

.cat-select [class^=col-] {
  padding: 0;
  margin-right: -1px;
}

.cat-select .input-group .input-group-addon {
  padding: 5px;
  background-color: #f6f6f6;
}

.cat-select .input-group .input-group-addon .fa {
  font-size: 1.3em;
}

.cat-select-foot {
  clear: both;
  line-height: 2;
}

/*
    Component: Sidebar
--------------------------
*/
.sidebar .signup-flow {
  position: static;
  margin: 20px 0 0 20px;
}

.sidebar-fixed {
  position: fixed;
  top: 77px;
  width: 133.33333px;
  text-align: left;
  background-color: #ffffff;
}

/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
@media screen and (max-width: 992px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -200px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -200px;
  }
  .row-offcanvas-right.active {
    right: 200px;
  }
  .row-offcanvas-left.active {
    left: 200px;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    left: -200px;
    margin-top: 50px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    right: 0;
    left: 200px !important;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0;
  }
}

/*
    Component: Buttons
-------------------------
*/
.btn.btn-file {
  width: 120px;
  height: 35px;
}

.btn.btn-file > input[type='file'] {
  top: -10px;
  width: 100% !important;
  height: 35px !important;
  cursor: pointer;
}

.btn.btn-circle {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 50%;
}

.btn.btn-width-md {
  width: 330px;
}

/*
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
/* Target IE9 and IE10 */
@media screen and (min-width: 0\0) {
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

label.check-container {
  position: relative;
}

label.check-container > input[type=checkbox],
label.check-container > input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  visibility: hidden;
  opacity: 0;
}

label.check-container::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  content: '\0020';
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

label.check-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  margin-left: -3px;
  content: '\0020';
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group .form-control-feedback {
  width: 22px;
  height: 39px;
  font-size: 18px;
  line-height: 39px;
  text-align: center;
}

/* Input group */
.input-group .input-group-btn > .btn,
.input-group .input-group-addon {
  background-color: #f4f4f4;
  border-radius: 0;
}

.input-group .form-control:last-child {
  border-radius: 0;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

/* Checkbox and radio inputs */
legend {
  border-bottom-color: #dddddd;
}

.radio label {
  margin-right: 1em;
}

/*
    Component: Navs
*/
/*
    Component: alert
------------------------
*/
.alert {
  position: relative;
  padding: 10px 15px;
}

.alert > .fa,
.alert > .glyphicon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: inherit;
  border: inherit;
  border-radius: 50%;
}

.message {
  position: fixed;
  top: 0 !important;
  right: 40%;
  left: 40%;
  z-index: 1090;
  padding: 10px 15px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.message.mes-show {
  -webkit-transform: translateY(-1%);
      -ms-transform: translateY(-1%);
          transform: translateY(-1%);
}

/*
    Component: modal
------------------------
*/
.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}

@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}

.modal-scrollable {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.modal .fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal .fade .in {
  top: 50%;
}

.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}

.modal .loading-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 6px;
}

.modal.container {
  width: 940px;
  max-width: none;
  margin-left: -470px;
}

@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}

.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}

/* Modal Overflow */
.modal-overflow .modal-dialog {
  top: 1%;
}

.modal-overflow.fade .modal-dialog {
  top: -100%;
}

.modal-overflow.fade.in .modal-dialog {
  top: 1%;
}

.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Responsive */
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    bottom: auto;
    left: 1%;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    height: auto !important;
    max-height: none !important;
    margin: 0;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/*
    Component: Small boxes
*/
.small-box {
  position: relative;
  display: block;
  border-radius: 2px;
  margin-bottom: 15px;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  position: relative;
  z-index: 10;
  display: block;
  padding: 3px 0;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.small-box > .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: bold;
  white-space: nowrap;
}

.small-box p {
  font-size: 15px;
}

.small-box p > small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #f9f9f9;
}

.small-box h3,
.small-box p {
  z-index: 5px;
}

.small-box .fa {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.2);
}

.small-box:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.small-box:hover .fa {
  -webkit-animation-name: tansformAnimation;
          animation-name: tansformAnimation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}

@keyframes tansformAnimation {
  from {
    font-size: 90px;
  }
  to {
    font-size: 100px;
  }
}

@media screen and (max-width: 480px) {
  .small-box {
    text-align: center;
  }
  .small-box .fa {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

/*
    component: Boxes
-------------------------
*/
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .box-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
}

.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}

.box .box-body > .chart {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100% !important;
}

.box .box-body .fc {
  margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.6em;
  color: #666666;
}

.box .box-body .fc-header-right {
  padding-right: 10px;
}

.box .box-body .fc-header-left {
  padding-left: 10px;
}

.box .box-body .fc-widget-header {
  background: #fafafa;
  -webkit-box-shadow: inset 0 -3px 1px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 -3px 1px rgba(0, 0, 0, 0.02);
}

.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-right: 0;
  border-left: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}

.box .box-body .full-width-chart {
  margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box .box-footer {
  padding: 10px;
  background-color: #ffffff;
  border-top: 1px solid #f4f4f4;
  border-radius: 0 0 3px 3px;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid > .box-header {
  padding-bottom: 0 !important;
}

.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
  border-radius: 3px;
}

.box.box-solid[class*='bg'] > .box-header {
  color: #ffffff;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box .knob-label {
  margin-bottom: 0.3em;
  font-size: 12px;
  font-weight: 100;
  color: #333333;
  text-align: center;
}

.box .todo-list {
  padding: 0 0;
  margin: 0;
  list-style: none;
}

.box .todo-list > li {
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 2px;
  color: #444444;
  background: #f3f4f5;
  border-left: 2px solid #e6e7e8;
}

.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}

.box .todo-list > li.danger {
  border-left-color: #fa4251;
}

.box .todo-list > li.warning {
  border-left-color: #ffc543;
}

.box .todo-list > li.info {
  border-left-color: #f59c7a;
}

.box .todo-list > li.success {
  border-left-color: #51dd3a;
}

.box .todo-list > li.primary {
  border-left-color: #ee8e8f;
}

.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}

.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}

.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #fa4251;
}

.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon {
  margin-right: 5px;
  cursor: pointer;
}

.box .todo-list > li:hover .tools {
  display: inline-block;
}

.box .todo-list > li.done {
  color: #999999;
}

.box .todo-list > li.done .text {
  font-weight: 500;
  text-decoration: line-through;
}

.box .todo-list > li.done .label {
  background: #555555 !important;
}

.box .todo-list .handle {
  display: inline-block;
  margin: 0 5px;
  cursor: move;
}

.box .chat {
  padding: 5px 20px 5px 10px;
}

.box .chat .item {
  margin-bottom: 10px;
}

.box .chat .item:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
}

.box .chat .item > img.online {
  border: 2px solid #51dd3a;
}

.box .chat .item > img.offline {
  border: 2px solid #fa4251;
}

.box .chat .item > .message {
  margin-top: -40px;
  margin-left: 55px;
}

.box .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}

.box .chat .item > .attachment {
  border-radius: 3px;
  padding: 10px;
  margin-right: 15px;
  margin-left: 65px;
  background: #f0f0f0;
}

.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}

.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

.box .chat .item > .attachment:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}

.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box > .loading-img {
  z-index: 1020;
  background: url("../images/ajax-loader1.gif") 50% 50% no-repeat;
}

/*
    Component: callout
------------------------
*/
.callout,
.callout-old {
  padding: 15px 30px 15px 15px;
  margin: 0 0 20px 0;
}

.callout h4,
.callout-old h4 {
  margin-top: 0;
}

.callout p:last-child,
.callout-old p:last-child {
  margin-bottom: 0;
}

.callout code,
.callout .highlight,
.callout-old code,
.callout-old .highlight {
  background-color: #ffffff;
}

.callout.callout-danger, .callout.callout-danger-old,
.callout-old.callout-danger,
.callout-old.callout-danger-old {
  background-color: #fcf2f2;
  border-color: #dfb5b4;
}

.callout.callout-warning, .callout.callout-warning-old,
.callout-old.callout-warning,
.callout-old.callout-warning-old {
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.callout.callout-info, .callout.callout-info-old,
.callout-old.callout-info,
.callout-old.callout-info-old {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.breadcrumb-primary {
  padding: 7px 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  background: transparent;
  border-radius: 2px;
}

.breadcrumb-primary > li > a {
  color: #444444;
  text-decoration: none;
}

.breadcrumb-primary > li > a > .fa,
.breadcrumb-primary > li > a > .glyphicon {
  margin-right: 5px;
}

.breadcrumb-primary > li + li::before {
  content: '>\00a0';
}

.panel-outter .panel-heading {
  border-bottom: 1px solid #dddddd;
}

.panel-default-table th {
  background-color: #f5f5f5;
}

.panel-heading .btn {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 12px;
}

.table-striped td,
.table-hover td {
  font-size: 12px;
}

.table-primary {
  border: 1px solid #eeeeee;
}

.table-primary > thead {
  background: #f3f3f3;
}

.table-striped-even > tbody > tr:nth-child(even) > td,
.table-striped-even > tbody > tr:nth-child(even) > th {
  background-color: #f3f3f3;
}

.table-valign-middle td {
  vertical-align: middle !important;
}

.table-bordered .form-group {
  margin: 0;
}

.tree-list {
  margin: 0;
  list-style: none;
}

.tree-list ol,
.tree-list ul {
  padding: 0;
  margin-bottom: 0;
}

.tree-list ol li,
.tree-list ul li {
  list-style: none;
}

.tree-list .has-children,
.tree-list .item {
  position: relative;
  margin: 10px 0;
  line-height: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
}

.tree-list .has-children > .sub,
.tree-list .item > .sub {
  position: absolute;
  top: 40px;
  left: -15px;
  width: 898px;
  padding: 10px 1px;
  background-color: #eeeeee;
  opacity: 1;
}

.tree-list .has-children .thumb,
.tree-list .item .thumb {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
}

.tree-list .has-children .thumb::after,
.tree-list .item .thumb::after {
  position: absolute;
  width: 14px;
  line-height: 14px;
  text-align: center;
}

.tree-list .collapsed > .sub {
  display: none;
  overflow: hidden;
}

.tree-list .collapsed > .thumb::after {
  content: '▸';
}

.tree-list .expanded > label {
  position: relative;
}

.tree-list .expanded > label:before {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  content: '\0020';
  border: 8px dashed transparent;
  left: calc(50% - 8px);
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  top: 24px;
}

.tree-list .expanded > .thumb::after {
  content: '▾';
}

.tree-list label {
  font-weight: 400;
}

.tree-list .panel-body {
  padding: 10px;
}

.tree-list .margin-element {
  float: left;
  width: 100%;
}

.gallery .thumbnail {
  position: relative;
}

.gallery .thumbnail.checked {
  background: #fcf8e3;
}

.gallery .thumbnail .img-show {
  display: table;
  width: 100%;
  height: 160px;
  text-align: center;
}

.gallery .thumbnail .img-show a {
  display: table-cell;
  height: 160px;
  vertical-align: middle;
}

.gallery .thumbnail .img-show a img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.gallery .thumbnail .del {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
}

.gallery .thumbnail .del::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #000000;
  border-radius: 0 3px 0 3px;
  opacity: 0.5;
}

.gallery .thumbnail .del i {
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.gallery .thumbnail:hover .del {
  display: block;
}

.gallery .thumbnail .caption {
  position: relative;
}

.gallery .thumbnail .caption .image-name {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.gallery .thumbnail .caption .image-name-input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

.gallery-condition {
  margin-bottom: 20px;
  text-align: right;
}

.gallery-condition span {
  margin-right: 5px;
  color: #cccccc;
  cursor: pointer;
}

.gallery-condition span.active {
  color: #df8d1d;
}

.gallery-search {
  display: inline-block;
  margin-left: 30px;
}

.gallery-upload-icon {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 36px;
  line-height: 80px;
  border: 2px dashed #cccccc;
  border-radius: 12px;
}

.gallery-upload-icon i {
  padding: 20px;
  color: #999999;
}

.select-image {
  position: relative;
  display: table;
  width: 100px;
  height: 100px;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

.select-image i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 22px;
  color: #cccccc;
}

.select-image .img-put {
  display: table-cell;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}

.select-image .img-put img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

#gallery_modal .tab-pane {
  height: 500px;
  overflow: auto;
}

#gallery_modal .thumbnail {
  cursor: pointer;
}

#gallery_modal .thumbnail.checked {
  background: #fcf8e3;
}

#gallery_modal .modal-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#gallery_modal .panel-heading {
  background: #efefef;
}

.store-setting {
  padding: 20px;
}

.store-setting .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  /*overflow: auto;*/
}
.store-setting .form-group .col-sm-3{
  display: flex;
  align-items: center;
}

.store-setting .form-group label {
  line-height: 40px;
  text-align: right;
}

.store-setting .form-group .des {
  color: #999999;
}

.store-setting .ak-tip {
  padding-top: 20px;
  color: #fa4251;
}

.store-setting .area select {
  width: auto;
  height: 40px;
  padding: 9px 10px;
  margin-right: 0.5rem;
  color: #333333;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.store-setting #container {
  width: 80%;
  height: 300px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eeeeee;
}

.store-setting #container img {
  max-width: none !important;
}

.store-setting .addr-control i {
  display: none;
}

.store-setting .addr-control input {
  display: inline-block;
  width: 70%;
}

.store-setting .addr-switch label {
  margin-right: 1rem;
}

.store-setting .addr-switch label input {
  margin-right: 0.3rem;
}

.box-footer {
  text-align: center;
}

#img_show_modal .glyphicon-remove {
  cursor: pointer;
}

#img_show_modal .caption {
  margin-top: 20px;
  text-align: left;
}

.multiple-upload.pro-thumb .multiple-item:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 99;
  padding: 0 3px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  content: '默认';
  background-color: #fa4251;
}

.multiple-upload .multiple-add {
  float: left;
  width: 70px;
  height: 70px;
  font-size: 24px;
  background: #ffffff;
  border: 1px dashed #cccccc;
}

.multiple-upload .multiple-add i {
  padding: 22px;
  color: #999999;
}

.multiple-upload .multiple-item {
  position: relative;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: move;
}

.multiple-upload .multiple-item .multiple-del {
  position: absolute;
  top: -3px;
  right: 5px;
  z-index: 99;
  font-size: 16px;
  cursor: pointer;
}

.gallery-category {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-category .category-item {
  padding: 10px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
}

.gallery-category .category-item i {
  margin-bottom: 20px;
  font-size: 60px;
  color: #cccccc;
}

.gallery-category .category-item p {
  margin: 0;
}

.gallery-category .category-item.active {
  background: #fafafa;
}

.big-img-show {
  display: table;
  width: 100%;
  height: 420px;
}

.big-img-show .show-position {
  display: table-cell;
  height: 420px;
  text-align: center;
  vertical-align: middle;
}

.big-img-show .show-position img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@-moz-document url-prefix() {
  .big-img-show .show-position img {
    max-width: 868px !important;
  }
}

.goods-list {
  padding: 10px 10px 0 10px;
}

.goods-list > div > ul {
  padding: 0;
  padding: 10px;
  padding-left: 0;
  margin: 0;
  list-style: none;
  background: #efefef;
  border-radius: 6px;
}

.goods-list > div > ul > li {
  float: left;
  width: 112px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.goods-list > div > ul > li.checked {
  border-color: #ff0000;
}

.goods-list > div > ul > li .thumb {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
}

.goods-list > div > ul > li .thumb img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

.goods-list > div > ul > li .title {
  height: 30px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.goods-condition {
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.goods-search {
  display: inline-block;
  margin-left: 20px;
}

#img_show_modal .glyphicon-remove {
  cursor: pointer;
}

#img_show_modal .caption {
  margin-top: 20px;
  text-align: left;
}

#goods_modal .panel-heading {
  background: #efefef;
}

#goods_modal .goods-search {
  margin-left: 6px;
}

#goods_modal .modal-content {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#goods_modal .well {
  margin-bottom: 0;
  margin-left: 10px;
}

.goods-category,
.goods-brands {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.goods-category .modal-title,
.goods-brands .modal-title {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}

.goods-category ul,
.goods-brands ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.goods-category .arrow,
.goods-category .arrow::after,
.goods-brands .arrow,
.goods-brands .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.goods-category .arrow,
.goods-brands .arrow {
  top: 0;
  left: 40px;
  margin-left: -11px;
  border-width: 11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.goods-category .arrow::after,
.goods-brands .arrow::after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-width: 10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.goods-category i,
.goods-brands i {
  display: inline-block;
  font-size: 1em;
  vertical-align: top;
}

.goods-category .filters-list,
.goods-category .child-list {
  position: absolute;
  display: none;
}

.goods-category .filters-list ul,
.goods-category .child-list ul {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.goods-category .filters-list li,
.goods-category .child-list li {
  position: relative;
  padding: 6px 12px 5px 12px;
  line-height: 1.5;
  white-space: nowrap;
  border-bottom: 1px solid #efefef;
}

.goods-category .filters-list li .glyphicon,
.goods-category .child-list li .glyphicon {
  font-size: 8px;
  color: #cccccc;
}

.goods-category .filters-list li:hover,
.goods-category .child-list li:hover {
  background: #efefef;
}

.goods-category .filters-list li:last-child,
.goods-category .child-list li:last-child {
  border: none;
}

.goods-category .filters-list li i,
.goods-category .child-list li i {
  display: inline-block;
  margin-left: 10px;
  color: #cccccc;
  vertical-align: middle;
}

.goods-category .filters-list {
  left: -20px;
  z-index: 99;
  width: 870px;
  height: 360px;
  padding-top: 10px;
  overflow: hidden;
  overflow-y: auto;
}

.goods-category .filters-list::-webkit-scrollbar {
  width: 6px;
  height: 100%;
}

.goods-category .filters-list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
}

.goods-category .child-list {
  top: -1px;
  left: 100%;
}

.goods-category.sku-category .filters-list {
  left: 60px;
}

.goods-brands .filters-list {
  position: absolute;
  left: -20px;
  display: none;
  width: 550px;
  padding-top: 10px;
}

.goods-brands .filters-list #brand_list {
  max-height: 300px;
  overflow: auto;
}

.goods-brands .filters-list ul {
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #dadadd;
  border-radius: 5px;
}

.goods-brands .filters-list li {
  display: block;
  float: left;
  width: 100px;
  padding: 5px;
  border-radius: 5px;
}

.goods-brands .filters-list li:hover {
  background: #efefef;
}

/* 赠品选择器 */
.goods-list .goods-sku-list > ul > li {
  width: 278px;
  height: 72px;
  padding: 5px;
  overflow: hidden;
  border-radius: 0;
}

.goods-list .goods-sku-list > ul > li.checked {
  border-color: #0c6eab;
}

.goods-list .goods-sku-list > ul > li .sku-info {
  float: left;
  width: 72%;
}

.goods-list .goods-sku-list > ul > li .thumb {
  display: table;
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 10px;
  border: 1px solid #cccccc;
}

.goods-list .goods-sku-list > ul > li .thumb .thumb-wrap {
  display: table-cell;
  height: 56px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.goods-list .goods-sku-list > ul > li .thumb img {
  border-radius: 0;
}

.goods-list .goods-sku-list > ul > li .title {
  height: auto;
  padding: 0;
  text-align: left;
}

.goods-list .goods-sku-list > ul > li .sku-spec {
  color: #999999;
}

.sku-panel-body {
  padding-bottom: 0;
}

.sku-panel-footer {
  text-align: center;
  background: #ffffff;
}

.pages-wrap .pagination {
  margin-left: 20px;
}

.pages-wrap .btn-operate {
  float: right;
  margin: 20px 0;
}

/*
    Core: General style
----------------------------
*/
i,
em {
  font-style: normal;
}

del,
ins {
  text-decoration: none;
}

/* Header */
body > .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

/* Define 2 column template */
.right-side,
.left-side {
  display: block;
  min-height: 100%;
}

/* right side - contins main content */
.right-side {
  margin-left: 200px;
  background-color: #f9f9f9;
}

/* left side - contains sidebar */
.left-side {
  position: absolute;
  width: 200px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .left-side {
    width: 160px;
  }
  /* Right side strech mode */
  .right-side.strech {
    margin-left: 0;
  }
  .right-side.strech > .content-header {
    margin-top: 0;
  }
  /* Left side collapse */
  .left-side.collapse-left {
    left: -200px;
  }
  .right-side {
    margin-left: 160px;
  }
  .sidebar .sidebar-menu .treeview-menu > li > a {
    padding-left: 20px !important;
  }
}

/* Give content full width on xs screens */
@media screen and (max-width: 992px) {
  .right-side {
    margin-left: 0;
  }
}

/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
  position: fixed;
}

body.fixed > .header {
  top: 0;
  right: 0;
  left: 0;
}

body.fixed .navbar {
  right: 0;
  left: 0;
}

/* Content */
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Microsoft Yahei', sans-serif;
}

/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

.page-header > small {
  display: block;
  margin-top: 5px;
  color: #666666;
}

/* All images should be responsive */
img {
  max-width: 100% !important;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.cl {
  clear: both;
}

.sort-highlight {
  margin-bottom: 10px;
  background: #f4f4f4;
  border: 1px dashed #dddddd;
}

/* 10px padding and margins */
.pad {
  padding: 10px;
}

.margin {
  margin: 10px;
}

/* Display inline */
.inline {
  display: inline;
  width: auto;
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
  color: #f9f9f9 !important;
}

.bg-gray {
  background-color: #eeeeee !important;
}

.bg-light-gray {
  background-color: #fbfbfb !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black .modal-dialog {
  color: #333333;
}

.bg-red {
  background-color: #336699 !important;
}

.bg-yellow {
  background-color: #b86c99 !important;
}

.bg-aqua {
  background-color: #edbb57 !important;
}

.bg-blue {
  background-color: #ee8e8f !important;
}

.bg-light-blue {
  background-color: #ee8e8f !important;
}

.bg-green {
  background-color: #7a9d96 !important;
}

.bg-navy {
  background-color: #1f273b !important;
}

.bg-teal {
  background-color: #39cccc !important;
}

.bg-olive {
  background-color: #56b088 !important;
}

.bg-lime {
  background-color: #10de6a !important;
}

.bg-orange {
  background-color: #ff851b !important;
}

.bg-fuchsia {
  background-color: #e20ab1 !important;
}

.bg-purple {
  background-color: #6e5ca8 !important;
}

.bg-maroon {
  background-color: #d81b60 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-info {
  background-color: #e6e9f0 !important;
}

/* Text colors */
.text-gray {
  color: #777777 !important;
}

.text-light-gray {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-red {
  color: #fa4251 !important;
}

.text-yellow {
  color: #ffc543 !important;
}

.text-aqua {
  color: #ee8e8f !important;
}

.text-blue {
  color: #ee8e8f !important;
}

.text-black {
  color: #000000 !important;
}

.text-light-blue {
  color: #ee8e8f !important;
}

.text-green {
  color: #51dd3a !important;
}

.text-navy {
  color: #1f273b !important;
}

.text-teal {
  color: #39cccc !important;
}

.text-olive {
  color: #56b088 !important;
}

.text-lime {
  color: #10de6a !important;
}

.text-orange {
  color: #ee8e8f !important;
}

.text-fuchsia {
  color: #e20ab1 !important;
}

.text-purple {
  color: #6e5ca8 !important;
}

.text-maroon {
  color: #d81b60 !important;
}

/* Hide elements by display none only */
.hide {
  display: none !important;
}

/* Remove borders */
.no-border {
  border: 0 !important;
}

/* Remove padding */
.no-padding {
  padding: 0 !important;
}

/* Remove margins */
.no-margin {
  margin: 0 !important;
}

/* Remove box shadow */
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Remove border radius */
.flat {
  border-radius: 0 !important;
}

/* Change the color of the striped tables */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f4f5;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}

.table.align th {
  text-align: left;
}

.table.align td {
  text-align: right;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}

.border-radius-none {
  border-radius: 0 !important;
}

/* Gradient Background colors */
.bg-teal-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39cccc), to(#7adddd));
  background-image: -webkit-linear-gradient(#39cccc, #7adddd);
  background-image: linear-gradient(#39cccc, #7adddd);
}

.bg-light-blue-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee8e8f), to(#249bff));
  background-image: -webkit-linear-gradient(#ee8e8f, #249bff);
  background-image: linear-gradient(#ee8e8f, #249bff);
}

.bg-blue-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee8e8f), to(#0b8fff));
  background-image: -webkit-linear-gradient(#ee8e8f, #0b8fff);
  background-image: linear-gradient(#ee8e8f, #0b8fff);
}

.bg-aqua-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f59c7a), to(#78bafd));
  background-image: -webkit-linear-gradient(#f59c7a, #78bafd);
  background-image: linear-gradient(#f59c7a, #78bafd);
}

.bg-yellow-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc543), to(#ffde95));
  background-image: -webkit-linear-gradient(#ffc543, #ffde95);
  background-image: linear-gradient(#ffc543, #ffde95);
}

.bg-purple-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e5ca8), to(#9d91c4));
  background-image: -webkit-linear-gradient(#6e5ca8, #9d91c4);
  background-image: linear-gradient(#6e5ca8, #9d91c4);
}

.bg-green-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#51dd3a), to(#6ce258));
  background-image: -webkit-linear-gradient(#51dd3a, #6ce258);
  background-image: linear-gradient(#51dd3a, #6ce258);
}

.bg-red-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa4251), to(#fb747f));
  background-image: -webkit-linear-gradient(#fa4251, #fb747f);
  background-image: linear-gradient(#fa4251, #fb747f);
}

.bg-black-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#1a1a1a));
  background-image: -webkit-linear-gradient(#000000, #1a1a1a);
  background-image: linear-gradient(#000000, #1a1a1a);
}

.bg-maroon-gradient {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d81b60), to(#e73f7c));
  background-image: -webkit-linear-gradient(#d81b60, #e73f7c);
  background-image: linear-gradient(#d81b60, #e73f7c);
}

/* --------------------------------
Basic Style
-------------------------------- */
.cd-breadcrumb,
.cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}

.cd-breadcrumb::before, .cd-breadcrumb::after,
.cd-multi-steps::before,
.cd-multi-steps::after {
  display: table;
  content: " ";
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
  clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  margin: 0 0.6em;
  color: #969fa6;
  content: '\00bb';
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 12px;
  color: #2c3f4c;
}

.cd-breadcrumb li.current > *,
.cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}

.no-touch .cd-breadcrumb a:hover, .no-touch
.cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  /* replace the default arrow separator with a custom icon */
  content: '';
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
}

.cd-breadcrumb.custom-icons li > *::before,
.cd-multi-steps.custom-icons li > *::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 0.4em;
  vertical-align: middle;
  /* add a custom icon before each item */
  content: '';
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before,
.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb,
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li,
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after,
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *,
  .cd-multi-steps li > * {
    font-size: 14px;
  }
}

/* --------------------------------
Triangle breadcrumb
-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    padding: 0;
    /* reset basic style */
    background-color: transparent;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em 0.8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 0.25em 0 0 0.25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after,
  .cd-breadcrumb.triangle li > *::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    /*
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
      */
    content: '';
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    /* reset style */
    margin: 0;
    border-left-color: #ffffff;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after,
  .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after,
  .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }
  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

/* --------------------------------
Custom icons hover effects - breadcrumb and multi-steps
-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch
  .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch
  .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch
  .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,
  .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch
  .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before,
  .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}

/* --------------------------------
Multi steps indicator
-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    padding: 0;
    text-align: center;
    /* reset style */
    background-color: transparent;
  }
  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    height: 4px;
    /* reset style */
    margin: 0;
    content: '';
    background: #edeff0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .cd-multi-steps li > *,
  .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }
  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }
  .cd-multi-steps.text-center li::after {
    top: 50%;
    left: 100%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: 0.6em 1em;
    background-color: #edeff0;
    border-radius: 0.25em;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *,
  .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }
  .cd-multi-steps.text-top li,
  .cd-multi-steps.text-bottom li {
    width: 120px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after,
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before,
  .cd-multi-steps.text-bottom li > *::before {
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    /* this is the spot indicator */
    content: '';
    background-color: #edeff0;
    border-radius: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before,
  .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch
  .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch
  .cd-multi-steps.text-bottom a:hover::before {
    -webkit-box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
            box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }
  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }
  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}

/* --------------------------------
Add a counter to the multi-steps indicator
-------------------------------- */
.cd-multi-steps.count li {
  vertical-align: top;
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    /* this is the spot indicator */
    content: counter(steps);
  }
  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }
  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }
  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }
  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }
  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}
