/*! * AdminLTE v2.3.7 * Author: Almsaeed Studio * Website: Almsaeed Studio <http://almsaeedstudio.com> * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT for more information ! */

/* Core: General Layout Style * ------------------------- */

:root {
  --main-color: #142135;
  --main-blue-color: #14256A;
  --main-text-color: #101038;
  --secondary-text-color: #7c9eaf;
  --main-link-color: #144339;
  --gray-border-color: #f7f7f7;
}


@font-face {
  font-family : 'Notification';
  font-style  : normal;
  font-weight : normal;
}

.customer-date .react-datepicker__input-container {
  display : block;
}

html {
  -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
  min-height : 100%;
  background : #f1f4f6;
}


.layout-boxed body,
.layout-boxed html {
  height : 100%;
}

body {
  overflow-x              : hidden;
  overflow-y              : auto;
  font-family             : 'Nunito',
                            Helvetica,
                            Arial,
                            sans-serif;
  font-size               : 13px;
  font-weight             : 400;
  -webkit-font-smoothing  : antialiased;
  -moz-osx-font-smoothing : grayscale;
}

.logo-width .img-width {
  width : 140px;
}

/* Layout */


.wrapper {
  position   : relative;
  min-height : 100%;
  overflow   : hidden;
}

.wrapper:after,
.wrapper:before {
  content : " ";
  display : table;
}

.form-group {
  margin-bottom : 0;
}

.react-datepicker-wrapper {
  display:block!important;
}

.multi-dateinput {
width: 100%;
min-height: 47px;
padding: 6px 10px 5px 32px!important;
border: 1px solid #dbdbdb;
border-radius: 0;
border-radius: 0;
outline: 0;
font-size: 12px;
min-width:185px;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  padding:0!important;
  left:0.5rem;
  top:30%;
}

.modal-title {
  width            : 101%;
  margin-top       : -1px;
  margin-left      : -.5%;
  padding          : 20px;
  color            : white;
  background-color : #3c8dbc;
  box-shadow       : 0px 0px 14px 1px #555;
  text-align       : center;
}

.loadingDiv {
  z-index          : 100000;
  position         : fixed;
  width            : 100%;
  height           : 100%;
  padding-top      : 35vh;
  background-color : rgba(0, 0, 0, 0.7);
  text-align       : center;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color : rgba(0, 0, 0, 0.7)!important;
}

.new-textarea-comment {
  width         : 100% !important;
  height        : 100px !important;
  margin-bottom : 10px;
  overflow-x    : hidden;
}

.m-t-20-up {
  margin-top : -20px;
}

.form-label {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.loading-pic {
  width : 300px;
}

.wrapper:after {
  clear : both;
}

.table-pad-l-8 {
  padding-left : 8px;
}

.align-center {
  text-align : center;
}

.layout-boxed .wrapper {
  position   : relative;
  max-width  : 1250px;
  min-height : 100%;
  margin     : 0 auto;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); */
}

.filter-clear {
  margin-left     : 10px;
  color           : #888;
  text-decoration : underline;
  font-size       : 12px;
  cursor          : pointer;
}

.filter-clear-disabled {
  margin-left     : 10px;
  color           : #bbb;
  text-decoration : underline;
  font-size       : 12px;
  cursor          : pointer;
}

select {
  -webkit-appearance    : button;
  -webkit-border-radius : 0;
  -webkit-box-shadow    : none;
  border:1px solid #c7c7c7;
}

.table > tbody > tr > td {
  padding   : 15px 8px;
  font-size : 14px;
}

.float-left {
  float : left;
}

.filterHeader {
  color       : #bbb;
  font-size   : 24px;
  font-weight : 700;
}

.filters {
  margin-top : 30px;
  padding    : 15px;
  background : #efefef;
}

.dv-star-rating-empty-star {
  color : #b4b4b4 !important;
}

.filterStars label {
  margin-top    : 10px;
  margin-bottom : -7px !important;
  font-size     : 16px;
}

.filterSubHeader {
  padding-right : 10px;
}

.main-box-head {
  padding       : 25px 0;
  border-bottom : 2px solid #f9f9f9;
}

.main-box-head.no-bottom-border {
  border-bottom : 0;
}

.extra-content {
  margin-top : 20px;
  background : transparent;
}

.Select .Select-control {
  min-height    : 47px;
  border        : 1px solid #dbdbdb;
  border-radius : 0;
  box-shadow    : none;
}

.Select .Select-menu-outer {
  background : #fff;
}

.col-md-2 .Select-placeholder,
.col-md-2 .Select--single > .Select-control .Select-value {
  padding-left : 20px;
  line-height  : 45px;
}

.status-col .Select-placeholder,
.status-col .Select--single > .status-col .Select-value {
  padding-left : 20px;
  line-height  : 45px;
}

.Select--multi .Select-multi-value-wrapper {
  padding : 6px 0 0 8px;
}

.DateRangePicker .DateInput_input {
  padding     : 11px 0 9px 0;
  background  : transparent;
  text-align  : center;
  font-size   : 14px;
  font-weight : normal;
}

.DateRangePicker .DateInput {
  border     : 0;
  background : transparent;
}

.DateRangePicker .DateRangePickerInput__withBorder {
  border        : 1px solid #dbdbdb;
  border-radius : 10px;
  background    : transparent;
  box-shadow    : inset 0 0 12px 1px rgba(184,184,184,0.50);
}

.search-div {
  position  : relative;
  min-width : 320px;
}


.Select-placeholder,
.Select--single > .Select-control .Select-value {
  padding-left : 6px;
  color        : #484848;
  font-size    : 13px;
  line-height  : 47px;
}

.new-search-input {
  width         : 100%;
  min-height    : 47px;
  padding       : 5px 20px 5px 10px;
  border        : 1px solid #dbdbdb;
  border-radius : 0;
  border-radius : 0;
  outline       : 0;
  font-size     : 12px;
}

.new-search-input:focus {
  outline : 0;
}

.Select--multi .Select-value {
  font-size : 12px;
}

.new-search-input::placeholder {
  padding-left : 6px;
  color        : #484848;
}

.new-search-icon {
  margin-top       : -2px;
  margin-left      : -30px;
  padding          : 7px;
  border-left      : none;
  background-color : white;
  align-self       : center;
}

.layout-boxed {
  background : url('/images/admin/boxed-bg.jpg') repeat fixed;
}


/** BUTTONS **/



/**
 * Content Wrapper - contains the main content * ```.right-side has been
 * deprecated as of v2.0.0 in favor of .content-wrapper ```
 */

.content-wrapper {
 min-height : 100vh;
 background : #F3F4F3;
}

.content-wrapper:before {
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 250px;
    z-index: 0;
    background: var(--main-color);
    content: '';
    border-radius: 0px;
    left: 0;
}

.content-wrapper.content-wrapper-details:before {
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 320px;
    z-index: 0;
    background: var(--main-color);
    content: '';
    border-radius: 0px;
    left: 0;
}

.content-wrapper,
.main-footer,
.right-side {
  z-index            : 820;
  padding-left       : 270px;
  padding-right      : 30px;
  -moz-transition    : -moz-transform 0.3s ease-in-out,
                       margin 0.3s ease-in-out;
  -o-transition      : -o-transform 0.3s ease-in-out,
                       margin 0.3s ease-in-out;
  -webkit-transition : -webkit-transform 0.3s ease-in-out,
                       margin 0.3s ease-in-out;
  transition         : transform 0.3s ease-in-out,
                       margin 0.3s ease-in-out;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer,
.layout-top-nav .right-side {
  margin-left : 0;
}

@media
  (max-width : 767px) {
  .content-wrapper,
  .main-footer,
  .right-side {
    margin-top   : 10px;
    margin-left  : 0;
    padding-left : 15px;
  }
}

@media
  (min-width : 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer,
  .sidebar-collapse .right-side {
    margin-left : 0;
  }
}

@media
  (max-width : 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer,
  .sidebar-open .right-side {
    -ms-transform     : translate(230px, 0);
    -o-transform      : translate(230px, 0);
    -webkit-transform : translate(230px, 0);
    transform         : translate(230px, 0);
  }
}

.ReactModalPortal {
  z-index  : 1000;
  position : relative;
}

.p-t-0 {
  padding-top : 0px;
}

.p-t-20 {
  padding-top : 20px;
}

.p-t-30 {
  padding-top : 30px;
}

.main-footer {
  padding    : 15px;
  color      : #444;
  border-top : 1px solid #d2d6de;
  background : #fff;
}

/* Fixed layout */

.fixed .left-side,
.fixed .main-header,
.fixed .main-sidebar {
  position : fixed;
}

.fixed .main-header {
  top   : 0;
  right : 0;
  left  : 0;
}

@media
  (max-width : 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top : 100px;
  }
}

.fixed.layout-boxed .wrapper {
  max-width : 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .left-side,
body.hold-transition .main-footer,
body.hold-transition .main-header .logo,
body.hold-transition .main-header .navbar,
body.hold-transition .main-sidebar,
body.hold-transition .right-side {
  /* Fix for IE */
  -o-transition      : none;
  -webkit-transition : none;
  transition         : none;
}

/* Content */

.content {
  min-height    : 250px;
  margin-right  : auto;
  margin-left   : auto;
  padding       : 15px;
  padding-right : 15px;
  padding-left  : 15px;
}

/* General Links */

a {
  color : #3c8dbc;
}

a:active,
a:focus,
a:hover {
  color           : #72afd2;
  outline         : none;
  text-decoration : none;
}

/* Page Header */

.page-header {
  margin    : 10px 0 20px 0;
  font-size : 22px;
}

.page-header > small {
  display    : block;
  margin-top : 5px;
  color      : #666;
}

/* Component: Main Header * ---------------------- */

.agent-statistics h4 {
  padding : 25px 0 0 20px;
}

.main-header {
  z-index    : 1030;
  position   : fixed;
  width      : 100%;
  max-height : 100px;
}

h2.box-title {
  margin-top  : 35px;
  margin-bottom: 35px;
  text-shadow : none;
  color: #fff;
  font-size   : 26px;
}
h2.box-title-dark {
  color:var(--main-color);
}

.main-header .navbar {
  min-height         : 50px;
  margin-bottom      : 0;
  margin-left        : 230px;
  border             : none;
  border-radius      : 0;
  -o-transition      : margin-left 0.3s ease-in-out;
  -webkit-transition : margin-left 0.3s ease-in-out;
  transition         : margin-left 0.3s ease-in-out;
}

.layout-top-nav .main-header .navbar {
  margin-left : 0;
}

.main-header #navbar-search-input.form-control {
  border-color : transparent;
  background   : rgba(255, 255, 255, 0.2);
}

.main-header #navbar-search-input.form-control:active,
.main-header #navbar-search-input.form-control:focus {
  border-color : rgba(0, 0, 0, 0.1);
  background   : rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
  color   : #ccc;
  opacity : 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color : #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color : #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float : right;
}

@media
  (max-width : 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color      : inherit;
    background : transparent;
  }
}

@media
  (max-width : 767px) {
  .main-header .navbar-right {
    float : none;
  }

  .navbar-collapse .main-header .navbar-right {
    margin : 7.5px -15px;
  }

  .main-header .navbar-right > li {
    color  : inherit;
    border : 0;
  }
}

.main-header .sidebar-toggle {
  float            : left;
  padding          : 15px 15px;
  background-image : none;
  background-color : transparent;
  font-family      : fontAwesome;
}

.main-header .sidebar-toggle:before {
  content : "\f0c9";
}

.main-header .sidebar-toggle:hover {
  color : #fff;
}

.main-header .sidebar-toggle:active,
.main-header .sidebar-toggle:focus {
  background : transparent;
}

.main-header .sidebar-toggle .icon-bar {
  display : none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right : 5px;
}

.main-header .navbar .nav > li > a > .label {
  position    : absolute;
  top         : 9px;
  right       : 7px;
  padding     : 2px 3px;
  text-align  : center;
  font-size   : 9px;
  line-height : .9;
}

.main-header .logo {
  display            : block;
  width              : 230px;
  height             : 50px;
  float              : left;
  padding            : 0 15px;
  overflow           : hidden;
  text-align         : center;
  font-family        : "Nunito",
                       Helvetica,
                       Arial,
                       sans-serif;
  font-size          : 20px;
  font-weight        : 400;
  line-height        : 50px;
  -o-transition      : width 0.3s ease-in-out;
  -webkit-transition : width 0.3s ease-in-out;
  transition         : width 0.3s ease-in-out;
}

.main-header .logo .logo-lg {
  display : block;
}

.main-header .logo .logo-mini {
  display : none;
}

.main-header .navbar-brand {
  color : #fff;
}

.content-header {
  position      : relative;
  margin-bottom : 0;
  padding       : 15px 15px 15px 15px;
}

.content-body {
  position      : relative;
  margin-bottom : 0;
}

.content-header > h1 {
  margin    : 0;
  font-size : 24px;
}

.content-header > h1 > small {
  display     : inline-block;
  font-size   : 15px;
  font-weight : 300;
}

.content-header > .breadcrumb {
  position      : absolute;
  top           : 15px;
  right         : 10px;
  float         : right;
  margin-top    : 0;
  margin-bottom : 0;
  padding       : 7px 5px;
  border-radius : 2px;
  background    : transparent;
  font-size     : 12px;
}

.content-header > .breadcrumb > li > a {
  display         : inline-block;
  color           : #444;
  text-decoration : none;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right : 5px;
}

.content-header > .breadcrumb > li + li:before {
  content : '>\00a0';
}

@media
  (max-width : 991px) {
  .content-header > .breadcrumb {
    position     : relative;
    top          : 0;
    right        : 0;
    float        : none;
    margin-top   : 5px;
    padding-left : 10px;
    background   : #d2d6de;
  }

  .content-header > .breadcrumb li:before {
    color : #97a0b3;
  }
}

.navbar-toggle {
  margin  : 0;
  padding : 15px 15px;
  color   : #fff;
  border  : 0;
}

@media
  (max-width : 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float : left;
  }

  .navbar-custom-menu .navbar-nav {
    float  : left;
    margin : 0;
  }

  .navbar-custom-menu .navbar-nav > li > a {
    padding-top    : 15px;
    padding-bottom : 15px;
    line-height    : 20px;
  }
}

@media
  (max-width : 767px) {
  .main-header {
    position   : fixed;
    margin-top : -70px;
  }

  .main-header .logo,
  .main-header .navbar {
    width : 100%;
    float : none;
  }

  .main-header .navbar {
    margin : 0;
  }

  .main-header .navbar-custom-menu {
    float : right;
  }
}

@media
  (max-width : 991px) {
  .navbar-collapse.pull-left {
    float : none !important;
  }

  .navbar-collapse.pull-left + .navbar-custom-menu {
    display  : block;
    position : absolute;
    top      : 0;
    right    : 40px;
  }
}

/* Component: Sidebar * ------------------ */

.left-side,
.main-sidebar {
  z-index            : 810;
  position           : fixed;
  top                : 0;
  bottom             : 0;
  left               : 0;
  width              : 230px;
  min-height         : 100%;
  overflow-y         : scroll;
  -moz-transition    : -moz-transform 0.3s ease-in-out,
                       width 0.3s ease-in-out;
  -o-transition      : -o-transform 0.3s ease-in-out,
                       width 0.3s ease-in-out;
  -webkit-transition : -webkit-transform 0.3s ease-in-out,
                       width 0.3s ease-in-out;
  transition         : transform 0.3s ease-in-out,
                       width 0.3s ease-in-out;
  /* padding-top: 55px; */
}

.main-sidebar {
  position : fixed;
}

@media
  (max-width : 767px) {
  .left-side,
  .main-sidebar {
    padding-top : 100px;
  }
}

@media
  (max-width : 767px) {
  .left-side,
  .main-sidebar {
    -ms-transform     : translate(-230px, 0);
    -o-transform      : translate(-230px, 0);
    -webkit-transform : translate(-230px, 0);
    transform         : translate(-230px, 0);
  }
}

@media
  (min-width : 768px) {
  .sidebar-collapse .left-side,
  .sidebar-collapse .main-sidebar {
    -ms-transform     : translate(-230px, 0);
    -o-transform      : translate(-230px, 0);
    -webkit-transform : translate(-230px, 0);
    transform         : translate(-230px, 0);
  }
}

@media
  (max-width : 767px) {
  .sidebar-open .left-side,
  .sidebar-open .main-sidebar {
    -ms-transform     : translate(0, 0);
    -o-transform      : translate(0, 0);
    -webkit-transform : translate(0, 0);
    transform         : translate(0, 0);
  }
}

.sidebar-form input:focus {
  border-color : transparent;
}

.user-panel {
  position : relative;
  width    : 100%;
  padding  : 10px;
  overflow : hidden;
}

.user-panel:after,
.user-panel:before {
  content : " ";
  display : table;
}

.user-panel:after {
  clear : both;
}

.user-panel > .image > img {
  width     : 100%;
  max-width : 45px;
  height    : auto;
}

.user-panel > .info {
  position    : absolute;
  left        : 55px;
  padding     : 5px 5px 5px 15px;
  line-height : 1;
}

.user-panel > .info > p {
  margin-bottom : 9px;
  font-weight   : 600;
}

.user-panel > .info > a {
  margin-top      : 3px;
  padding-right   : 5px;
  text-decoration : none;
  font-size       : 11px;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .glyphicon,
.user-panel > .info > a > .ion {
  margin-right : 3px;
}

.sidebar-menu {
  margin     : 15px 0 0 0;
  padding    : 0;
  list-style : none;
}

.sidebar-menu > li {
  position : relative;
  margin   : 0;
  padding  : 0;
}

.sidebar-menu > li > a {
  display : block;
  padding : 12px 5px 12px 15px;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width : 20px;
}

.sidebar-menu > li .badge,
.sidebar-menu > li .label {
  margin-right : 5px;
}

.sidebar-menu > li .badge {
  margin-top : 3px;
}

.sidebar-menu li.header {
  padding   : 10px 25px 10px 15px;
  font-size : 12px;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width        : auto;
  height       : auto;
  margin-right : 10px;
  padding      : 0;
  -webkit-transform: rotate(0);
  transform: rotate( 0 );
}

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
  -ms-transform     : rotate(-90deg);
  -o-transform      : rotate(-90deg);
  -webkit-transform : rotate(-90deg);
  transform         : rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
  display : block;
}

.sidebar-menu .treeview-menu {
  display      : none;
  margin       : 0;
  padding      : 0;
  padding-left : 5px;
  list-style   : none;
}

.sidebar-menu .treeview-menu .treeview-menu {
  padding-left : 20px;
}

.sidebar-menu .treeview-menu > li {
  margin : 0;
}

.sidebar-menu .treeview-menu > li > a {
  display   : block;
  padding   : 10px 10px 10px 15px;
  font-size : 14px;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width : 20px;
}

.sidebar-menu .treeview-menu > li > a > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left {
  width : auto;
}

/* Component: Sidebar Mini */

@media
  (min-width : 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .main-footer,
  .sidebar-mini.sidebar-collapse .right-side {
    z-index     : 840;
    margin-left : 60px !important;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    z-index           : 850;
    width             : 60px !important;
    -ms-transform     : translate(0, 0);
    -o-transform      : translate(0, 0);
    -webkit-transform : translate(0, 0);
    transform         : translate(0, 0);
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position : relative;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right : 0;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius : 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius : 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top                : 5px;
    padding-bottom             : 5px;
    border-bottom-right-radius : 4px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display  : block !important;
    position : absolute;
    left     : 50px;
    width    : 180px;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top              : 0;
    margin-left      : -3px;
    padding          : 12px 5px 12px 20px;
    background-color : inherit;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    top   : 10px!important;
    left  : 200px!important;
    width : auto!important;
    float : right;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display : none;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top         : 44px;
    margin-left : 0;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display           : none !important;
    -webkit-transform : translateZ(0);
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width : 60px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display      : block;
    margin-right : -15px;
    margin-left  : -15px;
    font-size    : 18px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display : none;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left : 60px;
  }
}

.main-sidebar .user-panel,
.sidebar-menu,
.sidebar-menu > li.header {
  overflow    : hidden;
  white-space : nowrap;
}

.sidebar-menu:hover {
  overflow : visible;
}

.sidebar-form,
.sidebar-menu > li.header {
  overflow      : hidden;
  text-overflow : clip;
}

.sidebar-menu li > a {
  position : relative;
}

.sidebar-menu li > a > .pull-right-container {
  position   : absolute;
  top        : 50%;
  right      : 10px;
  margin-top : -7px;
}

/* Component: Control sidebar. By default, this is the right sidebar. */

.control-sidebar-bg {
  z-index  : 1000;
  position : fixed;
  bottom   : 0;
}

.control-sidebar-bg,
.control-sidebar {
  top                : 0;
  right              : -230px;
  width              : 230px;
  -o-transition      : right 0.3s ease-in-out;
  -webkit-transition : right 0.3s ease-in-out;
  transition         : right 0.3s ease-in-out;
}

.control-sidebar {
  z-index  : 1010;
  position : absolute;
  /* padding-top: 50px; */
}

@media
  (max-width : 768px) {
  .control-sidebar {
    padding-top : 100px;
  }
}

.control-sidebar > .tab-content {
  padding : 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right : 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right : 0;
}

@media
  (min-width : 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .main-footer,
  .control-sidebar-open .right-side {
    margin-right : 230px;
  }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover {
  border-left-width : 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
  border-radius : 0;
}

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top    : none;
  border-right  : none;
  border-bottom : 1px solid transparent;
  border-left   : 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size : 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:active,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:hover {
  border-top    : none;
  border-right  : none;
  border-bottom : none;
}

@media
  (max-width : 768px) {
  .nav-tabs.control-sidebar-tabs {
    display : table;
  }

  .nav-tabs.control-sidebar-tabs > li {
    display : table-cell;
  }
}

.control-sidebar-heading {
  margin-bottom : 10px;
  padding       : 10px 0;
  font-size     : 16px;
  font-weight   : 400;
}

.control-sidebar-subheading {
  display     : block;
  font-size   : 14px;
  font-weight : 400;
}

.control-sidebar-menu {
  margin     : 0 -15px;
  padding    : 0;
  list-style : none;
}

.control-sidebar-menu > li > a {
  display : block;
  padding : 10px 15px;
}

.control-sidebar-menu > li > a:after,
.control-sidebar-menu > li > a:before {
  content : " ";
  display : table;
}

.control-sidebar-menu > li > a:after {
  clear : both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top : 0;
}

.control-sidebar-menu .menu-icon {
  width         : 35px;
  height        : 35px;
  float         : left;
  border-radius : 50%;
  text-align    : center;
  line-height   : 35px;
}

.control-sidebar-menu .menu-info {
  margin-top  : 3px;
  margin-left : 45px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin : 0;
}

.control-sidebar-menu .menu-info > p {
  margin    : 0;
  font-size : 11px;
}

.control-sidebar-menu .progress {
  margin : 0;
}

.control-sidebar-dark {
  color : #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background : #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom : #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  color      : #b8c7ce;
  background : #181f23;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-bottom-color : #141a1d;
  border-left-color   : #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  background : #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color : #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover {
  color      : #fff;
  background : #222d32;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color : #fff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background : #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color : #b8c7ce;
}

.control-sidebar-light {
  color : #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  border-left : 1px solid #d2d6de;
  background  : #f9fafc;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom : #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  color      : #444444;
  background : #e8ecf4;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
  border-bottom-color : #d2d6de;
  border-left-color   : #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover {
  background : #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover {
  color      : #111;
  background : #f9fafc;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color : #111;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left : -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background : #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color : #5e5e5e;
}

/* Component: Dropdown menus * ------------------------- */

/* Dropdowns in general */

.dropdown-menu {
  border-color : #eee;
  box-shadow   : none;
}

.dropdown-menu > li > a {
  color : #777;
}

.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .ion {
  margin-right : 10px;
}

.dropdown-menu > li > a:hover {
  color            : #333;
  background-color : #e1e3e9;
}

.dropdown-menu > .divider {
  background-color : #eee;
}

.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  top     : 100%;
  width   : 280px;
  margin  : 0;
  padding : 0 0 0 0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position : relative;
}

.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  padding                    : 7px 10px;
  color                      : #444444;
  border-bottom              : 1px solid #f4f4f4;
  border-top-left-radius     : 4px;
  border-top-right-radius    : 4px;
  border-bottom-right-radius : 0;
  border-bottom-left-radius  : 0;
  background-color           : #ffffff;
  font-size                  : 14px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  padding                    : 7px 10px;
  color                      : #444 !important;
  border-bottom              : 1px solid #eeeeee;
  border-top-left-radius     : 0;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 4px;
  border-bottom-left-radius  : 4px;
  background-color           : #fff;
  text-align                 : center;
  font-size                  : 12px;
}

@media
  (max-width : 991px) {
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    color      : #444 !important;
    background : #fff !important;
  }
}

.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration : none;
  font-weight     : normal;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height : 200px;
  margin     : 0;
  padding    : 0;
  overflow-x : hidden;
  list-style : none;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display       : block;
  border-bottom : 1px solid #f4f4f4;
  white-space   : nowrap;
  /* Prevent text from breaking */
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background      : #f4f4f4;
  text-decoration : none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  padding       : 10px;
  color         : #444444;
  overflow      : hidden;
  text-overflow : ellipsis;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width : 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin  : 0;
  padding : 10px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  width  : 40px;
  height : 40px;
  margin : auto 10px auto auto;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  position  : relative;
  margin    : 0 0 0 45px;
  padding   : 0;
  color     : #444444;
  font-size : 15px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  position  : absolute;
  top       : 0;
  right     : 0;
  color     : #999999;
  font-size : 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin    : 0 0 0 45px;
  color     : #888888;
  font-size : 12px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before {
  content : " ";
  display : table;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear : both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding : 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  margin    : 0 0 10px 0;
  padding   : 0;
  color     : #666666;
  font-size : 14px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  margin  : 0;
  padding : 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width                   : 280px;
  padding                 : 1px 0 0 0;
  border-top-left-radius  : 0;
  border-top-right-radius : 0;
  border-top-width        : 0;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius : 4px;
  border-bottom-left-radius  : 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height     : 175px;
  padding    : 10px;
  text-align : center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index      : 5;
  width        : 90px;
  height       : 90px;
  border       : 3px solid;
  border-color : transparent;
  border-color : rgba(255, 255, 255, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index    : 5;
  margin-top : 10px;
  color      : #fff;
  color      : rgba(255, 255, 255, 0.8);
  font-size  : 17px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display   : block;
  font-size : 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding       : 15px;
  border-top    : 1px solid #dddddd;
  border-bottom : 1px solid #f4f4f4;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before {
  content : " ";
  display : table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear : both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color : #444 !important;
}

@media
  (max-width : 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color      : #444 !important;
    background : #fff !important;
  }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  padding          : 10px;
  background-color : #f9f9f9;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before {
  content : " ";
  display : table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear : both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color : #666666;
}

@media
  (max-width : 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color : #f9f9f9;
  }
}

.navbar-nav > .user-menu .user-image {
  width         : 25px;
  height        : 25px;
  float         : left;
  margin-top    : -2px;
  margin-right  : 10px;
  border-radius : 50%;
}

@media
  (max-width : 767px) {
  .navbar-nav > .user-menu .user-image {
    float        : none;
    margin-top   : -8px;
    margin-right : 0;
    line-height  : 10px;
  }
}

/**
 * Add fade animation to dropdown menus by appending the class
 * .animated-dropdown-menu to the .dropdown-menu ul (or ol)
 */

.open:not(.dropup) > .animated-dropdown-menu {
  -o-animation        : flipInX 0.7s both;
  -webkit-animation   : flipInX 0.7s both;
  animation           : flipInX 0.7s both;
  backface-visibility : visible !important;
}

@keyframes flipInX {
  0% {
    opacity                    : 0;
    transform                  : perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function : ease-in;
  }

  40% {
    transform                  : perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function : ease-in;
  }

  60% {
    opacity   : 1;
    transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform : perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity                            : 0;
    -webkit-transform                  : perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function : ease-in;
  }

  40% {
    -webkit-transform                  : perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function : ease-in;
  }

  60% {
    opacity           : 1;
    -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
  }

  80% {
    -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform : perspective(400px);
  }
}

/* Fix dropdown menu in navbars */

.navbar-custom-menu > .navbar-nav > li {
  position : relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position : absolute;
  right    : 0;
  left     : auto;
}

@media
  (max-width : 991px) {
  .navbar-custom-menu > .navbar-nav {
    float : right;
  }

  .navbar-custom-menu > .navbar-nav > li {
    position : static;
  }

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position   : absolute;
    right      : 5%;
    left       : auto;
    border     : 1px solid #ddd;
    background : #fff;
  }
}

/* Component: Form * --------------- */

.form-control {
  border-color  : #d2d6de;
  border-radius : 0;
  box-shadow    : none;
  font-size     : 13px;
}

.form-control:focus {
  border-color : #3c8dbc;
  box-shadow   : none;
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
  color   : #bbb;
  opacity : 1;
}

.form-control:not(select) {
  -moz-appearance    : none;
  -webkit-appearance : none;
  appearance         : none;
}

.form-group.has-success label {
  color : #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color : #00a65a;
  box-shadow   : none;
}

.form-group.has-success .help-block {
  color : #00a65a;
}

.form-group.has-warning label {
  color : #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color : #f39c12;
  box-shadow   : none;
}

.form-group.has-warning .help-block {
  color : #f39c12;
}

.form-group.has-error label {
  color : #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color : #dd4b39;
  box-shadow   : none;
}

.form-group.has-error .help-block {
  color : #dd4b39;
}

/* Input group */

.input-group .input-group-addon {
  border-color     : #d2d6de;
  border-radius    : 0;
  background-color : #fff;
}

/* button groups */

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius : 0;
}

.icheck > label {
  padding-left : 0;
}

/* support Font Awesome icons in form-control */

.form-control-feedback.fa {
  line-height : 34px;
}

.form-group-lg .form-control + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.input-lg + .form-control-feedback.fa {
  line-height : 46px;
}

.form-group-sm .form-control + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.input-sm + .form-control-feedback.fa {
  line-height : 30px;
}

/* Component: Progress Bar * ----------------------- */

.progress,
.progress > .progress-bar {
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.progress,
.progress .progress-bar,
.progress > .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius : 1px;
}

/* size variation */

.progress-sm,
.progress.sm {
  height : 10px;
}

.progress-sm,
.progress-sm .progress-bar,
.progress.sm,
.progress.sm .progress-bar {
  border-radius : 1px;
}

.progress-xs,
.progress.xs {
  height : 7px;
}

.progress-xs,
.progress-xs .progress-bar,
.progress.xs,
.progress.xs .progress-bar {
  border-radius : 1px;
}

.progress-xxs,
.progress.xxs {
  height : 3px;
}

.progress-xxs,
.progress-xxs .progress-bar,
.progress.xxs,
.progress.xxs .progress-bar {
  border-radius : 1px;
}

/* Vertical bars */

.progress.vertical {
  display      : inline-block;
  position     : relative;
  width        : 30px;
  height       : 200px;
  margin-right : 10px;
}

.progress.vertical > .progress-bar {
  position : absolute;
  bottom   : 0;
  width    : 100%;
}

.progress.vertical.progress-sm,
.progress.vertical.sm {
  width : 20px;
}

.progress.vertical.progress-xs,
.progress.vertical.xs {
  width : 10px;
}

.progress.vertical.progress-xxs,
.progress.vertical.xxs {
  width : 3px;
}

.progress-group .progress-text {
  font-weight : 600;
}

.progress-group .progress-number {
  float : right;
}

/* Remove margins from progress bars when put in a table */

.table tr > td .progress {
  margin : 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
  background-color : #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image : -webkit-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : -o-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
}

.progress-bar-green,
.progress-bar-success {
  background-color : #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image : -webkit-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : -o-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
}

.progress-bar-aqua,
.progress-bar-info {
  background-color : #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image : -webkit-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : -o-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
}

.progress-bar-warning,
.progress-bar-yellow {
  background-color : #f39c12;
}

.progress-striped .progress-bar-warning,
.progress-striped .progress-bar-yellow {
  background-image : -webkit-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : -o-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
}

.progress-bar-danger,
.progress-bar-red {
  background-color : #dd4b39;
}

.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-red {
  background-image : -webkit-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : -o-linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
  background-image : linear-gradient(
                       45deg,
                       rgba(255, 255, 255, 0.15) 25%,
                       transparent 25%,
                       transparent 50%,
                       rgba(255, 255, 255, 0.15) 50%,
                       rgba(255, 255, 255, 0.15) 75%,
                       transparent 75%,
                       transparent
                     );
}

/* Component: Small Box * -------------------- */


.settings-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.settings-box {
  flex: 0 0 20%;
  display:flex;
  justify-content: center;
  align-items: stretch;
  padding: 0.5rem;
  box-sizing: border-box;
  z-index:9;
}
.settings-box:before {
  content: '';
  display: table;
  padding-top: 100%;
}
a.small-box:hover, a.small-box:focus, a.small-box:active {
    color: #fff!important;
    background-color: var(--main-blue-color);
    text-decoration: none;
    outline:none;
}

.small-box {
  flex-grow: 1;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: var(--main-link-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all 0.5s;
}

.small-box > .inner {
  margin     : 0 auto;
  padding    : 10px;
  text-align : center;
}

.small-box h3 {
  margin      : 0 0 5px 0;
  padding     : 0;
  font-size   : 20px;
  font-weight : 700;
  white-space : nowrap;
}

.small-box p {
  font-size : 13px;
}

.small-box h3,
.small-box p {
  z-index : 5;
}

.small-box:hover {
  color: var(--main-text-color);
  text-decoration : none;
}

/* Component: Box * -------------- */

.box {
  position      : relative;
  width         : 100%;
  margin-bottom : 10px;
  border        : 1px solid rgba(26, 54, 126, 0.125);
  background    : #ffffff;
  box-shadow    : none;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.box.box-primary {
  border-top-color : #3c8dbc;
}

.box.box-info {
  border-top-color : #00c0ef;
}

.box.box-danger {
  border-top-color : #dd4b39;
}

.box.box-warning {
  border-top-color : #f39c12;
}

.box.box-success {
  border-top-color : #00a65a;
}


.box.box-default {
  padding-top    : 5px;
  padding-right  : 25px;
  padding-bottom : 20px;
  padding-left   : 25px;
}

.box.box-default.box-upper-tabs {
  border-top-left-radius  : 0;
  border-top-right-radius : 0;
}

.agent-statistics .box.box-default.box-upper-tabs {
  padding-top : 50px;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display : none;
}

.box .nav-stacked > li {
  margin        : 0;
  border-bottom : 1px solid #f4f4f4;
}

.box .nav-stacked > li:last-of-type {
  border-bottom : none;
}

.box.height-control .box-body {
  max-height : 300px;
  overflow   : auto;
}

.box .border-right {
  border-right : 1px solid #f4f4f4;
}

.box .border-left {
  border-left : 1px solid #f4f4f4;
}

.box.box-solid {
  border-top : 0;
}

.box.box-solid > .box-header .btn.btn-default {
  background : transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background : rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border : 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color            : #444444;
  background       : #d2d6de;
  background-color : #d2d6de;
}

.box.box-solid.box-default > .box-header .btn,
.box.box-solid.box-default > .box-header a {
  color : #444444;
}

.box.box-solid.box-primary {
  border : 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
  color            : #ffffff;
  background       : #3c8dbc;
  background-color : #3c8dbc;
}

.box.box-solid.box-primary > .box-header .btn,
.box.box-solid.box-primary > .box-header a {
  color : #ffffff;
}

.box.box-solid.box-info {
  border : 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
  color            : #ffffff;
  background       : #00c0ef;
  background-color : #00c0ef;
}

.box.box-solid.box-info > .box-header .btn,
.box.box-solid.box-info > .box-header a {
  color : #ffffff;
}

.box.box-solid.box-danger {
  border : 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
  color            : #ffffff;
  background       : #dd4b39;
  background-color : #dd4b39;
}

.box.box-solid.box-danger > .box-header .btn,
.box.box-solid.box-danger > .box-header a {
  color : #ffffff;
}

.box.box-solid.box-warning {
  border : 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
  color            : #ffffff;
  background       : #f39c12;
  background-color : #f39c12;
}

.box.box-solid.box-warning > .box-header .btn,
.box.box-solid.box-warning > .box-header a {
  color : #ffffff;
}

.box.box-solid.box-success {
  border : 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
  color            : #ffffff;
  background       : #00a65a;
  background-color : #00a65a;
}

.box.box-solid.box-success > .box-header .btn,
.box.box-solid.box-success > .box-header a {
  color : #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
  border     : 0;
  box-shadow : none;
}

.box.box-solid[class*='bg'] > .box-header {
  color : #fff;
}

.box .box-group > .box {
  margin-bottom : 5px;
}

.box .knob-label {
  margin-bottom : 0.3em;
  color         : #333;
  text-align    : center;
  font-size     : 12px;
  font-weight   : 100;
}

.box > .loading-img,
.box > .overlay,
.overlay-wrapper > .loading-img,
.overlay-wrapper > .overlay {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index       : 50;
  border-radius : 3px;
  background    : rgba(255, 255, 255, 0.7);
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position    : absolute;
  top         : 50%;
  left        : 50%;
  margin-top  : -15px;
  margin-left : -15px;
  color       : var(--main-text-color);
  font-size   : 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background : rgba(0, 0, 0, 0.5);
}

.box-body:after,
.box-body:before,
.box-footer:after,
.box-footer:before,
.box-header:after,
.box-header:before {
  content : " ";
  display : table;
}

.box-body:after,
.box-footer:after,
.box-header:after {
  clear : both;
}

.box-header {
  display  : block;
  position : relative;
  padding  : 10px;
  color    : #444;
}

.box-header.with-border {
  border-bottom : 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom : none;
}

.box-header .box-title,
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  display     : inline-block;
  margin      : 0;
  font-size   : 24px;
  line-height : 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right : 5px;
}

.box-header > .box-tools {
  position : absolute;
  top      : 5px;
  right    : 10px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
  position : relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
  right : 0;
  left  : auto;
}

.btn-box-tool {
  padding    : 5px;
  color      : #97a0b3;
  background : transparent;
  font-size  : 12px;
}

.btn-box-tool:hover,
.open .btn-box-tool {
  color : #606c84;
}


.box-body {
  border-top-left-radius     : 0;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 3px;
  border-bottom-left-radius  : 3px;
}

.order-number-title {
  font-size : 24px;
  color:#fff;
}

.order-details-number {
  font-size : 20px;
  color:#fff;
}

.order-details-bottom {
  padding-top      : 40px;
  padding-bottom   : 40px;
  background-color : #fafafa;
}

.order-products-table {
  margin-bottom : 0;
}

.order-padding {
  padding : 0 35px;
}

.box-order-details {
  z-index                    : 2;
  position                   : relative;
  margin-bottom              : 30px;
  padding                : 35px 50px 35px 50px;
  border-top-left-radius     : 0;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
  border-bottom-left-radius  : 0;
  background                 : #fff;
  box-shadow                 : none;
}

.no-header .box-body {
  border-top-left-radius  : 3px;
  border-top-right-radius : 3px;
}

.box-body > .table {
  margin-bottom : 0;
}

.box-body .fc {
  margin-top : 5px;
}

.box-body .full-width-chart {
  margin : -19px;
}

.box-body.no-padding .full-width-chart {
  margin : -9px;
}

.box-body .box-pane {
  border-top-left-radius     : 0;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
  border-bottom-left-radius  : 3px;
}

.box-body .box-pane-right {
  border-top-left-radius     : 0;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 3px;
  border-bottom-left-radius  : 0;
}

.box-footer {
  padding-top : 25px;
  border-top  : 2px solid #f9f9f9;
}

.chart-legend {
  margin : 10px 0;
}

@media
  (max-width : 991px) {
  .chart-legend > li {
    float        : left;
    margin-right : 10px;
  }
}

.box-comments {
  background : #f7f7f7;
}

.box-comments .box-comment {
  padding       : 8px 0;
  border-bottom : 1px solid #eee;
}

.box-comments .box-comment:after,
.box-comments .box-comment:before {
  content : " ";
  display : table;
}

.box-comments .box-comment:after {
  clear : both;
}

.box-comments .box-comment:last-of-type {
  border-bottom : 0;
}

.box-comments .box-comment:first-of-type {
  padding-top : 0;
}

.box-comments .box-comment img {
  float : left;
}

.box-comments .comment-text {
  margin-left : 40px;
  color       : #555;
}

.box-comments .username {
  display     : block;
  color       : #444;
  font-weight : 600;
}

.box-comments .text-muted {
  font-size   : 12px;
  font-weight : 400;
}

/* Widget: TODO LIST */

.todo-list {
  margin     : 0;
  padding    : 0;
  overflow   : auto;
  list-style : none;
}

.todo-list > li {
  margin-bottom : 2px;
  padding       : 10px;
  color         : #444;
  border-left   : 2px solid #e6e7e8;
  border-radius : 2px;
  background    : #f4f4f4;
}

.todo-list > li:last-of-type {
  margin-bottom : 0;
}

.todo-list > li > input[type='checkbox'] {
  margin : 0 10px 0 5px;
}

.todo-list > li .text {
  display     : inline-block;
  margin-left : 5px;
  font-weight : 600;
}

.todo-list > li .label {
  margin-left : 10px;
  font-size   : 9px;
}

.todo-list > li .tools {
  display : none;
  float   : right;
  color   : #dd4b39;
}

.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right : 5px;
  cursor       : pointer;
}

.todo-list > li:hover .tools {
  display : inline-block;
}

.todo-list > li.done {
  color : #999;
}

.todo-list > li.done .text {
  text-decoration : line-through;
  font-weight     : 500;
}

.todo-list > li.done .label {
  background : #d2d6de !important;
}

.todo-list .danger {
  border-left-color : #dd4b39;
}

.todo-list .warning {
  border-left-color : #f39c12;
}

.todo-list .info {
  border-left-color : #00c0ef;
}

.todo-list .success {
  border-left-color : #00a65a;
}

.todo-list .primary {
  border-left-color : #3c8dbc;
}

.todo-list .handle {
  display : inline-block;
  margin  : 0 5px;
  cursor  : move;
}

/**
 * Chat widget (DEPRECATED - this will be removed in the next major release. Use
 * Direct Chat instead)
 */

.chat {
  padding : 5px 20px 5px 10px;
}

.chat .item {
  margin-bottom : 10px;
}

.chat .item:after,
.chat .item:before {
  content : " ";
  display : table;
}

.chat .item:after {
  clear : both;
}

.chat .item > img {
  width         : 40px;
  height        : 40px;
  border        : 2px solid transparent;
  border-radius : 50%;
}

.chat .item > .online {
  border : 2px solid #00a65a;
}

.chat .item > .offline {
  border : 2px solid #dd4b39;
}

.chat .item > .message {
  margin-top  : -40px;
  margin-left : 55px;
}

.chat .item > .message > .name {
  display     : block;
  font-weight : 600;
}

.chat .item > .attachment {
  margin-right  : 15px;
  margin-left   : 65px;
  padding       : 10px;
  border-radius : 3px;
  background    : #f4f4f4;
}

.chat .item > .attachment > h4 {
  margin      : 0 0 5px 0;
  font-size   : 14px;
  font-weight : 600;
}

.chat .item > .attachment > .filename,
.chat .item > .attachment > p {
  margin      : 0;
  font-size   : 13px;
  font-style  : italic;
  font-weight : 600;
}

.chat .item > .attachment:after,
.chat .item > .attachment:before {
  content : " ";
  display : table;
}

.chat .item > .attachment:after {
  clear : both;
}

.box-input {
  max-width : 200px;
}

.modal .panel-body {
  color : #444;
}

/* Component: Info Box * ------------------- */

.info-box {
  display       : block;
  width         : 100%;
  min-height    : 90px;
  margin-bottom : 15px;
  border-radius : 2px;
  background    : #fff;
  box-shadow    : 0 1px 1px rgba(0, 0, 0, 0.1);
}

.info-box small {
  font-size : 14px;
}

.info-box .progress {
  height     : 2px;
  margin     : 5px -10px 5px -10px;
  background : rgba(0, 0, 0, 0.2);
}

.info-box .progress,
.info-box .progress .progress-bar {
  border-radius : 0;
}

.info-box .progress .progress-bar {
  background : #fff;
}

.info-box-icon {
  display                    : block;
  width                      : 90px;
  height                     : 90px;
  float                      : left;
  border-top-left-radius     : 2px;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
  border-bottom-left-radius  : 2px;
  background                 : rgba(0, 0, 0, 0.2);
  text-align                 : center;
  font-size                  : 45px;
  line-height                : 90px;
}

.info-box-icon > img {
  max-width : 100%;
}

.info-box-content {
  margin-left : 90px;
  padding     : 5px 10px;
}

.info-box-number {
  display     : block;
  font-size   : 18px;
  font-weight : 700;
}

.info-box-text,
.progress-description {
  display       : block;
  overflow      : hidden;
  text-overflow : ellipsis;
  font-size     : 14px;
  white-space   : nowrap;
}

.info-box-text {
  text-transform : uppercase;
}

.info-box-more {
  display : block;
}

.progress-description {
  margin : 0;
}

/* Component: Timeline * ------------------- */

.timeline {
  position   : relative;
  margin     : 0 0 30px 0;
  padding    : 0;
  list-style : none;
}

.timeline:before {
  content       : '';
  position      : absolute;
  top           : 0;
  bottom        : 0;
  left          : 31px;
  width         : 4px;
  margin        : 0;
  border-radius : 2px;
  background    : #ddd;
}

.timeline > li {
  position      : relative;
  margin-right  : 10px;
  margin-bottom : 15px;
}

.timeline > li:after,
.timeline > li:before {
  content : " ";
  display : table;
}

.timeline > li:after {
  clear : both;
}

.timeline > li > .timeline-item {
  position           : relative;
  margin-top         : 0;
  margin-right       : 15px;
  margin-left        : 60px;
  padding            : 0;
  color              : #444;
  border-radius      : 3px;
  background         : #fff;
  -webkit-box-shadow : 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow         : 0 1px 1px rgba(0, 0, 0, 0.1);
}

.timeline > li > .timeline-item > .time {
  float     : right;
  padding   : 10px;
  color     : #999;
  font-size : 12px;
}

.timeline > li > .timeline-item > .timeline-header {
  margin        : 0;
  padding       : 10px;
  color         : #555;
  border-bottom : 1px solid #f4f4f4;
  font-size     : 16px;
  line-height   : 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
  font-weight : 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding : 10px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  position      : absolute;
  top           : 0;
  left          : 18px;
  width         : 30px;
  height        : 30px;
  color         : #666;
  border-radius : 50%;
  background    : #d2d6de;
  text-align    : center;
  font-size     : 15px;
  line-height   : 30px;
}

.timeline > .time-label > span {
  display          : inline-block;
  padding          : 5px;
  border-radius    : 4px;
  background-color : #fff;
  font-weight      : 600;
}

.timeline-inverse > li > .timeline-item {
  border             : 1px solid #ddd;
  background         : #f0f0f0;
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color : #ddd;
}

.filter-buttons-right {
  float  : right;
  margin : 2px 0 0 -15px;
}

/* Component: Button * ----------------- */

.btn-default-back {
  color            : #444;
  border-color     : #ddd !important;
  background-color : #f4f4f4;
}

.btn-default-back.hover,
.btn-default-back:active,
.btn-default-back:hover {
  border-color     : #D0D0D0 !important;
  background-color : #e8e8e8;
}

.btn {
  border             : 1px solid transparent;
  border-radius      : 3px;
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.btn-white-header {
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 30px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  text-shadow: none;
  opacity: 1;
  color: #101038;
  box-shadow: 0 3px 11px rgb(0 0 0 / 17%);
}
.btn-white-header:hover {
  background-color: var(--main-blue-color);
  border: 1px solid var(--main-blue-color);
  color: #fff;
  opacity: 1 !important;
}

.btn.uppercase {
  text-transform : uppercase;
}

.btn.btn-flat {
  border-width       : 1px;
  border-radius      : 0;
  -moz-box-shadow    : none;
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.btn.btn-file {
  position : relative;
  overflow : hidden;
}

.btn.btn-file > input[type='file'] {
  display    : block;
  position   : absolute;
  top        : 0;
  right      : 0;
  min-width  : 100%;
  min-height : 100%;
  opacity    : 0;
  background : white;
  filter     : alpha(opacity=0);
  outline    : none;
  text-align : right;
  font-size  : 100px;
  cursor     : inherit;
}

.btn-default.hover,
.btn-default:active,
.btn-default:focus {
  color            : white;
  background-color : #3c8dbc;
}

.btn-primary {
  background-color: var(--main-blue-color);
  border: 1px solid var(--main-blue-color);
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 11px 25px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  transition: all 0.5s ease 0s;
  cursor:pointer;
}
.btn-primary a {
  color: rgb(255, 255, 255);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: rgb(255, 255, 255);
    background-color: var(--main-blue-color);
    border-color: var(--main-blue-color);
    box-shadow: rgb(80 143 244) 0px 3px 11px;
    text-decoration: none;
    outline:none;
}
.btn-primary:hover a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.btn-secondary {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 11px 25px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  transition: all 0.5s ease 0s;
}
.btn-secondary a {
  color: rgb(255, 255, 255);
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: rgb(255, 255, 255);
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: rgb(80 143 244) 0px 3px 11px;
    text-decoration: none;
    outline:none;
}
.btn-secondary:hover a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.btn-cta {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 11px 25px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  white-space: nowrap;
  transition: all 0.5s ease 0s;
  width:100%;
}
.btn-cta a {
  color: rgb(255, 255, 255);
}

.btn-cta:hover, .btn-cta:active, .btn-cta:focus {
  color: rgb(255, 255, 255);
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: rgb(80 143 244) 0px 3px 11px;
    text-decoration: none;
    outline:none;
}
.btn-cta:hover a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.btn-cta.cta-active {
  border-color     : var(--main-blue-color);
  background-color : var(--main-blue-color);
}

.btn-cta:disabled {
  opacity : 0.75;
  cursor  : not-allowed;
}

.call-pink-btn {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: rgb(255, 255, 255);
  font-size:10px;
}
.call-pink-btn:hover, .call-pink-btin:active, .call-pink-btn:focus {
  color: rgb(255, 255, 255);
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: rgb(80 143 244) 0px 3px 11px;
    text-decoration: none;
    cursor:pointer;
}

.btn-tag {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: rgb(255, 255, 255);
  font-size:10px;
}
.btn-tag:hover, .btn-tag:active, .btn-tag:focus {
  color: rgb(255, 255, 255);
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: rgb(80 143 244) 0px 3px 11px;
    text-decoration: none;
}
.btn-tag:hover a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.btn-search {
  position:absolute;
  top:0;
  right:0;
  border-radius:0;
  height:100%;
  border:0;
  outline:0;
}
.btn-search:hover, .btn-search:active, .btn-search:focus {
  box-shadow:none;
  background-color: var(--main-blue-color);
}

.btn-default {
  height           : 47px;
  margin           : 0 6px;
  color            : #fff;
  border           : 0;
  border-radius    : 0;
  background-color : #54bad9;
  text-transform   : uppercase;
  font-size        : 13px;
  font-weight      : 500;
  letter-spacing   : 1px;
}

.btn-gray {
  background-color : #565656;
}

.btn-red {
  background : #dd3f3f;
  border-color: #dd3f3f;
  color:#fff;
}

.btn-details-header {
  width:50px;
  height:46px;
  border-radius:5px;
  padding:12px;
}


.btn-cancel {
  padding:14px 16px 14px 24px;
  border             : 0;
  border-radius      : 5px;
  background-color   : #d80000;
  font-family        : 'Nunito',
                       Arial,
                       Helvetica;
  font-size          : 11px;
  font-weight        : 700;
  -moz-transition    : 0.4s ease-out;
  -webkit-transition : 0.4s ease-out;
  transition         : 0.4s ease-out;
}

.btn-set {
  background-color   : #30465F;
  -moz-transition    : 0.4s ease-out;
  -webkit-transition : 0.4s ease-out;
  transition         : 0.4s ease-out;
}

.btn-delete,
.btn-set {
  margin-left : 8px;
  padding     : 0;
  color       : #30465F;
  background  : transparent;
}

.btn-delete {
  color : #ccc;
}


.btn-cancel i,
.btn-primary i,
.btn-secondary i {
  margin-right       : 0;
  padding-right      : 7px;
  color              : #fff;
  -moz-transition    : 0.8s ease-out;
  -webkit-transition : 0.8s ease-out;
  transition         : 0.8s ease-out;
}

.btn-cancel.hover,
.btn-cancel:active,
.btn-cancel:hover {
  background : #ef4545;
}


.btn-success {
  border-color     : #008d4c;
  background-color : #00a65a;
}

.btn-success.hover,
.btn-success:active,
.btn-success:hover {
  background-color : #008d4c;
}

.btn-info {
  border-color     : #00acd6;
  background-color : #00c0ef;
}

.btn-info.hover,
.btn-info:active,
.btn-info:hover {
  background-color : #00acd6;
}

.btn-danger {
  border-color     : #d73925;
  background-color : #dd4b39;
}

.btn-danger.hover,
.btn-danger:active,
.btn-danger:hover {
  background-color : #d73925;
}

.btn-warning {
  border-color     : #e08e0b;
  background-color : #f39c12;
}

.btn-warning.hover,
.btn-warning:active,
.btn-warning:hover {
  background-color : #e08e0b;
}

.btn-outline {
  color      : #fff;
  border     : 1px solid #fff;
  background : transparent;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  color        : rgba(255, 255, 255, 0.7);
  border-color : rgba(255, 255, 255, 0.7);
}

.btn-link {
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.btn[class*='bg-']:hover {
  -webkit-box-shadow : inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow         : inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
  position         : relative;
  min-width        : 80px;
  height           : 60px;
  margin           : 0 0 10px 10px;
  padding          : 15px 5px;
  color            : #666;
  border           : 1px solid #ddd;
  border-radius    : 3px;
  background-color : #f4f4f4;
  text-align       : center;
  font-size        : 12px;
}

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  display   : block;
  font-size : 20px;
}

.btn-app:hover {
  color        : #444;
  border-color : #aaa;
  background   : #f4f4f4;
}

.btn-app:active,
.btn-app:focus {
  -moz-box-shadow    : inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow : inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow         : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app > .badge {
  position    : absolute;
  top         : -3px;
  right       : -10px;
  font-size   : 10px;
  font-weight : 400;
}

/* Component: Callout * ------------------ */

.callout {
  margin        : 0 0 20px 0;
  padding       : 15px 30px 15px 15px;
  border-left   : 5px solid #eee;
  border-radius : 3px;
}

.callout a {
  color           : #fff;
  text-decoration : underline;
}

.callout a:hover {
  color : #eee;
}

.callout h4 {
  margin-top  : 0;
  font-weight : 600;
}

.callout p:last-child {
  margin-bottom : 0;
}

.callout .highlight,
.callout code {
  background-color : #fff;
}

.callout.callout-danger {
  border-color : #c23321;
}

.callout.callout-warning {
  border-color : #c87f0a;
}

.callout.callout-info {
  border-color : #0097bc;
}

.callout.callout-success {
  border-color : #00733e;
}

/* Component: alert * ---------------- */

.alert {
  border-radius : 3px;
}

.alert h4 {
  font-weight : 600;
}

.alert .icon {
  margin-right : 10px;
}

.alert .close {
  color   : var(--main-text-color);
  opacity : 0.2;
  filter  : alpha(opacity=20);
}

.alert .close:hover {
  opacity : 0.5;
  filter  : alpha(opacity=50);
}

.alert a {
  color           : #fff;
  text-decoration : underline;
}

.alert-success {
  border-color : #008d4c;
}

.alert-danger,
.alert-error {
  border-color : #d73925;
}

.alert-warning {
  border-color : #e08e0b;
}

.alert-info {
  border-color : #00acd6;
}

/* Component: Nav * -------------- */

.nav > li > a:active,
.nav > li > a:focus,
.nav > li > a:hover {
  color      : #444;
  background : #f7f7f7;
}

/* NAV PILLS */

.nav-pills > li > a {
  color         : #444;
  border-top    : 3px solid transparent;
  border-radius : 0;
}

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right : 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  border-top-color : #3c8dbc;
}

.nav-pills > li.active > a {
  font-weight : 600;
}

/* NAV STACKED */

.nav-stacked > li > a {
  color         : #444;
  border-top    : 0;
  border-left   : 3px solid transparent;
  border-radius : 0;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  color             : #444;
  border-top        : 0;
  border-left-color : #3c8dbc;
  background        : transparent;
}

.nav-stacked > li.header {
  margin-bottom  : 10px;
  padding        : 5px 10px;
  color          : #777;
  border-bottom  : 1px solid #ddd;
  text-transform : uppercase;
}

/* NAV TABS */

.nav-tabs-statistics {

}

.nav-tabs-statistics > .nav-tabs {
  margin                  : 0;
  border-bottom           : none;
  border-top-left-radius  : 3px;
  border-top-right-radius : 3px;
}

.box-stats {
  border-radius:0;
}

.nav-tabs-custom {
  margin-top : 25px;
  background : #fff;
}

.nav-tabs-custom > .nav-tabs > li {
  box-shadow:none;
}


.nav-tabs-custom > .nav-tabs > li.active:hover > a, .nav-tabs-custom > .nav-tabs > li.active > a {
  color:var(--main-text-color);
  background:#fff;
}

.nav-tabs-white {
  background : transparent;
}

.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.nav-tabs-custom > .nav-tabs > li {
  margin-right  : 5px;
  margin-bottom : 0;
  border-top    : 5px solid transparent;
  border-radius : 0;
  background    : #f2f2f2;
}

.nav-tabs-custom > .nav-tabs > li > a {
  color         : #444;
  border        : 0;
  border-right  : none;
  border-bottom : none;
  border-left   : none;
  border-radius : 0;
  font-size     : 12px;
  font-weight   : 300;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color : #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  margin     : 0;
  background : transparent;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
  color  : #999;
  cursor : pointer;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover {
  border-color : transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color : #3c8dbc;
}

.nav-tabs-custom > .nav-tabs > li.active:hover > a,
.nav-tabs-custom > .nav-tabs > li.active > a {
  color       : #fff;
  font-weight : 700;
}

.nav-tabs-white > .nav-tabs > li.active:hover > a,
.nav-tabs-white > .nav-tabs > li.active > a {
  z-index     : 9;
  color       : #444;
  background  : #fff;
  font-weight : 700;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color : transparent;
}

.nav-tabs-white > .nav-tabs > li.active {
  border-color : #fff!important;
}

.nav-tabs-white > .nav-tabs > li {
  border-color : transparent!important;
  box-shadow   : 0px 0px 15px 1px #ccc;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left : 0;
}

.nav-tabs-custom > .nav-tabs.pull-right {
  float : none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
  float : right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right : 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border : 0;
}

.nav-tabs-custom > .nav-tabs > li.header {
  padding     : 0 10px;
  color       : #444;
  font-size   : 20px;
  line-height : 35px;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right : 5px;
}

.nav-tabs-custom > .tab-content {
  padding                    : 10px;
  border-bottom-right-radius : 3px;
  border-bottom-left-radius  : 3px;
  background                 : #fff;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  color      : #999;
  background : transparent;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color : #3c8dbc;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color : #00c0ef;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color : #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color : #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color : #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color : #d2d6de;
}

/* PAGINATION */

.pagination > li > a {
  color      : #666;
  background : #fafafa;
}

.pagination.pagination-flat > li > a {
  border-radius : 0 !important;
}

/* Component: Products List * ------------------------ */

.products-list {
  margin     : 0;
  padding    : 0;
  list-style : none;
}

.products-list > .item {
  padding            : 10px 0;
  border-radius      : 3px;
  background         : #fff;
  -webkit-box-shadow : 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow         : 0 1px 1px rgba(0, 0, 0, 0.1);
}

.products-list > .item:after,
.products-list > .item:before {
  content : " ";
  display : table;
}

.products-list > .item:after {
  clear : both;
}

.products-list .product-img {
  float : left;
}

.products-list .product-img img {
  width  : 50px;
  height : 50px;
}

.products-list .product-info {
  margin-left : 60px;
}

.products-list .product-title {
  font-weight : 600;
}

.products-list .product-description {
  display       : block;
  color         : #999;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.product-list-in-box > .item {
  border-bottom      : 1px solid #f4f4f4;
  border-radius      : 0;
  -webkit-box-shadow : none;
  box-shadow         : none;
}

.product-list-in-box > .item:last-of-type {
  border-bottom-width : 0;
}

/* Component: Table * ---------------- */

.table-striped tbody tr:nth-of-type(odd) {
  background:#f3f3f3;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top     : 0;
  vertical-align : middle;
}

.table > thead > tr > th {
  padding-right : 5px;
  padding-left  : 5px;
  border-bottom : 0;
  font-weight   : 500;
  color: var(--main-color);
}

.table > thead > tr > th.ordersTable {
  color: #fff;
  font-size: 12px;
  text-transform: none;
  padding-bottom: 9px;
}

.ordersTable {
  display:table-cell;
  vertical-align:middle;
}

.ordersTable a {
  color:var(--main-link-color);
}


.input-checkbox-style {
  appearance: none;
  width: 19px;
  height: 19px;
  border: none;
  box-shadow: inset 0 0 0 1px #DFE5EF;
  border-radius: 3px;
  background-color: white;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

/* When checkbox is checked, show a checkmark */
.input-checkbox-style:checked {
  background-color: #142135; /* Change background when checked */
  border-color: #142135;
}

/* Adding a checkmark using pseudo-elements */
.input-checkbox-style:checked::after {
  content: "✔"; /* Unicode checkmark */
  font-size: 13px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table tr td .progress {
  margin-top : 5px;
}

.table-bordered {
  border : 1px solid #f4f4f4;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border : 1px solid #f4f4f4;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width : 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border : 0;
}

/* .text-center in tables */

table.text-center,
table.text-center td,
table.text-center th {
  text-align : center;
}

.table.align th {
  text-align : left;
}

.table.align td {
  text-align : right;
}

/* Component: Label * ---------------- */

.label-default {
  color            : #444;
  background-color : #d2d6de;
}

/* Component: Direct Chat * ---------------------- */

.direct-chat .box-body {
  position                   : relative;
  padding                    : 0;
  overflow-x                 : hidden;
  border-bottom-right-radius : 0;
  border-bottom-left-radius  : 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
  -ms-transform     : translate(0, 0);
  -o-transform      : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform         : translate(0, 0);
}

.direct-chat-messages {
  height            : 250px;
  padding           : 10px;
  overflow          : auto;
  -ms-transform     : translate(0, 0);
  -o-transform      : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform         : translate(0, 0);
}

.direct-chat-msg,
.direct-chat-text {
  display : block;
}

.direct-chat-msg {
  margin-bottom : 10px;
}

.direct-chat-msg:after,
.direct-chat-msg:before {
  content : " ";
  display : table;
}

.direct-chat-msg:after {
  clear : both;
}

.direct-chat-contacts,
.direct-chat-messages {
  -moz-transition    : -moz-transform 0.5s ease-in-out;
  -o-transition      : -o-transform 0.5s ease-in-out;
  -webkit-transition : -webkit-transform 0.5s ease-in-out;
  transition         : transform 0.5s ease-in-out;
}

.direct-chat-text {
  position      : relative;
  margin        : 5px 0 0 50px;
  padding       : 5px 10px;
  color         : #444444;
  border        : 1px solid #d2d6de;
  border-radius : 5px;
  background    : #d2d6de;
}

.direct-chat-text:after,
.direct-chat-text:before {
  content            : ' ';
  position           : absolute;
  top                : 15px;
  right              : 100%;
  width              : 0;
  height             : 0;
  border             : solid transparent;
  border-right-color : #d2d6de;
  pointer-events     : none;
}

.direct-chat-text:after {
  margin-top   : -5px;
  border-width : 5px;
}

.direct-chat-text:before {
  margin-top   : -6px;
  border-width : 6px;
}

.right .direct-chat-text {
  margin-right : 50px;
  margin-left  : 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right              : auto;
  left               : 100%;
  border-right-color : transparent;
  border-left-color  : #d2d6de;
}

.direct-chat-img {
  width         : 40px;
  height        : 40px;
  float         : left;
  border-radius : 50%;
}

.right .direct-chat-img {
  float : right;
}

.direct-chat-info {
  display       : block;
  margin-bottom : 2px;
  font-size     : 12px;
}

.direct-chat-name {
  font-weight : 600;
}

.direct-chat-timestamp {
  color : #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
  -ms-transform     : translate(0, 0);
  -o-transform      : translate(0, 0);
  -webkit-transform : translate(0, 0);
  transform         : translate(0, 0);
}

.direct-chat-contacts {
  position          : absolute;
  top               : 0;
  bottom            : 0;
  width             : 100%;
  height            : 250px;
  color             : #fff;
  overflow          : auto;
  background        : #222d32;
  -ms-transform     : translate(101%, 0);
  -o-transform      : translate(101%, 0);
  -webkit-transform : translate(101%, 0);
  transform         : translate(101%, 0);
}

.contacts-list > li {
  margin        : 0;
  padding       : 10px;
  border-bottom : 1px solid rgba(0, 0, 0, 0.2);
}

.contacts-list > li:after,
.contacts-list > li:before {
  content : " ";
  display : table;
}

.contacts-list > li:after {
  clear : both;
}

.contacts-list > li:last-of-type {
  border-bottom : none;
}

.contacts-list-img {
  width         : 40px;
  float         : left;
  border-radius : 50%;
}

.contacts-list-info {
  margin-left : 45px;
  color       : #fff;
}

.contacts-list-name,
.contacts-list-status {
  display : block;
}

.contacts-list-name {
  font-weight : 600;
}

.contacts-list-status {
  font-size : 12px;
}

.contacts-list-date {
  color       : #aaa;
  font-weight : normal;
}

.contacts-list-msg {
  color : #999;
}

.direct-chat-danger .right > .direct-chat-text {
  color        : #ffffff;
  border-color : #dd4b39;
  background   : #dd4b39;
}

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color : #dd4b39;
}

.direct-chat-primary .right > .direct-chat-text {
  color        : #ffffff;
  border-color : #3c8dbc;
  background   : #3c8dbc;
}

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color : #3c8dbc;
}

.direct-chat-warning .right > .direct-chat-text {
  color        : #ffffff;
  border-color : #f39c12;
  background   : #f39c12;
}

.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color : #f39c12;
}

.direct-chat-info .right > .direct-chat-text {
  color        : #ffffff;
  border-color : #00c0ef;
  background   : #00c0ef;
}

.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color : #00c0ef;
}

.direct-chat-success .right > .direct-chat-text {
  color        : #ffffff;
  border-color : #00a65a;
  background   : #00a65a;
}

.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color : #00a65a;
}

/* Component: Users List * --------------------- */

.users-list > li {
  width      : 25%;
  float      : left;
  padding    : 10px;
  text-align : center;
}

.users-list > li img {
  max-width     : 100%;
  height        : auto;
  border-radius : 50%;
}

.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color : #999;
}

.users-list-date,
.users-list-name {
  display : block;
}

.users-list-name {
  color         : #444;
  overflow      : hidden;
  text-overflow : ellipsis;
  font-weight   : 600;
  white-space   : nowrap;
}

.users-list-date {
  color     : #999;
  font-size : 12px;
}

/* Component: Carousel * ------------------- */

.carousel-control.left,
.carousel-control.right {
  background-image : none;
}

.carousel-control > .fa {
  z-index    : 5;
  display    : inline-block;
  position   : absolute;
  top        : 50%;
  margin-top : -20px;
  font-size  : 40px;
}

/* Component: modal * ---------------- */

.modal {
  background : rgba(0, 0, 0, 0.3);
}

.modal-content {
  border             : 0;
  border-radius      : 0;
  -webkit-box-shadow : 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow         : 0 2px 3px rgba(0, 0, 0, 0.125);
}

@media
  (min-width : 768px) {
  .modal-content {
    -webkit-box-shadow : 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow         : 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

.modal-header {
  border-bottom-color : #f4f4f4;
}

.modal-footer {
  border-top-color : #f4f4f4;
}

.modal-primary .modal-footer,
.modal-primary .modal-header {
  border-color : #307095;
}

.modal-warning .modal-footer,
.modal-warning .modal-header {
  border-color : #c87f0a;
}

.modal-info .modal-footer,
.modal-info .modal-header {
  border-color : #0097bc;
}

.modal-success .modal-footer,
.modal-success .modal-header {
  border-color : #00733e;
}

.modal-danger .modal-footer,
.modal-danger .modal-header {
  border-color : #c23321;
}

/* Component: Social Widgets * ------------------------- */

.box-widget {
  position : relative;
  border   : none;
}

.widget-user .widget-user-header {
  height                  : 120px;
  padding                 : 20px;
  border-top-left-radius  : 3px;
  border-top-right-radius : 3px;
}

.widget-user .widget-user-username {
  margin-top    : 0;
  margin-bottom : 5px;
  text-shadow   : 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size     : 25px;
  font-weight   : 300;
}

.widget-user .widget-user-desc {
  margin-top : 0;
}

.widget-user .widget-user-image {
  position    : absolute;
  top         : 65px;
  left        : 50%;
  margin-left : -45px;
}

.widget-user .widget-user-image > img {
  width  : 90px;
  height : auto;
  border : 3px solid #fff;
}

.widget-user .box-footer {
  padding-top : 30px;
}

.widget-user-2 .widget-user-header {
  padding                 : 20px;
  border-top-left-radius  : 3px;
  border-top-right-radius : 3px;
}

.widget-user-2 .widget-user-username {
  margin-top    : 5px;
  margin-bottom : 5px;
  font-size     : 25px;
  font-weight   : 300;
}

.widget-user-2 .widget-user-desc {
  margin-top : 0;
}

.widget-user-2 .widget-user-desc,
.widget-user-2 .widget-user-username {
  margin-left : 75px;
}

.widget-user-2 .widget-user-image > img {
  width  : 65px;
  height : auto;
  float  : left;
}

/* Page: Mailbox * ------------- */

.mailbox-messages > .table {
  margin : 0;
}

.mailbox-controls {
  padding : 5px;
}

.mailbox-controls.with-border {
  border-bottom : 1px solid #f4f4f4;
}

.mailbox-read-info {
  padding       : 10px;
  border-bottom : 1px solid #f4f4f4;
}

.mailbox-read-info h3 {
  margin    : 0;
  font-size : 20px;
}

.mailbox-read-info h5 {
  margin  : 0;
  padding : 5px 0 0 0;
}

.mailbox-read-time {
  color     : #999;
  font-size : 13px;
}

.mailbox-read-message {
  padding : 10px;
}

.mailbox-attachments li {
  width         : 200px;
  float         : left;
  margin-right  : 10px;
  margin-bottom : 10px;
  border        : 1px solid #eee;
}

.mailbox-attachment-name {
  color       : #666;
  font-weight : 700;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display : block;
}

.mailbox-attachment-info {
  padding    : 10px;
  background : #f4f4f4;
}

.mailbox-attachment-size {
  color     : #999;
  font-size : 12px;
}

.mailbox-attachment-icon {
  padding    : 20px 10px;
  color      : #666;
  text-align : center;
  font-size  : 65px;
}

.mailbox-attachment-icon.has-img {
  padding : 0;
}

.mailbox-attachment-icon.has-img > img {
  max-width : 100%;
  height    : auto;
}

/* Page: Lock Screen * ----------------- */

/* ADD THIS CLASS TO THE <BODY> TAG */

.lockscreen {
  background : #d2d6de;
}

.lockscreen-logo {
  margin-bottom : 25px;
  text-align    : center;
  font-size     : 35px;
  font-weight   : 300;
}

.lockscreen-logo a {
  color : #444;
}

.lockscreen-wrapper {
  max-width  : 400px;
  margin     : 0 auto;
  margin-top : 10%;
}

/* User name [optional] */

.lockscreen .lockscreen-name {
  text-align  : center;
  font-weight : 600;
}

/* Will contain the image and the sign in form */

.lockscreen-item {
  position      : relative;
  width         : 290px;
  margin        : 10px auto 30px auto;
  padding       : 0;
  border-radius : 4px;
  background    : #fff;
}

/* User image */

.lockscreen-image {
  z-index       : 10;
  position      : absolute;
  top           : -25px;
  left          : -10px;
  padding       : 5px;
  border-radius : 50%;
  background    : #fff;
}

.lockscreen-image > img {
  width         : 70px;
  height        : 70px;
  border-radius : 50%;
}

/* Contains the password input and the login button */

.lockscreen-credentials {
  margin-left : 70px;
}

.lockscreen-credentials .form-control {
  border : 0;
}

.lockscreen-credentials .btn {
  padding          : 0 10px;
  border           : 0;
  background-color : #fff;
}

.lockscreen-footer {
  margin-top : 10px;
}

/* Page: Login & Register * ---------------------- */

.login-logo,
.register-logo {
  margin-bottom : 25px;
  text-align    : center;
  font-size     : 35px;
  font-weight   : 300;
}

.login-logo a,
.register-logo a {
  color : #444;
}

.login-page,
.register-page {
  background : #d2d6de;
}

.login-box,
.register-box {
  width  : 360px;
  margin : 7% auto;
}

@media
  (max-width : 768px) {
  .login-box,
  .register-box {
    width      : 90%;
    margin-top : 20px;
  }

  .nav-tabs-white > .nav-tabs > li {
    width : 45%;
  }

  .new-label-editing {
    display : block;
    margin  : 10px 0;
  }
}

.login-box-body,
.register-box-body {
  padding    : 20px;
  color      : #666;
  border-top : 0;
  background : #fff;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color : #777;
}

.login-box-msg,
.register-box-msg {
  margin     : 0;
  padding    : 0 20px 20px 20px;
  text-align : center;
}

.social-auth-links {
  margin : 10px 0;
}

/* Page: 400 and 500 error pages * ------------------------------ */

.error-page {
  width  : 600px;
  margin : 20px auto 0 auto;
}

@media
  (max-width : 991px) {
  .error-page {
    width : 100%;
  }
}

.error-page > .headline {
  float       : left;
  font-size   : 100px;
  font-weight : 300;
}

@media
  (max-width : 991px) {
  .error-page > .headline {
    float      : none;
    text-align : center;
  }
}

.error-page > .error-content {
  display     : block;
  margin-left : 190px;
}

@media
  (max-width : 991px) {
  .error-page > .error-content {
    margin-left : 0;
  }
}

.error-page > .error-content > h3 {
  font-size   : 25px;
  font-weight : 300;
}

@media
  (max-width : 991px) {
  .error-page > .error-content > h3 {
    text-align : center;
  }
}

/* Page: Invoice * ------------- */

.invoice {
  position   : relative;
  margin     : 10px 25px;
  padding    : 20px;
  border     : 1px solid #f4f4f4;
  background : #fff;
}

.invoice-title {
  margin-top : 0;
}

/* Page: Profile * ------------- */

.profile-user-img {
  width   : 100px;
  margin  : 0 auto;
  padding : 3px;
  border  : 3px solid #d2d6de;
}

.profile-username {
  margin-top : 5px;
  font-size  : 21px;
}

.post {
  margin-bottom  : 15px;
  padding-bottom : 15px;
  color          : #666;
  border-bottom  : 1px solid #d2d6de;
}

.post:last-of-type {
  margin-bottom  : 0;
  padding-bottom : 0;
  border-bottom  : 0;
}

.post .user-block {
  margin-bottom : 15px;
}

/**
 * Social Buttons for Bootstrap * * Copyright 2013-2015 Panayiotis Lipiridis *
 * Licensed under the MIT License * * https://github.com/lipis/bootstrap-social
 */

.btn-social {
  position      : relative;
  padding-left  : 44px;
  overflow      : hidden;
  text-align    : left;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.btn-social > :first-child {
  position     : absolute;
  top          : 0;
  bottom       : 0;
  left         : 0;
  width        : 32px;
  border-right : 1px solid rgba(0, 0, 0, 0.2);
  text-align   : center;
  font-size    : 1.6em;
  line-height  : 34px;
}

.btn-social.btn-lg {
  padding-left : 61px;
}

.btn-social.btn-lg > :first-child {
  width       : 45px;
  font-size   : 1.8em;
  line-height : 45px;
}

.btn-social.btn-sm {
  padding-left : 38px;
}

.btn-social.btn-sm > :first-child {
  width       : 28px;
  font-size   : 1.4em;
  line-height : 28px;
}

.btn-social.btn-xs {
  padding-left : 30px;
}

.btn-social.btn-xs > :first-child {
  width       : 20px;
  font-size   : 1.2em;
  line-height : 20px;
}

.btn-social-icon {
  position      : relative;
  width         : 34px;
  height        : 34px;
  padding       : 0;
  padding-left  : 44px;
  overflow      : hidden;
  text-align    : left;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.btn-social-icon > :first-child {
  position     : absolute;
  top          : 0;
  bottom       : 0;
  left         : 0;
  width        : 32px;
  border-right : 1px solid rgba(0, 0, 0, 0.2);
  text-align   : center;
  font-size    : 1.6em;
  line-height  : 34px;
}

.btn-social-icon.btn-lg {
  padding-left : 61px;
}

.btn-social-icon.btn-lg > :first-child {
  width       : 45px;
  font-size   : 1.8em;
  line-height : 45px;
}

.btn-social-icon.btn-sm {
  padding-left : 38px;
}

.btn-social-icon.btn-sm > :first-child {
  width       : 28px;
  font-size   : 1.4em;
  line-height : 28px;
}

.btn-social-icon.btn-xs {
  padding-left : 30px;
}

.btn-social-icon.btn-xs > :first-child {
  width       : 20px;
  font-size   : 1.2em;
  line-height : 20px;
}

.btn-social-icon > :first-child {
  width      : 100%;
  border     : none;
  text-align : center;
}

.btn-social-icon.btn-lg {
  width         : 45px;
  height        : 45px;
  padding-right : 0;
  padding-left  : 0;
}

.btn-social-icon.btn-sm {
  width         : 30px;
  height        : 30px;
  padding-right : 0;
  padding-left  : 0;
}

.btn-social-icon.btn-xs {
  width         : 22px;
  height        : 22px;
  padding-right : 0;
  padding-left  : 0;
}

.btn-adn {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #d87a68;
}

.btn-adn.focus,
.btn-adn:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #ce563f;
}

.btn-adn:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #ce563f;
}

.btn-adn.active,
.btn-adn:active,
.open > .dropdown-toggle.btn-adn {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #ce563f;
}

.btn-adn.active,
.btn-adn:active,
.open > .dropdown-toggle.btn-adn {
  background-image : none;
}

.btn-adn .badge {
  color            : #d87a68;
  background-color : #ffffff;
}

.btn-bitbucket {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #205081;
}

.btn-bitbucket.focus,
.btn-bitbucket:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #163758;
}

.btn-bitbucket:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #163758;
}

.btn-bitbucket.active,
.btn-bitbucket:active,
.open > .dropdown-toggle.btn-bitbucket {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #163758;
}

.btn-bitbucket.active,
.btn-bitbucket:active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image : none;
}

.btn-bitbucket .badge {
  color            : #205081;
  background-color : #ffffff;
}

.btn-dropbox {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1087dd;
}

.btn-dropbox.focus,
.btn-dropbox:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #0d6aad;
}

.btn-dropbox:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #0d6aad;
}

.btn-dropbox.active,
.btn-dropbox:active,
.open > .dropdown-toggle.btn-dropbox {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #0d6aad;
}

.btn-dropbox.active,
.btn-dropbox:active,
.open > .dropdown-toggle.btn-dropbox {
  background-image : none;
}

.btn-dropbox .badge {
  color            : #1087dd;
  background-color : #ffffff;
}

.btn-facebook {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #3b5998;
}

.btn-facebook.focus,
.btn-facebook:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2d4373;
}

.btn-facebook:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2d4373;
}

.btn-facebook.active,
.btn-facebook:active,
.open > .dropdown-toggle.btn-facebook {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2d4373;
}

.btn-facebook.active,
.btn-facebook:active,
.open > .dropdown-toggle.btn-facebook {
  background-image : none;
}

.btn-facebook .badge {
  color            : #3b5998;
  background-color : #ffffff;
}

.btn-flickr {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #ff0084;
}

.btn-flickr.focus,
.btn-flickr:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc006a;
}

.btn-flickr:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc006a;
}

.btn-flickr.active,
.btn-flickr:active,
.open > .dropdown-toggle.btn-flickr {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc006a;
}

.btn-flickr.active,
.btn-flickr:active,
.open > .dropdown-toggle.btn-flickr {
  background-image : none;
}

.btn-flickr .badge {
  color            : #ff0084;
  background-color : #ffffff;
}

.btn-foursquare {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #f94877;
}

.btn-foursquare.focus,
.btn-foursquare:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #f71752;
}

.btn-foursquare:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #f71752;
}

.btn-foursquare.active,
.btn-foursquare:active,
.open > .dropdown-toggle.btn-foursquare {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #f71752;
}

.btn-foursquare.active,
.btn-foursquare:active,
.open > .dropdown-toggle.btn-foursquare {
  background-image : none;
}

.btn-foursquare .badge {
  color            : #f94877;
  background-color : #ffffff;
}

.btn-github {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #444444;
}

.btn-github.focus,
.btn-github:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2b2b2b;
}

.btn-github:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2b2b2b;
}

.btn-github.active,
.btn-github:active,
.open > .dropdown-toggle.btn-github {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2b2b2b;
}

.btn-github.active,
.btn-github:active,
.open > .dropdown-toggle.btn-github {
  background-image : none;
}

.btn-github .badge {
  color            : #444444;
  background-color : #ffffff;
}

.btn-google {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #dd4b39;
}

.btn-google.focus,
.btn-google:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #c23321;
}

.btn-google:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #c23321;
}

.btn-google.active,
.btn-google:active,
.open > .dropdown-toggle.btn-google {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #c23321;
}

.btn-google.active,
.btn-google:active,
.open > .dropdown-toggle.btn-google {
  background-image : none;
}

.btn-google .badge {
  color            : #dd4b39;
  background-color : #ffffff;
}

.btn-instagram {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #3f729b;
}

.btn-instagram.focus,
.btn-instagram:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #305777;
}

.btn-instagram:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #305777;
}

.btn-instagram.active,
.btn-instagram:active,
.open > .dropdown-toggle.btn-instagram {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #305777;
}

.btn-instagram.active,
.btn-instagram:active,
.open > .dropdown-toggle.btn-instagram {
  background-image : none;
}

.btn-instagram .badge {
  color            : #3f729b;
  background-color : #ffffff;
}

.btn-linkedin {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #007bb6;
}

.btn-linkedin.focus,
.btn-linkedin:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #005983;
}

.btn-linkedin:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #005983;
}

.btn-linkedin.active,
.btn-linkedin:active,
.open > .dropdown-toggle.btn-linkedin {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #005983;
}

.btn-linkedin.active,
.btn-linkedin:active,
.open > .dropdown-toggle.btn-linkedin {
  background-image : none;
}

.btn-linkedin .badge {
  color            : #007bb6;
  background-color : #ffffff;
}

.btn-microsoft {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2672ec;
}

.btn-microsoft.focus,
.btn-microsoft:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #125acd;
}

.btn-microsoft:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #125acd;
}

.btn-microsoft.active,
.btn-microsoft:active,
.open > .dropdown-toggle.btn-microsoft {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #125acd;
}

.btn-microsoft.active,
.btn-microsoft:active,
.open > .dropdown-toggle.btn-microsoft {
  background-image : none;
}

.btn-microsoft .badge {
  color            : #2672ec;
  background-color : #ffffff;
}

.btn-openid {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #f7931e;
}

.btn-openid.focus,
.btn-openid:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #da7908;
}

.btn-openid:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #da7908;
}

.btn-openid.active,
.btn-openid:active,
.open > .dropdown-toggle.btn-openid {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #da7908;
}

.btn-openid.active,
.btn-openid:active,
.open > .dropdown-toggle.btn-openid {
  background-image : none;
}

.btn-openid .badge {
  color            : #f7931e;
  background-color : #ffffff;
}

.btn-pinterest {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cb2027;
}

.btn-pinterest.focus,
.btn-pinterest:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #9f191f;
}

.btn-pinterest:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #9f191f;
}

.btn-pinterest.active,
.btn-pinterest:active,
.open > .dropdown-toggle.btn-pinterest {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #9f191f;
}

.btn-pinterest.active,
.btn-pinterest:active,
.open > .dropdown-toggle.btn-pinterest {
  background-image : none;
}

.btn-pinterest .badge {
  color            : #cb2027;
  background-color : #ffffff;
}

.btn-reddit {
  color            : var(--main-text-color);
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #eff7ff;
}

.btn-reddit.focus,
.btn-reddit:focus {
  color            : var(--main-text-color);
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #bcddff;
}

.btn-reddit:hover {
  color            : var(--main-text-color);
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #bcddff;
}

.btn-reddit.active,
.btn-reddit:active,
.open > .dropdown-toggle.btn-reddit {
  color            : var(--main-text-color);
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #bcddff;
}

.btn-reddit.active,
.btn-reddit:active,
.open > .dropdown-toggle.btn-reddit {
  background-image : none;
}

.btn-reddit .badge {
  color            : #eff7ff;
  background-color : var(--main-text-color);
}

.btn-soundcloud {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #ff5500;
}

.btn-soundcloud.focus,
.btn-soundcloud:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc4400;
}

.btn-soundcloud:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc4400;
}

.btn-soundcloud.active,
.btn-soundcloud:active,
.open > .dropdown-toggle.btn-soundcloud {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #cc4400;
}

.btn-soundcloud.active,
.btn-soundcloud:active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image : none;
}

.btn-soundcloud .badge {
  color            : #ff5500;
  background-color : #ffffff;
}

.btn-tumblr {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2c4762;
}

.btn-tumblr.focus,
.btn-tumblr:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1c2d3f;
}

.btn-tumblr:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1c2d3f;
}

.btn-tumblr.active,
.btn-tumblr:active,
.open > .dropdown-toggle.btn-tumblr {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1c2d3f;
}

.btn-tumblr.active,
.btn-tumblr:active,
.open > .dropdown-toggle.btn-tumblr {
  background-image : none;
}

.btn-tumblr .badge {
  color            : #2c4762;
  background-color : #ffffff;
}

.btn-twitter {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #55acee;
}

.btn-twitter.focus,
.btn-twitter:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2795e9;
}

.btn-twitter:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2795e9;
}

.btn-twitter.active,
.btn-twitter:active,
.open > .dropdown-toggle.btn-twitter {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #2795e9;
}

.btn-twitter.active,
.btn-twitter:active,
.open > .dropdown-toggle.btn-twitter {
  background-image : none;
}

.btn-twitter .badge {
  color            : #55acee;
  background-color : #ffffff;
}

.btn-vimeo {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1ab7ea;
}

.btn-vimeo.focus,
.btn-vimeo:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1295bf;
}

.btn-vimeo:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1295bf;
}

.btn-vimeo.active,
.btn-vimeo:active,
.open > .dropdown-toggle.btn-vimeo {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #1295bf;
}

.btn-vimeo.active,
.btn-vimeo:active,
.open > .dropdown-toggle.btn-vimeo {
  background-image : none;
}

.btn-vimeo .badge {
  color            : #1ab7ea;
  background-color : #ffffff;
}

.btn-vk {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #587ea3;
}

.btn-vk.focus,
.btn-vk:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #466482;
}

.btn-vk:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #466482;
}

.btn-vk.active,
.btn-vk:active,
.open > .dropdown-toggle.btn-vk {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #466482;
}

.btn-vk.active,
.btn-vk:active,
.open > .dropdown-toggle.btn-vk {
  background-image : none;
}

.btn-vk .badge {
  color            : #587ea3;
  background-color : #ffffff;
}

.btn-yahoo {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #720e9e;
}

.btn-yahoo.focus,
.btn-yahoo:focus {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #500a6f;
}

.btn-yahoo:hover {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #500a6f;
}

.btn-yahoo.active,
.btn-yahoo:active,
.open > .dropdown-toggle.btn-yahoo {
  color            : #ffffff;
  border-color     : rgba(0, 0, 0, 0.2);
  background-color : #500a6f;
}

.btn-yahoo.active,
.btn-yahoo:active,
.open > .dropdown-toggle.btn-yahoo {
  background-image : none;
}

.btn-yahoo .badge {
  color            : #720e9e;
  background-color : #ffffff;
}

/* Plugin: Full Calendar * --------------------- */

.fc-button {
  color               : #444;
  border-color        : #ddd;
  border-bottom-color : #ddd;
  background          : #f4f4f4;
  background-image    : none;
}

.fc-button.hover,
.fc-button:active,
.fc-button:hover {
  background-color : #e9e9e9;
}

.fc-header-title h2 {
  margin-left : 10px;
  color       : #666;
  font-size   : 15px;
  line-height : 1.6em;
}

.fc-header-right {
  padding-right : 10px;
}

.fc-header-left {
  padding-left : 10px;
}

.fc-widget-header {
  background : #fafafa;
}

.fc-grid {
  width  : 100%;
  border : 0;
}

.fc-widget-content:first-of-type,
.fc-widget-header:first-of-type {
  border-right : 0;
  border-left  : 0;
}

.fc-widget-content:last-of-type,
.fc-widget-header:last-of-type {
  border-right : 0;
}

.fc-toolbar {
  margin  : 0;
  padding : 10px;
}

.fc-day-number {
  padding-right : 10px;
  font-size     : 20px;
  font-weight   : 300;
}

.fc-color-picker {
  margin     : 0;
  padding    : 0;
  list-style : none;
}

.fc-color-picker > li {
  float        : left;
  margin-right : 5px;
  font-size    : 30px;
  line-height  : 30px;
}

.fc-color-picker > li .fa {
  -moz-transition    : -moz-transform linear 0.3s;
  -o-transition      : -o-transform linear 0.3s;
  -webkit-transition : -webkit-transform linear 0.3s;
  transition         : transform linear 0.3s;
}

.fc-color-picker > li .fa:hover {
  -ms-transform     : rotate(30deg);
  -o-transform      : rotate(30deg);
  -webkit-transform : rotate(30deg);
  transform         : rotate(30deg);
}

#add-new-event {
  -o-transition      : all linear 0.3s;
  -webkit-transition : all linear 0.3s;
  transition         : all linear 0.3s;
}

.external-event {
  margin-bottom : 4px;
  padding       : 5px 10px;
  border-radius : 3px;
  box-shadow    : 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow   : 0 1px 1px rgba(0, 0, 0, 0.1);
  font-weight   : 700;
  cursor        : move;
}

.external-event:hover {
  box-shadow : inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/* General: Miscellaneous * ---------------------- */

.pad {
  padding : 10px;
}

.margin {
  margin : 10px;
}

.margin-bottom {
  margin-bottom : 20px;
}

.margin-bottom-none {
  margin-bottom : 0;
}

.margin-r-5 {
  margin-right : 5px;
}

.inline {
  display : inline;
}

.alert-danger,
.alert-error,
.alert-info,
.alert-success,
.alert-warning,
.bg-aqua,
.bg-aqua-active,
.bg-black,
.bg-black-active,
.bg-blue,
.bg-blue-active,
.bg-fuchsia,
.bg-fuchsia-active,
.bg-green,
.bg-green-active,
.bg-light-blue,
.bg-light-blue-active,
.bg-lime,
.bg-lime-active,
.bg-maroon,
.bg-maroon-active,
.bg-navy,
.bg-navy-active,
.bg-olive,
.bg-olive-active,
.bg-orange,
.bg-orange-active,
.bg-purple,
.bg-purple-active,
.bg-red,
.bg-red-active,
.bg-teal,
.bg-teal-active,
.bg-yellow,
.bg-yellow-active,
.callout.callout-danger,
.callout.callout-info,
.callout.callout-success,
.callout.callout-warning,
.label-danger,
.label-info,
.label-primary,
.label-success,
.label-warning,
.modal-danger .modal-body,
.modal-danger .modal-footer,
.modal-danger .modal-header,
.modal-info .modal-body,
.modal-info .modal-footer,
.modal-info .modal-header,
.modal-primary .modal-body,
.modal-primary .modal-footer,
.modal-primary .modal-header,
.modal-success .modal-body,
.modal-success .modal-footer,
.modal-success .modal-header,
.modal-warning .modal-body,
.modal-warning .modal-footer,
.modal-warning .modal-header {
  color : #fff !important;
}

.bg-gray {
  color            : var(--main-text-color);
  background-color : #d2d6de !important;
}

.bg-gray-light {
  background-color : #f7f7f7;
}

.bg-black {
  background-color : #111111 !important;
}

.alert-danger,
.alert-error,
.bg-red,
.callout.callout-danger,
.label-danger,
.modal-danger .modal-body {
  background-color : #dd4b39 !important;
}

.alert-warning,
.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body {
  background-color : #f39c12 !important;
}

.alert-info,
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
  background-color : #00c0ef !important;
}

.bg-blue {
  background-color : #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color : #3c8dbc !important;
}

.alert-success,
.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
  background-color : #00a65a !important;
}

.bg-navy {
  background-color : #001f3f !important;
}

.bg-teal {
  background-color : #39cccc !important;
}

.bg-olive {
  background-color : #3d9970 !important;
}

.bg-lime {
  background-color : #01ff70 !important;
}

.bg-orange {
  background-color : #ff851b !important;
}

.bg-fuchsia {
  background-color : #f012be !important;
}

.bg-purple {
  background-color : #605ca8 !important;
}

.bg-maroon {
  background-color : #d81b60 !important;
}

.bg-gray-active {
  color            : var(--main-text-color);
  background-color : #b5bbc8 !important;
}

.bg-black-active {
  background-color : var(--main-text-color)!important;
}

.bg-red-active,
.modal-danger .modal-footer,
.modal-danger .modal-header {
  background-color : #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-footer,
.modal-warning .modal-header {
  background-color : #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-footer,
.modal-info .modal-header {
  background-color : #00a7d0 !important;
}

.bg-blue-active {
  background-color : #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-footer,
.modal-primary .modal-header {
  background-color : #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-footer,
.modal-success .modal-header {
  background-color : #008d4c !important;
}

.bg-navy-active {
  background-color : #001a35 !important;
}

.bg-teal-active {
  background-color : #30bbbb !important;
}

.bg-olive-active {
  background-color : #368763 !important;
}

.bg-lime-active {
  background-color : #00e765 !important;
}

.bg-orange-active {
  background-color : #ff7701 !important;
}

.bg-fuchsia-active {
  background-color : #db0ead !important;
}

.bg-purple-active {
  background-color : #555299 !important;
}

.bg-maroon-active {
  background-color : #ca195a !important;
}

[class^="bg-"].disabled {
  opacity : 0.65;
  filter  : alpha(opacity=65);
}

.text-red {
  color : #dd4b39 !important;
}

.text-yellow {
  color : #f39c12 !important;
}

.text-aqua {
  color : #00c0ef !important;
}

.text-blue {
  color : #0073b7 !important;
}

.text-black {
  color : #111111 !important;
}

.text-light-blue {
  color : #3c8dbc !important;
}

.text-green {
  color : #00a65a !important;
}

.text-gray {
  color : #d2d6de !important;
}

.text-navy {
  color : #001f3f !important;
}

.text-teal {
  color : #39cccc !important;
}

.text-olive {
  color : #3d9970 !important;
}

.text-lime {
  color : #01ff70 !important;
}

.text-orange {
  color : #ff851b !important;
}

.text-fuchsia {
  color : #f012be !important;
}

.text-purple {
  color : #605ca8 !important;
}

.text-maroon {
  color : #d81b60 !important;
}

.link-muted {
  color : #7a869d;
}

.link-muted:focus,
.link-muted:hover {
  color : #606c84;
}

.link-black {
  color : #666;
}

.link-black:focus,
.link-black:hover {
  color : #999;
}

.hide {
  display : none !important;
}

.no-border {
  border : 0 !important;
}

.no-padding {
  padding : 0 !important;
}

.no-margin {
  margin : 0 !important;
}

.no-shadow {
  box-shadow : none !important;
}

.chart-legend,
.contacts-list,
.list-unstyled,
.mailbox-attachments,
.users-list {
  margin     : 0;
  padding    : 0;
  list-style : none;
}

.list-group-unbordered > .list-group-item {
  padding-right : 0;
  padding-left  : 0;
  border-right  : 0;
  border-left   : 0;
  border-radius : 0;
}

.flat {
  border-radius : 0 !important;
}

.text-700,
.text-700.table td,
.text-700.table th {
  font-weight : 700;
}

.text-sm {
  font-size : 12px;
}

.jqstooltip {
  width   : auto !important;
  height  : auto !important;
  padding : 5px !important;
}

.bg-teal-gradient {
  color      : #fff;
  background : #39cccc !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #39cccc 0%,
                 #7adddd 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #39cccc,
                 #7adddd
               );
  background : -o-linear-gradient(
                 #7adddd,
                 #39cccc
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
}

.bg-light-blue-gradient {
  color      : #fff;
  background : #3c8dbc !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #3c8dbc 0%,
                 #67a8ce 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #3c8dbc,
                 #67a8ce
               );
  background : -o-linear-gradient(
                 #67a8ce,
                 #3c8dbc
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
}

.bg-blue-gradient {
  color      : #fff;
  background : #0073b7 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #0073b7 0%,
                 #0089db 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #0073b7,
                 #0089db
               );
  background : -o-linear-gradient(
                 #0089db,
                 #0073b7
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
}

.bg-aqua-gradient {
  color      : #fff;
  background : #00c0ef !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #00c0ef 0%,
                 #14d1ff 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #00c0ef,
                 #14d1ff
               );
  background : -o-linear-gradient(
                 #14d1ff,
                 #00c0ef
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
}

.bg-yellow-gradient {
  color      : #fff;
  background : #f39c12 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #f39c12 0%,
                 #f7bc60 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #f39c12,
                 #f7bc60
               );
  background : -o-linear-gradient(
                 #f7bc60,
                 #f39c12
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
}

.bg-purple-gradient {
  color      : #fff;
  background : #605ca8 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #605ca8 0%,
                 #9491c4 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #605ca8,
                 #9491c4
               );
  background : -o-linear-gradient(
                 #9491c4,
                 #605ca8
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
}

.bg-green-gradient {
  color      : #fff;
  background : #00a65a !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #00a65a 0%,
                 #00ca6d 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #00a65a,
                 #00ca6d
               );
  background : -o-linear-gradient(
                 #00ca6d,
                 #00a65a
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
}

.bg-red-gradient {
  color      : #fff;
  background : #dd4b39 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #dd4b39 0%,
                 #e47365 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #dd4b39,
                 #e47365
               );
  background : -o-linear-gradient(
                 #e47365,
                 #dd4b39
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
}

.bg-black-gradient {
  color      : #fff;
  background : #111111 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #111111 0%,
                 #2b2b2b 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #111111,
                 #2b2b2b
               );
  background : -o-linear-gradient(
                 #2b2b2b,
                 #111111
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
}

.bg-maroon-gradient {
  color      : #fff;
  background : #d81b60 !important;
  background : -moz-linear-gradient(
                 center bottom,
                 #d81b60 0%,
                 #e73f7c 100%
               );
  background : -ms-linear-gradient(
                 bottom,
                 #d81b60,
                 #e73f7c
               );
  background : -o-linear-gradient(
                 #e73f7c,
                 #d81b60
               );
  background : -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
}

.customer-date .react-datepicker-wrapper {
  display : block;
}

.switch.center-switch {
  margin : 0 auto;
}

/* Style the switch container */
.react-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* Style the switch handle */
.react-switch-handle {
  background-color: #fff; /* Handle color */
  border-radius: 50%; /* Make the handle round */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

/* Style the switch checked state */
.react-switch-bg {
  background-color: #4caf50; /* Background color when checked */
  border-radius: 20px; /* Make the switch round */
  transition: background-color 0.2s; /* Smooth transition */
}

/* Style the switch unchecked state */
.react-switch-bg.react-switch-bg--unchecked {
  background-color: #ccc; /* Background color when unchecked */
}

/* Style the switch handle when checked */
.react-switch-handle.react-switch-handle--checked {
  left: calc(100% - 20px); /* Position the handle on the right */
}

/* Style the switch handle when unchecked */
.react-switch-handle.react-switch-handle--unchecked {
  left: 2px; /* Position the handle on the left */
}

.react-datepicker-wrapper .react-datepicker__input-container {
  display : block;
}

.no-pad-top {
  padding-top : 0;
}

.position-static {
  position : static !important;
}

.list-header {
  padding     : 10px 4px;
  color       : #666;
  font-size   : 15px;
  font-weight : 700;
}

.list-seperator {
  height     : 1px;
  margin     : 15px 0 9px 0;
  background : #f4f4f4;
}

.list-link > a {
  padding : 4px;
  color   : #777;
}

.list-link > a:hover {
  color : #222;
}

.font-light {
  font-weight : 300;
}

.user-block:after,
.user-block:before {
  content : " ";
  display : table;
}

.user-block:after {
  clear : both;
}

.user-block img {
  width  : 40px;
  height : 40px;
  float  : left;
}

.user-block .comment,
.user-block .description,
.user-block .username {
  display     : block;
  margin-left : 50px;
}

.user-block .username {
  font-size   : 16px;
  font-weight : 600;
}

.user-block .description {
  color     : #999;
  font-size : 13px;
}

.user-block.user-block-sm .comment,
.user-block.user-block-sm .description,
.user-block.user-block-sm .username {
  margin-left : 40px;
}

.user-block.user-block-sm .username {
  font-size : 14px;
}

.box-comments .box-comment img,
.img-lg,
.img-md,
.img-sm,
.user-block.user-block-sm img {
  float : left;
}

.box-comments .box-comment img,
.img-sm,
.user-block.user-block-sm img {
  width  : 30px !important;
  height : 30px !important;
}

.img-sm + .img-push {
  margin-left : 40px;
}

.img-md {
  width  : 60px;
  height : 60px;
}

.img-md + .img-push {
  margin-left : 70px;
}

.img-lg {
  width  : 100px;
  height : 100px;
}

.img-lg + .img-push {
  margin-left : 110px;
}

.img-bordered {
  padding : 3px;
  border  : 3px solid #d2d6de;
}

.img-bordered-sm {
  padding : 2px;
  border  : 2px solid #d2d6de;
}

.attachment-block {
  margin-bottom : 10px;
  padding       : 5px;
  border        : 1px solid #f4f4f4;
  background    : #f7f7f7;
}

.attachment-block .attachment-img {
  max-width  : 100px;
  height     : auto;
  max-height : 100px;
  float      : left;
}

.attachment-block .attachment-pushed {
  margin-left : 110px;
}

.attachment-block .attachment-heading {
  margin : 0;
}

.attachment-block .attachment-text {
  color : #555;
}

.connectedSortable {
  min-height : 100px;
}

.ui-helper-hidden-accessible {
  position : absolute;
  width    : 1px;
  height   : 1px;
  clip     : rect(0 0 0 0);
  margin   : -1px;
  padding  : 0;
  overflow : hidden;
  border   : 0;
}

.sort-highlight {
  margin-bottom : 10px;
  border        : 1px dashed #ddd;
  background    : #f4f4f4;
}

.full-opacity-hover {
  opacity : 0.65;
  filter  : alpha(opacity=65);
}

.full-opacity-hover:hover {
  opacity : 1;
  filter  : alpha(opacity=100);
}

.chart {
  position : relative;
  width    : 100%;
  overflow : hidden;
}

.chart canvas,
.chart svg {
  width : 100% !important;
}

/* Misc: print * ----------- */

@media
  print {
  .content-header,
  .left-side,
  .main-header,
  .main-sidebar,
  .no-print {
    display : none !important;
  }

  .content-wrapper,
  .main-footer,
  .right-side {
    min-height        : 0 !important;
    margin-left       : 0 !important;
    -ms-transform     : translate(0, 0) !important;
    -o-transform      : translate(0, 0) !important;
    -webkit-transform : translate(0, 0) !important;
    transform         : translate(0, 0) !important;
  }

  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top : 0 !important;
  }

  .invoice {
    width   : 100%;
    margin  : 0;
    padding : 0;
    border  : 0;
  }

  .invoice-col {
    width : 33.3333333%;
    float : left;
  }

  .table-responsive {
    overflow : auto;
  }

  .table-responsive > .table tr td,
  .table-responsive > .table tr th {
    white-space : normal !important;
  }
}

/* SIDEBAR */

.fix-sidebar.sidebar-collapse .content-wrapper,
.fix-sidebar.sidebar-collapse .main-footer,
.fix-sidebar.sidebar-collapse .right-side {
  padding-left : 90px;
}

.sidebar-collapse .content-wrapper {
  width : 100%;
}

.fix-sidebar .left-sidebar {
  position   : fixed;
}

.fix-sidebar.sidebar-collapse .left-sidebar {
  position : fixed;
  width    : 60px;
  background: #e5e5e5;
}

.left-sidebar {
  z-index            : 20;
  top                : 0;
  width              : 240px;
  height             : 100%;
  padding-top        : 0;
  background         : #fff;
  -webkit-box-shadow : 1px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow         : 1px 0px 20px rgba(0, 0, 0, 0.08);
  background : #fff;
  color: #144339;
}

.skin-blue .sidebar-collapse .treeview ul.treeview-menu {
  display : none;
}

.skin-blue .sidebar-collapse .sidebar-menu > li > a span {
  display : none;
}

.skin-blue .sidebar-collapse .sidebar-menu > li > a {
  display         : block;
  height          : 50px;
  margin          : 0 auto;
  padding         : 12px 0;
  text-align      : center;
  text-decoration : none;
}

.skin-blue .sidebar-collapse .sidebar-menu > li:hover > a {
  z-index         : 9999;
  width           : 280px;
  height          : 100%;
  height          : 50px;
  padding-left    : 30px;
  overflow        : visible;
  text-align      : left;
  text-decoration : none;
  line-height     : 27px;
  background:var(--main-color);
  color:#fff;
}
.skin-blue .sidebar-collapse .sidebar-menu > li:hover > a .pl-1 {
  color: #fff;
  display: block;
  margin-left: 50px;
  font-size:16px;
}
.skin-blue .sidebar-collapse .treeview-menu>li>a,.skin-blue .sidebar-collapse .treeview-menu>li.active>a, .skin-blue .sidebar-collapse .treeview-menu>li:hover.active>a  {
  color:#fff;
}
.skin-blue .sidebar-collapse .treeview-menu>li:focus > a, .skin-blue .sidebar-collapse .treeview-menu>li:hover > a {
  color:#fff;
}

.skin-blue .sidebar-collapse .sidebar-menu>li.active>a, .skin-blue .sidebar-collapse .sidebar-menu>li:hover>a {
  color:#fff;
  background:var(--main-color);
}

.skin-blue .sidebar-collapse .treeview:hover ul.treeview-menu {
  display    : block;
  position   : absolute;
  left       : 60px;
  width      : 220px;
  background : var(--main-color);
}

ul.sidebar-menu > li > a {
  position : relative;
}

ul.sidebar-menu > li > a > i {
  position : absolute;
}

.sidebar-collapse ul.sidebar-menu > li > a > i {
  left : 19px;
}

ul.sidebar-menu > li > a > span {
  margin-left : 19px;
}

.sidebar-collapse .sidebar-menu > li:hover span {
  display : inline;
}

/**
 * body, td, th, input, select, textarea, option, optgroup { font-family: Arial,
 * Helvetica, sans-serif; }
 */

body {
  width                  : 100%;
  height                 : 100%;
  margin                 : 0px;
  padding                : 0px;
  background-color       : #ecf0f5;
  background-repeat      : no-repeat;
  background-attachment  : fixed;
  background-position    : center center;
  font-family            : 'Nunito',
                           Helvetica,
                           Arial,
                           sans-serif !important;
  font-weight            : 400;
  -webkit-font-smoothing : auto !important;
  line-height            : 1.5;
}

h1,
h2,
h3 {
  font-family : 'Nunito',
                Helvetica,
                Arial,
                sans-serif !important;
  font-weight : 700;
  line-height : 1.2;
}

.RichTextEditor__root___2QXK- {
  overflow : auto;
}

.logo_image {
  width : 100px;
}

.main_admin_div {
  display : flex;
  /* height: 100%; */
}

.marketing-view {
  display       : flex;
  margin-bottom : 15px;
  align-items   : flex-start;
}

.lef_nav {
  background-color : #f8f8f8;
}

.headers-margins {
  margin-bottom : 0;
  font-size     : 14px;
  font-weight   : 400;
}

.s-colors-c {
  width       : 40px;
  margin-top  : 10px !important;
  margin-left : 5px;
}

.fr-toolbar.fr-top {
  z-index : 0;
}

.product-list {
  padding : 0;
}

.shadowed-input {
  height        : 46px !important;
  border        : 1px solid #dbdbdb;
  border-radius : 10px;
  background    : transparent;
  box-shadow    : inset 0 0 12px 1px rgba(184,184,184,0.50);
}

.overflow-table {
  max-height : 400px;
  overflow   : auto;
}

.color-picker-newest {
  left       : 10px !important;
  margin-top : 10px !important;
}

.popust-select .Select .Select-control {
  min-height    : auto;
  border-radius : 0px;
  box-shadow    : none;
}

.popust-select .Select {
  padding : 0;
}

.Select--single > .Select-control .Select-value,
.popust-select .Select-placeholder {
  color : var(--main-text-color);
}
.Select--single.select-criterij > .Select-control .Select-value {
  font-size:12px;
  line-height:45px;
}
.right_nav {
  padding : 10px;
}

.grid {
  display : grid;
}

.tabs_line {
  margin-right  : 5px;
  border-top    : 3px solid black;
  border-radius : 5px;
  cursor        : pointer;
}

.tabs_line a {
  margin-right : 0 !important;
}

.button_div {
  width         : 100%;
  float         : right;
  margin-bottom : 15px;
}

.close-modal-icon {
  float     : right;
  font-size : 20px;
}

.dashboard-table td {
  vertical-align : middle !important;
}

.flags-div-m {
  width       : 300px;
  margin-top  : -5px;
  margin-left : 30px;
  flex-wrap   : wrap;
}

.main_height {
  height : 100%;
}

.image-wraper {
  position : relative;
  width    : 50px;
  height   : 65px;
}

.tab_1 .img_desc .baner_wrap.tattoo {
  background-color : rgb(241, 216, 209) !important;
}

.image-wraper img {
  position   : absolute;
  top        : 0;
  right      : 0;
  bottom     : 0;
  left       : 0;
  width      : auto;
  max-width  : 100%;
  height     : auto;
  max-height : 100%;
  margin     : auto;
}

.700er {
  font-weight : 700er;
}

/* .tab_header_button { margin-right: 20px; float: right; } */

.checkout-modal {
  padding           : 70px;
  background-image  : url(/images/izberi_vrsto_placila_LF_ozadje-04.png);
  background-repeat : no-repeat;
  background-size   : cover;
}

.button-ccheckout {
  padding          : 3px 35px !important;
  color            : white;
  border-radius    : 0 !important;
  background-color : black !important;
  box-shadow       : none !important;
  font-size        : 35px !important;
}

.actions_right {
  margin-top : 20px;
}

.poseben .Select-clear-zone {
  display : none !important;
}

.dashboard-pagination .rc-pagination {
  float : right;
}

.page_footer {
  display : block !important;
}

.notf_div {
  float        : right;
  margin-top   : 20px;
  margin-right : 20px;
}

.notf_div span {
  margin-right : 25px;
  font-size    : 20px;
  font-weight  : 600;
  cursor       : pointer;
}

.notf_div span:hover {
  color       : #808080;
  text-shadow : 3px 3px #fff;
}

.rc-pagination-item-active {
  border-color     : #337ab7 !important;
  background-color : #337ab7 !important;
}

.msg_div {
  z-index            : 1000;
  position           : absolute;
  top                : 50px;
  right              : 20px;
  min-width          : 400px;
  padding            : 8px;
  border             : 1pt solid #808080;
  border-radius      : 8px;
  background-color   : white;
  -moz-box-shadow    : 10px 10px 25px 0px #595959;
  -webkit-box-shadow : 10px 10px 25px 0px #595959;
  box-shadow         : 10px 10px 25px 0px #595959;
}

.msg_div h2 {
  font-size   : 14px;
  font-weight : 600;
}

.msg_div p {
  padding-top : 20px;
  color       : #808080;
  text-align  : center;
}

.msg_div ul li:nth-child(1) {
  height : 100px;
}

fieldset {
  position      : relative;
  margin        : 20px 0 20px 0;
  padding       : 25px;
  border        : 1px solid #e6e8e8;
  border-radius : 5px;
  background    : #ffffff;
}

fieldset legend {
  top         : -12px;
  left        : 10px;
  width       : auto !important;
  padding     : 0 10px;
  color       : #347AB7;
  border      : none !important;
  background  : inherit;
  font-family : "Nunito",
                sans-serif;
  font-size   : 15px;
  font-weight : 500;
  /* position: absolute; */
}

.single-dateinput .bp3-input-group input {
  border : 1px solid #dbdbdb!important;
}

.single-dateinput .bp3-input-group .bp3-input:first-child {
  border-right : auto;
}


.btn-difference {
  background : #f0ffff;
  animation  : mymove 1s infinite;
}

@keyframes mymove {
  from {
    background-color : #f0ffff;
  }

  to {
    background-color : #8b0000;
  }
}

.table-striped tbody tr.storno {
  background : #f7e3e3;
}

.table-striped tbody tr.storno td {
  text-decoration : line-through;
}

.first-checkbox {
  margin : 0 !important;
}

button.close {
  position : relative;
  bottom   : 19px;
}

.color-box {
  display     : inline-flex;
  width       : 20px;
  height      : 20px;
  margin-left : 5px;
}

.colors-wrap {
  width : 100%;
}

.form-control-input {
  border     : none;
  box-shadow : none !important;
}

.color-holder {
  display                 : flex;
  width                   : 100%;
  margin                  : 0;
  padding                 : 4px;
  color                   : #333;
  overflow                : hidden;
  border                  : solid 1px #91765d;
  background              : #eee;
  vertical-align          : middle;
  -ms-flex-pack           : justify;
  -webkit-justify-content : space-between;
  justify-content         : space-between;
  cursor                  : pointer;
}

.color-preview {
  width : 95%;
}

.dd {
  height      : 16px;
  float       : left;
  padding     : 2px 0;
  font-size   : 10px;
  line-height : 16px;
}

.line {
  margin-top : 20px;
}

.y {
  top : 0px;
}

.order-colo-litle-box {
  position : relative;
  top      : 3px;
  width    : 17px;
  height   : 17px;
  cursor   : pointer;
}

.show-litle-box {
  display : inline-flex !important;
}

.quick-top {
  display    : flex;
  font-size  : 15px;
  list-style : none;
}

/* The switch - the box around the slider */

.switch {
  display  : block;
  position : relative;
  width    : 41px !important;
  height   : 22px !important;
  margin   : 0;
}

/* Hide default HTML checkbox */

.switch input {
  display : none;
}

/* The slider */

.slider {
  position           : absolute;
  top                : 0;
  right              : 0;
  bottom             : 0;
  left               : 0;
  background-color   : #ccc;
  -webkit-transition : .4s;
  transition         : .4s;
  cursor             : pointer;
}

.slider:before {
  content            : "";
  position           : absolute;
  bottom             : 4px;
  left               : 4px;
  width              : 20px;
  height             : 20px;
  background-color   : white;
  -webkit-transition : .4s;
  transition         : .4s;
}

input:checked + .slider {
  background-color : #2196F3;
}

input:focus + .slider {
  box-shadow : 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -ms-transform     : translateX(26px);
  -webkit-transform : translateX(26px);
  transform         : translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius : 34px;
}

.slider.round:before {
  border-radius : 50%;
}

.quick-top li {
  display         : flex;
  width           : 25%;
  margin-right    : 10px;
  padding-right   : 10px;
  border-right    : 1px solid black;
  justify-content : center;
}

.quick-bottom {
  margin-left : 10px;
  list-style  : none;
}

.quick-bottom li {
  display : flex;
}

/* datepicker */

textarea .form-control {
  min-height : 60px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow {
  position    : absolute;
  margin-left : -8px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  box-sizing : content-box;
  position   : absolute;
  width      : 1px;
  height     : 0;
  border     : 8px solid transparent;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before {
  z-index             : -1;
  content             : "";
  left                : -8px;
  border-bottom-color : #aeaeae;
  border-width        : 8px;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top        : 0;
  margin-top : -8px;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  border-top          : none;
  border-bottom-color : #f0f0f0;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
  top                 : -1px;
  border-bottom-color : #aeaeae;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow {
  bottom        : 0;
  margin-bottom : -8px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  border-bottom    : none;
  border-top-color : #fff;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before {
  bottom           : -1px;
  border-top-color : #aeaeae;
}

.react-datepicker {
  display          : inline-block;
  position         : relative;
  color            : var(--main-text-color);
  border           : 1px solid #aeaeae;
  border-radius    : 4px;
  background-color : #fff;
  font-family      : "Nunito",
                     Helvetica,
                     Arial,
                     sans-serif;
  font-size        : 11px;
  font-weight      : 400;
}

.react-datepicker__triangle {
  position : absolute;
  left     : 50px;
}

.picture-with-form {
  display : flex;
}

.picture-with-form .left-side-form {
  width      : 40%;
  margin-top : 25px;
}

.from-top {
  margin-top : 12px;
}

.bigger-top {
  margin-bottom : 10px;
  font-size     : 20px;
}

.big-text-font {
  font-size  : 33px;
  font-style : italic;
}

.picture-with-form .right-side-form {
  width         : 60%;
  margin-top    : 25px;
  padding-right : 5px;
  padding-left  : 50px;
}

.picture-with-form .form-text {
  margin-left : 5px;
  font-weight : normal;
}

.flex {
  display : flex;
}

.normal-text-font {
  font-size : medium;
}

.toggle-btn {
  color      : var(--main-color);
  border     : none;
  background : none;
}

.toggle-btn:focus {
  border  : none;
  outline : none;
}

.toggle-btn.black-btn {
  margin-top  : 10px;
  margin-left : 7px;
  color       : black;
  font-size   : 24px;
}

.product-add {
  padding : 6px 0;
}

.product-add:nth-child(2n+2) {
  background : #f3f3f3;
}

.product-add:hover {
  background  : #eee;
  font-weight : bold;
}

@media
  all
  and (max-width : 700px) {
  .picture-with-form {
    display : block;
  }

  .picture-with-form .left-side-form {
    width : 100% !important;
  }

  .picture-with-form .right-side-form {
    width         : 100% !important;
    padding-right : 0 !important;
    padding-left  : 0 !important;
  }
}

@media
  all
  and (max-width : 630px) {
  .big-text-font {
    font-size : 20px !important;
  }
}

@media
  all
  and (max-width : 500px) {
  .big-text-font {
    font-size : 16px !important;
  }

  .normal-text-font {
    font-size : small;
  }
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top : -20px;
}

.react-datepicker__header {
  position                : relative;
  padding-top             : 8px;
  border-bottom           : 1px solid #aeaeae;
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
  background-color        : #f0f0f0;
  text-align              : center;
}

.react-datepicker__current-month {
  margin-top  : 0;
  color       : var(--main-text-color);
  font-size   : 13px;
  font-weight : 700;
}

.react-datepicker__current-month--hasYearDropdown {
  margin-bottom : 16px;
}

.react-datepicker__navigation {
  position    : absolute;
  top         : 10px;
  width       : 0;
  border      : 6px solid transparent;
  text-align  : center;
  line-height : 24px;
  cursor      : pointer;
}

.react-datepicker__navigation--previous {
  z-index            : 1;
  left               : 10px;
  border-right-color : #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color : #b3b3b3;
}

.react-datepicker__navigation--next {
  z-index           : 1;
  right             : 10px;
  border-left-color : #ccc;
}

.react-datepicker__navigation--next:hover {
  border-left-color : #b3b3b3;
}

.react-datepicker__navigation--years {
  display      : block;
  position     : relative;
  top          : 0;
  margin-right : auto;
  margin-left  : auto;
}

.react-datepicker__navigation--years-previous {
  top              : 4px;
  border-top-color : #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color : #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top                 : -4px;
  border-bottom-color : #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color : #b3b3b3;
}

.react-datepicker__month {
  margin     : 5px;
  text-align : center;
}

.react-datepicker__day-name,
.react-datepicker__day {
  display     : inline-block;
  width       : 24px;
  margin      : 2px;
  color       : var(--main-text-color);
  text-align  : center;
  line-height : 24px;
}

.react-datepicker__day {
  cursor : pointer;
}

.react-datepicker__day:hover {
  border-radius    : 4px;
  background-color : #f0f0f0;
}

.react-datepicker__day--today {
  font-weight : 700;
}

.react-datepicker__day--in-range,
.react-datepicker__day--selected {
  color            : #fff;
  border-radius    : 4px;
  background-color : #216ba5;
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--selected:hover {
  background-color : #1d5d90;
}

.react-datepicker__day--disabled {
  color  : #ccc;
  cursor : default;
}

.react-datepicker__day--disabled:hover {
  background-color : transparent;
}

.react-datepicker__input-container {
  display    : inline-block;
  position   : relative;
  align-self : center;
}

.react-datepicker__year-read-view {
  position      : absolute;
  bottom        : 25px;
  left          : 25%;
  width         : 50%;
  border        : 1px solid transparent;
  border-radius : 4px;
}

.react-datepicker__year-read-view:hover {
  cursor : pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color : #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow {
  position         : relative;
  top              : 9px;
  left             : 5px;
  margin-bottom    : 3px;
  border-top-color : #ccc;
  border-width     : 6px;
}

.react-datepicker__year-read-view--selected-year {
  position : relative;
  right    : 6px;
}

.react-datepicker__year-dropdown {
  position         : absolute;
  top              : 30px;
  left             : 25%;
  width            : 50%;
  border           : 1px solid #aeaeae;
  border-radius    : 4px;
  background-color : #f0f0f0;
  text-align       : center;
}

.react-datepicker__year-dropdown:hover {
  cursor : pointer;
}

.react-datepicker__year-option {
  display      : block;
  width        : 100%;
  margin-right : auto;
  margin-left  : auto;
  line-height  : 20px;
}

.react-datepicker__year-option:first-of-type {
  border-top-left-radius  : 4px;
  border-top-right-radius : 4px;
}

.react-datepicker__year-option:last-of-type {
  border-bottom-right-radius : 4px;
  border-bottom-left-radius  : 4px;
  -moz-user-select           : none;
  -ms-user-select            : none;
  -webkit-user-select        : none;
  user-select                : none;
}

.react-datepicker__year-option:hover {
  background-color : #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color : #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color : #b3b3b3;
}

.react-datepicker__year-option--selected {
  position : absolute;
  left     : 30px;
}

.react-datepicker__close-icon {
  display          : inline-block;
  height           : 0;
  padding          : 0;
  border           : 0;
  background-color : transparent;
  outline          : 0;
  vertical-align   : middle;
  cursor           : pointer;
}

.react-datepicker__close-icon::after {
  content          : "\00d7";
  box-sizing       : border-box;
  position         : absolute;
  top              : 50%;
  right            : 7px;
  bottom           : 0;
  width            : 16px;
  height           : 16px;
  margin           : -8px auto 0;
  padding          : 2px;
  color            : #fff;
  border-radius    : 50%;
  background-color : #216ba5;
  text-align       : center;
  font-size        : 12px;
  line-height      : 1;
  cursor           : pointer;
}

.react-datepicker__today-button {
  padding     : 5px 0;
  border-top  : 1px solid #aeaeae;
  background  : #f0f0f0;
  text-align  : center;
  font-weight : 700;
  cursor      : pointer;
}

.react-datepicker__tether-element {
  z-index : 2147483647;
}

.react-toggle {
  display          : inline-block;
  position         : relative;
  margin-right     : 15px;
  margin-bottom    : 5px;
  padding          : 0;
  border           : 0;
  background-color : transparent;
  cursor           : pointer;
}

.react-toggle-screenreader-only {
  position : absolute;
  width    : 1px;
  height   : 1px;
  clip     : rect(0 0 0 0);
  margin   : -1px;
  padding  : 0;
  overflow : hidden;
  border   : 0;
}

.react-toggle--disabled {
  opacity            : 0.5;
  -webkit-transition : opacity 0.25s;
  transition         : opacity 0.25s;
  cursor             : not-allowed;
}

.react-toggle-track {
  width              : 50px;
  height             : 24px;
  padding            : 0;
  border-radius      : 30px;
  background-color   : #4D4D4D;
  -moz-transition    : all 0.2s ease;
  -webkit-transition : all 0.2s ease;
  transition         : all 0.2s ease;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color : var(--main-text-color);
}

.react-toggle--checked .react-toggle-track {
  background-color : #19AB27;
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color : #128D15;
}

.react-toggle-track-check {
  position           : absolute;
  top                : 0px;
  bottom             : 0px;
  left               : 8px;
  width              : 14px;
  height             : 10px;
  margin-top         : auto;
  margin-bottom      : auto;
  opacity            : 0;
  line-height        : 0;
  -moz-transition    : opacity 0.25s ease;
  -webkit-transition : opacity 0.25s ease;
  transition         : opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-check {
  opacity            : 1;
  -moz-transition    : opacity 0.25s ease;
  -webkit-transition : opacity 0.25s ease;
  transition         : opacity 0.25s ease;
}

.react-toggle-track-x {
  position           : absolute;
  top                : 0px;
  right              : 10px;
  bottom             : 0px;
  width              : 10px;
  height             : 10px;
  margin-top         : auto;
  margin-bottom      : auto;
  opacity            : 1;
  line-height        : 0;
  -moz-transition    : opacity 0.25s ease;
  -webkit-transition : opacity 0.25s ease;
  transition         : opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity : 0;
}

.react-toggle-thumb {
  -moz-box-sizing    : border-box;
  -webkit-box-sizing : border-box;
  box-sizing         : border-box;
  position           : absolute;
  top                : 1px;
  left               : 1px;
  width              : 22px;
  height             : 22px;
  border             : 1px solid #4D4D4D;
  border-radius      : 50%;
  background-color   : #FAFAFA;
  -moz-transition    : all 0.25s ease;
  -webkit-transition : all 0.25s ease;
  transition         : all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition         : all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left         : 27px;
  border-color : #19AB27;
}

.react-toggle--focus .react-toggle-thumb {
  -moz-box-shadow    : 0px 0px 3px 2px #0099E0;
  -webkit-box-shadow : 0px 0px 3px 2px #0099E0;
  box-shadow         : 0px 0px 2px 3px #0099E0;
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -moz-box-shadow    : 0px 0px 5px 5px #0099E0;
  -webkit-box-shadow : 0px 0px 5px 5px #0099E0;
  box-shadow         : 0px 0px 5px 5px #0099E0;
}

/* calendar */

.rbc-btn {
  margin : 0;
  color  : inherit;
  font   : inherit;
}

button.rbc-btn {
  -webkit-appearance : button;
  overflow           : visible;
  text-transform     : none;
  cursor             : pointer;
}

button[disabled].rbc-btn {
  cursor : not-allowed;
}

button.rbc-input::-moz-focus-inner {
  padding : 0;
  border  : 0;
}

.rbc-calendar {
  display            : -ms-flexbox;
  display            : flex;
  box-sizing         : border-box;
  height             : 100%;
  align-items        : stretch;
  -ms-flex-align     : stretch;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-calendar *,
.rbc-calendar *:after,
.rbc-calendar *:before {
  box-sizing : inherit;
}

.rbc-abs-full,
.rbc-row-bg {
  position : absolute;
  top      : 0;
  right    : 0;
  bottom   : 0;
  left     : 0;
  overflow : hidden;
}

.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display       : block;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.rbc-rtl {
  direction : rtl;
}

.rbc-off-range {
  color : #b3b3b3;
}

.rbc-header {
  min-height     : 0;
  padding        : 0 3px;
  overflow       : hidden;
  text-align     : center;
  text-overflow  : ellipsis;
  vertical-align : middle;
  font-size      : 90%;
  font-weight    : 700;
  white-space    : nowrap;
}

.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color           : inherit;
  text-decoration : none;
}

.rbc-toolbar {
  display        : -ms-flexbox;
  display        : flex;
  margin-bottom  : 10px;
  align-items    : center;
  font-size      : 16px;
  -ms-flex-align : center;
}

.rbc-toolbar .rbc-toolbar-label {
  width      : 100%;
  padding    : 0 10px;
  text-align : center;
}

.rbc-toolbar button {
  display          : inline-block;
  margin           : 0;
  padding          : .375rem 1rem;
  color            : #373a3c;
  border           : 1px solid #ccc;
  border-radius    : 4px;
  background       : none;
  background-image : none;
  text-align       : center;
  vertical-align   : middle;
  line-height      : normal;
  white-space      : nowrap;
}

.rbc-toolbar button.rbc-active,
.rbc-toolbar button:active {
  border-color     : #adadad;
  background-image : none;
  background-color : #e6e6e6;
  box-shadow       : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.rbc-toolbar button.rbc-active:focus,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button:active:hover {
  color            : #373a3c;
  border-color     : #8c8c8c;
  background-color : #d4d4d4;
}

.rbc-toolbar button:focus {
  color            : #373a3c;
  border-color     : #adadad;
  background-color : #e6e6e6;
}

.rbc-toolbar button:hover {
  color            : #373a3c;
  border-color     : #adadad;
  background-color : #e6e6e6;
}

.rbc-btn-group {
  display     : inline-block;
  white-space : nowrap;
}

.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
}

.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius    : 0;
  border-bottom-left-radius : 0;
}

.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius             : 4px;
  border-top-left-radius    : 0;
  border-bottom-left-radius : 0;
}

.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius              : 4px;
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
}

.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius : 0;
}

.rbc-btn-group button + button {
  margin-left : -1px;
}

.rbc-rtl .rbc-btn-group button + button {
  margin-right : -1px;
  margin-left  : 0;
}

.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left : 10px;
}

.rbc-event {
  padding          : 2px 5px;
  color            : #fff;
  border-radius    : 5px;
  background-color : #3174ad;
  cursor           : pointer;
}

.rbc-event.rbc-selected {
  background-color : #265985;
}

.rbc-event-label {
  font-size : 80%;
}

.rbc-event-overlaps {
  box-shadow : -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-after {
  border-top-right-radius    : 0;
  border-bottom-right-radius : 0;
}

.rbc-event-continues-prior {
  border-top-left-radius    : 0;
  border-bottom-left-radius : 0;
}

.rbc-row {
  display            : -ms-flexbox;
  display            : flex;
  -ms-flex-direction : row;
  flex-direction     : row;
}

.rbc-row-segment {
  padding : 0 1px 1px 1px;
}

.rbc-selected-cell {
  color            : white;
  opacity          : 0.05;
  background-color : var(--main-text-color);
}

.rbc-show-more {
  z-index          : 4;
  height           : auto;
  background-color : rgba(255, 255, 255, 0.3);
  font-size        : 85%;
  font-weight      : 700;
  line-height      : normal;
  white-space      : nowrap;
}

.rbc-month-view {
  display            : -ms-flexbox;
  position           : relative;
  border             : 1px solid #DDD;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-month-view .rbc-header {
  border-bottom : 1px solid #DDD;
}

.rbc-month-view .rbc-header + .rbc-header {
  border-left : 1px solid #DDD;
}

.rbc-rtl .rbc-month-view .rbc-header + .rbc-header {
  border-right      : 1px solid #DDD;
  border-left-width : 0;
}

.rbc-month-header {
  display            : -ms-flexbox;
  display            : flex;
  -ms-flex-direction : row;
  flex-direction     : row;
}

.rbc-month-row {
  display            : -ms-flexbox;
  display            : flex;
  position           : relative;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-month-row + .rbc-month-row {
  border-top : 1px solid #DDD;
}

.rbc-date-cell {
  padding-right : 5px;
  text-align    : right;
}

.rbc-date-cell.rbc-now {
  font-weight : 700;
}

.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color           : inherit;
  text-decoration : none;
}

.rbc-row-content {
  z-index  : 4;
  position : relative;
}

.rbc-row-bg {
  display            : -ms-flexbox;
  display            : flex;
  -ms-flex-direction : row;
  flex-direction     : row;
}

.rbc-day-bg + .rbc-day-bg {
  border-left : 1px solid #DDD;
}

.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-right      : 1px solid #DDD;
  border-left-width : 0;
}

.rbc-overlay {
  z-index          : 5;
  position         : absolute;
  padding          : 10px;
  border           : 1px solid #e5e5e5;
  background-color : #fff;
  box-shadow       : 0 5px 15px rgba(0, 0, 0, 0.25);
}

.rbc-overlay > * + * {
  margin-top : 1px;
}

.rbc-overlay-header {
  margin        : -10px -10px 5px -10px;
  padding       : 2px 10px;
  border-bottom : 1px solid #e5e5e5;
}

.rbc-agenda-view {
  display            : -ms-flexbox;
  display            : flex;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-agenda-view table {
  width  : 100%;
  border : 1px solid #DDD;
}

.rbc-agenda-view table tbody > tr > td {
  padding        : 5px 10px;
  vertical-align : top;
}

.rbc-agenda-view table .rbc-agenda-time-cell {
  padding-right  : 15px;
  padding-left   : 15px;
  text-transform : lowercase;
}

.rbc-agenda-view table tbody > tr > td + td {
  border-left : 1px solid #DDD;
}

.rbc-rtl .rbc-agenda-view table tbody > tr > td + td {
  border-right      : 1px solid #DDD;
  border-left-width : 0;
}

.rbc-agenda-view table tbody > tr + tr {
  border-top : 1px solid #DDD;
}

.rbc-agenda-view table thead > tr > th {
  padding       : 3px 5px;
  border-bottom : 1px solid #DDD;
  text-align    : left;
}

.rbc-rtl .rbc-agenda-view table thead > tr > th {
  text-align : right;
}

.rbc-agenda-time-cell {
  text-transform : lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content : ' »';
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content : '« ';
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space : nowrap;
}

.rbc-agenda-event-cell {
  width : 100%;
}

.rbc-time-column {
  display            : -ms-flexbox;
  display            : flex;
  min-height         : 100%;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-time-column .rbc-timeslot-group {}

.rbc-timeslot-group {
  display       : -ms-flexbox;
  display       : flex;
  min-height    : 40px;
  border-bottom : 1px solid #DDD;
}

.rbc-header-gutter,
.rbc-time-gutter {}

.rbc-label {
  padding : 0 5px;
}

.rbc-day-slot {
  position : relative;
}

.rbc-day-slot .rbc-event {
  display    : -ms-flexbox;
  display    : flex;
  max-height : 100%;
  border     : 1px solid #265985;
}

.rbc-day-slot .rbc-event-label {}

.rbc-day-slot .rbc-event-content {
  width : 100%;
}

.rbc-day-slot .rbc-time-slot {
  border-top : 1px solid #f7f7f7;
}

.rbc-time-slot {}

.rbc-time-slot.rbc-now {
  font-weight : 700;
}

.rbc-day-header {
  text-align : center;
}

.rbc-day-slot .rbc-event {
  z-index  : 2;
  position : absolute;
}

.rbc-day-slot.rbc-today {
  background-color : #eaf6ff;
}

.rbc-header.rbc-today {
  background-color : #eaf6ff;
}

.rbc-slot-selection {
  z-index          : 10;
  position         : absolute;
  padding          : 3px;
  color            : white;
  opacity          : .5;
  background-color : var(--main-text-color);
  font-size        : 75%;
  cursor           : default;
}

.rbc-time-view {
  display            : -ms-flexbox;
  display            : flex;
  -ms-flex-direction : column;
  flex-direction     : column;
}

.rbc-time-view .rbc-time-gutter {
  white-space : nowrap;
}

.rbc-time-view .rbc-allday-cell {
  position : relative;
  width    : 100%;
}

.rbc-time-view .rbc-row {
  min-height : 20px;
}

.rbc-time-header {
  display : -ms-flexbox;
  display : flex;
}

.rbc-time-header.rbc-overflowing {
  border-right : 1px solid #DDD;
}

.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-left        : 1px solid #DDD;
  border-right-width : 0;
}

.rbc-time-header > .rbc-row > * + * {
  border-left : 1px solid #DDD;
}

.rbc-rtl .rbc-time-header > .rbc-row > * + * {
  border-right      : 1px solid #DDD;
  border-left-width : 0;
}

.rbc-time-header > .rbc-row:first-child {
  border-bottom : 1px solid #DDD;
}

.rbc-time-header .rbc-gutter-cell {}

.rbc-time-header > .rbc-gutter-cell + * {
  width : 100%;
}

.rbc-time-content {
  display : -ms-flexbox;
  display : flex;
}

.rbc-time-content > .rbc-time-gutter {}

.rbc-time-content > * + * > * {
  border-left : 1px solid #DDD;
}

.rbc-rtl .rbc-time-content > * + * > * {
  border-right      : 1px solid #DDD;
  border-left-width : 0;
}

.rbc-time-content > .rbc-day-slot {
  width : 100%;
}

.rbc-current-time-indicator {
  z-index          : 1;
  position         : absolute;
  right            : 0;
  height           : 1px;
  background-color : #74ad31;
  pointer-events   : none;
}

.rbc-current-time-indicator::before {
  content          : ' ';
  display          : block;
  position         : absolute;
  top              : -3px;
  left             : -3px;
  width            : 8px;
  height           : 8px;
  border-radius    : 50%;
  background-color : #74ad31;
}

.notification-container {
  z-index    : 999999;
  box-sizing : border-box;
  position   : fixed;
  top        : 0;
  right      : 0;
  width      : 320px;
  max-height : calc(100% - 30px);
  padding    : 0 15px;
  overflow-x : hidden;
  overflow-y : auto;
}

.notification {
  box-sizing       : border-box;
  position         : relative;
  margin-top       : 15px;
  padding          : 15px 15px 15px 58px;
  color            : #fff;
  opacity          : 0.9;
  border-radius    : 2px;
  background-color : #ccc;
  box-shadow       : 0 0 12px #999;
  font-size        : 1em;
  line-height      : 1.2em;
  cursor           : pointer;
}

.notification .title {
  margin      : 0 0 5px 0;
  font-size   : 1em;
  font-weight : 700;
  line-height : 1.2em;
}

.notification:focus,
.notification:hover {
  opacity : 1;
}

.notification-enter {
  visibility : hidden;
  transform  : translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility : visible;
  transform  : translate3d(0, 0, 0);
  transition : all 0.4s;
}

.notification-leave {
  visibility : visible;
  transform  : translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
  visibility : hidden;
  transform  : translate3d(100%, 0, 0);
  transition : all 0.4s;
}

.notification:before {
  display     : block;
  position    : absolute;
  top         : 50%;
  left        : 15px;
  width       : 28px;
  height      : 28px;
  margin-top  : -14px;
  text-align  : center;
  font-size   : 28px;
  line-height : 28px;
}

.notification-info {
  background-color : #2f96b4;
}

.notification-info:before {
  content : "\f05a";
}

.notification-success {
  background-color : #51a351;
}

.notification-success:before {
  content : "\f058";
}

.notification-warning {
  background-color : #f89406;
}

.notification-warning:before {
  content : "\f06a";
}

.notification-error {
  background-color : #bd362f;
}

.notification-error:before {
  content : "\f057";
}

.stock_mails_ul {
  width           : 100%;
  list-style-type : none;
}

.stock_mails_ul li:first-child {
  padding-bottom : 10px;
  border-bottom  : 1px solid black;
}

.stock_mails_ul li {
  width          : 100%;
  padding-top    : 7px;
  padding-right  : 2px;
  padding-bottom : 7px;
  padding-left   : 4px;
}

.stock_mails_ul li input {
  width     : 85%;
  height    : 30px;
  font-size : 12px;
}

.stock_mails_ul li span {
  margin-left : 10px;
}

.stock_mails_ul button {
  float : right;
}

.files_ul {
  list-style-type : none;
}

.files_ul li {
  margin-bottom : 15px;
  font-size     : 22px;
  font-weight   : 700;
}

.files_ul li h2 {
  display     : inline;
  margin-left : 8px;
}

.files_data {
  padding          : 15px;
  background-color : white;
}

.files_data ul {
  list-style-type : none;
  columns         : 2;
}

.files_data ul li {
  margin-bottom : 8px;
}

.files_data ul li img {
  max-width  : 100%;
  max-height : 500px;
}

.update_lang_btn {
  width      : 25%;
  float      : right;
  margin-top : 30px;
  font-size  : 18px !important;
}

.flags_list li {
  margin-right : 5px;
}

.flags_list li img {
  width  : 35px;
  height : 25px;
  cursor : pointer;
}

.add_edit_main_ul {
  width           : 100%;
  margin-top      : 6%;
  padding         : 0;
  list-style-type : none;
}

.add_edit_main_ul li {
  width        : 31%;
  float        : left;
  margin-right : 1%;
  margin-left  : 1%;
}

.discounts_modal_form_ul {
  width           : 100%;
  padding         : 0;
  list-style-type : none;
}

.discounts_modal_form_ul li {
  width        : 48%;
  float        : left;
  margin-right : 1%;
  margin-left  : 1%;
  padding      : 5px;
}

.form_ul_products_li {
  width       : 96% !important;
  margin-left : 2% !important;
  padding     : 0 !important;
}

.big-text-landing {
  text-align  : center;
  font-size   : 40px;
  font-weight : 400;
}

.smaller-text-landing {
  text-align  : center;
  font-size   : 25px;
  font-weight : 200;
}

.italic-landing-text {
  width       : 600px;
  margin      : 0 auto;
  font-size   : 30px;
  font-style  : italic;
  font-weight : 400;
}

.personWrap {
  margin-top : 20px;
}

.personWrap .left-side1 {
  width : 35%;
}

.personWrap .right-side1 {
  width        : 65%;
  padding-left : 35px;
}

.personWrap .right-side1 p {
  text-align : justify;
}

.name-text {
  position    : relative;
  top         : 40px;
  left        : 30px;
  color       : white;
  text-align  : left;
  font-size   : 20px;
  font-weight : 200;
}

.brown_wrap {
  background-color : rgb(228, 225, 217);
}

.person_big_wrap {
  padding-bottom : 25px;
}

.conf-padd {
  padding-bottom : 10px;
}

.lang.modal-body {
  max-height : 400px;
  overflow   : auto;
}

.oto-page .react-datepicker__input-container {
  float : right;
}

.oto-page .react-datepicker__input-container input {
  height : 45px;
}

.new-select-stat {
  margin-top : -20px;
  text-align : left;
  font-size  : 12px;
}

.datepick input {
  width            : 140px;
  margin-top       : -16px;
  margin-left      : 10px;
  padding          : 10px 10px 10px 40px;
  border           : 1px solid #ccc;
  border-radius    : 7px;
  background-image : none;
  background-color : #fff;
  box-shadow       : 0px 0px 30px 5px #eee inset;
  font-size        : 12px;
}

.check-abs {
  z-index     : 100;
  position    : absolute;
  margin-top  : -1px;
  margin-left : 25px;
  color       : #777;
  font-size   : 17px !important;
}

.datepick {
  margin-top : 2px;
  color      : #666;
  font-size  : 12px;
}

.m-r-15 {
  margin-right : 15px;
}

.div-stat {
  min-height : 600px;
  padding    : 40px 40px 60px;
}

.date-stat {
  padding        : 25px 0 0 20px;
  text-transform : capitalize;
  font-family    : 'Nunito',
                   sans-serif !important;
  font-size      : 1.5rem;
  font-weight    : 700;
}

span.stat-big-num {
  display     : block;
  margin-top  : -10px;
  font-family : 'Nunito',
                sans-serif !important;
  font-size   : 46px;
  font-weight : 700;
}

.stat-span-inf {
  display       : inline-block;
  margin-bottom : 0;
  font-family   : 'Nunito',
                  sans-serif !important;
}

.daily-stats-additional {
  display      : inline-block;
  padding-left : 7px;
}

.agent-sums {
  margin     : 0 auto;
  text-align : center;
}

.agent-stat-title {
  display                 : block;
  width                   : 70%;
  margin                  : 0 auto;
  padding                 : 6px 0;
  border-top-left-radius  : 5px;
  border-top-right-radius : 5px;
  background              : #eee;
  font-family             : 'Nunito',
                            sans-serif !important;
}

.agent-stat-num {
  display                    : block;
  width                      : 70%;
  margin                     : 0 auto 20px auto;
  padding                    : 6px 0;
  color                      : #fff;
  border-bottom-right-radius : 5px;
  border-bottom-left-radius  : 5px;
  background                 : #5d5d5d;
  text-align                 : center;
  font-family                : 'Nunito',
                               sans-serif !important;
  font-size                  : 40px;
  font-weight                : 700;
}

.clm-2 {
  height       : 450px;
  column-count : 2;
}

.stat-span-inf2 {
  display       : block;
  margin-bottom : 5px;
  font-family   : 'Nunito',
                  sans-serif !important;
  font-size     : 19px;
}

.clm-2 .stat-span-inf {
  text-transform : uppercase;
}

.div-stat2 {
  min-height : 380px;
  padding    : 40px 40px 60px;
}

.stat-more-height {
  min-height : 650px;
  padding    : 40px 40px 60px;
}

.m-b-80 {
  margin-bottom : 80px;
}

.table-ord td {
  font-family : 'Nunito',
                sans-serif !important;
}

.paging-stat {
  padding     : 20px;
  text-align  : right;
  font-family : 'Nunito',
                sans-serif !important;
}

.no-pointer {
  opacity        : 0.5;
  pointer-events : none;
}

.paging-stat span {
  margin-right : 30px;
}

.in-gr {
  display : inline-grid;
}

.agentName {
  margin-top     : -8px;
  margin-left    : 12px;
  text-transform : uppercase;
  font-family    : 'Nunito',
                   sans-serif !important;
  font-size      : 16px;
  font-weight    : 300;
}

.cont-stat h2 {
  margin-bottom : 0;
}

.cont-stat .customers-div.top-div {
  margin-top : 10px;
  /* display: block; */
}

.cont-stat .customers-div {
  display    : inline-block;
  margin-top : 30px;
}

.align-self-center {
  align-self : center;
}

.align-items-center {
  align-items : center;
}

.login-div {
  max-width         : 600px;
  margin        : 25vh auto 0 auto;
  padding       : 50px 80px 100px;
  border-radius : 15px;
  background    : white;
  box-shadow    : 0px 0px 20px 1px #ddd;
  text-align    : center;
}

.login-logo {
  width         : 70%;
  margin-top    : 20px;
  margin-bottom : 50px;
}

.login-btn {
  width      : 40%;
  margin-top : 20px;
}

.fa.chev-left-date,
.fa.chev-right-date {
  font-size : 19px;
}

.date-pointer-left {
  margin-right : 8px;
}

.date-pointer-right {
  margin-left : 8px;
}

.new-stat-date .SingleDatePickerInput {
  width  : 180px;
  border : 0px;
}

.align-self-center {
  align-self : center;
}

.check-check {
  z-index      : 100;
  margin-top   : 1px;
  margin-right : 10px;
  margin-left  : 10px;
  color        : #777;
  font-size    : 18px !important;
}

.datepick-new {
  margin-top : 0;
  color      : var(--main-text-color);
  font-size  : 12px;
}

.check-abs-big {
  z-index     : 100;
  position    : absolute;
  margin-top  : 1px;
  margin-left : 45px;
  color       : var(--main-text-color);
  font-size   : 18px !important;
}

.sub-values-report {
  padding-top   : 8px;
  border-bottom : 1px solid #d4d4d4;
}

.expense-categories-report {
  width         : 70%;
  border-bottom : 1px solid #d4d4d4;
}

.expenses-block {
  position     : relative;
  margin-left  : 35px;
  padding-left : 45px;
  border-left  : 1px solid #d4d4d4;
}

.expenses-cta {
  position  : absolute;
  top       : 7px;
  right     : 60px;
  padding   : 12px 17px 14px 10px!important;
  font-size : 15px!important;
}

.expense-main-title {
  margin-bottom  : 12px;
  text-transform : uppercase;
  font-size      : 14px;
  font-weight    : 700;
}

.bar-ch {
  width  : 100%;
  height : 400px !important;
}

.padding-md {
  padding-right : 80px;
}

.utm-filter-heading {
  margin-bottom    : 15px;
  padding          : 10px 20px;
  border-radius    : 5px;
  background-color : #eee;
  text-align       : center;
  font-weight      : 700;
}

.m-t-30 {
  margin-top : 30px;
}

.new-lab {
  padding : 5px 5px 0px 35px!important;
}

.new-lab .checkmark {
  top  : 6px;
  left : 10px;
}

.m-l-btn {
  position : absolute;
  right    : 30%;
}

.m-l-10 {
  margin-left : 10px;
}

.padding-modal-stat {
  padding : 10px 10px 20px 30px;
}

.padding-modal-stat h3 {
  font-size : 20px;
}

.costs-div-box {
  width   : 25%;
  padding : 5px 10px;
}

.costs-div-box h3 {
  font-size : 16px;
}

.active-expense-new {
  text-decoration : underline;
  font-weight     : 700;
}

.new-stat-info {
  margin-top    : 20px;
  margin-bottom : 20px;
}

.new-exp-modal-f input {
  margin-top    : -6px;
  margin-bottom : 15px;
  border        : none;
  border-radius : 7px;
  box-shadow    : 0px 0px 30px 5px #eee inset;
}

.new-exp-modal-f label {
  margin-top    : 15px;
  margin-bottom : 10px;
}

.new-stat-date input {
  width   : 180px;
  padding : 10px 10px 10px 70px;
}

.new-stat-date .check-abs {
  margin-top : 3px;
  font-size  : 20px !important;
}

.new-exp-modal-f input:focus {
  margin-top    : -6px;
  margin-bottom : 15px;
  border        : none;
  border-radius : 7px;
  box-shadow    : 0px 0px 30px 5px #eee inset;
}

.new-btn-add-stat {
  margin-top       : 15px;
  padding          : 8px 20px 10px 5px;
  color            : white;
  border           : none;
  border-radius    : 7px;
  background-color : #446;
  font-weight      : 700;
}

.new-btn-add-stat i {
  margin-top   : 3px;
  margin-right : 15px;
  margin-left  : 5px;
  font-size    : 22px;
}

.span-days-stat {
  margin-right : 5px;
  margin-left  : 5px;
  font-size    : 14px;
  font-size    : 14px;
}

.skin-blue .main-header .navbar {
  background-color : rgba(34,45,50,0.8) !important;
}

.skin-blue .main-header .logo {
  background-color : rgba(34,45,50,1) !important;
}

.main-sidebar {
  padding     : 0 10px;
  padding-top : 0px!important;
  overflow-y  : hidden!important;
  background  : #1D2939!important;
}

.logo-lg img {
  width : 100px!important;
}

.logo-mini img {
  width : 20px!important;
}

.sidebar-collapse .hidden-on {
  display : none;
}

.sidebar-collapse .side-section {
  border-bottom : 0px;
  padding-left:0;
}

.sidebar-collapse .hamp-span {
  width      : 100%;
  text-align : center;
}

.hamp-span {
  width      : 25%;
  color      : var(--main-color);
  text-align : right;
  align-self : center;
  font-size  : 19px;
}

.logo-lg {
  z-index     : 10000000!important;
  position    : fixed!important;
  height      : 100px!important;
  margin-left : 49px!important;
}

.skin-blue .main-header .logo:hover {
  background-color : rgba(34,45,50,1)!important;
}

.main-sidebar .user-panel {
  padding          : 0 0 15px 0;
  background-color : transparent;
}

.skin-blue .user-panel>.info {
  margin-top : 10px !important;
}

.btn-remove-small {
  padding       : 6px 8px 5px 5px;
  color         : #fff;
  border        : none;
  border-radius : 5px;
  background    : #c22;
  box-shadow    : none;
  text-align    : center;
  font-size     : 10px;
  font-weight   : 700;
  /* width: 90px; */
}

.btn-remove-small i {
  margin-right : 10px;
  font-size    : 14px;
}

.lang-wrap .new-btn-purple {
  margin-top : 0px;
  padding    : 10px 20px 7px 10px;
  font-size  : 12px;
}

.p-0 {
  padding : 0!important;
}

.box-white {
  z-index          : 2;
  position         : relative;
  background-color : white;
  box-shadow       : 3px 0px 16px 3px rgba(0,0,0,0.1);
  font-family      : 'Nunito',
                     sans-serif !important;
}

.tab-new {
  z-index          : 0;
  position         : relative;
  width            : 200px;
  padding          : 17px 0 14px;
  background-color : #eee;
  box-shadow       : none;
  text-align       : center;
}

.tab-new p {
  margin-bottom : 0;
  font-family   : 'Nunito',
                  sans-serif;
  font-size     : 12px;
}

.box-border-style.tab-new-active {
  z-index     : 3!important;
  background  : #fff;
  box-shadow  : none;
  font-weight : 500;
}

.box-border-style.tab-new-active:active,
.box-border-style.tab-new-active:focus,
.box-border-style.tab-new-active:hover {
  background : white;
}

.tab-new:hover {
  background-color : #ddd;
}

.tab-new-right {
  position     : absolute;
  right        : 0;
  margin-right : 15px;
}

.m-r-30 {
  margin-right : 30px;
}

.title-black {
  margin-top  : -10px !important;
  font-family : 'Nunito',
                sans-serif !important;
  font-size   : 27px !important;
  font-weight : 700;
}

.border-left-g {
  display     : flex;
  padding     : 10px 20px;
  border-left : 1px solid #ddd;
  font-family : 'Nunito',
                sans-serif !important;
  font-size   : 13px;
  line-height : 15px;
}

.border-left-g .flag_icon_dashboard-flag {
  margin-right : 0;
}

.no-bottom-margin {
  margin-bottom : 0px;
}

.bp3-popover-wrapper {
  display : block;
}

.white {
  color : white;
}

.section-padding-l {
  padding-left : 10px;
}

.full-width {
  width : 100%;
}

.inner-dates-wrap span.bp3-popover-target {
  min-height    : 47px;
  border        : 1px solid #dbdbdb;
  border-radius : 10px;
  box-shadow    : inset 0 0 12px 1px rgba(184,184,184,0.50);
}

.bp3-input-group .bp3-input:first-child {
  border-right : 1px solid #eee;
}

.bp3-input-group .bp3-input {
  min-height    : 45px;
  border        : 0;
  border-radius : 0;
  background    : transparent;
  box-shadow    : none;
  text-align    : center;
  font-size     : 12px;
}

.bp3-control-group {
  border        : 1px solid #dbdbdb;
  border-radius : 0;
  box-shadow    : 0;
}

.datepic .bp3-popover-wrapper {
  min-width : 200px;
}

.bp3-transition-container {
  z-index : 1000000 !important;
}

.side-section {
  margin-bottom : 0;
  border-bottom : 2px solid var(--gray-border-color);
  padding-left:1rem;
  padding-bottom:1rem;
  padding-top:1rem;
}

.btn-cust-small {
  cursor : pointer;
}

.s-alert-box {
  z-index : 100000000 !important;
}

.big-fa {
  font-size : 20px !important;
}

.transparent {
  background-color : transparent !important;
}

.vita-text {
  margin-bottom : 0;
  color         : white;
  align-self    : center;
  font-size     : 18px;
}

.skin-blue .sidebar-menu>li>a {
  border-left : 0;
}

.skin-blue .sidebar-menu>li>.treeview-menu {
  margin       : 0;
  padding-left : 0;
  background   : transparent;
}

.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li:hover>a {
  font-weight:700;
  color: var(--main-color);
  background:transparent;
}



.skin-blue .sidebar-menu .fas {
  padding-right : 4px;
}

.sidebar-collapse .sidebar-menu > li.menu-open {
  background:var(--main-color);
  color:#fff;
}

.sidebar-collapse .sidebar-menu > li a {
  font-size:18px;
}

.sidebar-collapse .sidebar-menu > li i {
  padding-top:2px;
}

.sidebar-collapse .sidebar-menu > li.menu-open i {
  color:#fff;
}

.skin-blue .treeview-menu>li>a {
  position     : relative;
  padding-left : 36px;
  color        : var(--main-link-color);
  font-size    : 13px;
  font-weight  : 400;
}

.skin-blue .treeview-menu>li:focus > a:before,
.skin-blue .treeview-menu>li:hover > a:before {
  left             : 10px;
  width            : 20px;
  opacity          : 1;
  background-color : transparent;
}

.skin-blue .treeview-menu>li>a:before {
  z-index          : 999999;
  content          : '';
  position         : absolute;
  top              : 50%;
  left             : 18px;
  width            : 6px;
  height           : 1px;
  margin-top       : -.5px;
  opacity          : .5;
  background-color : var(--main-link-color);
  transition       : all 0.2s ease-in-out;
}

.skin-blue .treeview-menu>li:focus > a,
.skin-blue .treeview-menu>li:hover > a {
  color : var(--main-color);
}

.skin-blue .treeview-menu>li.active > a,
.skin-blue .treeview-menu>li>a:hover {
  color       : var(--main-color);
  font-weight : 700;
}


.skin-blue .treeview-menu>li.active>a,
.skin-blue .treeview-menu>li>a:hover {

}

.smaller {
  font-size : 10px;
}


.new-color-icon {
  margin-top    : 0;
  padding       : 11px 6px 5px 13px;
  color         : var(--main-color);
  border-radius : 5px;
  background    : #fff;
  font-size     : 24px;
  height:46px;
  width:50px;
}

.logo-width .full-width {
  width : 30px;
}

.color-picker-new {
  left       : 210px !important;
  margin-top : 60px !important;
}

.logistics-col button {
  width         : 100%;
  margin-bottom : 15px;
  text-align    : left;
}

.take-over-div {
  margin-top : 10px;
}

.take-over-div .new-btn-purple {
  margin-top : -1px;
  padding    : 13px 20px 10px 10px;
  font-size  : 12px;
}

.new-label-editing {
  margin-right : 20px;
  margin-left  : 10px;
  font-family  : 'Nunito',
                 sans-serif !important;
  font-size    : 12px;
  font-weight  : normal;
  line-height  : 1.35;
}

.p-30 {
  padding : 30px;
}

.new-label-editing span {
  font-size   : 18px;
  font-weight : 700;
}

.agent_name_order_label {
  font-size   : 18px;
  font-weight : 700;
}

.order-details-wrap .box-top-border {
  padding : 0px !important;
}
.order-details-row {
  color:#fff;
  padding:2.5rem 0 2.2rem 0;
}

.details-heading {
  margin-bottom : 0;
  font-family   : 'Nunito',
                  sans-serif !important;
  font-size     : 19px;
  font-weight   : 700;
}

.font-new {
  font-family : 'Nunito',
                sans-serif !important;
}

.font-new label {
  /* margin-bottom: 0; */
}

.DateRangePicker {
  display : block !important;
}

.lightgray-box {
  background-color : rgb(250, 250, 250);
}

.therapies-box {
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.therapies-box .title label {
font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.therapies-box .subtitle label {
    font-size: 11px;
    font-weight: bold;
}

label {
  margin-bottom : 0.2rem;
  font-weight   : 500;
}

.label-radio {
  font-weight : 500;
}

.font-new .details-bot-cust {
  margin-top  : 0;
  font-size   : 13px;
  font-weight : 400;
}

.order-details-wrap .edit-customer-btn {
  border-color     : #e069b8;
  background-color : #e069b8;
  text-transform   : uppercase;
}

.rose-btn {
  padding          : 10px 25px 10px 25px;
  color            : white;
  background-color : #e069b8;
  font-size        : 15px;
}

.rose-btn span {
  margin-right : 10px;
}

.m-t-50 {
  margin-top : 50px;
}

.switch-toggle {
  width      : 15px !important;
  height     : 15px !important;
  margin-top : 1px !important;
  border     : none !important;
  box-shadow : none !important;
  transition : left .2s ease-in-out !important;
}

.switch {
  margin-top    : 5px;
  margin-right  : 10px;
  margin-bottom : 10px;
  padding-top   : 1px;
  padding-left  : 3px;
  border        : 1px solid white;
  background    : #666 !important;
}

.cust-s .switch {
  margin-bottom : 0px !important;
}

.switch.on {
  background-color : green !important;
}

.switch.on .switch-toggle {
  left : 17px !important;
}

.m-t-gift {
  margin-top : 5px !important;
}

.checked-i {
  z-index    : 10;
  position   : absolute;
  left       : 20px;
  margin-top : 11px;
  color      : white;
  font-size  : 11px !important;
}

.lock-i {
  z-index    : 10;
  position   : absolute;
  left       : 38px;
  margin-top : 11px;
  color      : white;
  font-size  : 11px !important;
}

.m-b-70 {
  margin-bottom : 70px;
}

/**
 * .order-products-table > thead > tr > th > label { color:#444;
 * text-transform:uppercase; font-weight:200; font-size:11px; }
 */

.product-information {
  font-size   : 13px;
  font-weight : 400;
}

h5.upsell-headers {
  font-weight : 200;
}

.upsell-list div {
  padding     : 7px 0 0 12px;
  line-height : normal;
}

.upsell-list div:nth-child(2n+2) {
  background : rgba(255,255,255,0.20);
}

.order-details-tab-inner {
  padding-right : 30px;
  padding-left  : 30px;
}

/**
 * .order-details-wrap .customer-information-font-size td{ border-top:none;
 * font-size:15px; padding:5px; }
 */

.product-total-label {
  float : right;
  /* text-transform:uppercase; font-weight:200; font-size:11px; */
}

.order-products-table tfoot {
  margin-top : 15px;
}

.order-details-wrap table th {
  padding       : 8px 8px 8px 5px !important;
  border-bottom : none !important;
  font-size     : 12px;
}

.order-details-wrap table tfoot td {
  padding    : 5px !important;
  border-top : none !important;
  font-size  : 12px;
}

.order-details-wrap table .column {
  border-right : none !important;
}

.order-details-wrap .border-top-table {
  border-top : 1px solid #eee !important;
}

.order-details-wrap .last-total-t {
  padding-top : 14px !important;
  text-align  : right;
  font-size   : 16px;
}

.order-details-wrap .last-total {
  padding-top : 12px !important;
  font-size   : 20px;
  font-weight : 700;
}

.order-details-wrap table tfoot .customer-information-font-size {
  font-size : 15px;
}

.blue-back {
  color            : #ffffff;
  background-color : #446;
}

.order-details-wrap .btn-product {
  width            : 100%;
  margin-right     : 20px;
  margin-bottom    : 10px;
  padding          : 8px 10px 10px;
  color            : #555;
  border           : none;
  background-color : #fff;
  text-align       : center;
  text-transform   : uppercase;
  font-size        : 13px;
  font-weight      : 500;
  transition       : all .5s;
}

.order-details-wrap button:active,
.order-details-wrap button:focus,
.order-details-wrap button:hover {
  border  : none;
  outline : none;
  cursor  : pointer;
}

.t-b-paddings {
  padding-bottom : 30px;
}

.informacije {
  padding-top      : 15px;
  padding-bottom   : 15px;
  background-color : white;
}

.gray-s {
  padding          : 10px 25px 20px 0px;
  background-color : lightgray;
}

.gray-s table {
  width : 100%;
}

.gray-s table th {
  text-align : center;
}

.gray-s table td {
  padding : 5px;
}

.active-ther {
  font-weight : 700;
}

.font-ther {
  font-size : 13px;
}

.font-ther p {
  font-size   : 13px;
  font-weight : 400;
}

.border-right {
  border-right : 1px solid lightgray;
}

.active-ther-btn {
  color            : #fff;
  background-color : rgba(255,255,255,0.4);
}

.cta-big {
  width : 140px !important;
}

.order-details-bottom .h2-top-margin,
.order-details-wrap .h2-top-margin {
  margin-top : 0px;
  font-size  : 40px;
}

.order-details-bottom .h2-top-margin {
  display        : table;
  float          : none;
  margin         : 0 auto;
  margin-bottom  : 20px;
  padding-bottom : 0;
  border-bottom  : 1px solid #e8e8e8;
  text-align     : center;
}

.order-details-wrap .gray-div-background {
  color            : #ffffff;
  background-color : #446;
  /* padding: 15px 10px 30px 20px; */
}

.w-b-more {
  width : 130px;
}

.accessories-pic-table {
  height     : 50px;
  transition : all .5s;
}

.accessories-pic-table:hover {
  transform  : scale(2);
  transition : all .5s;
}

.table-vertical-al td {
  vertical-align : middle !important;
}

.additional-accessories {
  height : 50px;
}

.additional-div {
  margin-right : 10px;
  text-align   : center;
}

.cost-table {
  max-height : 650px;
  overflow   : auto;
}

.add-pics-div {
  max-width  : 600px;
  padding    : 20px 0;
  overflow-x : auto;
}

.landing-creator .fa {
  font-size : 16px !important;
}

.landing-creator .gjs-blocks-c .fa {
  font-size : 28px !important;
}

.landing-creator .gjs-block {
  font-size : 9px !important;
}

.gjs-block-label {
  font-size : 12px !important;
}

.landing-creator .gjs-editor-cont .sp-container {
  top  : 44% !important;
  left : 85% !important;
}

.btn-new-pad {
  padding : 10px 17px 10px 13px;
}

.upper {
  text-transform : uppercase;
}

.btn-gray-new {
  background : #446;
}

.m-t-15 {
  margin-top : 15px;
}

.w40 {
  width : 40%;
}

.new-table-history {
  width  : 50%;
  margin : 0 auto;
}

.new-table-history td,
.new-table-history th {
  width : 50%;
}

.m-t-0 {
  margin-top : 0!important;
}

.gray-badge {
  margin-left      : 5px;
  background-color : #446;
}

.new-select-badges {
  width      : 200px;
  height     : 26px;
  margin-top : 21px;
}

.allunset {
  all : unset;
}

.table-tr-hover tr:hover td {
  background-color : #eee;
}

.edit-save-btn {
  display    : block;
  position   : absolute;
  right      : 15px;
  margin-top : 20px;
  padding    : 8px 13px 6px 5px !important;
  font-size  : 15px !important;
}

.blue-btn-edit {
  background-color : #446 !important;
}

.btn-w-130 {
  width : 130px;
}

.m-t-5 {
  margin-top : 5px;
}

.p-t-30 {
  padding-top : 30px;
}

.m-t-25 {
  margin-top : 25px;
}

.w-90 {
  width : 90%;
}

.prod-wrap button:focus {
  border  : none;
  outline : none;
}

.notification-num {
  position      : absolute;
  bottom        : 20px;
  left          : 21px;
  width         : 15px;
  height        : 15px;
  padding-top   : 2px;
  color         : white;
  border-radius : 8px;
  background    : red;
  text-align    : center;
  font-family   : 'Nunito',
                  Helvetica,
                  Arial,
                  sans-serif !important;
  font-size     : 11px;
  font-weight   : 600;
}

/**
 * .notifications-holder { position: absolute; top: 115px; left: 35px; width:
 * 186px; height: auto; border: 1px solid red; background-color:
 * rgba(14,25,30,1)!important; }
 */

.notifications-holder {
  z-index          : 10;
  width            : 100%;
  height           : 0px;
  color            : white!important;
  background-color : #121a25!important;
  transition       : height 0.15s ease-out;
}

.notifications-holder.opened {
  height     : 260px;
  transition : height 0.25s ease-in;
}

.notif-icon {
  font-size : 15px;
  cursor    : pointer;
}

.notifications-holder-less-5 {
  position         : absolute;
  top              : 135px;
  left             : 38px;
  width            : 186px;
  height           : auto;
  border           : 1px solid red;
  background-color : rgba(14,25,30,1)!important;
}

.notif-div {
  height : 200px;
}

.notif-div::-webkit-scrollbar {
  width : 10px;
}

/* Track */

.notif-div::-webkit-scrollbar-track {
  background : #121a25;
}

/* Handle */

.notif-div::-webkit-scrollbar-thumb {
  background : #304461;
}

/* Handle on hover */

.notif-div::-webkit-scrollbar-thumb:hover {
  background : #304461;
}

.infinite-scroll-component::-webkit-scrollbar {
  width : 10px;
}

/* Track */

.infinite-scroll-component::-webkit-scrollbar-track {
  background : #121a25;
}

/* Handle */

.infinite-scroll-component::-webkit-scrollbar-thumb {
  background : #304461;
}

/* Handle on hover */

.infinite-scroll-component::-webkit-scrollbar-thumb:hover {
  background : #304461;
}

.notification-holder-header {
  color      : rgb(184, 184, 251);
  text-align : right;
}

.notification-single {
  padding    : 15px 10px;
  color      : white;
  border-top : 2px solid #304461;
  font-size  : 11px;
  transition : .5s all;
  cursor     : pointer;
}

.notification-single.unread {
  border-left : 3px solid white;
}

.loadSmall {
  display : block;
  width   : 20px;
  margin  : 0 auto;
}

.notification-single:hover {
  background-color : #222a35;
}

.notification-single-unread {
  color            : yellow;
  border           : 1px solid blue;
  background-color : rgb(147, 103, 251)!important;
  font-size        : 5;
}

.notifications-holder .table {
  margin-bottom : 0px;
}

.notifications-holder-less-5 .table {
  margin-bottom : 0px;
}

.notif-title {
  width : 90%;
}

.notif-chev {
  width : 10%;
}

.notif-chev i {
  font-weight : normal;
}

.notif-content {
  width       : 92%;
  font-size   : 12px;
  white-space : normal;
}

.notif-date {
  display    : inline-block;
  margin-top : 7px;
  font-size  : 11px;
}

.outer-wrap123 {
  z-index          : 1000;
  position         : relative;
  position         : absolute;
  top              : 135px;
  left             : 36px;
  width            : 185px;
  height           : 285px;
  margin           : 0 auto;
  overflow-x       : hidden;
  border           : 1px solid red;
  background-color : white;
}

.middle-wrap123 {
  position    : relative;
  left        : 0px;
  width       : 100%;
  padding-top : 15px;
  transition  : .5s all;
}

.inner-wrap123 {
  display        : inline-block;
  width          : 100%;
  color          : rgb(241, 216, 209);
  color          : white;
  vertical-align : top;
}

.animate-left123 {
  left : -210px;
}

.read-all-notif {
  color          : white;
  text-transform : uppercase;
  font-size      : 10px;
  cursor         : pointer;
}

.chat-box {
  z-index          : 10;
  position         : fixed;
  right            : 25px;
  bottom           : 0px;
  width            : 250px;
  height           : 30px;
  color            : white!important;
  background-color : #1D2939!important;
}

.chat-userList {
  z-index          : 1001239;
  position         : fixed;
  right            : 25px;
  bottom           : 0px;
  width            : 250px;
  height           : 0px;
  color            : white;
  overflow         : hidden;
  background-color : #1D2939!important;
  transition       : height 0.15s ease-out;
}

.chat-userList.opened {
  height     : 260px;
  transition : height 0.25s ease-in;
}

.user-item:hover {
  color : #eee;
}

.openUserChat {
  z-index          : 10;
  position         : fixed;
  right            : 330px;
  bottom           : 0px;
  width            : 250px;
  height           : 0px;
  color            : white!important;
  background-color : #1D2939!important;
  transition       : height 0.15s ease-out;
}

.openUserChat.opened {
  height     : 260px;
  transition : height 0.25s ease-in;
}

.dotOnline {
  display          : inline-block;
  right            : 10px;
  width            : 6px;
  height           : 6px;
  margin-right     : 5px;
  border-radius    : 50%;
  background-color : rgb(0, 163, 27);
}

.dotOffline {
  display          : inline-block;
  right            : 10px;
  width            : 6px;
  height           : 6px;
  margin-right     : 5px;
  border-radius    : 50%;
  background-color : rgb(182, 6, 6);
}

.myMessage {
  display          : inline-flex;
  width            : fit-content;
  max-width        : 70%;
  padding          : 5px 10px;
  border-radius    : 5px;
  background-color : rgb(65, 65, 65);
  word-break       : break-word;
}

.user-list-div {
  height     : 100%;
  overflow-y : auto;
}

.user-top {
  background-color : #121a25;
}

.messages-container::-webkit-scrollbar {
  width : 10px;
}

/* Track */

.messages-container::-webkit-scrollbar-track {
  background : #1D2939;
}

/* Handle */

.messages-container::-webkit-scrollbar-thumb {
  background : #888;
}

/* Handle on hover */

.messages-container::-webkit-scrollbar-thumb:hover {
  background : #555;
}

.notMyMessage {
  display          : inline-flex;
  width            : fit-content;
  max-width        : 70%;
  padding          : 5px 10px;
  color            : black;
  border-radius    : 5px;
  background-color : rgb(214, 214, 214);
  word-break       : break-word;
}

.desno-iks {
  float         : right;
  padding-top   : 7px;
  padding-right : 7px;
}

.messages-container {
  display    : block;
  height     : 168px;
  padding    : 10px;
  overflow-y : auto;
}

.nav-tabs>li {
  float         : left;
  margin-bottom : -1px;
}

.nav>li {
  display  : block;
  position : relative;
}

.nav>li>a {
  display  : block;
  position : relative;
  padding  : 10px 15px;
}

.nav-tabs>li>a {
  margin-right  : 2px;
  border        : 1px solid transparent;
  border-radius : 4px 4px 0 0;
  line-height   : 1.42857143;
}

.nav-tabs {
  border-bottom : 1px solid #ddd;
}

.nav {
  margin-bottom : 0;
  padding-left  : 0;
  list-style    : none;
}

.hidden {
  display : none !important;
}

.input-group {
  display         : table !important;
  position        : relative !important;
  margin-bottom   : 10px;
  border-collapse : separate !important;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display : table-cell;
}

.input-group .form-control {
  z-index       : 2;
  position      : relative;
  width         : 100%;
  float         : left;
  margin-bottom : 0;
}

/* Documentation specific stylesheet */

.bring-up {
  z-index  : 30;
  position : relative;
}

.nth-2-center > tbody > tr > td:last-of-type {
  text-align : center!important;
}

.content {
  z-index   : 500;
  font-size : 16px;
}

#components > h3 {
  color     : var(--main-text-color);
  font-size : 25px;
}

#components > h4 {
  color     : var(--main-text-color);
  font-size : 20px;
}

ul {
  margin-bottom : 20px;
}

.page-header {
  /* border-bottom: 1px solid #ddd; */
  z-index   : 1;
  position  : relative;
  margin    : 20px 0 10px 0!important;
  font-size : 30px;
}

.page-header a,
.page-header span {
  z-index          : 5;
  display          : block;
  color            : var(--main-text-color);
  background-color : #ecf0f5;
}

.page-header a::before,
.page-header span::before {
  content      : '#';
  margin-right : 10px;
  color        : #3c8dbc;
  font-size    : 25px;
}

#components > h3:before,
.page-header:before {
  z-index    : -10;
  content    : " ";
  display    : block;
  visibility : hidden;
  height     : 60px;
  margin-top : -60px;
}

.pointer {
  cursor : pointer;
}

.order-color-litle-box {
  width  : 20px;
  height : 20px;
  margin : 0 auto;
}

.lead {
  font-size   : 18px;
  font-weight : 400;
}

.flex {
  display : flex;
}

.center {
  text-align : center;
}

.center-items-align {
  align-items : center;
}

.mr-10 {
  margin-right : 10px;
}

.ml-10 {
  margin-left : 10px;
}

.end-items-align {
  align-items : end;
}

.color-font {
  font-size : 24px;
}

.eg {
  display                    : inline-block;
  position                   : absolute;
  top                        : 0;
  left                       : 0;
  padding                    : 5px;
  border-right               : 1px solid #d2d6dc;
  border-bottom              : 1px solid #d2d6dc;
  border-top-left-radius     : 3px;
  border-bottom-right-radius : 3px;
  background                 : #d2d6de;
}

.eg + * {
  margin-top : 30px;
}

.content {
  padding : 10px 25px;
}

.hierarchy {
  color      : #fff;
  background : #333;
}

.plugins-list li {
  width : 50%;
  float : left;
}

pre {
  border : none;
}

.sidebar {
  margin-top  : 0;
  padding-top : 0!important;
  padding-bottom : 10px;
}
.skin-blue .sidebar a {
  color: var(--main-link-color)
}

.box .main-header {
  z-index  : 1000;
  position : relative;
}

.treeview .nav li a:active,
.treeview .nav li a:hover {
  background : transparent;
}

p {
  padding : 0!important;
}

/* Hemisu Light */

/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */

pre.prettyprint {
  width       : auto;
  max-height  : 300px;
  padding     : 10px;
  overflow    : auto!important;
  border      : 1px solid #dedede!important;
  background  : white;
  font-family : Menlo,
                'Bitstream Vera Sans Mono',
                'DejaVu Sans Mono',
                Monaco,
                Consolas,
                monospace;
  font-size   : 12px;
  line-height : 1.5;
}

pre.prettyprint > code {
  width    : auto;
  overflow : auto!important;
}

.pln {
  color : #111111;
}

@media
  screen {
  .str {
    color : #739200;
  }

  .kwd {
    color : #739200;
  }

  .com {
    color : #999999;
  }

  .typ {
    color : #ff0055;
  }

  .lit {
    color : #538192;
  }

  .pun {
    color : #111111;
  }

  .opn {
    color : #111111;
  }

  .clo {
    color : #111111;
  }

  .tag {
    color : #111111;
  }

  .atn {
    color : #739200;
  }

  .atv {
    color : #ff0055;
  }

  .dec {
    color : #111111;
  }

  .var {
    color : #111111;
  }

  .fun {
    color : #538192;
  }
}

@media
  print,
  projection {
  .str {
    color : #006600;
  }

  .kwd {
    color       : #006;
    font-weight : 700;
  }

  .com {
    color      : #600;
    font-style : italic;
  }

  .typ {
    color       : #404;
    font-weight : 700;
  }

  .lit {
    color : #004444;
  }

  .clo,
  .opn,
  .pun {
    color : #444400;
  }

  .tag {
    color       : #006;
    font-weight : 700;
  }

  .atn {
    color : #440044;
  }

  .atv {
    color : #006600;
  }
}

/* Specify class=linenums on a pre to get line numbering */

ol.linenums {
  margin-top    : 0;
  margin-bottom : 0;
}

/* IE indents via margin-left */

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /*  */
}

/* Alternate shading for lines */

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /*  */
}

.margin-top-standard {
  margin-top : 20px;
}

.margin-bottom-standard {
  margin-bottom : 20px;
}

.margin-bottom-big {
  margin-bottom : 50px;
}

.modal-buttons {
  padding-right : 50px;
  padding-left  : 50px;
}

.right {
  text-align : right;
}

.shrani-button {
  margin    : 15px;
  padding   : 10px 20px 10px 20px;
  font-size : 20px;
}

.order_details_form .react-datepicker__input-container {
  display : block !important;
}

.box-border-style {
  border                  : 0px !important;
  border-top-left-radius  : 0;
  border-top-right-radius : 0;
  background-color        : #f9f9f9;
  cursor                  : pointer;
}

.box-border-style:hover {
  background-color : #e8eced;
}

.o-button-width {
  width : 90px;
}

.box-top-border {
  border-top : 0px;
  box-shadow : 3px 4px 11px 2px rgba(0,0,0,0.1);
}

.mt-10 {
  margin-top : 10px;
}

.mb-10 {
  margin-bottom : 10px;
}

.upsell-div-background {
  padding          : 0;
  color            : #ffffff;
  background-color : var(--main-blue-color);
}

.baseling-align-items {
  align-items : baseline;
}

.pick-color-litle ul {
  padding-left : 0;
  list-style   : none;
}

.pick-color-litle ul li {
  display : inline-block;
  width   : 13px;
  height  : 13px;
  margin  : 5px;
  cursor  : pointer;
}

.pick-color-litle {
  z-index          : 1;
  position         : absolute;
  left             : 55px;
  width            : 80px;
  margin-top       : 10px;
  padding          : 5px;
  background-color : #ddd;
}

.pick-color-litle::before {
  content      : '';
  position     : absolute;
  top          : -9px;
  right        : 38px;
  width        : 0;
  height       : 0;
  border-color : transparent transparent #ddd transparent;
  border-width : 0 8px 10px 8px;
  border-style : solid;
}

.pick-color-litle1 ul {
  padding-left : 0;
  list-style   : none;
}

.pick-color-litle1 ul li {
  display : inline-block;
  width   : 13px;
  height  : 13px;
  margin  : 5px;
  cursor  : pointer;
}

.pick-color-litle1 {
  z-index          : 31;
  position         : absolute;
  left             : 0px;
  width            : 80px;
  margin-top       : 10px;
  padding          : 5px;
  background-color : #ddd;
}

.pick-color-litle1::before {
  content      : '';
  position     : absolute;
  top          : -9px;
  right        : 38px;
  width        : 0;
  height       : 0;
  border-color : transparent transparent #ddd transparent;
  border-width : 0 8px 10px 8px;
  border-style : solid;
}

.x-button {
  position     : relative;
  right        : -4px;
  bottom       : 2px;
  float        : right;
  padding-left : 8px;
  color        : #313131;
  font-size    : 12px;
  cursor       : pointer;
}

/* ORDERS DASHBOARD */

.orders-header {
  padding       : 10px 10px 0 10px;
  border-bottom : 0;
}

.box-header.with-border.orders-header {
  border-bottom : 0;
}

.date:before {
  display      : inline-block;
  font-style   : normal;
  font-variant : normal;
}

.header_div {
  position      : relative;
  height        : 160px;
  border        : 1px solid #ddd;
  border-radius : 4px;
  text-align    : center;
}

.header_div h2 {
  display     : inline;
  float       : left;
  margin-top  : 25px;
  margin-left : 25px;
  font-size   : 26px;
}

.header_div button {
  display    : inline;
  float      : right;
  margin-top : 25px;
}

.input_error {
  border-color : red !important;
}

.content_table_wrap {
  padding : 35px 30px 40px;
}

.default_table {
  width            : 100%;
  margin-bottom    : 15px;
  border-top       : 1px solid #DDDDDD;
  border-left      : 1px solid #DDDDDD;
  border-collapse  : collapse;
  background-color : #fff;
}

/* .tab_header_button { margin-right: 25px; float: right; width: 115px; } */

.left {
  text-align : left;
}

.center {
  text-align : center;
}

.modal_header {
  margin           : 0;
  color            : #fff;
  background-color : #3375BD;
}

.modal_header h2 {
  font-size   : 18px;
  font-weight : 500;
}

.modal_body {
  margin           : 0;
  background-color : #ddd;
}

.star_header_div {
  width      : 97%;
  height     : 60px;
  margin     : 15px;
  border     : 1px solid #ddd;
  text-align : left;
}

.chips_span {
  float       : left;
  margin-top  : 20px;
  margin-left : 15px;
  cursor      : pointer;
}

.search_input_wrap {
  float        : right;
  margin-top   : 15px;
  margin-right : 15px;
}

.search_input_wrap input {
  width : 100%;
}

.search_input_wrap span {
  position : absolute;
  top      : 9px;
  right    : 20px;
}

.order_inner_wrap {
  padding          : 35px 30px 40px;
  background-color : #ddd;
}

.order_inner_wrap h2 {
  margin-bottom : 10px;
  font-size     : 26px;
  font-weight   : 500;
}

.order_section {
  margin-bottom    : 25px;
  padding          : 10px;
  background-color : #fff;
  font-size        : 14px;
}

.order_section div.col-lg-4 {
  margin-top    : 10px;
  margin-bottom : 10px;
}

.order_section div.dv-star-rating {
  margin-top : -8px;
}

.order_section p {
  overflow-wrap : break-word;
}

.old_products_table {
  width : 100%;
}

.old_products_table th {
  background-color : #ddd;
}

.700 {
  font-weight : 700;
}

.customers-page .customers-div {
  padding : 40px 30px 60px;
}

.customers-div {
  width         : 100%;
  margin-top    : 40px;
  border-radius : 10px;
  background    : white;
  box-shadow    : 0px 0px 15px 1px #ccc;
  /* padding: 40px 30px 60px; */
}

.search-customer {
  width  : 300px;
  border : none;
}

.search-customer:focus {
  outline : none;
}

.search-div-new {
  display : flex;
  /* width: 400px; */
}

.search-pink-btn {
  padding       : 15px 25px 12px 15px;
  color         : #fff;
  border        : none;
  border-radius : 5px;
  background    : #e069b8;
  box-shadow    : none;
  font-size     : 14px;
  font-weight   : 700;
  transition    : all 0.5s;
  cursor        : pointer;
}


.search-pink-btn:disabled {
  cursor : not-allowed;
}

.search-pink-btn i {
  margin-right : 15px;
}

.search-pink-btn:active,
.search-pink-btn:focus,
.search-pink-btn:hover {
  background : #a54c87;
}

.flags-div-new {
  margin-top  : -5px;
  margin-left : 30px;
}

.flags-div-new .flag-btn img {
  width : 22px;
}

.flags-div-new .flag-btn:focus {
  outline : none;
}

.pad-50-60 {
  padding : 50px 60px;
}

.customer-flags {
  display      : inline-block;
  min-width    : 110px;
  height       : 24px;
  margin-right : 10px;
  padding      : 6px 12px;
  border       : 1px solid;
  text-align   : center;
  font-size    : 10px;
}

.customer-flags.red {
  color        : #bb0000;
  border-color : #bb0000;
}

.customer-flags.gold-badge {
  color        : #0fb523;
  border-color : #0fb523;
}

.footer-customers .rc-pagination-item-active {
  border-color     : #7D1D5D;
  background-color : #7D1D5D;
}

.footer-customers .rc-pagination-item:hover {
  border-color : #7D1D5D;
}

.footer-customers .rc-pagination-item:hover a {
  color : #7D1D5D;
}

.customers-div .table > thead > tr > th {
  border-bottom : none;
}

.customers-div .table > tbody > tr > td {
  border-top     : 1px solid #efefef;
  vertical-align : middle;
}

.box-footer.footer-customers {
  border-top : none;
}

.add-order-btn {
  padding       : 6px 8px 5px 5px;
  color         : #fff;
  border        : none;
  border-radius : 5px;
  background    : #7D1D5D;
  box-shadow    : none;
  font-size     : 10px;
  font-weight   : 700;
}

.add-order-btn i {
  margin-right : 5px;
}

.add-order-btn:hover {
  background-color : #8c2c6c;
}

.edit-customer-btn {
  padding       : 6px 8px 5px 5px;
  color         : #fff;
  border        : none;
  border-radius : 5px;
  background    : #446;
  box-shadow    : none;
  font-size     : 10px;
  font-weight   : 700;
  transition    : all 0.5s;
}

.edit-customer-btn i {
  margin-right : 15px;
}

.edit-customer-btn:hover {
  background-color : #557;
  cursor           : pointer;
}

.m-r-10 {
  margin-right : 10px;
}

/* .btn-cust-small{ text-align: center; width: 90px; } */

.btn-cust-small a {
  color : white;
}

.hidden-tr .main-hidden {
  max-height                 : 3000px;
  padding-top                : 0;
  padding-bottom             : 0;
  overflow-y                 : hidden;
  transition-property        : all;
  transition-duration        : .5s;
  transition-timing-function : cubic-bezier(0.77, 0.24, 0.33, 0.80);
}

.hidden-tr.closed .main-hidden {
  max-height : 0;
  padding    : 0;
}

.hidden-tr.closed {
  padding     : 0;
  border-top  : 0 !important;
  line-height : 0;
}

.hidden-tr {
  border-top : none !important;
}

.table-cust tbody {
  border-top : 0;
}

.table-cust {
  padding : 15px;
}

.agent-table tr {
  border-bottom : 1px solid #ccc;
}

.table>tbody+tbody {
  border-top : none;
}

.main-hidden {
  padding-top    : 30px;
  padding-bottom : 30px;
  overflow-x     : hidden;
}

.btn-cust-big {
  width      : 120px;
  text-align : center;
  font-size  : 14px;
}

.btn-cust-big a {
  color : white;
}

.details-up-cust {
  text-transform : uppercase;
  font-size      : 10px;
  font-weight    : 700;
  line-height    : 19px;
}

.shipping-title, .customer-orders-title {
  text-transform : uppercase;
  font-size      : 12px;
  font-weight    : 700;
  line-height    : 19px;
}

.customer-name {
  margin-bottom : 15px;
}
.customer-name h3 {
  margin-right:2rem;
}

.customer-info {
  margin-right:1.7rem;
}

.details-bot-cust {
  font-size : 14px;
  font-size : 13px;
}

.table-customer-orders.table > tbody > tr > td {
  padding: 9px 5px 7px 5px;
  font-size: 12px;
}
.table > thead > tr > th {
  padding-bottom:0;
  text-transform : uppercase;
  font-size      : 10px;
  font-weight    : 700;
  line-height    : 19px;
}

.m-t-20 {
  margin-top : 20px;
}

.m-t-10 {
  margin-top : 10px;
}

.m-t-60 {
  margin-top : 60px;
}

.m-b-60 {
  margin-bottom : 60px;
}

.m-b-30 {
  margin-bottom : 30px;
}

.m-r-30 {
  margin-right : 30px;
}

.main-hidden h3 {
  margin-bottom : 0;
  font-weight   : 700;
}

.btn-add-prod {
  padding          : 5px 20px;
  color            : var(--main-text-color);
  background-color : #eee;
}


.flag-btn img {
  width : 20px;
}

.flag-btn {
  height        : 32px;
  padding       : 0px 10px;
  border        : none;
  border-radius : 10px;
}

.flags-div {
  margin-top  : 25px;
  margin-left : 20px;
}

.active-flag-btn {
  background-color : #555;
}

.configurator-div {
  width      : 100%;
  margin-top : 20px;
  padding    : 30px 40px;
  border-top : 2px solid #eee;
  background : white;
}

.expense-div {
  border-bottom : 1px solid #eee;
}

.no-pad-mar {
  margin  : 0;
  padding : 0;
}

.add-btn-conf {
  margin-top    : 10px;
  padding       : 10px 30px 8px 15px;
  color         : #fff;
  border        : none;
  border-radius : 10px;
  background    : #e069b8;
  box-shadow    : none;
  font-size     : 14px;
  font-weight   : 700;
}

.add-btn-conf i {
  margin-right : 15px;
}

.add-btn-conf:hover {
  background-color : #f079c8;
}

.exit-conf {
  position  : absolute;
  top       : 30px;
  right     : 40px;
  color     : #555;
  font-size : 20px;
  cursor    : pointer;
}

.configurator-div.sliderNew.closed {
  margin-top : 0px;
  padding    : 0px;
  border     : 0;
  box-shadow : none;
}

.sliderNew {
  position                   : relative;
  max-height                 : 1500px;
  overflow-x                 : hidden;
  transition-property        : all;
  transition-duration        : .5s;
  transition-timing-function : cubic-bezier(0, 1, 0.5, 1);
}

.sliderNew.closed {
  max-height : 0;
}

.span-conf {
  font-family : 'Nunito',
                Helvetica Neue,
                Helvetica,
                Arial,
                sans-serif!important;
}

.conf-title {
  margin-top    : 0px;
  margin-bottom : 25px;
  font-family   : 'Nunito',
                  Helvetica Neue,
                  Helvetica,
                  Arial,
                  sans-serif!important;
  font-size     : 21px;
}

.configurator-div form {
  width : 100%;
}

.configurator-div form input[type="text"] {
  width         : 100%;
  margin-top    : -6px;
  margin-left   : 10px;
  border-radius : 7px;
  box-shadow    : 0px 0px 30px 5px #eee inset;
}

.sp-bet {
  margin-bottom : 20px;
}

.configurator-div form label {
  display : block;
}

.block-checkbox {
  margin-left : 25px;
}

.block-checkbox-second {
  margin-left : 43px;
}

.label-radio {
  display             : block;
  position            : relative;
  margin-bottom       : 5px;
  padding-left        : 25px;
  -moz-user-select    : none;
  -ms-user-select     : none;
  -webkit-user-select : none;
  user-select         : none;
  cursor              : pointer;
}

.select-box {
  height : 100%;
}

.select-box > div {
  height        : 100%;
  border-radius : 10px;
}

.label-radio input {
  position : absolute;
  opacity  : 0;
  cursor   : pointer;
}

.checkmark {
  position         : absolute;
  top              : 2px;
  left             : 0;
  width            : 15px;
  height           : 15px;
  border           : 1px solid #555;
  border-radius    : 3px;
  background-color : #fff;
}

.label-radio:hover input ~ .checkmark {
  background-color : #eee;
}

/* .label-radio input:checked ~ .checkmark { background-color: #2196F3; } */

.checkmark:after {
  content     : "✓"!important;
  display     : none;
  position    : absolute;
  margin-top  : -2px;
  margin-left : 1px;
  color       : #555;
}

.label-radio input:checked ~ .checkmark:after {
  display : block;
}

.select-new-conf {
  width       : 50%;
  margin-left : 50px;
}

.select-new-conf .Select-control {
  margin-top    : -6px;
  border-radius : 7px;
  box-shadow    : 0px 0px 30px 5px #eee inset;
}

.price-box input {
  width        : 40% !important;
  margin-right : 26px;
  margin-left  : 36px !important;
  text-align   : center;
}

.more-bottom {
  margin-bottom : 40px;
}

.aditional-box input {
  width        : 40% !important;
  margin-right : 26px;
  margin-left  : 36px !important;
  text-align   : center;
}

.rich-h {
  height : 350px;
}

.chat-title {
  font-family : 'Nunito',
                Helvetica,
                Arial,
                sans-serif;
  font-weight : bold;
}

.select-new-multi .Select-control {
  border-radius : 0px;
  box-shadow    : none;
}

.resp-filters {
  display : none;
}

.popup-inp {
  position    : absolute;
  margin-top  : -30px;
  margin-left : 70px;
  padding     : 10px 30px;
  border      : 1px solid #eee;
  box-shadow  : 0px 0px 9px 0px #eee;
}

.logo-width .img-width {
  width : 140px;
}

.btn-products-style {
  font-size   : 12px;
  color:#fff;
  font-family:'Nunito', sans-serif;
  font-weight:500;
  white-space : normal;
}

.accessories-pic-table {
  height     : 50px;
  transition : all .5s;
}

.accessories-pic-table:hover {
  transform  : scale(2);
  transition : all .5s;
}

.accessories-pic-table {
  width  : 50px;
  height : 40px;
}

.Select-control,
.form-input-error,
.form-input-error .fr-box {
  border : 1px solid red;
}

.Select-control,
.form-input-success,
.form-input-success .fr-box {
  border : 1px solid green;
}

.date_picker_i,
.error_i,
.success_i,
.warning_i {
  z-index      : 2;
  position     : relative;
  float        : right;
  margin-top   : -27px;
  margin-right : 10px;
}

.date_picker_color {
  color : #d2d6de;
}

.success_color {
  color : green;
}

.error_color {
  color : red;
}

.warning_color {
  color : #ffc107;
}

.error_select,
.success_select {
  z-index      : 2;
  position     : relative;
  float        : right;
  margin-top   : -33px;
  margin-right : 10px;
  font-size    : 18px;
}

.input_success {
  border-color : green !important;
}

.input_warning {
  border-color : #ffc107!important;
}

.img-t-m {
  padding : 0px 10px 10px 0px;
}

.div-i-wrapper {
  display  : inline-block;
  position : relative;
}

.d-p-img {
  display     : block;
  position    : absolute;
  top         : 0;
  margin-left : 168px;
  color       : #cc2e2e;
  font-size   : 23px;
}

.d-p-img:hover {
  color : red;
}

.max-height {
  height     : 350px;
  overflow-x : hidden;
  overflow-y : scroll;
}


.table-striped tbody tr.storno {
  background : #f7e3e3;
}

.table-striped tbody tr.storno td {
  text-decoration : line-through;
}


.bp3-input-group:first-child {
  border-right : transparent !important;
}

.date-range-picker {
  z-index            : 20;
  display            : inline-block;
  border-radius      : 3px;
  -webkit-box-shadow : 0 0 0 1px rgba(16, 22, 26, 0.1),
                       0 2px 4px rgba(16, 22, 26, 0.2),
                       0 8px 24px rgba(16, 22, 26, 0.2);
  box-shadow         : 0 0 0 1px rgba(16, 22, 26, 0.1),
                       0 2px 4px rgba(16, 22, 26, 0.2),
                       0 8px 24px rgba(16, 22, 26, 0.2);
  -webkit-transform  : scale(1);
  transform          : scale(1);
}

.position-abs {
  position : absolute;
}

.close-date-picker {
  color  : #b8b8b8;
  cursor : pointer;
}

.close-date-picker:hover {
  color : #cccccc;
}

.product-add {
  padding : 6px 0;
}

.product-add:nth-child(2n+2) {
  background : #f3f3f3;
}

.product-add:hover {
  background  : #eee;
  font-weight : bold;
}

.cancel-upsell {
  width          : 100px;
  padding        : 9px 6px 9px 8px;
  text-transform : uppercase;
  font-size      : 13px;
}

.order-type {
  font-size : 11px;
}

.agent-stat-num {
  width      : 85%;
  text-align : center;
  font-size  : 38px;
}

.agent-stat-title {
  width      : 85%;
  text-align : center;
}

.agent-stat-subtitle {
  display        : block;
  width          : 85%;
  margin         : 0 auto;
  padding        : 4px 0;
  background     : #ccc;
  text-align     : center;
  text-transform : uppercase;
  font-family    : 'Nunito',
                   sans-serif !important;
  font-size      : 10px;
}

.greeny {
  background : #cddebf;
}

.greeny-2 {
  background : #93af7b;
}

.greeny-3 {
  background : #2c5805;
}

.bluby {
  background : #bfcfde;
}

.bluby-2 {
  background : #8bb2ca;
}

.bluby-3 {
  background : #053c58;
}

.waiting-payment {
  display     : inline;
  padding     : 3px;
  color       : #fff;
  background  : #c53535;
  font-weight : bold;
}

.skin-blue .table-responsive {
  overflow-x : auto;
}

@media
  (max-width : 768px) {
  .sidebar-mini.sidebar-collapse .main-sidebar {
    z-index           : 850;
    width             : 60px !important;
    -ms-transform     : translate(0, 0);
    -o-transform      : translate(0, 0);
    -webkit-transform : translate(0, 0);
    transform         : translate(0, 0);
  }

  .box-border-style {
    width : 19%;
  }

  .tab-new-right {
    position : relative;
  }

  .tab-new p {
    font-size : 9px;
  }

  .chat-box {
    display : none;
  }

  .box.box-default {
    margin : 20px 0;
  }

  .bp3-input-group {
    width : 50%;
  }

  .Select .Select-control,
  .inner-dates-wrap,
  .search-div {
    margin : 0 10px 20px 0px;
  }

  .resp-filters {
    display : block;
  }

  .filter-box-icon {
    padding          : 8px;
    color            : white;
    border-radius    : 4px;
    background-color : #555;
  }

  .status-select .Select-value-label {
    display     : block;
    padding-top : 5px;
  }

  .bp3-daterangepicker {
    display : block;
  }

  .bp3-datepicker .DayPicker-Month {
    display : block !important;
  }

  .ReactModal__Content.ReactModal__Content--after-open {
    width      : 80% !important;
    max-height : 80%;
    padding    : 10px !important;
    overflow-y : auto !important;
  }

  .SingleDatePicker {
    display : block !important;
  }

  .search-div {
    min-width : 300px;
  }

  .main-box-head .search-div.pull-left {
    margin-top : 20px;
  }
}
