/* -----------------------------------------
   Template helpers
----------------------------------------- */
/* ------------------ Sizes --------------------*/
.s8 {
  font-size: 8px !important;
}
.s10 {
  font-size: 10px !important;
}
.s12 {
  font-size: 12px !important;
}
.s14 {
  font-size: 14px !important;
}
.s16 {
  font-size: 16px !important;
}
.s20 {
  font-size: 20px !important;
}
.s24 {
  font-size: 24px !important;
}
.s32 {
  font-size: 32px !important;
}
.s64 {
  font-size: 64px !important;
}
/* ------------------ Vertical align --------------------*/
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------ Margins --------------------*/
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding [class^="col-"] {
  padding: 0;
}
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
/* Minus margins */
.mlm5 {
  margin-top: -5px !important;
}
.mlm10 {
  margin-top: -10px !important;
}
.mlm15 {
  margin-top: -15px !important;
}
.mlm20 {
  margin-top: -20px !important;
}
.mlm25 {
  margin-top: -25px !important;
}
.mtm5 {
  margin-top: -5px !important;
}
.mtm10 {
  margin-top: -10px !important;
}
.mtm15 {
  margin-top: -15px !important;
}
.mtm20 {
  margin-top: -20px !important;
}
.mtm25 {
  margin-top: -25px !important;
}
.mrm5 {
  margin-top: -5px !important;
}
.mrm10 {
  margin-top: -10px !important;
}
.mrm15 {
  margin-top: -15px !important;
}
.mrm20 {
  margin-top: -20px !important;
}
.mrm25 {
  margin-top: -25px !important;
}
.mbm5 {
  margin-top: -5px !important;
}
.mbm10 {
  margin-top: -10px !important;
}
.mbm15 {
  margin-top: -15px !important;
}
.mbm20 {
  margin-top: -20px !important;
}
.mbm25 {
  margin-top: -25px !important;
}
/* ------------------ Paddings --------------------*/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
/* ------------------ Percent widths --------------------*/
.per5 {
  width: 5% !important;
}
.per10 {
  width: 10% !important;
}
.per15 {
  width: 15% !important;
}
.per20 {
  width: 20% !important;
}
.per25 {
  width: 25% !important;
}
.per30 {
  width: 30% !important;
}
.per35 {
  width: 35% !important;
}
.per40 {
  width: 40% !important;
}
.per45 {
  width: 45% !important;
}
.per50 {
  width: 50% !important;
}
.per55 {
  width: 55% !important;
}
.per60 {
  width: 60% !important;
}
.per65 {
  width: 65% !important;
}
.per70 {
  width: 70% !important;
}
.per75 {
  width: 75% !important;
}
.per80 {
  width: 80% !important;
}
.per85 {
  width: 85% !important;
}
.per90 {
  width: 90% !important;
}
.per95 {
  width: 95% !important;
}
.per100 {
  width: 100% !important;
}
/* ------------------ Borders --------------------*/
.b {
  border: 1px solid #e3e3e3 !important;
}
.bt {
  border-top: 1px solid #e3e3e3 !important;
}
.br {
  border-right: 1px solid #e3e3e3 !important;
}
.bb {
  border-bottom: 1px solid #e3e3e3 !important;
}
.bl {
  border-left: 1px solid #e3e3e3 !important;
}
.btlr {
  border-top-left-radius: 3px !important;
}
.btrr {
  border-top-right-radius: 3px !important;
}
.bblr {
  border-bottom-left-radius: 3px !important;
}
.bbrr {
  border-bottom-right-radius: 3px !important;
}
.brall {
  border-radius: 3px !important;
}
.bn {
  border: none !important;
}
.bnt {
  border-top: none !important;
}
.bnb {
  border-bottom: none !important;
}
.bnl {
  border-left: none !important;
}
.bnr {
  border-right: none !important;
}
.brad0 {
  border-radius: 0 !important;
}
.btlr0 {
  border-top-left-radius: 0 !important;
}
.btrr0 {
  border-top-right-radius: 0 !important;
}
.bblr0 {
  border-bottom-left-radius: 0 !important;
}
.bbrr0 {
  border-bottom-right-radius: 0 !important;
}
.brad {
  border-radius: 3px !important;
}
.bbdashed {
  border-bottom: 1px dashed #e3e3e3 !important;
}
/* ------------------ Colors --------------------*/
.color-red {
  color: #db5565 !important;
}
.color-red-light {
  color: #df6a78 !important;
}
.color-red-dark {
  color: #c04b59 !important;
}
.color-blue {
  color: #0bacd3 !important;
}
.color-blue-light {
  color: #29b6d8 !important;
}
.color-blue-dark {
  color: #0a97b9 !important;
}
.color-green {
  color: #51bf87 !important;
}
.color-green-light {
  color: #66c796 !important;
}
.color-green-dark {
  color: #47a877 !important;
}
.color-yellow {
  color: #f4ad49 !important;
}
.color-yellow-light {
  color: #f5b75f !important;
}
.color-yellow-dark {
  color: #d69840 !important;
}
.color-white {
  color: var(--color-white) !important;
}
.color-dark {
  color: #262d37 !important;
}
.color-dark-light {
  color: #303946 !important;
}
.color-dark-dark {
  color: #1c2128 !important;
}
.color-gray {
  color: #555555 !important;
}
.color-gray-light {
  color: #777777 !important;
}
.color-gray-dark {
  color: var(--color-black) !important;
}
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: var(--color-black) !important;
  background-color: var(--color-white) !important;
}
.red-bg {
  color: var(--color-white) !important;
  background-color: #db5565 !important;
}
.red-light-bg {
  color: var(--color-white) !important;
  background-color: #df6a78 !important;
}
.red-dark-bg {
  color: var(--color-white) !important;
  background-color: #c04b59 !important;
}
.blue-bg {
  color: var(--color-white) !important;
  background-color: #0bacd3 !important;
}
.blue-light-bg {
  color: var(--color-white) !important;
  background-color: #29b6d8 !important;
}
.blue-dark-bg {
  color: var(--color-white) !important;
  background-color: #0a97b9 !important;
}
.green-bg {
  color: var(--color-white) !important;
  background-color: #51bf87 !important;
}
.green-light-bg {
  color: var(--color-white) !important;
  background-color: #66c796 !important;
}
.green-dark-bg {
  color: var(--color-white) !important;
  background-color: #47a877 !important;
}
.yellow-bg {
  color: var(--color-white) !important;
  background-color: #f4ad49 !important;
}
.yellow-light-bg {
  color: var(--color-white) !important;
  background-color: #f5b75f !important;
}
.yellow-dark-bg {
  color: var(--color-white) !important;
  background-color: #d69840 !important;
}
.gray-bg {
  color: var(--color-black) !important;
  background-color: #555555 !important;
}
.gray-light-bg {
  color: var(--color-black) !important;
  background-color: #777777 !important;
}
.gray-lighter-bg {
  color: var(--color-black) !important;
  background-color: #eeeeee !important;
}
.gray-dark-bg {
  color: var(--color-black) !important;
  background-color: var(--color-black) !important;
}
.gray-darker-bg {
  color: var(--color-black) !important;
  background-color: #222222 !important;
}
.dark-bg {
  color: var(--color-white) !important;
  background-color: #262d37 !important;
}
.dark-light-bg {
  color: var(--color-white) !important;
  background-color: #303946 !important;
}
.dark-dark-bg {
  color: var(--color-white) !important;
  background-color: #1c2128 !important;
}
/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ------------------ Contextual colors --------------------*/
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0bacd3;
}
a.text-primary:hover {
  color: #0884a3;
}
.text-success {
  color: #51bf87;
}
a.text-success:hover {
  color: #3ba26e;
}
.text-info {
  color: #29b6d8;
}
a.text-info:hover {
  color: #2093ae;
}
.text-warning {
  color: #f4ad49;
}
a.text-warning:hover {
  color: #f19719;
}
.text-danger {
  color: #db5565;
}
a.text-danger:hover {
  color: #d12c40;
}
.text-yellow {
  color: #f4ad49;
}
a.text-yellow:hover {
  color: #f19719;
}
.text-dark {
  color: #262d37;
}
a.text-dark:hover {
  color: #111419;
}
/* ------------------ Positions --------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* ------------------ Rotate helpers --------------------*/
.rotate0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate15 {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.rotate30 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate60 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.rotate75 {
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate105 {
  -webkit-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  transform: rotate(105deg);
}
.rotate120 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.rotate135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rotate150 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.rotate165 {
  -webkit-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  transform: rotate(165deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotateM15 {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.rotateM30 {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rotateM45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotateM60 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.rotateM75 {
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg);
}
.rotateM90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rotateM105 {
  -webkit-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  transform: rotate(-105deg);
}
.rotateM120 {
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.rotateM135 {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rotateM150 {
  -webkit-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  transform: rotate(-150deg);
}
.rotateM165 {
  -webkit-transform: rotate(-165deg);
  -ms-transform: rotate(-165deg);
  transform: rotate(-165deg);
}
.rotateM180 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* ------------------ Other --------------------*/
.bshadowNone {
  box-shadow: none !important;
}
.di {
  display: inline !important;
}
.dib {
  display: inline-block !important;
}
.db {
  display: block !important;
}
/* -----------------------------------------
   Body styles
----------------------------------------- */
/*  IE10 and windows phone 8 fix. */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html,
body {
  height: 100%;
}
html.ff3 {
  min-height: 100%;
}
html.ff3 body {
  min-height: 100%;
}
body {
    overflow-x: hidden;
    background: var(--bg-wrapper);
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
  }
@-moz-document url-prefix() {
    body {
        position: relative;
        overflow-x: hidden;
        background: var(--bg-wrapper);
        color: var(--color-black);
        -webkit-font-smoothing: antialiased;
    }
}
@media screen and (min-width:0\0) { 
    body {
        position: relative;
        overflow-x: hidden;
        background: var(--bg-wrapper);
        color: var(--color-black);
        -webkit-font-smoothing: antialiased;
    }
}
body.ovh {
  overflow: hidden;
}
body.fixed-left-sidebar:not(.fixed-header) .page-navbar {
  padding-left: 195px;
}
body.fixed-left-sidebar:not(.fixed-header) .navbar-brand {
  position: fixed;
  width: 210px;
  top: 0;
  left: 0;
}
body.fixed-left-sidebar:not(.fixed-header) .navbar-collapse {
  padding-left: 210px;
}
body.fixed-right-sidebar:not(.fixed-header) #right-sidebar.rstop {
  padding-top: 0;
}
* {
  box-sizing: border-box;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
}
/* ------------------ Login page --------------------*/
.login-page > .login-container {
  width: 360px;
}
.login-page .login-panel {
  margin-top: 100px;
}
.login-page .user-avatar {
  text-align: center;
  background-color: #e8e8e8;
  padding: 15px 0;
  margin: 0 -15px 20px;
}
.login-page .user-avatar img {
  border-radius: 50%;
}
.error-page > .error-container {
  width: 480px;
}
.error-page .error-panel {
  margin-top: 100px;
}
.error-page .error-number {
  text-align: center;
  font-weight: bold;
  font-size: 148px;
  margin-top: 0;
}
.error-page .btn-group {
  width: 100%;
}
.error-page .btn {
  text-align: left;
}
.error-page .btn i {
  margin-right: 5px;
}
/* -----------------------------------------
   Header styles
----------------------------------------- */
.page-navbar {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.page-navbar.header-fixed {
  position: fixed;
}
.page-navbar .navbar-brand {
  width: 280px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 15px;
  font-size: 21px;
  text-align: center;
}
.page-navbar .navbar-brand img.logo {
    display: inline-block;
    width: auto;
    height: 48px;
}
.page-navbar .navbar-brand.collapse-sidebar {
  width: 60px;
}
.page-navbar .navbar-brand.collapse-sidebar .logo {
  display: none;
}
.page-navbar .navbar-brand.collapse-sidebar .logo-sm {
    display: block !important;
    float: left;
    margin: 12px 0 0 0px;
    width: auto;
    height: 28px;
}
.page-navbar .navbar-brand.hide-logo {
  display: none;
}
.page-navbar .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid var(--color-black);
  border-radius: 4px;
}
.page-navbar .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--color-black);
}
.page-navbar .navbar-no-collapse {
  width: auto;
  padding-left: 15px;
}
.page-navbar .navbar-nav > li {
  border-radius: 0;
}
.page-navbar .navbar-nav > li > a {
  color: #FFF;
  padding: 15px 20px;
  height: 50px;
  transition: background;
  transition-duration: 0.4s;
}
.page-navbar .navbar-nav > li > a i {
  font-size: 20px;
  float: left;
}
.page-navbar .navbar-nav > li > a i[class^="glyphicon"] {
  margin-top: -5px;
}
.page-navbar .navbar-nav > li > a .badge {
  padding: 3px 5px 2px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.page-navbar .navbar-nav > li .dropdown-menu:before {
	border-bottom: 8px solid #e0e0e0;
}
.page-navbar .navbar-nav > li .dropdown-menu:after {
	top: -7px !important;
    border-bottom: 8px solid var(--color-white);
}
.page-navbar .navbar-nav > li .dropdown-menu:before, .page-navbar .navbar-nav > li .dropdown-menu:after {
	position: absolute;
    top: -8px;
    right: 22px;
    display: inline-block;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.page-navbar .navbar-nav > li .dropdown-menu {
  margin-top: 0px !important;
  border-top: 0 !important;
}
.page-navbar .navbar-nav > li .dropdown-menu > li {
  border-radius: 0;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a {
  padding: 10px 20px;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a.dropdown-menu-header {
  background: #f7f9fe;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
.page-navbar .navbar-nav > li .dropdown-menu > li a.view-all {
  text-align: center;
  border-top: 1px solid #e3e3e3;
  background: #f7f9fe;
}
.page-navbar .navbar-nav > li .dropdown-menu > li:last-child {
  border-bottom: none;
}
.page-navbar .navbar-nav > li .dropdown-menu > li span.txt {
  padding: 10px 20px;
  display: inline-block;
}
.page-navbar .navbar-nav > li .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--color-white);
}
.page-navbar .navbar-nav > li .dropdown-menu:before {
  border-bottom-color: #e5ebfc;
}
.page-navbar .navbar-nav > li .dropdown-menu.dynamic-settings {
  min-width: 260px;
}
.page-navbar .navbar-nav > li .dropdown-menu.dynamic-settings .toggle-custom {
  padding: 5px 10px;
}

.page-navbar .navbar-right {
  margin: 0 !important;
}
/* -----------------------------------------
   Left Sidebar styles
----------------------------------------- */

.page-sidebar {
    width: 280px;
    /*position: absolute; commented for 1280 implementation*/
    position: fixed;
    height: auto;
    left: 0;
    bottom: 0;
    top: 0;
    padding-top: 50px;
    z-index: 2;
}
.page-sidebar:after {
  content: "" !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 280px;
  z-index: -1;
}
.page-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
.page-sidebar.sidebar-fixed {
  position: fixed;
}
.page-sidebar.hide-sidebar {
  margin-left: -210px;
}
.page-sidebar.hide-sidebar:after {
  left: -210px;
}
.page-sidebar.collapse-sidebar {
  width: 60px;
  bottom: auto;
}
.page-sidebar.collapse-sidebar:after {
  width: 60px;
}
.page-sidebar.collapse-sidebar .user-info {
  display: none;
}
.page-sidebar.collapse-sidebar .sidebar-panel {
  display: none;
}
.page-sidebar:not(.collapse-sidebar) .side-nav .nav {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - var(--header-height, 50));
}
.page-sidebar.collapse-sidebar .nav li {
  border-radius: 3px;
}
.page-sidebar.collapse-sidebar .nav li a {
    text-align: center;
    padding: 20px 14px 20px !important;
    margin-bottom: 0px;
}
.page-sidebar.collapse-sidebar .nav li a .sideNav-arrow {
  display: none;
}
.page-sidebar.collapse-sidebar .nav li a .label {
  display: none;
}
.page-sidebar.collapse-sidebar .nav li a i {
  margin-right: 0 !important;
  float: none !important;
}
.page-sidebar.collapse-sidebar .nav li a span.txt {
  display: none;
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 9998;
}
.page-sidebar.collapse-sidebar .nav li.hover-li {
    height: 55px;
    margin-bottom: 2px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a {
    z-index: 999;
    width: 221px;
    min-height: 41px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a span.txt {
    display: inline-block;
    width: auto;
    padding: 16px 0 16px 20px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a i {
  color:var(--color-white);
  float: left !important;
   margin:0px 10px 0px 1px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a.notExpand {
    border-bottom-right-radius: 0;
    width: 320px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li a.active:before {
  background-color: transparent !important;
  border-color: transparent !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub {
  position: relative;
  z-index: 9999;
  left: 60px;
  top: -1px;
  width: 260px;
  display: block;
  margin: 0;
  list-style: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li {
  height: auto;
}
    .page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a {
        width: 100%;
        padding: 8px 5px 0 10px !important;
        border-radius: 0;
        box-shadow: none;
        font-size: 12px !important;
        text-align: left;
    }
/* Add rotation for expanded state */
.page-sidebar .side-nav .nav > li a.expand i.sideNav-arrow {
    transform: translateY(-50%) rotate(90deg);
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a span.txt {
  position: relative;
  left: auto;
  top: auto;
  padding: 5px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:before {
  border: none;
  background: none;
  float: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li a:after {
  background: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub a.notExpand {
  margin-top: 8px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub {
  left: 0;
  top: 37px;
  background-color: #3b4655;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a {
  padding: 0 5px 0 21px !important;
  border-radius: 0 !important;
  background-color: #3b4655;
  width: 161px;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:after,
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li a:before {
  border: none;
  background: none;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:last-child a {
  border-bottom-right-radius: 3px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li.hasSub ul.sub li:first-child a {
  border-top-right-radius: 3px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li {
  margin-top: 0;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child {
  padding-bottom: 0;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li + li:last-child a {
  padding-bottom: 8px !important;
}
.page-sidebar.collapse-sidebar .nav li.hover-li ul.sub li:last-child a {
  border-bottom-right-radius: 3px;
}
.page-sidebar .side-nav {
  width: 100%;
  float: left;
}
.page-sidebar .side-nav .nav > li a {
    padding: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    letter-spacing: 0.3px;
    transition: background;
    transition-duration: 0.4s;
    position: relative;
}
.page-sidebar .side-nav .nav > li a i {
    transition: color;
    transition-duration: 0.4s;
    text-align: center;
}
.page-sidebar .side-nav .nav > li a.notExpand {
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}
.page-sidebar .side-nav .nav > li a i.sideNav-arrow {
    float: right;
    width: auto !important;
    margin: 0;
    font-size: 14px;
    transition-duration: 0.4s;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.page-sidebar .side-nav .nav > li a .txt {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
}

.page-sidebar .side-nav .nav > li a .label {
  float: right;
  border-radius: 50%;
  padding: 6px 6px;
  margin-top: 0;
  line-height: 10px;
}

.page-sidebar .side-nav .nav > li ul.sub {
    padding-left: 0px;
    display: none;
    position: relative;
    list-style-type: none;
    margin-bottom: 0px;
}

.page-sidebar .side-nav .nav > li ul.sub > li {
    transition: color;
    transition-duration: 0.4s;
    padding: 10px 3px 4px 20px;
    padding: 0px 3px 0px 0px;
    position: relative;
    margin-bottom: 0px;
}
.page-sidebar .side-nav .nav > li ul.sub > li a {
    transition: color;
    transition-duration: 0.4s;
    margin-bottom: 0px;
}
.page-sidebar .side-nav .nav > li ul.sub > li a i {
    transition: color;
    transition-duration: 0.4s;
    margin-bottom: 0px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    height: 100%;
}

.page-sidebar .side-nav .nav > li ul.sub > li:last-child a i.indent::before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 2px;
    height: 50%;
}

.page-sidebar .side-nav .nav > li ul.sub > li:last-child a .lhs_rgt {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.page-sidebar .side-nav .nav > li ul.sub > li a:before {
  float: left;
  position: absolute;
  z-index: 12;
  transition: border-color;
  transition-duration: 0.4s;
  height:40px;
}
.page-sidebar .side-nav .nav > li ul.sub > li a:after {
  content: "";
  height: 38px;
  position: absolute;
  z-index: 10;
}
    .page-sidebar .side-nav .nav > li ul.sub > li a:hover:before {
        border-color: var(--color-white);
    }
.page-sidebar .side-nav .nav > li ul.sub > li:first-child a {

}
.page-sidebar .side-nav .nav > li ul.sub > li:first-child a.expand:after {
  height: 20px;
}
.page-sidebar .side-nav .nav > li ul.sub > li:last-child a {

}
.page-sidebar .side-nav .nav > li ul.sub > li:last-child a:after {
  height: 18px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li {
  position: relative;
  height: 40px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li a {
  position: relative;
}
.page-sidebar .side-nav .nav > li ul.sub.show li a.expand:after {
  height: 18px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child:after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 33px;
  top: 14px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu:last-child a.expand {
  padding-bottom: 2px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li.highlight-menu a.expand:after {
  height: 19px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub:before {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  left: 33px;
  top: -14px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub:after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  left: 29px;
  bottom: 0px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a {
  padding: 3px 20px 2px 75px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:before {
  left: 42px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li a:after {
  left: 45px;
  height: 29px;
  top: -13px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child {
  border-top: none;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:first-child a {
  padding-top: 3px;
  padding-bottom: 2px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a {
  padding-top: 3px;
  padding-bottom: 10px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li .sub li:last-child a:after {
  height: 46px;
}
.page-sidebar .side-nav .nav > li ul.sub.show li:last-child .sub li:last-child a:after {
  height: 29px;
}
.page-sidebar .user-info {
  float: left;
  padding: 10px 15px;
}
.page-sidebar .user-info img {
  border-radius: 3px;
  float: left;
  margin-right: 15px;
  width: 64px;
}
    .page-sidebar .user-info .name {
        color: var(--color-white);
        float: left;
        width: 100px;
        font-weight: normal;
        padding: 5px 0;
    }
.page-sidebar .user-info button {
  font-size: 13px;
  margin-top: 2px;
}
.page-sidebar .user-info .btn-group .btn + .btn {
  border-left: none;
  padding-left: 3px;
}
.page-sidebar .user-info .dropdown-menu {
  min-width: 140px;
  border-color: #303946;
}
.page-sidebar .user-info .dropdown-menu li {
  border-radius: 0;
}
.page-sidebar .user-info .dropdown-menu li a {
  padding: 8px 15px;
  width: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  display: inherit;
}
.page-sidebar .user-info .dropdown-menu li a:hover {
  background-color: #f7f9fe;
  color: var(--color-black);
}
.page-sidebar .user-info .dropdown-menu li a:hover i {
  color: var(--color-black);
}
.floatright {
    float: right;
}
/*-----------------------------------------
   Right Sidebar styles
----------------------------------------- */
#right-sidebar {
  width: 210px;
  height: auto;
  z-index: 10;
  float: right;
  padding-top: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: block;
}
    #right-sidebar:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 210px;
        background: var(--color-white);
        border-left: 1px solid #e3e3e3;
        z-index: -1;
    }
#right-sidebar.hide-sidebar {
  margin-right: -210px;
  display: none;
}
#right-sidebar.hide-sidebar:after {
  right: -210px;
}
#right-sidebar.sidebar-fixed {
  position: fixed;
}
#right-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#right-sidebar .tabs {
  padding: 0 0 0 1px;
}
    #right-sidebar .tabs .nav-tabs li a {
        border-radius: 0;
        background-color: var(--color-white);
        padding: 15px 15px 14px;
        box-shadow: none;
        border-bottom: 1px solid #e3e3e3;
    }
#right-sidebar .tabs .nav-tabs li a i {
  color: #777777;
}
#right-sidebar .tabs .nav-tabs li.active a {
  border-bottom: 1px solid #29b6d8;
}
#right-sidebar .tabs .nav-tabs li.active a:after {
  right: auto;
  left: auto;
  bottom: auto;
}
#right-sidebar .tabs .tab-content {
  box-shadow: none;
  border-radius: 0;
}
#right-sidebar .user-list {
  margin-left: -15px;
  margin-right: -15px;
}
#right-sidebar .user-list .list-group-item {
  border: none;
  line-height: 16px;
  position: relative;
  padding: 5px 15px;
}
#right-sidebar .user-list .list-group-item a {
  display: block;
  line-height: 16px;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: #555555;
}
#right-sidebar .user-list .list-group-item a .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
}
#right-sidebar .user-list .list-group-item a .name {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-top: 5px;
}
#right-sidebar .user-list .list-group-item a .status {
  width: 100%;
  display: block;
  font-size: 13px;
}
#right-sidebar .user-list .list-group-item a .status:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: relative;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#right-sidebar .user-list .list-group-item a .status.status-online:before {
  background-color: #51bf87;
}
#right-sidebar .user-list .list-group-item a .status.status-offline:before {
  background-color: #db5565;
}
#right-sidebar .chat-messages {
  display: none;
  margin-right: -210px;
}
    #right-sidebar .chat-messages.open {
        display: block;
        margin-right: 0;
        position: fixed;
        padding-left: 0;
        list-style: none;
        top: 51px;
        right: 0;
        bottom: 130px;
        background: var(--color-white);
        width: 210px;
        z-index: 10;
        border-left: 1px solid #e3e3e3;
    }
#right-sidebar .chat-messages ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  height: 100%;
}
#right-sidebar .chat-messages li {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#right-sidebar .chat-messages li .avatar {
  float: left;
}
#right-sidebar .chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid transparent;
  transition: border;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li .chat-name {
  margin-top: 8px;
  font-weight: bold;
}
#right-sidebar .chat-messages li .chat-name .chat-time {
  color: #777777;
  font-size: 10px;
  display: block;
}
#right-sidebar .chat-messages li .message {
  border-radius: 3px;
  background-color: #f9f9f9;
  padding: 10px;
  position: relative;
}
#right-sidebar .chat-messages li .message p {
  margin-bottom: 0;
}
#right-sidebar .chat-messages li .message:after,
#right-sidebar .chat-messages li .message:before {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#right-sidebar .chat-messages li .message:after {
  border-bottom-color: #f9f9f9;
  border-width: 6px;
  margin-left: -6px;
}
#right-sidebar .chat-messages li .message:before {
  border-bottom-color: #f9f9f9;
  border-width: 7px;
  margin-left: -7px;
}
    #right-sidebar .chat-messages li .message.message-success {
        color: var(--color-white);
        background-color: #9edbbc;
    }
#right-sidebar .chat-messages li .message.message-success:after {
  border-bottom-color: #9edbbc;
}
#right-sidebar .chat-messages li .message.message-success:before {
  border-bottom-color: #9edbbc;
}
    #right-sidebar .chat-messages li .message.message-info {
        color: var(--color-white);
        background-color: #6acce4;
    }
#right-sidebar .chat-messages li .message.message-info:after {
  border-bottom-color: #6acce4;
}
#right-sidebar .chat-messages li .message.message-info:before {
  border-bottom-color: #6acce4;
}
    #right-sidebar .chat-messages li .message.message-danger {
        color: var(--color-white);
        background-color: #eda9b1;
    }
#right-sidebar .chat-messages li .message.message-danger:after {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li .message.message-danger:before {
  border-bottom-color: #eda9b1;
}
#right-sidebar .chat-messages li.chat-back {
  background-color: #eeeeee;
  border-bottom: 1px solid #e3e3e3;
  transition: background;
  transition-duration: 0.4s;
}
#right-sidebar .chat-messages li.chat-back:hover {
  background-color: #e4e4e4;
}
#right-sidebar .chat-messages li.chat-me .avatar {
  float: right;
  margin-left: 5px;
}
#right-sidebar .chat-messages li.chat-me .chat-name {
  text-align: right;
}
#right-sidebar .chat-messages li.chat-me .message:after,
#right-sidebar .chat-messages li.chat-me .message:before {
  right: 18px;
  left: auto;
}
    #right-sidebar #chat-write {
        display: none;
        margin-right: -210px;
        height: auto;
        float: left;
        position: fixed;
        bottom: 0;
        right: 0;
        background: var(--color-white);
        width: 210px;
        border-left: 1px solid #e3e3e3;
        z-index: 11;
    }
#right-sidebar #chat-write form {
  padding: 15px;
}
#right-sidebar #chat-write.open {
  display: block;
  margin-right: 0;
}
/* -----------------------------------------
   Content
----------------------------------------- */
.page-content {
  min-height: 100%;
  padding-top: 50px;
}
.page-content.sidebar-page {
  margin-left: 280px;
}
.page-content.collapsed-sidebar {
  margin-left: 60px;
}
.page-content.full-page {
  margin-left: 0;
  margin-right: 0;
}
.page-content.overLap {
  margin-left: 0;
}
.page-content.rOverLap {
  margin-right: 0;
}
.page-content.offCanvas {
  width: 100%;
  margin-left: 210px;
}
.page-content .page-content-wrapper {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.page-content .page-content-inner {
  position: relative;
  padding: 0 20px;
}
.page-content #page-header {
  background-color: var(--bg-color);
  margin-top: 1px;
  margin-bottom: 0px;
  padding: 0 20px 20px;
  margin-right: -20px;
  margin-left: -20px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.page-content #page-header .page-header {
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: none;
  float: left;
  margin-right: 20px;
}
.page-content #page-header .page-header h2 {
  margin-bottom: 5px;
}
.page-content #page-header .header-stats {
  float: right;
  padding: 20px;
}
/* -----------------------------------------
   Page footer
----------------------------------------- */
#footer {
  padding: 15px 20px;
  border-top: 1px solid #e3e3e3;
  height: 51px;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer p {
  margin-bottom: 0;
}
#footer.sidebar-page {
  margin-left: 260px;
}
#footer.collapsed-sidebar {
  margin-left: 60px;
}
#footer.full-page {
  margin-left: 0;
  margin-right: 0;
}
#footer.offCanvas {
  width: 100%;
  margin-left: 210px;
}
/* -----------------------------------------
   Sparklines
----------------------------------------- */
.spark {
  display: inline-block;
  margin-left: 20px;
}
.spark .spark-info {
  font-size: 14px;
  text-align: left;
  margin-bottom: 5px;
}
.spark .spark-info .number {
  font-weight: bold;
  font-size: 18px;
  padding-right: 5px;
  color: #0a97b9;
}
.spark .sparkline {
  width: 100%;
  display: inline-block;
  margin-top: 4px;
}
.jqstooltip {
    box-sizing: content-box;
    border-color: #344154 !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 3px !important;
    background: #344154;
    width: auto !important;
    height: auto !important;
}
.sparkline {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
/* -----------------------------------------
   Code styles
----------------------------------------- */
.pln {
  color: #000000;
}
@media screen {
  .str {
    color: #008800;
  }
  .kwd {
    color: #000088;
  }
  .com {
    color: #880000;
  }
  .typ {
    color: #660066;
  }
  .lit {
    color: #006666;
  }
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  .atn {
    color: #660066;
  }
  .atv {
    color: #008800;
  }
  .dec,
  .var {
    color: #660066;
  }
  .fun {
    color: #ff0000;
  }
}
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
/* -----------------------------------------
   Back to top
----------------------------------------- */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  display: none;
}
#back-to-top a {
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4) url(../img/backtop.png) no-repeat center center;
  text-indent: -9999px;
  border-radius: 3px;
  transition: all;
  transition-duration: 0.4;
}
#back-to-top a:hover {
  background-color: #303946;
}
#back-to-top.rightsidebar {
  right: 215px;
}
/* -----------------------------------------
   Circfull progress bars
----------------------------------------- */
.circliful {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.circliful .circle-text,
.circliful .circle-info,
.circliful .circle-text-half,
.circliful .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: var(--color-black);
  font-weight: bold;
}
.circliful .circle-text-half {
  top: 8px;
}
.circliful i {
  margin: 5px 3px 0 3px;
  position: relative;
}
/* -----------------------------------------
    Sidebar panels
----------------------------------------- */
.sidebar-panel {
  margin: 0;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.sidebar-panel:before,
.sidebar-panel:after {
  content: " ";
  display: table;
}
.sidebar-panel:after {
  clear: both;
}
    .sidebar-panel .sidebar-panel-title {
        font-size: 13px;
        padding: 8px 15px 8px 17px;
        margin: 0;
        background-color: #455264;
        color: var(--color-white);
        border-top: 1px solid #2e3743;
        border-bottom: 1px solid #2e3743;
    }
.sidebar-panel .sidebar-panel-title i {
  margin-right: 15px;
}
.sidebar-panel .sidebar-panel-content {
  padding: 15px;
  position: relative;
  color: #8b929a;
}
.sidebar-panel .sidebar-panel-content.fullwidth {
  padding: 5px 0px 15px;
}
/* -----------------------------------------
   Carousel dot style indicators
----------------------------------------- */
.dotstyle {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 10px !important;
}
.dotstyle.center {
  width: auto;
  left: 45%;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  border: none;
  background-color: none;
}
    .dotstyle li a {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 50%;
        background-color: var(--color-white);
        background-color: rgba(255, 255, 255, 0.3);
        text-indent: -999em;
        /* make the text accessible to screen readers */
        cursor: pointer;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
.dotstyle li a:hover,
.dotstyle li a:focus {
  background-color: white;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle li.active {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: none;
  box-shadow: 0 0 0 2px white;
}
.dotstyle li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background-color: white;
}
/* -----------------------------------------
   Datatables row fix
----------------------------------------- */
.dataTables_wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dataTables_wrapper .row .col-6:first-child {
  padding-left: 0;
}
.dataTables_wrapper .row .col-6:last-child {
  padding-right: 0;
}
.dataTables_paginate .pagination {
  margin-top: -5px;
  float: right;
}
/* -----------------------------------------
   Pricing tables
----------------------------------------- */
.pricing-table {
    position: relative;
    background: var(--color-white);
    margin-top: 25px;
    margin-bottom: 50px;
}
.pricing-table .pricing-header {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
    .pricing-table .pricing-header h3 {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        display: inline-block;
        text-transform: uppercase;
        background-color: #d5d5d5;
        border: 5px solid var(--color-white);
        padding: 15px 0;
        margin: 0;
        margin-top: -25px;
        position: relative;
    }
.pricing-table .pricing-header h3 i {
  font-size: 48px;
  position: absolute;
  top: -5px;
  left: 15px;
}
.pricing-table ul.list-group {
  margin-bottom: -1px;
  margin-top: -1px;
}
.pricing-table ul.list-group li:first-child {
  border-top: none;
}
.pricing-table ul.list-group li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.pricing-table ul.list-group li {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.pricing-table ul.list-group li i {
  margin: 0 15px;
}
.pricing-table ul.list-group li.off {
  text-decoration: line-through;
}
.pricing-table .pricing-bottom {
  border: 1px solid #e3e3e3;
  border-top: none;
  width: 100%;
  text-align: center;
}
.pricing-table .pricing-bottom .price {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: var(--bg-wrapper);
  padding-top: 5px;
  margin-bottom: -25px;
}
.pricing-table .pricing-bottom .price span {
  font-weight: bold;
  font-size: 48px;
}
.pricing-table .pricing-bottom .price .btn {
  border-radius: 0;
}
.pricing-table.blue {
  background-color: #29b6d8;
}
.pricing-table.blue .pricing-header {
  border: 1px solid #24a5c4;
}
    .pricing-table.blue .pricing-header h3 {
        background-color: #54c5e0;
        color: var(--color-white);
    }
        .pricing-table.blue .pricing-header h3 i {
            color: var(--color-white);
        }
.pricing-table.blue ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.blue ul.list-group li:last-child {
  border-bottom: none;
}
    .pricing-table.blue ul.list-group li {
        background-color: #29b6d8;
        border: 1px solid #24a5c4;
        color: var(--color-white);
    }
.pricing-table.blue .pricing-bottom {
  border: 1px solid #24a5c4;
}
    .pricing-table.blue .pricing-bottom .price {
        background-color: #2093ae;
        color: var(--color-white);
    }
        .pricing-table.blue .pricing-bottom .price .btn {
            color: var(--color-white);
            background-color: #145c6e;
            border-color: #145c6e;
        }
            .pricing-table.blue .pricing-bottom .price .btn:hover,
            .pricing-table.blue .pricing-bottom .price .btn:focus,
            .pricing-table.blue .pricing-bottom .price .btn.focus,
            .pricing-table.blue .pricing-bottom .price .btn:active,
            .pricing-table.blue .pricing-bottom .price .btn.active,
            .open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn {
                color: var(--color-white);
                background-color: #0c3842;
                border-color: #0b313a;
            }
.pricing-table.blue .pricing-bottom .price .btn:active,
.pricing-table.blue .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.blue .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.blue .pricing-bottom .price .btn.disabled,
.pricing-table.blue .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn,
.pricing-table.blue .pricing-bottom .price .btn.disabled:hover,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:hover,
.pricing-table.blue .pricing-bottom .price .btn.disabled:focus,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:focus,
.pricing-table.blue .pricing-bottom .price .btn.disabled.focus,
.pricing-table.blue .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn.focus,
.pricing-table.blue .pricing-bottom .price .btn.disabled:active,
.pricing-table.blue .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn:active,
.pricing-table.blue .pricing-bottom .price .btn.disabled.active,
.pricing-table.blue .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.blue .pricing-bottom .price .btn.active {
  background-color: #145c6e;
  border-color: #145c6e;
}
            .pricing-table.blue .pricing-bottom .price .btn .badge {
                color: #145c6e;
                background-color: var(--color-white);
            }
.pricing-table.red {
  background-color: #df6a78;
}
.pricing-table.red .pricing-header {
  border: 1px solid #da5565;
}
    .pricing-table.red .pricing-header h3 {
        background-color: #e8949e;
        color: var(--color-white);
    }
.pricing-table.red ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.red ul.list-group li:last-child {
  border-bottom: none;
}
    .pricing-table.red ul.list-group li {
        background-color: #df6a78;
        border: 1px solid #da5565;
        color: var(--color-white);
    }
.pricing-table.red .pricing-bottom {
  border: 1px solid #da5565;
}
    .pricing-table.red .pricing-bottom .price {
        background-color: #d64052;
        color: var(--color-white);
    }
        .pricing-table.red .pricing-bottom .price .btn {
            color: var(--color-white);
            background-color: #a62433;
            border-color: #a62433;
        }
            .pricing-table.red .pricing-bottom .price .btn:hover,
            .pricing-table.red .pricing-bottom .price .btn:focus,
            .pricing-table.red .pricing-bottom .price .btn.focus,
            .pricing-table.red .pricing-bottom .price .btn:active,
            .pricing-table.red .pricing-bottom .price .btn.active,
            .open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn {
                color: var(--color-white);
                background-color: #7c1b26;
                border-color: #731924;
            }
.pricing-table.red .pricing-bottom .price .btn:active,
.pricing-table.red .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.red .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.red .pricing-bottom .price .btn.disabled,
.pricing-table.red .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn,
.pricing-table.red .pricing-bottom .price .btn.disabled:hover,
.pricing-table.red .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:hover,
.pricing-table.red .pricing-bottom .price .btn.disabled:focus,
.pricing-table.red .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:focus,
.pricing-table.red .pricing-bottom .price .btn.disabled.focus,
.pricing-table.red .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn.focus,
.pricing-table.red .pricing-bottom .price .btn.disabled:active,
.pricing-table.red .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn:active,
.pricing-table.red .pricing-bottom .price .btn.disabled.active,
.pricing-table.red .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.red .pricing-bottom .price .btn.active {
  background-color: #a62433;
  border-color: #a62433;
}
            .pricing-table.red .pricing-bottom .price .btn .badge {
                color: #a62433;
                background-color: var(--color-white);
            }
.pricing-table.green {
  background-color: #66c796;
}
.pricing-table.green .pricing-header {
  border: 1px solid #53c089;
}
    .pricing-table.green .pricing-header h3 {
        background-color: #8bd5b0;
        color: var(--color-white);
    }
.pricing-table.green ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.green ul.list-group li:last-child {
  border-bottom: none;
}
    .pricing-table.green ul.list-group li {
        background-color: #66c796;
        border: 1px solid #53c089;
        color: var(--color-white);
    }
.pricing-table.green .pricing-bottom {
  border: 1px solid #53c089;
}
    .pricing-table.green .pricing-bottom .price {
        background-color: #43b77c;
        color: var(--color-white);
    }
.pricing-table.green .pricing-bottom .price .btn {
  color: var(--color-white);
  background-color: #2e7f56;
  border-color: #2e7f56;
}
.pricing-table.green .pricing-bottom .price .btn:hover,
.pricing-table.green .pricing-bottom .price .btn:focus,
.pricing-table.green .pricing-bottom .price .btn.focus,
.pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn {
  color: var(--color-white);
  background-color: #215a3d;
  border-color: #1e5238;
}
.pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.green .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.green .pricing-bottom .price .btn.disabled,
.pricing-table.green .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn,
.pricing-table.green .pricing-bottom .price .btn.disabled:hover,
.pricing-table.green .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:hover,
.pricing-table.green .pricing-bottom .price .btn.disabled:focus,
.pricing-table.green .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:focus,
.pricing-table.green .pricing-bottom .price .btn.disabled.focus,
.pricing-table.green .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn.focus,
.pricing-table.green .pricing-bottom .price .btn.disabled:active,
.pricing-table.green .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn:active,
.pricing-table.green .pricing-bottom .price .btn.disabled.active,
.pricing-table.green .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.green .pricing-bottom .price .btn.active {
  background-color: #2e7f56;
  border-color: #2e7f56;
}
.pricing-table.green .pricing-bottom .price .btn .badge {
  color: #2e7f56;
  background-color: var(--color-white);
}
.pricing-table.yellow {
  background-color: #f5b75f;
}
.pricing-table.yellow .pricing-header {
  border: 1px solid #f4ac47;
}
.pricing-table.yellow .pricing-header h3 {
  background-color: #f8cd8f;
  color: var(--color-white);
}
.pricing-table.yellow ul.list-group li:first-child {
  border-top: none;
}
.pricing-table.yellow ul.list-group li:last-child {
  border-bottom: none;
}
.pricing-table.yellow ul.list-group li {
  background-color: #f5b75f;
  border: 1px solid #f4ac47;
  color: var(--color-white);
}
.pricing-table.yellow .pricing-bottom {
  border: 1px solid #f4ac47;
}
.pricing-table.yellow .pricing-bottom .price {
  background-color: #f2a12f;
  color: var(--color-white);
}
.pricing-table.yellow .pricing-bottom .price .btn {
  color: var(--color-white);
  background-color: #c87b0c;
  border-color: #c87b0c;
}
.pricing-table.yellow .pricing-bottom .price .btn:hover,
.pricing-table.yellow .pricing-bottom .price .btn:focus,
.pricing-table.yellow .pricing-bottom .price .btn.focus,
.pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn {
  color: var(--color-white);
  background-color: #985d09;
  border-color: #8e5709;
}
.pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.active,
.open > .dropdown-toggle.pricing-table.yellow .pricing-bottom .price .btn {
  background-image: none;
}
.pricing-table.yellow .pricing-bottom .price .btn.disabled,
.pricing-table.yellow .pricing-bottom .price .btn[disabled],
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:hover,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:hover,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:hover,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:focus,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:focus,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:focus,
.pricing-table.yellow .pricing-bottom .price .btn.disabled.focus,
.pricing-table.yellow .pricing-bottom .price .btn[disabled].focus,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn.focus,
.pricing-table.yellow .pricing-bottom .price .btn.disabled:active,
.pricing-table.yellow .pricing-bottom .price .btn[disabled]:active,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn:active,
.pricing-table.yellow .pricing-bottom .price .btn.disabled.active,
.pricing-table.yellow .pricing-bottom .price .btn[disabled].active,
fieldset[disabled] .pricing-table.yellow .pricing-bottom .price .btn.active {
  background-color: #c87b0c;
  border-color: #c87b0c;
}
.pricing-table.yellow .pricing-bottom .price .btn .badge {
  color: #c87b0c;
  background-color: var(--color-white);
}
/* -----------------------------------------
   Input sizes
----------------------------------------- */
.input-mini {
  width: 60px!important;
}
.input-small {
  width: 90px!important;
}
.input-medium {
  width: 150px!important;
}
.input-large {
  width: 210px!important;
}
.input-xlarge {
  width: 270px!important;
}
.input-block {
  width: 100%;
  display: block;
}
/* -----------------------------------------
   Touchspin - spinner
----------------------------------------- */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  border: 1px solid #cacaca;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  color: #808080;
}
.bootstrap-touchspin .bootstrap-touchspin-prefix {
  border-right: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-postfix {
  border-left: 0;
}
/* -----------------------------------------
   Bootstrap typeahead
----------------------------------------- */
.tt-input,
.tt-hint {
  width: 260px;
  height: 24px;
  padding: 4px 6px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #efefef;
  border-radius: 3px;
  outline: none;
}
.tt-input {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  width: 260px;
  margin-top: 5px;
  padding: 5px 0;
  background-color: var(--color-white);
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #1a1a1a;
  background-color: #f7f9fe;
}
.tt-suggestion p {
  margin: 0;
}

/* -----------------------------------------
   Highlight rows (tables, list and etc )
----------------------------------------- */
.highlight {
  background: #fffed5;
}
.highlight td {
  background: #fffed5;
}
.highlight:hover {
  background: #fffdbc !important;
}
/* -----------------------------------------
   Seperator
----------------------------------------- */
.seperator {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.seperator strong {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}
.seperator hr {
  margin-top: -10px;
}
/* -----------------------------------------
   Timeline
----------------------------------------- */
.timeline {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.timeline:after {
  content: "";
  height: auto;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 5px;
  left: 30px;
  bottom: 25px;
}
.timeline.timeline-sm:after {
  left: 12px;
}
.timeline li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e3e3e3;
  position: absolute;
  left: 24px;
  top: 5px;
}
.timeline li .timeline-date {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
  font-style: italic;
  font-size: 13px;
}
.timeline.timeline-icons li {
  padding-top: 7px;
}
.timeline.timeline-icons li:after {
  width: 32px;
  height: 32px;
  background: var(--color-white);
  border: 1px solid #e3e3e3;
  left: 14px;
  top: 0;
  z-index: 11;
}
.timeline.timeline-icons li .timeline-icon {
  position: absolute;
  left: 23.5px;
  top: 7px;
  z-index: 12;
}
.timeline.timeline-icons li .timeline-icon [class*=glyphicon] {
  top: -1px !important;
}
.timeline.timeline-icons.timeline-sm li {
  padding-left: 40px;
  margin-bottom: 10px;
}
.timeline.timeline-icons.timeline-sm li:after {
  left: -5px;
}
.timeline.timeline-icons.timeline-sm li .timeline-icon {
  left: 4.5px;
}
.timeline.timeline-advanced li {
  padding-top: 0;
}
.timeline.timeline-advanced li:after {
  background: var(--color-white);
  border: 1px solid #29b6d8;
}
.timeline.timeline-advanced li:before {
  content: "";
  width: 52px;
  height: 52px;
  border: 10px solid var(--color-white);
  position: absolute;
  left: 4px;
  top: -10px;
  border-radius: 50%;
  z-index: 12;
}
.timeline.timeline-advanced li .timeline-icon {
  color: #29b6d8;
}
.timeline.timeline-advanced li .timeline-date {
  width: 75px;
  position: absolute;
  right: 5px;
  top: 3px;
  text-align: right;
}
.timeline.timeline-advanced li .timeline-title {
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: bold;
}
.timeline.timeline-advanced li .timeline-subtitle {
  display: inline-block;
  width: 100%;
  color: #a6a6a6;
}
.timeline.timeline-advanced li .timeline-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 70px;
}
.timeline.timeline-advanced li .timeline-content p {
  margin-bottom: 3px;
}
.timeline.timeline-advanced li .timeline-content .divider-dashed {
  padding-top: 0px;
  margin-bottom: 7px;
  width: 200px;
}
.timeline.timeline-advanced li .timeline-user {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.timeline.timeline-advanced li .timeline-user:before,
.timeline.timeline-advanced li .timeline-user:after {
  content: " ";
  display: table;
}
.timeline.timeline-advanced li .timeline-user:after {
  clear: both;
}
.timeline.timeline-advanced li .timeline-user .timeline-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-name {
  font-weight: bold;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-user .timeline-user-subtitle {
  color: #a6a6a6;
  margin-top: -4px;
  margin-bottom: 0;
}
.timeline.timeline-advanced li .timeline-link {
  margin-left: 5px;
  display: inline-block;
}
.timeline-load-more-btn {
  margin-left: 70px;
}
.timeline-load-more-btn i {
  margin-right: 5px;
}
/* -----------------------------------------
   Dividers
----------------------------------------- */
.divider-dashed {
  border-bottom: 1px dashed #e3e3e3;
  padding: 5px 0;
}
/* -----------------------------------------
   Progressbars stats
----------------------------------------- */
.progressbars-stats li {
  margin-bottom: 10px;
}
.progressbars-stats li:last-child {
  margin-bottom: 0;
}
.progressbars-stats li .progressbar-icon {
  float: left;
  width: 50px;
  height: 40px;
  text-align: center;
}
.progressbars-stats li .progressbar-icon i {
  font-size: 24px;
  color: #777777;
  margin-top: 8px;
}
.progressbars-stats li .progressbar-icon i[class^="fa"] {
  margin-top: 13px;
}
.progressbar-stats-1 {
  color: var(--color-white);
}
.progressbar-stats-1.dark {
  color: #666666;
}
.progressbar-stats-1 .stats i {
  font-size: 42px;
  float: left;
  margin-right: 15px;
}
.progressbar-stats-1 .stats-number {
  font-size: 42px;
  margin-top: -10px;
}
.money:before {
  content: '$';
  margin-right: 5px;
}
/* -----------------------------------------
   Profile
----------------------------------------- */
.profile h5 {
  font-size: 16px;
}
.profile .profile-avatar {
  text-align: center;
  position: relative;
}
.profile .profile-avatar img {
  border-radius: 50%;
}
.profile .profile-avatar .status {
  background-color: #df6a78;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 24px;
  border: 5px solid white;
}
.profile .profile-avatar .status.online {
  background-color: #66c796;
}
.profile .profile-name h3 {
  margin-top: 0;
}
.profile .balance {
  font-size: 24px;
  margin-bottom: 0;
}
.profile .balance span {
  font-size: 36px;
  font-weight: bold;
}
.profile .contact-info dt,
.profile .contact-info dd {
  line-height: 1.6;
}
.profile .contact-info dd {
  margin-bottom: 10px;
}
.profile .contact-info dd:last-child {
  margin-bottom: 0;
}
.profile .profile-info {
  float: left;
  width: 100%;
}
.profile .profile-info p {
  line-height: 1.6;
}
.profile .profile-tags {
  float: left;
  width: 100%;
}
.profile .profile-tags .bootstrap-tagsinput {
  border: none;
}
.profile .profile-tags .bootstrap-tagsinput .tag:first-child {
  margin-left: 0;
}
.profile .social {
  float: left;
  width: 100%;
}
.profile .social dt {
  text-align: left;
  margin-bottom: 10px;
}
.profile .social dt:last-child {
  margin-bottom: 0;
}
.profile .social dt i {
  margin-right: 10px;
}
/* -----------------------------------------
    Invoice page
----------------------------------------- */
.invoice .panel-body {
  padding: 40px;
}
/* -----------------------------------------
   Custom progressbar
----------------------------------------- */
.custom-progressbar {
  display: inline-block;
  position: relative;
}
.custom-progressbar svg {
  display: block;
  width: 100%;
}
.custom-progressbar .percent,
.custom-progressbar .description {
  display: inline-block;
  width: 100%;
  position: absolute;
}
.custom-progressbar .percent {
  top: 50%;
  left: 0;
  margin-top: -55px;
  font-size: 64px;
}
.custom-progressbar .percent span {
  font-size: 24px;
  padding-top: 10px;
  vertical-align: text-top;
  display: inline-block;
}
.custom-progressbar .description {
  top: 50%;
  left: 0;
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.custom-progressbar.blue .percent,
.custom-progressbar.blue .description {
  color: #0a97b9;
}
.custom-progressbar.red .percent,
.custom-progressbar.red .description {
  color: #c04b59;
}
.custom-progressbar.yellow .percent,
.custom-progressbar.yellow .description {
  color: #d69840;
}
.custom-progressbar.green .percent,
.custom-progressbar.green .description {
  color: #47a877;
}
.custom-progressbar-legend {
  margin-top: 50px;
}
.custom-progressbar-legend p {
  margin-bottom: 5px;
}
/* -----------------------------------------
   Weather
----------------------------------------- */
.weather {
  text-align: center;
  margin-top: -42px;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
}
.weather .degree {
  font-size: 64px;
  background-color: rgba(255, 255, 255, 0.7);
}
.weather .location {
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.7);
}
.weather .icon {
  background-color: rgba(255, 255, 255, 0.7);
}
.weather.snow {
  background-image: url(../img/weather/snow.png);
}
.weather.rain {
  background-image: url(../img/weather/rain.png);
}
.weather.clear {
  background-image: url(../img/weather/clear.png);
}
.weather.cloud {
  background-image: url(../img/weather/cloud.png);
}
.weather.sunny {
  background-image: url(../img/weather/sunny.png);
}
/* -----------------------------------------
   Recent comments
----------------------------------------- */
.recent-comments {
  margin-bottom: 0;
}
.recent-comments li {
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 4px;
  border-bottom-width: 0;
  border-right-width: 0;
  margin-bottom: 10px;
  background-color: var(--bg-wrapper);
}
.recent-comments li.comment-success {
  border-left-color: #53c077;
}
.recent-comments li.comment-danger {
  border-left-color: #da557b;
}
.recent-comments li.comment-warning {
  border-left-color: #f38231;
}
.recent-comments li.comment-info {
  border-left-color: #22b7bb;
}
.recent-comments li .avatar img {
  border-radius: 50%;
}
.recent-comments li p {
  margin-top: 2px;
}
/* -----------------------------------------
   Gallery page
----------------------------------------- */
div.gallery-upload {
  overflow: hidden;
  position: relative;
}
div.gallery-upload .dropzone {
  height: 150px;
  min-height: 150px;
  border: 3px dashed #e3e3e3;
}
div.gallery-upload .dropzone .dz-message {
  background: none;
}
div.gallery-upload .dropzone .dz-message:after {
  content: "\f093";
  top: 50%;
  height: 50px;
  font-size: 64px;
  left: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  font-family: FontAwesome;
  margin-left: -32px;
  margin-top: -45px;
  color: #777777;
}
/* -----------------------------------------
   Responsive media queries
----------------------------------------- */
/* -----------------------------------------
   Big screens
----------------------------------------- */
/* -----------------------------------------
   Desktops
----------------------------------------- */
@media all and (max-width: 1366px) {
  .custom-progressbar-legend {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  /*------------- Sparks in panel -------------*/
  .panel .spark {
    margin-left: 0;
  }
  /*------------- Custom progressbar -------------*/
  #customer-exp {
    width: 244px !important;
  }
  .progressbar-stats-1 .stats .stats-number,
  .progressbar-stats-1 .stats i {
    font-size: 32px;
  }
  #sales-goal {
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (max-width: 1199px) {
  #sidebar.hidden-md {
    display: block !important;
  }
  .page-content.right-sidebar-page {
    margin-right: 0;
  }
}
/* -----------------------------------------
   Ipad 3/4
----------------------------------------- */
@media all and (max-width: 1024px) {
  .panel .spark {
    margin-left: auto;
    display: inline-block;
    width: 100%;
  }
  #sidebar.hidden-md {
    display: none !important;
  }
  .page-content.sidebar-page {
    margin-left: 280px;
  }
  .page-content.right-sidebar-page {
    margin-right: 0;
  }
}
/* -----------------------------------------
   Most Tablets and some phones
----------------------------------------- */
@media all and (max-width: 991px) {
  /* ------------------ Page header --------------------*/
  .page-content #page-header .page-header {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .page-content #page-header .header-stats {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand .logo-sm {
    display: none;
  }
  #sales-goal {
    float: none !important;
    width: 150px !important;
    height: 150px !important;
  }
  /* ------------------ Forms --------------------*/
  .form-group .row .input-icon,
  .form-group .row .input-group {
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTable {
    margin-bottom: 15px;
  }
  .dataTables_wrapper .DTTT.btn-group {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_length {
    text-align: center;
  }
  .dataTables_wrapper .dataTables_length label {
    float: none;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_filter label {
    float: none;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_paginate .pagination {
    float: none;
  }
  /* ------------------ Profile --------------------*/
  .profile-name {
    text-align: center;
    margin-bottom: 10px;
  }
}
/* -----------------------------------------
   Most phones
----------------------------------------- */
@media all and (max-width: 767px) {
  /* ------------------ Navbar --------------------*/
  .page-navbar .navbar-brand {
    width: 60px;
    text-align: center;
  }
  .page-navbar .navbar-brand img {
    display: inline-block;
  }
  #header .navbar-nav {
    margin: 0;
    height: 50px;
    float: left;
  }
  #header .navbar-nav.navbar-right {
    float: right;
  }
  #header .navbar-nav li {
    display: inline-block;
  }
  #header .navbar-nav li.open .dropdown-menu {
    position: absolute;
    background-color: var(--color-white);
    float: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
  }
  #header .navbar-nav li.open .dropdown-menu li {
    display: block;
  }
  /*------------- Sparks in panel -------------*/
  .panel .spark {
    margin-left: 20px;
    float: left;
  }
  /* ------------------ Center modal --------------------*/
  .modal-dialog-center {
    width: 100%;
  }
  /* ------------------ Email app --------------------*/
  #email-content .email-wrapper .email-toolbar .email-pager {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
    display: inline-block;
  }
  #email-content .email-wrapper .email-toolbar div[role=toolbar] {
    width: 100%;
    float: none !important;
    display: inline-block;
    text-align: center;
  }
}
/* -----------------------------------------
   Small devices
----------------------------------------- */
@media all and (max-width: 640px) {
  /* ------------------ Navbar --------------------*/
  .page-content #page-header .header-stats {
    display: none;
  }
  /* ------------------ Login and error --------------------*/
  .login-page .login-panel,
  .error-page .error-panel {
    margin-top: 50px;
  }
  /* ------------------ Full calendar --------------------*/
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-center,
  .fc-toolbar .fc-right {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fc-toolbar .fc--left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
  }
  .fc-toolbar .fc-center {
    padding: 5px 0;
  }
  .fc-toolbar .fc-right {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
  }
}
/* -----------------------------------------
   Small devices most phones
----------------------------------------- */
@media all and (max-width: 500px) {
  /* ------------------ Header --------------------*/
  .page-navbar .navbar-nav > li > a {
    padding: 15px;
  }
  .page-navbar .navbar-brand {
    display: none;
  }
  /* ------------------ Weather --------------------*/
  .panel.mb0 {
    margin-bottom: 20px !important;
  }
  .weather h5 {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  /* ------------------ Footer --------------------*/
  #footer {
    text-align: center;
    height: 70px;
  }
  #footer .pull-left,
  #footer .pull-right {
    float: none !important;
  }
  /* ------------------ Minor --------------------*/
  .dropzone {
    overflow: hidden;
  }
  .md-editor .btn-group {
    margin-bottom: 5px;
  }
  /* ------------------ Invoice --------------------*/
  .invoice-logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .invoice-from ul {
    text-align: center;
  }
  /* ------------------ Error page --------------------*/
  .error-page > .error-container {
    width: 380px;
  }
}
/* -----------------------------------------
   Small devices old phones
----------------------------------------- */
@media all and (max-width: 360px) {
  /* ------------------ Error page --------------------*/
  .error-page > .error-container {
    width: 300px;
  }
}
/* -----------------------------------------
   Crapy phones very old
----------------------------------------- */
@media all and (max-width: 320px) {
  /* ------------------ Navbar --------------------*/
  .page-navbar .navbar-no-collapse {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* ------------------ Login --------------------*/
  .login-page > .login-container {
    width: 300px;
  }
}
/* -----------------------------------------
   Print styles
----------------------------------------- */
@media print {
  .row.printable {
    display: block !important;
  }
  body {
    background: var(--color-white);
    margin: 0;
    padding: 0;
  }
  .page-content,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .panel {
    box-shadow: none;
  }
  .panel .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
  }
  .panel .content {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  #header,
  #right-sidebar,
  #sidebar,
  #page-header,
  #footer {
    display: none;
  }
}

.in-labels{ 
	color:#818181;
}
.in-rect
{
    border: 1px solid #ddd;
	float:left;
}

.in-uploads
{
    width: 250px;
    height: auto;
    text-align: left;
    font-weight: normal;
}

.in-mf {
    color: var(--button-danger);
}

/*Accordion*/
.accordion {
  margin-bottom: 10px;
}
.accordion .panel-heading {
  background: var(--color-white);
  padding: 0;
}
.accordion .panel-heading a {
    font-size: 13px;
    padding: 15px 5px;
    display: block;
    color: #3078EF;
}
.accordion .panel-heading a .fa {
  transition: transform 200ms ease-in-out;
  margin-right: 10px;
  transform: rotate(90deg);
}
.accordion .panel-heading a.collapsed {
  color: #555;
}
.accordion .panel-heading a.collapsed .fa {
  transform: rotate(0deg);
}
.accordion .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
  padding: 3px 20px 20px 34px;
}
.accordion .panel {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  margin-bottom: 5px;
  border-top: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.accordion .panel:first-child {
  border-top: 0;
}
.accordion.panel-group .panel + .panel {
  margin-top: 0px;
}
/*Primary color accordion*/
.accordion.accordion-color .panel-heading a {
  background-color: #4D90FD;
  color: #FFF;
}
.accordion.accordion-color .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
}
.accordion.accordion-color .panel-collapse .panel-body {
  background-color: #4D90FD;
  color: #FFF;
}
/*Semi color accordion*/
.accordion.accordion-semi .panel-heading a {
  background-color: #FFF;
  color: var(--color-black);
  transition: background-color 200ms ease-in-out;
  border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-font-smoothing: antialiased
}
.accordion.accordion-semi .panel-heading.success a {
  background-color: #60C060;
  border-bottom: 1px solid #54A754;
}
.accordion.accordion-semi .panel-heading.warning a {
  background-color: #FC9700;
  border-bottom: 1px solid #D68000;
}
.accordion.accordion-semi .panel-heading.danger a {
  background-color: #DA4932;
  border-bottom: 1px solid #CA452E;
}
.accordion.accordion-semi .panel-heading a.collapsed {
  background-color: #FFF;
  color: #555;
  border-bottom: 0;
}
    .accordion.accordion-semi .panel-collapse .panel-body {
        padding: 15px;
        color: var(--color-black);
        width: 100%;
        background-color: var(--bg-inner-page);
        border-top: none;
        font-size: 12px !important;
        border: 1px solid #ddd
    }

.accIC-field {
    color: var(--color-black);
    width: 100%;
    float: left;
    border-top: none;
    font-size: 12px !important;
}

.In-ctrlN {
    color: var(--color-black);
    outline: none;
    margin: 0px 0px 0px 10px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #6485e5;
    background-color: #7fadeb;
    font-size: 13px;
    border-radius: 5px;
}

.In-defaulty-rightblue {
    color: var(--color-black);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px #0099ff;
    background-color: var(--color-white);
    font-size: 12px !important;
    width: auto;
    border-radius: 5px;
    margin-right: 10px;
    float: right
}

.In-defaulty-rightblue:hover
{
	color: var(--color-white);
	background-color: var(--dark-hover);
	border-color: var(--dark-hover);
}

.in-size{ 
	font-size:12px;
}

.ALGreen h5, .ALOrange h5, .ALBlue h5, .ALYellow h5, .ALPink h5, .ALOrangeX h5 {
	text-align: center;
}

.ALGreen{ background-color:#7db566; text-align:center; margin:15px 0px 15px 0px; padding:5px; font-weight:bold; box-shadow: 2px 2px 1px #51803e; }
.ALOrange{ background-color:#e7c971; text-align:center; margin:15px 0px 0px 0px; padding:5px; box-shadow: 2px 2px 1px #bda458; }
.ALBlue{ background-color:#578acf; text-align:center; margin:15px 0px 15px 0px; padding:5px; box-shadow: 2px 2px 1px #365e94; }
.ALYellow{ background-color:#e0a870; text-align:center; margin:15px 0px 0px 0px; padding:5px; box-shadow: 2px 2px 1px #a7784a; }
.ALPink{ background-color:#c86a6a; text-align:center; margin:15px 0px 15px 0px; padding:5px; box-shadow: 2px 2px 1px #8e4545; }
.ALOrangeX{ background-color:#e7c971; text-align:center; margin:15px 0px 15px 0px; padding:5px; box-shadow: 2px 2px 1px #bda458; }

.ALAssemblyOrange { background-color:#e7c971; text-align:center; margin:15px -14px 15px 0px; padding:5px; font-weight:bold; }
.ALAssemblyBlue { background-color:#578acf; text-align:center; margin:15px 0px 0px -15px; padding:5px }
.ALAssemblyGreen{ background-color:#7db566; text-align:center; margin:15px -14px 15px 0px; padding:5px }
.ALAssemblyPink{ background-color:#c86a6a; text-align:center; margin:15px 0px 0px -15px; padding:5px }
.ALAssemblyYellow{ background-color:#e0a870; text-align:center; margin:15px -14px 15px 0px; padding:5px }
.ALAssemblyOrangeX{ background-color:#F19F91; text-align:center; margin:15px 0px 15px 0px; padding:5px }


/* IC-7508 - css fixes Start*/
.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav a {
    line-height: 20px;
    position: relative;
    display: block;
    white-space: nowrap;
}

.hidden-lg {
    display: none !important;
}

.sidebar-scrollarea ul li {
    width: 100%
}

.navbar-right li a {
    position: relative;
    display: block;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    display: block !important;
}

.navMenuRightAlign .dropdown-toggle::after {
    display: none
}

.navbar-right li {
    float: left;
    position: relative;
    display: block;
}
    .navbar-right li .dropdown-menu li {
        float: inherit !important;
    }
body .navMenuRightAlign .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}
/* IC-7508 - css fixes End*/

#kacItem_listbox .k-list-item {
    padding: 15px 8px 0px 8px !important;
    font-size: 12px !important;
}

#kacMoveToLocation_listbox .k-list-item {
    padding: 10px 8px 0px 8px !important;
    font-size: 12px !important;
}

#kacScan_listbox .k-list-item {
    padding: 10px 8px 0px 8px !important;
    font-size: 12px !important;
}

#kacReceiveLocationOrContainer_listbox .k-list-item {
    padding: 10px 8px 0px 8px !important;
    font-size: 12px !important;
}

#kacRole_listbox .k-list-item {
    padding: 10px 8px 0px 8px !important;
    font-size: 12px !important;
}

.color-scheme-preview {
  vertical-align: middle;
}

.color-scheme-preview img {
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;  /* Add spacing between icon and text if needed */
}