html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Layout */
.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}

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

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  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;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\F0C9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  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;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Roboto", sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}

.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
  color: #737881;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\A0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .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
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 100px;
  }
}

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

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  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;
  padding: 0;
  margin-right: 10px;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  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 > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 50px;
  }
  .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 > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .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 {
    position: relative!important;
    float: right;
    width: auto!important;
    left: 180px !important;
    top: -24px !important;
    z-index: 900;
  }
  .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 > a > span,
  .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.header {
    display: none !important;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.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;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

/* 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: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}

.box-body {
  padding: 20px 15px;
  overflow: auto;
}

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

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

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  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);
  border: 0;
}
@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: #d2d6de;
}
.modal-footer {
  border-top-color: #d2d6de;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #d2d6de;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
.main-header .navbar {
  background-color: #3c8dbc;
}
.main-header .navbar .nav > li > a {
  color: #ffffff;
}
.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .navbar .sidebar-toggle {
  color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.main-header .logo {
  background-color: #367fa9;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.main-header .logo:hover {
  background-color: #357ca5;
}
.main-header li.user-header {
  background-color: #3c8dbc;
}
.content-header {
  background: transparent;
}
.wrapper,
.main-sidebar,
.left-side {
  background-color: #222d32;
}
.user-panel > .info,
.user-panel > .info > a {
  color: #fff;
}
.sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
/*.sidebar-menu > li:hover > a,*/
.sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}
.sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}
.sidebar a {
  color: #b8c7ce;
}
.sidebar a:hover {
  text-decoration: none;
}
.treeview-menu > li > a {
  color: #8aa4af;
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
  color: #ffffff;
}
.sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.sidebar-form input[type="text"] {
  color: #666;
  border-radius: 2px 0 0 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.sidebar-form .btn {
  color: #999;
  border-radius: 0 2px 2px 0;
}
.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}
/*      buttons
/*----------------------------------------*/
.btn {
    font-size: 15px;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.btn-default,
.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default.disabled:hover,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-default[disabled].focus,
.btn-default[disabled].active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:hover,
.open > .dropdown-toggle.btn-default,
.open >.dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:hover {
    background: #f1f1f1;
    outline: 0;
    border-color: #dddddd;
}

.btn-default:hover {
    border-color: #dddddd;
    background: #e7e7e7;
}

.btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary.disabled:hover,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open >.dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:hover {
    background: #0068e1;
    outline: 0;
}

.btn-primary:hover {
    background: #0059bd;
}

.btn-danger,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger.disabled:hover,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.open >.dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:hover {
    background: #fc4b4b;
}

.btn-danger:hover {
    background: #ff7070;
}

.btn-info,
.btn-info.focus,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.btn-info.disabled:hover,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
.btn-info[disabled].focus,
.btn-info[disabled].active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:hover,
.open > .dropdown-toggle.btn-info,
.open >.dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:hover {
    background: #4bcffc;
}

.btn-info:hover {
    background: #6fcffd;
}

.btn:focus,
.btn:hover:focus,
.btn:active:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-loading {
    position: relative;
    color: transparent !important;
}

.btn-loading:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    -webkit-animation: spinAround 600ms infinite linear;
            animation: spinAround 600ms infinite linear;
}

.btn-loading.btn-default:after {
    border: 2px solid #0068e1;
    border-right-color: transparent;
    border-top-color: transparent;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

/*      bg color
/*----------------------------------------*/
.bg-black {
    background: #494f5a;
}

.bg-red {
    background: #fc4b4b;
}

.bg-green {
    background: #37bc9b;
}

.bg-blue {
    background: #0068e1;
}

/*      text
/*----------------------------------------*/
.text-black {
    color: #494f5a;
}

.text-red,
.text-red:hover,
.text-red:focus {
    color: #fc4b4b;
}

.text-green {
    color: #37bc9b;
}

.text-blue {
    color: #0068e1;
}

/*      label
/*----------------------------------------*/
.label {
    font-weight: normal;
    padding: 5px 10px;
}

.label-default {
  background: #d2d6de;
}

.label-primary {
    background: #0068e1;
}

.label-success {
    background: #37bc9b;
}

.label-danger {
    background: #fc4b4b;
}

/*      Form error
/*----------------------------------------*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff3366;
}

.has-error .form-control {
    border-color: #ff3366;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #ff3366;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.has-error .input-group-addon {
    color: #ff3366;
    background-color: #f2dede;
    border-color: #ff3366;
}

.has-error .form-control-feedback {
    color: #ff3366;
}

.help-block {
    margin-bottom: 0;
}

.checkbox label {
    font-size: 15px;
    color: #333333;
    margin-bottom: 0 !important;
}

.checkbox [type="checkbox"]:checked, .checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    display: none;
}

.checkbox [type="checkbox"]:checked + label, .checkbox [type="checkbox"]:not(:checked) + label {
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
}

.checkbox [type="checkbox"]:checked + label:before, .checkbox [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: #e9e9e9;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.checkbox [type="checkbox"]:checked + label:after, .checkbox [type="checkbox"]:not(:checked) + label:after {
    content: "\F00C";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 2px;
    color: #ffffff;
    -webkit-text-stroke: 1px #0068e1;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.checkbox [type="checkbox"]:checked + label:before {
    background: #0068e1;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
    -webkit-text-stroke: 1px #0068e1;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

/* radio button */
.radio {
    text-align: left;
}

.radio label {
    color: #333333;
}

.radio [type="radio"]:checked, .radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio [type="radio"]:checked + label, .radio [type="radio"]:not(:checked) + label {
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
}

.radio [type="radio"]:checked + label:before, .radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    border: 1px solid #d2d6de;
    border-radius: 100%;
    background: #ffffff;
}

.radio [type="radio"]:checked + label:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #0068e1;
    position: absolute;
    top: 4px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0068e1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

/* select option */
.custom-select-white {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f9f9f9 url('../images/arrow-white.png') no-repeat right 8px center;
    background-size: 10px;
    line-height: normal !important;
    height: 40px;
    padding: 0 30px 0 10px;
    border-radius: 3px;
    border-color: #d9d9d9;
}

.custom-select-black {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #ffffff url('../images/arrow-black.png') no-repeat right 8px center;
    background-size: 10px;
    line-height: normal !important;
    height: 40px;
    padding: 0 30px 0 10px;
    border-radius: 3px;
    border-color: #d9d9d9;
}

.custom-select-white:focus,
.custom-select-black:focus {
    outline: 0;
}
.tab-wrapper > ul {
    display: block;
    margin-bottom: 20px;
}

.tab-wrapper > ul > li {
    margin: 0;
}

.tab-wrapper > ul > li.active > a,
.tab-wrapper > ul > li.active > a:focus {
    border: none !important;
    color: #333333;
}

.tab-wrapper > ul > li.active > a:hover {
    border: none;
}

.tab-wrapper > ul > li.active > a:after,
.tab-wrapper > ul > li.has-error > a:after {
    width: 100% !important;
}

.tab-wrapper > ul > li > a {
    position: relative;
    font-size: 14px;
    color: #777777;
    border: none;
    margin: 0;
}

.tab-wrapper > ul > li > a:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    background: #0068e1;
    height: 1px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.tab-wrapper > ul > li.has-error:not(.active) > a:after {
    background: #ff3366;
}

.tab-wrapper > ul > li > a:hover,
.tab-wrapper > ul > li.active > a:hover {
    background: transparent;
    color: #333333;
}

.tab-wrapper > ul > li > a:hover:after {
    width: 50%;
}
.alert {
	border: none;
	border-radius: 3px;
	color: #ffffff;
	font-size: 15px;
}

.alert .close {
	font-weight: normal;
	color: #ffffff;
	text-shadow: none;
    opacity: 0.8;
    outline: 0;
}

.alert-success {
	background: #37bc9b;
}

.alert-info {
	background: #2196f3;
}

.alert-warning {
	background: #f6bb42;
}

.alert-danger {
	background: #ff5252;
}

.modal .modal-content {
    border-radius: 3px;
}

.modal .modal-footer {
    border-radius: 0 0 3px 3px;
}

.modal-footer .btn + .btn {
    margin-left: 12px;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -khtml-opacity: 0;
      -moz-opacity: 0;
           opacity: 0;
            filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 100ms ease-in-out;
	        transition: 100ms ease-in-out;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
            transform: scale(1);
    -khtml-opacity: 1;
      -moz-opacity: 1;
           opacity: 1;
            filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal-header {
    padding: 15px;
}

.modal-header > .close {
    font-size: 18px;
    outline: 0;
    margin-top: 2px;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-transition: 200ms ease-in-out;
	        transition: 200ms ease-in-out;
}

#confirmation-modal .modal-header {
    padding: 15px 15px 15px 25px;
}

#confirmation-modal .modal-body {
    padding: 0px 15px 25px 25px;
}

#confirmation-modal .modal-header,
#confirmation-modal .modal-footer {
    border: none;
}

#confirmation-modal .default-message {
    color: #737881;
}

#confirmation-modal .modal-footer {
    background: #f1f3f7;
}

#confirmation-modal .btn-default {
    background: #e1e1e1;
}

#confirmation-modal .btn-default:hover {
    background: #e9e9e9;
}.p-tb-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.p-tb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.p-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

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

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

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

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

.p-b-0 {
	padding-bottom: 0;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-l-0 {
	padding-left: 0;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-r-0 {
	padding-right: 0;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.m-tb-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m-tb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.m-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.m-t-0 {
	margin-top: 0;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-l-0 {
	margin-left: 0;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-r-0 {
	margin-right: 0;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.cursor-auto {
	cursor: auto !important;
}

.text-left {
    text-align: left;
}
.accordion-content {
    background: #ffffff;
    padding: 20px 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.accordion-box > .panel-group {
    border-radius: 3px;
    overflow: hidden;
}

.accordion-box .panel {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
    border-radius: 0;
    border-color: #e9e9e9;
}

.accordion-box .panel + .panel {
    margin: 0;
}

.accordion-box > .panel-group > .panel:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.accordion-box .panel-group {
    margin: 0;
}

#sliders-accordion > .panel {
    border-radius: 3px;
}

.accordion-box .panel-heading {
    padding: 0;
    background: #f6f6f7;
}

.accordion-box .panel-heading [data-toggle="collapse"].collapsed {
	background: #ffffff;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.accordion-box .panel-heading [data-toggle="collapse"].collapsed:hover {
    background: #f4f4f4;
}

.accordion-box .panel-heading [data-toggle="collapse"]:after,
.accordion-box-content .panel-heading [data-toggle="collapse"]:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\F107";
    right: 10px;
    top: 12px;
    font-size: 20px;
	line-height: 25px;
	color: #000000;
    -webkit-transform: rotateX(180deg);
	transform:         rotateX(180deg);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.accordion-box-content .panel-heading [data-toggle="collapse"]:after {
    top: 15px;
}

.accordion-box .panel-heading [data-toggle="collapse"].collapsed:after,
.accordion-box-content .panel-heading [data-toggle="collapse"].collapsed:after {
	color: #737881;
    -webkit-transform: rotateX(0deg);
    transform:         rotateX(0deg);
}

.accordion-box .panel-heading [data-toggle="collapse"].collapsed:hover:after,
.accordion-box-content .panel-heading [data-toggle="collapse"].collapsed:hover:after {
    color: #000000;
}

.accordion-box-content .panel-group .panel + .panel {
	margin-top: 0;
	border-top: none;
}

.accordion-box .panel-title a {
    position: relative;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
}

.accordion-box .panel-title a {
    outline: none;
}

.accordion-box .panel-title a.has-error.collapsed {
    border-left: 3px solid #ff3366;
}

.accordion-box .panel-body a {
    color: #333333;
    display: block;
    padding: 14px 15px;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.accordion-box .panel-body a:hover {
    background: #e9e9e9;
}

.accordion-box .panel-body a.active {
    background: #ffffff;
    border-top: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
    border-left: 3px solid #6f8dfd;
    margin-right: -1px;
}

.accordion-box .panel-title a:active,
.accordion-box .panel-title a:hover,
.accordion-box .panel-title a:focus {
    color: #333333;
}

.accordion-box .panel-body {
    padding: 10px 0 10px 8px;
    background: #eeeeee;
}

.accordion-box-content .tab-content > .form-group:last-child {
    margin-bottom: 0;
    clear: both;
}

.accordion-box-content .box-footer {
    padding-left: 0;
}

.accordion-box-content .tab-content-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d6de;
}

.accordion-box-content .box-content {
    margin-top: 10px;
}

.accordion-tab {
    border-bottom: none;
}

.accordion-tab > li {
    float: none;
    z-index: 0;
}

.accordion-tab > li > a {
    position: relative;
    color: #333333;
    border-radius: 3px 0 0 3px;
    margin-right: -1px;
    padding: 14px 15px;
    outline: none;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}

.accordion-tab > li > a:hover {
    border-color: #e9e9e9;
}

.accordion-tab > li.has-error > a {
    border-left: 3px solid #ff3366;
}

.accordion-tab > li.active > a {
    border-left: 3px solid #0068e1;
    border-right: 0;
    border-right-color: transparent;
    border-bottom-color: #e9e9e9;
}

.accordion-tab > li.active > a:hover,
.accordion-tab > li.active > a:focus {
    border-left: 3px solid #0068e1;
    border-bottom-color: #e9e9e9;
    border-right: 0;
}

.accordion-tab.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.accordion-tab.nav-tabs > li.active > a:focus {
    border-top-color: #e9e9e9;
}

.content-accordion.panel-group {
    margin-bottom: 15px;
}

.content-accordion .panel {
    border-radius: 3px;
    border: none;
    border: 1px solid #e9e9e9;
}

.content-accordion .panel-heading {
    background: #f6f6f7;
    padding: 0;
    border-radius: 0;
}

.content-accordion .panel-title a {
    display: block;
    padding: 15px;
}

.content-accordion .panel-title a:active,
.content-accordion .panel-title a:hover,
.content-accordion .panel-title a:focus {
    color: #333333;
}

.content-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e9e9e9;
}

@media screen and (max-width: 991px) {
    .accordion-box {
        margin-bottom: 30px;
    }
}
body {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6,
ul, li, p {
	margin: 0;
	padding: 0;
}

/*		box
/*----------------------------------------*/
.box {
	border-radius: 3px;
	border-top: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

.box-footer .btn-back {
    display: inline-block;
    padding: 7px 12px;
}


/*		content wrapper, footer
/*----------------------------------------*/
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f1f3f7;
}

.content-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
	background: #f1f3f7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.sidebar-mini.sidebar-collapse .content-wrapper {
	margin-left: 0;
}

.content > form {
	overflow: visible;
}

.main-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
  	padding: 15px;
  	color: #444444;
  	border-top: 1px solid #d2d6de;
  	-webkit-transition: 300ms ease-in-out;
  	transition: 300ms ease-in-out;
}

/*		header
/*----------------------------------------*/
.main-header {
	position: relative;
	width: 250px;
	background: #303641;
	-webkit-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.sidebar-mini.sidebar-collapse .main-header {
	width: 50px;
	height: 50px;
}

.main-header .sidebar-toggle {
	position: absolute;
	right: 0;
	top: 8px;
	color: #b8c7ce;
	font-size: 18px;
    padding: 5px 18px;
    outline: none;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.main-header .sidebar-toggle i {
	-webkit-text-stroke: 1px #303641;
}

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

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

.main-header .logo {
	width: auto;
	float: left;
	background: transparent;
	vertical-align: bottom;
	text-decoration: none;
}

.main-header .logo:hover {
	background: transparent;
}

/*		navbar
/*----------------------------------------*/
.navbar {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	z-index: 2;
	border: none;
	margin: 0;
	min-height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar .navbar-nav {
	width: 100%;
	padding: 0 15px;
}

.navbar-nav > li > a {
	padding: 12px 12px 10px;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.navbar-nav > li > a:hover {
	background: #f1f1f1;
}

.visit-store > a {
	background: transparent !important;
	color: #737881;
	padding: 15px 10px 14px !important;
}

.visit-store:hover > a,
.visit-store:focus > a {
	color: #444444;
	background: transparent !important;
}

.visit-store > a:focus {
	background: transparent !important;
}

.visit-store > a > i {
	margin-right: 2px;
	color: #737881;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.visit-store:hover > a > i,
.visit-store:focus > a > i {
	color: #111111;
}

.navbar-nav > li > a > .label {
	position: absolute;
	top: 4px;
	right: 2px;
	font-size: 8px;
	line-height: 12px;
	padding: 1px 4px;
}

.navbar-nav .dropdown > .dropdown-menu {
	border: 1px solid #d2d6de;
	top: 49px;
	border-radius: 3px;
	min-width: 160px;
}

/*		top nav menu
/*----------------------------------------*/
.nav > li > a:focus {
	background: transparent;
}

.nav > li > a:hover {
	background: #f5f5f5;
}

.top-nav-menu .dropdown-menu li.active a {
    color: #333333;
    background-color: #e9e9e9;
}

.top-nav-menu > a > i {
	font-size: 26px;
	color: #737881;
	margin-right: 8px;
}

.top-nav-menu > a > span {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	color: #737881;
}

.top-nav-menu .dropdown-menu li a {
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	padding: 10px 15px;
}

.language.top-nav-menu > a {
	padding: 12px 12px 13px;
}

/*		table
/*----------------------------------------*/
.table-responsive {
	margin-bottom: 20px;
}

.table {
	margin-bottom: 0;
}

.table > thead > tr > th {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid #e9e9e9;
}

.table > tbody > tr > td {
	border-top: 1px solid #f1f1f1;
}

.table-bordered {
	border-color: #e9e9e9;
}

.table-bordered > tbody > tr > td {
	border-color: #e9e9e9;
}

.table-hover > tbody > tr:hover {
	background: #f9f9f9;
}

.table .checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1px;
}

/*		sidebar
/*----------------------------------------*/
.main-sidebar {
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	background: #303641;
}

.main-sidebar,
.left-side {
	width: 250px;
}

.sidebar-menu > li.header {
	background: #2b303a;
	text-align: center;
	font-size: 13px;
}

.sidebar-menu > li > a {
	font-size: 13px;
	padding: 14px 15px;
	background: #303641;
    text-decoration: none;
    outline: none;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.sidebar-menu > li.active > a {
	background: #363c47;
	border-left-color: #0068e1;
}

.sidebar-menu > li.selected > a {
	background: #363c47;
}

.sidebar-menu > li > a:hover {
	background: #363c47;
}

.sidebar-menu li.selected > a > .pull-right-container > i {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.sidebar-menu li.active > a > .pull-right-container > i {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.sidebar-menu li.active.closed > a > .pull-right-container > i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.sidebar-collapse .sidebar-menu li.active.closed > a > .pull-right-container > i {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
	display: none;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
	line-height: 19px;
}

.sidebar-menu .treeview a span i {
	-webkit-transition: 200ms;
	transition: 200ms;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.sidebar-menu > li > .treeview-menu {
	padding-left: 0;
	background: transparent;
}

.sidebar-menu .treeview-menu > li > a {
	font-size: 13px;
	background: #2b303a;
	padding: 14px 15px 14px 30px;
	text-decoration: none;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.sidebar-menu .treeview-menu > li > a:hover {
	background: #2d323d;
}

.sidebar-menu .treeview-menu > li:last-child > a {
	border-bottom-right-radius: 3px;
}

.sidebar-menu .treeview-menu .treeview-menu {
	padding-left: 0;
}

.sidebar-menu .treeview-menu .treeview-menu > li > a {
	padding: 10px 20px 10px 40px;
	background: #232831;
}

.sidebar-menu .treeview-menu .treeview-menu > li > a:hover {
	background: #2d323d;
}

.sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li > a {
	padding: 10px 20px 10px 50px;
	background: #1C212A;
}

.sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li > a:hover {
	background: #2d323d;
}

/* sidebar mini */
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
	padding: 0;
	margin-top: 4px;
	-webkit-margin-before: 3px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
	padding: 15px 15px 14px;
}

.sidebar-menu li > a > .pull-right-container {
	margin-top: -5px;
}

.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
	margin-top: -2px;
}

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

/* pagination */
.pagination {
	vertical-align: bottom;
}

.pagination > li > a {
	padding: 10px 15px;
}

.pagination > li > a:focus {
	outline: 0;
}

.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus {
    background: #0068e1;
    border-color: #0068e1;
}

.pagination > .previous > a,
.pagination > .next > a {
    color: #666666;
}

.pagination > .previous > a {
	border-radius: 3px 0 0 3px;
}

.pagination > .next > a {
	border-radius: 0 3px 3px 0;
}

/*		form
/*----------------------------------------*/
form {
	overflow: hidden;
}

.form-control {
	font-size: 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 40px;
	border-radius: 3px;
	border-color: #d9d9d9;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: rgba(0, 104, 225, 0.8);
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.form-group .input-icon {
    position: absolute;
    font-size: 21px;
    color: #444444;
    left: 5px;
    top: 31px;
    width: 30px;
    text-align: center;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.form-control:focus + .input-icon {
    color: #0068e1;
}

input:not([type="checkbox"]):not([type="radio"]),
select:not(.form-group select[multiple]) {
	border-radius: 3px;
	border-color: #d9d9d9;
	height: 40px !important;
	outline: 0;
}

select {
	border: 1px solid #d9d9d9;
}

select.input-sm {
	height: 40px;
}

select option {
	font-family: 'Roboto', sans-serif;
}

.form-group label,
.form-group optgroup{
	font-family: 'Open Sans', sans-serif;
}

.form-group select[multiple] {
	height: 150px;
	border-color: #d9d9d9;
}

.form-group textarea {
	padding: 10px;
	border-radius: 3px;
	border-color: #d9d9d9;
	resize: vertical;
	-webkit-transition: border-color 200ms ease-in-out;
	transition: border-color 200ms ease-in-out;
}

.form-horizontal .radio-inline {
	padding-top: 0;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.has-error .form-control:focus,
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
	border-color: #ff3366;
}

.has-error .form-control + .input-icon {
	color: #ff3366;
}

/*		media queries
/*----------------------------------------*/
@media screen and (max-width: 991px) {
	.content-header {
		margin-top: 50px;
	}

	/* main header */
	.main-header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	.sidebar-mini.sidebar-collapse .main-header {
		width: 100%;
	}

	/* sidebar */
	.sidebar {
		margin-top: 50px;
		padding-bottom: 0;
	}

	/* navbar */
	.navbar-nav .open .dropdown-menu {
		background: inherit;
		position: absolute;
	}

	.navbar-nav .dropdown .dropdown-menu {
		position: absolute;
		background: #fff;
	}

	.navbar-nav .dropdown > .dropdown-menu {
		border: 1px solid #d1d1d1;
	}

	/* content wrapper, footer */
	.content-wrapper {
		margin-left: 0;
	}

	.main-footer {
		margin-left: 0;
	}

	.main-sidebar {
		margin-left: -250px;
	}

	.sidebar-open .main-sidebar {
		margin-left: 0;
	}

	.sidebar-open .content-wrapper {
		margin-right: -250px;
	}

	/*		user menu
	/*----------------------------------------*/
	.navbar {
		position: fixed;
		top: 0;
		right: 40px;
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		z-index: 1030;
	}

	.navbar .navbar-nav {
		margin: 0;
		padding: 0;
	}

	.top-nav-menu > a,
	.top-nav-menu > a:hover {
		background: transparent !important;
	}

	.top-nav-menu > a > i,
	.top-nav-menu > a > span {
		color: #b8c7ce;
	}

	/* table */
	.table-responsive {
		border: none;
		margin-bottom: 20px;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table-bordered {
		border: 1px solid #e9e9e9;
	}

	/* breadcrumb */
	.content-header > .breadcrumb {
		padding: 0;
		background: transparent;
		margin-top: 10px;
	}

	.content-header > .breadcrumb > li {
		position: relative;
		padding: 4px 5px 4px 8px;
		-webkit-padding-before: 5px;
		margin-bottom: 8px;
		background: #d2d6de;
	}

	.content-header > .breadcrumb > li + li {
		margin-left: 20px;
		padding: 4px 8px 4px 5px;
		-webkit-padding-before: 5px;
	}

	.content-header > .breadcrumb > li + li::before {
		content: "";
	}

	.breadcrumb > li::before {
		position: absolute;
		content: "";
		padding: 0;
		top: 0;
		left: 100%;
		height: 0;
		width: 0;
		border-width: 13px 10px;
		border-style: solid;
		border-color: transparent;
		border-left-color: #d2d6de;
	}

	.breadcrumb > li + li::after {
		position: absolute;
		content: "";
		padding: 0;
		top: 0;
		left: -18px;
		height: 0;
		width: 0;
		border-width: 13px 10px;
		border-style: solid;
		border-color: #d2d6de;
		border-left-color: transparent;
	}

	/* form */
	.form-horizontal .form-group label {
	    padding-top: 0;
		margin-bottom: 6px;
	}

	.form-horizontal .checkbox {
		padding-top: 0;
	}
}

@media screen and (min-width: 991px) {
	/* main header */
	.sidebar-mini.sidebar-collapse .main-header .logo {
		display: none;
	}
}

/*		typography
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #444444;
}

h1 {
    font-size: 36px;
    line-height: 44px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-size: 21px;
    line-height: 26px;
}

h5 {
    font-size: 19px;
    line-height: 23px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

