* {
  outline: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../../resources/images/coj-loader.gif) no-repeat center center;
}

.business-orders{
  background: url(../../resources/images/businessOrders.svg) no-repeat;
  height: 23px;
  width: 23px!important;
  background-size: 23px 23px;
}

body {
  background: #fff;
  font-family: "SFRegular", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #555555;
  font-size: 15px;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover, a:focus {
  text-decoration: none;
}

a.link {
  color: #555555;
}

a.link:hover, a.link:focus {
  color: #398bf7;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before, html body .mdi-set {
  line-height: initial;
}

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  font-family: "DenseBold", Oswald, sans-serif;
  font-weight: 400;
}

h1 {
  line-height: 40px;
  font-size: 51px;
}

h2 {
  line-height: 36px;
  font-size: 45px;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 33px;
  font-size: 24px;
}

h5 {
  line-height: 18px;
  font-size: 23px;
  font-weight: 400;
}

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td, .no-wrap th {
  white-space: nowrap;
}

html body blockquote {
  border-left: 5px solid #398bf7;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*******************
Paddings
*******************/

html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*******************
Margin
*******************/

html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/

html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*******************
Opacity
*******************/

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*******************
font weight
*******************/

html body .font-bold {
  font-weight: 700;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

/*******************
Border
*******************/

html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

/*******************
Thumb size
*******************/

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*******************
Text Colors
*******************/

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ef5350 !important;
}

.text-muted {
  color: #99abb4 !important;
}

.text-warning {
  color: #ffb22b !important;
}

.text-success {
  color: #06d79c !important;
}

.text-info {
  color: #398bf7 !important;
}

.text-inverse {
  color: #2f3d4a !important;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #745af2 !important;
}

html body .text-megna {
  color: #56c0d8;
}

html body .text-dark {
  color: #555555;
}

html body .text-themecolor {
  color: #398bf7;
}

/*******************
Background Colors
*******************/

.bg-primary {
  background-color: #745af2 !important;
}

.bg-success {
  background-color: #06d79c !important;
}

.bg-info {
  background-color: #398bf7 !important;
}

.bg-warning {
  background-color: #ffb22b !important;
}

.bg-danger {
  background-color: #ef5350 !important;
}

html body .bg-megna {
  background-color: #56c0d8;
}

html body .bg-theme {
  background-color: #398bf7;
}

html body .bg-inverse {
  background-color: #2f3d4a;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light-part {
  background-color: rgba(0, 0, 0, 0.02);
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #e9edf2;
}

html body .bg-white {
  background-color: #ffffff;
}

/*******************
Rounds
*******************/

.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #398bf7;
}

.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #398bf7;
}

.round.round-warning {
  background: #ffb22b;
}

.round.round-danger {
  background: #ef5350;
}

.round.round-success {
  background: #06d79c;
}

.round.round-primary {
  background: #745af2;
}

/*******************
Labels
*******************/

.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #56c0d8;
}

.label-success {
  background-color: #06d79c;
}

.label-info {
  background-color: #398bf7;
}

.label-warning {
  background-color: #ffb22b;
}

.label-danger {
  background-color: #ef5350;
}

.label-megna {
  background-color: #56c0d8;
}

.label-primary {
  background-color: #745af2;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #2f3d4a;
}

.label-default {
  background-color: #e9edf2;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #06d79c;
}

.label-light-info {
  background-color: #cfecfe;
  color: #398bf7;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ffb22b;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ef5350;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #56c0d8;
}

.label-light-primary {
  background-color: #f1effd;
  color: #745af2;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}

/*******************
 Badge
******************/

.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #06d79c;
}

.badge-info {
  background-color: #398bf7;
}

.badge-primary {
  background-color: #745af2;
}

.badge-warning {
  background-color: #ffb22b;
  color: #ffffff;
}

.badge-danger {
  background-color: #ef5350;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #2f3d4a;
}

/*******************
List-style-none
******************/

ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #555555;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #398bf7;
}

/*******************
dropdown-item
******************/

.dropdown-item {
  padding: 8px 1rem;
  color: #555555;
}

/*******************
Layouts
******************/

.card-no-border .card {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-no-border .shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-outline-danger, .card-outline-info, .card-outline-warning, .card-outline-success, .card-outline-primary {
  background: #ffffff;
}

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}

/*single column*/

.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px;
}

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/*******************
Main sidebar
******************/

.left-sidebar {
  height: 99%;
  overflow: auto;
  padding-right: 0px;
  position: absolute;
  width: 73px;
  /* height: 100%; */
  top: 0px;
  z-index: 49;
  padding-top: 70px;
  background: #fff;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-y: scroll;
}
.left-sidebar::-webkit-scrollbar {
  display: none;
}

.fix-sidebar .left-sidebar {
  position: fixed;
}

/*******************
use profile section
******************/

.sidebar-nav .user-profile>a img {
  width: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.sidebar-nav .user-profile>ul {
  padding-left: 40px;
}

/*******************
sidebar navigation
******************/

.scroll-sidebar {
  height: calc(100% - 70px);
}

.scroll-sidebar.ps .ps__scrollbar-y-rail {
  left: 2px;
  right: auto;
  background: none;
  width: 6px;
  /* If using `left`, there shouldn't be a `right`. */
}

.collapse.in {
  display: block;
}

.sidebar-nav {
  background: #fff;
  /* padding: 15px 0 0 0px; */
}

.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-nav ul li {
  list-style: none;
}

.sidebar-nav ul li a {
  color: #999999;
  padding: 2px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #555555;
}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
  color: #555555;
}

.sidebar-nav ul li a.active {
  font-weight: 500;
  color: #555555;
}

.sidebar-nav ul li ul {
  padding-left: 28px;
}

.sidebar-nav ul li ul li a {
  padding: 7px 35px 7px 15px;
}

.sidebar-nav ul li ul ul {
  padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 14px 14px 14px 20px;
  color: #263238;
  font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 15px 0;
}

.sidebar-nav>ul>li>a i {
  width: 31px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.sidebar-nav>ul>li>a .label {
  float: right;
  margin-top: 6px;
}

.sidebar-nav>ul>li>a.active {
  font-weight: 400;
  background: transparent;
  color: #333333;
}

.sidebar-nav>ul>li {
  margin-bottom: 0px;
}

.sidebar-nav>ul>li.active>a {
  color: #555555;
  font-weight: 500;
}

.sidebar-nav>ul>li.active>a i {
  color: #555555;
}

.sidebar-nav .waves-effect {
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.sidebar-nav .has-arrow {
  position: relative;
}

.sidebar-nav .has-arrow::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #687384;
  right: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 47%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.sidebar-nav .active>.has-arrow::after, .sidebar-nav li>.has-arrow.active::after, .sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 45%;
  width: 7px;
  transform: rotate(-135deg) translate(0, -50%);
}

/****************
When click on sidebar toggler and also for tablet
*****************/

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    position: absolute;
    left: 70px;
    top: 46px;
    width: 220px;
    padding-bottom: 10px;
    z-index: 1001;
    background: #edf0f5;
    display: none;
    padding-left: 1px;
  }
  .mini-sidebar .user-profile .profile-img {
    width: 45px;
  }
  .mini-sidebar .user-profile .profile-img .setpos {
    top: -35px;
  }
  .mini-sidebar.fix-sidebar .left-sidebar {
    position: fixed;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
    height: auto !important;
    overflow: auto;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul, .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
    display: block;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
    display: none;
  }
  .mini-sidebar .left-sidebar {
    width: 70px;
  }
  .mini-sidebar .sidebar-nav #sidebarnav .user-profile>a {
    padding: 12px 20px;
  }
  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute;
  }
  .mini-sidebar .hide-menu, .mini-sidebar .nav-small-cap, .mini-sidebar .sidebar-footer, .mini-sidebar .user-profile .profile-text, .mini-sidebar>.label {
    display: none;
  }
  .mini-sidebar .nav-devider {
    width: 70px;
  }
  .mini-sidebar .sidebar-nav {
    background: transparent;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li>a {
    padding: 11px 5px;
    width: 70px;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    /* width: 290px; */
    background: #edf0f5;
    border: 1px solid #ddd;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
    display: block;
    vertical-align: middle;
  }
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .label {
    display: none;
  }
}

@media (max-width: 767px) {
  .mini-sidebar .left-sidebar {
    position: fixed;
  }
  .mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
    left: -240px;
  }
  .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px;
  }
}

#main-wrapper {
  width: 100%;
  overflow: hidden;
}

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}

.boxed #main-wrapper .topbar {
  max-width: 1300px;
}

.boxed #main-wrapper .footer {
  display: none;
}

.page-wrapper {
  background: #f4f6f9;
  padding-bottom: 16px;
  position: relative;
}

.container-fluid {
  padding: 25px 25px;
}

.card {
  margin-bottom: 30px;
}

.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #99abb4;
}

.card .card-title {
  position: relative;
  font-weight: bold;
}

/*******************
 Topbar
*******************/

.fix-header .topbar {
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  height: 70px;
}

.fix-header .page-wrapper {
  padding-top: 70px;
}

.fix-header .right-side-panel {
  top: 70px;
  height: calc(100% - 70px);
}

.topbar {
  position: relative;
  z-index: 50;
}

.topbar .navbar-collapse {
  padding: 0 10px;
  background: #fff;
}

.topbar .top-navbar {
  min-height: 70px;
  padding: 0px;
}

.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}

.topbar .top-navbar .navbar-header {
  line-height: 55px;
  padding-left: 10px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
  margin-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
  line-height: 70px;
  display: inline-block;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 54px;
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
  line-height: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 10px;
}

.topbar .top-navbar .navbar-nav>.nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}

.topbar .profile-pic {
  width: 30px;
  border-radius: 100%;
}

.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
}

.topbar .dropdown-menu .dropdown-item {
  padding: 7px 1.5rem;
}

.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}

.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
  padding: 10px 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
  margin: 0px;
  font-size: 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 12px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}

.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #555555;
}

.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #398bf7;
  text-decoration: none;
}

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}

.search-box .app-search input {
  width: 100.5%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.search-box .app-search input:focus {
  border-color: #ffffff;
}

.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
  width: 70px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0px;
  background: #fff;
}

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*******************
Notify
*******************/

.notify {
  position: relative;
  top: -28px;
  right: -7px;
}

.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #ef5350;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ef5350;
  position: absolute;
  right: 6px;
  top: -10px;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/*******************
 Horizontal-navabar
*******************/

.hdr-nav-bar .navbar {
  background: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding: 0 15px;
}

.hdr-nav-bar .navbar .navbar-nav>li {
  padding: 0 10px;
}

.hdr-nav-bar .navbar .navbar-nav>li>a {
  padding: 25px 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-bottom: 2px solid transparent;
}

.hdr-nav-bar .navbar .navbar-nav>li.active>a, .hdr-nav-bar .navbar .navbar-nav>li:hover>a, .hdr-nav-bar .navbar .navbar-nav>li>a:focus {
  border-color: #398bf7;
}

.hdr-nav-bar .navbar .navbar-nav .dropdown-toggle:after {
  display: none;
}

.hdr-nav-bar .navbar .navbar-brand {
  padding: 20px 5px;
}

.hdr-nav-bar .navbar .navbar-toggler {
  border: 0px;
  cursor: pointer;
}

.hdr-nav-bar .navbar .custom-select {
  border-radius: 60px;
  font-size: 14px;
  padding: .375rem 40px .375rem 18px;
}

.hdr-nav-bar .navbar .call-to-act {
  padding: 15px 0;
}

/*******************
 Breadcrumb and page title
*******************/

.page-titles {
  background: #f4f6f9;
  margin-bottom: 20px;
  padding: 0px;
}

.page-titles h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-titles .breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background: transparent;
  font-size: 14px;
}

.page-titles .breadcrumb li {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* .page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  color: #a6b7bf;
  font-size: 11px;
} */

.page-titles .breadcrumb .breadcrumb-item.active {
  color: #99abb4;
}

.p-relative {
  position: relative;
}

.lstick {
  width: 2px;
  background: #398bf7;
  height: 30px;
  margin-left: -20px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

/*******************
 Right side toggle
*******************/

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.right-side-toggle {
  position: relative;
}

.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 18px;
  left: 18px;
}

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #ffffff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  background: #398bf7;
}

.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
  color: #ffffff;
}

.right-sidebar .r-panel-body {
  padding: 20px;
}

.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

.shw-rside {
  right: 0px;
  width: 240px;
  display: block;
}

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}

.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}

.chatonline li a span {
  color: #555555;
}

.chatonline li a span small {
  display: block;
  font-size: 10px;
}

/*******************
 Right side toggle
*******************/

ul#themecolors {
  display: block;
}

ul#themecolors li {
  display: inline-block;
}

ul#themecolors li:first-child {
  display: block;
}

ul#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}

ul#themecolors li a.working:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}

.default-theme {
  background: #99abb4;
}

.green-theme {
  background: #06d79c;
}

.yellow-theme {
  background: #ffb22b;
}

.red-theme {
  background: #ef5350;
}

.blue-theme {
  background: #398bf7;
}

.purple-theme {
  background: #7460ee;
}

.megna-theme {
  background: #56c0d8;
}

.default-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #99abb4), color-stop(99%, #99abb4));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
}

.green-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #06d79c 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #06d79c), color-stop(99%, #06d79c));
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
}

.yellow-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
}

.blue-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #398bf7), color-stop(99%, #398bf7));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
}

.purple-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #7460ee), color-stop(99%, #7460ee));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
}

.megna-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #56c0d8), color-stop(99%, #56c0d8));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
}

.red-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
}

/*******************
 Footer
*******************/

.footer {
  bottom: 0;
  color: #777777;
  left: 0px;
  padding: 11px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent none repeat scroll 0 0;
  font-size: 0.8em;
}

/*******************
 scrollbar
*******************/

.slimScrollBar {
  z-index: 10 !important;
}

/*******************
Megamenu
******************/

.mega-dropdown {
  position: static;
  width: 100%;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
}

.mega-dropdown ul {
  padding: 0px;
}

.mega-dropdown ul li {
  list-style: none;
}

.mega-dropdown .carousel-item .container {
  padding: 0px;
}

.mega-dropdown .nav-accordion .card {
  margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
  margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
  text-decoration: none;
  color: #555555;
}

/*******************
Wave Effects
*******************/

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/*******************
List inline
*******************/

ul.list-inline li {
  display: inline-block;
  padding: 0 8px;
}

/*******************
Table td vertical middle
*******************/

.vm.table td, .vm.table th {
  vertical-align: middle;
}

.no-th-brd.table th {
  border: 0px;
}

.table.no-border tbody td {
  border: 0px;
}

/*******************
Other comon js for all pages
*******************/

.calendar-events {
  padding: 8px 10px;
  border: 1px solid #ffffff;
  cursor: move;
}

.calendar-events:hover {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}

.calendar-events i {
  margin-right: 8px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px !important;
}

.profile-tab li a.nav-link, .customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #555555;
}

.profile-tab li a.nav-link.active, .customtab li a.nav-link.active {
  border-bottom: 2px solid #398bf7;
  color: #398bf7;
}

.profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover {
  color: #398bf7;
}

html body .jqstooltip, html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #ffffff;
  padding: 5px 10px;
}

body .jqstooltip {
  border-color: transparent;
  border-radius: 60px;
}

/*******************
Notification page Jquery toaster
******************/

.jq-icon-info {
  background-color: #398bf7;
  color: #ffffff;
}

.jq-icon-success {
  background-color: #06d79c;
  color: #ffffff;
}

.jq-icon-error {
  background-color: #ef5350;
  color: #ffffff;
}

.jq-icon-warning {
  background-color: #ffb22b;
  color: #ffffff;
}

/*******************
Pagination
*******************/

.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
  color: #263238;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  background-color: #e9edf2;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #398bf7;
  border-color: #398bf7;
}

.pager li>a, .pager li>span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238;
}

a.pagination-ellipsis {
  color: #999;
}

/*******************
Pagination
******************/

.pagination-circle li.active a {
  background: #06d79c;
}

.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #e9edf2;
  border: 0px;
  text-align: center;
  border-radius: 100%;
}

.pagination-circle li a:first-child, .pagination-circle li a:last-child {
  border-radius: 100%;
}

.pagination-circle li a:hover {
  background: #06d79c;
  color: #ffffff;
}

.pagination-circle li.disabled a {
  background: #e9edf2;
  color: rgba(120, 130, 140, 0.13);
}

/*******************
Custom-select
******************/

.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat;
}

/*******************
textarea
******************/

textarea {
  resize: none;
}

/*******************
Form-control
******************/

.form-control {
  color: #555555;
  min-height: 38px;
  display: initial;
}

.form-control-sm {
  min-height: 20px;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 0.7;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #06d79c;
}

form label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 25px;
}
.search-criteria .form-group {
  margin-bottom: 10px!important;
}
.search-criteria .form-group input{
  padding: 2px 8px;
  font-size: .8rem;
}
.search-criteria select.form-group-input{
  padding: 7.5px 4px!important;
  font-size: .8rem;
}

.form-horizontal label {
  margin-bottom: 0px;
}

div.programDetail select{
  padding: 1px!important;
  width :100%;
  opacity:1;
}
.programDetail .pro-value .form-group-input{
  padding: 2px 8px;
  font-size: .8rem;
  width : 100%
}
.programDetail .pro-value select.form-group-input{
  padding: 2px 8px!important;
}
.programDetail .pro-value input:disabled{
  padding: 2px 8px!important;
}
.programDetail .pro-value select:disabled{
  padding: 4px 8px!important
}
.form-control-static {
  padding-top: 0px;
}

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

/*******************
Form Dropzone
******************/

.dropzone {
  border: 1px dashed #b1b8bb;
}

.dropzone .dz-message {
  padding: 5% 0;
  margin: 0px;
}

/*******************
Form Pickers
******************/

.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}

table th {
  font-weight: 400;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #398bf7;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background: #398bf7;
  color: #ffffff;
}

.datepicker td, .datepicker th {
  padding: 5px 10px;
}

/*******************
Form summernote
******************/

.note-popover, .note-icon-caret {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #b1b8bb;
}

.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
  display: inline-block;
}

/*============================================================== 
Form addons page
============================================================== */

/*Bootstrap select*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #555555;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  color: #398bf7;
  background: #e9edf2;
}

.bootstrap-select .show>.dropdown-menu {
  display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
  border-color: #b1b8bb;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #398bf7;
  color: #ffffff;
  border-color: #398bf7;
}

/*============================================================== 
Form Material page
 ============================================================== */

/*Material inputs*/

.form-material .form-group {
  overflow: hidden;
}

.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#e9edf2, #e9edf2);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#e9edf2, #e9edf2);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#e9edf2, #e9edf2);
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

.form-material .form-control.focus, .form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form-control-line .form-group {
  overflow: hidden;
}

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f6f9ff;
}

.form-control-line .form-control:focus {
  border-bottom: 1px solid #398bf7;
}

/*******************
Form validation error 
******************/

.error .help-block, .error p{
  color: #fb3a3a;
}

/*******************
File Upload 
******************/

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*panels*/

.card {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.well, pre {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.page-titles .justify-content-end:last-child .d-flex {
  margin-right: 10px;
}

.btn-circle.right-side-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 25px;
  z-index: 10;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}

.switch label .lever {
  margin: 0 14px;
}

.ps>.ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  bottom: 0px;
  height: 6px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  bottom: 2px;
  height: 6px;
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
  height: 6px;
}

.ps>.ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  right: 0;
  width: 6px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  right: 2px;
  width: 6px;
}

/*social-profile-first*/

.social-profile-first {
  text-align: center;
  padding-top: 22%;
  margin-bottom: 96px;
}

.social-profile-first.bg-over {
  background: rgba(56, 83, 161, 0.7);
}

.social-profile-first .middle {
  vertical-align: middle;
}

/*profile timeline widget*/

.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 30px;
}

.profiletimeline .sl-left {
  float: left;
  margin-left: -60px;
  z-index: 1;
  margin-right: 15px;
}

.profiletimeline .sl-left img {
  max-width: 40px;
}

.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}

.profiletimeline .sl-date {
  font-size: 12px;
  color: #99abb4;
}

.profiletimeline .time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}

.profiletimeline .time-item:before {
  content: " ";
  display: table;
}

.profiletimeline .time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.profiletimeline .time-item-item:after {
  content: " ";
  display: table;
}

.profiletimeline .item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.profiletimeline .item-info p {
  margin-bottom: 10px !important;
}

/*little-profile*/

.little-profile .pro-img {
  margin-bottom: 20px;
}

.little-profile .pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.little-profile .soc-pro a {
  color: #99abb4;
}

.little-profile .soc-pro a:hover {
  color: #263238;
}

/*******************
/*States row*/

.stats-row {
  margin-bottom: 20px;
}

.stats-row .stat-item {
  display: inline-block;
  padding-right: 15px;
}

.stats-row .stat-item+.stat-item {
  padding-left: 15px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

/*Guage chart*/

.gaugejs-box {
  position: relative;
  margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important;
}

/*country-state*/

.country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.country-state li {
  margin-top: 30px;
  margin-bottom: 10px;
}

.country-state h2 {
  margin-bottom: 0px;
  font-weight: 400;
}

/*contact widgets*/

.contact-box {
  position: relative;
}

.contact-box .add-ct-btn {
  position: absolute;
  right: 4px;
  top: -46px;
}

.contact-box .contact-widget>a {
  padding: 15px 10px;
}

.contact-box .contact-widget>a .user-img {
  margin-bottom: 0px !important;
}

/*Blog widgets*/

.blog-widget {
  margin-top: 30px;
}

.blog-widget .blog-image img {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*Msg box*/

.msg-item {
  margin-bottom: 20px;
}

.msg-body {
  background: #ffffff;
  padding: 15px;
  font-size: 14px;
  position: relative;
}

.msg-body .dwn-aro {
  width: 0;
  position: absolute;
  bottom: -8px;
  height: 0;
  left: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.m-pic img {
  width: 40px;
  border-radius: 100%;
}

/*Activity widgets*/

.activity-box .date-devider {
  border-top: 2px solid rgba(120, 130, 140, 0.13);
  position: relative;
}

.activity-box .date-devider span {
  background: #e9edf2;
  padding: 5px 15px;
  border-radius: 60px;
  font-size: 14px;
  top: -15px;
  position: relative;
  margin-left: 20px;
}

.activity-box .activity-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.activity-box .activity-item .image-list>a {
  margin-left: -15px;
  position: relative;
  vertical-align: middle;
}

.activity-box .activity-item .image-list>a:first-child, .activity-box .activity-item .image-list>a:last-child {
  margin-left: 0px;
}

.activity-box .activity-item .image-list>a:hover {
  z-index: 10;
}

.activity-box .activity-item .image-list>a:hover img {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1600px) {
  .col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    float: left;
  }
  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .offset-xlg-12 {
    margin-left: 100%;
  }
  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
  }
}

.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*-------------------*/

/*Bootstrap 4 hack*/

/*-------------------*/

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #ffffff;
}

/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */

@media (min-width: 1650px) {
  .widget-app-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .campaign {
    height: 365px !important;
  }
  .website-visitor {
    height: 445px;
  }
  .auto-height {
    max-height: 315px;
  }
}

@media (max-width: 1600px) {
  .website-visitor {
    height: 333px;
  }
  .auto-height {
    min-height: 240px;
  }
}

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1370px) {
  .widget-app-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .website-visitor {
    height: 353px;
  }
  .auto-height {
    min-height: 186px;
  }
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 73px;
  }
}

@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 70px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .widget-app-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .inbox-center a {
    width: 200px;
  }
  .hdr-nav-bar .navbar .navbar-nav>li a {
    padding: 12px 15px;
    border-bottom: 0px solid transparent;
    border-left: 2px solid transparent;
  }
  .hdr-nav-bar .navbar .navbar-nav>li:hover a {
    padding: 12px 20px;
  }
  .hdr-nav-bar .call-to-act .custom-select {
    margin-bottom: 10px;
  }
  .d-flex {
    display: block !important;
  }
  .d-flex.no-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

@media (min-width: 768px) {
  .navbar-header {
    /* width: 110px; */
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .navbar-header .navbar-brand {
    padding-top: 0px;
  }
  /*This is for the breeadcrumd*/
  .page-titles .breadcrumb {
    float: right;
  }
  .card-group .card:first-child, .card-group .card:not(:first-child):not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
  }
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
  }
  .mini-sidebar .page-wrapper {
    margin-left: 70px;
  }
  .flex-wrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
  }
}

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
  .container-fluid {
    padding: 25px 15px 25px 15px;
  }
  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }
  .topbar .top-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }
  .topbar .top-navbar .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .topbar .top-navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .topbar .top-navbar .navbar-nav>.nav-item.show {
    position: static;
  }
  .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
    width: 100%;
    margin-top: 0px;
  }
  .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: .50rem;
    padding-right: .50rem;
  }
  .topbar .top-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto;
  }
  /*Sidebar and wrapper*/
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px;
  }
  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0;
  }
  .vtabs .tabs-vertical {
    width: auto;
  }
  /*Footer*/
  .material-icon-list-demo .icons div {
    width: 100%;
  }
  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10;
  }
  .error-box {
    position: relative;
    padding-bottom: 60px;
  }
  .error-body {
    padding-top: 10%;
  }
  .error-body h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
  }
  .login-register {
    position: relative;
    overflow: hidden;
  }
  .login-box {
    width: 90%;
  }
  .login-sidebar {
    padding: 10% 0;
  }
  .login-sidebar .login-box {
    position: relative;
  }
  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background: #ffffff;
  }
  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }
  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }
  .chat-main-box .chat-right-aside {
    width: 100%;
  }
  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline>li>.timeline-panel {
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)";
  }
  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline>li>.timeline-panel {
    float: right;
  }
  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px;
  }
  .right-aside {
    margin-left: 0px;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }
  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }
  /*Calendar*/
  .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
  }
}

/*NEW ADDON CSS*/

.out-line {
  border: 1px solid #efefef;
}

.code {
  background: #808080 none repeat scroll 0 0;
  color: #fff;
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 2px;
}

.onoffswitch {
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 24px;
  padding: 0;
  line-height: 30px;
  border: none;
  border-radius: 30px;
  background-color: #dddddd;
  transition: background-color 0.3s ease-in;
}

.onoffswitch-label::before {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  bottom: 0;
  content: "";
  display: block;
  height: 22px;
  margin: 0;
  position: absolute;
  right: 21px;
  top: 1px;
  transition: all 0.3s ease-in 0s;
  width: 23px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
  background-color: #2ecc71;
}

.onoffswitch-checkbox:checked+.onoffswitch-label, .onoffswitch-checkbox:checked+.onoffswitch-label:before {
  border-color: #2ecc71;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  right: 1px;
}

.pagination .pagination-link {
  background: #fff;
  color: #ef6c00;
  border: 1px solid #ccc;
  font-size: 0.9rem;
}

.pagination .pagination-link:hover {
  background: #fff;
  color: #ef6c00;
  border: 1px solid #999;
}

.pagination .is-activePage a {
  background: #fff;
  border: 1px solid #ef6c00;
  cursor: default;
}

.pagination .is-disabledPage {
  visibility: hidden;
}

.pagination li.is-disabledPage {
  display: none;
}

.pagination {
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin: -.25rem;
}

.pagination .pagination-list {
  flex-wrap: wrap;
  min-width: 44px;
  min-height: 44px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination .pagination-list li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.pagination .pagination-list li a {
  -webkit-appearance: none;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1px;
  padding-bottom: calc(.375em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin: .25rem;
}

.pagination {
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin: -.25rem;
}

.pagination .pagination-list {
  flex-wrap: wrap;
  min-width: 44px;
  min-height: 44px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination .pagination-list li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.pagination .pagination-list li a {
  -webkit-appearance: none;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 1px;
  padding-bottom: calc(.375em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin: .25rem;
}

.pagination ul li {
  list-style: outside none none;
}

.program-name {
  font-family: denseregular;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.data-record {
  border-bottom: 1px dotted #efefef;
  padding: 6px;
}

.data-record:last-child {
  border-bottom: medium none;
}

.discount-percentage, .discount-percentage input {
  text-align: center;
}

.discount-percentage input {
  border: 1px solid #555555;
  width: 75px;
  padding: 8px;
  line-height: 21px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #555555;
}

.discount-percentage input, .discount-toggle .onoffswitch {
  margin-top: 11px;
}

.topic-seperator {
  border-bottom: 1px solid;
  display: block;
  padding-bottom: 14px;
  width: 100%;
}

.discount-percentage input:disabled {
  opacity: 0.5;
}

.discount-percentage input:disabled:hover {
  cursor: not-allowed;
}

.company-name {
  font-size: 1.5rem;
}

.transactions-list-wrapper {
  margin-top: 30px;
}

h3.transactions-list-title {
  margin-bottom: 20px !important;
}

.recent-transaction-area, .transaction-row {
  background: #fff none repeat scroll 0 0;
  line-height: 84px;
  margin-bottom: 13px;
}

.verification-btn .btn {
  font-size: 0.75rem;
}

.recent-transaction-area .id-and-verification .card-id {
  font-size: 1.75rem;
}

.recent-transaction-area .date-stamp {
  font-size: 1.75rem;
}

.recent-transaction-area .amount {
  font-size: 2.25rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .recent-transaction-area .flaticon-shop:before {
    font-size: 2.0rem!important;
    margin-top: 0rem!important;
    left: 0.5rem!important;
  }
  .transactions-list-wrapper .flaticon-shop:before {
    font-size: 1.5rem;
    left: 10px!important;
    line-height: 4rem;
  }
  .recent-transaction-area .code .title {
    font-size: 2rem;
  }
  .transaction-area .code .subtitle {
    font-size: 1.7rem;
    line-height: 4rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .transaction-area .id-and-verification .last-col-verify-row p {
    line-height: 22px!important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .transaction-area .id-and-verification .last-col-verify-row .btn-block {
    margin-top: 12px!important;
  }
  .transactions-list-wrapper .verified-transaction .flaticon-shop:before {
    margin-top: 1rem!important;
  }
}

#verificationCode-error p {
  margin: 0;
}

/**/

.verification-btn .btn a span {
  background: #ef6c00 none repeat scroll 0 0;
  box-shadow: 0 3px 3px #999;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 37px;
  line-height: 38px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.verification-btn .btn a span:hover {
  background: #d24b02 none repeat scroll 0 0;
  cursor: pointer;
}

/* .card-body {
  position: relative;
} */

.fixed-search-wrapper {
  position: relative;
}

/* fixed-search-area-hidden */

#fixed-search-area-hidden {
  background: #fff none repeat scroll 0 0;
  border-left: 1px solid #ddd;
  box-shadow: 5px 0 4px #ddd;
  height: auto;
  left: 110px;
  margin: 0 auto;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 70px;
  width: 100%;
  z-index: 48;
}

#fixed-search-area-hidden .card, #fixed-search-area-hidden .card-body {
  margin-bottom: 0;
  padding: 0;
}

#fixed-search-area-hidden .container-fluid {
  padding-bottom: 10px;
  padding-top: 10px;
}

/*fixed-search-area-hidden-ends*/

.verified-transaction {
  background-color: #24D260 !important;
}

/*5-20-2018*/

.form-control-panel {
  margin-top: 2%;
}

.search-panel {
  position: relative;
}

.search-panel button {
  background: #ef6c00 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  min-height: 38px;
  min-width: 66px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease;
}

.search-panel button:hover {
  cursor: pointer;
  background: #e35000;
}

.search-panel input {
  border-radius: 0;
}

.refresh-panel span.icon {
  margin-right: 6px;
}

.refresh-panel a.btn {
  background: #ef6c00 none repeat scroll 0 0;
  color: #fff;
  transition: 0.3s ease;
}

.refresh-panel a.btn:hover {
  cursor: pointer;
  background: #e35000;
}

.refresh-panel {
  text-align: right;
  font-family: "SFRegular", Sans-serif;
}

.amount {
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 30px;
}

.date-stamp, .card-id {
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.hide-menu {
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}

.form-control-panel.sticky {
  background: #fff none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 17px;
  width: 80%;
  z-index: 9999;
  transition: 0.3 ease-in;
}

section {
  width: 100%;
}

.code p, .amount p, .date-stamp p, .id-and-verification p {
  margin-bottom: 0;
}

.history-container .transaction-area .amount p, .history-container .transaction-area .date-stamp p, .history-container .transaction-area .id-and-verification p {
  line-height: 55px;
}

.history-container .code p {
  font-size: 2.3rem;
}

.history-container {
  margin-top: 3%;
}

.history-container.nopadding {
  margin-top: 10px;
}

.recent-transaction-area {
  box-shadow: 0 0 8px #ddd;
  margin-bottom: 3%;
  margin-top: 3%;
}

.recent-transaction-area .flaticon-shop:before {
  left: 12px;
  position: absolute;
  font-size: 2.5rem;
  line-height: 5.25rem;
}

.transactions-list-wrapper .flaticon-shop:before {
  left: 18px;
  position: absolute;
  font-size: 2.0rem;
  margin-top: 2px;
}

.isa_error {
  background-color: #ffd2d2;
  border: 1px solid #e8b0b0;
  color: #d8000c;
  display: block;
  margin-top: 7px;
  padding: 6px;
  width: 100%;
}

.isa_error i {
  font-size: 1.5em;
  margin: 7px 4px;
  vertical-align: middle;
}

.isa_error i, .isa_error p {
  display: inline-block;
  vertical-align: middle;
}

.isa_error p {
  margin: 0;
}

.isa_error p {
  font-size: 0.9rem;
}

.pagination-panel {
  margin-top: 1%;
}

ul.pagination-list {
  margin-bottom: 0;
}

.transaction-area .amount p, .transaction-area .date-stamp p, .transaction-area .id-and-verification p {
  line-height: 62px;
}
.table-responsive .table-bordered.comments-table thead tr th{
  font-size: 15px!important;
  padding: 5px 10px!important;
  font-weight: bold;
}
.table-responsive .table-bordered.comments-table tbody tr td{
  font-size: 12px;
  padding: 5px 10px!important;
  font-weight: normal;

}

.table-responsive .table-bordered.comments-table tbody tr:hover{
  background-color: transparent;

}



/*error pages*/

/* .lost-error-wrapper {
  display: inline-block;
  padding: 3%;
  text-align: center;
} */

.lost-error-wrapper {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.forbidden .error-pg-header {
  font-size: 3.7rem !important;
  line-height: 61px !important;
}

.error-pg-header {
  font-family: "SFRegular", Sans-serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 5rem;
  letter-spacing: 4px;
}

.error-pg-subheader {
  font-family: sflight;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 32px;
}

.error-pg .page-wrapper {
  margin-left: 0;
}

.error-code {
  border: 1px solid #555555;
  border-radius: 3px;
  color: #7c7c7c;
  display: inline-block;
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 15rem;
  letter-spacing: 8px;
  line-height: 12rem;
  margin-top: 1%;
  padding: 0% 5%;
}

.error-submit button {
  font-family: denseregular;
  font-size: 2rem;
  font-weight: bold;
}

.error-submit a {
  background: #363545;
  background: -moz-linear-gradient(top, #363545 1%, #1c1b27 100%);
  background: -webkit-linear-gradient(top, #363545 1%, #1c1b27 100%);
  background: linear-gradient(to bottom, #363545 1%, #1c1b27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363545', endColorstr='#1c1b27', GradientType=0);
  border-radius: 3px;
  color: #fff !important;
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 1.4rem;
  line-height: 3.4rem;
  padding: 11px 50px;
  transition: 0.3s ease;
  letter-spacing: 1px;
}

.error-submit a:hover {
  box-shadow: 0 3px 9px #222222;
  cursor: pointer;
}

.error-submit {
  margin-top: 2%;
}

.error-pg .page-wrapper {
  background: #f4f6f9 none repeat scroll 0 0;
  padding-bottom: 0 !important;
  position: relative !important;
  height: 100vh;
}

.lost-error-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}

.error-pg.forbidden .error-pg-header {
  font-family: "SFRegular", Sans-serif;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 5rem;
}

#verificationCode-error {
  color: red;
}

/*error pages*/

.lost-error-wrapper {
  text-align: center;
}

.error-pg.ouch .error-pg-subheader {
  font-size: 1.6rem;
  margin: 0 auto;
  width: 380px;
}

.col.verification-btn {
  position: relative;
}

.btn.btn-verify.btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.id-and-verification {
  position: relative;
}

.row.last-col-verify-row, .row.recent-last-col-verify-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
}

/*LoginPage*/

#login-page {
  position: relative;
}

.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.login-field label, .login-field input {
  display: block;
  width: 100%;
}

.login-field label {
  font-family: "DenseBold", Oswald, sans-serif;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

p#passwordRequired, p#usernameRequired {
  text-transform: capitalize !important;
}

.login-field {
  margin-bottom: 22px;
}

.login-field p {
  margin-bottom: 0;
}

.login-field.fields input {
  border: 1px solid #ceced2;
  padding: 3px 10px;
  background: #f2f2f3 !important;
  line-height: 32px;
  height: 36px;
}

input#password, input#confirmPassword {
  letter-spacing: 1px;
  font-size: 13px !important;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {DenseBold
  input#password {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
  }
} */

.login-field.submit-btn {
  margin-bottom: 0;
  margin-top: 30px;
}

.login-field.submit-btn button {
  font-size: 1.5rem;
  width: 100%;
  background: #575759;
  background: -moz-linear-gradient(-45deg, #575759 0%, #09080b 100%);
  background: -webkit-linear-gradient(-45deg, #575759 0%, #09080b 100%);
  background: linear-gradient(135deg, #575759 0%, #09080b 100%);
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  min-height: 45px;
  letter-spacing: 0.1rem;
  font-family: "DenseBold", Oswald, sans-serif !important;
}

.login-field button:focus {
  outline: none;
}

.login-field.submit-btn button:hover {
  cursor: pointer;
  box-shadow: 0 3px 5px #888;
}

.button-tap {
  cursor: pointer;
  outline: none;
  border: none;
  transition: 0.05s ease-in-out;
}

.button-tap:active {
  transform: scale(0.97);
}

.login-container h1 {
  color: #555555;
  font-size: 2rem;
  margin-bottom: 26px;
}

.login-field.fields input:focus {
  box-shadow: 0 0 8px #faf6b6;
  background: #f2f2f3 !important;
}

/* The alert message box */

.alert {
  font-family: "sfpro";
  padding: 20px;
  background-color: #f44336;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}

.success {
  font-family: "sfpro";
  padding: 20px;
  background-color: #2ecc71;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}

.info {
  font-family: "sfpro";
  padding: 20px;
  background-color: orange;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}

.warning {
  font-family: "sfpro";
  padding: 20px;
  background-color: orange;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}

/* The close button */

.closebtn {
  margin-right: 7px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 8px;
}

/* When moving the mouse over the close button */

.closebtn:hover {
  color: black;
  cursor: pointer;
}

.alert p, .success p {
  padding: 0;
  margin: 0;
}

/**/

.alert, .success, .info, .warning {
  padding: 8px 15px;
  margin-bottom: 5px;
  border-radius: .25rem;
}

/* Login Individual Alerts */

/* label#username-error,
label#password-error {
  font-family: "sfpro";
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #ffffff;
  background: #f44336;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #777;
  position: relative;
  bottom: 0px;
  z-index: 1;
  font-weight: normal;
}

.username-section,
.pw-section {
  position: relative;
}

label p {
  padding: 0 !important;
  margin: 0;
}

label#username-error:after,
label#password-error:after {
  border-top: 10px solid #f44336;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 26px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -21px;
  width: 0;
  height: 0;
  transform: rotate(180deg);
} */

input.error {
  border-color: #f44336 !important;
  box-shadow: 0 0 3px #f44336;
}

select.error {
  border-color: #f44336 !important;
  box-shadow: 0 0 3px #f44336;
}

label#username-error, label#password-error, p#merchantFileFormatInvalid, p#merchantFileSizeInvalid, label#merchantFile-error, label#confirmPassword-error, label#userEmail-error {
  font-family: "sfpro";
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #f44336;
  text-align: left;
  line-height: 27px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*input logout*/

.logout input[type="submit"] {
  font-family: FontAwesome;
}

/*Data Tip*/

[data-tip] {
  position: relative;
  transition: 0.3s ease;
}

[data-tip]:before {
  content: '';
  display: none;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1a1a1a;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  transition: 0.3s ease;
}

[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: 40px;
  left: -18px;
  padding: 7px 10px;
  background: #1a1a1a;
  color: #fff;
  z-index: 9;
  font-size: 0.75em;
  /* height: 18px; */
  /* line-height: 18px; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
  transition: 0.3s ease;
}

[data-tip]:hover:before, [data-tip]:hover:after {
  display: block;
  transition: 0.3s ease;
}

.logout input {
  background: no-repeat;
  font-size: 1.4rem;
  border-radius: 50%;
  padding: 0px 8px;
  height: 38px;
  width: 38px;
  line-height: 37px;
  transition: 0.3s ease;
  color: #555555;
  background: #fff;
  border: 1px solid #dedede;
}

.logout input:hover {
  cursor: pointer;
  color: #111111;
  background: #fff;
  box-shadow: 0 0 3px #111111;
  ;
}

.history-container table thead tr th {
  color: #555555;
  border-bottom: 2px solid #ffc276 !important;
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

a.order-link {
  color: #555555;
  transition: 0.3s ease;
  position: relative;
}

a.order-link:hover {
  text-decoration: underline;
}

.table-striped tbody tr:nth-of-type(even) {
  background: #f9f9f9;
  transition: 0.3s ease;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
  transition: 0.3s ease;
}

.table-hover tbody tr:hover {
  background-color: rgba(255, 240, 225, .9);
}

.table-hover tbody tr:hover {
  background-color: rgba(255, 240, 225, .9);
}

.history-container .table th {
  border-top: none;
}

.history-container .pagination-panel {
  margin-top: 0;
}

.history-container td a {
  color: #007bff;
  display: block;
  transition: 0.3s ease;
}

.history-container a:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}

.programlist h3, .merchantlist h3, .dispatch h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "DenseBold", Oswald, sans-serif;
}

.program h3 {
  text-transform: uppercase;
}

.program-section-wrapper {
  border: 1px solid #dddddd;
  margin-bottom: 1%;
}

.no-border {
  border: none;
}

.program-section-header {
  background: #f3f3f3;
  padding: 10px 16px;
}

.program-section-header h4 {  text-transform: uppercase;  margin: 0;}

.save-btn-wrapper {
  text-align: center;
}

.save-btn-wrapper button, button.import-btn {
  border: none;
  font-family: "DenseBold", Oswald, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  background: linear-gradient(to right, rgba(54, 53, 69, .8), rgba(28, 27, 39, 1));
  border-radius: 3px;
  padding: 2px 0;
  transition: 0.3s ease;
  width: 100%;
  letter-spacing: 1px;
}

.save-btn-wrapper button:hover, button.import-btn:hover {
  box-shadow: 0px 2px 3px #555;
  cursor: pointer;
}

.save-btn-wrapper button:focus, button.import-btn:focus {
  outline: none;
}

.back-link {
  transition: 0.3s ease;
}

.prog-head h3 {
  /* padding-top: 2px; */
  margin-bottom: 0px!important;
}
.card-body{
  padding: 0.75rem 1.25rem;
}
.back-link a {
  color: #999;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  transition: 0.3s ease;
  font-family: "DenseBold", Oswald, sans-serif;
  font-weight: 100;
}

.back-link a:hover {
  color: #999;
}

.back-link:hover {
  border-color: #555555;
  box-shadow: 0 0 0 #555;
}

.back-link a:hover {
  color: #f8971d;
}

.pro-label label {
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.program-section-wrapper .form-row {
  margin-bottom: 10px;
}

.program .top-sec input:disabled {
  padding: 0;
  width: 100%;
}
.program .top-sec .ext-code input:disabled {
  padding: 0;
  width: auto;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.program .discount-bar.discount-percentage input#percentage {
  margin-top: 0;
}

.program .discount-percentage input {
  border-radius: 3px 0 0 3px;
}

.program .discount-percentage input {
  padding: 7px;
}

.program-section-wrapper p {
  margin: 0;
}

.discount-description-area {
  margin-bottom: 1.5%;
}

.file-upload-area input {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 4px 4px 0;
  line-height: 29px;
}

.file-upload-area input:hover {
  cursor: pointer;
}

.upload-btn-wrapper .form-group {
  /* margin-bottom: 0; */
  vertical-align: middle;
}

.upload-btn-wrapper {
  margin-top: 20px;
}

.promotionAlertShow {
  display: block;
}

.promotionAlertHide {
  display: none;
}

.disabledDiv {
  pointer-events: none;
  opacity: 0.5;
}

/* .promotionAlertShow,
#error-div {
  margin-bottom: 1.5%;
} */

.col.back-link a i {
  margin-right: 6px;
}

.pro-value a:hover, .pro-value a:focus {
  text-decoration: underline;
}

.merchant-upload.alert a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}

.merchant-upload.alert a:hover {
  text-shadow: 0 0 3px #fff;
}

.download-link.list-downloader {
  padding-top: 7px;
}

.lost-error-wrapper.iframe {
  height: 100%;
}

.lost-error-wrapper.iframe iframe {
  border: 1px solid #ddd;
}

.sub-desc {
  word-break: break-word;
}

/* .caret {
  position: relative;
  cursor: pointer;
}
.caret:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 7px;
  border-top: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.caret:after {
  content: '';
  position: absolute;
  top: 25%;
  left: 8px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.caret:hover:before {
  border-top-color: #222;
} */

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  position: relative;
  text-align: 0;
  position: absolute;
  top: 0;
  right: -15px;
}

.caret_up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  position: relative;
  text-align: 0;
  position: absolute;
  top: 0;
  right: -15px;
}

.help-text {
  font-size: 0.9rem;
  margin-bottom: 26px;
}

body#password-page.set-password-pg h1 {
  margin-bottom: 4px;
}

input.search-box {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  background: #ffffff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ddd;
  padding: 6px 13px 4px 39px;
  width: 66%;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

input[type=search]:focus {
  width: 100%;
  background-color: #fff;
  border-color: #5555;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

.error-pg.forbidden, .error-pg.ouch {
  text-align: center;
}

/* checkbox styles */

.cbx {
  position: relative;
  top: 4px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}

.cbx:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.cbx:checked~.cbx {
  border-color: transparent;
  background: #27ae60;
  animation: jelly 0.6s ease;
}

.cbx:checked~.cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

@-moz-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  /* 40% {
    transform: scale(0.75, 1.25);
  } */
  50% {
    transform: scale(1.15, 0.85);
  }
  /* 65% {
    transform: scale(0.95, 1.05);
  } */
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  /* 40% {
    transform: scale(0.75, 1.25);
  } */
  50% {
    transform: scale(1.15, 0.85);
  }
  /* 65% {
    transform: scale(0.95, 1.05);
  } */
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

@-o-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  /* 40% {
    transform: scale(0.75, 1.25);
  } */
  50% {
    transform: scale(1.15, 0.85);
  }
  /* 65% {
    transform: scale(0.95, 1.05);
  } */
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  /* 40% {
    transform: scale(0.75, 1.25);
  } */
  50% {
    transform: scale(1.15, 0.85);
  }
  /* 65% {
    transform: scale(0.95, 1.05);
  } */
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
button:hover {  cursor: pointer;}
.col-md-8.ml-md-auto.nopadding {  padding-right: 0;}
.login-field.submit-btn button:disabled {  color: #999;  opacity: 0.3;}
.login-field.submit-btn button:disabled:hover {  cursor: not-allowed;  box-shadow: none;}
tr.changeBgColor {  background: rgba(255, 240, 225, .9) !important;}
.info.animated.flipInX p.error {  margin: 0;}
#confirmationModalHolder .modal-header {  background: #857e7a;}
#confirmationModalHolder .modal-header h5 {  color: #fff;  font-size: 1.8rem;  line-height: normal;}
#confirmationModalHolder button.close {  color: #fff;  text-shadow: none;}
.btn-outline-dark.focus, .btn-outline-dark:focus {  box-shadow: none !important;}
#confirmationModalHolder .modal-content {  border: 1px solid #555;  border-radius: 0px;}
#confirmationModalHolder .modal-footer .btn.btn-dark, button.btn.btn-outline-dark {  padding: 4px 40px;  font-family: dense-bold; text-transform: uppercase;  font-weight: normal;  letter-spacing: 1px;  font-size: 18px;}
.all-caps {  text-transform: uppercase;}
.green-box {  color: #27ae60;}
.margin-bottom {  margin-bottom: 7px;}

#error-div, 
#divCommentError, 
#divLoadCardError, 
#divLoadCardSuccess, 
#error-merchant-upload.merchant-upload.alert,  
#welcome-email-error-div, #search-criteria-error-div, 
#alert-div, #bulk-ext-code-success, #warning-div,
.alert,
.success,
.alert-warning {
  width: 50%;
  margin: 10px auto !important;
  text-align: center;
}
#divLoadCardError, #divLoadCardSuccess{margin-top: 5px;}
#error-div #errorClosebBtn{display: block!important;}
#cancelCardPanel #cardCancelForm #comment{  width: 100%;}
#errorClosebBtn{display: block!important;}
#loadCardPanel textarea{ width: 100%;}
textarea{  font-size: .8rem; padding: 2px 5px; }
#warning-div.warning.animated.flipInX{  height: 38px;}
.box-wrapper {  border-right: 2px solid #ddd;}



/*back-button-effect*/

.hvr-icon-back {  display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.dispatch-card-forms .hvr-icon-back:hover .hvr-icon, .dispatch-card-forms .hvr-icon-back:focus .hvr-icon, .dispatch-card-forms .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

/**/

th.set-prog-id {
  width: 10%;
}

th.set-prog-nm {
  width: 40%;
}

th.set-prog-cr {
  width: 50%;
}

/*---<Form DISPATCH CARDS>---*/

.dispatch-card-forms {
  margin-bottom: 15px;
  overflow: hidden;
}

.dispatch-card-forms .form-group {
  margin-bottom: 15px;
}

.dispatch-card-forms .form-group .pro-label {
  margin-bottom: 5px;
}

.dispatch-card-forms .form-group input[type="text"], .dispatch-card-forms .form-group .ui-autocomplete-input, .file-upload-area input {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 0;
  line-height: 29px;
}

.automatic-external  input[type="text"]{
  line-height: 24px!important;
}
.dispatch-card-forms .form-group textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 0;
}

.info-image-wrapper {
  border-left: 1px solid #dedede;
  padding-left: 15px;
}

.info-image-wrapper .redeem-card-back {
  background: no-repeat url("../images/info-image.png");
  width: 100%;
  height: 100%;
}

/*redeem page curency*/

.redeem-value-input {
  position: relative;
}

.redeem-value-input .curr-label {
  position: absolute;
  left: 5px;
  top: 3px;
}

.redeem-value-input #formattedAmount {
  text-align: left;
  padding-left: 34px;
}

.form-group .pro-value select, .form-group select {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 0;
  line-height: 29px;
  padding: 6px 0;
}
.table-responsive.tight-table td{
  padding: 0.25rem 0.35rem;
  font-size: 0.85rem;
}
.table-responsive.tight-table td label.cbx{ top: 0px; margin-bottom: 0px; }
.table-responsive.tight-table thead tr th{
  font-size: 1.25rem;
  padding: 0.05rem 0.35rem;
}
/*---error---*/

.form-group label.error {
  color: #f44336 !important;
  font-size: 0.85rem;
  padding-top: .25rem;
}

.transaction-top {
  border-bottom: 1px solid;
  padding-bottom: 14px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 6px;
  color: #999;
}

input[type='date']::-webkit-inner-spin-button {
    display: none;
}
/*---Styles for forms--*/
.form-row.form-bottom-button-row{
	text-align:right;
}
.form-group .form-group-input{
	width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0 0;
    line-height: 28px!important;
    padding: 6px 8px;
	color:#555;
}
.form-group select.form-group-input{
	padding: 10px 8px;
}
.sidebar-nav a i:before{
  font-size: 20px;
}

.link-button:hover {color: #ffffff !important;}

.link-button {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: "DenseBold", Oswald, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1rem;
    background: linear-gradient(to right, rgba(54, 53, 69, .8), rgba(28, 27, 39, 1));
    border-radius: 3px;
    padding: 2px 0;
    transition: 0.3s ease;
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

.button-tap:disabled {
  color: #999;
  opacity: 0.3;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.glyphicon-link:before {
    content: "\e144";
    font-family: "Glyphicons Halflings";
}

/*---<new styles after minify>---*/
.numberOfRecords{
  font-size:11px;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
}
#exCodeAddForm{
  float: left;
  width: 100%;
  padding: 0 15px 0 0;
}
#msgSection{
  padding: 0;
}

#transactionListContainer table td.twillio img,  #transactionListContainer table td.nets img.stripeimg, #transactionListContainer table td.nets img.swish-img, #transactionListContainer table td.nets img.mollie-img{
  width: 35px;
}
#transactionListContainer table td.swish img{
  width: 26px;

}
#transactionListContainer table td.nets img{
  width: 56px;
}


.menu-container{
  height: 100%;
  width: 100%;
  border: 1px solid green;
  overflow: hidden;
}
.export-file-download
{width: 50px}

.alert-dismissible .close{
  color:#fff;
  top: -0.85rem;
  cursor: pointer;
}
.close{
  text-shadow: none;
  opacity: 1;
}

.edit-buttons{
  display: inline-block;
  background: linear-gradient(to right, rgba(54, 53, 69, .8), rgba(28, 27, 39, 1));
  color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: none;
  padding: 3px 13px;
  font-family: "DenseBold", Oswald, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.edit-buttons:hover {
  box-shadow: 0px 2px 3px #555;
  cursor: pointer;
}

.edit-buttons:disabled{
  background: #ccc;
cursor: default;
}

.edit-buttons:disabled:hover{
  background: #ccc;
cursor: default;
box-shadow: none;
}