.h2,
h2,
.h3,
h3 {
  font-family: var(--main-font-family) !important;
  font-weight: 300 !important;
}

.h4,
h4,
.h5,
h5 {
  font-family: var(--main-font-family) !important;
  font-weight: bold;
}

body.login-page,
body.login-page .wrapper,
body.login-page .content-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebec+0,8d9caf+100 */
  background: #ebebec !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ebebec 0%, #8d9caf 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebebec 0%, #8d9caf 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebec 0%, #8d9caf 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#8d9caf', GradientType=0) !important;
  /* IE6-9 */

}

body.login-page .main-footer {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d9caf+0,ebebec+100 */
  background: #8d9caf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8d9caf 0%, #ebebec 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8d9caf 0%, #ebebec 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8d9caf 0%, #ebebec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d9caf', endColorstr='#ebebec', GradientType=0);
  /* IE6-9 */

  background: none !important;
}

.sidebar-logo,
.logo-mini {
  background: #fff !important;
  max-height: 90px;
}

.sidebar-logo img {
  margin: 0 auto;
  display: block;
  padding: 4px 0px;
  height: 100%;
  max-height: 90px;
}

.main-sidebar,
.left-side {
  padding-top: 0px;
}

.skin-blue .main-header .logo {
  background: none;
}

.skin-blue .main-header .navbar {
  background: #044289;
}

.sidebar-collapse .sidebar-logo img {
  display: none;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .left-side {
  padding-top: 50px;
}

.skin-blue .main-header .logo:hover {
  background: none;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #FAFAFC;
  box-shadow: 1px 5px 35px -9px rgba(0, 0, 0, 0.2);
}

span.logo-mini img {
  width: 100%;
  height: auto;
}

/*
.main-header .logo{
	background: #fff !important;
}
.main-header .logo{
	height: 110px;
}
.main-sidebar, .left-side{
	padding-top: 110px;
}
*/

.product-row:hover {
  background: #ecf0f1;
}



/* *********  verticle tabs  **************************** */
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #F7F7F7;
}

.tabs-right {
  border-left: 1px solid #F7F7F7;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  margin-right: -1px;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #F7F7F7;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #F7F7F7;
  border-left-color: transparent;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  background: #F7F7F7;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #95a5a6;
}

.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
  background: #F7F7F7;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #95a5a6;
}

.sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}

.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.sideways.tabs-left {
  left: -50px;
}

.sideways.tabs-right {
  right: -50px;
}

.sideways.tabs-right>li {
  transform: rotate(90deg);
}

.sideways.tabs-left>li {
  transform: rotate(-90deg);
}

/* *********  /verticle tabs  **************************** */
/* *********  moris  **************************** */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  padding: 6px;
  color: #666;
  background: rgba(243, 242, 243, 0.8);
  border: solid 2px rgba(195, 194, 196, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

/* *********  verticle tabs  **************************** */

img.image-responsive {
  width: 100%;
}

.bootstrap-datetimepicker-widget {
  z-index: 9999;
}

.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.content-header {
  padding: 0px 15px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ECF0F4));
  background: -moz-linear-gradient(#ffffff, #ECF0F4);
}

.content {
  background: transparent;
  border: 1px solid #cdcccb;
  border: none;
  box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem;
}

body.is-form .content-wrapper>.content {
  padding: 0px;
}

.h1 {
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.h1 a {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.content-header>.breadcrumb {
  top: 6px;
}

@media (max-width: 991px) {
  .content-header {
    padding: 0px 15px 0px 0px;
  }

  .content-header>.breadcrumb {
    display: none;
  }

  .sidebar-logo,
  .main-header .logo {
    display: none;
  }
}

.jqx-widget .jqx-grid-cell,
.jqx-widget .jqx-grid-column-header,
.jqx-widget .jqx-grid-group-cell {
  border-color: none;
}

.jqx-widget .jqx-grid-cell {
  border-color: rgba(170, 170, 170, 0.25);
  cursor: pointer;
}

.jqx-widget .jqx-grid-column-header,
.jqx-widget .jqx-grid-cell .jqx-grid-cell-filter-row {
  border-style: solid !important;
}

.jqx-grid-cell-pinned,
.jqx-widget-header {

  background: none;
  background: rgba(173, 191, 210, 0.15);

  color: #14181B;

}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 0px;
}