﻿@charset "UTF-8";
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widgets
 *	8. Custom Templates
 */
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*
$bodyfont:'Poppins', sans-serif;
$headingfont:'Poppins', sans-serif;
*/
/*Theme Colors*/
/* #47555c;*/
/*bootstrap Color*/
/* #fc4b4c;*/
/*#27ae60;*/
/*#1e88e5;*/
/*Light colors*/
/*#2c3e50; #6352ce;*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
@import '../scss/icons/font-awesome/css/fontawesome-all.css';
@import '../scss/icons/simple-line-icons/css/simple-line-icons.css';
@import '../scss/icons/weather-icons/css/weather-icons.min.css';
@import '../scss/icons/linea-icons/linea.css';
@import '../scss/icons/themify-icons/themify-icons.css';
@import '../scss/icons/flag-icon-css/flag-icon.min.css';
@import "../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import '../css/spinners.css';
@import '../css/animate.css';
@import '../css/css-chart/css-chart.css';
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. Posts
 *	7. Widgets
 *	8. Custom Templates
 */
/******************* 
Global Styles 
*******************/
* {
  outline: none;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #37555c;
  font-weight: 300;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}

a:hover, a:focus {
  text-decoration: none;
}

a.link {
  color: #455a64;
}
a.link:hover, a.link:focus {
  color: #009efb;
}

.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;
}


/*******************
Or seperator
*******************/
.or-separator {
    position: relative;
    padding: 20px 0;
}

.or-separator::before,
.or-separator::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #767676;
    top: 50%;
}

.or-separator::before {
    left: 0;
}

.or-separator::after {
    right: 0;
}

.or-separator span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 15px;
    background-color: #f4f4f4;
    color: #767676;
}

/*******************
btn disabled
*******************/
a.disabled {
    background-color: #767676;
    cursor: not-allowed;
    opacity: 1 !important;
    pointer-events: none;
}

a.enabled {
    background-color: #007bff;  
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 120%;
  font-size: 28px;
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  line-height: 18px;
  font-size: 16px;
  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;
}

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #009efb;
  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;
}

/*******************
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;
}
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);
}

/*******************
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: #f90746 !important;
}

.text-muted {
  color: #99abb4 !important;
}

.text-more-muted {
  color: #cbd3d5 !important;
}

a.muted-link {
  color: #cbd3d5 !important;
}

a.muted-link:hover {
  color: #444 !important;
}

.text-really-muted {
  color: #ebf3f5 !important;
}

.text-gray {
  color: #aaa;
}

.text-warning {
  color: #ff8291 !important;
}

.text-success {
  color: #1fcf9d !important;
}

.text-info {
  color: #1e88e5 !important;
}

.text-inverse {
  color: #2f3d4a !important;
}

html body .text-blue {
  color: #02bec9;
}
html body .text-purple {
  color: #7460ee;
}
html body .text-primary {
  color: #1b5b9b;
}
html body .text-megna {
  color: #00897b;
}
html body .text-dark {
  color: #37555c;
}
html body .text-themecolor {
  color: #009efb;
}

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #1b5b9b !important;
}

.bg-success {
  background-color: #1fcf9d !important;
}

.bg-info {
  background-color: #1e88e5 !important;
}

.bg-warning {
  background-color: #ff8291 !important;
}

.bg-alert {
  background-color: #fcf8d3 !important;
}

.bg-danger {
  background-color: #f90746 !important;
}

html body .bg-megna {
  background-color: #00897b;
}
html body .bg-theme {
  background-color: #009efb;
}
html body .bg-inverse {
  background-color: #2f3d4a;
}
html body .bg-inverser {
  background-color: #161c20;
}
html body .bg-purple {
  background-color: #7460ee;
}
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: #f4f4f4;
}
html body .bg-light-warning {
  background-color: #fbf4cc;
}
html body .bg-light-danger {
  background-color: #f9e7eb;
}
html body .bg-light-inverse {
  background-color: #f6f6f6;
}
html body .bg-light {
  background-color: #f2f4f8;
}
html body .bg-white {
  background-color: #ffffff;
}

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #1e88e5;
}
.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #1e88e5;
}

.round.round-warning {
  background: #ff8291;
}

.round.round-danger {
  background: #f90746;
}

.round.round-success {
  background: #1fcf9d;
}

.round.round-primary {
  background: #1b5b9b;
}

/*******************
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: #00897b;
}

.label-success {
  background-color: #1fcf9d;
}

.label-info {
  background-color: #1e88e5;
}

.label-warning {
  background-color: #ff8291;
}

.label-danger {
  background-color: #f90746;
}

.label-megna {
  background-color: #00897b;
}

.label-primary {
  background-color: #1b5b9b;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #2f3d4a;
}

.label-default {
  background-color: #f2f4f8;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #1fcf9d;
}

.label-light-info {
  background-color: #cfecfe;
  color: #1e88e5;
}

.label-light-warning {
  background-color: #fbf4cc;
  color: #ff8291;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #f90746;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #00897b;
}

.label-light-primary {
  background-color: #f1effd;
  color: #1b5b9b;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}

/*******************
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: #f2f4f8;
}

.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: #009efb;
  border-color: #009efb;
}

.pager li > a,
.pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238;
}

/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}

.table.no-border tbody td {
  border: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.table td, .table th {
  border-color: #e8e6e6;
}

.table thead th, .table th {
  font-weight: 500;
}

.table-hover tbody tr:hover {
  background: #f2f4f8;
}

.v-middle td, .v-middle th {
  vertical-align: middle;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*******************
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;
  transition-property: transform, opacity;
  -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;
}

/*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: #1fcf9d;
}

.badge-info {
  background-color: #1e88e5;
}

.badge-primary {
  background-color: #1b5b9b;
}

.badge-warning {
  background-color: #ff8291;
  color: #ffffff;
}

.badge-danger {
  background-color: #f90746;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #2f3d4a;
}

.badge-muted {
  background-color: #99abb4;
}

.badge-unselected {
  border: 1px solid #cbd3d5;
  color: #99abb4;
}

.tag-badge {
  font: arial narrow;
  font-weight: 400 !important;
  padding-left: 4px;
  padding-right: 4px;
}

/*******************
Buttons
******************/
.btn-black {
    color:#fff;
    background-color: #000;
}

.btn-black:hover {
color: #fff;
background-color: #f90746;
}

.btn {
    padding: 7px 12px;
    font-size: 14px;
    cursor: pointer;
}

.btn-group label {
  color: #ffffff !important;
  margin-bottom: 0px;
}
.btn-group label.btn-secondary {
  color: #37555c !important;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.0rem;
}

.btn-md {
  padding: 12px 55px;
  font-size: 16px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.button-list button, .button-list a {
  margin: 5px 12px 5px 0;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
}
.btn-rounded.btn-lg {
  padding: 0.75rem 1.5rem;
}
.btn-rounded.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}
.btn-rounded.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}
.btn-rounded.btn-md {
  padding: 12px 35px;
  font-size: 16px;
}

/*.btn-secondary,
.btn-secondary.disabled {
  background: #ffffff;
  border: 1px solid #727b84;
  color: #727b84;
}*/
.btn-secondary:hover,
.btn-secondary.disabled:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
.btn-secondary.active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus {
  background-color: #000 !important;
  box-shadow: none;
  color: #ffffff;
}

.btn-primary,
.btn-primary.disabled {
  background: #1b5b9b;
  border: 1px solid #1b5b9b;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in;
}
.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #1b5b9b;
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  border: 1px solid #1b5b9b;
}
.btn-primary.active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus {
  background: #002855;
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #009efb;
  color: #ffffff;
  border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #009efb;
  opacity: 0.7;
  border: 1px solid #009efb;
}
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #1fcf9d;
  border: 1px solid #1fcf9d;
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  transition: 0.2s ease-in;
}
.btn-success:hover,
.btn-success.disabled:hover {
  background: #1fcf9d;
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #1fcf9d;
}
.btn-success.active, .btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:focus {
  background: #1eacbe;
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}

.btn-info,
.btn-info.disabled {
  background: #1e88e5;
  border: 1px solid #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  transition: 0.2s ease-in;
}
.btn-info:hover,
.btn-info.disabled:hover {
  background: #1e88e5;
  border: 1px solid #1e88e5;
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus {
  background: #028ee1;
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-warning,
.btn-warning.disabled {
  background: #ff8291;
  color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ff8291;
  transition: 0.2s ease-in;
}
.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #ff8291;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border: 1px solid #ff8291;
}
.btn-warning.active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:focus {
  background: #e9ab2e;
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-danger,
.btn-danger.disabled {
  background: #f90746;
  border: 1px solid #f90746;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  transition: 0.2s ease-in;
}
.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #f90746;
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border: 1px solid #f90746;
}
.btn-danger.active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:focus {
  background: #e6294b;
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-inverse,
.btn-inverse.disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #2f3d4a;
  opacity: 0.7;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}
.btn-inverse.active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover {
  opacity: 0.7;
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}
.btn-red.active, .btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:focus {
  background: #e6294b;
}

.btn-outline-secondary {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.active, .btn-outline-secondary:focus {
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-outline-primary {
  color: #1b5b9b;
  background-color: #ffffff;
  border-color: #1b5b9b;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  background: #1b5b9b;
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  color: #ffffff;
  border-color: #1b5b9b;
}
.btn-outline-primary.active, .btn-outline-primary:focus {
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
}

.btn-outline-success {
  color: #1fcf9d;
  background-color: transparent;
  border-color: #1fcf9d;
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
  background: #1fcf9d;
  border-color: #1fcf9d;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success.active, .btn-outline-success:focus {
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}

.btn-outline-info {
  color: #1e88e5;
  background-color: transparent;
  border-color: #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
  background: #1e88e5;
  border-color: #1e88e5;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info.active, .btn-outline-info:focus {
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-outline-warning {
  color: #ff8291;
  background-color: transparent;
  border-color: #ff8291;
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
  background: #ff8291;
  border-color: #ff8291;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning.active, .btn-outline-warning:focus {
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-outline-danger {
  color: #f90746;
  background-color: transparent;
  border-color: #f90746;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  transition: 0.2s ease-in;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
  background: #f90746;
  border-color: #f90746;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger.active, .btn-outline-danger:focus {
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red.active, .btn-outline-red:focus {
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-inverse {
  color: #2f3d4a;
  background-color: transparent;
  border-color: #2f3d4a;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #002855;
  border: 1px solid #002855;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1eacbe;
  border: 1px solid #1eacbe;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.button-box .btn {
  margin: 0 8px 8px 0px;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
}

.btn-dribbble {
  color: #ffffff;
  background-color: #ea4c89;
}

.btn-googleplus {
  color: #ffffff;
  background-color: #dd4b39;
}

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
}

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
}

.btn-dropbox {
  color: #ffffff;
  background-color: #007ee5;
}

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
}

.btn-tumblr {
  color: #ffffff;
  background-color: #32506d;
}

.btn-skype {
  color: #ffffff;
  background-color: #00aff0;
}

.btn-youtube {
  color: #ffffff;
  background-color: #bb0000;
}

.btn-github {
  color: #ffffff;
  background-color: #171515;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -25px;
  right: -7px;
}
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #f90746;
  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: #f90746;
  position: absolute;
  right: 6px;
  top: -10px;
}
.notify .heartbit.away {
  border: 5px solid #ff8291;
}
.notify .point.away {
  background-color: #ff8291;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 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;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 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;
  }
}
/*******************
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;
}

/*******************
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: #37555c;
}

/*******************
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: #37555c;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}
ul.list-style-none li a:hover {
  color: #009efb;
}

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #37555c;
}

/*******************
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: #37555c;
  min-height: 38px;
  display: initial;
  width:50%;
}

.form-control-sm {
  min-height: 20px;
}

.form-control:disabled, .form-control[readonly] {
  /*opacity: 0.7;*/
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #1fcf9d;
}

form label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 25px;
}

.form-horizontal label {
  margin-bottom: 0px;
}

.form-control-static {
  padding-top: 0px;
}

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

/*******************
Layouts
******************/
/*Card-noborders*/
.card-no-border .card {
  border-color: none !important;
  border-radius: 0;
  box-shadow: unset !important;
}
.card-no-border .sidebar-footer {
  background: #f2f6f8;
}
.card-no-border .sidebar-nav > ul > li > a.active {
  background: #ffffff;
}

.card-no-border .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;
}

.card .card-header {
  background: #ffffff;
  border-bottom: 0px;
}

/*******************/
/*widgets -app*/
/*******************/
.css-bar:after {
  z-index: 1;
}

.css-bar > i {
  z-index: 10;
}

/*******************/
/*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;
}

/***********************
 9/02/2018 (New Update)
***********************/
.progress {
  height: auto;
}

.card-group {
  margin-bottom: 30px;
}

.pull-left {
  float: left;
}

.push-right {
  margin-right: 15px !important;
}

.modal-open {
  overflow: scroll;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
  width: 100%;
}

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}
.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}
.boxed #main-wrapper .footer {
  display: none;
}

.page-wrapper-final {
  background: #eef5f9;
}

.page-wrapper {
  background: #eef5f9;
  padding-bottom: 60px;
}

.container-fluid {
  padding: 0 30px 25px 30px;
}

/*******************
 Topbar
*******************/
.topbar {
  position: relative;
  z-index: 50;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}
.topbar .top-navbar {
  min-height: 70px;
  padding: 0px 15px 0 0;
}
.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}
.topbar .top-navbar .navbar-header {
  line-height: 65px;
  text-align: center;
}
.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: 0.75rem;
  padding-right: 0.75rem;
  font-size: 19px;
  line-height: 50px;
}
.topbar .top-navbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .profile-pic {
  width: 30px;
  border-radius: 25%;
}
.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;
  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: 80px;
  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;
}
.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 14px;
}
.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: #37555c;
}
.topbar ul.dropdown-user li a:hover {
  background: #f2f4f8;
  color: #009efb;
  text-decoration: none;
}

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  transition: 0.5s ease-in;
}
.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: 240px;
  text-align: center;
}

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  background: #ffffff;
  margin: 0 -30px 30px;
  padding: 15px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.page-titles h3 {
  margin-bottom: 0px;
  margin-top: 8px;
}
.page-titles .breadcrumb {
  padding: 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;
}

.page-titles.dashboard {
  height: 135px;
}

/*******************
 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 {
    transform: rotate(0deg);
  }
  to {
    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: transform;
  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%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  background: #009efb;
}
.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: #37555c;
}
.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: #1fcf9d;
}

.yellow-theme {
  background: #ff8291;
}

.red-theme {
  background: #f90746;
}

.blue-theme {
  background: #1e88e5;
}

.purple-theme {
  background: #7460ee;
}

.megna-theme {
  background: #00897b;
}

.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: 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%, #1fcf9d 23%, #1fcf9d 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #1fcf9d 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #1fcf9d 23%, #1fcf9d 99%);
}

.yellow-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
}

.blue-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 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: 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%, #00897b 23%, #00897b 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00897b 23%, #00897b 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #00897b 23%, #00897b 99%);
}

.red-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #263238 0%, #263238 23%, #f90746 23%, #f90746 99%);
}

/*******************
 page title
*******************/
.page-titles {
  padding-bottom: 20px;
}

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #37555c;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;
}

/*******************
 Card title
*******************/
.card {
  margin-bottom: 30px;
}
.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #99abb4;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverser .card-blockquote .blockquote-footer,
.card-inverser .card-link,
.card-inverser .card-subtitle,
.card-inverser .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-success {
  background: #1fcf9d;
  border-color: #1fcf9d;
}

.card-alt {
  background: #26c6da;
  border-color: #26c6da;
}

.card-danger {
  background: #f90746;
  border-color: #f90746;
}

.card-warning {
  background: #ff8291;
  border-color: #ff8291;
}

.card-info {
  background: #1e88e5;
  border-color: #1e88e5;
}

.card-primary {
  background: #1b5b9b;
  border-color: #1b5b9b;
}

.card-primary-dark {
  background: #323232;
  border-color: #323232;
}

.card-dark {
  background: #2f3d4a;
  border-color: #2f3d4a;
}

.card-megna {
  background: #00897b;
  border-color: #00897b;
}

.card-kinda-dark {
  background: #4f5d6a;
  border-color: #4f5d6a;
}

/*============================================================== 
 Buttons page
 ============================================================== */
.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.no-button-group .btn {
  margin-bottom: 5px;
  margin-right: 0px;
}

.btn .text-active {
  display: none;
}
.btn.active .text-active {
  display: inline-block;
}
.btn.active .text {
  display: none;
}

/*============================================================== 
 Cards page
 ============================================================== */
.card-actions {
  float: right;
}
.card-actions a {
  cursor: pointer;
  color: #37555c;
  opacity: 0.7;
  padding-left: 7px;
  font-size: 13px;
}
.card-actions a:hover {
  opacity: 1;
}

.card-columns .card {
  margin-bottom: 20px;
}

.collapsing {
  -webkit-transition: height 0.08s ease;
  transition: height 0.08s ease;
}

.card-info {
  background: #1e88e5;
  border-color: #1e88e5;
}

.card-primary {
  background: #1b5b9b;
  border-color: #1b5b9b;
}

.card-outline-info {
  border-color: #1e88e5;
}
.card-outline-info .card-header {
  background: #1e88e5;
  border-color: #1e88e5;
}

.card-outline-inverse {
  border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
  background: #2f3d4a;
  border-color: #2f3d4a;
}

.card-outline-warning {
  border-color: #ff8291;
}
.card-outline-warning .card-header {
  background: #ff8291;
  border-color: #ff8291;
}

.card-outline-success {
  border-color: #1fcf9d;
}
.card-outline-success .card-header {
  background: #1fcf9d;
  border-color: #1fcf9d;
}

.card-outline-danger {
  border-color: #f90746;
}
.card-outline-danger .card-header {
  background: #f90746;
  border-color: #f90746;
}

.card-outline-primary {
  border-color: #1b5b9b;
}
.card-outline-primary .card-header {
  background: #1b5b9b;
  border-color: #1b5b9b;
}

/*============================================================== 
Breadcrumb
 ============================================================== */
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff;
}
.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}
.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  margin-bottom: 0px;
}

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px;
}
ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  transition: 0.2s ease-in;
}
ul.list-icons li a {
  color: #37555c;
}
ul.list-icons li a:hover {
  color: #009efb;
}
ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}

ul.list-inline li {
  display: inline-block;
  padding: 0 8px;
}

ul.two-part {
  margin: 0px;
}
ul.two-part li {
  width: 48.8%;
}

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px;
}

/*============================================================== 
 flot chart
 ============================================================== */
.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #ffffff;
  padding: 5px 10px;
}

/*============================================================== 
Easy pie chart 
 ============================================================== */
.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.chart > span > img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #263238;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

/*============================================================== 
Dashboard1 chart
 ============================================================== */
.ct-charts {
  position: relative;
}

.amp-pxl {
  position: relative;
}
.amp-pxl .ct-series-a .ct-bar {
  stroke: #1e88e5;
}
.amp-pxl .ct-series-b .ct-bar {
  stroke: #1fcf9d;
}

.c3-chart-arcs-title, .c3-legend-item {
  font-family: "Poppins", sans-serif;
  fill: #37555c;
}

html body #visitor .c3-chart-arcs-title {
  font-size: 18px;
  fill: #99abb4;
}

.stylish-table thead th {
  font-weight: 400;
  color: #99abb4;
  border: 0px;
  border-bottom: 1px;
}
.stylish-table tbody tr {
  border-left: 4px solid #ffffff;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #009efb;
}
.stylish-table tbody td {
  vertical-align: middle;
}
.stylish-table tbody td h6 {
  font-weight: 500;
  margin-bottom: 0px;
  white-space: nowrap;
}
.stylish-table tbody td small {
  line-height: 12px;
  white-space: nowrap;
}

/*============================================================== 
Dashboard2 chart
 ============================================================== */
.campaign {
  height: 280px;
}
.campaign .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(../scss/#gradient);
}
.campaign .ct-series-a .ct-line, .campaign .ct-series-a .ct-point {
  stroke: #1fcf9d;
  stroke-width: 2px;
}
.campaign .ct-series-b .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.1;
}
.campaign .ct-series-b .ct-line, .campaign .ct-series-b .ct-point {
  stroke: #1e88e5;
  stroke-width: 2px;
}
.campaign .ct-series-a .ct-point, .campaign .ct-series-b .ct-point {
  stroke-width: 6px;
}

.campaign2 .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(../scss/#gradient);
}
.campaign2 .ct-series-a .ct-line, .campaign2 .ct-series-a .ct-point {
  stroke: #1fcf9d;
  stroke-width: 2px;
}
.campaign2 .ct-series-b .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.1;
}
.campaign2 .ct-series-b .ct-line, .campaign2 .ct-series-b .ct-point {
  stroke: #1e88e5;
  stroke-width: 2px;
}
.campaign2 .ct-series-a .ct-point, .campaign2 .ct-series-b .ct-point {
  stroke-width: 6px;
}

.usage .ct-series-a .ct-line {
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.5);
}

/*============================================================== 
Dashboard3 chart
 ============================================================== */
.total-sales {
  position: relative;
}
.total-sales .chartist-tooltip {
  background: #2f3d4a;
}
.total-sales .ct-series-a .ct-bar {
  stroke: #1e88e5;
}
.total-sales .ct-series-b .ct-bar {
  stroke: #1fcf9d;
}
.total-sales .ct-series-c .ct-bar {
  stroke: #f90746;
}

.ct-chart {
  position: relative;
}
.ct-chart .ct-series-a .ct-slice-donut {
  stroke: #1fcf9d;
}
.ct-chart .ct-series-b .ct-slice-donut {
  stroke: #f2f4f8;
}
.ct-chart .ct-series-c .ct-slice-donut {
  stroke: #1e88e5;
}

#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke-width: 1px;
  stroke: #99abb4;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #99abb4;
}

.browser td {
  vertical-align: middle;
  padding-left: 0px;
}

#calendar .fc-today-button {
  display: none;
}

.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;
}

/*============================================================== 
Dashboard4 chart
 ============================================================== */
.total-revenue4 {
  position: relative;
}
.total-revenue4 .ct-series-a .ct-line {
  stroke: #1e88e5;
  stroke-width: 1px;
}
.total-revenue4 .ct-series-a .ct-point {
  stroke: #1e88e5;
  stroke-width: 5px;
}
.total-revenue4 .ct-series-b .ct-line {
  stroke: #1fcf9d;
  stroke-width: 1px;
}
.total-revenue4 .ct-series-b .ct-point {
  stroke: #1fcf9d;
  stroke-width: 5px;
}
.total-revenue4 .ct-series-a .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.2;
}
.total-revenue4 .ct-series-b .ct-area {
  fill: #1fcf9d;
  fill-opacity: 0.2;
}

/*============================================================== 
Dashboard6 chart
 ============================================================== */
.product-overview.table tbody tr td {
  vertical-align: middle;
}

/*============================================================== 
Widget-data
 ============================================================== */
.sparkchart {
  margin-bottom: -2px;
}

/*============================================================== 
File upload
 ============================================================== */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0px;
}

.fileinput .input-group-addon {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
  margin-bottom: 1px;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

/*============================================================== 
widget-chart-page product review
 ============================================================== */
.product-review {
  margin: 0px;
  padding: 25px;
}
.product-review li {
  display: block;
  padding: 20px 0;
  list-style: none;
}
.product-review li .font,
.product-review li span {
  display: inline-block;
  margin-left: 10px;
}

.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8);
}

.profile-tab li a.nav-link, .customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #37555c;
}
.profile-tab li a.nav-link.active, .customtab li a.nav-link.active {
  border-bottom: 2px solid #009efb;
  color: #009efb;
}
.profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover {
  color: #009efb;
}

/*============================================================== 
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: #37555c;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  color: #009efb;
  background: #f2f4f8;
}
.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: #d9d9d9;
  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;
}

.input-form .btn {
  padding: 10px 12px;
}

/*============================================================== 
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden;
}

.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0 0 0 10px;
  transition: background 0s ease-out 0s;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
  /*background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);*/
  /*border: 0 none;*/
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  float: none;
}

.form-material .form-control.focus, .form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  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 #d9d9d9;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #009efb;
}

.form-control:focus {
    border-color: #A1E2F4 !important;
}
/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
    position: relative;
}

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9;
}
.floating-labels .form-control:focus {
  box-shadow: none;
}

.floating-labels select.form-control > option {
  font-size: 14px;
}

.floating-labels .has-error .form-control {
  border-bottom: 1px solid #f90746;
}

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ff8291;
}

.floating-labels .has-success .form-control {
  border-bottom: 1px solid #1fcf9d;
}

.floating-labels .form-control:focus {
  outline: none;
  border: none;
}

.floating-labels label {
  color: #99abb4;
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .focused label {
  top: -10px;
  font-size: 12px;
  color: #028ee1;
}

.floating-labels .bar {
  position: relative;
  display: block;
}

.floating-labels .bar:before,
.floating-labels .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #009efb;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .bar:before {
  left: 50%;
}

.floating-labels .bar:after {
  right: 50%;
}

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}

.has-warning .bar:before,
.has-warning .bar:after {
  background: #ff8291;
}

.has-success .bar:before,
.has-success .bar:after {
  background: #1fcf9d;
}

.has-error .bar:before,
.has-error .bar:after {
  background: #f90746;
}

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ff8291;
}

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #1fcf9d;
}

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #f90746;
}

.has-feedback label ~ .t-0 {
  top: 0;
}

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #f90746;
}

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #1fcf9d;
}

.form-group.error .help-block ul {
  padding: 0px;
  color: #f90746;
}
.form-group.error .help-block ul li {
  list-style: none;
}

.form-group.issue .help-block ul {
  padding: 0px;
  color: #ff8291;
}
.form-group.issue .help-block ul li {
  list-style: none;
}

/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #1fcf9d;
}
.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #f2f4f8;
  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: #1fcf9d;
  color: #ffffff;
}
.pagination-circle li.disabled a {
  background: #f2f4f8;
  color: rgba(120, 130, 140, 0.13);
}

/*******************
Form Dropzone
******************/
.dropzone {
  border: 1px dashed #d9d9d9;
}
.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: #009efb;
}

.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: #009efb;
  color: #ffffff;
}

.datepicker td, .datepicker th {
  padding: 5px 10px;
}

/*******************
Form icheck
******************/
.icolors,
.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #263238;
  text-align: center;
}

.icolors > li.active:after {
  content: "✓";
  color: #ffffff;
  line-height: 30px;
}

.icolors > li:first-child {
  margin-left: 0;
}

.icolors > li.orange {
  background: #f90746;
}

.icolors > li.yellow {
  background: #ff8291;
}

.icolors > li.info {
  background: #1e88e5;
}

.icolors > li.green {
  background: #1fcf9d;
}

.icolors > li.red {
  background: #fb3a3a;
}

.icolors > li.purple {
  background: #7460ee;
}

.icolors > li.blue {
  background: #02bec9;
}

.icheck-list {
  float: left;
  padding-right: 50px;
  padding-top: 10px;
}

.icheck-list li {
  padding-bottom: 5px;
}

.icheck-list li label {
  padding-left: 10px;
}

/*******************
Form summernote
******************/
.note-popover, .note-icon-caret {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #d9d9d9;
}
.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
  display: inline-block;
}

/*******************
Table-Layout
******************/
.table thead th, .table th {
  border: 0px;
}

.color-table.primary-table thead th {
  background-color: #1b5b9b;
  color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f4f8;
}

.color-table.success-table thead th {
  background-color: #1fcf9d;
  color: #ffffff;
}

.color-table.info-table thead th {
  background-color: #1e88e5;
  color: #ffffff;
}

.color-table.warning-table thead th {
  background-color: #ff8291;
  color: #ffffff;
}

.color-table.danger-table thead th {
  background-color: #f90746;
  color: #ffffff;
}

.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-table.muted-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
  border: 2px solid #1b5b9b;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #1b5b9b;
  color: #ffffff;
}

.color-bordered-table.success-bordered-table {
  border: 2px solid #1fcf9d;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #1fcf9d;
  color: #ffffff;
}

.color-bordered-table.info-bordered-table {
  border: 2px solid #1e88e5;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #1e88e5;
  color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
  border: 2px solid #ff8291;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #ff8291;
  color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
  border: 2px solid #f90746;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #f90746;
  color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
  border: 2px solid #99abb4;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}

.full-color-table.full-primary-table {
  background-color: #f1effd;
}
.full-color-table.full-primary-table thead th {
  background-color: #1b5b9b;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-primary-table tbody td {
  border: 0;
}
.full-color-table.full-primary-table tr:hover {
  background-color: #1b5b9b;
  color: #ffffff;
}

.full-color-table.full-success-table {
  background-color: #e8fdeb;
}
.full-color-table.full-success-table thead th {
  background-color: #1fcf9d;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-success-table tbody td {
  border: 0;
}
.full-color-table.full-success-table tr:hover {
  background-color: #1fcf9d;
  color: #ffffff;
}

.full-color-table.full-info-table {
  background-color: #cfecfe;
}
.full-color-table.full-info-table thead th {
  background-color: #1e88e5;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-info-table tbody td {
  border: 0;
}
.full-color-table.full-info-table tr:hover {
  background-color: #1e88e5;
  color: #ffffff;
}

.full-color-table.full-warning-table {
  background-color: #fbf4cc;
}
.full-color-table.full-warning-table thead th {
  background-color: #ff8291;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-warning-table tbody td {
  border: 0;
}
.full-color-table.full-warning-table tr:hover {
  background-color: #ff8291;
  color: #ffffff;
}

.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}
.full-color-table.full-danger-table thead th {
  background-color: #f90746;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-danger-table tbody td {
  border: 0;
}
.full-color-table.full-danger-table tr:hover {
  background-color: #f90746;
  color: #ffffff;
}

.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}
.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-inverse-table tbody td {
  border: 0;
}
.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #ffffff;
}

.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}
.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-dark-table tbody td {
  border: 0;
  color: #ffffff;
}
.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
  color: #ffffff;
}

.full-color-table.full-red-table {
  background-color: #f9e7eb;
}
.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-red-table tbody td {
  border: 0;
}
.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
  color: #ffffff;
}

.full-color-table.full-purple-table {
  background-color: #f1effd;
}
.full-color-table.full-purple-table thead th {
  background-color: #7460ee;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-purple-table tbody td {
  border: 0;
}
.full-color-table.full-purple-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2);
}
.full-color-table.full-muted-table thead th {
  background-color: #99abb4;
  border: 0;
  color: #ffffff;
}
.full-color-table.full-muted-table tbody td {
  border: 0;
}
.full-color-table.full-muted-table tr:hover {
  background-color: #99abb4;
  color: #ffffff;
}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding-top: 10px;
}

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px;
}
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #009efb;
  color: #ffffff;
  margin-right: 3px;
}
.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}

.dataTables_info, .dataTables_length {
  display: inline-block;
}

.dataTables_length {
  margin-top: 10px;
}
.dataTables_length select {
  border: 0;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  padding-bottom: 5px;
}
.dataTables_length select:focus {
  outline: none;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
}
.dataTables_filter input {
  border: 0;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px;
}
.dataTables_filter input:focus {
  outline: none;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #37555c;
  border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #009efb;
  background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #37555c;
  border: 1px solid #ddd;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #009efb;
  background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #37555c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #37555c !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block;
}

.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: #ffffff;
}
.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}
.paging_simple_numbers .pagination .paginate_button a {
  padding: 5px 10px;
  border-radius: 4px;
  border: 0px;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #1e88e5;
  color: #ffffff;
}

/*******************
Table- Footable
******************/
#demo-show-entries {
  border: 0;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  padding-bottom: 5px;
  color: #37555c;
}
#demo-show-entries:focus {
  outline: none;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

#demo-input-search2 {
  border: 0;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px;
  color: #37555c;
}
#demo-input-search2:focus {
  outline: none;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.footable .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.footable .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.footable .pagination li.disabled a {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd;
}
.footable .pagination li:first-child a {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.footable-odd {
  background: #f2f4f8;
}

/*******************
Icon list fontawesom
******************/
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #37555c;
}
.icon-list-demo div:hover {
  color: #263238;
}
.icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.icon-list-demo .col-md-4, .icon-list-demo .col-3 {
  border-radius: 4px;
}
.icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover {
  background-color: #f4f4f4;
}

.icon-list-demo .div:hover i {
  font-size: 2em;
}

/*******************
Icon list material icon
******************/
.material-icon-list-demo .mdi {
  font-size: 21px;
}

/*******************
Gridstack Dragable portlet
******************/
.grid-stack-item-content {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
  border-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #ffffff;
  background: #1b5b9b;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #ffffff;
  background: #1e88e5;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #ffffff;
  background: #1fcf9d;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #ffffff;
  background: #ff8291;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #ffffff;
  background: #f90746;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #263238;
  background: #f2f4f8;
}

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1fcf9d;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 27px;
  background-color: #1fcf9d;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 24px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #1fcf9d;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/*******************
Date paginator page
******************/
.dp-selected[style] {
  background-color: #009efb !important;
}

.datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a, .datepaginator .pagination li a {
  padding: 0 5px;
  height: 60px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  float: left;
  position: relative;
}

/*******************
sweet alert page
******************/
.model_img {
  cursor: pointer;
}

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d9d9d9;
  background-color: #f2f4f8;
}

/*******************
Vertical tabs
******************/
.vtabs {
  display: table;
}
.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}
.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 3px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}
.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb;
}

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #37555c;
}
.customtab2 li a.nav-link.active {
  background: #009efb;
  color: #ffffff;
}
.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #009efb;
}

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}

@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}
@keyframes myanimation {
  from {
    width: 0;
  }
}
/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #1e88e5;
  color: #ffffff;
}

.jq-icon-success {
  background-color: #1fcf9d;
  color: #ffffff;
}

.jq-icon-error {
  background-color: #f90746;
  color: #ffffff;
}

.jq-icon-warning {
  background-color: #ff8291;
  color: #ffffff;
}

.alert-rounded {
  border-radius: 60px;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f2f4f8;
}

.list-group-item.active, .list-group .list-group-item.active:hover {
  background: #009efb;
  border-color: #009efb;
}

.list-group-item.disabled {
  color: #99abb4;
  background: #f2f4f8;
}

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}

/*******************
User card page
******************/
.el-element-overlay .el-card-item .el-overlay-1 .el-mini {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 24%;
  left: 60%;
  right: 0;
  width: 35%;
  max-height: 35%;
  transform: translateY(-65%) translateZ(0);
  -webkit-transform: translateY(-65%) translateZ(0);
  -ms-transform: translateY(-65%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .el-mini > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.el-element-overlay .white-box {
  padding: 0px;
}

.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 25px;
}
.el-element-overlay .el-card-item .el-card-avatar {
  margin-bottom: 15px;
}
.el-element-overlay .el-card-item .el-card-content {
  text-align: center;
}
.el-element-overlay .el-card-item .el-card-content h3 {
  margin: 0px;
}
.el-element-overlay .el-card-item .el-card-content a {
  color: #37555c;
}
.el-element-overlay .el-card-item .el-card-content a:hover {
  color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  height: auto;
}
.el-element-overlay .el-card-item .el-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
  background: #009efb;
  border-color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay-vbc {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-vbc img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  height: auto;
}
.el-element-overlay .el-card-item .el-overlay-vbc:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  /* transform: scale(1.2) translateZ(0); */
}
.el-element-overlay .el-card-item .el-overlay-vbc:hover img.vbc {
  cursor: pointer;
}
.el-element-overlay .el-card-item .el-overlay-vbc .el-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-vbc .el-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.el-element-overlay .el-card-item .el-overlay-vbc .el-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}
.el-element-overlay .el-card-item .el-overlay-vbc .el-info > li a:hover {
  background: #009efb;
  border-color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-vbc.pinned .el-overlay, .el-element-overlay .el-card-item .el-overlay-vbc.active .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f2f4f8;
}

.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(100, 110, 120, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(100, 110, 120, 0.2);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(100, 110, 120, 0.2);
}

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #1b5b9b;
}

.timeline-badge.success {
  background-color: #1fcf9d;
}

.timeline-badge.warning {
  background-color: #ff8291;
}

.timeline-badge.danger {
  background-color: #f90746;
}

.timeline-badge.info {
  background-color: #1e88e5;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #009efb;
}

.cd-horizontal-timeline .filling-line, .cd-horizontal-timeline .events a.selected::after {
  background: #009efb;
}

.cd-horizontal-timeline .events a.selected::after {
  border-color: #009efb;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 0;
}

.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 400;
}

.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

.dd3-handle:before {
  color: #37555c;
  top: 7px;
}

/*******************
ribbons page
******************/
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  padding: 50px 15px 15px 15px;
}

.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative;
}

.ribbon-overflow {
  overflow: hidden;
}

.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px;
}

.ribbon-content {
  margin-bottom: 0px;
}

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #ffffff;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 15px solid #263238;
  border-right: 10px solid transparent;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #263238;
  border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

.ribbon-vertical-r {
  left: auto;
  right: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #263238;
  border-bottom: 10px solid transparent;
}

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-badge.ribbon-right.ribbon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px;
}

.ribbon-corner i {
  position: relative;
}

.ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 30px solid transparent;
  border-top-color: #009efb;
  border-left-color: #009efb;
}

.ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}

.ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0;
}

.ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}

.ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px;
}

.ribbon-custom {
  background: #009efb;
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #009efb;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #009efb;
  border-bottom-color: transparent;
}

.ribbon-primary {
  background: #1b5b9b;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #1b5b9b;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #1b5b9b;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #1b5b9b;
  border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
  border-top-color: #1b5b9b;
  border-left-color: #1b5b9b;
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #1b5b9b;
  border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1b5b9b;
}

.ribbon-success {
  background: #1fcf9d;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #1fcf9d;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #1fcf9d;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #1fcf9d;
  border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
  border-top-color: #1fcf9d;
  border-left-color: #1fcf9d;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #1fcf9d;
  border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1fcf9d;
}

.ribbon-info {
  background: #1e88e5;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #1e88e5;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #1e88e5;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #1e88e5;
  border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
  border-top-color: #1e88e5;
  border-left-color: #1e88e5;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #1e88e5;
  border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1e88e5;
}

.ribbon-warning {
  background: #ff8291;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ff8291;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ff8291;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #ff8291;
  border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
  border-top-color: #ff8291;
  border-left-color: #ff8291;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ff8291;
  border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ff8291;
}

.ribbon-danger {
  background: #f90746;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #f90746;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #f90746;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #f90746;
  border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
  border-top-color: #f90746;
  border-left-color: #f90746;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #f90746;
  border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f90746;
}

.ribbon-default {
  background: #263238;
}

.ribbon-bookmark.ribbon-default:before {
  border-color: #263238;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #263238;
  border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #263238;
  border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
  border-top-color: #263238;
  border-left-color: #263238;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #263238;
  border-left-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #263238;
}

/*******************
session ideal timeout page
******************/
#idletimeout {
  background: #009efb;
  border: 3px solid #009efb;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}

#idletimeout a {
  color: #ffffff;
  font-weight: bold;
}

#idletimeout span {
  font-weight: bold;
}

/*******************
Stylish tooltip
******************/
.mytooltip:hover .tooltip-content2 i, .mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-text2, .mytooltip:hover .tooltip-content4 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mytooltip {
  display: inline;
  position: relative;
  z-index: 9999;
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
  color: #ffffff;
  transform: translate3d(0, -0.5em, 0);
}
.mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.mytooltip:hover .tooltip-text3 {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-inner2 {
  transition-delay: 0.3s;
  transform: translate3d(0, 0, 0);
}

.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}

.tooltip-item::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}

.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% 106%;
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

.tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #ffffff;
}

.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #009efb;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}
.tooltip-content2 i {
  opacity: 0;
}

.tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0);
}

.tooltip-content2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(../../assets/images/tooltip/tooltip1.svg) no-repeat center center;
  background-size: 100%;
}

.tooltip-content3 {
  position: absolute;
  background: url(../../assets/images/tooltip/shape1.svg) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

.tooltip-content3::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00aeef;
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

.tooltip-item2 {
  color: #00aeef;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #00aeef;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #ffffff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-content4 a {
  color: #2b2b2b;
}

.tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  transition: opacity 0.3s 0.3s;
}
.tooltip-content5 span {
  display: block;
}

.tooltip-text3 {
  border-bottom: 10px solid #009efb;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s 0.3s;
}

.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s;
}

.tooltip-content5::after {
  content: "";
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #009efb;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  color: #ffffff;
}

.tooltip-effect-2 .tooltip-content {
  transform-origin: 50% 110%;
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

a.mytooltip {
  font-weight: 500;
  color: #009efb;
}

.tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 i {
  transform: translate3d(0, 15px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 i {
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.3s, transform 0.3s;
}

/*******************
Error Page
******************/
.error-box {
  height: 100%;
  position: fixed;
  background: url(../images/background/error-bg.jpg) no-repeat center center #fff;
  width: 100%;
}
.error-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

.error-body {
  padding-top: 5%;
}
.error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
}

/*******************
google map Page
******************/
.gmaps, .gmaps-panaroma {
  height: 300px;
}

.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #f2f4f8;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #1b5b9b;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #1b5b9b;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #1b5b9b;
}

/*******************
vector map Page
******************/
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/*******************
Seach listing Page
******************/
.search-listing {
  padding: 0px;
  margin: 0px;
}
.search-listing li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.search-listing li h3 {
  margin: 0px;
  font-size: 18px;
}
.search-listing li h3 a {
  color: #1e88e5;
}
.search-listing li h3 a:hover {
  text-decoration: underline;
}
.search-listing li a {
  color: #1fcf9d;
}

/*******************
Login register and recover password Page
******************/
@media (max-width: 767px) {
    .login-register, .login-syncbg {
        background-size: cover;
    }
}
@media (min-width: 768px) {
    .login-register, .login-syncbg {
        background-size: contain;
    }
}


.login-register {
  background-repeat: no-repeat;
  /*background-position: center center;*/
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed;
  top: 0;
  left: 0;
}

.login-box {
  width: 70%;
  margin: 0 auto;
}
.login-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}
.login-box .social {
  display: block;
  margin-bottom: 30px;
}

#recoverform {
  display: none;
}

.login-sidebar {
  padding: 0px;
  margin-top: 0px;
}
.login-sidebar .login-box {
  right: 0px;
  position: absolute;
  height: 100%;
}


/*******************
Pricing Page
******************/
.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.featured-plan {
  margin-top: 0px;
}
.featured-plan .pricing-body {
  padding: 30px 0;
  background: #f4f4f4;
  border-radius: 8px;
}
.featured-plan .price-table-content .price-row {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-body {
  border-radius: 0px;
  vertical-align: middle;
  padding: 30px 0;
  position: relative;
}

.pricing-body h2 {
  position: relative;
  font-size: 40px;
  margin: 10px 0 15px;
  font-weight: 500;
}
.pricing-body h2 span {
  position: absolute;
  font-size: 15px;
  top: -10px;
  margin-left: -10px;
}

.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-plan {
  padding: 0 15px;
}
.pricing-plan .no-padding {
  padding: 0px;
}

.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 180px;
  left: 0px;
  right: 0px;
}

/*******************
chat application Page
******************/
.chat-main-box {
  position: relative;
  overflow: hidden;
}
.chat-main-box .chat-left-aside {
  position: relative;
  width: 250px;
  float: left;
  z-index: 9;
  top: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-left-aside .open-panel {
  display: none;
  cursor: pointer;
  position: absolute;
  left: -webkit-calc(100% - 1px);
  top: 50%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 100px 100px 0;
  line-height: 1;
  padding: 15px 8px 15px 4px;
}
.chat-main-box .chat-left-aside .chat-left-inner {
  position: relative;
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
  height: 60px;
  padding: 15px;
  background-image: linear-gradient(#1e88e5, #1e88e5), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
  padding: 0px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
  list-style: none;
  overflow: hidden;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
  padding: 20px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #f4f4f4;
}
.chat-main-box .chat-right-aside {
  width: calc(100% - 250px);
  float: left;
}
.chat-main-box .chat-right-aside .chat-list {
  max-height: none;
  height: 100%;
  padding-top: 40px;
}
.chat-main-box .chat-right-aside .chat-list .chat-text {
  border-radius: 6px;
}
.chat-main-box .chat-right-aside .send-chat-box {
  position: relative;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
  border: none;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  resize: none;
  height: 80px;
  padding-right: 180px;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
  border-color: rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
  color: #37555c;
  margin-right: 10px;
}

/*******************
Email inbox Page
******************/
.inbox-panel .list-group .list-group-item {
  border: 0px;
  border-radius: 0px;
  border-left: 3px solid transparent;
}
.inbox-panel .list-group .list-group-item a {
  color: #37555c;
}
.inbox-panel .list-group .list-group-item.active, .inbox-panel .list-group .list-group-item:hover {
  background: #f2f4f8;
  border-left: 3px solid #009efb;
}
.inbox-center .unread td {
  font-weight: 400;
}
.inbox-center td {
  vertical-align: middle;
  white-space: nowrap;
}
.inbox-center a {
  color: #37555c;
  padding: 2px 0 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.inbox-center .checkbox {
  margin-top: -13px;
  height: 20px;
}

/*******************
Contact app Page
******************/
/*left-aside-column*/
.contact-page-aside {
  position: relative;
}

.left-aside {
  position: absolute;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px;
  width: 250px;
  height: 100%;
}

.right-aside {
  padding: 20px;
  margin-left: 250px;
}

.contact-list td {
  vertical-align: middle;
  padding: 25px 10px;
}
.contact-list td img {
  width: 30px;
}

.list-style-none {
  margin: 0px;
  padding: 0px;
}
.list-style-none li {
  list-style: none;
  margin: 0px;
}
.list-style-none li.box-label a {
  font-weight: 500;
}
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}
.list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #37555c;
}
.list-style-none li a:hover {
  color: #009efb;
}
.list-style-none li a span {
  float: right;
}

.slimScrollBar {
  z-index: 10 !important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/*Documentation page*/
.plugin-details {
  display: none;
}

.plugin-details-active {
  display: block;
}

/*******************
form material page
******************/
.form-control-line .form-control {
  box-shadow: none;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 70px;
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.fix-sidebar .left-sidebar {
  position: fixed;
}

/*******************
use profile section
******************/
.user-profile {
  position: relative;
  background-size: cover;
}
.user-profile .profile-img {
  width: 50px;
  margin-left: 16px;
  padding: 35px 0;
  border-radius: 100%;
}
.user-profile .profile-img::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 35px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}
@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
}
.user-profile .profile-img img {
  width: 100%;
  border-radius: 100%;
}
.user-profile .profile-text {
  padding: 5px 0px;
  position: relative;
}
.user-profile .profile-text > a {
  color: #ffffff !important;
  width: 100%;
  padding: 6px 30px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.user-profile .profile-text > a:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
.user-profile .dropdown-menu {
  left: 0px;
  right: 0px;
  width: 180px;
  margin: 0 auto;
}

/*******************
sidebar footer
******************/
.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  transition: 0.2s ease-out;
  width: 240px;
  background: #fff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.sidebar-footer a {
  padding: 15px;
  width: 33.333337%;
  float: left;
  text-align: center;
  font-size: 18px;
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
  padding-bottom: 60px;
}

.collapse.in {
  display: block;
}

.sidebar-nav {
  background: #fff;
  padding: 5px; /*was 15 CH*/
}
.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}
.sidebar-nav ul li {
  list-style: none;
}
.sidebar-nav ul li a {
  color: #607d8b;
  padding: 8px 35px 8px 15px;
  display: block;
  font-size: 15px;
  border-radius: 4px;
  white-space: nowrap;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #26c6da;
}
.sidebar-nav ul li a.active {
  font-weight: 500;
  color: #263238;
}
.sidebar-nav ul li ul {
  padding-left: 5px;
  padding-top: 10px;
}
.sidebar-nav ul li ul li a {
  padding: 10px 35px 10px 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: 20px 0;
}
.sidebar-nav > ul > li {
  margin-bottom: 10px;
}
.sidebar-nav > ul > li.active > a {
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sidebar-nav > ul > li.active > a i {
  color: #26c6da;
}
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #26c6da;
}
.sidebar-nav > ul > li > a i {
  width: 27px;
  height: 27px;
  font-size: 21px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #99abb4;
}
.sidebar-nav > ul > li > a .label {
  float: right;
  margin-top: 6px;
}
.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #242933;
  color: #26c6da;
}

.sidebar-nav .has-arrow {
  position: relative;
}
.sidebar-nav .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #607d8b;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -ms-transform: rotate(-45deg) translate(0, -50%);
  -o-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 47%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.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: 0.58em;
  transform: rotate(-135deg) translate(0, -50%);
}

/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 992px) { /*768*/
  .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    position: absolute;
    /*left: 60px;*/
    left: 0px;
    top: 45px;
    width: 200px;
    z-index: 1001;
    background: #f2f6f8;
    display: none;
    padding-left: 1px;
  }
  .mini-sidebar .sidebar-nav {
    padding: 5px;
  }
  .mini-sidebar.fix-sidebar .left-sidebar {
    position: absolute;
  }
  .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 {
    display: none;
    /*width: 60px;*/
  }
  .mini-sidebar .user-profile {
    padding-bottom: 15px;
    width: 60px;
    margin-bottom: 7px;
  }
  .mini-sidebar .user-profile .profile-img {
    padding: 15px 0 0 0;
    margin: 0px 0 0 6px;
  }
  .mini-sidebar .user-profile .profile-img:before {
    top: 15px;
  }
  .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 {
    display: none;
  }
  .mini-sidebar .nav-devider {
    width: 50px;
  }
  .mini-sidebar .sidebar-nav {
    background: transparent;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li > a {
    padding: 9px 15px;
    width: 50px;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    width: 260px;
    background: #26c6da;
    color: #ffffff;
    border-color: #009efb;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
    color: #ffffff;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
    display: inline;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li.active > a {
    border-color: transparent;
  }
  .mini-sidebar .sidebar-nav #sidebarnav > li.active > a.active {
    border-color: #009efb;
  }
}
@media (max-width: 991px) { /*767*/
  .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;
  }
}
form {
  max-width: 2070px;
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 60px;
}

#navbar_container {
  border-bottom: 1px solid #1050a0;
}

#menubar_top {
  padding: 0rem 1rem;
  border-top: 1px solid #2565a5;
  display: none;
}

#menubar_top a.nav-link.selected {
  border-bottom: 3px solid #eee;
  font-weight: normal !important;
  background-color: #3575b5;
}

#menubar_top a.nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  white-space: nowrap;
}

#menubar_top li.subactive {
  background-color: #efefef;
}

#menubar_top li.dropdown-item:hover {
  background-color: #dfdfdf;
}

#menubar_top a.nav-link.active {
  font-weight: 300;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "";
  float: right;
  border: none;
  font-family: "FontAwesome";
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

@media (min-width: 1280px) {
  body {
    overflow-x: unset;
  }
  form {
    overflow: unset;
  }
}
@media (min-width: 992px) {
  body.mini-sidebar #menubar_top {
    display: block;
  }
}
@media (max-width: 991px) {
  #menubar_top {
    display: none;
  }
}
.report-param-container {
  display: inline-block; /*width:207px;*/
  margin-right: 4px;
  vertical-align: top;
  white-space: nowrap;
}

.report-param-newline-div {
  margin-top: -20px;
}

div.report-param > .select2-container > .select2-choice {
  padding-left: 0 !important;
  border: none !important;
  height: 24px;
  line-height: 26px;
  margin-right: -10px;
  min-width: 300px;
}

div.select2-container {
  white-space: nowrap;
  display: inline-block;
}

.report-param {
  vertical-align: top;
  white-space: nowrap;
}

.form-control-borderless .form-control,
.form-control-borderless .input-group-addon,
.form-control-borderless,
.form-control-borderless:focus {
  border: transparent !important;
}

.form-control.input-condensed {
  padding: 1px 6px !important;
  min-height: 30px;
}

ul.nav-tabs.rolodex > li > a.nav-link {
  padding: 0.4rem 0.6rem !important;
}

@media screen {
  .noscreen {
    display: none;
  }
}
.card-header-tabs {
  border-bottom: 1px solid #dee2e6;
}

ul.card-header-tabs {
  padding-left: 5px;
}

.card-body > span {
  display: block;
}

.color-table > thead > tr > th > a {
  color: unset;
}

.color-table > thead > tr > th > nobr > a {
  color: unset;
}

.table-v2 {
  border-spacing: 0 5px !important;
  border-collapse: separate !important;
}

.table-v2 thead {
  border-spacing: 0 0px !important;
  border-collapse: collapse !important;
}

.table-v2 .DataRow {
  background: #fff;
  background-color: #f2f3f4 !important;
}

table.table-v2 tbody tr td {
  border-top: 1px solid #e2e2e4;
  border-bottom: 1px solid #e2e2e4;
}

table.table-v2 tbody tr td:first-child {
  border-left: 1px solid #e2e2e4 !important;
}

table.table-v2 tbody tr td:last-child {
  border-right: 1px solid #e2e2e4 !important;
}

.table-function-bar ~ table.table-v2 {
  margin-top: -5px !important;
}

/* for updateprogress overlays */
.fulloverlay {
  position: fixed;
  background-color: black;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9998;
}

.fulloverlay2 {
  z-index: 9999;
  -webkit-animation: progressfadein 0.2s linear forwards;
  animation: progressfadein 0.2s linear forwards;
  height: 73px !important;
}

.grayscaleimg {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
  transition: opacity 0.2s linear;
}

.grayscaleimg.hovertocolor:hover {
  filter: unset;
  -webkit-filter: unset;
  opacity: 0.85;
}

@-webkit-keyframes progressfadeinout {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes progressfadeinout {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.35;
  }
}
@-webkit-keyframes progressfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.35;
  }
}
@keyframes progressfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.35;
  }
}
TR.SubRow {
  padding: 0 !important;
}

tr.SubRow > td {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
  border-top: 0 !important;
}

td.open-item {
  background-color: #eef5f9;
}

tr.open-row {
  background-color: #eef5f9;
}

td.open-item-content > .card {
  margin-bottom: unset;
}

div.report-params {
  margin-bottom: 3px;
}

.smaller, .smaller-9 {
  font-size: 0.9em;
}

.smaller-8 {
  font-size: 0.8em;
}

.smaller-7, .wee {
  font-size: 0.7em;
}

.weewee {
  font-size: 0.6em;
}

.larger, .larger-1-2 {
  font-size: 1.2em;
}

.larger-1-3 {
  font-size: 1.3em;
}

.larger-1-4 {
  font-size: 1.4em;
}

.select2-results {
  max-height: 300px !important;
}

.hidden {
  visibility: hidden;
}

.customtab {
  border-bottom: 0px #fff !important;
}

.customtab.tight li a.nav-link {
  padding: 0.5rem 0.95rem;
}

.customtab.extra-tight li a.nav-link {
  padding: 0.5rem 0.55rem;
}

.customtab.extra-tight-w li a.nav-link {
  padding: 0.4rem 0.55rem;
}

.customtab.tight.wee li a.nav-link {
  padding: 0.36rem 0.7rem;
}

.customtab.tight2 li a.nav-link {
  padding: 0.36rem 0.7rem !important;
  line-height: 1.35 !important;
}

.card-body.tight {
  padding: 0.75rem;
}

.btn-tight {
  padding: 0.1rem 0.19rem;
  margin-left: 0;
  margin-right: 0;
}

/* filter bar */
.btn.btn-sm.dropdown-toggle.bs-placeholder.btn-default {
  border: 1px solid #bbb;
  border-radius: 3px;
}

b, .bold {
  font-weight: 700 !important;
}

strong, .strong {
  font-weight: 500 !important;
}

.text-clearall {
  font-size: unset;
  color: unset;
  font-weight: unset;
}

.text-larger {
  font-size: 1.2em;
}

.text-larger-1-5 {
  font-size: 1.5em;
}

.text-larger-1-8 {
  font-size: 1.8em;
}

.text-larger-2-0 {
  font-size: 2em;
}

.vcenter {
  vertical-align: middle !important;
}

.text-black {
  color: #000;
}
.py-26 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.py-05, pb-05 {
  padding-bottom: 0.125rem !important;
}

.py-05, pt-05 {
  padding-top: 0.125rem !important;
}

/* ===== Loader Balls ===== */
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

.hover-fade:hover {
  visibility: visible;
  opacity: 1;
}

.hover-fade {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.hover-fade-big:hover {
  visibility: visible;
  opacity: 1;
}

.hover-fade-big {
  opacity: 0.2;
  transition: opacity 0.3s linear;
}

.tabclick.tabclick-wired, .cursor-pointer {
  cursor: pointer;
}

.img-compcard {
  min-height: 120px;
}

.color-table th.success-table {
  background-color: #27ae60;
  color: #ffffff;
}

.color-table th.info-table {
  background-color: #1e88e5;
  color: #ffffff;
}

.color-table th.warning-table {
  background-color: #ffb22b;
  color: #ffffff;
}

.color-table th.danger-table {
  background-color: #fc4b6c;
  color: #ffffff;
}

.color-table th.inverse-table {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-table th.dark-table {
  background-color: #263238;
  color: #ffffff;
}

.color-table th.red-table {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-table th.purple-table {
  background-color: #7460ee;
  color: #ffffff;
}

.color-table th.muted-table {
  background-color: #99abb4;
  color: #ffffff;
}

.single-space {
  line-height: 1;
}

/* dRibbons */
.dribbon-box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #eee;
  float: left;
  margin: 20px;
}

.dribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

.dribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}

.dribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.dribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.red-dribbon span {
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.red-dribbon span::before {
  border-left-color: #8F0808;
  border-top-color: #8F0808;
}

.red-dribbon span::after {
  border-right-color: #8F0808;
  border-top-color: #8F0808;
}

.blue-dribbon span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue-dribbon span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}

.blue-dribbon span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.color-brown {
  color: #9f7f2f;
}

.mb-1px {
  margin-bottom: 1px;
}

.my-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.timeline > li.timeline-inverted > .opposite-panel {
  float: left;
  width: 46%;
}

.timeline > li > .opposite-panel {
  float: right;
  width: 46%;
}

.bg-light-outline-warning {
  border: 2px dashed #fbf4cc;
}

.bg-light-outline-info {
  border: 2px dashed #cfecfe;
}

.bg-light-outline-inverse {
  border: 2px dashed #f6f6f6;
}

.bg-light-outline {
  border: 1px dashed #ff8291;
}

body.mini-sidebar .navbar-header img.light-logo-compact {
  width: 50px;
  height: 50px;
}

body.mini-sidebar .user-screen {
  display: none !important;
}

body.mini-sidebar .user-profile {
  height: 96px !important;
}

li.tabdrop {
  order: 2;
  margin-left: auto;
}

li.dropdown.tabdrop {
  padding-top: 9px;
  margin-right: 10px;
  padding-left: 0;
}

li.dropdown.tabdrop > a {
  padding-left: 5px;
  padding-right: 5px;
}

.timeline > li > .timeline-panel-noninverted {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(100, 110, 120, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel-noninverted:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline > li > .timeline-panel-noninverted:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}

.ribbon {
  z-index: 1;
}

i.mdi.y {
  color: #f5bf03 !important;
}

i.mdi.g {
  color: #1FCF9D !important;
}

.thumb {
  width: 100% !important;
  height: 100% !important;
  background-position: center center !important;
  background-size: cover !important;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 15px 25px 15px;
  }
  .page-titles {
    padding-left: 10px;
    padding-right: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 850px) {
  .container-fluid {
    padding: 0 0px 25px 0px;
  }
  .dlr-name-maxwidth {
    max-width: 200px;
    width: 200px;
  }
  ul.similar-tab {
    margin-left: -15px;
    margin-right: -20px;
  }
  #page-content {
    margin-left: 0 !important; /*  -25px !important;*/
    margin-right: 0 !important; /*  -25px !important;*/
    margin-top: -12px !important;
  }
  .page-titles {
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .customtab.tight li a.nav-link {
    padding: 0.5rem 0.55rem !important;
  }
}
@media (max-width: 575px) {
  .dlr-name-maxwidth {
    max-width: 150px;
    width: 150px;
  }
  .page-titles {
    padding-left: 0;
  }
  img.light-logo {
    display: none !important;
  }
  img.light-logo-compact {
    display: inline-block !important;
  }
  .top-navbar .navbar-header {
    width: 60px !important;
  }
  .hoke-sidebar {
    display: none;
  }
}
.page-subtitles {
  margin-top: 0px !important;
  height: 34px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #263238 !important;
  font-weight: 600 !important;
}

.card-whiteborder {
  border-color: #ffffff !important;
  border-radius: 4px !important;
}

.card-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.card .removeborder {
  border: none !important;
  box-shadow: none !important;
}

a.something {
  position: relative;
  padding: 3px 5px;
  font: bold 36px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.header-stats .stat {
  position: relative;
}

span.circle-badge {
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 3px 7px 3px 7px;
  border: 0px solid white;
  border-radius: 100px;
  background: -webkit-linear-gradient(top, #f74c3c 0%, #ff0000 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0px rgba(255, 255, 255, 0.11) inset;
  -webkit-background-clip: padding-box;
  font: bold 14px/15px "Helvetica Neue", sans-serif;
  color: white;
  text-decoration: none;
}

.badge-inverse {
  background-color: #fff !important;
  color: #222;
}

.badge-dark {
  background-color: #222 !important;
  color: #fff;
}

.dropdown-menu li a span.mdi {
  line-height: 1;
  margin-top: 2px !important;
}

.btn-table {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}

.filter-bar-filter-container-div {
  margin-bottom: 4px;
}

.filter-bar-filter-container-div .popover-title {
  margin: 4px 7px;
}

.bs-actionsbox button {
  line-height: 1 !important;
  font-size: 0.75em !important;
}

.veh-image { /*	border:1px solid #e7e7e7;*/ }

ul.nav-tabs.wee li {
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
  height: 42px;
}

.active-ind {
  border-bottom: 2px solid #1e88e5;
}

.show-if-0 {
  display: none;
}

.hide-if-1 {
  display: none;
}

blockquote {
  border-left-width: 3px;
}

blockquote {
  margin: 20px 0;
  padding: 30px 60px 30px 20px;
  position: relative;
  width: 100%;
  border-color: #eaedf1;
}

blockquote:before {
  display: block;
  content: "“";
  font-family: serif;
  font-size: 96px;
  position: absolute;
  right: 10px;
  top: -30px;
  color: #eaedf1;
}

blockquote.pull-right:before {
  left: 10px;
  right: auto;
}

small {
  font-weight: 300;
}

.full-width {
  width: 100%;
}

.inv-checklist-icon {
  width: 28px;
  font-size: 1.25em;
  vertical-align: middle;
}

.price-grid-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 8px;
  background: rgba(0, 0, 0, 0.8);
}

.flip-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hide-until-hover {
  cursor: pointer;
}

.hide-until-hover a.hide-until-hover-child {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.hide-until-hover:hover > div.hide-until-hover-child, .hide-until-hover:hover > a.hide-until-hover-child {
  visibility: visible;
  opacity: 1;
}

.hide-until-hover > div.hide-until-hover-child {
  visibility: hidden;
  opacity: 0.1;
  transition: opacity 0.3s linear;
}

.inventory-mega-columns { /*@media (min-width: 980px) { column-count: 3; }*/ }
@media (min-width: 1200px) {
  .inventory-mega-columns {
    column-count: 4;
  }
}
@media (min-width: 1450px) {
  .inventory-mega-columns {
    column-count: 5;
  }
}
@media (min-width: 1650px) {
  .inventory-mega-columns {
    column-count: 6;
  }
}

@media (min-width: 980px) {
  .vv-mega-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .vv-mega-columns {
    column-count: 4;
  }
}
@media (min-width: 1450px) {
  .vv-mega-columns {
    column-count: 5;
  }
}
@media (min-width: 1650px) {
  .vv-mega-columns {
    column-count: 6;
  }
}

.shine {
  background: #efefef;
  background-image: linear-gradient(to right, #efefef 0%, #e4e4e4 20%, #efefef 40%, #efefef 100%);
  background-repeat: no-repeat;
  background-size: 500px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

div.skele {
  display: inline-flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  vertical-align: top;
}

lines {
  height: 9px;
  margin-top: 7px;
  width: 92%;
}

lines:nth-child(1) {
  width: 80%;
}

lines:nth-child(2) {
  width: 97%;
}

lines:nth-child(3) {
  width: 90%;
}

lines:nth-child(4) {
  width: 93%;
}

.modal-vincue {
  margin-left: 1.5%;
  max-width: 98% !important;
  max-height: 95% !important;
  width: 98% !important;
  height: 95% !important;
}

.modal-vincue > .modal-content {
  min-height: 87%;
}

.modal-vincue > .modal-content > .modal-header {
  border-bottom: none !important;
  height: 0px !important;
  padding: 0 !important;
}

.modal-vincue-small {
  max-width: 63% !important;
  max-height: 60% !important;
  width: 63% !important;
  height: 60% !important;
}

.modal-vincue-skele:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 60%;
}

.modal-vincue-small > .modal-content {
  min-height: 57%;
}

.modal-vincue-small > .modal-content > .modal-header {
  border-bottom: none !important;
  height: 0px !important;
  padding: 0 !important;
}

.i-like-it-on-top {
  z-index: 1000 !important;
  position: relative;
}

.modal-peek-a-boo {
  background-color: #fff;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.modal-peek-a-boo:hover .peek-a-boo-content {
  opacity: 1;
  max-height: 999px;
  max-width: 999px;
  transition: opacity 0.5s, max-height 0.5s;
}

.modal-peek-a-boo:hover .peek-open {
  opacity: 0;
  max-height: 0px;
  transition: opacity 0.5s, max-height 0.5s, max-width 0.5s;
}

.peek-a-boo-content {
  opacity: 0.01;
  max-height: 0px;
  max-width: 40px;
  transition: opacity 0.5s, max-height 0s 0.5s, max-width 0.5s;
}

.peek-open {
  opacity: 1;
  max-height: 13px;
  transition: opacity 0.5s, max-height 0s 0.5s;
  margin-bottom: 8px;
}

body.mini-sidebar li.nav-item.user-menu {
  display: block !important;
}

li.nav-item.user-menu {
  display: none;
}

.transparency-background {
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef), -webkit-linear-gradient(45deg, #efefef 25%, transparent 25%, transparent 75%, #efefef 75%, #efefef);
  background-position: 0 0, 10px 10px;
  background-size: 21px 21px;
}

.spin {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: transform;
  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;
}

.highlighted {
  background-color: #ffefc9 !important;
}

.highlighted-lightinfo {
  background-color: #cfecfe !important;
}

.inventory-tr:nth-of-type(n+3) {
  border-top: 1px solid #afbdca;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a.danger:hover {
  background-color: #f90746;
  border-color: #f90746;
}

ul.pagination-snug {
  margin-bottom: 8px;
}

ul.pagination > li.page-item {
  min-width: 30px;
  text-align: center;
}

.desc-blockquote {
  border: none;
  border-right: 5px solid #0093fb;
}

.tight {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-control::placeholder {
  color: #acb5bd;
}

.clearfix {
  display: block;
  content: "";
  clear: both;
}

.dropdown-submenu-h {
  position: relative;
}

.dropdown-submenu-h > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu-h:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu-h > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu-h:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu-h.pull-left {
  float: none;
}

.dropdown-submenu-h.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.nav-tabs.scrolling-tabs {
  height: 43px;
  overflow: hidden;
}

.page-break-indicator-bar {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 5px 5px;
}

.has-customer {
  left: -10px !important;
  font-size: 14px;
  color: red;
  top: -5px !important;
}

.whitespace-preline {
  white-space: pre-line;
}

.deal-card {
  width: 240px;
}

@media (max-width: 767.98px) {
  .scrtabs-tab-scroll-arrow {
    border: 1px solid #dddddd;
    border-top: none;
    color: #428bca;
    display: none;
    float: left;
    font-size: 18px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 10px;
    padding-top: 8px;
    width: 30px;
  }
  .fulloverlay2 {
    height: 100% !important;
  }
  .vv-subheading-titletab {
    line-height: 1em !important;
  }
  .rmv-heading {
    line-height: 1 !important;
    margin-bottom: 0 !important;
  }
  .deal-card {
    width: 320px;
  }
}
.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 177px;
  background: url(../images/bg_dashboard_screen.png) top left no-repeat;
}

.dashboard-screenshot {
  display: block;
  position: relative; /* float: left; */
  width: 220px;
  min-height: 177px;
  padding-left: 0 !important;
}

.pricing-ribbon {
  top: -12px;
}

.pricing-timeline-image-me {
  width: 38%;
  float: right;
  margin: -20px -20px 0px 5px;
  overflow: hidden;
}

.pricing-timeline-image-them {
  width: 38%;
  float: left;
  margin: -20px 5px 0px -20px;
  overflow: hidden;
}

.pricing-timeline-content-me {
  width: 62%;
  float: left;
  margin: -10px 0px 0 0px;
}

.pricing-timeline-content-me-right {
  float: right;
  width: 35%;
  margin: 30px -5px 0 0;
}

.pricing-timeline-content-me-right .price-item {
  display: inline-block;
  width: 70px;
}

.pricing-timeline-content-them {
  width: 62%;
  float: left;
  margin: -10px 0px 0 5px;
}

.text-strike {
  text-decoration: line-through;
}

.text-italic, .text-italics {
  font-style: italic !important;
}

.text-muted a.inherit-text-muted {
  color: #99abb4 !important;
}

/* this is not part of app.scss so placing here */
.text-yellow {
  color: #e5af02;
}

.vv-subheading-titletab {
  border-radius: 4px 4px 0 0 !important;
  background-color: #afafaf;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  padding: 3px 5px 0 5px;
  margin-left: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin-right: -15px;
  margin-top: -22px;
  height: 22px;
  min-width: 160px;
}

#miniParams h2 {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.my-vehicle {
  background-color: #002855;
}

.group-vehicle {
  background-color: #1eacbe;
}

.customer-vehicle {
  background-color: #028ee1;
}

.dealer-vehicle {
  background-color: #f90746;
}

.auction-vehicle {
  background-color: #ff8291;
}

tr.filter-bar td .dropdown-toggle {
  padding-right: 3px !important;
}

td.highlighted .dropdown-toggle {
  padding-right: 3px;
}

tr.filter-bar td .dropdown-toggle::after {
  content: none !important;
}

td.highlighted .dropdown-toggle::after {
  content: none;
}

div.table-function-bar {
  overflow: hidden;
  margin-top: -3px;
}

div.table-function-bar-tab, div.table-filter-notification {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.terrl-body {
  display: block !important;
  min-height: 38px !important;
  height: 38px !important;
}

.terrl-body > tbody {
  display: inline-block !important;
}

.terrl-body > tbody > tr > td {
  padding-right: 6px !important;
}

.function-bar-handle {
  background-color: #2f3d4a;
  cursor: pointer;
  color: #dfdfdf;
  float: left;
  padding: 5px 10px 0px 10px;
  font-size: 13px;
  line-height: 13px;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-left: 3px;
  margin-top: 3px;
}

@media (min-width: 1800px) {
  .function-bar-handle {
    flex-basis: 10%;
  }
}
@media (max-width: 1799px) {
  .function-bar-handle {
    flex-basis: 15%;
  }
}
@media (max-width: 1199px) {
  .function-bar-handle {
    flex-basis: 20%;
  }
}
@media (max-width: 750px) {
  .function-bar-handle {
    flex-basis: 25%;
  }
}
@media (max-width: 600px) {
  .function-bar-handle {
    flex-basis: 35%;
  }
}
@media (max-width: 480px) {
  .function-bar-handle {
    flex-basis: 40%;
  }
}
@media (min-width: 1801px) {
  .table-filter-notification-content {
    flex-basis: 8%;
  }
}
@media (max-width: 1800px) {
  .table-filter-notification-content {
    flex-basis: 12%;
  }
}
@media (max-width: 1200px) {
  .table-filter-notification-content {
    flex-basis: 15%;
  }
}
@media (max-width: 750px) {
  .table-filter-notification-content {
    flex-basis: 20%;
  }
}
@media (max-width: 500px) {
  .table-filter-notification-content {
    flex-basis: 25%;
  }
}
@media (max-width: 420px) {
  .table-filter-notification-content {
    flex-basis: 35%;
  }
}
@media (max-width: 360px) {
  .table-filter-notification-content {
    flex-basis: 40%;
  }
}
@media (max-width: 280px) {
  .table-filter-notification-content {
    flex-basis: 70%;
  }
}
.table-function-bar-content-container {
  background-color: #2f3d4a;
  border-bottom: 1px solid #4f5d6a;
  clear: left;
}

.table-function-bar-content {
  padding: 4px 6px;
  border-bottom: #1f2d3a;
}

span.bar-title {
  margin: auto;
}

div.div-export-grid {
  margin-right: 5px;
}

a.link-export-grid {
  font-weight: 400;
  border-radius: 5px;
}

i.icon-export-grid {
  font-size: larger;
  text-decoration: none;
  font-weight: normal;
}

/* 
=================================================================
Feature: Active Filter Notification Warning
=================================================================
*/
.notification-content {
  display: flex;
  flex-direction: row;
}

.notification-content > button {
  font-weight: 400;
  font-size: 75%;
  border-radius: 5px;
  padding: 1px 4px;
}

/* End of Active Filter Notification Warning. */
.faux-search-bar {
  width: 100%;
  height: 50px;
  font-size: 17px;
  line-height: 37px;
  color: #777;
}

.faux-form-control {
  padding: 0.165rem 0.55rem 0.1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: text !important;
  min-width: 70px;
  min-height: 28px;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: -2px;
  line-height: 1.4em;
}

.faux-form-control-hover {
  padding: 0.165rem 0.55rem 0.1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: text !important;
  min-width: 70px;
  min-height: 28px;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: -2px;
  line-height: 1.4em;
}

.faux-form-control-hover:hover {
  border: 1px solid #000000;
}

.faux-form-control-hover2 {
  padding: 0.25rem 0.25rem 0.15rem;
  color: #495057;
  /*background-color: #fff;*/
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: text !important;
  min-width: 70px;
  min-height: 25px;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: 0px;
  line-height: 1.1em;
}

.faux-form-control-hover2:hover {
  border: 1px solid #ced4da;
  background-color: #fff3a5;
}

.faux-textbox {
  width: 100% !important;
  height: 20px;
  padding: 1px 6px !important;
  display: block;
  min-height: 28px;
  margin: -2px !important;
  cursor: text;
}

.suggested-trim-border {
  border: 2px dashed #f90746 !important;
}

.input-xs {
  padding: 0.165rem 0.55rem 0.1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 70px;
  min-height: 28px;
  display: inline-block;
  line-height: 1.4em;
}

/*
=================================================================
(#02gps) Glyphicons PRO

Project:  GLYPHICONS
Author:   Jan Kovarik - www.glyphicons.com
Twitter:  @jankovarik
=================================================================
*/
@font-face {
  font-family: "Glyphicons Regular";
  src: url("fonts/glyphicons.pro/glyphicons-regular.eot");
  src: url("fonts/glyphicons.pro/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons.pro/glyphicons-regular.woff") format("woff"), url("fonts/glyphicons.pro/glyphicons-regular.ttf") format("truetype"), url("fonts/glyphicons.pro/glyphicons-regular.svg#glyphiconsregular") format("svg");
}
@font-face {
  font-family: "Glyphicons Halflings Regular";
  src: url("fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons.halflings.pro/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
  font-family: "Glyphicons Social Regular";
  src: url("fonts/glyphicons.social.pro/glyphicons-social-regular.eot");
  src: url("fonts/glyphicons.social.pro/glyphicons-social-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons.social.pro/glyphicons-social-regular.woff") format("woff"), url("fonts/glyphicons.social.pro/glyphicons-social-regular.ttf") format("truetype"), url("fonts/glyphicons.social.pro/glyphicons-social-regular.svg#glyphicons_socialregular") format("svg");
}
@font-face {
  font-family: "Glyphicons Filetypes Regular";
  src: url("fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot");
  src: url("fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.woff") format("woff"), url("fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.ttf") format("truetype"), url("fonts/glyphicons.filetypes.pro/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular") format("svg");
}
.fi, .glyphicon, .hi, .si {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon {
  font-family: "Glyphicons Regular";
  margin-top: -4px;
}

.hi {
  font-family: "Glyphicons Halflings Regular";
}

.si {
  font-family: "Glyphicons Social Regular";
}

.fi {
  font-family: "Glyphicons Filetypes Regular";
}

.glyphicon-white {
  color: #fff;
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-leaf:before {
  content: "\e002";
}

.glyphicon-dog:before {
  content: "\e003";
}

.glyphicon-user:before {
  content: "\e004";
}

.glyphicon-girl:before {
  content: "\e005";
}

.glyphicon-car:before {
  content: "\e006";
}

.glyphicon-user_add:before {
  content: "\e007";
}

.glyphicon-user_remove:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-magic:before {
  content: "\e010";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-camera:before {
  content: "\e011";
}

.glyphicon-heart:before {
  content: "\e013";
}

.glyphicon-beach_umbrella:before {
  content: "\e014";
}

.glyphicon-train:before {
  content: "\e015";
}

.glyphicon-print:before {
  content: "\e016";
}

.glyphicon-bin:before {
  content: "\e017";
}

.glyphicon-music:before {
  content: "\e018";
}

.glyphicon-note:before {
  content: "\e019";
}

.glyphicon-heart_empty:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-snowflake:before {
  content: "❄";
}

.glyphicon-fire:before {
  content: "\e023";
}

.glyphicon-magnet:before {
  content: "\e024";
}

.glyphicon-parents:before {
  content: "\e025";
}

.glyphicon-binoculars:before {
  content: "\e026";
}

.glyphicon-road:before {
  content: "\e027";
}

.glyphicon-search:before {
  content: "\e028";
}

.glyphicon-cars:before {
  content: "\e029";
}

.glyphicon-notes_2:before {
  content: "\e030";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-bus:before {
  content: "\e032";
}

.glyphicon-wifi_alt:before {
  content: "\e033";
}

.glyphicon-luggage:before {
  content: "\e034";
}

.glyphicon-old_man:before {
  content: "\e035";
}

.glyphicon-woman:before {
  content: "\e036";
}

.glyphicon-file:before {
  content: "\e037";
}

.glyphicon-coins:before {
  content: "\e038";
}

.glyphicon-airplane:before {
  content: "✈";
}

.glyphicon-notes:before {
  content: "\e040";
}

.glyphicon-stats:before {
  content: "\e041";
}

.glyphicon-charts:before {
  content: "\e042";
}

.glyphicon-pie_chart:before {
  content: "\e043";
}

.glyphicon-group:before {
  content: "\e044";
}

.glyphicon-keys:before {
  content: "\e045";
}

.glyphicon-calendar:before {
  content: "\e046";
}

.glyphicon-router:before {
  content: "\e047";
}

.glyphicon-camera_small:before {
  content: "\e048";
}

.glyphicon-dislikes:before {
  content: "\e049";
}

.glyphicon-star:before {
  content: "\e050";
}

.glyphicon-link:before {
  content: "\e051";
}

.glyphicon-eye_open:before {
  content: "\e052";
}

.glyphicon-eye_close:before {
  content: "\e053";
}

.glyphicon-alarm:before {
  content: "\e054";
}

.glyphicon-clock:before {
  content: "\e055";
}

.glyphicon-stopwatch:before {
  content: "\e056";
}

.glyphicon-projector:before {
  content: "\e057";
}

.glyphicon-history:before {
  content: "\e058";
}

.glyphicon-truck:before {
  content: "\e059";
}

.glyphicon-cargo:before {
  content: "\e060";
}

.glyphicon-compass:before {
  content: "\e061";
}

.glyphicon-keynote:before {
  content: "\e062";
}

.glyphicon-paperclip:before {
  content: "\e063";
}

.glyphicon-power:before {
  content: "\e064";
}

.glyphicon-lightbulb:before {
  content: "\e065";
}

.glyphicon-tag:before {
  content: "\e066";
}

.glyphicon-tags:before {
  content: "\e067";
}

.glyphicon-cleaning:before {
  content: "\e068";
}

.glyphicon-ruller:before {
  content: "\e069";
}

.glyphicon-gift:before {
  content: "\e070";
}

.glyphicon-umbrella:before {
  content: "☂";
}

.glyphicon-book:before {
  content: "\e072";
}

.glyphicon-bookmark:before {
  content: "\e073";
}

.glyphicon-wifi:before {
  content: "\e074";
}

.glyphicon-cup:before {
  content: "\e075";
}

.glyphicon-stroller:before {
  content: "\e076";
}

.glyphicon-headphones:before {
  content: "\e077";
}

.glyphicon-headset:before {
  content: "\e078";
}

.glyphicon-warning_sign:before {
  content: "\e079";
}

.glyphicon-signal:before {
  content: "\e080";
}

.glyphicon-retweet:before {
  content: "\e081";
}

.glyphicon-refresh:before {
  content: "\e082";
}

.glyphicon-roundabout:before {
  content: "\e083";
}

.glyphicon-random:before {
  content: "\e084";
}

.glyphicon-heat:before {
  content: "\e085";
}

.glyphicon-repeat:before {
  content: "\e086";
}

.glyphicon-display:before {
  content: "\e087";
}

.glyphicon-log_book:before {
  content: "\e088";
}

.glyphicon-address_book:before {
  content: "\e089";
}

.glyphicon-building:before {
  content: "\e090";
}

.glyphicon-eyedropper:before {
  content: "\e091";
}

.glyphicon-adjust:before {
  content: "\e092";
}

.glyphicon-tint:before {
  content: "\e093";
}

.glyphicon-crop:before {
  content: "\e094";
}

.glyphicon-vector_path_square:before {
  content: "\e095";
}

.glyphicon-vector_path_circle:before {
  content: "\e096";
}

.glyphicon-vector_path_polygon:before {
  content: "\e097";
}

.glyphicon-vector_path_line:before {
  content: "\e098";
}

.glyphicon-vector_path_curve:before {
  content: "\e099";
}

.glyphicon-vector_path_all:before {
  content: "\e100";
}

.glyphicon-font:before {
  content: "\e101";
}

.glyphicon-italic:before {
  content: "\e102";
}

.glyphicon-bold:before {
  content: "\e103";
}

.glyphicon-text_underline:before {
  content: "\e104";
}

.glyphicon-text_strike:before {
  content: "\e105";
}

.glyphicon-text_height:before {
  content: "\e106";
}

.glyphicon-text_width:before {
  content: "\e107";
}

.glyphicon-text_resize:before {
  content: "\e108";
}

.glyphicon-left_indent:before {
  content: "\e109";
}

.glyphicon-right_indent:before {
  content: "\e110";
}

.glyphicon-align_left:before {
  content: "\e111";
}

.glyphicon-align_center:before {
  content: "\e112";
}

.glyphicon-align_right:before {
  content: "\e113";
}

.glyphicon-justify:before {
  content: "\e114";
}

.glyphicon-list:before {
  content: "\e115";
}

.glyphicon-text_smaller:before {
  content: "\e116";
}

.glyphicon-text_bigger:before {
  content: "\e117";
}

.glyphicon-embed:before {
  content: "\e118";
}

.glyphicon-embed_close:before {
  content: "\e119";
}

.glyphicon-table:before {
  content: "\e120";
}

.glyphicon-message_full:before {
  content: "\e121";
}

.glyphicon-message_empty:before {
  content: "\e122";
}

.glyphicon-message_in:before {
  content: "\e123";
}

.glyphicon-message_out:before {
  content: "\e124";
}

.glyphicon-message_plus:before {
  content: "\e125";
}

.glyphicon-message_minus:before {
  content: "\e126";
}

.glyphicon-message_ban:before {
  content: "\e127";
}

.glyphicon-message_flag:before {
  content: "\e128";
}

.glyphicon-message_lock:before {
  content: "\e129";
}

.glyphicon-message_new:before {
  content: "\e130";
}

.glyphicon-inbox:before {
  content: "\e131";
}

.glyphicon-inbox_plus:before {
  content: "\e132";
}

.glyphicon-inbox_minus:before {
  content: "\e133";
}

.glyphicon-inbox_lock:before {
  content: "\e134";
}

.glyphicon-inbox_in:before {
  content: "\e135";
}

.glyphicon-inbox_out:before {
  content: "\e136";
}

.glyphicon-cogwheel:before {
  content: "\e137";
}

.glyphicon-cogwheels:before {
  content: "\e138";
}

.glyphicon-picture:before {
  content: "\e139";
}

.glyphicon-adjust_alt:before {
  content: "\e140";
}

.glyphicon-database_lock:before {
  content: "\e141";
}

.glyphicon-database_plus:before {
  content: "\e142";
}

.glyphicon-database_minus:before {
  content: "\e143";
}

.glyphicon-database_ban:before {
  content: "\e144";
}

.glyphicon-folder_open:before {
  content: "\e145";
}

.glyphicon-folder_plus:before {
  content: "\e146";
}

.glyphicon-folder_minus:before {
  content: "\e147";
}

.glyphicon-folder_lock:before {
  content: "\e148";
}

.glyphicon-folder_flag:before {
  content: "\e149";
}

.glyphicon-folder_new:before {
  content: "\e150";
}

.glyphicon-edit:before {
  content: "\e151";
}

.glyphicon-new_window:before {
  content: "\e152";
}

.glyphicon-check:before {
  content: "\e153";
}

.glyphicon-unchecked:before {
  content: "\e154";
}

.glyphicon-more_windows:before {
  content: "\e155";
}

.glyphicon-show_big_thumbnails:before {
  content: "\e156";
}

.glyphicon-show_thumbnails:before {
  content: "\e157";
}

.glyphicon-show_thumbnails_with_lines:before {
  content: "\e158";
}

.glyphicon-show_lines:before {
  content: "\e159";
}

.glyphicon-playlist:before {
  content: "\e160";
}

.glyphicon-imac:before {
  content: "\e161";
}

.glyphicon-macbook:before {
  content: "\e162";
}

.glyphicon-ipad:before {
  content: "\e163";
}

.glyphicon-iphone:before {
  content: "\e164";
}

.glyphicon-iphone_transfer:before {
  content: "\e165";
}

.glyphicon-iphone_exchange:before {
  content: "\e166";
}

.glyphicon-ipod:before {
  content: "\e167";
}

.glyphicon-ipod_shuffle:before {
  content: "\e168";
}

.glyphicon-ear_plugs:before {
  content: "\e169";
}

.glyphicon-record:before {
  content: "\e170";
}

.glyphicon-step_backward:before {
  content: "\e171";
}

.glyphicon-fast_backward:before {
  content: "\e172";
}

.glyphicon-rewind:before {
  content: "\e173";
}

.glyphicon-play:before {
  content: "\e174";
}

.glyphicon-pause:before {
  content: "\e175";
}

.glyphicon-stop:before {
  content: "\e176";
}

.glyphicon-forward:before {
  content: "\e177";
}

.glyphicon-fast_forward:before {
  content: "\e178";
}

.glyphicon-step_forward:before {
  content: "\e179";
}

.glyphicon-eject:before {
  content: "\e180";
}

.glyphicon-facetime_video:before {
  content: "\e181";
}

.glyphicon-download_alt:before {
  content: "\e182";
}

.glyphicon-mute:before {
  content: "\e183";
}

.glyphicon-volume_down:before {
  content: "\e184";
}

.glyphicon-volume_up:before {
  content: "\e185";
}

.glyphicon-screenshot:before {
  content: "\e186";
}

.glyphicon-move:before {
  content: "\e187";
}

.glyphicon-more:before {
  content: "\e188";
}

.glyphicon-brightness_reduce:before {
  content: "\e189";
}

.glyphicon-brightness_increase:before {
  content: "\e190";
}

.glyphicon-circle_plus:before {
  content: "\e191";
}

.glyphicon-circle_minus:before {
  content: "\e192";
}

.glyphicon-circle_remove:before {
  content: "\e193";
}

.glyphicon-circle_ok:before {
  content: "\e194";
}

.glyphicon-circle_question_mark:before {
  content: "\e195";
}

.glyphicon-circle_info:before {
  content: "\e196";
}

.glyphicon-circle_exclamation_mark:before {
  content: "\e197";
}

.glyphicon-remove:before {
  content: "\e198";
}

.glyphicon-ok:before {
  content: "\e199";
}

.glyphicon-ban:before {
  content: "\e200";
}

.glyphicon-download:before {
  content: "\e201";
}

.glyphicon-upload:before {
  content: "\e202";
}

.glyphicon-shopping_cart:before {
  content: "\e203";
}

.glyphicon-lock:before {
  content: "\e204";
}

.glyphicon-unlock:before {
  content: "\e205";
}

.glyphicon-electricity:before {
  content: "\e206";
}

.glyphicon-ok_2:before {
  content: "\e207";
}

.glyphicon-remove_2:before {
  content: "\e208";
}

.glyphicon-cart_out:before {
  content: "\e209";
}

.glyphicon-cart_in:before {
  content: "\e210";
}

.glyphicon-left_arrow:before {
  content: "\e211";
}

.glyphicon-right_arrow:before {
  content: "\e212";
}

.glyphicon-down_arrow:before {
  content: "\e213";
}

.glyphicon-up_arrow:before {
  content: "\e214";
}

.glyphicon-resize_small:before {
  content: "\e215";
}

.glyphicon-resize_full:before {
  content: "\e216";
}

.glyphicon-circle_arrow_left:before {
  content: "\e217";
}

.glyphicon-circle_arrow_right:before {
  content: "\e218";
}

.glyphicon-circle_arrow_top:before {
  content: "\e219";
}

.glyphicon-circle_arrow_down:before {
  content: "\e220";
}

.glyphicon-play_button:before {
  content: "\e221";
}

.glyphicon-unshare:before {
  content: "\e222";
}

.glyphicon-share:before {
  content: "\e223";
}

.glyphicon-chevron-right:before {
  content: "\e224";
}

.glyphicon-chevron-left:before {
  content: "\e225";
}

.glyphicon-bluetooth:before {
  content: "\e226";
}

.glyphicon-euro:before {
  content: "€";
}

.glyphicon-usd:before {
  content: "\e228";
}

.glyphicon-gbp:before {
  content: "\e229";
}

.glyphicon-retweet_2:before {
  content: "\e230";
}

.glyphicon-moon:before {
  content: "\e231";
}

.glyphicon-sun:before {
  content: "☉";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-direction:before {
  content: "\e234";
}

.glyphicon-brush:before {
  content: "\e235";
}

.glyphicon-pen:before {
  content: "\e236";
}

.glyphicon-zoom_in:before {
  content: "\e237";
}

.glyphicon-zoom_out:before {
  content: "\e238";
}

.glyphicon-pin:before {
  content: "\e239";
}

.glyphicon-albums:before {
  content: "\e240";
}

.glyphicon-rotation_lock:before {
  content: "\e241";
}

.glyphicon-flash:before {
  content: "\e242";
}

.glyphicon-google_maps:before {
  content: "\e243";
}

.glyphicon-anchor:before {
  content: "⚓";
}

.glyphicon-conversation:before {
  content: "\e245";
}

.glyphicon-chat:before {
  content: "\e246";
}

.glyphicon-male:before {
  content: "\e247";
}

.glyphicon-female:before {
  content: "\e248";
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-divide:before {
  content: "÷";
}

.glyphicon-snorkel_diving:before {
  content: "\e251";
}

.glyphicon-scuba_diving:before {
  content: "\e252";
}

.glyphicon-oxygen_bottle:before {
  content: "\e253";
}

.glyphicon-fins:before {
  content: "\e254";
}

.glyphicon-fishes:before {
  content: "\e255";
}

.glyphicon-boat:before {
  content: "\e256";
}

.glyphicon-delete:before {
  content: "\e257";
}

.glyphicon-sheriffs_star:before {
  content: "\e258";
}

.glyphicon-qrcode:before {
  content: "\e259";
}

.glyphicon-barcode:before {
  content: "\e260";
}

.glyphicon-pool:before {
  content: "\e261";
}

.glyphicon-buoy:before {
  content: "\e262";
}

.glyphicon-spade:before {
  content: "\e263";
}

.glyphicon-bank:before {
  content: "\e264";
}

.glyphicon-vcard:before {
  content: "\e265";
}

.glyphicon-electrical_plug:before {
  content: "\e266";
}

.glyphicon-flag:before {
  content: "\e267";
}

.glyphicon-credit_card:before {
  content: "\e268";
}

.glyphicon-keyboard-wireless:before {
  content: "\e269";
}

.glyphicon-keyboard-wired:before {
  content: "\e270";
}

.glyphicon-shield:before {
  content: "\e271";
}

.glyphicon-ring:before {
  content: "˚";
}

.glyphicon-cake:before {
  content: "\e273";
}

.glyphicon-drink:before {
  content: "\e274";
}

.glyphicon-beer:before {
  content: "\e275";
}

.glyphicon-fast_food:before {
  content: "\e276";
}

.glyphicon-cutlery:before {
  content: "\e277";
}

.glyphicon-pizza:before {
  content: "\e278";
}

.glyphicon-birthday_cake:before {
  content: "\e279";
}

.glyphicon-tablet:before {
  content: "\e280";
}

.glyphicon-settings:before {
  content: "\e281";
}

.glyphicon-bullets:before {
  content: "\e282";
}

.glyphicon-cardio:before {
  content: "\e283";
}

.glyphicon-t-shirt:before {
  content: "\e284";
}

.glyphicon-pants:before {
  content: "\e285";
}

.glyphicon-sweater:before {
  content: "\e286";
}

.glyphicon-fabric:before {
  content: "\e287";
}

.glyphicon-leather:before {
  content: "\e288";
}

.glyphicon-scissors:before {
  content: "\e289";
}

.glyphicon-bomb:before {
  content: "\e290";
}

.glyphicon-skull:before {
  content: "\e291";
}

.glyphicon-celebration:before {
  content: "\e292";
}

.glyphicon-tea_kettle:before {
  content: "\e293";
}

.glyphicon-french_press:before {
  content: "\e294";
}

.glyphicon-coffee_cup:before {
  content: "\e295";
}

.glyphicon-pot:before {
  content: "\e296";
}

.glyphicon-grater:before {
  content: "\e297";
}

.glyphicon-kettle:before {
  content: "\e298";
}

.glyphicon-hospital:before {
  content: "\e299";
}

.glyphicon-hospital_h:before {
  content: "\e300";
}

.glyphicon-microphone:before {
  content: "\e301";
}

.glyphicon-webcam:before {
  content: "\e302";
}

.glyphicon-temple_christianity_church:before {
  content: "\e303";
}

.glyphicon-temple_islam:before {
  content: "\e304";
}

.glyphicon-temple_hindu:before {
  content: "\e305";
}

.glyphicon-temple_buddhist:before {
  content: "\e306";
}

.glyphicon-bicycle:before {
  content: "\e307";
}

.glyphicon-life_preserver:before {
  content: "\e308";
}

.glyphicon-share_alt:before {
  content: "\e309";
}

.glyphicon-comments:before {
  content: "\e310";
}

.glyphicon-flower:before {
  content: "⚘";
}

.glyphicon-baseball:before {
  content: "⚾";
}

.glyphicon-rugby:before {
  content: "\e313";
}

.glyphicon-ax:before {
  content: "\e314";
}

.glyphicon-table_tennis:before {
  content: "\e315";
}

.glyphicon-bowling:before {
  content: "\e316";
}

.glyphicon-tree_conifer:before {
  content: "\e317";
}

.glyphicon-tree_deciduous:before {
  content: "\e318";
}

.glyphicon-more_items:before {
  content: "\e319";
}

.glyphicon-sort:before {
  content: "\e320";
}

.glyphicon-filter:before {
  content: "\e321";
}

.glyphicon-gamepad:before {
  content: "\e322";
}

.glyphicon-playing_dices:before {
  content: "\e323";
}

.glyphicon-calculator:before {
  content: "\e324";
}

.glyphicon-tie:before {
  content: "\e325";
}

.glyphicon-wallet:before {
  content: "\e326";
}

.glyphicon-piano:before {
  content: "\e327";
}

.glyphicon-sampler:before {
  content: "\e328";
}

.glyphicon-podium:before {
  content: "\e329";
}

.glyphicon-soccer_ball:before {
  content: "\e330";
}

.glyphicon-blog:before {
  content: "\e331";
}

.glyphicon-dashboard:before {
  content: "\e332";
}

.glyphicon-certificate:before {
  content: "\e333";
}

.glyphicon-bell:before {
  content: "\e334";
}

.glyphicon-candle:before {
  content: "\e335";
}

.glyphicon-pushpin:before {
  content: "\e336";
}

.glyphicon-iphone_shake:before {
  content: "\e337";
}

.glyphicon-pin_flag:before {
  content: "\e338";
}

.glyphicon-turtle:before {
  content: "\e339";
}

.glyphicon-rabbit:before {
  content: "\e340";
}

.glyphicon-globe:before {
  content: "\e341";
}

.glyphicon-briefcase:before {
  content: "\e342";
}

.glyphicon-hdd:before {
  content: "\e343";
}

.glyphicon-thumbs_up:before {
  content: "\e344";
}

.glyphicon-thumbs_down:before {
  content: "\e345";
}

.glyphicon-hand_right:before {
  content: "\e346";
}

.glyphicon-hand_left:before {
  content: "\e347";
}

.glyphicon-hand_up:before {
  content: "\e348";
}

.glyphicon-hand_down:before {
  content: "\e349";
}

.glyphicon-fullscreen:before {
  content: "\e350";
}

.glyphicon-shopping_bag:before {
  content: "\e351";
}

.glyphicon-book_open:before {
  content: "\e352";
}

.glyphicon-nameplate:before {
  content: "\e353";
}

.glyphicon-nameplate_alt:before {
  content: "\e354";
}

.glyphicon-vases:before {
  content: "\e355";
}

.glyphicon-bullhorn:before {
  content: "\e356";
}

.glyphicon-dumbbell:before {
  content: "\e357";
}

.glyphicon-suitcase:before {
  content: "\e358";
}

.glyphicon-file_import:before {
  content: "\e359";
}

.glyphicon-file_export:before {
  content: "\e360";
}

.glyphicon-bug:before {
  content: "\e361";
}

.glyphicon-crown:before {
  content: "\e362";
}

.glyphicon-smoking:before {
  content: "\e363";
}

.glyphicon-cloud-download:before {
  content: "\e364";
}

.glyphicon-cloud-upload:before {
  content: "\e365";
}

.glyphicon-restart:before {
  content: "\e366";
}

.glyphicon-security_camera:before {
  content: "\e367";
}

.glyphicon-expand:before {
  content: "\e368";
}

.glyphicon-collapse:before {
  content: "\e369";
}

.glyphicon-collapse_top:before {
  content: "\e370";
}

.glyphicon-globe_af:before {
  content: "\e371";
}

.glyphicon-global:before {
  content: "\e372";
}

.glyphicon-spray:before {
  content: "\e373";
}

.glyphicon-nails:before {
  content: "\e374";
}

.glyphicon-claw_hammer:before {
  content: "\e375";
}

.glyphicon-classic_hammer:before {
  content: "\e376";
}

.glyphicon-hand_saw:before {
  content: "\e377";
}

.glyphicon-riflescope:before {
  content: "\e378";
}

.glyphicon-electrical_socket_eu:before {
  content: "\e379";
}

.glyphicon-electrical_socket_us:before {
  content: "\e380";
}

.glyphicon-message_forward:before {
  content: "\e381";
}

.glyphicon-coat_hanger:before {
  content: "\e382";
}

.glyphicon-dress:before {
  content: "\e383";
}

.glyphicon-bathrobe:before {
  content: "\e384";
}

.glyphicon-shirt:before {
  content: "\e385";
}

.glyphicon-underwear:before {
  content: "\e386";
}

.glyphicon-log_in:before {
  content: "\e387";
}

.glyphicon-log_out:before {
  content: "\e388";
}

.glyphicon-exit:before {
  content: "\e389";
}

.glyphicon-new_window_alt:before {
  content: "\e390";
}

.glyphicon-video_sd:before {
  content: "\e391";
}

.glyphicon-video_hd:before {
  content: "\e392";
}

.glyphicon-subtitles:before {
  content: "\e393";
}

.glyphicon-sound_stereo:before {
  content: "\e394";
}

.glyphicon-sound_dolby:before {
  content: "\e395";
}

.glyphicon-sound_5_1:before {
  content: "\e396";
}

.glyphicon-sound_6_1:before {
  content: "\e397";
}

.glyphicon-sound_7_1:before {
  content: "\e398";
}

.glyphicon-copyright_mark:before {
  content: "\e399";
}

.glyphicon-registration_mark:before {
  content: "\e400";
}

.glyphicon-radar:before {
  content: "\e401";
}

.glyphicon-skateboard:before {
  content: "\e402";
}

.glyphicon-golf_course:before {
  content: "\e403";
}

.glyphicon-sorting:before {
  content: "\e404";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e405";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e406";
}

.glyphicon-sort-by-order:before {
  content: "\e407";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e408";
}

.glyphicon-sort-by-attributes:before {
  content: "\e409";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e410";
}

.glyphicon-compressed:before {
  content: "\e411";
}

.glyphicon-package:before {
  content: "\e412";
}

.glyphicon-cloud_plus:before {
  content: "\e413";
}

.glyphicon-cloud_minus:before {
  content: "\e414";
}

.glyphicon-disk_save:before {
  content: "\e415";
}

.glyphicon-disk_open:before {
  content: "\e416";
}

.glyphicon-disk_saved:before {
  content: "\e417";
}

.glyphicon-disk_remove:before {
  content: "\e418";
}

.glyphicon-disk_import:before {
  content: "\e419";
}

.glyphicon-disk_export:before {
  content: "\e420";
}

.glyphicon-tower:before {
  content: "\e421";
}

.glyphicon-send:before {
  content: "\e422";
}

.glyphicon-git_branch:before {
  content: "\e423";
}

.glyphicon-git_create:before {
  content: "\e424";
}

.glyphicon-git_private:before {
  content: "\e425";
}

.glyphicon-git_delete:before {
  content: "\e426";
}

.glyphicon-git_merge:before {
  content: "\e427";
}

.glyphicon-git_pull_request:before {
  content: "\e428";
}

.glyphicon-git_compare:before {
  content: "\e429";
}

.glyphicon-git_commit:before {
  content: "\e430";
}

.glyphicon-construction_cone:before {
  content: "\e431";
}

.glyphicon-shoe_steps:before {
  content: "\e432";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-redo:before {
  content: "\e435";
}

.glyphicon-undo:before {
  content: "\e436";
}

.glyphicon-golf:before {
  content: "\e437";
}

.glyphicon-hockey:before {
  content: "\e438";
}

.glyphicon-pipe:before {
  content: "\e439";
}

.glyphicon-wrench:before {
  content: "\e440";
}

.glyphicon-folder_closed:before {
  content: "\e441";
}

.glyphicon-phone_alt:before {
  content: "\e442";
}

.glyphicon-earphone:before {
  content: "\e443";
}

.glyphicon-floppy_disk:before {
  content: "\e444";
}

.glyphicon-floppy_saved:before {
  content: "\e445";
}

.glyphicon-floppy_remove:before {
  content: "\e446";
}

.glyphicon-floppy_save:before {
  content: "\e447";
}

.glyphicon-floppy_open:before {
  content: "\e448";
}

.glyphicon-translate:before {
  content: "\e449";
}

.glyphicon-fax:before {
  content: "\e450";
}

.glyphicon-factory:before {
  content: "\e451";
}

.glyphicon-shop_window:before {
  content: "\e452";
}

.glyphicon-shop:before {
  content: "\e453";
}

.glyphicon-kiosk:before {
  content: "\e454";
}

.glyphicon-kiosk_wheels:before {
  content: "\e455";
}

.glyphicon-kiosk_light:before {
  content: "\e456";
}

.glyphicon-kiosk_food:before {
  content: "\e457";
}

.glyphicon-transfer:before {
  content: "\e458";
}

.glyphicon-money:before {
  content: "\e459";
}

.glyphicon-header:before {
  content: "\e460";
}

.glyphicon-blacksmith:before {
  content: "\e461";
}

.glyphicon-saw_blade:before {
  content: "\e462";
}

.glyphicon-basketball:before {
  content: "\e463";
}

.glyphicon-server:before {
  content: "\e464";
}

.glyphicon-server_plus:before {
  content: "\e465";
}

.glyphicon-server_minus:before {
  content: "\e466";
}

.glyphicon-server_ban:before {
  content: "\e467";
}

.glyphicon-server_flag:before {
  content: "\e468";
}

.glyphicon-server_lock:before {
  content: "\e469";
}

.glyphicon-server_new:before {
  content: "\e470";
}

.hi-glass:before {
  content: "\e001";
}

.hi-music:before {
  content: "\e002";
}

.hi-search:before {
  content: "\e003";
}

.hi-envelope:before {
  content: "✉";
}

.hi-heart:before {
  content: "\e005";
}

.hi-star:before {
  content: "\e006";
}

.hi-star-empty:before {
  content: "\e007";
}

.hi-user:before {
  content: "\e008";
}

.hi-film:before {
  content: "\e009";
}

.hi-th-large:before {
  content: "\e010";
}

.hi-th:before {
  content: "\e011";
}

.hi-th-list:before {
  content: "\e012";
}

.hi-ok:before {
  content: "\e013";
}

.hi-remove:before {
  content: "\e014";
}

.hi-zoom-in:before {
  content: "\e015";
}

.hi-zoom-out:before {
  content: "\e016";
}

.hi-off:before {
  content: "\e017";
}

.hi-signal:before {
  content: "\e018";
}

.hi-cog:before {
  content: "\e019";
}

.hi-trash:before {
  content: "\e020";
}

.hi-home:before {
  content: "\e021";
}

.hi-file:before {
  content: "\e022";
}

.hi-time:before {
  content: "\e023";
}

.hi-road:before {
  content: "\e024";
}

.hi-download-alt:before {
  content: "\e025";
}

.hi-download:before {
  content: "\e026";
}

.hi-upload:before {
  content: "\e027";
}

.hi-inbox:before {
  content: "\e028";
}

.hi-play-circle:before {
  content: "\e029";
}

.hi-repeat:before {
  content: "\e030";
}

.hi-refresh:before {
  content: "\e031";
}

.hi-list-alt:before {
  content: "\e032";
}

.hi-lock:before {
  content: "\e033";
}

.hi-flag:before {
  content: "\e034";
}

.hi-headphones:before {
  content: "\e035";
}

.hi-volume-off:before {
  content: "\e036";
}

.hi-volume-down:before {
  content: "\e037";
}

.hi-volume-up:before {
  content: "\e038";
}

.hi-qrcode:before {
  content: "\e039";
}

.hi-barcode:before {
  content: "\e040";
}

.hi-tag:before {
  content: "\e041";
}

.hi-tags:before {
  content: "\e042";
}

.hi-book:before {
  content: "\e043";
}

.hi-bookmark:before {
  content: "\e044";
}

.hi-print:before {
  content: "\e045";
}

.hi-camera:before {
  content: "\e046";
}

.hi-font:before {
  content: "\e047";
}

.hi-bold:before {
  content: "\e048";
}

.hi-italic:before {
  content: "\e049";
}

.hi-text-height:before {
  content: "\e050";
}

.hi-text-width:before {
  content: "\e051";
}

.hi-align-left:before {
  content: "\e052";
}

.hi-align-center:before {
  content: "\e053";
}

.hi-align-right:before {
  content: "\e054";
}

.hi-align-justify:before {
  content: "\e055";
}

.hi-list:before {
  content: "\e056";
}

.hi-indent-left:before {
  content: "\e057";
}

.hi-indent-right:before {
  content: "\e058";
}

.hi-facetime-video:before {
  content: "\e059";
}

.hi-picture:before {
  content: "\e060";
}

.hi-pencil:before {
  content: "✏";
}

.hi-map-marker:before {
  content: "\e062";
}

.hi-adjust:before {
  content: "\e063";
}

.hi-tint:before {
  content: "\e064";
}

.hi-edit:before {
  content: "\e065";
}

.hi-share:before {
  content: "\e066";
}

.hi-check:before {
  content: "\e067";
}

.hi-move:before {
  content: "\e068";
}

.hi-step-backward:before {
  content: "\e069";
}

.hi-fast-backward:before {
  content: "\e070";
}

.hi-backward:before {
  content: "\e071";
}

.hi-play:before {
  content: "\e072";
}

.hi-pause:before {
  content: "\e073";
}

.hi-stop:before {
  content: "\e074";
}

.hi-forward:before {
  content: "\e075";
}

.hi-fast-forward:before {
  content: "\e076";
}

.hi-step-forward:before {
  content: "\e077";
}

.hi-eject:before {
  content: "\e078";
}

.hi-chevron-left:before {
  content: "\e079";
}

.hi-chevron-right:before {
  content: "\e080";
}

.hi-plus-sign:before {
  content: "\e081";
}

.hi-minus-sign:before {
  content: "\e082";
}

.hi-remove-sign:before {
  content: "\e083";
}

.hi-ok-sign:before {
  content: "\e084";
}

.hi-question-sign:before {
  content: "\e085";
}

.hi-info-sign:before {
  content: "\e086";
}

.hi-screenshot:before {
  content: "\e087";
}

.hi-remove-circle:before {
  content: "\e088";
}

.hi-ok-circle:before {
  content: "\e089";
}

.hi-ban-circle:before {
  content: "\e090";
}

.hi-arrow-left:before {
  content: "\e091";
}

.hi-arrow-right:before {
  content: "\e092";
}

.hi-arrow-up:before {
  content: "\e093";
}

.hi-arrow-down:before {
  content: "\e094";
}

.hi-share-alt:before {
  content: "\e095";
}

.hi-resize-full:before {
  content: "\e096";
}

.hi-resize-small:before {
  content: "\e097";
}

.hi-plus:before {
  content: "+";
}

.hi-minus:before {
  content: "−";
}

.hi-asterisk:before {
  content: "*";
}

.hi-exclamation-sign:before {
  content: "\e101";
}

.hi-gift:before {
  content: "\e102";
}

.hi-leaf:before {
  content: "\e103";
}

.hi-fire:before {
  content: "\e104";
}

.hi-eye-open:before {
  content: "\e105";
}

.hi-eye-close:before {
  content: "\e106";
}

.hi-warning-sign:before {
  content: "\e107";
}

.hi-plane:before {
  content: "\e108";
}

.hi-calendar:before {
  content: "\e109";
}

.hi-random:before {
  content: "\e110";
}

.hi-comments:before {
  content: "\e111";
}

.hi-magnet:before {
  content: "\e112";
}

.hi-chevron-up:before {
  content: "\e113";
}

.hi-chevron-down:before {
  content: "\e114";
}

.hi-retweet:before {
  content: "\e115";
}

.hi-shopping-cart:before {
  content: "\e116";
}

.hi-folder-close:before {
  content: "\e117";
}

.hi-folder-open:before {
  content: "\e118";
}

.hi-resize-vertical:before {
  content: "\e119";
}

.hi-resize-horizontal:before {
  content: "\e120";
}

.hi-hdd:before {
  content: "\e121";
}

.hi-bullhorn:before {
  content: "\e122";
}

.hi-bell:before {
  content: "\e123";
}

.hi-certificate:before {
  content: "\e124";
}

.hi-thumbs-up:before {
  content: "\e125";
}

.hi-thumbs-down:before {
  content: "\e126";
}

.hi-hand-right:before {
  content: "\e127";
}

.hi-hand-left:before {
  content: "\e128";
}

.hi-hand-top:before {
  content: "\e129";
}

.hi-hand-down:before {
  content: "\e130";
}

.hi-circle-arrow-right:before {
  content: "\e131";
}

.hi-circle-arrow-left:before {
  content: "\e132";
}

.hi-circle-arrow-top:before {
  content: "\e133";
}

.hi-circle-arrow-down:before {
  content: "\e134";
}

.hi-globe:before {
  content: "\e135";
}

.hi-wrench:before {
  content: "\e136";
}

.hi-tasks:before {
  content: "\e137";
}

.hi-filter:before {
  content: "\e138";
}

.hi-briefcase:before {
  content: "\e139";
}

.hi-fullscreen:before {
  content: "\e140";
}

.hi-dashboard:before {
  content: "\e141";
}

.hi-paperclip:before {
  content: "\e142";
}

.hi-heart-empty:before {
  content: "\e143";
}

.hi-link:before {
  content: "\e144";
}

.hi-phone:before {
  content: "\e145";
}

.hi-pushpin:before {
  content: "\e146";
}

.hi-euro:before {
  content: "€";
}

.hi-usd:before {
  content: "\e148";
}

.hi-gbp:before {
  content: "\e149";
}

.hi-sort:before {
  content: "\e150";
}

.hi-sort-by-alphabet:before {
  content: "\e151";
}

.hi-sort-by-alphabet-alt:before {
  content: "\e152";
}

.hi-sort-by-order:before {
  content: "\e153";
}

.hi-sort-by-order-alt:before {
  content: "\e154";
}

.hi-sort-by-attributes:before {
  content: "\e155";
}

.hi-sort-by-attributes-alt:before {
  content: "\e156";
}

.hi-unchecked:before {
  content: "\e157";
}

.hi-expand:before {
  content: "\e158";
}

.hi-collapse:before {
  content: "\e159";
}

.hi-collapse-top:before {
  content: "\e160";
}

.hi-log_in:before {
  content: "\e161";
}

.hi-flash:before {
  content: "\e162";
}

.hi-log_out:before {
  content: "\e163";
}

.hi-new_window:before {
  content: "\e164";
}

.hi-record:before {
  content: "\e165";
}

.hi-save:before {
  content: "\e166";
}

.hi-open:before {
  content: "\e167";
}

.hi-saved:before {
  content: "\e168";
}

.hi-import:before {
  content: "\e169";
}

.hi-export:before {
  content: "\e170";
}

.hi-send:before {
  content: "\e171";
}

.hi-floppy_disk:before {
  content: "\e172";
}

.hi-floppy_saved:before {
  content: "\e173";
}

.hi-floppy_remove:before {
  content: "\e174";
}

.hi-floppy_save:before {
  content: "\e175";
}

.hi-floppy_open:before {
  content: "\e176";
}

.hi-credit_card:before {
  content: "\e177";
}

.hi-transfer:before {
  content: "\e178";
}

.hi-cutlery:before {
  content: "\e179";
}

.hi-header:before {
  content: "\e180";
}

.hi-compressed:before {
  content: "\e181";
}

.hi-earphone:before {
  content: "\e182";
}

.hi-phone_alt:before {
  content: "\e183";
}

.hi-tower:before {
  content: "\e184";
}

.hi-stats:before {
  content: "\e185";
}

.hi-sd_video:before {
  content: "\e186";
}

.hi-hd_video:before {
  content: "\e187";
}

.hi-subtitles:before {
  content: "\e188";
}

.hi-sound_stereo:before {
  content: "\e189";
}

.hi-sound_dolby:before {
  content: "\e190";
}

.hi-sound_5_1:before {
  content: "\e191";
}

.hi-sound_6_1:before {
  content: "\e192";
}

.hi-sound_7_1:before {
  content: "\e193";
}

.hi-copyright_mark:before {
  content: "\e194";
}

.hi-registration_mark:before {
  content: "\e195";
}

.hi-cloud:before {
  content: "☁";
}

.hi-cloud_download:before {
  content: "\e197";
}

.hi-cloud_upload:before {
  content: "\e198";
}

.hi-tree_conifer:before {
  content: "\e199";
}

.hi-tree_deciduous:before {
  content: "\e200";
}

.si-pinterest:before {
  content: "\e001";
}

.si-dropbox:before {
  content: "\e002";
}

.si-google_plus:before {
  content: "\e003";
}

.si-jolicloud:before {
  content: "\e004";
}

.si-yahoo:before {
  content: "\e005";
}

.si-blogger:before {
  content: "\e006";
}

.si-picasa:before {
  content: "\e007";
}

.si-amazon:before {
  content: "\e008";
}

.si-tumblr:before {
  content: "\e009";
}

.si-wordpress:before {
  content: "\e010";
}

.si-instapaper:before {
  content: "\e011";
}

.si-evernote:before {
  content: "\e012";
}

.si-xing:before {
  content: "\e013";
}

.si-zootool:before {
  content: "\e014";
}

.si-dribbble:before {
  content: "\e015";
}

.si-deviantart:before {
  content: "\e016";
}

.si-read_it_later:before {
  content: "\e017";
}

.si-linked_in:before {
  content: "\e018";
}

.si-forrst:before {
  content: "\e019";
}

.si-pinboard:before {
  content: "\e020";
}

.si-behance:before {
  content: "\e021";
}

.si-github:before {
  content: "\e022";
}

.si-youtube:before {
  content: "\e023";
}

.si-skitch:before {
  content: "\e024";
}

.si-foursquare:before {
  content: "\e025";
}

.si-quora:before {
  content: "\e026";
}

.si-badoo:before {
  content: "\e027";
}

.si-spotify:before {
  content: "\e028";
}

.si-stumbleupon:before {
  content: "\e029";
}

.si-readability:before {
  content: "\e030";
}

.si-facebook:before {
  content: "\e031";
}

.si-twitter:before {
  content: "\e032";
}

.si-instagram:before {
  content: "\e033";
}

.si-posterous_spaces:before {
  content: "\e034";
}

.si-vimeo:before {
  content: "\e035";
}

.si-flickr:before {
  content: "\e036";
}

.si-last_fm:before {
  content: "\e037";
}

.si-rss:before {
  content: "\e038";
}

.si-skype:before {
  content: "\e039";
}

.si-e-mail:before {
  content: "\e040";
}

.si-vine:before {
  content: "\e041";
}

.si-myspace:before {
  content: "\e042";
}

.si-goodreads:before {
  content: "\e043";
}

.si-apple:before {
  content: "\f8ff";
}

.si-windows:before {
  content: "\e045";
}

.si-yelp:before {
  content: "\e046";
}

.si-playstation:before {
  content: "\e047";
}

.si-xbox:before {
  content: "\e048";
}

.si-android:before {
  content: "\e049";
}

.si-ios:before {
  content: "\e050";
}

.fi-txt:before {
  content: "\e001";
}

.fi-doc:before {
  content: "\e002";
}

.fi-rtf:before {
  content: "\e003";
}

.fi-log:before {
  content: "\e004";
}

.fi-tex:before {
  content: "\e005";
}

.fi-msg:before {
  content: "\e006";
}

.fi-text:before {
  content: "\e007";
}

.fi-wpd:before {
  content: "\e008";
}

.fi-wps:before {
  content: "\e009";
}

.fi-docx:before {
  content: "\e010";
}

.fi-page:before {
  content: "\e011";
}

.fi-csv:before {
  content: "\e012";
}

.fi-dat:before {
  content: "\e013";
}

.fi-tar:before {
  content: "\e014";
}

.fi-xml:before {
  content: "\e015";
}

.fi-vcf:before {
  content: "\e016";
}

.fi-pps:before {
  content: "\e017";
}

.fi-key:before {
  content: "\e018";
}

.fi-ppt:before {
  content: "\e019";
}

.fi-pptx:before {
  content: "\e020";
}

.fi-sdf:before {
  content: "\e021";
}

.fi-gbr:before {
  content: "\e022";
}

.fi-ged:before {
  content: "\e023";
}

.fi-mp3:before {
  content: "\e024";
}

.fi-m4a:before {
  content: "\e025";
}

.fi-waw:before {
  content: "\e026";
}

.fi-wma:before {
  content: "\e027";
}

.fi-mpa:before {
  content: "\e028";
}

.fi-iff:before {
  content: "\e029";
}

.fi-aif:before {
  content: "\e030";
}

.fi-ra:before {
  content: "\e031";
}

.fi-mid:before {
  content: "\e032";
}

.fi-m3v:before {
  content: "\e033";
}

.fi-e_3gp:before {
  content: "\e034";
}

.fi-shf:before {
  content: "\e035";
}

.fi-avi:before {
  content: "\e036";
}

.fi-asx:before {
  content: "\e037";
}

.fi-mp4:before {
  content: "\e038";
}

.fi-e_3g2:before {
  content: "\e039";
}

.fi-mpg:before {
  content: "\e040";
}

.fi-asf:before {
  content: "\e041";
}

.fi-vob:before {
  content: "\e042";
}

.fi-wmv:before {
  content: "\e043";
}

.fi-mov:before {
  content: "\e044";
}

.fi-srt:before {
  content: "\e045";
}

.fi-m4v:before {
  content: "\e046";
}

.fi-flv:before {
  content: "\e047";
}

.fi-rm:before {
  content: "\e048";
}

.fi-png:before {
  content: "\e049";
}

.fi-psd:before {
  content: "\e050";
}

.fi-psp:before {
  content: "\e051";
}

.fi-jpg:before {
  content: "\e052";
}

.fi-tif:before {
  content: "\e053";
}

.fi-tiff:before {
  content: "\e054";
}

.fi-gif:before {
  content: "\e055";
}

.fi-bmp:before {
  content: "\e056";
}

.fi-tga:before {
  content: "\e057";
}

.fi-thm:before {
  content: "\e058";
}

.fi-yuv:before {
  content: "\e059";
}

.fi-dds:before {
  content: "\e060";
}

.fi-ai:before {
  content: "\e061";
}

.fi-eps:before {
  content: "\e062";
}

.fi-ps:before {
  content: "\e063";
}

.fi-svg:before {
  content: "\e064";
}

.fi-pdf:before {
  content: "\e065";
}

.fi-pct:before {
  content: "\e066";
}

.fi-indd:before {
  content: "\e067";
}

.fi-xlr:before {
  content: "\e068";
}

.fi-xls:before {
  content: "\e069";
}

.fi-xlsx:before {
  content: "\e070";
}

.fi-db:before {
  content: "\e071";
}

.fi-dbf:before {
  content: "\e072";
}

.fi-mdb:before {
  content: "\e073";
}

.fi-pdb:before {
  content: "\e074";
}

.fi-sql:before {
  content: "\e075";
}

.fi-aacd:before {
  content: "\e076";
}

.fi-app:before {
  content: "\e077";
}

.fi-exe:before {
  content: "\e078";
}

.fi-com:before {
  content: "\e079";
}

.fi-bat:before {
  content: "\e080";
}

.fi-apk:before {
  content: "\e081";
}

.fi-jar:before {
  content: "\e082";
}

.fi-hsf:before {
  content: "\e083";
}

.fi-pif:before {
  content: "\e084";
}

.fi-vb:before {
  content: "\e085";
}

.fi-cgi:before {
  content: "\e086";
}

.fi-css:before {
  content: "\e087";
}

.fi-js:before {
  content: "\e088";
}

.fi-php:before {
  content: "\e089";
}

.fi-xhtml:before {
  content: "\e090";
}

.fi-htm:before {
  content: "\e091";
}

.fi-html:before {
  content: "\e092";
}

.fi-asp:before {
  content: "\e093";
}

.fi-cer:before {
  content: "\e094";
}

.fi-jsp:before {
  content: "\e095";
}

.fi-cfm:before {
  content: "\e096";
}

.fi-aspx:before {
  content: "\e097";
}

.fi-rss:before {
  content: "\e098";
}

.fi-csr:before {
  content: "\e099";
}

.fi-less:before {
  content: "<";
}

.fi-otf:before {
  content: "\e101";
}

.fi-ttf:before {
  content: "\e102";
}

.fi-font:before {
  content: "\e103";
}

.fi-fnt:before {
  content: "\e104";
}

.fi-eot:before {
  content: "\e105";
}

.fi-woff:before {
  content: "\e106";
}

.fi-zip:before {
  content: "\e107";
}

.fi-zipx:before {
  content: "\e108";
}

.fi-rar:before {
  content: "\e109";
}

.fi-targ:before {
  content: "\e110";
}

.fi-sitx:before {
  content: "\e111";
}

.fi-deb:before {
  content: "\e112";
}

.fi-e_7z:before {
  content: "\e113";
}

.fi-pkg:before {
  content: "\e114";
}

.fi-rpm:before {
  content: "\e115";
}

.fi-cbr:before {
  content: "\e116";
}

.fi-gz:before {
  content: "\e117";
}

.fi-dmg:before {
  content: "\e118";
}

.fi-cue:before {
  content: "\e119";
}

.fi-bin:before {
  content: "\e120";
}

.fi-iso:before {
  content: "\e121";
}

.fi-hdf:before {
  content: "\e122";
}

.fi-vcd:before {
  content: "\e123";
}

.fi-bak:before {
  content: "\e124";
}

.fi-tmp:before {
  content: "\e125";
}

.fi-ics:before {
  content: "\e126";
}

.fi-msi:before {
  content: "\e127";
}

.fi-cfg:before {
  content: "\e128";
}

.fi-ini:before {
  content: "\e129";
}

.fi-prf:before {
  content: "\e130";
}

.popover {
  min-width: 350px;
  max-width: 380px;
  font-family: unset;
  font-size: 1em;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover-body {
  background-color: #0D060A;
  border-radius: 5px;
  color: #fff !important;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #0D060A !important;
}

.tooltip-effect-3 .popover-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s;
}

.btn-weiner {
  padding-top: 5px;
  padding-bottom: 5px;
}

.disableClick {
  pointer-events: none;
  background-color: #767676 !important;
}

.table-layout-fixed {
  table-layout: fixed;
}

.price-radius-number {
  font-size: 1.1rem;
  padding-right: 3px;
  width: 70px;
}

.rb {
  border: 1px solid red;
}

.show-cost-visibility0 {
  visibility: hidden;
}

.show-cost-display0 {
  display: none;
}

.hide-cost-display1, .hide-cost-display0appraisal {
  display: none !important;
}

.cssmodal {
  displayxx: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.cssmodal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

/* The Close Button */
.cssmodalclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.cssmodalclose:hover,
.cssmodalclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Timeline */
.vt-main,
.vt-container > header {
  width: 95%;
  /*max-width: 69em;*/
  margin: 0 auto;
  padding: 0 1.875em 3.125em 1.875em;
}

.vt-container > header {
  padding: 2.875em 1.875em 1.875em;
}

.vt-container > header h2 {
  font-size: 2.125em;
  line-height: 1.3;
  margin: 0 0 0.6em 0;
  float: left;
  font-weight: 400;
}

.vt-container > header > span {
  display: block;
  position: relative;
  z-index: 9999;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

.vt-container > header > span span:after {
  width: 30px;
  height: 30px;
  left: -12px;
  font-size: 50%;
  top: -8px;
  font-size: 75%;
  position: relative;
}

.vt-container > header > span span:hover:before {
  content: attr(data-content);
  text-transform: none;
  text-indent: 0;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 110%;
  padding: 0.8em 1em;
  line-height: 1.2;
  text-align: left;
  left: auto;
  margin-left: 4px;
  position: absolute;
  color: #fff;
  background: #47a3da;
}

.vt-container > header nav {
  float: right;
  text-align: center;
}

.vt-container > header nav a {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.1em;
  border: 4px solid #47a3da;
}

.vt-container > header nav a > span {
  display: none;
}

.vt-container > header nav a:hover:before {
  content: attr(data-info);
  color: #47a3da;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  pointer-events: none;
}

.vt-container > header nav a:hover {
  background: #47a3da;
}

.bp-icon:after {
  font-family: "bpicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
}

.vt-container > header nav .bp-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2;
  text-indent: 0;
}

.vt-container > header nav a:hover:after {
  color: #fff;
}

.bp-icon-next:after {
  content: "\e000";
}

.bp-icon-drop:after {
  content: "\e001";
}

.bp-icon-archive:after {
  content: "\e002";
}

.bp-icon-about:after {
  content: "\e003";
}

.bp-icon-prev:after {
  content: "\e004";
}

@media screen and (max-width: 55em) {
  .vt-container > header h2,
  .vt-container > header nav {
    float: none;
  }
  .vt-container > header > span,
  .vt-container > header h2 {
    text-align: center;
  }
  .vt-container > header nav {
    margin: 0 auto;
  }
  .vt-container > header > span {
    text-indent: 30px;
  }
}
@font-face {
  font-family: "ecoico";
  src: url("../fonts/timelineicons/ecoico.eot");
  src: url("../fonts/timelineicons/ecoico.eot?#iefix") format("embedded-opentype"), url("../fonts/timelineicons/ecoico.woff") format("woff"), url("../fonts/timelineicons/ecoico.ttf") format("truetype"), url("../fonts/timelineicons/ecoico.svg#ecoico") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Made with https://icomoon.io/ */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #afdcf8;
  left: 15%;
  margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li {
  position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 20%;
  padding-right: 100px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #777;
}

.cbp_tmtimeline > li .cbp_tmtime span:nth-child(2) {
  font-size: 1.9em;
  color: #D5F2F8;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #D5F2F8;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 25px 20%;
  background: #D5F2F8;
  color: #000;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #EEFBFD;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #D5F2F8;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: "ecoico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  /*background: #464646;*/
  border-radius: 50%;
  box-shadow: 0 0 0 8px #afdcf8;
  text-align: center;
  left: 15%;
  top: 0;
  margin: 0 0 0 -25px;
}

.cbp_tmtimeline > li .cbp_tmicon.mydealership {
  background: #1fc9fd;
}

.cbp_tmtimeline > li .cbp_tmicon.dealership {
  background: #464646;
}

.cbp_tmtimeline > li .cbp_tmicon.auction {
  background: #fc4b4c;
}

.cbp_tmtimeline > li .cbp_tmicon.unknown {
  background: #ffb22b;
}

.stamp {
  transform: rotate(12deg);
  color: #555;
  font-size: 3em;
  font-weight: 700;
  border: 0.25rem solid #555;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: "Courier";
  -webkit-mask-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png");
  -webkit-mask-size: 944px 604px;
  /*mix-blend-mode: multiply;*/
}

.red-stamp {
  color: #f23;
  border: 0.4rem solid #d23;
  -webkit-mask-position: 13rem 6rem;
  transform: rotate(-14deg);
  border-radius: 0;
}

.acquire-stamp {
  height: 0px;
  position: relative;
}

.stamp {
  width: 85%;
  font-size: 1.5em;
  text-align: center;
  opacity: 0.65;
  position: relative;
  z-index: 10;
}

ul.vbctabs {
  width: 190px !important;
}

.vbctabs i.mdi {
  font-size: 1.2em;
}

.vbctabs li.nav-item a {
  line-height: 1.2em;
}

span.notify-badge {
  position: absolute;
  min-width: 26px;
  top: -8px;
  right: -8px;
  padding: 2px 6px;
  border: 0.1rem solid white;
  border-radius: 100px;
  background: -webkit-linear-gradient(top, #FF6969 0%, #ff0000 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0px rgba(255, 255, 255, 0.11) inset;
  -webkit-background-clip: padding-box;
  font: 500 15px/18px "Poppins", sans-serif;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 5;
}

span.notify-badge.inverse {
  background: -webkit-linear-gradient(top, #ffffff 0%, #c9c9b9 100%);
  color: #ff0000;
  border: 0.1rem solid #ff0000;
  padding: 3px 6px 1px 6px;
}

span.notify-badge.nb2 {
  right: unset;
}

.black-indicator {
  background-color: #000;
  opacity: 0.8;
  border-radius: 40%;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0 !important;
  position: relative;
}

.black-indicator i {
  font-size: 18px;
  line-height: 18px;
  top: 0;
  position: absolute;
}

/* Chat Bubbles */
.bubble {
  font-size: 16px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 13px 14px 11px;
  vertical-align: top;
  border-radius: 5px;
}
.bubble:before {
  position: absolute;
  top: 14px;
  display: block;
  width: 8px;
  height: 6px;
  content: " ";
  transform: rotate(29deg) skew(-35deg);
}
.bubble.you {
  float: left;
  color: var(--white);
  background-color: var(--blue);
  align-self: flex-start;
  animation-name: slideFromLeft;
}
.bubble.you:before {
  left: -3px;
  background-color: var(--blue);
}
.bubble.me {
  float: right;
  color: var(--dark);
  background-color: #eceff1;
  align-self: flex-end;
  animation-name: slideFromRight;
}
.bubble.me:before {
  right: -3px;
  background-color: #eceff1;
}

.rotate-90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.chat-bubble {
  max-width: 80%;
}

/******************
VbcBuyingPlan styling
*******************/
td.vbc-model {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.ymmsel1 .yeardiv {
  background-color: #48b937;
  font-size: 1.1em;
  font-weight: normal;
  color: #ffffff !important;
}

td.ymmnf1 .yeardiv {
  background-color: #EB1018;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff !important;
}

.odo-slider .ui-slider-range {
  background: #394263;
}

.bgMakeLine {
  background-color: #ffd;
  font-weight: 800;
  border-top: 3px solid #2f3d4a;
}

.bgMakeLine td {
  padding-top: 10px;
}

div.odo1 {
  visibility: visible;
}

div.odo0 {
  visibility: hidden;
}

.yeardiv {
  display: flex;
  padding-right: 10px;
}
.yeardiv .item {
  height: 40px;
  vertical-align: middle;
}
.yeardiv .item-center {
  flex-grow: 1;
  margin-left: 5%;
  margin-right: 5%;
}
.item + .yeardiv .item {
  margin-left: 2%;
}
.yeardiv i.outer-icon {
  padding-top: 15px;
}
.yeardiv .target {
  opacity: 0.1;
  margin-left: 4px;
}
.yeardiv:hover .target {
  opacity: 1;
}
.yeardiv:hover {
  background-color: lightgreen;
}

.nofly {
  opacity: 0.1;
  margin-top: -40px;
  height: 40px;
  vertical-align: middle;
  color: black;
}

.nofly:hover {
  opacity: 1;
  background-color: #EB1018;
  color: white;
}

.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

.hrtext {
  display: flex;
  align-items: center;
  text-align: center;
}

.hrtext::before,
.hrtext::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}

.hrtext:not(:empty)::before {
  margin-right: 0.25em;
}

.hrtext:not(:empty)::after {
  margin-left: 0.25em;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
td.dim-until-hover {
  padding: 0 !important;
  cursor: pointer;
}

td.dim-until-hover:hover div.dim-until-hover {
  visibility: visible;
  opacity: 1;
}

td.dim-until-hover div.dim-until-hover {
  opacity: 0.5;
}

div.big-img-circle {
  height: 100px;
  width: 100px;
  background-position: center center !important;
  background-size: cover !important;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 0px;
}

div.big-img-circle span.big-img-circle-content {
  display: inline-block;
  width: 95px;
  margin-left: 0px;
  padding-top: 15px;
  font-size: 3em;
  text-align: center;
}

/*BOOST CSS*/
.boosthighlight_0_0,
.boosthighlight_0_1,
.boostsmhighlight_0_0,
.boostsmhighlight_0_1 {
  display: none;
}

.boosthighlight_1_0 {
  height: 4px;
  max-height: 4px;
  background-color: #d9304f;
}

.boosthighlight_1_1 {
  height: 4px;
  max-height: 4px;
  background-color: #007bff;
}

.boostsmhighlight_1_0 {
  max-width: 20px;
  width: 20px;
  height: 4px;
  max-height: 4px;
  background-color: #d9304f;
}

.boostsmhighlight_1_1 {
  max-width: 20px;
  width: 20px;
  height: 4px;
  max-height: 4px;
  background-color: #007bff;
}

.boost-speed-icon {
  margin: 0;
  height: 32px;
  width: 32px;
  background-size: 100% 32px;
  background-repeat: no-repeat;
}

.boost-speed-icon-xl {
  margin: 0;
  height: 194px;
  width: 194px;
  background-size: 100% 194px;
  background-repeat: no-repeat;
}

.boost-speed-icon-sm {
  margin: 0;
  height: 24px;
  width: 24px;
  background-size: 100% 24px;
  background-repeat: no-repeat;
}

.boost-speed-icon-xs {
  margin: 0;
  height: 15px;
  width: 15px;
  background-size: 100% 18px;
  background-repeat: no-repeat;
}

.boost-stop-sign {
  background-image: url("../images/icon/boost-stop-sign.svg");
}

.boost-stop-sign-white {
  background-image: url("../images/icon/boost-stop-sign-white.svg");
}

.boost-not-allowed {
  background-image: url("../images/icon/boost-not-allowed.svg");
}

.boost-chevron-light {
  background-image: url("../images/icon/boost-chevron-white.svg");
}

.boost-chevron-disabled {
  background-image: url("../images/icon/boost-chevron-gray.svg");
}

.boost-chevron-warning {
  background-image: url("../images/icon/boost-chevron-yellow.svg");
}

.boost-chevron-success {
  background-image: url("../images/icon/boost-chevron-green.svg");
}

.boost-chevron-primary {
  background-image: url("../images/icon/boost-chevron-blue.svg");
}

.vcsvg {
  vertical-align: top;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.vc-stop-column > span > div,
.vc-stop-column > a > span > div {
  margin-left: 8px !important;
}

.vc-boost-column > span > div,
.vc-boost-column > a > span > div {
  margin-left: -4px !important;
  margin-right: 4px !important;
}

.vc-slow-column > span > div,
.vc-go-column > span > div,
.vc-slow-column > a > span > div,
.vc-go-column > a > span > div {
  margin-left: -4px !important;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #D5F2F8;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
.blog-image div.img-bg {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;
}

.card-flip {
  display: grid;
  grid-template: 1fr/1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

.card-container-hoverable:hover .card-flip.card-flipped {
  transform: rotateY(180deg);
}

.card-container .card-flip.card-flipped {
  transform: rotateY(180deg);
}

/* Partner D2D Stuff*/
tr.Offer-Category {
  color: white;
}

tr.Missed {
  background-color: darkslategray;
}

tr.Closing {
  background-color: darkseagreen;
}

tr.Open {
  background-color: #1b5b9b;
}

.inits-button {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: lightgray;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  padding-top: 8px;
  margin-bottom: 3px;
  border: 2px solid darkgray;
}

li.inits-button.active {
  background-color: #1b5b9b;
  border: 2px solid #48b937;
}

.customtab li.inits-button > a.nav-link.active {
  color: white !important;
  border-bottom: 0px;
}

.customtab li.inits-button span.notify-badge {
  position: relative !important;
  top: -38px;
  right: -16px;
  white-space: nowrap;
  overflow: visible;
  border-radius: 50%;
  font: 500 12px/15px "Poppins", sans-serif;
}

.hover-text-white:hover {
  color: #fff !important;
}

.nothing-box {
  width: 400px;
  margin-top: 75px;
  margin-bottom: 300px;
}

.bell-ring {
  -webkit-animation: ding-a-ling 4s 0.7s ease-in-out 3;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ding-a-ling 4s 0.7s ease-in-out 3;
  -moz-transform-origin: 50% 4px;
  animation: ding-a-ling 4s 0.7s ease-in-out 3;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ding-a-ling {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ding-a-ling {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ding-a-ling {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.faux-search-bar {
  border: 1px solid #333;
}

.faux-search-bar:hover {
  border: 1px solid #eee;
  color: #eee;
}

i.copyToClipboard:hover {
  color: blue;
}

/* stuff from new dashboard */
.blue-box {
  padding: 15px;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--New-Blue-Shade-1, #3AB2D6);
  background: var(--New-Blue-Light-3, #EEFBFD);
}

.blue-box-label {
  color: var(--Black-1, #181818);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}

.blue-box-bordered {
  min-height: 200px;
}

.white-box {
  padding: 15px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--Gray-5, #E2E2E4);
  background: #FFF;
}

.white-box-padded {
  padding: 15px;
}

.metric-label {
  color: var(--Black-1, #181818);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.metric-column-label {
  color: var(--Black-1, #181818);
  font-family: Poppins;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
}

.metric-value {
  font-size: 27px;
  font-weight: 600;
}

.graph-footer {
  color: var(--Black-1, #181818);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
}

.big-checklist {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.footer-info-box {
  padding: 15px;
  align-items: center;
  min-height: 200px;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid var(--New-Blue-Shade-1, #3AB2D6);
  background: var(--New-Blue-Light-3, #EEFBFD);
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
}

.kpi-footer-data {
  color: var(--Gray-1, #767676);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.head-content {
  flex-grow: 1;
  padding-left: 40px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.head-content-boxes {
  display: flex;
  gap: 15px;
}

.head-content-boxes-wider {
  display: flex;
  gap: 17px;
}

.head-content-box {
  border-radius: 10px;
  padding: 15px;
  background-color: #ffffff;
  color: #000000;
  width: 132px;
  height: 104px;
}

.head-content-box-dynamic {
  border-radius: 10px;
  padding: 15px;
  background-color: #ffffff;
  color: #000000;
  height: 116px;
}

.head-content-box-mid {
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  width: 148px;
  height: 104px;
}

.head-content-box-wider {
  border-radius: 10px;
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  width: 322px;
  height: 104px;
}

.head-content-box-bordered {
  border: 1px solid black;
}

.head-content-box-title {
  color: #181818;
  font-weight: 600;
  line-height: 36px;
  font-size: 24px;
  margin-bottom: 15px;
}

.head-content-data-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  white-space: nowrap;
}

.head-content-data {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.head-content-data-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #929395;
  margin-bottom: 0.5em;
  white-space: nowrap;
}

.oembg-Acura {
  background: url("../images/oem/color64/Acura.png") no-repeat center center;
  background-size: contain;
}

.oembg-AlphaRomeo {
  background: url("../images/oem/color64/AlphaRomeo.png") no-repeat center center;
  background-size: contain;
}

.oembg-AstonMartin {
  background: url("../images/oem/color64/astonmartin.png") no-repeat center center;
  background-size: contain;
}

.oembg-Audi {
  background: url("../images/oem/color64/audi.png") no-repeat center center;
  background-size: contain;
}

.oembg-Bentley {
  background: url("../images/oem/color64/Bentley.png") no-repeat center center;
  background-size: contain;
}

.oembg-BMW {
  background: url("../images/oem/color64/bmw.png") no-repeat center center;
  background-size: contain;
}

.oembg-Buick {
  background: url("../images/oem/color64/Buick.png") no-repeat center center;
  background-size: contain;
}

.oembg-Cadillac {
  background: url("../images/oem/color64/Cadillac.png") no-repeat center center;
  background-size: contain;
}

.oembg-Chevrolet {
  background: #000 url("../images/oem/color64/Chevrolet.png") no-repeat center center;
  background-size: contain;
}

.oembg-Chrysler {
  background: url("../images/oem/color64/Chrysler.png") no-repeat center center;
  background-size: contain;
}

.oembg-Dodge {
  background: url("../images/oem/color64/Dodge.png") no-repeat center center;
  background-size: contain;
}

.oembg-Ferrari {
  background: url("../images/oem/color64/Ferrari.png") no-repeat center center;
  background-size: contain;
}

.oembg-Fiat {
  background: url("../images/oem/color64/Fiat.png") no-repeat center center;
  background-size: contain;
}

.oembg-Ford {
  background: url("../images/oem/color64/Ford.png") no-repeat center center;
  background-size: contain;
}

.oembg-GM {
  background: url("../images/oem/color64/GM.png") no-repeat center center;
  background-size: contain;
}

.oembg-GMC {
  background: url("../images/oem/color64/GMC.png") no-repeat center center;
  background-size: contain;
}

.oembg-Honda {
  background: url("../images/oem/color64/Honda.png") no-repeat center center;
  background-size: contain;
}

.oembg-Hummer {
  background: url("../images/oem/color64/Hummer.png") no-repeat center center;
  background-size: contain;
}

.oembg-Hyundai {
  background: url("../images/oem/color64/Hyundai.png") no-repeat center center;
  background-size: contain;
}

.oembg-Infiniti {
  background: url("../images/oem/color64/Infiniti.png") no-repeat center center;
  background-size: contain;
}

.oembg-Jaguar {
  background: url("../images/oem/color64/Jaguar.png") no-repeat center center;
  background-size: contain;
}

.oembg-Jeep {
  background: url("../images/oem/color64/Jeep.png") no-repeat center center;
  background-size: contain;
}

.oembg-Kia {
  background: url("../images/oem/color64/Kia.png") no-repeat center center;
  background-size: contain;
}

.oembg-Lamborghini {
  background: url("../images/oem/color64/Lamborghini.png") no-repeat center center;
  background-size: contain;
}

.oembg-Landrover {
  background: url("../images/oem/color64/Landrover.png") no-repeat center center;
  background-size: contain;
}

.oembg-Lexus {
  background: url("../images/oem/color64/Lexus.png") no-repeat center center;
  background-size: contain;
}

.oembg-Lincoln {
  background: url("../images/oem/color64/Lincoln.png") no-repeat center center;
  background-size: contain;
}

.oembg-Maserati {
  background: url("../images/oem/color64/Maserati.png") no-repeat center center;
  background-size: contain;
}

.oembg-Mazda {
  background: url("../images/oem/color64/Mazda.png") no-repeat center center;
  background-size: contain;
}

.oembg-Mercedes {
  background: url("../images/oem/color64/Mercedes.png") no-repeat center center;
  background-size: contain;
}

.oembg-Mercury {
  background: url("../images/oem/color64/Mercury.png") no-repeat center center;
  background-size: contain;
}

.oembg-Mini {
  background: url("../images/oem/color64/Mini.png") no-repeat center center;
  background-size: contain;
}

.oembg-Mitsubishi {
  background: url("../images/oem/color64/Mitsubishi.png") no-repeat center center;
  background-size: contain;
}

.oembg-Nissan {
  background: url("../images/oem/color64/Nissan.png") no-repeat center center;
  background-size: contain;
}

.oembg-Oldsmobile {
  background: url("../images/oem/color64/Oldsmobile.png") no-repeat center center;
  background-size: contain;
}

.oembg-Plymouth {
  background: url("../images/oem/color64/Plymouth.png") no-repeat center center;
  background-size: contain;
}

.oembg-Pontiac {
  background: url("../images/oem/color64/Pontiac.png") no-repeat center center;
  background-size: contain;
}

.oembg-Porsche {
  background: url("../images/oem/color64/Porsche.png") no-repeat center center;
  background-size: contain;
}

.oembg-Ram {
  background: url("../images/oem/color64/Ram.png") no-repeat center center;
  background-size: contain;
}

.oembg-RollsRoyce {
  background: url("../images/oem/color64/RollsRoyce.png") no-repeat center center;
  background-size: contain;
}

.oembg-Scion {
  background: url("../images/oem/color64/Scion.png") no-repeat center center;
  background-size: contain;
}

.oembg-Smart {
  background: url("../images/oem/color64/Smart.png") no-repeat center center;
  background-size: contain;
}

.oembg-Subaru {
  background: url("../images/oem/color64/Subaru.png") no-repeat center center;
  background-size: contain;
}

.oembg-Suzuki {
  background: url("../images/oem/color64/Suzuki.png") no-repeat center center;
  background-size: contain;
}

.oembg-Toyota {
  background: url("../images/oem/color64/Toyota.png") no-repeat center center;
  background-size: contain;
}

.oembg-Volkswagen {
  background: url("../images/oem/color64/Volkswagen.png") no-repeat center center;
  background-size: contain;
}

.oembg-Volvo {
  background: url("../images/oem/color64/Volvo.png") no-repeat center center;
  background-size: contain;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
/*User mail widgets*/
/*******************/
.topbar .top-navbar .mailbox {
  width: 300px;
}
.topbar .top-navbar .mailbox ul {
  padding: 0px;
}
.topbar .top-navbar .mailbox ul li {
  list-style: none;
}

.mailbox ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px;
}
.mailbox .message-center {
  height: 200px;
  overflow: auto;
  position: relative;
}
.mailbox .message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}
.mailbox .message-center a:hover {
  background: #f2f4f8;
}
.mailbox .message-center a div {
  white-space: normal;
}
.mailbox .message-center a .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}
.mailbox .message-center a .user-img img {
  width: 100%;
}
.mailbox .message-center a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.mailbox .message-center a .user-img .online {
  background: #1fcf9d;
}
.mailbox .message-center a .user-img .busy {
  background: #f90746;
}
.mailbox .message-center a .user-img .away {
  background: #ff8291;
}
.mailbox .message-center a .user-img .offline {
  background: #ebf3f5;
}
.mailbox .message-center a .mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.mailbox .message-center a .mail-contnet h5 {
  margin: 5px 0px 0;
  overflow: hidden;
}
.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #37555c;
  white-space: nowrap;
}

/*******************
/*Analytic info sparkline chart page*/
/*******************/
.analytics-info li span {
  font-size: 24px;
  vertical-align: middle;
}

/*******************
/*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);
}

/*******************/
/*Dashboard1 Weather*/
/*******************/
.city-weather-days {
  margin: 0px;
}
.city-weather-days li {
  text-align: center;
  padding: 15px 0;
}
.city-weather-days li span {
  display: block;
  padding: 10px 0 0;
  color: #99abb4;
}
.city-weather-days li i {
  display: block;
  font-size: 20px;
  color: #009efb;
}
.city-weather-days li h3 {
  font-weight: 300;
  margin-top: 5px;
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
  position: relative;
  margin-bottom: 10px;
}
.comment-widgets .comment-row {
  border-left: 3px solid #ffffff;
  padding: 15px;
}
.comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
  border-color: #009efb;
}

.comment-text {
  padding: 15px 15px 15px 20px;
}
.comment-text:hover .comment-footer .action-icons, .comment-text.active .comment-footer .action-icons {
  visibility: visible;
}
.comment-text p {
  max-height: 50px;
  overflow: hidden;
}

.comment-footer .action-icons {
  visibility: hidden;
}
.comment-footer .action-icons a {
  padding-left: 15px;
  vertical-align: middle;
  color: #99abb4;
}
.comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
  color: #1e88e5;
}

/*******************/
/*To do widgets*/
/*******************/
.todo-list li {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px;
}
.todo-list li .checkbox {
  width: 100%;
}
.todo-list li .checkbox label {
  font-weight: 400;
  color: #455a64;
}
.todo-list li:last-child {
  border-bottom: 0px;
}
.todo-list li .assignedto {
  padding: 0px 0 0 27px;
  margin: 0px;
}
.todo-list li .assignedto li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  border: 0px;
  margin-right: 2px;
}
.todo-list li .assignedto li img {
  width: 30px;
  border-radius: 100%;
}
.todo-list li .item-date {
  padding-left: 25px;
  font-size: 12px;
  display: inline-block;
}

.list-task .task-done span {
  text-decoration: line-through;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list {
  margin: 0px;
  padding: 0px;
}
.chat-list li {
  list-style: none;
  margin-top: 30px;
}
.chat-list li .chat-img {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}
.chat-list li .chat-img img {
  width: 45px;
  border-radius: 100%;
}
.chat-list li .chat-content {
  width: calc(100% - 140px);
  display: inline-block;
  padding-left: 15px;
}
.chat-list li .chat-content h5 {
  color: #99abb4;
}
.chat-list li .chat-content .box {
  display: inline-block;
  margin-bottom: 10px;
  color: #263238;
}
.chat-list li .chat-time {
  display: inline-block;
  text-align: right;
  width: 80px;
  font-size: 13px;
  color: #99abb4;
}
.chat-list li.odd .chat-content {
  text-align: right;
  width: calc(100% - 90px);
}
.chat-list li.odd .box {
  clear: both;
}
.chat-list li.odd + .odd {
  margin-top: 0px;
}
.chat-list li.reverse {
  text-align: right;
}
.chat-list li.reverse .chat-time {
  text-align: left;
}
.chat-list li.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}

/*******************/
/*Chat widget*/
/*******************/
.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.message-box ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px;
}
.message-box .message-widget {
  position: relative;
}
.message-box .message-widget a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}
.message-box .message-widget a:hover {
  background: #f2f4f8;
}
.message-box .message-widget a:last-child {
  border-bottom: 0px;
}
.message-box .message-widget a div {
  white-space: normal;
}
.message-box .message-widget a .user-img {
  width: 45px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}
.message-box .message-widget a .user-img img {
  width: 100%;
}
.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.message-box .message-widget a .user-img .online {
  background: #1fcf9d;
}
.message-box .message-widget a .user-img .busy {
  background: #f90746;
}
.message-box .message-widget a .user-img .away {
  background: #ff8291;
}
.message-box .message-widget a .user-img .offline {
  background: #ff8291;
}
.message-box .message-widget a .mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.message-box .message-widget a .mail-contnet h5 {
  margin: 5px 0px 0;
}
.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #37555c;
  white-space: nowrap;
}

/*******************/
/*Calendar widget*/
/*******************/
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 0px !important;
}

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  color: #37555c;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
}
.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #f2f7f8;
}
.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #f2f7f8;
}

.fc-view {
  margin-top: 0px;
}

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px;
}

.fc-button {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #37555c;
  text-transform: capitalize;
}
.fc-button:hover {
  background: #f2f4f8;
  opacity: 0.8;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #F5F5F5;
}

.fc-unthemed .fc-today {
  border: 1px solid #f90746;
  background: #f2f4f8 !important;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #ffffff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #1e88e5;
}

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #1e88e5;
}
.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}
.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block;
}

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}
.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #ffffff;
  background: #263238;
  margin-right: 15px;
}
.steamline .sl-left img {
  max-width: 40px;
}

.steamline .sl-right {
  padding-left: 50px;
}
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 30px;
}

.steamline .sl-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 20px 0;
}

.sl-date {
  font-size: 10px;
  color: #99abb4;
}

.time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}
.time-item:before {
  content: " ";
  display: table;
}
.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;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.item-info p {
  margin-bottom: 10px !important;
}

/*******************/
/*Feed widget*/
/*******************/
.feeds {
  margin: 0px;
  padding: 0px;
}
.feeds li {
  list-style: none;
  padding: 10px;
  display: block;
}
.feeds li:hover {
  background: #f4f4f4;
}
.feeds li > div {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}
.feeds li > div i {
  line-height: 40px;
}
.feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

/*******************/
/*Vertical carousel*/
/*******************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*******************/
/*social-widgets*/
/*******************/
.social-widget .soc-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.social-widget .soc-header.box-facebook {
  background: #3b5998;
}
.social-widget .soc-header.box-twitter {
  background: #00aced;
}
.social-widget .soc-header.box-google {
  background: #f86c6b;
}
.social-widget .soc-header.box-linkedin {
  background: #4875b4;
}
.social-widget .soc-content {
  display: flex;
  text-align: center;
}
.social-widget .soc-content div {
  padding: 10px;
}
.social-widget .soc-content div h3 {
  margin-bottom: 0px;
}

/*******************/
/*Guage chart*/
/*******************/
.gaugejs-box {
  position: relative;
  margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important;
}

/*******************/
/*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;
}

/*******************/
/*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;
}

/*******************/
/*profile timeline widget*/
/*******************/
.profiletimeline {
  position: relative;
  margin-left: 70px;
  margin-right: 10px;
}
.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;
}

/*Blog widgets*/
.blog-widget {
  margin-top: 30px;
}
.blog-widget .blog-image img {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*Weather smal;*/
.weather-small h1 {
  line-height: 30px;
}
.weather-small sup {
  font-size: 60%;
}

/*little-profile*/
.little-profile .pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}
.little-profile .pro-img img {
  width: 128px;
  height: 128px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.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;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@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*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
  align-items: normal;
}

.form-control-line .form-control.form-control-success:focus {
  border-bottom: 1px solid #1fcf9d;
}
.form-control-line .form-control.form-control-warning:focus {
  border-bottom: 1px solid #ff8291;
}
.form-control-line .form-control.form-control-danger:focus {
  border-bottom: 1px solid #f90746;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #1fcf9d;
}

.has-success .form-control-success {
  background-image: url(../../assets/images/icon/success.svg);
}

.has-success .form-control {
  border-color: #1fcf9d;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff8291;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
  border-color: #ff8291;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #f90746;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
  border-color: #f90746;
}

.input-group-addon [type=radio]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=checkbox]:checked {
  position: initial;
  opacity: 1;
}

.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: 1299px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .hidden-xlg-down {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg-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, .card-inverser .card-blockquote,
.card-inverser .card-footer,
.card-inverser .card-header,
.card-inverser .card-title {
  color: #ffffff;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
@media (min-width: 1650px) {
  .widget-app-columns {
    column-count: 3;
  }
  .campaign {
    height: 365px !important;
  }
}
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
  .widget-app-columns {
    column-count: 2;
  }
}
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 240px;
  }
  .footer {
    left: 240px;
  }
}
@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 0px; /*60*/
    transition: 0.2s ease-in;
  }
  .footer {
    left: 60px;
  }
  .widget-app-columns {
    column-count: 1;
  }
  .inbox-center a {
    width: 200px;
  }
}
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) { /*768*/
  .navbar-header {
    width: 240px;
    flex-shrink: 0;
  }
  .navbar-header .navbar-brand {
    padding-top: 0px;
  }
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
  }
  .mini-sidebar .page-wrapper {
    /*margin-left:60px;*/
    margin-left: 0px;
  }
  .mini-sidebar .footer {
    left: 60px;
  }
  .flex-wrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
  }
}
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }
  .topbar .top-navbar {
    padding-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }
  .topbar .top-navbar .navbar-collapse {
    display: flex;
    width: 100%;
  }
  .topbar .top-navbar .navbar-nav {
    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: 0.5rem;
    padding-right: 0.5rem;
  }
  .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*/
  .footer {
    left: 0px;
  }
  .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, .loginsync-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;
    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*/
  /* CH lets not */
  /*
     ul.timeline:before {
         left: 40px;
     }
     ul.timeline>li>.timeline-panel {
         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 {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }
  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
$bodyfont:'Poppins', sans-serif;
$headingfont:'Poppins', sans-serif;
*/
/*Theme Colors*/
/* #47555c;*/
/*bootstrap Color*/
/* #fc4b4c;*/
/*#27ae60;*/
/*#1e88e5;*/
/*Light colors*/
/*#2c3e50; #6352ce;*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=radio] + label:before,
[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type=radio]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=checkbox] {
  /* checkbox aspect */
}

[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type=checkbox].filled-in + label:after {
  border-radius: 2px;
}

[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

.scale-up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: right 0px;
}

.scale-up-left {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: left 0px;
}

.show > .scale-up {
  transform: scale(1);
  transform-origin: right 0px;
}

.show > .scale-up-left {
  transform: scale(1);
  transform-origin: left 0px;
}

/*panels*/
.card {
  box-shadow: unset;
  border-radius: 0;
  border: none;
}

.well, pre {
  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;
}

/*Radio button*/
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent;
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px transparent;
  }
}
/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: -40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.demo-checkbox label, .demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}

.demo-swtich .demo-switch-title, .demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

[type=checkbox] + label {
  padding-left: 26px;
  height: 25px;
  line-height: 21px;
  font-weight: normal;
}
[type=checkbox]:checked + label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;
}
[type=checkbox]:checked.chk-col-red + label:before {
  border-right: 2px solid #fb3a3a;
  border-bottom: 2px solid #fb3a3a;
}
[type=checkbox]:checked.chk-col-pink + label:before {
  border-right: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63;
}
[type=checkbox]:checked.chk-col-purple + label:before {
  border-right: 2px solid #7460ee;
  border-bottom: 2px solid #7460ee;
}
[type=checkbox]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
}
[type=checkbox]:checked.chk-col-indigo + label:before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
}
[type=checkbox]:checked.chk-col-blue + label:before {
  border-right: 2px solid #02bec9;
  border-bottom: 2px solid #02bec9;
}
[type=checkbox]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}
[type=checkbox]:checked.chk-col-cyan + label:before {
  border-right: 2px solid #00BCD4;
  border-bottom: 2px solid #00BCD4;
}
[type=checkbox]:checked.chk-col-teal + label:before {
  border-right: 2px solid #009688;
  border-bottom: 2px solid #009688;
}
[type=checkbox]:checked.chk-col-green + label:before {
  border-right: 2px solid #26c6da;
  border-bottom: 2px solid #26c6da;
}
[type=checkbox]:checked.chk-col-light-green + label:before {
  border-right: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A;
}
[type=checkbox]:checked.chk-col-lime + label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39;
}
[type=checkbox]:checked.chk-col-yellow + label:before {
  border-right: 2px solid #ffe821;
  border-bottom: 2px solid #ffe821;
}
[type=checkbox]:checked.chk-col-amber + label:before {
  border-right: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
}
[type=checkbox]:checked.chk-col-orange + label:before {
  border-right: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
}
[type=checkbox]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722;
}
[type=checkbox]:checked.chk-col-brown + label:before {
  border-right: 2px solid #795548;
  border-bottom: 2px solid #795548;
}
[type=checkbox]:checked.chk-col-grey + label:before {
  border-right: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
}
[type=checkbox]:checked.chk-col-blue-grey + label:before {
  border-right: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B;
}
[type=checkbox]:checked.chk-col-black + label:before {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
[type=checkbox]:checked.chk-col-white + label:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}
[type=checkbox].filled-in:checked.chk-col-red + label:after {
  border: 2px solid #fb3a3a;
  background-color: #fb3a3a;
}
[type=checkbox].filled-in:checked.chk-col-pink + label:after {
  border: 2px solid #E91E63;
  background-color: #E91E63;
}
[type=checkbox].filled-in:checked.chk-col-purple + label:after {
  border: 2px solid #7460ee;
  background-color: #7460ee;
}
[type=checkbox].filled-in:checked.chk-col-deep-purple + label:after {
  border: 2px solid #673AB7;
  background-color: #673AB7;
}
[type=checkbox].filled-in:checked.chk-col-indigo + label:after {
  border: 2px solid #3F51B5;
  background-color: #3F51B5;
}
[type=checkbox].filled-in:checked.chk-col-blue + label:after {
  border: 2px solid #02bec9;
  background-color: #02bec9;
}
[type=checkbox].filled-in:checked.chk-col-light-blue + label:after {
  border: 2px solid #03A9F4;
  background-color: #03A9F4;
}
[type=checkbox].filled-in:checked.chk-col-cyan + label:after {
  border: 2px solid #00BCD4;
  background-color: #00BCD4;
}
[type=checkbox].filled-in:checked.chk-col-teal + label:after {
  border: 2px solid #009688;
  background-color: #009688;
}
[type=checkbox].filled-in:checked.chk-col-green + label:after {
  border: 2px solid #26c6da;
  background-color: #26c6da;
}
[type=checkbox].filled-in:checked.chk-col-light-green + label:after {
  border: 2px solid #8BC34A;
  background-color: #8BC34A;
}
[type=checkbox].filled-in:checked.chk-col-lime + label:after {
  border: 2px solid #CDDC39;
  background-color: #CDDC39;
}
[type=checkbox].filled-in:checked.chk-col-yellow + label:after {
  border: 2px solid #ffe821;
  background-color: #ffe821;
}
[type=checkbox].filled-in:checked.chk-col-amber + label:after {
  border: 2px solid #FFC107;
  background-color: #FFC107;
}
[type=checkbox].filled-in:checked.chk-col-orange + label:after {
  border: 2px solid #FF9800;
  background-color: #FF9800;
}
[type=checkbox].filled-in:checked.chk-col-deep-orange + label:after {
  border: 2px solid #FF5722;
  background-color: #FF5722;
}
[type=checkbox].filled-in:checked.chk-col-brown + label:after {
  border: 2px solid #795548;
  background-color: #795548;
}
[type=checkbox].filled-in:checked.chk-col-grey + label:after {
  border: 2px solid #9E9E9E;
  background-color: #9E9E9E;
}
[type=checkbox].filled-in:checked.chk-col-blue-grey + label:after {
  border: 2px solid #607D8B;
  background-color: #607D8B;
}
[type=checkbox].filled-in:checked.chk-col-black + label:after {
  border: 2px solid #000000;
  background-color: #000000;
}
[type=checkbox].filled-in:checked.chk-col-white + label:after {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

[type=radio]:not(:checked) + label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}
[type=radio]:checked + label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type=radio].radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-purple:checked + label:after {
  background-color: #7460ee;
  border-color: #7460ee;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border-color: #02bec9;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border-color: #03A9F4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-teal:checked + label:after {
  background-color: #009688;
  border-color: #009688;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-green:checked + label:after {
  background-color: #26c6da;
  border-color: #26c6da;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-brown:checked + label:after {
  background-color: #795548;
  border-color: #795548;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-black:checked + label:after {
  background-color: #000000;
  border-color: #000000;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-white:checked + label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-pink:checked + label:before {
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-purple:checked + label:after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-indigo:checked + label:before {
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-cyan:checked + label:before {
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-teal:checked + label:after {
  background-color: #009688;
  border: 2px solid #009688;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-green:checked + label:after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-green:checked + label:before {
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-lime:checked + label:before {
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-amber:checked + label:before {
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-brown:checked + label:before {
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-brown:checked + label:after {
  background-color: #795548;
  border: 2px solid #795548;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue-grey:checked + label:before {
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-black:checked + label:after {
  background-color: #000000;
  border: 2px solid #000000;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}
[type=radio].with-gap.radio-col-white:checked + label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  animation: ripple 0.2s linear forwards;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}
.switch label .lever {
  margin: 0 14px;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
  background-color: #fb3a3a;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
  background-color: #E91E63;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
  background-color: #7460ee;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
  background-color: #673AB7;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
  background-color: #3F51B5;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
  background-color: #02bec9;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
  background-color: #03A9F4;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
  background-color: #00BCD4;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
  background-color: #009688;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
  background-color: #26c6da;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
  background-color: #8BC34A;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
  background-color: #CDDC39;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
  background-color: #ffe821;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
  background-color: #FFC107;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
  background-color: #FF9800;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
  background-color: #FF5722;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
  background-color: #795548;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
  background-color: #9E9E9E;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
  background-color: #607D8B;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
  background-color: #000000;
}
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
  background-color: #ffffff;
}
