@charset "UTF-8";
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansItalic";
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

html,
body {
  font-size: 15px;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

a {
  transition: color .5s ease;
  -webkit-transition: color .5s ease;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

main {
  height: 100%;
}

.alert {
  font-size: .85em;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
  border-radius: 3px;
  border-width: 0;
  margin-bottom: 1rem;
}

.alert:empty {
  display: none;
}

.alert-danger, .alert-error {
  background-color: #fddddd;
  color: #933432;
  border-color: #933432;
}

.alert-warning {
  background-color: #fef6dd;
  color: #957d32;
  border-color: #957d32;
}

.alert-success {
  background-color: #9cf89e;
  color: #34941e;
  border-color: #34941e;
}

.alert-info {
  background-color: #daeffd;
  color: #2b6a94;
  border-color: #2b6a94;
}

.alert i {
  margin-right: .5rem;
}

.alert .close {
  display: inline-block;
  position: relative;
  top: -.55rem;
  right: -20px;
  padding: 0 .75rem;
  line-height: 35px;
  color: inherit;
  float: right;
  font-size: 0.9rem;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.alert .close:hover {
  opacity: 1;
}

.btn {
  font-family: 'OpenSansRegular';
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 10px 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #626262;
  background-color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  line-height: 100%;
  position: relative;
  transition: color 0.2s linear 0s, background 0.2s linear 0s, border 0.2s linear 0s, opacity 0.2s linear 0s !important;
}

.btn:focus {
  color: #5e5e5e;
  background-color: #ffffff;
  border-color: #f0f0f0;
  outline: 0;
}

.btn.hover, .btn:hover {
  background-color: #fafafa;
  border-color: rgba(98, 98, 98, 0.27);
  color: #1a1a1a;
}

.btn-link {
  background: none;
  color: #6d5cae;
  border: 0;
}

.btn-link:hover, .btn-link:focus {
  color: #000;
}

.btn-primary {
  background: #6d5cae;
  background: linear-gradient(to right, #6d5cae 0%, #9584d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#6d5cae, endColorstr=#9584d6, GradientType=1;
  border-color: #9584d6;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
  background: #6d5cae;
  background: linear-gradient(to right, #9584d6 0%, #bdacfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#9584d6, endColorstr=#bdacfe, GradientType=1;
  color: #fff;
  border-color: #bdacfe;
}

.btn-sm {
  padding: 8px 12px;
  font-size: .85rem;
}

.btn-xs {
  padding: 5px 10px;
  font-size: .7rem;
}

.radio, .checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
}

.radio label, .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 13px;
}

.radio label:before, .checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}

.radio input[type="radio"]:focus + label {
  color: #2c2c2c;
}

.radio input[type="radio"]:focus + label:before {
  background-color: #e6e6e6;
}

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd;
}

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae;
}

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752;
}

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6;
}

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}

.checkbox label:before {
  top: -1px;
  border-radius: 2px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: -1px;
  font-size: .75rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
  border-radius: 3px;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox.checkbox-circle label:after, .checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff;
}

.checkbox input[type="checkbox"]:focus + label {
  color: #2c2c2c;
}

.checkbox input[type="checkbox"]:focus + label:before {
  background-color: #e6e6e6;
}

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: auto;
}

.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}

body.rtl .checkbox label::after {
  left: -1.2px;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #10cfbd;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #6d5cae;
}

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752;
}

.checkbox.check-success input[type=checkbox]:checked + label::after, .checkbox.check-primary input[type=checkbox]:checked + label::after, .checkbox.check-complete input[type=checkbox]:checked + label::after, .checkbox.check-warning input[type=checkbox]:checked + label::after, .checkbox.check-danger input[type=checkbox]:checked + label::after, .checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.label {
  font-size: .75rem;
  font-family: 'OpenSansSemiBold', sans-serif;
  border-radius: 2px;
  margin: 0;
  padding: 2px 6px;
  display: inline-block;
  background: #ddd;
  color: #000;
}

.label-success {
  background-color: #81e884;
  color: #1c690a;
}

.label-danger, .label-warning {
  background-color: #ff615d;
  color: #fff;
}

.label-primary {
  background: #6d5cae;
  background: linear-gradient(to right, #6d5cae 0%, #9584d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#6d5cae, endColorstr=#9584d6, GradientType=1;
  border-color: #9584d6;
  color: #fff;
}

.label-primary:hover, .label-primary:focus {
  background: #6d5cae;
  background: linear-gradient(to right, #9584d6 0%, #bdacfe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#9584d6, endColorstr=#bdacfe, GradientType=1;
  color: #fff;
  border-color: #bdacfe;
}

.tooltip-inner {
  line-height: .8rem;
  padding: 8px;
  min-width: 60px;
  max-width: 150px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.75);
}

.tooltip-inner:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.icon {
  position: relative;
  padding-left: 25px;
}

.icon > i {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 25px;
  text-align: center;
}

.form-control {
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 20px;
  padding: 4px 8px;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: middle;
  min-height: 20px;
  box-sizing: border-box;
  transition: all 0.12s ease;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: background 0.2s linear 0s;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group-checkbox {
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
}

.form-group-checkbox [type="checkbox"] {
  display: none;
}

.form-group-checkbox label {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .75rem;
}

.form-group-checkbox .check-primary label {
  color: #6d5cae;
}

.form-group-rda {
  cursor: pointer;
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 7px 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: background-color 0.5s ease;
}

.form-group-rda.form-group-checkbox {
  padding: 4px 12px;
}

.form-group-rda.disabled {
  opacity: .4;
}

.form-group-rda.disabled label {
  color: #000;
}

.form-group-rda label {
  cursor: pointer;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #6d5cae;
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.form-group-rda label label {
  font-size: .7rem;
  font-weight: normal;
  text-transform: none;
  float: right;
  position: relative;
  opacity: 1;
  right: -3px;
  z-index: 2;
}

.form-group-rda label label.error {
  color: #f00;
}

.form-group-rda label .btn {
  border: 0;
}

.form-group-rda label .btn-primary {
  color: #fff;
}

.form-group-rda label .btn-primary:hover, .form-group-rda label .btn-primary:focus {
  color: #fff;
}

.form-group-rda label .btn-xs {
  padding: 4px 8px;
  margin-left: 5px;
  font-size: .95em;
  position: relative;
  top: -1px;
}

.form-group.text-editor label {
  cursor: pointer;
  font-size: .75rem;
  text-transform: uppercase;
  padding: 0 12px 7px 12px;
  font-weight: 700;
  color: #6d5cae;
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.form-group.text-editor label label {
  font-size: .7rem;
  font-weight: normal;
  text-transform: none;
  float: right;
  position: relative;
  opacity: 1;
  right: -13px;
  z-index: 2;
}

.form-group.text-editor label label.error {
  color: #f00;
}

.form-group.text-editor textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 7px;
}

.form-group textarea.form-control {
  resize: vertical;
  min-height: 100px;
  font-size: .8rem;
  padding: 12px 0 0 0;
  border: 0;
}

.form-group input {
  font-family: 'OpenSansRegular';
  font-size: .8em;
  border: 0;
  padding: 0;
  transition: background-color 0.5s ease;
}

.form-group.required:after {
  color: #6d5cae;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

.form-group.focused {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f7f7f7;
}

.form-group.focused input,
.form-group.focused textarea {
  background-color: #f7f7f7;
}

.form-group.focused label {
  opacity: .4;
  color: #000;
}

.form-group.has-error {
  background-color: rgba(245, 87, 83, 0.1);
}

.form-group.has-error input {
  background-color: transparent;
}

.login {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.login .container,
.login .row {
  height: 100%;
}

.login .bkg {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.login .form {
  position: relative;
  padding: 15px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  margin: 0 0 15px 0;
  box-shadow: 0 10px 50px -4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .login form {
    padding: 0 75px;
  }
}

@media (min-width: 768px) {
  .login form {
    padding: 0 100px;
  }
}

@media (min-width: 992px) {
  .login form {
    padding: 0 125px;
  }
}

@media (min-width: 1200px) {
  .login form {
    padding: 0 175px;
  }
}

.login .alert-danger {
  background-color: rgba(10, 0, 0, 0.4);
  border: 1px solid #c13434;
  color: #f00;
}

.login .form-group-rda {
  background-color: rgba(0, 0, 0, 0.4);
}

.login .form-group-rda label {
  color: #999;
  position: relative;
}

.login .form-group-rda label label {
  font-size: .7rem;
  font-weight: normal;
  text-transform: none;
  float: right;
  position: relative;
  opacity: 1;
  right: -3px;
  z-index: 2;
}

.login .form-group-rda label label.error {
  color: #f00;
}

.login .form-group-rda.focused label {
  color: #fff;
  opacity: 1;
}

.login .form-group-rda.focused label label {
  font-weight: normal;
}

.login .form-group-rda input {
  background-color: transparent;
  color: #fff;
}

.login .form-group-rda input::-webkit-input-placeholder {
  color: #ddd;
}

.login .form-group-rda input::-moz-placeholder {
  color: #ddd;
}

.login .form-group-rda input:-moz-placeholder {
  color: #ddd;
}

.login .form-group-rda input:-ms-input-placeholder {
  color: #ddd;
}

.login .captcha input {
  width: 50px;
  display: inline-block;
}

.login .buttons {
  text-align: center;
  font-size: .85em;
}

.login .buttons a {
  border-bottom: 1px dashed #aaa;
  color: #aaa;
  margin: 0 12px;
}

.login .buttons a:hover {
  color: #fff;
}

.login .buttons .btn {
  padding: .5rem 1.5rem;
  font-size: .85rem;
  background-color: #3a3a3a;
  border-color: rgba(58, 58, 58, 0.27);
  color: #fff;
}

.login .buttons .btn.focus, .login .buttons .btn:focus, .login .buttons .btn:hover {
  background-color: #fafafa;
  border-color: rgba(68, 68, 68, 0.27);
  color: #1a1a1a;
}

.login footer {
  text-align: center;
  color: #fff;
  font-size: .8em;
}

.login footer a {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  z-index: 11;
}

header .logo {
  position: absolute;
  top: 11px;
}

@media (max-width: 991px) {
  header .logo {
    left: 50%;
    margin-left: -50px;
  }
}

header .toggle-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}

header .toggle-sidebar .icon {
  display: block;
  width: 100%;
  height: 100%;
}

header .toggle-sidebar .icon i {
  top: 14px;
  left: 19px;
  font-size: 1.4rem;
}

header .toggle-sidebar .icon .counter {
  position: absolute;
  top: 5px;
  right: 7px;
  line-height: 15px;
  height: 19px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  font-size: 0.65rem;
  text-align: center;
  margin: 0;
  padding: 0 3px;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0px;
  background: #f00;
  color: #fff;
}

header .toggle-sidebar .icon .counter:empty {
  display: none;
}

header nav.dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 50px;
  line-height: 49px;
}

header nav.dropdown i + .hidden-sm-down {
  display: inline-block;
}

header nav.dropdown .btn {
  font-size: .75em;
  font-family: 'OpenSansSemiBold';
  text-transform: uppercase;
  padding: 9px 15px 9px 45px;
  min-width: 50px;
  min-height: 49px;
  vertical-align: top;
}

header nav.dropdown .btn.icon i {
  font-size: 1.1rem;
  top: 50%;
  margin-top: -8px;
  left: 15px;
}

@media (max-width: 991px) {
  header nav.dropdown .btn.icon i {
    font-size: 1.25rem;
    left: 19px;
  }
}

header .dropdown-toggle:after {
  display: none;
}

header .dropdown-menu {
  top: 50px;
  right: 5px;
  left: auto;
  background: #fff;
  padding: 0;
  box-shadow: 0px 0px 5px rgba(98, 98, 98, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.17);
  min-width: 8rem;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

header .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

header .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

header .dropdown-menu > li:first-child {
  /*padding-top: 9px*/
}

header .dropdown-menu > li {
  padding-left: 0;
  line-height: 1;
}

header .dropdown-menu > li .user {
  color: #6d5cae;
  font-size: .75em;
  font-family: 'OpenSansSemiBold';
  line-height: 1rem;
  padding: 5px 15px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 9px;
}

header .dropdown-menu > li > a {
  display: block;
  opacity: .5;
  transition: opacity ease 0.3s;
  min-width: 8rem;
  padding: 0 35px;
  color: #424242;
  line-height: 2.5rem;
  font-size: .85em;
}

header .dropdown-menu > li > a i {
  left: 8px;
  top: 12px;
  font-size: .9rem;
}

header .dropdown-menu > li > a:hover {
  opacity: 1;
}

header .dropdown-menu li:last-child {
  background-color: #f0f0f0;
}

header .dropdown-menu li:last-child a {
  padding: 0 35px 0 15px;
}

header .dropdown-menu li:last-child a i {
  left: auto;
  right: 10px;
}

.page-container {
  width: 100%;
  height: 100%;
  padding-left: 70px;
}

@media (max-width: 991px) {
  .page-container {
    padding-left: 0;
    transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  }
}

.page-container .page-content-wrapper {
  position: relative;
  min-height: 100%;
}

.page-container .page-content-wrapper .content {
  padding: 50px 15px 50px 15px;
  min-height: 100%;
  transition: all 0.3s ease;
}

.page-container .page-content-wrapper .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: .75rem;
  color: #000;
}

.page-container .page-content-wrapper .footer a {
  font-family: 'OpenSansSemiBold', sans-serif;
  border-bottom: 1px dashed #6d5cae;
  color: #6d5cae;
}

@media (max-width: 991px) {
  body.sidebar-open .page-container {
    position: fixed;
  }
}

.sidebar {
  width: 280px;
  background-color: #fff;
  padding-top: 50px;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  z-index: 10;
}

@media (max-width: 991px) {
  .sidebar {
    width: 250px;
    left: -250px;
    z-index: 10;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .sidebar.visible {
    -webkit-transform: translate(250px, 0px) !important;
    transform: translate(250px, 0px) !important;
  }
}

.sidebar a,
.sidebar button {
  color: #6d5cae;
}

.sidebar a:hover,
.sidebar button:hover,
.sidebar a:active,
.sidebar button:active {
  color: #000000;
}

.sidebar a:visited,
.sidebar button:visited,
.sidebar a:focus,
.sidebar button:focus {
  color: #6d5cae;
}

.sidebar .scroll-element {
  visibility: hidden;
}

.sidebar .icon-thumbnail [class^="bg-"],
.sidebar [class*="bg-"] {
  color: #fff;
}

.sidebar.visible .menu .header {
  display: block;
}

.sidebar .menu {
  height: calc(100% - 50px);
  position: relative;
  width: 100%;
}

.sidebar .menu .header {
  display: none;
}

@media (min-width: 992px) {
  .sidebar .menu .header {
    display: none !important;
  }
}

.sidebar .menu .header img {
  margin: 15px 0 15px 16px;
}

.sidebar .menu .header i {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #dedede;
  cursor: pointer;
}

@media (max-width: 991px) {
  .sidebar .menu {
    height: 100%;
  }
}

.sidebar .menu .muted {
  color: #576775;
  opacity: .45;
}

.sidebar .menu .items {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}

.sidebar .menu .items ul {
  padding-top: 12px;
}

.sidebar .menu .items li {
  display: block;
  padding: 0;
  box-sizing: border-box;
}

.sidebar .menu .items li.divider {
  padding: .5em 0;
  border-top: 1px solid rgba(230, 230, 230, 0.7);
  margin-top: 10px;
}

.sidebar .menu .items li:hover > a,
.sidebar .menu .items li.open > a,
.sidebar .menu .items li.active > a {
  color: #000000;
}

.sidebar .menu .items li.open > a > .icon-thumbnail,
.sidebar .menu .items li a:hover > .icon-thumbnail {
  color: #000000;
  background: #d5dce8;
}

.sidebar .menu .items li a.active > .icon-thumbnail {
  color: #fff;
  background: #6d5cae;
  background: linear-gradient(to right, #6d5cae 0%, #9584d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#6d5cae, endColorstr=#9584d6, GradientType=1;
}

.sidebar .menu .items li .icon-thumbnail {
  display: block;
  background: #f2f2f2;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 14px;
  color: #788195;
  font-size: 1.1rem;
  transition: background 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), background 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), background 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99), -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-family: "OpenSansRegular", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: bold;
}

.sidebar .menu .items li .icon-thumbnail .counter {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  line-height: 15px;
  height: 19px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #fff;
  font-size: 0.65rem;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0px;
  background: #6d5cae;
  color: #fff;
}

.sidebar .menu .items li .icon-thumbnail .counter:empty {
  display: none;
}

.sidebar .menu .items li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  font-family: "OpenSansLight", sans-serif;
  display: inline-block;
  padding: 0 3px 0 20px;
  min-height: 40px;
  line-height: 40px;
  font-size: .95rem;
}

.sidebar .menu .items li a.labeled {
  line-height: 20px;
}

.sidebar .menu .items li a.open {
  background: #313131;
}

.sidebar .menu .items li a .arrow {
  position: absolute;
  right: 75px;
  top: 10px;
  line-height: 20px;
}

.sidebar .menu .items li a .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
  transition: all 0.12s ease;
}

.sidebar .menu .items li a .arrow.open:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar .menu .items li a .badge {
  margin-top: 12px;
}

.sidebar .menu .items li a .title {
  float: left;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 85%;
}

.sidebar .menu .items li a .details {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 4px;
  opacity: 0.8;
  display: block;
  clear: both;
  color: #666;
  font-family: 'OpenSansRegular', sans-serif;
}

.sidebar .menu .items li a.detailed .title {
  line-height: 28px;
}

.sidebar .menu .items li a.detailed .details {
  line-height: 16px;
}

.sidebar .menu .items li.active ul.sub-menu {
  display: block;
}

.sidebar .menu .items li .icon-thumbnail:first-letter {
  text-transform: uppercase;
}

.sidebar .menu .items li ul.sub-menu {
  display: none;
  list-style: none;
  margin: 5px 0 5px 0;
  background-color: #f6f6fa;
  padding: 18px 0;
}

.sidebar .menu .items li ul.sub-menu li {
  background: none;
  padding: 0 18px 0 30px;
  height: 30px;
}

.sidebar .menu .items li ul.sub-menu li + li {
  margin-top: 5px;
}

.sidebar .menu .items li ul.sub-menu li .icon-thumbnail {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  background-color: #ddd;
  font-size: .95rem;
}

.sidebar .menu .items li ul.sub-menu li a:hover .icon-thumbnail {
  color: #ffffff;
  background: #6d5cae;
}

.sidebar .menu .items li ul.sub-menu li ul.sub-menu li {
  padding: 2px 3px 2px 10px;
}

.sidebar .menu .items li ul.sub-menu li ul.sub-menu .icon-thumbnail {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: .85rem;
}

.sidebar .menu .items li ul.sub-menu li a {
  display: inline-block;
  padding: 0px;
  font-size: .85rem;
  font-family: "OpenSansLight", sans-serif;
  font-weight: 600;
  line-height: 30px;
  min-height: 30px;
  white-space: normal;
}

.sidebar .menu .items li ul.sub-menu li a .active .icon-thumbnail {
  background: #6d5cae;
  background: linear-gradient(to right, #6d5cae 0%, #9584d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#6d5cae, endColorstr=#9584d6, GradientType=1;
}

.sidebar .menu .items li ul.sub-menu li a .arrow {
  before-float: right;
  before-margin-top: 1px;
  before-margin-right: 20px;
  before-display: inline;
  before-font-size: 16px;
  before-font-family: FontAwesome;
  before-height: auto;
  before-content: "\f104";
  before-font-weight: 300;
  before-text-shadow: none;
  before--webkit-transition: all 0.12s ease;
  before-transition: all 0.12s ease;
}

.sidebar .menu .items li ul.sub-menu li a.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 300;
  text-shadow: none;
}

.pagination {
  display: inline-block;
  font-size: .85em;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.pagination > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  float: none;
  margin: 0;
  padding: 8px 14px;
  color: #646464;
  font-weight: 600;
  border: none;
  background: #fff;
}

.pagination > li > a:hover {
  background: #eee;
}

.pagination > li.active > span {
  background: #6d5cae;
  color: #fff;
}

.pagination #userpage {
  line-height: 19px;
  border: 0;
  background: #fff;
  padding: 8px 14px;
  width: 75px;
  text-align: center;
  font-family: 'OpenSansRegular', sans-serif;
  font-weight: 600;
}

table.table-bordered {
  border-radius: 3px;
  border-collapse: collapse;
  margin: 0;
}

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

table.table-bordered tr th:last-child, table.table-bordered tr td:last-child {
  border-right: 0;
}

table.table-bordered tbody tr:last-child td, table.table-bordered tbody tr:last-child th {
  border-bottom: 0;
}

.responsive-table {
  width: 100%;
  margin: 1.5em 0;
}

.responsive-table .td-align-left {
  text-align: left !important;
}

.responsive-table .td-align-left:before {
  display: block;
  width: 100%;
}

.responsive-table .td-align-left:after {
  display: block;
  content: "";
  clear: both;
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.responsive-table thead th {
  font-weight: normal;
  text-align: center;
  font-weight: normal;
  font-family: 'OpenSansSemiBold', sans-serif;
  border-bottom-width: 1px;
}

.responsive-table tbody {
  display: block;
  text-align: left;
  white-space: normal;
}

.responsive-table tbody th[scope="row"] {
  font-weight: 600;
}

.responsive-table tr, .responsive-table th, .responsive-table td {
  display: block;
  text-align: left;
  white-space: normal;
}

.responsive-table th, .responsive-table td {
  padding: .5em;
  vertical-align: middle;
}

.responsive-table caption {
  font-weight: bold;
  text-align: center;
}

.responsive-table tfoot {
  font-style: italic;
}

.responsive-table tbody tr {
  margin-bottom: 1em;
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

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

.responsive-table tbody td[data-type=currency] {
  text-align: right;
}

.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  font-weight: 600;
  float: left;
}

.responsive-table tbody th[data-title]:before {
  content: attr(data-title);
  font-weight: 600;
}

@media (min-width: 48em) {
  .responsive-table {
    font-size: .9em;
  }
}

@media (max-width: 767px) {
  table.table-bordered tbody tr:last-child td, table.table-bordered tbody tr:last-child th {
    border-bottom: 1px solid #ececec;
  }
  table.table-bordered tbody tr:last-child td:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}

@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}

@media (min-width: 48em) {
  .responsive-table th, .responsive-table td {
    display: table-cell;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: left;
  }
}

@media (min-width: 1em) {
  .responsive-table {
    border: 0;
  }
  .responsive-table tbody tr {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
  }
  .responsive-table tbody td {
    border: 0;
    border-bottom: 1px solid #ececec;
  }
  .responsive-table tbody td:last-child {
    border-bottom: 0;
  }
  .responsive-table tbody th {
    border: 0;
    border-bottom: 1px solid #ececec;
    background: #ddd;
    border: 0;
  }
  .responsive-table tbody th[data-title]:before {
    content: attr(data-title);
  }
}

@media (min-width: 48em) {
  .responsive-table {
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
  }
  .responsive-table tbody tr {
    background: #fff;
    border: 0;
  }
  .responsive-table tbody td[data-title]:before, .responsive-table tbody th[data-title]:before {
    content: none;
  }
  .responsive-table tbody td {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .responsive-table tbody td:last-child {
    border-bottom: 1px solid #ececec;
  }
  .responsive-table tbody th {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
}

.breadcrumb {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: .85rem;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li a {
  color: #7b7d82;
}

.breadcrumb li + li:before {
  padding: 0 8px 0 6px;
  position: relative;
  top: 1px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
}

.breadcrumb li:last-child a {
  color: #000;
  font-family: 'OpenSansSemiBold', sans-serif;
}

.content .input-group-addon {
  font-size: 1em;
}

.content .input-group-addon:first-child {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 0;
  text-align: center;
  color: rgba(98, 98, 98, 0.47);
}

.content .form-control {
  font-family: 'OpenSansRegular', sans-serif;
}

.content .searchline {
  font-size: .75em;
  margin: 0 0 10px 0;
}

.content .searchline .btn {
  padding: 0 12px;
}

.content .searchline .form-control {
  font-size: .8rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 14px 10px 16px 10px;
  letter-spacing: .05rem;
}

.content .searchline .red {
  color: #f00;
}

.content .highlight {
  font-family: 'OpenSansBold';
  text-decoration: underline;
  color: #000;
  border-bottom: 1px dotted #000;
  display: inline;
}

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

.modal-header {
  border: 0;
}

.modal-header h5 {
  color: #2c2c2c;
  font-size: 1.05rem;
  font-weight: normal;
}

.modal-header button.close {
  cursor: pointer;
  border: 0;
  background: none;
  opacity: .5;
  padding: 7px 10px;
  font-size: .75rem;
}

.modal-header button.close:focus {
  outline: 0;
  background: #ddd;
}

.modal-body {
  font-size: .85rem;
}

.modal-body .img {
  overflow: hidden;
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  margin: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .modal-body .img {
    width: 47%;
    padding-top: 47%;
    height: 0;
  }
}

.modal-body .img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 6px;
  font-size: .7rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  content: attr(data-size);
  z-index: 2;
}

.modal-body .img[data-thumbs]::before {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 6px;
  font-size: .7rem;
  color: #fff;
  background: rgba(255, 0, 0, 0.5);
  content: 'М';
  z-index: 2;
}

.modal-body .img a.delete {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  line-height: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #eee;
  cursor: pointer;
  z-index: 2;
}

.modal-body .img img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  max-width: 100%;
  min-width: 100%;
  cursor: pointer;
  z-index: 1;
}

.modal-footer {
  border: 0;
  padding-top: 0;
}

.modal-footer .btn {
  font-size: .85rem;
  padding: 8px 20px;
}

.modal-footer .pull-left {
  float: left;
}

.modal-backdrop.show {
  opacity: .75;
}

.modal.stick-up .modal-dialog {
  margin: -5px auto 0;
}

.moduleHeaderNavigation {
  margin: 10px 0;
}

.moduleHeaderNavigation .btn {
  display: inline-block;
  padding: 8px 12px;
  border: 0;
}

.panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  margin-bottom: 1rem;
}

.panel-transparent {
  border: 0;
  background: none;
}

.panel-transparent .tab-content {
  padding: 15px 0;
}

.panel-title ul.nav-tabs {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 5px 10px 0 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.07);
}

.panel-title ul.nav-tabs li {
  display: inline-block;
}

.panel-title ul.nav-tabs li a {
  display: inline-block;
  padding: 5px 15px 8px 15px;
  position: relative;
}

.panel-title ul.nav-tabs li a:after {
  content: '';
  transition: all .2s ease;
  position: absolute;
  background: #6d5cae;
  display: block;
  bottom: -3px;
  width: 0;
  height: 3px;
  left: 50%;
}

.panel-title ul.nav-tabs li.active a, .panel-title ul.nav-tabs li:hover a {
  color: #000;
  font-weight: 600;
}

.panel-title ul.nav-tabs li.active a:after, .panel-title ul.nav-tabs li:hover a:after {
  width: 100%;
  left: 0;
  margin: 0;
}

.panel-title ul.nav-controls {
  float: right;
  position: relative;
  top: 5px;
  right: 10px;
  list-style: none;
  padding: 0;
}

.panel-title ul.nav-controls li {
  display: inline-block;
}

.panel-title ul.nav-controls li a {
  display: inline-block;
  color: #626262;
  padding: 10px;
  font-size: .8rem;
}

.panel-title ul.nav-controls li a i {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .panel-title ul.nav-controls li a span {
    display: none;
  }
}

.tab-content {
  padding: 15px;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane::before {
  content: '';
  display: block;
  clear: both;
}

.tab-content .tab-pane.active {
  display: block;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.fr-view table th,
.fr-view table td {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

#keywords-list {
  line-height: 2rem;
}

#keywords-list .label {
  line-height: 1.2rem;
  cursor: pointer;
}

.bootstrap-tagsinput {
  margin-top: 4px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  cursor: pointer;
  font-family: 'Fontawesome';
  content: "\f00d";
  padding: 0;
  padding-left: 1em;
}

/*************** SCROLLBAR BASE CSS ************** */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ************** */
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar, .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* update scrollbar offset if both scrolls are visible */
/*************** SIMPLE OUTER SCROLLBAR ************** */
.scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR MAC OS X ************** */
.scrollbar-macosx > .scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR LIGHT ************** */
.scrollbar-light > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR RAIL ************** */
.scrollbar-rail > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR DYNAMIC ************** */
.scrollbar-dynamic > .scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/* hover & drag */
/*************** SCROLLBAR GOOGLE CHROME ************** */
.scrollbar-chrome > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
