@charset "UTF-8";
/**
 * Hireify ATS main CCS file
 **/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
#hireifyScreenDetection {
  display: none; }

@media (max-width: 575.98px) {
  #hireifyScreenDetection::before {
    content: 'xs'; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  #hireifyScreenDetection::before {
    content: 'sm'; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  #hireifyScreenDetection::before {
    content: 'md'; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hireifyScreenDetection::before {
    content: 'lg'; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #hireifyScreenDetection::before {
    content: 'xl'; } }
@media (min-width: 1400px) {
  #hireifyScreenDetection::before {
    content: 'xxl'; } }
/**
 * CONSTANTS
 **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 400; }

.nav > li > a {
  color: #a7b1c2;
  padding: 5px 20px 5px 10px; }

.nav.navbar-right > li > a {
  color: #999c9e; }

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff; }

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent; }

.nav > li > a i {
  margin-right: 6px; }

.navbar {
  border: 0; }

.navbar-default {
  background-color: transparent;
  /*border-color: #2f4050;*/
  border-color: #2f323b; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 40px; }

.body-small .navbar-top-links li:last-child {
  margin-right: 0; }

.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px; }

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000; }

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px !important;
  /*margin: 4px !important;*/
  text-align: left;
  font-weight: normal; }

.navbar-top-links .dropdown-menu li {
  display: block; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

.dropdown-messages,
.dropdown-alerts {
  padding: 10px 10px 10px 10px; }

.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px; }

.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px; }

.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px; }

.nav-header {
  padding: 33px 10px;
  /*background: url("patterns/header-profile.png") no-repeat;*/ }

.pace-done .nav-header {
  transition: all 0.5s; }

/*
.nav > li.active {
  border-left: 4px solid #19aa8d;
  background: #293846;
}
*/
.nav.nav-second-level > li.active {
  border: none; }

.nav.nav-second-level.collapse[style] {
  height: auto !important; }

.nav-header a {
  color: #DFE4ED; }

.nav-header .text-muted {
  color: #8095a8; }

.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left; }

.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table; }

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

.nav.navbar-top-links a {
  font-size: 14px; }

.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000; }

.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px; }

.arrow {
  float: right; }

.fa.arrow:before {
  content: "\f104"; }

.active > a > .fa.arrow:before {
  content: "\f107"; }

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important; }

.nav-second-level li a {
  padding: 3px 10px 3px 10px;
  padding-left: 20px; }

.nav-third-level li a {
  padding-left: 62px; }

.nav-second-level li:last-child {
  margin-bottom: 10px; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto; }

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px; }

.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0px;
  /*background-color: #2f4050;*/
  background-color: #2f323b;
  padding: 10px 10px 10px 10px;
  font-size: 12px; }

.canvas-menu.mini-navbar .nav-second-level {
  background: #293846; }

.mini-navbar li.active .nav-second-level {
  left: 65px; }

.navbar-default .special_link a {
  background: #1ab394;
  color: white; }

.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white; }

.navbar-default .special_link a span.label {
  background: #fff;
  color: #1ab394; }

.navbar-default .landing_link a {
  background: #1cc09f;
  color: white; }

.navbar-default .landing_link a:hover {
  background: #1ab394 !important;
  color: white; }

.navbar-default .landing_link a span.label {
  background: #fff;
  color: #1cc09f; }

.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0; }

.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.5s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030; }

.navbar-fixed-top,
.navbar-static-top {
  background: #f3f3f4;
  /* margin-left: 20px; */ }

.fixed-nav #wrapper {
  margin-top: 0; }

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px; }

body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0; }

.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.body-small .navbar-fixed-top {
  margin-left: 0px; }

body.mini-navbar .navbar-static-side {
  width: 70px; }

body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none; }

body.canvas-menu .profile-element {
  display: block; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none; }

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px; }

body.mini-navbar .logo-element {
  display: block; }

body.canvas-menu .logo-element {
  display: none; }

body.mini-navbar .nav-header {
  padding: 10px;
  /*  background-color: #1ab394;*/ }

body.canvas-menu .nav-header {
  padding: 33px 25px; }

body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px; }

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important; }

body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0; }

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 250px;
  z-index: 2001;
  height: 100%; }

body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0px; }

body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0px; }

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 250px; }

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 250px; }

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px; }

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px; }

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0px; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px; }

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline; }

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block; }

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0px; }

body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  /*  background: #2f4050;*/
  background: #1f282c;
  height: 100%;
  position: fixed;
  display: none; }

body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 250px; }

.top-navigation #page-wrapper {
  margin-left: 0; }

.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #1ab394;
  font-weight: bold; }

.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
  background: #fff; }

.top-navigation .navbar {
  margin-bottom: 0; }

.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #5a5f61; }

.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  color: #1ab394; }

.top-navigation .nav > li.active {
  background: #fff;
  border: none; }

.top-navigation .nav > li.active > a {
  color: #1ab394; }

.top-navigation .navbar-right {
  margin-right: 10px; }

.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec; }

.top-navigation .dropdown-menu > li > a {
  margin: 0  !important;
  padding: 7px 20px !important; }

.navbar .dropdown-menu {
  margin-top: 0px !important; }

.top-navigation .navbar-brand {
  background: #1ab394;
  color: #fff;
  padding: 15px 25px; }

.top-navigation .navbar-top-links li:last-child {
  margin-right: 0; }

.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0; }

.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
  margin-top: 50px; }

.top-navigation .footer.fixed {
  margin-left: 0 !important; }

.top-navigation .wrapper.wrapper-content {
  padding: 40px; }

.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0px 40px 0px; }

.navbar-toggle {
  background-color: #1ab394;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px; }

.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px; }

@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none; } }
.menu-visible-lg,
.menu-visible-md {
  display: none !important; }

@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important; } }
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important; } }
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important; }

  .menu-visible-lg {
    display: block !important; } }
.btn {
  border-radius: 6px;
  border: 1px solid #aaa; }

.float-e-margins .btn {
  margin-bottom: 5px; }

.btn-w-m {
  min-width: 120px; }

.btn-primary.btn-outline {
  color: #1ab394; }

.btn-success.btn-outline {
  color: #1c84c6; }

.btn-info.btn-outline {
  color: #23c6c8; }

.btn-warning.btn-outline {
  color: #f8ac59; }

.btn-danger.btn-outline {
  color: #ed5565; }

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff; }

.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF; }

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

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3; }

.btn-success {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #FFFFFF; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #FFFFFF; }

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

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #1f90d8;
  border-color: #1f90d8; }

.btn-purple {
  background-color: #990bd7;
  border-color: #8b0bc2;
  color: #FFFFFF; }

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple,
.btn-purple:active:focus,
.btn-purple:active:hover,
.btn-purple.active:hover,
.btn-purple.active:focus {
  background-color: #990bd7;
  border-color: #8b0bc2;
  color: #FFFFFF; }

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

.btn-purple.disabled,
.btn-purple.disabled:hover,
.btn-purple.disabled:focus,
.btn-purple.disabled:active,
.btn-purple.disabled.active,
.btn-purple[disabled],
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:active,
.btn-purple.active[disabled],
fieldset[disabled] .btn-purple,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple.active {
  background-color: #990bd7;
  border-color: #8b0bc2; }

.btn-info {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #FFFFFF; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #FFFFFF; }

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

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #26d7d9;
  border-color: #26d7d9; }

.btn-default {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #FFFFFF; }

.btn-default.btn-white {
  background-color: #fff !important;
  border: 1px solid #aaa !important; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  background-color: #bababa !important;
  border-color: #bababa !important;
  color: #FFFFFF !important; }

.btn-default.btn-white:hover,
.btn-default.btn-white:focus,
.btn-default.btn-white:active,
.btn-default.btn-white.active,
.open .dropdown-toggle.btn-default,
.btn-default.btn-white:active:focus,
.btn-default.btn-white:active:hover,
.btn-default.btn-white.active:hover,
.btn-default.btn-white.active:focus {
  background-color: #fff !important;
  border: 1px solid #bababa !important;
  color: #000 !important; }

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

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc; }

.btn-warning {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #FFFFFF; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #FFFFFF; }

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

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f9b66d;
  border-color: #f9b66d; }

.btn-danger {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #FFFFFF; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #FFFFFF; }

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

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ef6776;
  border-color: #ef6776; }

.btn-link {
  color: inherit; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #1ab394;
  text-decoration: none; }

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

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca; }

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #d8d9da; }

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
  filter: contrast(0.9); }

.btn-white:active,
.btn-white.active {
  filter: contrast(0.8) !important;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;*/ }

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

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca; }

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-rounded {
  border-radius: 50px; }

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px; }

button.dim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  sght: 600;
  margin-bottom: 20px !important; }

button.dim:active {
  top: 3px; }

button.btn-primary.dim {
  box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999; }

button.btn-primary.dim:active {
  box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999; }

button.btn-default.dim {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999; }

button.btn-default.dim:active {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999; }

button.btn-warning.dim {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999; }

button.btn-warning.dim:active {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999; }

button.btn-info.dim {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999; }

button.btn-info.dim:active {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999; }

button.btn-success.dim {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999; }

button.btn-success.dim:active {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999; }

button.btn-danger.dim {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999; }

button.btn-danger.dim:active {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999; }

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px; }

button.dim:active:before {
  top: 7px;
  font-size: 50px; }

.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 8px;
  text-shadow: none; }

.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none; }

.label-primary,
.badge-primary {
  background-color: #1ab394;
  color: #FFFFFF; }

.label-success,
.badge-success {
  background-color: #1c84c6;
  color: #FFFFFF; }

.label-warning,
.badge-warning {
  background-color: #f8ac59;
  color: #FFFFFF; }

.label-warning-light,
.badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff; }

.label-danger,
.badge-danger {
  background-color: #ed5565;
  color: #FFFFFF; }

.label-info,
.badge-info {
  background-color: #23c6c8;
  color: #FFFFFF; }

.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF; }

.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E; }

.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0; }

.badge-gray {
  background-color: #EEEEEE;
  color: #333333; }

/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1ab394;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative; }

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2; }

.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none; }

/* TOOLTIPS */
.tooltip-inner {
  background-color: #2F4050; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050; }

.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050; }

.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050; }

/* EASY PIE CHART*/
.easypiechart {
  position: relative;
  text-align: center; }

.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block; }

.easypiechart canvas {
  top: 0;
  left: 0; }

.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1; }

.easypiechart img {
  margin-top: -4px; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none; }

.fc-state-default {
  border: 1px solid; }

.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap; }

.fc-state-active {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff; }

.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit; }

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal; }

.fc-border-separate tbody {
  background-color: #F8F8F8; }

.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3; }

.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px; }

/*
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #1ab394;
  border-color: #1ab394;
}
.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px;
}
.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff;
}
 */
/* Chat */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec; }

.chat-element:first-child {
  margin-top: 0; }

.chat-element {
  padding-bottom: 15px; }

.chat-element,
.chat-element .media {
  margin-top: 15px; }

.chat-element,
.media-body {
  overflow: hidden; }

.media-body {
  display: block;
  width: auto; }

.chat-element > .pull-left {
  margin-right: 10px; }

.chat-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.chat-element .actions {
  margin-top: 10px; }

.chat-element .photos {
  margin: 10px 0; }

.right.chat-element > .pull-right {
  margin-left: 10px; }

.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

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

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px; }

.chat li .chat-body p {
  margin: 0;
  color: #777777; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  z-index: 2; }

.list-group-item-heading {
  margin-top: 10px; }

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit; }

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.no-padding .list-group {
  margin-bottom: 0; }

.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative; }

.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  /*border-top: none;*/
  padding: 15px 25px; }

.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important; }

.elements-list .list-group {
  margin-bottom: 0; }

.elements-list a {
  color: inherit; }

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  /*border-bottom: 1px solid #e7eaec;*/
  /*border-top: 1px solid #e7eaec;*/
  border-radius: 0; }

.elements-list li.active {
  transition: none; }

.element-detail-box {
  padding: 25px; }

/* FLOT CHART  */
.flot-chart {
  display: block;
  height: 200px; }

.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px; }

.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto; }

.jqstooltip {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px; }

.jqsfield {
  color: white;
  text-align: left; }

.h-200 {
  min-height: 200px; }

.legendLabel {
  padding-left: 5px; }

.stat-list li:first-child {
  margin-top: 0; }

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

.stat-percent {
  float: right; }

.stat-list li {
  margin-top: 15px;
  position: relative; }

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper {
  padding-bottom: 30px; }

.dataTables_length {
  float: left; }

body.DTTT_Print {
  background: #fff; }

.DTTT_Print #page-wrapper {
  margin: 0;
  background: #fff; }

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #5a5f61;
  box-shadow: none;
  padding: 6px 8px; }

button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #5a5f61;
  box-shadow: none;
  padding: 6px 8px; }

button.DTTT_button:hover:not(.DTTT_disabled),
div.DTTT_button:hover:not(.DTTT_disabled),
a.DTTT_button:hover:not(.DTTT_disabled) {
  border: 1px solid #d2d2d2;
  background: #fff;
  box-shadow: none; }

.dataTables_filter label {
  margin-right: 5px; }

/* CIRCLE */
.img-circle {
  border-radius: 25%; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

/* ANIMATION */
.css-animation-box h1 {
  font-size: 44px; }

.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px; }

#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px; }

.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px; }

.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px; }

.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px; }

.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase; }

/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #1ab394;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace-inactive {
  display: none; }

/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px; }

.widget.style1 h2 {
  font-size: 30px; }

.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0; }

.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff; }

.widget-head-color-box {
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px; }

.widget .flot-chart {
  height: 100px; }

.vertical-align div {
  display: inline-block;
  vertical-align: middle; }

.vertical-align h2,
.vertical-align h3 {
  margin: 0; }

.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.todo-list.small-list {
  font-size: 12px; }

.todo-list.small-list > li {
  background: #f3f3f4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px; }

.todo-list.small-list .btn-xs,
.todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px; }

.todo-list > li {
  background: #f3f3f4;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px; }

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

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

.check-link {
  font-size: 16px; }

.todo-completed {
  text-decoration: line-through; }

.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0; }

.glyphicon.fa {
  font-family: "FontAwesome"; }

/* INPUTS */
.inline {
  display: inline-block !important; }

.input-s-sm {
  width: 120px; }

.input-s {
  width: 200px; }

.input-s-lg {
  width: 250px; }

.i-checks {
  padding-left: 0; }

.i-checks span {
  padding-left: 10px; }

.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px; }

.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important; }

.has-success .form-control {
  border-color: #1ab394; }

.has-warning .form-control {
  border-color: #f8ac59; }

.has-error .form-control {
  border-color: #ed5565; }

.has-success .control-label {
  color: #1ab394; }

.has-warning .control-label {
  color: #f8ac59; }

.has-error .control-label {
  color: #ed5565; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center; }

.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13; }

.spinner-buttons.input-group-btn {
  width: 20%; }

.noUi-connect {
  background: none repeat scroll 0 0 #1ab394;
  box-shadow: none; }

.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none; }

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move; }

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec; }

.ibox.ui-sortable-placeholder {
  margin: 0px 0px 23px !important; }

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1AB394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* jqGrid */
.ui-jqgrid {
  -moz-box-sizing: content-box; }

.ui-jqgrid-btable {
  border-collapse: separate; }

.ui-jqgrid-htable {
  border-collapse: separate; }

.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #5a5f61;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em; }

.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid; }

.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit; }

.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0px; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #5a5f61;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-widget-content {
  box-sizing: content-box; }

.ui-icon-triangle-1-n {
  background-position: 1px -16px; }

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #f2fbff; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px; }

.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto; }

.ui-jqgrid .ui-pager-control {
  position: relative; }

.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative; }

.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0px; }

.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0px; }

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px; }

.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px; }

.ui-jqgrid-pager {
  height: 32px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

.ui-widget-content {
  border: 1px solid #ddd; }

.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0; }

.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd; }

.ui-jqgrid tr.jqgrow td {
  padding: 6px; }

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px; }

.ui-jqdialog .ui-jqdialog-title {
  float: none !important; }

.ui-jqdialog > .ui-resizable-se {
  position: absolute; }

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 30px; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-handle span {
  font-weight: bold; }

.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold; }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
  content: '-'; }

#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1; }

#nestable2 .dd-item > button:before {
  content: "\f067"; }

#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068"; }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }

#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0; }

#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px; }

#nestable2 .dd-handle:hover {
  /*background: #bbb;*/ }

#nestable2 span.label {
  margin-right: 10px; }

#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto; }

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

/* Google Maps */
.google-map {
  height: 300px; }

/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px; }

.form-control.error {
  border: 1px dotted #cc5965; }

/* ngGrid */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px; }

.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px; }

.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  border-right: none; }

.ngTopPanel {
  background: #F5F5F6; }

.ngRow.even {
  background: #f9f9f9; }

.ngRow.selected {
  background: #EBF2F1; }

.ngRow {
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  background-color: transparent; }

.ngHeaderCell {
  border-right: none; }

/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important; }

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em; }

#toast-container > .toast-warning:before {
  content: "\f0e7"; }

#toast-container > .toast-error:before {
  content: "\f071"; }

#toast-container > .toast-info:before {
  content: "\f005"; }

#toast-container > .toast-success:before {
  content: "\f00C"; }

#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

.toast {
  background-color: #1ab394; }

.toast-success {
  background-color: #1ab394; }

.toast-error {
  background-color: #ed5565; }

.toast-info {
  background-color: #23c6c8; }

.toast-warning {
  background-color: #f8ac59; }

.toast-top-full-width {
  margin-top: 20px; }

.toast-bottom-full-width {
  margin-bottom: 20px; }

/* Notifie */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit; }

.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59; }

.inspinia-notify.alert-success {
  border-left: 6px solid #1c84c6; }

.inspinia-notify.alert-danger {
  border-left: 6px solid #ed5565; }

.inspinia-notify.alert-info {
  border-left: 6px solid #1ab394; }

/* Image cropper style */
.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%; }

.img-preview-sm {
  height: 130px;
  width: 200px; }

/* Forum styles  */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1; }

.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px; }

.forum-avatar .img-circle {
  height: 48px;
  width: 48px; }

.author-info {
  color: #5a5f61;
  font-size: 11px;
  margin-top: 5px;
  text-align: center; }

.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1; }

.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1; }

.forum-post-container .media-body .photos {
  margin: 10px 0; }

.forum-photo {
  max-width: 140px;
  border-radius: 3px; }

.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px; }

.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px; }

.mid-icon {
  font-size: 66px; }

.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1; }

.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400; }

.forum-container,
.forum-post-container {
  padding: 30px !important; }

.forum-item small {
  color: #999; }

.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px; }

.forum-title {
  margin: 15px 0 15px 0; }

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

.forum-desc {
  color: #999; }

.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center; }

a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600; }

a.forum-item-title:hover {
  color: inherit; }

.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b; }

.forum-item.active .fa {
  color: #1ab394; }

.forum-item.active a.forum-item-title {
  color: #1ab394; }

@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0px;
    /* Comment this is you want to show forum info in small devices */
    display: none; }

  .forum-desc {
    float: none !important; } }
/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1; }

.vertical-timeline-content .btn {
  float: right; }

#vertical-timeline.light-timeline:before {
  background: #e7eaec; }

.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent  transparent transparent #f5f5f5; }

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5; }

@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em; }

  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px; } }
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent; } }
.vertical-timeline-block {
  position: relative;
  margin: 1em 0; }

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-block:first-child {
  margin-top: 0; }

.vertical-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0; }

  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0; }

  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0; } }
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center; }

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px; }

@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px; }

  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px; }

  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden; } }
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em; }

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px; }

.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500; }

.vertical-date small {
  color: #1ab394;
  font-weight: 400; }

.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px; }

  .vertical-timeline-content p {
    font-size: 13px; } }
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }

  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .center-orientation .vertical-timeline-content .btn {
    float: left; }

  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right; }

  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden; } }
/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative; }

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff; }

.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec; }

.tabs-container .tab-pane .panel-body {
  border-top: none; }

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec; }

.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent; }

.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0; }

.tabs-container .tabs-left .panel-body {
  position: static; }

.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%; }

.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }

.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }

.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none; }

.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block; }

.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec; }

.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent; }

.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none; }

.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  /*
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  */ }

.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff; }

.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px; }

.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1; }

/* jsvectormap */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px; }

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #1ab394;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box; }

.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
  color: #1ab394 !important; }

/* Payments */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec; }

.payment-icon-big {
  font-size: 60px;
  color: #d1dade; }

.payments-method.panel-group .panel + .panel {
  margin-top: -1px; }

.payments-method .panel-heading {
  padding: 15px; }

.payments-method .panel {
  border-radius: 0; }

.payments-method .panel-heading h5 {
  margin-bottom: 5px; }

.payments-method .panel-heading i {
  font-size: 26px; }

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec; }

.sidebard-panel {
  width: 250px;
  background: #ebebed;
  padding: 10px 20px;
  position: absolute;
  right: 0; }

.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px; }

.sidebard-panel .feed-element,
.media-body,
.sidebard-panel p {
  font-size: 12px; }

.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0; }

.sidebard-panel .list-group {
  margin-bottom: 10px; }

.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0; }

.sidebar-content .wrapper,
.wrapper.sidebar-content {
  padding-right: 230px !important; }

.body-small .sidebar-content .wrapper,
.body-small .wrapper.sidebar-content {
  padding-right: 20px !important; }

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px; }

#right-sidebar.sidebar-open {
  right: 0; }

#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none; }

.sidebar-container ul.nav-tabs {
  border: none; }

.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%; }

.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%; }

.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%; }

.sidebar-container ul.nav-tabs li {
  border: none; }

.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  /*background: #2f4050;*/
  background: #2f323b;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556; }

.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #5a5f61;
  font-weight: bold; }

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

.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0; }

.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px; }

.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9; }

.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit; }

.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px; }

.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec; }

.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px; }

.sidebar-container .tab-content h4 {
  margin-bottom: 5px; }

.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px; }

.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit; }

.sidebar-container .sidebar-message {
  padding: 15px 20px; }

.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%; }

.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec; }

body {
  /*  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*  background: #2f4050;*/
  /*  background: #1f282c;*/
  background: #dedede;
  /*#2f323b;*/
  font-size: 13px;
  color: #5a5f61;
  overflow-x: hidden; }

html,
body {
  height: 100%; }

body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%; }

#page-wrapper {
  min-height: auto; }

body.boxed-layout {
  background: url("patterns/shattered.png"); }

body.boxed-layout #wrapper {
  /*background-color: #2f4050;*/
  background-color: #2f323b;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important; }

.block {
  display: block; }

.clear {
  display: block;
  overflow: hidden; }

a {
  cursor: pointer; }

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

.border-bottom {
  border-bottom: 1px solid #e7eaec !important; }

.border-top {
  border-top: 1px solid #e7eaec !important; }

.font-bold {
  font-weight: 600; }

.font-boldi {
  font-weight: 600 !important; }

.font-noraml {
  font-weight: 400; }

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

.b-r {
  border-right: 1px solid #e7eaec; }

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 12px 0; }

.hr-line-solid2 {
  border-top: 1px solid #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0; }

.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px; }

video {
  width: 100%    !important;
  height: auto   !important; }

/* GALLERY */
.gallery > .row > div {
  margin-bottom: 15px; }

.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%; }

/* Summernote text editor  */
.note-editor {
  height: auto !important;
  /*min-height: 300px;*/ }

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative; }

.modal-dialog {
  z-index: 2200; }

.modal-body {
  padding: 0px 30px 30px 30px; }

.inmodal .modal-body {
  background: #f8fafb; }

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center; }

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.inmodal .modal-title {
  font-size: 26px; }

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3; }

.modal-footer {
  margin-top: 0; }

/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow-x: hidden; }

.wrapper {
  padding: 0 20px; }

.wrapper-content {
  padding: 20px 10px 0px;
  /*40px;*/ }

#page-wrapper {
  padding: 0;
  /*padding: 0 15px;*/
  min-height: 568px;
  position: relative !important; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 1000px; } }
.title-action {
  text-align: right;
  padding-top: 30px; }

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px; }

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0; }

.big-icon {
  font-size: 160px !important;
  color: #e5e6e7; }

/* FOOTER */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0; }

.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 250px; }

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px; }

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important; }

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 250px; }

body.body-small .footer.fixed {
  margin-left: 0px; }

/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0px 10px 20px 10px; }

.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px; }

/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px; }

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

.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px 8px 12px 8px;
  vertical-align: top; }

/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0; }

.blank-panel .panel-heading {
  padding-bottom: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:not(.active) > a.active,
.nav-tabs > li:not(.active).active > a.active:hover,
.nav-tabs > li:not(.active).active > a.active:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  /*border-color: #dddddd #dddddd rgba(0, 0, 0, 0);*/
  border-bottom: #00be8d;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  color: #555555;
  cursor: default; }

.blank-panel.shadow {
  box-shadow: 0px 6px 5px -6px rgba(0, 0, 0, 0.75); }

.blank-panel.shadow .panel-heading {
  margin-bottom: -2px; }

.nav.nav-tabs li {
  background: none;
  border: none; }

.nav-tabs > li > a {
  color: #A7B1C2;
  /*font-weight: 600;*/
  padding: 10px 20px 10px 25px;
  background-color: #fff;
  border-width: 3px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  margin-bottom: 1px; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  /*background-color: #e6e6e6;*/
  border-image: none;
  border-style: solid;
  border-width: 3px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: #fff;
  border-bottom-color: #6bd9bd;
  color: #5a5f61; }

.ui-tab .tab-content {
  padding: 20px 0px; }

/* GLOBAL  */
.no-padding {
  padding: 0 !important; }

.no-borders {
  border: none !important; }

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

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

.ibox-content.text-box {
  padding-bottom: 0px;
  padding-top: 15px; }

.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none; }

.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none; }

.full-width {
  width: 100% !important; }

.link-block {
  font-size: 12px;
  padding: 10px; }

.nav.navbar-top-links .link-block a {
  font-size: 12px; }

.link-block a {
  font-size: 10px;
  color: inherit; }

body.mini-navbar .branding {
  display: none; }

img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%; }

.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #1ab394; }

.login-panel {
  margin-top: 25%; }

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #5a5f61; }

.icons-box .infont a {
  color: #a6a8a9; }

.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block; }

.ui-draggable .ibox-title {
  cursor: move; }

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0; }

.breadcrumb > li a {
  color: inherit; }

.breadcrumb > .active {
  color: inherit; }

code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox.collapsed .ibox-content {
  display: none; }

.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078"; }

.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077"; }

.ibox:after,
.ibox:before {
  display: table; }

.ibox-title-2 {
  padding-top: 14px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.54); }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

table.table-mail tr td {
  padding: 12px; }

.table-mail .check-mail {
  padding-left: 20px; }

.table-mail .mail-date {
  padding-right: 20px; }

.star-mail,
.check-mail {
  width: 40px; }

.unread td a,
.unread td {
  font-weight: 600;
  color: inherit; }

.read td a,
.read td {
  font-weight: normal;
  color: inherit; }

.unread td {
  background-color: #f9f8f8; }

.ibox-content {
  clear: both; }

.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none; }

.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left; }

.ibox-title .label {
  float: left;
  margin-left: 4px; }

.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right; }

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4; }

.ibox-tools a.btn-primary {
  color: #fff; }

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px; }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0; }

/* BACKGROUNDS */
.gray-bg2 {
  background-color: #efefef; }

.gray-bg {
  background-color: #f3f3f4; }

.gray-bg-bg {
  background-color: #dedede; }

.white-bg {
  background-color: #ffffff; }

.navy-bg {
  background-color: #1ab394;
  color: #ffffff; }

.blue-bg {
  background-color: #1c84c6;
  color: #ffffff; }

.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff; }

.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff; }

.red-bg {
  background-color: #ed5565;
  color: #ffffff; }

.black-bg {
  background-color: #262626; }

.panel-primary {
  border-color: #1ab394; }

.panel-primary > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394; }

.panel-success {
  border-color: #1c84c6; }

.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff; }

.panel-info {
  border-color: #23c6c8; }

.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff; }

.panel-warning {
  border-color: #f8ac59; }

.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff; }

.panel-danger {
  border-color: #ed5565; }

.panel-danger > .panel-heading {
  background-color: #ed5565;
  border-color: #ed5565;
  color: #ffffff; }

.progress-bar {
  background-color: #1ab394; }

.progress-small,
.progress-small .progress-bar {
  height: 10px; }

.progress-small,
.progress-mini {
  margin-top: 5px; }

.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px; }

.progress-bar-navy-light {
  background-color: #3dc7ab; }

.progress-bar-success {
  background-color: #1c84c6; }

.progress-bar-info {
  background-color: #23c6c8; }

.progress-bar-warning {
  background-color: #f8ac59; }

.progress-bar-danger {
  background-color: #ed5565; }

.panel-title {
  font-size: inherit; }

.jumbotron {
  border-radius: 6px;
  padding: 40px; }

.jumbotron h1 {
  margin-top: 0; }

/* COLORS */
.text-navy {
  color: #1ab394; }

.text-primary {
  color: inherit; }

.text-success {
  color: #1c84c6; }

.text-info {
  color: #23c6c8; }

.text-warning {
  color: #f8ac59; }

.text-danger {
  color: #ed5565; }

.text-muted {
  color: #888888; }

.text-white {
  color: #ffffff; }

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block; }

.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191; }

/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar,
.metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff; }

/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff; }

a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2; }

a.close-canvas-menu:hover {
  color: #fff; }

/* FULL HEIGHT */
.full-height {
  height: 100%; }

.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative; }

.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative; }

.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left; }

.modal-backdrop {
  z-index: 2040 !important; }

.modal {
  z-index: 2050 !important; }

.spiner-example {
  height: 200px;
  padding-top: 70px; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-w-xl {
  padding: 0 40px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

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

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

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

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

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

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

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

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

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

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

.m-t-xxs {
  margin-top: 1px; }

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

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

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

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

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-n-xxs {
  margin-top: -1px; }

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

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

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

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

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

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

.m-r-xxs {
  margin-right: 1px; }

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

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

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

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

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

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

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

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

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

.m-b-xxs {
  margin-bottom: 1px; }

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

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

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

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

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

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

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

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.fullscreen-ibox-mode .animated {
  animation: none; }

body.fullscreen-ibox-mode {
  overflow-y: hidden; }

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.ibox.fullscreen .collapse-link {
  display: none; }

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px); }

body.modal-open {
  padding-right: inherit !important; }

body.modal-open .animated {
  animation-fill-mode: initial; }

/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element,
.block {
  display: block !important; }

body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px; }

body.mini-navbar.fixed-sidebar .logo-element {
  display: none; }

/* SEARCH PAGE */
.search-form {
  margin-top: 10px; }

.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE; }

.search-result .search-link {
  color: #006621; }

.search-result p {
  font-size: 12px;
  margin-top: 5px; }

/* CONTACTS */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px; }

.contact-box > a {
  color: inherit; }

.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0; }

.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center; }

.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px; }

.contact-box.center-version address {
  margin-bottom: 0; }

.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px; }

/* INVOICE */
.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
  text-align: right; }

.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
  text-align: right; }

.invoice-total > tbody > tr > td:first-child {
  text-align: right; }

.invoice-total > tbody > tr > td {
  border: 0 none; }

.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%; }

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px; }

.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px; }

.loginscreen.middle-box {
  width: 300px; }

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px; }

.middle-box h1 {
  font-size: 170px; }

.wrapper .middle-box {
  margin-top: 140px; }

.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px; }

.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block; }

.lock-word .first-word {
  margin-right: 160px; }

/* DASBOARD */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px; }

.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px; }

.fist-item {
  border-top: none !important; }

.statistic-box {
  margin-top: 40px; }

.dashboard-header .list-group-item span.label {
  margin-right: 10px; }

.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0; }

ul.clear-list:first-child {
  border-top: none !important; }

/* Intimeline */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8; }

.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px; }

.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px; }

.timeline-item .content:hover {
  background: #f6f6f6; }

/* PIN BOARD */
ul.notes li,
ul.tag-list li {
  list-style: none; }

ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative; }

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px; }

ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit; }

ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left; }

ul.notes li div p {
  font-size: 12px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7); }

ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg); }

ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px; }

ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px; }

ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px; }

ul.notes li div:hover,
ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear; }

/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px; }

.file-manager h5 {
  text-transform: uppercase; }

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block; }

.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.category-list li {
  display: block; }

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a .text-navy {
  color: #1ab394; }

.category-list li a .text-primary {
  color: #1c84c6; }

.category-list li a .text-info {
  color: #23c6c8; }

.category-list li a .text-danger {
  color: #EF5352; }

.category-list li a .text-warning {
  color: #F8AC59; }

.file-manager h5.tag-title {
  margin-top: 20px; }

.tag-list li {
  float: left; }

.tag-list li a {
  font-size: 10px;
  background-color: #f3f3f4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px; }

.file-manager .hr-line-dashed {
  margin: 15px 0; }

.file .icon,
.file .image {
  height: 100px;
  overflow: hidden; }

.file .icon {
  padding: 15px 10px;
  text-align: center; }

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px; }

.file-control.active {
  text-decoration: underline; }

.file .icon i {
  font-size: 70px;
  color: #dadada; }

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec; }

.file-name small {
  color: #5a5f61; }

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em; }

a.compose-mail {
  padding: 8px 10px; }

.mail-search {
  max-width: 300px; }

/* PROFILE */
.profile-content {
  border-top: none !important; }

.profile-stats {
  margin-right: 10px; }

.profile-image {
  width: 120px;
  float: left; }

.profile-image img {
  width: 96px;
  height: 96px; }

.profile-info {
  margin-left: 120px; }

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec; }

.feed-element:first-child {
  margin-top: 0; }

.feed-element {
  padding-bottom: 15px; }

.feed-element,
.feed-element .media {
  margin-top: 15px; }

.feed-element,
.media-body {
  overflow: hidden; }

.feed-element > .pull-left {
  margin-right: 10px; }

.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.feed-element .actions {
  margin-top: 10px; }

.feed-element .photos {
  margin: 10px 0; }

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px; }

.file-list li a {
  color: inherit; }

.file-list li a:hover {
  color: #1ab394; }

.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px; }

/* MAILBOX */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0px;
  margin-bottom: 20px; }

.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px; }

.mail-box-header h2 {
  margin-top: 0px; }

.mailbox-content .tag-list li a {
  background: #ffffff; }

.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px; }

.mail-text {
  border-top: 1px solid #e7eaec; }

.mail-text .note-toolbar {
  padding: 10px 15px; }

.mail-body .form-group {
  margin-bottom: 5px; }

.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8; }

.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px; }

.mailbox-content {
  background: none;
  border: none;
  padding: 10px; }

.mail-ontact {
  width: 23%; }

/* PROJECTS */
.project-people,
.project-actions {
  text-align: right;
  vertical-align: middle; }

dd.project-people {
  text-align: left;
  margin-top: 5px; }

.project-people img {
  width: 32px;
  height: 32px; }

.project-title a {
  font-size: 14px;
  color: #5a5f61;
  font-weight: 600; }

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle; }

.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.project-files li a {
  font-size: 11px;
  color: #5a5f61;
  margin-left: 10px;
  line-height: 22px; }

/* FAQ */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff; }

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1ab394;
  display: block; }

.faq-question:hover {
  color: #179d82; }

.faq-answer {
  margin-top: 10px;
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px; }

.faq-item .tag-item {
  background: #f3f3f4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase; }

/* Chat view */
.message-input {
  height: 90px !important; }

.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px; }

.chat-user-name {
  padding: 10px; }

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec; }

.chat-user a {
  color: inherit; }

.chat-view {
  z-index: 20012; }

.chat-users,
.chat-statistic {
  margin-left: -30px; }

@media (max-width: 992px) {
  .chat-users,
  .chat-statistic {
    margin-left: 0px; } }
.chat-view .ibox-content {
  padding: 0; }

.chat-message {
  padding: 10px 20px; }

.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px; }

.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px; }

.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px; }

.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px; }

.chat-discussion .chat-message.left .message-date {
  float: right; }

.chat-discussion .chat-message.right .message-date {
  float: left; }

.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px; }

.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px; }

.message-date {
  font-size: 10px;
  color: #888888; }

.message-content {
  display: block; }

.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto; }

.chat-users {
  overflow-y: auto;
  height: 400px; }

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

/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c"; }

.jstree-default .jstree-icon.none {
  width: 0; }

/* CLIENTS */
.clients-list {
  margin-top: 20px; }

.clients-list .tab-pane {
  position: relative;
  height: 600px; }

.client-detail {
  position: relative;
  height: 620px; }

.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none; }

.client-link {
  font-weight: 600;
  color: inherit; }

.client-link:hover {
  color: inherit; }

.client-avatar {
  width: 42px; }

.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%; }

.contact-type {
  width: 20px;
  color: #c1c3c4; }

.client-status {
  text-align: left; }

.client-detail .vertical-timeline-content p {
  margin: 0; }

.client-detail .vertical-timeline-icon.gray-bg {
  color: #a7aaab; }

.clients-list .nav-tabs > li.active > a,
.clients-list .nav-tabs > li.active > a:hover,
.clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff; }

/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700; }

.blog h5 {
  margin: 0 0 5px 0; }

.blog .btn {
  margin: 0 0 5px 0; }

.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050; }

.article p {
  font-size: 15px;
  line-height: 26px; }

.article-title {
  text-align: center;
  margin: 40px 0 100px 0; }

.article .ibox-content {
  padding: 40px; }

/* ISSUE TRACKER */
.issue-tracker .btn-link {
  color: #1ab394; }

table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px; }

.issue-info {
  width: 50%; }

.issue-info a {
  font-weight: 600;
  color: #5a5f61; }

.issue-info small {
  display: block; }

/* TEAMS */
.team-members {
  margin: 10px 0; }

.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px; }

/* AGILE BOARD */
.sortable-list {
  padding: 10px 0; }

.agile-list {
  list-style: none;
  margin: 0; }

.agile-list > li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0px 0 10px 0;
  padding: 10px;
  border-radius: 2px; }

.agile-list > li:not(.nohover):hover {
  cursor: pointer;
  background: #fff; }

.agile-list > li.warning-element {
  border-left: 3px solid #f8ac59; }

.agile-list > li.danger-element {
  border-left: 3px solid #ed5565; }

.agile-list > li.info-element {
  border-left: 3px solid #1c84c6; }

.agile-list > li.success-element {
  border-left: 3px solid #1ab394; }

.agile-detail {
  margin-top: 5px;
  font-size: 12px; }

/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none; }

del {
  background-color: #ffc6c6; }

/* E-commerce */
.product-box {
  padding: 0;
  border: 1px solid #e7eaec; }

.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 3px 7px 0px #a8a8a8;
  -moz-box-shadow: 0px 3px 7px 0px #a8a8a8;
  box-shadow: 0px 3px 7px 0px #a8a8a8; }

.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600; }

.product-imitation.xl {
  padding: 120px 0; }

.product-desc {
  padding: 20px;
  position: relative; }

.ecommerce .tag-list {
  padding: 0; }

.ecommerce .fa-star {
  color: #d1dade; }

.ecommerce .fa-star.active {
  color: #f8ac59; }

.ecommerce .note-editor {
  border: 1px solid #e7eaec; }

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #5a5f61;
  display: block;
  margin: 2px 0 5px 0; }

.product-name:hover,
.product-name:focus {
  color: #1ab394; }

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0; }

.product-detail .ibox-content {
  padding: 30px 30px 50px 30px; }

.image-imitation {
  background-color: #f8f8f9;
  text-align: center;
  padding: 200px 0; }

.product-main-price small {
  font-size: 10px; }

.product-images {
  margin: 0 20px; }

/* Social feed */
.social-feed-separated .social-feed-box {
  margin-left: 62px; }

.social-feed-separated .social-avatar {
  float: left;
  padding: 0; }

.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec; }

.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none; }

.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px; }

.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none; }

.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec; }

.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px; }

.social-action {
  margin: 15px; }

.social-avatar {
  padding: 15px 15px 0 15px; }

.social-comment .social-comment {
  margin-left: 45px; }

.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px; }

.social-avatar .media-body a {
  font-size: 14px;
  display: block; }

.social-body {
  padding: 15px; }

.social-body img {
  margin-bottom: 10px; }

.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9; }

.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px; }

.social-comment:first-child {
  margin-top: 0; }

.social-comment {
  margin-top: 15px; }

.social-comment textarea {
  font-size: 12px; }

/* Vote list */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec; }

.vote-item:last-child {
  border-bottom: 1px solid #e7eaec; }

.vote-item:hover {
  background: #fbfbfb; }

.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center; }

.vote-actions a {
  color: #1ab394;
  font-weight: 600; }

.vote-actions {
  font-weight: 600; }

.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px; }

.vote-title:hover,
.vote-title:focus {
  color: inherit; }

.vote-info,
.vote-title {
  margin-left: 45px; }

.vote-info,
.vote-info a {
  color: #b4b6b8;
  font-size: 12px; }

.vote-info a {
  margin-right: 10px; }

.vote-info a:hover {
  color: #1ab394; }

.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #e8e9ea; }

.vote-icon.active {
  color: #1ab394; }

body.body-small .vote-icon {
  display: none; }

#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100; }

#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px; }

.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%; }

.open-small-chat:hover {
  color: white;
  background: #1ab394; }

.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px; }

.small-chat-box.ng-small-chat {
  display: block; }

.body-small .small-chat-box {
  bottom: 70px;
  right: 20px; }

.small-chat-box.active {
  display: block; }

.small-chat-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff; }

.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal; }

.small-chat-box .content {
  padding: 15px 15px; }

.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px; }

.small-chat-box .content > div {
  padding-bottom: 20px; }

.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px; }

.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff; }

.small-chat-box .content .left {
  text-align: left;
  clear: both; }

.small-chat-box .content .left .chat-message {
  float: left; }

.small-chat-box .content .right {
  text-align: right;
  clear: both; }

.small-chat-box .content .right .chat-message {
  float: right; }

.small-chat-box .form-chat {
  padding: 10px 10px; }

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus,
.metismenu .plus-times {
  float: right; }

.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

.metismenu .glyphicon.arrow:before {
  content: "\e079"; }

.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114"; }

.metismenu .fa.arrow:before {
  content: "\f104"; }

.metismenu .active > a > .fa.arrow:before {
  content: "\f107"; }

.metismenu .ion.arrow:before {
  content: "\f3d2"; }

.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0"; }

.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067"; }

.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068"; }

.metismenu .collapse {
  display: none; }

.metismenu .collapse.in {
  display: block; }

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1ab394;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ab394;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }

.sk-spinner-wave div {
  background-color: #1ab394;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative; }

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1ab394;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out; }

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1ab394;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1ab394;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #1ab394;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; }

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; }

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative; }

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

body.landing-page {
  color: #5a5f61;
  background-color: #fff; }

.landing-page {
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  /* Flip around the padding for proper display in narrow viewports */
  /* BACKGROUNDS SLIDER
  -------------------------------------------------- */
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* Sections
  ------------------------- */
  /* Buttons - only primary custom button
  ------------------------- */
  /* RESPONSIVE CSS
  -------------------------------------------------- */ }

.landing-page span.navy {
  color: #1ab394; }

.landing-page p.text-color {
  color: #5a5f61; }

.landing-page a.navy-link {
  color: #1ab394;
  text-decoration: none; }

.landing-page a.navy-link:hover {
  color: #179d82; }

.landing-page section p {
  color: #aeaeae;
  font-size: 13px; }

.landing-page address {
  font-size: 13px; }

.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200; }

.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394; }

.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200; }

.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0; }

.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px; }

.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0; }

.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s; }

.landing-page .navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px; }

.landing-page .navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent; }

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394; }

.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #1ab394;
  background: inherit; }

.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff; }

.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff; }

.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit; }

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #179d82;
  color: #fff; }

.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s; }

.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #5a5f61; }

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394; }

.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 0px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0; }

.landing-page .nav > li.active {
  border: none;
  background: inherit; }

.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px; }

.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px; }

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #1ab394; }

.landing-page .navbar-fixed-top {
  border: none !important; }

.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec !important; }

.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto; }

.landing-page .header-back {
  height: 470px;
  width: 100%; }

.landing-page .header-back.one {
  background: url("../img/landing/header_one.jpg") 50% 0 no-repeat; }

.landing-page .header-back.two {
  background: url("../img/landing/header_two.jpg") 50% 0 no-repeat; }

.landing-page .carousel {
  height: 470px; }

.landing-page .carousel-caption {
  z-index: 10; }

.landing-page .carousel .item {
  height: 470px;
  background-color: #777; }

.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px; }

.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1; }

.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.landing-page .carousel-fade .carousel-control {
  z-index: 2; }

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

.landing-page .carousel-control {
  width: 6%; }

.landing-page .carousel-inner .container {
  position: relative; }

.landing-page .carousel-inner {
  overflow: visible; }

.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left; }

.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left; }

.landing-page .carousel-caption.blank {
  top: 140px; }

.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px; }

.landing-page .carousel-indicators {
  padding-right: 60px; }

.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px; }

.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none; }

.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400; }

.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit; }

.landing-page .services {
  padding-top: 60px; }

.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase; }

.landing-page .features-block {
  margin-top: 40px; }

.landing-page .features-text {
  margin-top: 40px; }

.landing-page .features small {
  color: #1ab394; }

.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px; }

.landing-page .features-text-alone {
  margin: 40px 0; }

.landing-page .features-text-alone h1 {
  font-weight: 200; }

.landing-page .features-icon {
  color: #1ab394;
  font-size: 40px; }

.landing-page .navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0; }

.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px; }

.landing-page .team-member {
  text-align: center; }

.landing-page .team-member img {
  margin: auto; }

.landing-page .social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px; }

.landing-page .social-icon a:hover {
  background: #179d82; }

.landing-page .img-small {
  height: 88px;
  width: 88px; }

.landing-page .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px; }

.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4; }

.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae; }

.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394; }

.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px; }

.landing-page li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600; }

.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url("../img/landing/avatar_all.png"); }

.landing-page .big-icon {
  font-size: 56px !important; }

.landing-page .features .big-icon {
  color: #1ab394 !important; }

.landing-page .contact {
  background-image: url("../img/landing/word_map.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px; }

.landing-page section.timeline {
  padding-bottom: 30px; }

.landing-page section.comments {
  padding-bottom: 80px; }

.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px; }

.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px; }

.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px; }

.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px; }

.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px; }

.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff; }

.landing-page .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600; }

.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #179d82;
  border-color: #179d82;
  color: #FFFFFF; }

.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none; }

.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3; }

@media (min-width: 768px) {
  .landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */ }

  .landing-page .navbar-wrapper {
    margin-top: 20px; }

  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px; }

  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; }

  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px; }

  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4; }

  .landing-page .featurette-heading {
    font-size: 50px; } }
@media (max-width: 992px) {
  .landing-page .carousel-image {
    display: none; } }
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px; }

  .landing-page .carousel-caption h1 {
    font-size: 28px; }

  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px; }

  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0; }

  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit; }

  .landing-page .navbar-default .nav li a {
    color: #5a5f61; }

  .landing-page .navbar-default .nav li a:hover {
    color: #1ab394; }

  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0; }

  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px; }

  .landing-page .navbar-nav > li > a {
    padding: 20px 10px; }

  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto; }

  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px; }

  .landing-page .navbar-default .navbar-nav > .active > a,
  .landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit; }

  .landing-page .carousel-control {
    display: none; } }
@media (min-width: 992px) {
  .landing-page .featurette-heading {
    margin-top: 120px; } }
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: block;
    float: none; }

  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 9px 10px;
    border: none; } }
body.rtls {
  /* Theme config */ }

body.rtls #page-wrapper {
  margin: 0 250px 0 0; }

body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px; }

body.rtls .ibox-title h5 {
  float: right; }

body.rtls .pull-right {
  float: left !important; }

body.rtls .pull-left {
  float: right !important; }

body.rtls .ibox-tools {
  float: left; }

body.rtls .stat-percent {
  float: left; }

body.rtls .navbar-right {
  float: left !important; }

body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0; }

body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px; }

body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0; }

body.rtls .timeline-item .date {
  text-align: left; }

body.rtls .timeline-item .date i {
  left: 0;
  right: auto; }

body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none; }

body.rtls .theme-config {
  left: 0;
  right: auto; }

body.rtls .spin-icon {
  border-radius: 0 20px 20px 0; }

body.rtls .toast-close-button {
  float: left; }

body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em; }

body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px; }

body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px; }

body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px; }

body.rtls .file-box {
  float: right; }

body.rtls ul.notes li {
  float: right; }

body.rtls .chat-users,
body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto; }

body.rtls .dropdown-menu > li > a {
  text-align: right; }

body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none; }

body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0; }

body.rtls .dd-item > button {
  float: right; }

body.rtls .theme-config-box {
  margin-left: -250px;
  margin-right: 0; }

body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0; }

body.rtls .spin-icon {
  right: 0;
  left: auto; }

body.rtls .skin-setttings {
  margin-right: 40px;
  margin-left: 0; }

body.rtls .skin-setttings {
  direction: ltr; }

body.rtls .footer.fixed {
  margin-right: 250px;
  margin-left: 0; }

@media (max-width: 992px) {
  body.rtls .chat-users,
  body.rtls .chat-statistic {
    margin-right: 0px; } }
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0; }

body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px; }

.body-small.rtls.top-navigation .navbar-header {
  float: none; }

body.rtls.top-navigation #page-wrapper {
  margin: 0; }

body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 250px 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 250px; }

.body-small.rtls .navbar-fixed-top {
  margin-right: 0px; }

.body-small.rtls .navbar-header {
  float: right; }

body.rtls .navbar-top-links li:last-child {
  margin-left: 20px; }

body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0; }

body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
  margin: 0; }

@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px; }

  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px; }

  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }

  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block; }

  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 250px; }

  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; } }
.rtls .ltr-support {
  direction: ltr; }

/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
.theme-config {
  position: absolute;
  top: 90px;
  right: 0px;
  overflow: hidden; }

.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s; }

.theme-config-box.show {
  margin-right: 0px; }

.spin-icon {
  background: #1ab394;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  top: 0;
  left: 0px;
  width: 40px;
  color: #fff;
  cursor: pointer; }

.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f4; }

.skin-setttings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px; }

.setings-item {
  padding: 10px 30px; }

.setings-item.skin {
  text-align: center; }

.setings-item .switch {
  float: right; }

.skin-name a {
  text-transform: uppercase; }

.setings-item a {
  color: #fff; }

.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin {
  text-align: center; }

.default-skin {
  font-weight: 600;
  background: #283A49; }

.default-skin:hover {
  background: #1e2e3d; }

.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0; }

.blue-skin:hover {
  background: #0d8ddb; }

.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%; }

.yellow-skin:hover {
  background: #ce8735; }

.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url("patterns/3.png") repeat scroll 0 0; }

.ultra-skin:hover {
  background: url("patterns/4.png") repeat scroll 0 0; }

/*
 *
 *   SKIN 1 - INSPINIA - Responsive Admin Theme
 *   NAME - Blue light
 *
*/
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px; }

.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px; }

.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.skin-1 .spin-icon {
  background: #0e9aef !important; }

.skin-1 .nav-header {
  background: #0e9aef;
  background: url("patterns/header-profile-skin-1.png"); }

.skin-1.mini-navbar .nav-second-level {
  background: #3e495f; }

.skin-1 .breadcrumb {
  background: transparent; }

.skin-1 .page-heading {
  border: none; }

.skin-1 .nav > li.active {
  background: #3a4459; }

.skin-1 .nav > li > a {
  color: #9ea6b9; }

.skin-1 .nav > li.active > a {
  color: #fff; }

.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef; }

body.skin-1 {
  background: #3e495f; }

.skin-1 .navbar-static-top {
  background: #ffffff; }

.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px; }

.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff; }

.skin-1 .wrapper-content {
  padding: 30px 15px; }

.skin-1 #page-wrapper {
  background: #f4f6fa; }

.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px; }

.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid; }

.skin-1 .nav > li.active {
  border: none; }

.skin-1 .nav-header {
  padding: 35px 25px 25px 25px; }

.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px; }

.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8; }

.skin-1 .profile-element {
  text-align: center; }

.skin-1 .img-circle {
  border-radius: 5px; }

.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff; }

.skin-1 .nav.nav-tabs > li.active > a {
  color: #555; }

.skin-1 .nav.nav-tabs > li.active {
  background: transparent; }

/*
 *
 *   SKIN 2 - INSPINIA - Responsive Admin Theme
 *   NAME - Inspinia Ultra
 *
*/
body.skin-2 {
  color: #565758 !important; }

.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px; }

.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px; }

.skin-2 .spin-icon {
  background: #23c6c8 !important; }

.skin-2 .nav-header {
  background: #23c6c8;
  background: url("patterns/header-profile-skin-2.png"); }

.skin-2.mini-navbar .nav-second-level {
  background: #ededed; }

.skin-2 .breadcrumb {
  background: transparent; }

.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7); }

.skin-2 .nav > li.active {
  background: #e0e0e0; }

.skin-2 .logo-element {
  padding: 17px 0; }

.skin-2 .nav > li > a,
.skin-2 .welcome-message {
  color: #edf6ff; }

.skin-2 #headerSearchField::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5; }

.skin-2 #side-menu > li > a,
.skin-2 .nav.nav-second-level > li > a {
  color: #586b7d; }

.skin-2 .nav > li.active > a {
  color: #213a53; }

.skin-2.mini-navbar .nav-header {
  background: #213a53; }

.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8; }

.skin-2 .border-bottom {
  border-bottom: none !important; }

.skin-2 #headerSearchField {
  color: #fff; }

body.skin-2 #wrapper {
  background-color: #ededed; }

.skin-2 .navbar-static-top {
  background: #213a53; }

.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important; }

.skin-2 .nav-header {
  padding: 30px 25px 30px 25px; }

.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px; }

.skin-2 .wrapper-content {
  padding: 30px 15px; }

.skin-2 .dashoard-1 .wrapper-content {
  padding: 0px 30px 25px 30px; }

.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px; }

.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important; }

.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)"; }

.skin-2 .ibox-title,
.skin-2 .ibox-content {
  border-width: 1px; }

.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid; }

.skin-2 .nav > li.active {
  border: none; }

.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px; }

.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8; }

.skin-2 .img-circle {
  border-radius: 10px; }

.skin-2 .nav.navbar-top-links > li > a:hover,
.skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41; }

.skin-2 .navbar-default .nav > li > a:hover,
.skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53; }

.skin-2 .nav.nav-tabs > li.active > a {
  color: #555; }

.skin-2 .nav.nav-tabs > li.active {
  background: transparent; }

/*
 *
 *   SKIN 3 - INSPINIA - Responsive Admin Theme
 *   NAME - Yellow/purple
 *
*/
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px; }

.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px; }

.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.skin-3 .spin-icon {
  background: #ecba52 !important; }

body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42; }

.skin-3 .nav-header {
  background: #ecba52;
  background: url("patterns/header-profile-skin-3.png"); }

.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42; }

.skin-3 .breadcrumb {
  background: transparent; }

.skin-3 .page-heading {
  border: none; }

.skin-3 .nav > li.active {
  background: #38283c; }

.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff; }

.skin-3 .nav > li > a {
  color: #948b96; }

.skin-3 .nav > li.active > a {
  color: #fff; }

.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52; }

body.skin-3 {
  background: #3e2c42; }

.skin-3 .navbar-static-top {
  background: #ffffff; }

.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px; }

.skin-3 .wrapper-content {
  padding: 30px 15px; }

.skin-3 #page-wrapper {
  background: #f4f6fa; }

.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px; }

.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid; }

.skin-3 .nav > li.active {
  border: none; }

.skin-3 .nav-header {
  padding: 35px 25px 25px 25px; }

.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px; }

.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8; }

.skin-3 .profile-element {
  text-align: center; }

.skin-3 .img-circle {
  border-radius: 5px; }

.skin-3 .navbar-default .nav > li > a:hover,
.skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff; }

.skin-3 .nav.nav-tabs > li.active > a {
  color: #555; }

.skin-3 .nav.nav-tabs > li.active {
  background: transparent; }

body.md-skin {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff; }

.md-skin .nav-header {
  background: url("patterns/4.png") no-repeat; }

.md-skin .label,
.md-skin .badge {
  font-family: 'Roboto'; }

.md-skin .font-bold {
  font-weight: 500; }

.md-skin .wrapper-content {
  padding: 30px 20px 40px; }

@media (max-width: 768px) {
  .md-skin .wrapper-content {
    padding: 30px 0 40px; } }
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0px 6px 0px rgba(0, 0, 0, 0.14); }

.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec !important; }

.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin .ibox.border-bottom {
  border-bottom: none !important; }

.md-skin .ibox-title,
.md-skin .ibox-content {
  border-style: none; }

.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400; }

.md-skin a.close-canvas-menu {
  color: #ffffff; }

.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300; }

.md-skin #headerSearchField::-moz-placeholder {
  color: #ffffff; }

.md-skin #headerSearchField::-webkit-input-placeholder {
  color: #ffffff; }

.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: 'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif; }

.md-skin .landing-page {
  font-family: 'Roboto', helvetica, arial, sans-serif; }

.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff !important; }

.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none; }

.md-skin .landing-page.navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif; }

.md-skin .nav > li > a {
  color: #5a5f61;
  padding: 14px 20px 14px 25px; }

.md-skin .nav.navbar-right > li > a {
  color: #ffffff; }

.md-skin .nav > li.active > a {
  color: #5b5d5f;
  font-weight: 700; }

.md-skin .navbar-default .nav > li > a:hover,
.md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5b5d5f; }

.md-skin .nav .open > a,
.md-skin .nav .open > a:hover,
.md-skin .nav .open > a:focus {
  background: #1ab394; }

.md-skin .navbar-top-links li {
  display: inline-table; }

.md-skin .navbar-top-links .dropdown-menu li {
  display: block; }

.md-skin .pace-done .nav-header {
  transition: all 0.4s; }

.md-skin .nav > li.active {
  background: #f8f8f9; }

.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px; }

.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px; }

.md-skin .nav > li > a {
  font-weight: 400; }

.md-skin .navbar-static-side .nav > li > a:focus,
.md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit; }

.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit; }

.md-skin .nav-header a {
  color: #ffffff; }

.md-skin .nav-header .text-muted {
  color: #ffffff; }

.md-skin .navbar-form-custom .form-control {
  font-weight: 300; }

.md-skin .mini-navbar .nav-second-level {
  background-color: inherit; }

.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px; }

.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit; }

.md-skin .pace-done .navbar-static-side,
.md-skin .pace-done .nav-header,
.md-skin .pace-done li.active,
.md-skin .pace-done #page-wrapper,
.md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important; }

.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
  background-color: #1ab394 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin .navbar-static-side {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin #right-sidebar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900; }

.md-skin .white-bg .navbar-fixed-top,
.md-skin .white-bg .navbar-static-top {
  background: #fff !important; }

.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none; }

.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

@media (max-width: 768px) {
  .md-skin .dashboard-header {
    margin: 20px 0 0 0; } }
.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none; }

.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px; }

.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff; }

.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none; }

.md-skin.landing-page .navbar-default.navbar-scroll,
.md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important; }

.md-skin.landing-page .nav > li.active {
  background: inherit; }

.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px; }

.md-skin.landing-page .navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif; }

.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px; }

.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,
.md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #1ab394; }

.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #5a5f61; }

.md-skin .landing_link a,
.md-skin .special_link a {
  color: #ffffff !important; }

.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f9; }

.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0px; }

.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #5a5f61; }

.md-skin.top-navigation .nav > li a:hover,
.md-skin .top-navigation .nav > li a:focus,
.md-skin.top-navigation .nav .open > a,
.md-skin.top-navigation .nav .open > a:hover,
.md-skin.top-navigation .nav .open > a:focus {
  color: #1ab394;
  background: #ffffff; }

.md-skin.top-navigation .nav > li.active a {
  color: #1ab394;
  background: #ffffff; }

.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0; }

.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0; }

.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0; }

.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0; }

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 250px;
  background-color: #ffffff; }

.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none; }

@media (min-width: 768px) {
  .left-menu-ul div:not(.on-mini-navbar, .navbar-container) {
    width: 250px; }

  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    min-height: 1200px; }

  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 250px; }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }
@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px; }

  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }

  .body-small.mini-navbar .navbar-static-side {
    display: block; }

  .lock-word {
    display: none; }

  .navbar-form-custom {
    display: none; }

  .navbar-header {
    display: inline;
    float: left; }

  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important; }

  .sidebar-content .wrapper {
    padding-right: 0px;
    z-index: 1; }

  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 250px; }

  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; }

  .ibox-tools {
    float: none;
    text-align: right;
    display: block; } }
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px; }

  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8; }

  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px; }

  .nav.navbar-top-links li.dropdown {
    display: none; }

  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block; } }
.left-menu-ul li {
  /*line-height: 30px;*/ }

/* Only demo */
@media (max-width: 1000px) {
  .welcome-message {
    display: none; } }
.login-bgimg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  /* Aligns vertically center */
  justify-content: center;
  /* Aligns horizontally center */
  /*z-index: -1; This ensures that the background is behind the content */ }

.login-hrszoftver-logo {
  width: 50%; }

.login-img-company {
  width: 300px; }

.login-img-release {
  position: absolute;
  top: 53px;
  left: 101px;
  width: 165px !important; }

.login-bgimg .container {
  display: flex;
  width: 100%;
  /* Make sure it takes the full width */
  max-width: 1200px;
  /* Optional: Limits the width of the container */
  z-index: 1;
  top: 0;
  position: absolute; }

.login-bgimg .left, .login-bgimg .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }

.login-bgimg .left img {
  max-width: 100%;
  height: auto; }

.login-bgimg .right p {
  margin-right: 10px; }

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

.menu-list .menu-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer; }

.menu-list .menu-item:hover {
  background-color: #efefef; }

.menu-list .menu-item .first-line {
  font-weight: bold;
  margin-bottom: 0; }

.menu-list .icon-container, .arrow-container {
  width: 40px;
  /* adjust this value if necessary */
  display: flex;
  align-items: center;
  justify-content: center; }

.menu-list .menu-icon {
  display: block;
  font-size: 10px; }

.menu-list .text-container {
  flex-grow: 1;
  margin-top: 11px;
  padding-left: 20px;
  margin-right: 20px;
  text-overflow: ellipsis; }

body.vote-desktop-body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #c3c4c5 !important;
  display: flex !important;
  justify-content: flex-start !important;
  /* Default to aligning items to the start */
  /* align-items: center !important; */
  /* Commented out as before */
  min-height: calc(100vh + 25px) !important;
  flex-direction: column;
  align-items: flex-start; }

@media (min-width: 1201px) {
  /* Applies when viewport width is greater than 1320px */
  body.vote-desktop-body {
    justify-content: center !important;
    /* Center content horizontally */
    align-items: center !important;
    /* Center content vertically if you need */ } }
body.vote-desktop-body::-webkit-scrollbar {
  display: none; }

body.vote-desktop-body #mainContentHolder {
  padding-top: 0 !important; }

.vote-desktop-display .container:not(.tt-selectable) {
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  /*  flex: 1;*/
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  /* Adjusted for top and bottom margins */
  overflow: hidden;
  /* Prevent overflow outside the container */ }

.vote-desktop-display .top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  background: #ffffff;
  /* White background for the top menu */
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }

.vote-desktop-display .candidate {
  padding: 0 0 0 20px;
  margin: 0;
  display: flex; }

.vote-desktop-display .logo {
  height: 40px;
  /* Adjust based on your actual logo size */
  width: auto; }

.vote-desktop-display .auth-buttons {
  display: flex;
  gap: 10px; }

.vote-desktop-display .login {
  background-color: transparent;
  color: #333; }

.vote-desktop-display .signup {
  background-color: #0044cc;
  color: #fff; }

.vote-desktop-display .app-content {
  padding-bottom: 20px; }

.vote-desktop-display .app-content::-webkit-scrollbar {
  display: none; }

.vote-desktop-display .getvotes .header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.vote-desktop-display .getvotes .getvotes-result {
  min-height: 300px;
  max-height: 600px;
  overflow-y: scroll;
  position: relative; }

.vote-desktop-display .getvotes .getvotes-result .candidate-row {
  border-radius: 5px;
  padding-left: 10px; }

.vote-desktop-display .getvotes .getvotes-result .candidate-row.selected {
  border-left: 5px solid #1c84c6;
  padding-left: 5px; }

.logo-menu {
  display: flex; }

.vote-desktop-display .container .app-content {
  display: flex;
  /*  height: calc(100vh - 100px); /* Viewport height minus 50px */
  /*min-height: 1000px;*/
  box-sizing: border-box;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto; }

.vote-desktop-display .left-side {
  width: 55%;
  /*height: 100%;*/ }

.vote-desktop-display .right-side {
  width: 45%;
  /*height: 100%;*/
  margin-left: 20px; }

.vote-desktop-display .container .document {
  display: flex;
  flex-direction: column;
  height: 100%; }

.vote-desktop-display .container .document .btn-show-skills {
  position: absolute;
  top: 10px;
  right: 20px; }

.vote-desktop-display .container .document .btn-zoom-in {
  position: absolute;
  top: 50px;
  right: 20px; }

.vote-desktop-display .container .document .btn-zoom-out {
  position: absolute;
  top: 90px;
  right: 20px; }

.vote-desktop-display .container .document .btn-download-cv {
  position: absolute;
  top: 130px;
  right: 25px; }

.vote-desktop-display .container .document .btn-print {
  position: absolute;
  top: 170px;
  right: 20px; }

.vote-desktop-display .document .document-viewer-container {
  overflow: auto;
  width: 100%; }

.vote-desktop-display .document .document-viewer {
  flex-grow: 1;
  border: 1px solid #efefef;
  width: 100%;
  min-height: 900px;
  transform: scale(1);
  transform-origin: 0 0; }

.vote-desktop-display .document .document-viewer::-webkit-scrollbar {
  display: none; }

.vote-desktop-display .document .loader {
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  z-index: 100000; }

.vote-desktop-display .document .loader .loader-img {
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 1.25em 1.25em 1.25em;
  font-family: inherit;
  font-size: 1rem;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  text-align: center;
  display: grid;
  z-index: 100001;
  color: #eee; }

.vote-desktop-display .desktop-tab {
  margin-top: 20px;
  padding: 10px; }

.vote-desktop-display .desktop-tab .comments {
  min-height: 500px;
  /*  max-height: 900px;*/
  overflow-y: scroll; }

.vote-desktop-display .desktop-tab .comments::-webkit-scrollbar {
  display: none; }

/*
.vote-desktop-display .desktop-tab .comments .comment-results::-webkit-scrollbar {
  display: none;
}
*/
.vote-desktop-display .desktop-tab .descriptions {
  overflow-y: scroll; }

.vote-desktop-display .desktop-tab .descriptions::-webkit-scrollbar {
  display: none; }

.vote-desktop-display .desktop-tab .datas {
  overflow-y: scroll;
  overflow-x: hidden; }

.vote-desktop-display .desktop-tab .datas::-webkit-scrollbar {
  display: none; }

@media (max-width: 575.98px) {
  body {
    font-size: 4vw !important; }

  h1 {
    font-size: 9.9vw !important; }

  h2 {
    font-size: 7vw !important; }

  p {
    font-size: 4vmin !important; }

  .text-size-5vw {
    font-size: 4.5vw !important; }

  .text-size-10vw {
    font-size: 10vw !important; }

  .text-size-3vw {
    font-size: 3vw !important; }

  .text-size-2vw {
    font-size: 2vw !important; }

  .text-size-4vw {
    font-size: 3.5vw !important; }

  .text-size-5vw-a a {
    font-size: 4vw !important;
    color: #676a6c;
    font-weight: 500 !important; }

  button {
    font-size: 3.5vw !important; }

  input {
    font-size: 3.8vw !important;
    height: 10vmin !important; }

  select {
    font-size: 3.8vw !important;
    height: 10vmin !important; } }
.wvw30 {
  width: 30vw; }

.c30 {
  width: calc(100% - 30px) !important; }

.fw500 {
  font-weight: 500; }

.mobile-voteaccess-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  background-color: #efefef;
  border-top: 1px solid #d9d9d9; }

.mobile-voteaccess-menu .menu-item {
  text-align: center;
  cursor: pointer;
  font-size: 3.5vh;
  padding: 2px 0 0 0; }

.mobile-voteaccess-menu .menu-item.selected {
  color: #337ab7; }

.menu-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.menu-item {
  display: flex; }

.mobile-voteaccess-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  border-bottom: 1px solid #efefef;
  background: linear-gradient(90deg, #001824 0%, #1ab394 0%, #1c84c6 100%); }

.mobile-voteaccess-header .back {
  text-align: left; }

.mobile-voteaccess-header .main-title {
  font-size: 7vw !important;
  color: #fff;
  text-align: center;
  line-height: 1; }

.mobile-voteaccess-header .sub-title {
  font-size: 15px;
  color: #eee;
  text-align: center;
  line-height: 1;
  margin-top: 5px; }

.mobile-voteaccess-header .next {
  text-align: right; }

.mobile-voteaccess-header .fa-stack {
  font-size: 3.2vh; }

.mobile-voteaccess-content {
  position: fixed;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 60px;
  background-color: #fefefe;
  overflow-y: scroll; }

.mobile-voteaccess-content::-webkit-scrollbar {
  display: none; }

.mobile-voteaccess-bottom-drawer-overlay {
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  z-index: 100000; }

.mobile-voteaccess-bottom-drawer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  bottom: 0; }

.mobile-voteaccess-bottom-drawer .holder {
  position: absolute;
  left: 0;
  height: 200px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px; }

.mobile-voteaccess-bottom-drawer .content {
  font-size: 5vw; }

.mobile-voteaccess-bottom-drawer .content .list-item {
  margin: 10px 17px 5px 17px !important; }

.mobile-voteaccess-bottom-drawer .content .list-item.second {
  padding-left: 20px; }

.mobile-voteaccess-bottom-drawer .scrollable {
  position: absolute;
  top: 70px;
  overflow: scroll;
  bottom: 0;
  left: 10px;
  right: 10px; }

.mobile-voteaccess-bottom-drawer .header .title {
  font-size: 7vw;
  padding-left: 5px; }

.mobile-voteaccess-bottom-drawer .header .drawer-close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background-color: #fff;
  font-size: 7vw !important; }

.mobile-voteaccess-bottom-drawer .header .drawer-close i {
  background-color: #eee;
  border-radius: 50%;
  padding: 5px 10px; }

.mobile-modal-overlay {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  z-index: 200000; }

.mobile-modal-content {
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 1.25em 1.25em 1.25em;
  font-family: inherit;
  font-size: 1rem;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  text-align: center;
  display: grid;
  z-index: 200001;
  background-color: #fff;
  border-radius: 5px; }

.mobile-voteaccess-modal .header {
  min-height: 50px; }

.mobile-voteaccess-modal .buttons {
  min-height: 50px; }

.mobile-voteaccess-modal .title {
  margin-bottom: 20px; }

.mobile-voteaccess-modal .content {
  margin-bottom: 15px;
  overflow-y: auto; }

.mobile-voteaccess-profile .vote-profile-image {
  width: 35vw;
  border-radius: 50%;
  border: 4px solid #fff; }

.mobile-voteaccess-profile .vote-profile-name {
  margin-top: 20px;
  font-size: 6vw; }

button.vote-profile-close {
  position: absolute;
  right: 30px;
  top: 40px;
  border: 0;
  font-size: 5vw !important; }

#mobileVoteAccessDocumentViewer {
  border: 0;
  width: 100%;
  height: calc(100vh - 150px);
  /* header + footer */ }

.vote-mobile-display .document .loader {
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  z-index: 100000; }

.vote-mobile-display .container-fluid {
  height: 99%; }

.vote-mobile-display .container .document {
  display: flex;
  flex-direction: column;
  height: 100%; }

.vote-mobile-display .container .document .btn-show-skills {
  position: absolute;
  right: 1vw;
  top: 20px; }

.vote-mobile-display .vote-panel[data-tab="cvview"] {
  display: flex;
  height: 100%; }

.vote-mobile-display .vote-panel [data-target="cvview"] {
  flex: 1; }

.vote-mobile-display .document .document-viewer {
  flex-grow: 1;
  border: 1px solid #efefef;
  width: 100%; }

.vote-mobile-display .document .loader .loader-img {
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 1.25em 1.25em 1.25em;
  font-family: inherit;
  font-size: 1rem;
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  text-align: center;
  display: grid;
  z-index: 100001;
  color: #eee; }

.vote-profile-social {
  padding: 10px; }

.vote-profile-social a {
  font-size: 9vw !important; }

.vote-profile-social-holder {
  display: inline-flex; }

.votestart-row {
  display: flex;
  align-items: flex-start;
  padding: 10px 10px 10px 5px;
  box-shadow: 2px 2px 48px -12px rgba(177, 177, 177, 0.75);
  border-left: 5px solid #fff;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  flex-wrap: wrap; }

.votestart-row.selected {
  border-left: 5px solid #1c84c6; }

.votestart-row.sub {
  box-shadow: none !important; }

.votestart-row .fa {
  color: #aaa; }

.votestart-row .photo {
  flex: 0 0 50px;
  /* Do not grow or shrink, remain at 50px width */
  margin-right: 10px;
  /* Adds some space between the photo and the content */ }

.votestart-row .content {
  flex-grow: 1;
  /* Takes up the remaining space */
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 60px);
  /* Adjust based on the photo width and margin */ }

.votestart-row .top-row {
  display: flex;
  width: 100%; }

.votestart-row .left-content {
  flex: 0 1 50%;
  /* Do not grow, can shrink, basis of 70% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.votestart-row .right-content {
  flex: 0 1 50%;
  /* Do not grow, can shrink, basis of 30% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  /* Assuming you want the right content to align to the right */ }

.votestart-row .bottom-row {
  display: flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px; }

.votestart-row .bottom-row .item {
  /*  flex-grow: 1;*/
  white-space: nowrap;
  min-width: 35px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  margin: 0 10px 5px 0; }

.mobile-voteaccess-menu .badge {
  margin-top: -4px;
  font-size: 2vh; }

.vote-file-item {
  display: flex;
  flex-direction: column;
  width: 100%; }

.vote-file-item .file-row {
  width: 100%;
  display: flex; }

.vote-file-item .left-side {
  width: 10%;
  font-size: 5vw; }

.vote-file-item .right-side {
  width: 80%;
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  overflow: hidden;
  /* Hide overflow content */
  text-overflow: ellipsis;
  /* Add ellipsis to overflow text */ }

.vote-file-item .divider-container {
  display: flex;
  width: 100%;
  margin-top: 20px !important; }

.form-textseparator.mobile {
  font-size: 4vw !important; }

.menu-item[data-target="votestart"] {
  border-right: 1px solid #aaa;
  margin-right: -20px; }

.pos-rel {
  position: relative; }

.badge-icon {
  position: absolute;
  left: 16px;
  top: -9px; }

.badge-icon .badge {
  font-size: 3.5vw !important; }

.vote-desktop-display .candidate-list table {
  width: 100%;
  /* Makes the table fill the entire horizontal space of its container */
  border-collapse: collapse;
  /* Optional: removes the space between cells */ }

.vote-desktop-display .candidate-list th, .vote-desktop-display .candidate-list td {
  text-align: left;
  /* Aligns text to the left; change as needed */
  padding: 8px;
  /* Adds some padding inside cells for a better look */ }

.vote-desktop-display .candidate-list thead th {
  background-color: #f2f2f2;
  /* Gives the header a different background; change as needed */ }

/* Ensures table columns have equal width */
.vote-desktop-display .candidate-list table,
.vote-desktop-display .candidate-list th,
.vote-desktop-display .candidate-list td {
  table-layout: fixed; }

.vote-desktop-display .candidate-list table tr.error {
  border: 1px solid #ed5565; }

.skill-word.left {
  padding-left: 0.4vh;
  padding-top: 0.4vh;
  padding-bottom: 0.4vh; }

.skill-word.letter {
  padding-top: 0.4vh;
  padding-bottom: 0.4vh; }

.skill-word.right {
  padding-right: 0.4vh;
  padding-top: 0.4vh;
  padding-bottom: 0.4vh; }

/* Administration / Assistance / Office */
.skill-word.skillcolor-administration-assistance-office {
  background-color: #7071E8;
  color: #ffffff; }

/* Banking / Insurance / Broker */
.skill-word.skillcolor-banking-insurance-broker {
  background-color: #C683D7;
  color: #000000; }

/* Corporate Management / Management */
.skill-word.skillcolor-corporate-management-management {
  background-color: #FFC7C7;
  color: #000000; }

/* Healthcare / Pharmaceutical industry */
.skill-word.skillcolor-healthcare-pharmaceutical-industry {
  background-color: #6DB9EF;
  color: #000000; }

/* Construction / Real Estate */
.skill-word.skillcolor-construction-real-estate {
  background-color: #3081D0;
  color: #ffffff; }

/* Sales / Commerce */
.skill-word.skillcolor-sales-commerce {
  background-color: #8ACDD7;
  color: #000000; }

/* Physical / Assistant / Trained Work */
.skill-word.skillcolor-physical-assistant-trained-work {
  background-color: #D0A2F7;
  color: #000000; }

/* Manufacturing / Production */
.skill-word.skillcolor-manufacturing-production {
  background-color: #164863;
  color: #ffffff; }

/* HR */
.skill-word.skillcolor-hr {
  background-color: #427D9D;
  color: #ffffff; }

/* IT / Programming / Development */
.skill-word.skillcolor-it-programming-development {
  background-color: #9BBEC8;
  color: #000000; }

/* IT operation / Telecommunications */
.skill-word.skillcolor-it-operation-telecommunications {
  background-color: #FFC47E;
  color: #000000; }

/* Law */
.skill-word.skillcolor-law {
  background-color: #FFAD84;
  color: #000000; }

/* Public administration */
.skill-word.skillcolor-public-administration {
  background-color: #7071E8;
  color: #ffffff; }

/* Marketing / Media / PR */
.skill-word.skillcolor-marketing-media-pr {
  background-color: #C683D7;
  color: #000000; }

/* Engineer */
.skill-word.skillcolor-engineer {
  background-color: #FFC7C7;
  color: #000000; }

/* Agriculture / Environment */
.skill-word.skillcolor-agriculture-environment {
  background-color: #6DB9EF;
  color: #000000; }

/* Education / Research / Science */
.skill-word.skillcolor-education-research-science {
  background-color: #3081D0;
  color: #ffffff; }

/* Finance / Accounting */
.skill-word.skillcolor-finance-accounting {
  background-color: #8ACDD7;
  color: #000000; }

/* Skilled Labor */
.skill-word.skillcolor-skilled-labor {
  background-color: #D0A2F7;
  color: #000000; }

/* Customer service */
.skill-word.skillcolor-customer-service {
  background-color: #164863;
  color: #ffffff; }

/* Business Support Centers / SSC */
.skill-word.skillcolor-business-support-centers-ssc {
  background-color: #427D9D;
  color: #ffffff; }

/* Hospitality Tourism */
.skill-word.skillcolor-hospitality-tourism {
  background-color: #9BBEC8;
  color: #000000; }

/* Delivery / Procurement / Logistics */
.skill-word.skillcolor-delivery-procurement-logistics {
  background-color: #FFC47E;
  color: #000000; }

.skill-word.hide {
  background-color: transparent !important; }

.dot-flashing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  /* Space between dots */ }

.dot-flashing div {
  width: 8px;
  /* Dot size */
  height: 8px;
  border-radius: 50%;
  animation: dot-flashing 1.5s infinite ease-in-out; }

.dot-flashing-default div {
  background-color: #fff;
  opacity: 0.3; }

.dot-flashing-outline div {
  background-color: #888;
  opacity: 0.3; }

.dot-flashing div:nth-child(1) {
  animation-delay: 0s; }

.dot-flashing div:nth-child(2) {
  animation-delay: 0.3s; }

.dot-flashing div:nth-child(3) {
  animation-delay: 0.6s; }

@keyframes dot-flashing {
  0%, 100% {
    opacity: 0.3; }
  50% {
    opacity: 1; } }
/* General Styles */
.icheckbox_flat-blue,
.iradio_flat-blue,
.icheckbox_flat-green,
.iradio_flat-green,
.icheckbox_flat-grey,
.iradio_flat-grey,
.icheckbox_square-blue,
.iradio_square-blue,
.icheckbox_square-green,
.iradio_square-green,
.icheckbox_round-blue,
.iradio_round-blue,
.icheckbox_round-red,
.iradio_round-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease; }

/* Checkbox Styles */
.icheckbox_flat-blue,
.icheckbox_flat-green,
.icheckbox_flat-grey,
.icheckbox_square-blue,
.icheckbox_square-green,
.icheckbox_round-blue,
.icheckbox_round-red {
  border: 2px solid lightgrey;
  background-color: #fff;
  border-radius: 5px;
  /* Rounded rectangle */ }

.icheckbox_round-blue,
.icheckbox_round-red {
  border-radius: 50%;
  /* Round shapes */ }

/* Checkbox Hover Effect */
.icheckbox_flat-blue:hover,
.icheckbox_square-blue:hover,
.icheckbox_round-blue:hover {
  border-color: #1c84c6; }

.icheckbox_flat-green:hover,
.icheckbox_square-green:hover,
.icheckbox_round-green:hover {
  border-color: #1ab394; }

.icheckbox_flat-grey:hover,
.icheckbox_square-grey:hover,
.icheckbox_round-grey:hover {
  border-color: #5a5f61; }

.icheckbox_flat-red:hover,
.icheckbox_square-red:hover,
.icheckbox_round-red:hover {
  border-color: #ed5565; }

/* Checkbox Checked State */
.icheckbox_flat-blue.checked,
.icheckbox_square-blue.checked,
.icheckbox_round-blue.checked {
  background-color: #1c84c6;
  border-color: #1c84c6; }

.icheckbox_flat-green.checked,
.icheckbox_square-green.checked,
.icheckbox_round-green.checked {
  background-color: #1ab394;
  border-color: #1ab394; }

.icheckbox_flat-grey.checked,
.icheckbox_square-grey.checked,
.icheckbox_round-grey.checked {
  background-color: #5a5f61;
  border-color: #5a5f61; }

.icheckbox_flat-red.checked,
.icheckbox_square-red.checked,
.icheckbox_round-red.checked {
  background-color: #ed5565;
  border-color: #ed5565; }

.icheckbox_flat-blue.checked::after,
.icheckbox_flat-green.checked::after,
.icheckbox_flat-grey.checked::after,
.icheckbox_square-blue.checked::after,
.icheckbox_square-green.checked::after,
.icheckbox_round-blue.checked::after,
.icheckbox_round-red.checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  pointer-events: none; }

/* Checkbox Disabled State */
.icheckbox_flat-blue.disabled,
.icheckbox_flat-green.disabled,
.icheckbox_flat-grey.disabled,
.icheckbox_square-blue.disabled,
.icheckbox_square-green.disabled,
.icheckbox_round-blue.disabled,
.icheckbox_round-red.disabled {
  background-color: #e9ecef;
  border-color: #adb5bd;
  cursor: not-allowed; }

.icheckbox_flat-blue.checked.disabled::after,
.icheckbox_flat-green.checked.disabled::after,
.icheckbox_flat-grey.checked.disabled::after,
.icheckbox_square-blue.checked.disabled::after,
.icheckbox_square-green.checked.disabled::after,
.icheckbox_round-blue.checked.disabled::after,
.icheckbox_round-red.checked.disabled::after {
  border-color: #adb5bd; }

/* Radio Button Styles */
.iradio_flat-blue,
.iradio_flat-green,
.iradio_flat-grey,
.iradio_square-blue,
.iradio_square-green,
.iradio_round-blue,
.iradio_round-red {
  border: 2px solid lightgrey;
  border-radius: 50%;
  /* Circle shape */
  background-color: #fff;
  transition: all 0.3s ease;
  /* Smooth transition */ }

/* Radio Button Hover Effect */
.iradio_flat-blue:hover,
.iradio_square-blue:hover,
.iradio_round-blue:hover {
  border-color: #1c84c6; }

.iradio_flat-green:hover,
.iradio_square-green:hover,
.iradio_round-green:hover {
  border-color: #1ab394; }

.iradio_flat-grey:hover,
.iradio_square-grey:hover,
.iradio_round-grey:hover {
  border-color: #5a5f61; }

.iradio_flat-red:hover,
.iradio_square-red:hover,
.iradio_round-red:hover {
  border-color: #ed5565; }

/* Radio Button Checked State */
.iradio_flat-blue.checked,
.iradio_square-blue.checked,
.iradio_round-blue.checked {
  background-color: #1c84c6;
  border: 3px solid #1c84c6;
  animation: radioShrink 0.3s ease forwards; }

.iradio_flat-green.checked,
.iradio_round-green.checked,
.iradio_square-green.checked {
  background-color: #1ab394;
  border: 3px solid #1ab394;
  animation: radioShrink 0.3s ease forwards; }

.iradio_flat-grey.checked,
.iradio_square-grey.checked,
.iradio_round-grey.checked {
  background-color: #5a5f61;
  border: 3px solid #5a5f61;
  animation: radioShrink 0.3s ease forwards; }

.iradio_flat-red.checked,
.iradio_square-red.checked,
.iradio_round-red.checked {
  background-color: #ed5565;
  border: 3px solid #ed5565;
  animation: radioShrink 0.3s ease forwards; }

/* Animation: Full circle to bordered circle */
@keyframes radioShrink {
  0% {
    background-color: var(--icheck-color, #007bff);
    border-width: 0;
    transform: scale(1.2); }
  100% {
    background-color: #fff;
    border-width: 4px;
    transform: scale(1); } }
/*
.iradio_flat-blue.checked::after,
.iradio_square-blue.checked::after,
.iradio_flat-green.checked::after,
.iradio_flat-grey.checked::after,
.iradio_square-green.checked::after,
.iradio_round-blue.checked::after,
.iradio_round-red.checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: $color-default;
  border-radius: 50%;
  transition: all 0.3s ease;
}
*/
/* Radio Button Disabled State */
.iradio_flat-blue.disabled,
.iradio_flat-green.disabled,
.iradio_flat-grey.disabled,
.iradio_square-blue.disabled,
.iradio_square-green.disabled,
.iradio_round-blue.disabled,
.iradio_round-red.disabled {
  background-color: #e9ecef;
  border-color: #adb5bd;
  cursor: not-allowed; }

.iradio_flat-blue.checked.disabled::after,
.iradio_flat-green.checked.disabled::after,
.iradio_flat-grey.checked.disabled::after,
.iradio_square-blue.checked.disabled::after,
.iradio_square-green.checked.disabled::after,
.iradio_round-blue.checked.disabled::after,
.iradio_round-red.checked.disabled::after {
  background-color: #adb5bd; }

/**
 * preloader
 **/
#mainPageLoader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #000;
  text-align: center;
  display: table-cell; }

#mainPageLoader.nobg {
  background-color: transparent !important; }

.alert-header {
  left: 0;
  right: 0;
  height: 50px;
  padding: 15px 10px 10px 10px;
  background-color: #23c6c8;
  color: #000;
  top: 0;
  z-index: 2049;
  position: sticky; }

.bg-lightgray {
  background-color: #EFEFEF !important; }

.bg-grayi {
  background-color: #666 !important; }

.bg-darkgrayi {
  background-color: #535353 !important; }

.bg-darkgray2i {
  background-color: #606f7c !important; }

.bg-dangeri {
  background-color: #ed5565 !important; }

.bg-primaryi {
  background-color: #1ab394 !important; }

.bg-successi {
  background-color: #1c84c6 !important; }

.bg-mutedi {
  background-color: #aaa !important; }

.bg-warningi {
  background-color: #f8ac59 !important; }

.bg-warning3i {
  background-color: #fff3cd !important; }

.bg-danger3i {
  background-color: #f8d7da !important; }

.projectDescr {
  max-height: 70px;
  overflow: hidden; }

.projectDescr.scroll {
  overflow-y: scroll; }

.projectDescr.more {
  max-height: 150px !important; }

.sidebar-scrollable {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 75px;
  bottom: 95px; }

.sidebar-nav ul.metismenu ul {
  background: #2a3b4b;
  height: auto !important;
  width: 350px; }

.sidebar-nav ul.metismenu ul li {
  width: 50% !important;
  float: left;
  display: inline !important; }

.sidebar-scrollable::-webkit-scrollbar {
  display: none; }

.sidebar-support-help {
  position: fixed;
  left: 120px;
  bottom: 30px; }

#mainPageLoader .logoHolder {
  /*height: 200px;*/
  position: absolute;
  margin: -150px 0 0 -150px;
  left: 50%;
  top: 50%;
  width: 300px; }

#mainPageLoader .logoHolder.w300px {
  margin: -300px 0 0 -150px;
  width: 300px !important; }

/*
#mainPageLoader img {
	width: 80px;
	height: 80px;
}
 */
#mainPageLoader .author {
  padding-top: 10px;
  font-size: 13px; }

#mainPageLoader .text {
  padding-top: 20px;
  font-size: 18px; }

.alert {
  padding: 7px !important;
  border-radius: 5px !important; }

.alert-none {
  padding: 0px !important; }

.alert-info2 {
  color: #666;
  background-color: #efefef;
  border-color: #888; }

.alert-info2 hr {
  border-top-color: #e4b9c0; }

.alert-info2 .alert-link {
  color: #843534; }

.bold {
  font-weight: bold; }

.img-user-border {
  margin-right: 5px; }

.img-user-border.user {
  border: 2px solid #1ab394; }

.img-user-border.side {
  border: 2px solid #aaa; }

.img-user-border.muted-light {
  border: 2px solid #EFEFEF; }

.img-user-border.professional {
  border: 2px solid #1c84c6; }

.img-user-border.william {
  border: 2px solid #00a0d7; }

.img-user-border.hiringmanager, .img-user-border.hire {
  border: 2px solid #f8ac59;
  /*box-shadow: 0 0 0 2px $color-warning;*/ }

.img-user-border.contact {
  border: 2px solid #f87460; }

.img-user-border.agency {
  border: 2px solid #ed5565; }

.img-user-border.referer {
  border: 2px solid #990bd7; }

.img-user-border.padding {
  box-shadow: 0 0 0 4px #fff; }

.img-candidate-border {
  border: 2px solid #1c84c6; }

.label-info-dark {
  color: #fff !important;
  background-color: #1c84c6 !important; }

.label-count {
  position: relative;
  padding: 1px 5px !important;
  top: -5px;
  left: -10px; }

.loader-spin-image {
  background: url("../images/loading.svg") center no-repeat;
  padding-left: 30px;
  width: 100%;
  height: 30px; }

.header-minimalizer {
  margin: 20px 5px 5px 20px !important;
  padding: 2px 5px 2px 5px !important; }

#mainContentHolder {
  padding-top: 70px; }

#mainContentHolder.pulse {
  animation: fa-pulse 0.4s ease infinite;
  animation-iteration-count: 1; }

@keyframes fa-pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.body-blur {
  /*-webkit-filter: blur(3px);*/ }

.blur.b2px {
  filter: blur(2px); }

.on-mini-navbar {
  display: none;
  text-align: center;
  padding: 10px 10px 10px 18px;
  font-size: 19px; }

.on-mini-navbar a {
  color: #aaa; }

.on-mini-navbar a:focus,
.on-mini-navbar a:hover {
  color: #fff; }

.on-mini-navbar.visible {
  display: block; }

.on-big-navbar {
  display: none; }

.on-big-navbar.visible {
  display: block; }

/**
 * BOOSTRAP EXTENSION
 */
.no-resize {
  resize: none; }

.modal {
  overflow: auto !important; }

button:focus {
  outline: 0 !important; }

a:focus {
  outline: 0 !important; }

blockquote {
  font-size: 13px !important;
  border-left: 3px solid #ed5565 !important; }

.showOnCursor {
  opacity: .4; }

.showOnCursor:hover {
  opacity: 1; }

.dropdown-big {
  width: 200px !important; }

.btn.border-grey {
  border-color: #aaa !important; }

.btn.folder.active {
  border-color: #888 !important; }

.btn.folder:not(.active) {
  border-color: #888 !important;
  background-color: #efefef !important;
  color: #333 !important; }

.btn.folder2:hover {
  background-color: #efefef !important;
  color: #333 !important; }

.text-no-decor {
  text-decoration: none !important; }

.col-auto {
  float: left;
  width: auto; }

.nofloat {
  float: none;
  clear: both; }

.opacity0 {
  opacity: 0; }

.opacity4 {
  opacity: .4; }

.opacity4i {
  opacity: .4 !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.nopadding-onlytopbottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin: 0 !important; }

.truncateText span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%; }

.truncateText2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.truncateText3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cursorPointer {
  cursor: pointer; }

.cursorMove {
  cursor: move; }

.cursorDefault {
  cursor: default; }

.label-font-normal {
  font-weight: normal !important; }

.label-font-bold {
  font-weight: bold !important; }

.spotlight-padding {
  padding: 5px 10px 5px 10px !important; }

.no-border {
  border: 0px !important;
  box-shadow: none; }

a[href^="tel:"] {
  color: #f8ac59;
  text-decoration: none; }

.text-underline {
  text-decoration: underline; }

.text-center-i {
  text-align: center !important; }

.text-color-linetrough {
  text-decoration: line-through; }

.text-color-primary {
  color: #1ab394; }

.text-color-primary2 {
  color: #116f5c; }

.text-color-primaryi {
  color: #1ab394 !important; }

.text-color-success {
  color: #1c84c6; }

.text-color-danger {
  color: #ed5565 !important; }

.text-color-danger3 {
  color: #f8d7da !important; }

.text-color-warning {
  color: #f8ac59; }

.text-color-warning-i {
  color: #f8ac59 !important; }

.text-color-purple {
  color: #990bd7; }

.text-color-info {
  color: #23c6c8; }

.text-color-info2 {
  color: #00a0d7; }

.text-color-muted {
  color: #aaa; }

.text-color-muted-i {
  color: #aaa !important; }

.text-color-white {
  color: #fff !important; }

.text-color-black {
  color: #000 !important; }

.text-color-default {
  color: #5a5f61; }

.text-color-default-i {
  color: #5a5f61 !important; }

.text-color-gray {
  color: #666; }

.text-color-gray-i {
  color: #666 !important; }

.text-color-drakgray-i {
  color: #3c3e3f !important; }

.bg-color-success {
  background-color: #d4edda !important; }

.bg-color-success-i {
  background-color: #1c84c6 !important; }

.bg-color-default-i {
  background-color: #5a5f61 !important; }

.bg-color-info-i {
  background-color: #23c6c8 !important; }

.bg-color-info {
  background-color: #d1ecf1 !important; }

.bg-color-primary {
  background-color: #1ab394 !important; }

.bg-color-warning {
  background-color: #fff3cd !important; }

.bg-color-warning-i {
  background-color: #f8ac59 !important; }

.bg-color-danger {
  background-color: #ee7e8a !important; }

.bg-color-danger-i {
  background-color: #ed5565 !important; }

.bg-color-warning2-i {
  background-color: #f87460 !important; }

.bg-color-muted {
  background-color: #EFEFEF; }

.bg-color-menu {
  background-color: #29364b !important; }

.bg-color-purple {
  background-color: #990bd7 !important; }

.bg-color-white {
  background-color: #fff !important; }

.text-color-muted-hover-primary {
  color: #5a5f61; }

.text-color-muted-hover-primary:hover {
  color: #1ab394; }

.text-color-muted-hover-success {
  color: #5a5f61; }

.text-color-muted-hover-success:hover {
  color: #1c84c6; }

.text-color-muted-i-hover-success {
  color: #aaa; }

.text-color-muted-i-hover-success:hover {
  color: #1c84c6; }

.text-color-muted-hover-white {
  color: #FFF;
  opacity: .5;
  -webkit-transition: opacity 0.2s ease, color .2s ease;
  -moz-transition: opacity 0.2s ease, color .2s ease;
  -o-transition: opacity 0.2s ease, color .2s ease;
  -ms-transition: opacity 0.2s ease, color .2s ease;
  transition: opacity 0.2s ease, color .2s ease; }

.text-color-muted-hover-white:hover {
  opacity: 1; }

.border-color-primary {
  border-color: #1ab394 !important; }

.border-color-primary2 {
  border-color: #116f5c !important; }

.border-color-primaryi {
  border-color: #1ab394 !important; }

.border-color-success {
  border-color: #1c84c6 !important; }

.border-color-danger {
  border-color: #ed5565 !important; }

.border-color-danger3 {
  border-color: #f8d7da !important; }

.border-color-warning {
  border-color: #f8ac59 !important; }

.border-color-warning-i {
  border-color: #f8ac59 !important; }

.border-color-purple {
  border-color: #990bd7 !important; }

.border-color-info {
  border-color: #23c6c8 !important; }

.border-color-info2 {
  border-color: #00a0d7 !important; }

.controlIconContainer {
  font-size: 20px;
  color: #888 !important;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease, color .4s ease;
  -moz-transition: opacity 0.4s ease, color .4s ease;
  -o-transition: opacity 0.4s ease, color .4s ease;
  -ms-transition: opacity 0.4s ease, color .4s ease;
  transition: opacity 0.4s ease, color .4s ease; }

.controlIconContainer.delete:hover {
  opacity: 1;
  color: #ed5565 !important; }

.controlIconContainer.add:hover {
  opacity: 1;
  color: #1ab394 !important; }

.col-xs-auto, .col-xs1-auto, .col-sm-auto, .col-md-auto, .col-lg-auto,
.col-xs-auto-right, .col-xs1-auto-right, .col-sm-auto-right, .col-md-auto-right, .col-lg-auto-right,
.col-middle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.hide2 {
  display: none; }

.col-middle {
  display: table; }

.col-xs-auto {
  float: left; }

.col-left {
  float: left; }

.col-xs-auto-right {
  float: right; }

@media (min-width: 480px) {
  .col-xs1-auto {
    float: left; }

  .col-xs1-auto-right {
    float: right; } }
@media (min-width: 768px) {
  .col-sm-auto {
    float: left; }

  .col-sm-auto-right {
    float: right; } }
@media (min-width: 992px) {
  .col-md-auto {
    float: left; }

  .col-md-auto-right {
    float: right; } }
@media (min-width: 1200px) {
  .col-lg-auto {
    float: left; }

  .col-lg-auto-right {
    float: right; } }
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/**
 * Password strength
 **/
#pwstrength_viewport_progress .progress {
  background-color: #dfdfdf !important; }

/**
 * HEIGHTS
 **/
.h10 {
  height: 10px !important; }

.h11 {
  height: 11px !important; }

.h12 {
  height: 12px !important; }

.h13 {
  height: 13px !important; }

.h14 {
  height: 14px !important; }

.h15 {
  height: 15px !important; }

.h16 {
  height: 16px !important; }

.h17 {
  height: 17px !important; }

.h18 {
  height: 18px !important; }

.h19 {
  height: 19px !important; }

.h20 {
  height: 20px !important; }

.h21 {
  height: 21px !important; }

.h22 {
  height: 22px !important; }

.h23 {
  height: 23px !important; }

.h24 {
  height: 24px !important; }

.h25 {
  height: 25px !important; }

.h26 {
  height: 26px !important; }

.h27 {
  height: 27px !important; }

.h28 {
  height: 28px !important; }

.h29 {
  height: 29px !important; }

.h30 {
  height: 30px !important; }

.h30 {
  height: 30px !important; }

.h35 {
  height: 35px !important; }

.h40 {
  height: 40px !important; }

.h45 {
  height: 45px !important; }

.h50 {
  height: 50px !important; }

.h55 {
  height: 55px !important; }

.h60 {
  height: 60px !important; }

.h65 {
  height: 65px !important; }

.h70 {
  height: 70px !important; }

.h75 {
  height: 75px !important; }

.h80 {
  height: 80px !important; }

.h85 {
  height: 85px !important; }

.h90 {
  height: 90px !important; }

.h95 {
  height: 95px !important; }

.h100 {
  height: 100px !important; }

.h105 {
  height: 105px !important; }

.h110 {
  height: 110px !important; }

.h115 {
  height: 115px !important; }

.h120 {
  height: 120px !important; }

.h125 {
  height: 125px !important; }

.h130 {
  height: 130px !important; }

.h135 {
  height: 135px !important; }

.h140 {
  height: 140px !important; }

.h145 {
  height: 145px !important; }

.h150 {
  height: 150px !important; }

.h155 {
  height: 155px !important; }

.h160 {
  height: 160px !important; }

.h165 {
  height: 165px !important; }

.h170 {
  height: 170px !important; }

.h175 {
  height: 175px !important; }

.h180 {
  height: 180px !important; }

.h185 {
  height: 185px !important; }

.h190 {
  height: 190px !important; }

.h195 {
  height: 195px !important; }

.h200 {
  height: 200px !important; }

.h205 {
  height: 205px !important; }

.h210 {
  height: 210px !important; }

.h215 {
  height: 215px !important; }

.h220 {
  height: 220px !important; }

.h225 {
  height: 225px !important; }

.h230 {
  height: 230px !important; }

.h235 {
  height: 235px !important; }

.h240 {
  height: 240px !important; }

.h245 {
  height: 245px !important; }

.h250 {
  height: 250px !important; }

.h255 {
  height: 255px !important; }

.h260 {
  height: 260px !important; }

.h265 {
  height: 265px !important; }

.h270 {
  height: 270px !important; }

.h275 {
  height: 275px !important; }

.h280 {
  height: 280px !important; }

.h285 {
  height: 285px !important; }

.h290 {
  height: 290px !important; }

.h295 {
  height: 295px !important; }

.h300 {
  height: 300px !important; }

.h305 {
  height: 305px !important; }

.h310 {
  height: 310px !important; }

.h315 {
  height: 315px !important; }

.h320 {
  height: 320px !important; }

.h325 {
  height: 325px !important; }

.h330 {
  height: 330px !important; }

.h335 {
  height: 335px !important; }

.h340 {
  height: 340px !important; }

.h345 {
  height: 345px !important; }

.h350 {
  height: 350px !important; }

.h355 {
  height: 355px !important; }

.h360 {
  height: 360px !important; }

.h365 {
  height: 365px !important; }

.h370 {
  height: 370px !important; }

.h375 {
  height: 375px !important; }

.h380 {
  height: 380px !important; }

.h385 {
  height: 385px !important; }

.h390 {
  height: 390px !important; }

.h395 {
  height: 395px !important; }

.h400 {
  height: 400px !important; }

.h405 {
  height: 405px !important; }

.h410 {
  height: 410px !important; }

.h415 {
  height: 415px !important; }

.h420 {
  height: 420px !important; }

.h425 {
  height: 425px !important; }

.h430 {
  height: 430px !important; }

.h435 {
  height: 435px !important; }

.h440 {
  height: 440px !important; }

.h445 {
  height: 445px !important; }

.h450 {
  height: 450px !important; }

.h455 {
  height: 455px !important; }

.h460 {
  height: 460px !important; }

.h465 {
  height: 465px !important; }

.h470 {
  height: 470px !important; }

.h475 {
  height: 475px !important; }

.h480 {
  height: 480px !important; }

.h485 {
  height: 485px !important; }

.h490 {
  height: 490px !important; }

.h495 {
  height: 495px !important; }

.h500 {
  height: 500px !important; }

.lh1em {
  line-height: 1em !important; }

.lh15em {
  line-height: 1.5em !important; }

.lh2em {
  line-height: 2em !important; }

.hs3 {
  height: 3px !important; }

.hs5 {
  height: 5px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5i {
  margin-bottom: 5px !important; }

.bt0 {
  border-top: 0px !important; }

.minHeight200 {
  min-height: 200px; }

.minHeight300 {
  min-height: 300px; }

.minHeight400 {
  min-height: 400px; }

.minHeight500 {
  min-height: 500px; }

.height100 {
  min-height: 400px; }

.dragDropInputField {
  height: 26px !important;
  margin-top: 2px !important;
  font-size: 10px !important; }

.dragDropInputField2 {
  margin-top: 2px !important; }

.oaElement {
  padding: 10px !important; }

.minh50 {
  min-height: 50px !important; }

.mh50 {
  max-height: 50px !important; }

.minh100 {
  min-height: 100px !important; }

.mh100 {
  max-height: 100px !important; }

.minh150 {
  min-height: 150px !important; }

.mh150 {
  max-height: 150px !important; }

.minh200 {
  min-height: 200px !important; }

.mh200 {
  max-height: 200px !important; }

.minh250 {
  min-height: 250px !important; }

.mh250 {
  max-height: 250px !important; }

.minh300 {
  min-height: 300px !important; }

.mh300 {
  max-height: 300px !important; }

.minh350 {
  min-height: 350px !important; }

.mh350 {
  max-height: 350px !important; }

.minh400 {
  min-height: 400px !important; }

.mh400 {
  max-height: 400px !important; }

.minh450 {
  min-height: 450px !important; }

.mh450 {
  max-height: 450px !important; }

.minh500 {
  min-height: 500px !important; }

.mh500 {
  max-height: 500px !important; }

.minh550 {
  min-height: 550px !important; }

.mh550 {
  max-height: 550px !important; }

.minh600 {
  min-height: 600px !important; }

.mh600 {
  max-height: 600px !important; }

.minh650 {
  min-height: 650px !important; }

.mh650 {
  max-height: 650px !important; }

.minh700 {
  min-height: 700px !important; }

.mh700 {
  max-height: 700px !important; }

.minh750 {
  min-height: 750px !important; }

.mh750 {
  max-height: 750px !important; }

.minh800 {
  min-height: 800px !important; }

.mh800 {
  max-height: 800px !important; }

.minh850 {
  min-height: 850px !important; }

.mh850 {
  max-height: 850px !important; }

.minh900 {
  min-height: 900px !important; }

.mh900 {
  max-height: 900px !important; }

.minh950 {
  min-height: 950px !important; }

.mh950 {
  max-height: 950px !important; }

.minh1000 {
  min-height: 1000px !important; }

.mh1000 {
  max-height: 1000px !important; }

.w10px {
  width: 10px !important; }

.minw10px {
  min-width: 10px !important; }

.mw10px {
  max-width: 10px !important; }

.w15px {
  width: 15px !important; }

.minw15px {
  min-width: 15px !important; }

.mw15px {
  max-width: 15px !important; }

.w20px {
  width: 20px !important; }

.minw20px {
  min-width: 20px !important; }

.mw20px {
  max-width: 20px !important; }

.w25px {
  width: 25px !important; }

.minw25px {
  min-width: 25px !important; }

.mw25px {
  max-width: 25px !important; }

.w30px {
  width: 30px !important; }

.minw30px {
  min-width: 30px !important; }

.mw30px {
  max-width: 30px !important; }

.w35px {
  width: 35px !important; }

.minw35px {
  min-width: 35px !important; }

.mw35px {
  max-width: 35px !important; }

.w40px {
  width: 40px !important; }

.minw40px {
  min-width: 40px !important; }

.mw40px {
  max-width: 40px !important; }

.w45px {
  width: 45px !important; }

.minw45px {
  min-width: 45px !important; }

.mw45px {
  max-width: 45px !important; }

.w50px {
  width: 50px !important; }

.minw50px {
  min-width: 50px !important; }

.mw50px {
  max-width: 50px !important; }

.w55px {
  width: 55px !important; }

.minw55px {
  min-width: 55px !important; }

.mw55px {
  max-width: 55px !important; }

.w60px {
  width: 60px !important; }

.minw60px {
  min-width: 60px !important; }

.mw60px {
  max-width: 60px !important; }

.w65px {
  width: 65px !important; }

.minw65px {
  min-width: 65px !important; }

.mw65px {
  max-width: 65px !important; }

.w70px {
  width: 70px !important; }

.minw70px {
  min-width: 70px !important; }

.mw70px {
  max-width: 70px !important; }

.w75px {
  width: 75px !important; }

.minw75px {
  min-width: 75px !important; }

.mw75px {
  max-width: 75px !important; }

.w80px {
  width: 80px !important; }

.minw80px {
  min-width: 80px !important; }

.mw80px {
  max-width: 80px !important; }

.w85px {
  width: 85px !important; }

.minw85px {
  min-width: 85px !important; }

.mw85px {
  max-width: 85px !important; }

.w90px {
  width: 90px !important; }

.minw90px {
  min-width: 90px !important; }

.mw90px {
  max-width: 90px !important; }

.w95px {
  width: 95px !important; }

.minw95px {
  min-width: 95px !important; }

.mw95px {
  max-width: 95px !important; }

.w100px {
  width: 100px !important; }

.minw100px {
  min-width: 100px !important; }

.mw100px {
  max-width: 100px !important; }

.w105px {
  width: 105px !important; }

.minw105px {
  min-width: 105px !important; }

.mw105px {
  max-width: 105px !important; }

.w110px {
  width: 110px !important; }

.minw110px {
  min-width: 110px !important; }

.mw110px {
  max-width: 110px !important; }

.w115px {
  width: 115px !important; }

.minw115px {
  min-width: 115px !important; }

.mw115px {
  max-width: 115px !important; }

.w120px {
  width: 120px !important; }

.minw120px {
  min-width: 120px !important; }

.mw120px {
  max-width: 120px !important; }

.w125px {
  width: 125px !important; }

.minw125px {
  min-width: 125px !important; }

.mw125px {
  max-width: 125px !important; }

.w130px {
  width: 130px !important; }

.minw130px {
  min-width: 130px !important; }

.mw130px {
  max-width: 130px !important; }

.w135px {
  width: 135px !important; }

.minw135px {
  min-width: 135px !important; }

.mw135px {
  max-width: 135px !important; }

.w140px {
  width: 140px !important; }

.minw140px {
  min-width: 140px !important; }

.mw140px {
  max-width: 140px !important; }

.w145px {
  width: 145px !important; }

.minw145px {
  min-width: 145px !important; }

.mw145px {
  max-width: 145px !important; }

.w150px {
  width: 150px !important; }

.minw150px {
  min-width: 150px !important; }

.mw150px {
  max-width: 150px !important; }

.w155px {
  width: 155px !important; }

.minw155px {
  min-width: 155px !important; }

.mw155px {
  max-width: 155px !important; }

.w160px {
  width: 160px !important; }

.minw160px {
  min-width: 160px !important; }

.mw160px {
  max-width: 160px !important; }

.w165px {
  width: 165px !important; }

.minw165px {
  min-width: 165px !important; }

.mw165px {
  max-width: 165px !important; }

.w170px {
  width: 170px !important; }

.minw170px {
  min-width: 170px !important; }

.mw170px {
  max-width: 170px !important; }

.w175px {
  width: 175px !important; }

.minw175px {
  min-width: 175px !important; }

.mw175px {
  max-width: 175px !important; }

.w180px {
  width: 180px !important; }

.minw180px {
  min-width: 180px !important; }

.mw180px {
  max-width: 180px !important; }

.w185px {
  width: 185px !important; }

.minw185px {
  min-width: 185px !important; }

.mw185px {
  max-width: 185px !important; }

.w190px {
  width: 190px !important; }

.minw190px {
  min-width: 190px !important; }

.mw190px {
  max-width: 190px !important; }

.w195px {
  width: 195px !important; }

.minw195px {
  min-width: 195px !important; }

.mw195px {
  max-width: 195px !important; }

.w200px {
  width: 200px !important; }

.minw200px {
  min-width: 200px !important; }

.mw200px {
  max-width: 200px !important; }

.w205px {
  width: 205px !important; }

.minw205px {
  min-width: 205px !important; }

.mw205px {
  max-width: 205px !important; }

.w210px {
  width: 210px !important; }

.minw210px {
  min-width: 210px !important; }

.mw210px {
  max-width: 210px !important; }

.w215px {
  width: 215px !important; }

.minw215px {
  min-width: 215px !important; }

.mw215px {
  max-width: 215px !important; }

.w220px {
  width: 220px !important; }

.minw220px {
  min-width: 220px !important; }

.mw220px {
  max-width: 220px !important; }

.w225px {
  width: 225px !important; }

.minw225px {
  min-width: 225px !important; }

.mw225px {
  max-width: 225px !important; }

.w230px {
  width: 230px !important; }

.minw230px {
  min-width: 230px !important; }

.mw230px {
  max-width: 230px !important; }

.w235px {
  width: 235px !important; }

.minw235px {
  min-width: 235px !important; }

.mw235px {
  max-width: 235px !important; }

.w240px {
  width: 240px !important; }

.minw240px {
  min-width: 240px !important; }

.mw240px {
  max-width: 240px !important; }

.w245px {
  width: 245px !important; }

.minw245px {
  min-width: 245px !important; }

.mw245px {
  max-width: 245px !important; }

.w250px {
  width: 250px !important; }

.minw250px {
  min-width: 250px !important; }

.mw250px {
  max-width: 250px !important; }

.w255px {
  width: 255px !important; }

.minw255px {
  min-width: 255px !important; }

.mw255px {
  max-width: 255px !important; }

.w260px {
  width: 260px !important; }

.minw260px {
  min-width: 260px !important; }

.mw260px {
  max-width: 260px !important; }

.w265px {
  width: 265px !important; }

.minw265px {
  min-width: 265px !important; }

.mw265px {
  max-width: 265px !important; }

.w270px {
  width: 270px !important; }

.minw270px {
  min-width: 270px !important; }

.mw270px {
  max-width: 270px !important; }

.w275px {
  width: 275px !important; }

.minw275px {
  min-width: 275px !important; }

.mw275px {
  max-width: 275px !important; }

.w280px {
  width: 280px !important; }

.minw280px {
  min-width: 280px !important; }

.mw280px {
  max-width: 280px !important; }

.w285px {
  width: 285px !important; }

.minw285px {
  min-width: 285px !important; }

.mw285px {
  max-width: 285px !important; }

.w290px {
  width: 290px !important; }

.minw290px {
  min-width: 290px !important; }

.mw290px {
  max-width: 290px !important; }

.w295px {
  width: 295px !important; }

.minw295px {
  min-width: 295px !important; }

.mw295px {
  max-width: 295px !important; }

.w300px {
  width: 300px !important; }

.minw300px {
  min-width: 300px !important; }

.mw300px {
  max-width: 300px !important; }

.w305px {
  width: 305px !important; }

.minw305px {
  min-width: 305px !important; }

.mw305px {
  max-width: 305px !important; }

.w310px {
  width: 310px !important; }

.minw310px {
  min-width: 310px !important; }

.mw310px {
  max-width: 310px !important; }

.w315px {
  width: 315px !important; }

.minw315px {
  min-width: 315px !important; }

.mw315px {
  max-width: 315px !important; }

.w320px {
  width: 320px !important; }

.minw320px {
  min-width: 320px !important; }

.mw320px {
  max-width: 320px !important; }

.w325px {
  width: 325px !important; }

.minw325px {
  min-width: 325px !important; }

.mw325px {
  max-width: 325px !important; }

.w330px {
  width: 330px !important; }

.minw330px {
  min-width: 330px !important; }

.mw330px {
  max-width: 330px !important; }

.w335px {
  width: 335px !important; }

.minw335px {
  min-width: 335px !important; }

.mw335px {
  max-width: 335px !important; }

.w340px {
  width: 340px !important; }

.minw340px {
  min-width: 340px !important; }

.mw340px {
  max-width: 340px !important; }

.w345px {
  width: 345px !important; }

.minw345px {
  min-width: 345px !important; }

.mw345px {
  max-width: 345px !important; }

.w350px {
  width: 350px !important; }

.minw350px {
  min-width: 350px !important; }

.mw350px {
  max-width: 350px !important; }

.w355px {
  width: 355px !important; }

.minw355px {
  min-width: 355px !important; }

.mw355px {
  max-width: 355px !important; }

.w360px {
  width: 360px !important; }

.minw360px {
  min-width: 360px !important; }

.mw360px {
  max-width: 360px !important; }

.w365px {
  width: 365px !important; }

.minw365px {
  min-width: 365px !important; }

.mw365px {
  max-width: 365px !important; }

.w370px {
  width: 370px !important; }

.minw370px {
  min-width: 370px !important; }

.mw370px {
  max-width: 370px !important; }

.w375px {
  width: 375px !important; }

.minw375px {
  min-width: 375px !important; }

.mw375px {
  max-width: 375px !important; }

.w380px {
  width: 380px !important; }

.minw380px {
  min-width: 380px !important; }

.mw380px {
  max-width: 380px !important; }

.w385px {
  width: 385px !important; }

.minw385px {
  min-width: 385px !important; }

.mw385px {
  max-width: 385px !important; }

.w390px {
  width: 390px !important; }

.minw390px {
  min-width: 390px !important; }

.mw390px {
  max-width: 390px !important; }

.w395px {
  width: 395px !important; }

.minw395px {
  min-width: 395px !important; }

.mw395px {
  max-width: 395px !important; }

.w400px {
  width: 400px !important; }

.minw400px {
  min-width: 400px !important; }

.mw400px {
  max-width: 400px !important; }

.w405px {
  width: 405px !important; }

.minw405px {
  min-width: 405px !important; }

.mw405px {
  max-width: 405px !important; }

.w410px {
  width: 410px !important; }

.minw410px {
  min-width: 410px !important; }

.mw410px {
  max-width: 410px !important; }

.w415px {
  width: 415px !important; }

.minw415px {
  min-width: 415px !important; }

.mw415px {
  max-width: 415px !important; }

.w420px {
  width: 420px !important; }

.minw420px {
  min-width: 420px !important; }

.mw420px {
  max-width: 420px !important; }

.w425px {
  width: 425px !important; }

.minw425px {
  min-width: 425px !important; }

.mw425px {
  max-width: 425px !important; }

.w430px {
  width: 430px !important; }

.minw430px {
  min-width: 430px !important; }

.mw430px {
  max-width: 430px !important; }

.w435px {
  width: 435px !important; }

.minw435px {
  min-width: 435px !important; }

.mw435px {
  max-width: 435px !important; }

.w440px {
  width: 440px !important; }

.minw440px {
  min-width: 440px !important; }

.mw440px {
  max-width: 440px !important; }

.w445px {
  width: 445px !important; }

.minw445px {
  min-width: 445px !important; }

.mw445px {
  max-width: 445px !important; }

.w450px {
  width: 450px !important; }

.minw450px {
  min-width: 450px !important; }

.mw450px {
  max-width: 450px !important; }

.w455px {
  width: 455px !important; }

.minw455px {
  min-width: 455px !important; }

.mw455px {
  max-width: 455px !important; }

.w460px {
  width: 460px !important; }

.minw460px {
  min-width: 460px !important; }

.mw460px {
  max-width: 460px !important; }

.w465px {
  width: 465px !important; }

.minw465px {
  min-width: 465px !important; }

.mw465px {
  max-width: 465px !important; }

.w470px {
  width: 470px !important; }

.minw470px {
  min-width: 470px !important; }

.mw470px {
  max-width: 470px !important; }

.w475px {
  width: 475px !important; }

.minw475px {
  min-width: 475px !important; }

.mw475px {
  max-width: 475px !important; }

.w480px {
  width: 480px !important; }

.minw480px {
  min-width: 480px !important; }

.mw480px {
  max-width: 480px !important; }

.w485px {
  width: 485px !important; }

.minw485px {
  min-width: 485px !important; }

.mw485px {
  max-width: 485px !important; }

.w490px {
  width: 490px !important; }

.minw490px {
  min-width: 490px !important; }

.mw490px {
  max-width: 490px !important; }

.w495px {
  width: 495px !important; }

.minw495px {
  min-width: 495px !important; }

.mw495px {
  max-width: 495px !important; }

.w500px {
  width: 500px !important; }

.minw500px {
  min-width: 500px !important; }

.mw500px {
  max-width: 500px !important; }

.w505px {
  width: 505px !important; }

.minw505px {
  min-width: 505px !important; }

.mw505px {
  max-width: 505px !important; }

.w510px {
  width: 510px !important; }

.minw510px {
  min-width: 510px !important; }

.mw510px {
  max-width: 510px !important; }

.w515px {
  width: 515px !important; }

.minw515px {
  min-width: 515px !important; }

.mw515px {
  max-width: 515px !important; }

.w520px {
  width: 520px !important; }

.minw520px {
  min-width: 520px !important; }

.mw520px {
  max-width: 520px !important; }

.w525px {
  width: 525px !important; }

.minw525px {
  min-width: 525px !important; }

.mw525px {
  max-width: 525px !important; }

.w530px {
  width: 530px !important; }

.minw530px {
  min-width: 530px !important; }

.mw530px {
  max-width: 530px !important; }

.w535px {
  width: 535px !important; }

.minw535px {
  min-width: 535px !important; }

.mw535px {
  max-width: 535px !important; }

.w540px {
  width: 540px !important; }

.minw540px {
  min-width: 540px !important; }

.mw540px {
  max-width: 540px !important; }

.w545px {
  width: 545px !important; }

.minw545px {
  min-width: 545px !important; }

.mw545px {
  max-width: 545px !important; }

.w550px {
  width: 550px !important; }

.minw550px {
  min-width: 550px !important; }

.mw550px {
  max-width: 550px !important; }

.w555px {
  width: 555px !important; }

.minw555px {
  min-width: 555px !important; }

.mw555px {
  max-width: 555px !important; }

.w560px {
  width: 560px !important; }

.minw560px {
  min-width: 560px !important; }

.mw560px {
  max-width: 560px !important; }

.w565px {
  width: 565px !important; }

.minw565px {
  min-width: 565px !important; }

.mw565px {
  max-width: 565px !important; }

.w570px {
  width: 570px !important; }

.minw570px {
  min-width: 570px !important; }

.mw570px {
  max-width: 570px !important; }

.w575px {
  width: 575px !important; }

.minw575px {
  min-width: 575px !important; }

.mw575px {
  max-width: 575px !important; }

.w580px {
  width: 580px !important; }

.minw580px {
  min-width: 580px !important; }

.mw580px {
  max-width: 580px !important; }

.w585px {
  width: 585px !important; }

.minw585px {
  min-width: 585px !important; }

.mw585px {
  max-width: 585px !important; }

.w590px {
  width: 590px !important; }

.minw590px {
  min-width: 590px !important; }

.mw590px {
  max-width: 590px !important; }

.w595px {
  width: 595px !important; }

.minw595px {
  min-width: 595px !important; }

.mw595px {
  max-width: 595px !important; }

.w600px {
  width: 600px !important; }

.minw600px {
  min-width: 600px !important; }

.mw600px {
  max-width: 600px !important; }

.w605px {
  width: 605px !important; }

.minw605px {
  min-width: 605px !important; }

.mw605px {
  max-width: 605px !important; }

.w610px {
  width: 610px !important; }

.minw610px {
  min-width: 610px !important; }

.mw610px {
  max-width: 610px !important; }

.w615px {
  width: 615px !important; }

.minw615px {
  min-width: 615px !important; }

.mw615px {
  max-width: 615px !important; }

.w620px {
  width: 620px !important; }

.minw620px {
  min-width: 620px !important; }

.mw620px {
  max-width: 620px !important; }

.w625px {
  width: 625px !important; }

.minw625px {
  min-width: 625px !important; }

.mw625px {
  max-width: 625px !important; }

.w630px {
  width: 630px !important; }

.minw630px {
  min-width: 630px !important; }

.mw630px {
  max-width: 630px !important; }

.w635px {
  width: 635px !important; }

.minw635px {
  min-width: 635px !important; }

.mw635px {
  max-width: 635px !important; }

.w640px {
  width: 640px !important; }

.minw640px {
  min-width: 640px !important; }

.mw640px {
  max-width: 640px !important; }

.w645px {
  width: 645px !important; }

.minw645px {
  min-width: 645px !important; }

.mw645px {
  max-width: 645px !important; }

.w650px {
  width: 650px !important; }

.minw650px {
  min-width: 650px !important; }

.mw650px {
  max-width: 650px !important; }

.w655px {
  width: 655px !important; }

.minw655px {
  min-width: 655px !important; }

.mw655px {
  max-width: 655px !important; }

.w660px {
  width: 660px !important; }

.minw660px {
  min-width: 660px !important; }

.mw660px {
  max-width: 660px !important; }

.w665px {
  width: 665px !important; }

.minw665px {
  min-width: 665px !important; }

.mw665px {
  max-width: 665px !important; }

.w670px {
  width: 670px !important; }

.minw670px {
  min-width: 670px !important; }

.mw670px {
  max-width: 670px !important; }

.w675px {
  width: 675px !important; }

.minw675px {
  min-width: 675px !important; }

.mw675px {
  max-width: 675px !important; }

.w680px {
  width: 680px !important; }

.minw680px {
  min-width: 680px !important; }

.mw680px {
  max-width: 680px !important; }

.w685px {
  width: 685px !important; }

.minw685px {
  min-width: 685px !important; }

.mw685px {
  max-width: 685px !important; }

.w690px {
  width: 690px !important; }

.minw690px {
  min-width: 690px !important; }

.mw690px {
  max-width: 690px !important; }

.w695px {
  width: 695px !important; }

.minw695px {
  min-width: 695px !important; }

.mw695px {
  max-width: 695px !important; }

.w700px {
  width: 700px !important; }

.minw700px {
  min-width: 700px !important; }

.mw700px {
  max-width: 700px !important; }

.w705px {
  width: 705px !important; }

.minw705px {
  min-width: 705px !important; }

.mw705px {
  max-width: 705px !important; }

.w710px {
  width: 710px !important; }

.minw710px {
  min-width: 710px !important; }

.mw710px {
  max-width: 710px !important; }

.w715px {
  width: 715px !important; }

.minw715px {
  min-width: 715px !important; }

.mw715px {
  max-width: 715px !important; }

.w720px {
  width: 720px !important; }

.minw720px {
  min-width: 720px !important; }

.mw720px {
  max-width: 720px !important; }

.w725px {
  width: 725px !important; }

.minw725px {
  min-width: 725px !important; }

.mw725px {
  max-width: 725px !important; }

.w730px {
  width: 730px !important; }

.minw730px {
  min-width: 730px !important; }

.mw730px {
  max-width: 730px !important; }

.w735px {
  width: 735px !important; }

.minw735px {
  min-width: 735px !important; }

.mw735px {
  max-width: 735px !important; }

.w740px {
  width: 740px !important; }

.minw740px {
  min-width: 740px !important; }

.mw740px {
  max-width: 740px !important; }

.w745px {
  width: 745px !important; }

.minw745px {
  min-width: 745px !important; }

.mw745px {
  max-width: 745px !important; }

.w750px {
  width: 750px !important; }

.minw750px {
  min-width: 750px !important; }

.mw750px {
  max-width: 750px !important; }

.w755px {
  width: 755px !important; }

.minw755px {
  min-width: 755px !important; }

.mw755px {
  max-width: 755px !important; }

.w760px {
  width: 760px !important; }

.minw760px {
  min-width: 760px !important; }

.mw760px {
  max-width: 760px !important; }

.w765px {
  width: 765px !important; }

.minw765px {
  min-width: 765px !important; }

.mw765px {
  max-width: 765px !important; }

.w770px {
  width: 770px !important; }

.minw770px {
  min-width: 770px !important; }

.mw770px {
  max-width: 770px !important; }

.w775px {
  width: 775px !important; }

.minw775px {
  min-width: 775px !important; }

.mw775px {
  max-width: 775px !important; }

.w780px {
  width: 780px !important; }

.minw780px {
  min-width: 780px !important; }

.mw780px {
  max-width: 780px !important; }

.w785px {
  width: 785px !important; }

.minw785px {
  min-width: 785px !important; }

.mw785px {
  max-width: 785px !important; }

.w790px {
  width: 790px !important; }

.minw790px {
  min-width: 790px !important; }

.mw790px {
  max-width: 790px !important; }

.w795px {
  width: 795px !important; }

.minw795px {
  min-width: 795px !important; }

.mw795px {
  max-width: 795px !important; }

.w800px {
  width: 800px !important; }

.minw800px {
  min-width: 800px !important; }

.mw800px {
  max-width: 800px !important; }

.w805px {
  width: 805px !important; }

.minw805px {
  min-width: 805px !important; }

.mw805px {
  max-width: 805px !important; }

.w810px {
  width: 810px !important; }

.minw810px {
  min-width: 810px !important; }

.mw810px {
  max-width: 810px !important; }

.w815px {
  width: 815px !important; }

.minw815px {
  min-width: 815px !important; }

.mw815px {
  max-width: 815px !important; }

.w820px {
  width: 820px !important; }

.minw820px {
  min-width: 820px !important; }

.mw820px {
  max-width: 820px !important; }

.w825px {
  width: 825px !important; }

.minw825px {
  min-width: 825px !important; }

.mw825px {
  max-width: 825px !important; }

.w830px {
  width: 830px !important; }

.minw830px {
  min-width: 830px !important; }

.mw830px {
  max-width: 830px !important; }

.w835px {
  width: 835px !important; }

.minw835px {
  min-width: 835px !important; }

.mw835px {
  max-width: 835px !important; }

.w840px {
  width: 840px !important; }

.minw840px {
  min-width: 840px !important; }

.mw840px {
  max-width: 840px !important; }

.w845px {
  width: 845px !important; }

.minw845px {
  min-width: 845px !important; }

.mw845px {
  max-width: 845px !important; }

.w850px {
  width: 850px !important; }

.minw850px {
  min-width: 850px !important; }

.mw850px {
  max-width: 850px !important; }

.w855px {
  width: 855px !important; }

.minw855px {
  min-width: 855px !important; }

.mw855px {
  max-width: 855px !important; }

.w860px {
  width: 860px !important; }

.minw860px {
  min-width: 860px !important; }

.mw860px {
  max-width: 860px !important; }

.w865px {
  width: 865px !important; }

.minw865px {
  min-width: 865px !important; }

.mw865px {
  max-width: 865px !important; }

.w870px {
  width: 870px !important; }

.minw870px {
  min-width: 870px !important; }

.mw870px {
  max-width: 870px !important; }

.w875px {
  width: 875px !important; }

.minw875px {
  min-width: 875px !important; }

.mw875px {
  max-width: 875px !important; }

.w880px {
  width: 880px !important; }

.minw880px {
  min-width: 880px !important; }

.mw880px {
  max-width: 880px !important; }

.w885px {
  width: 885px !important; }

.minw885px {
  min-width: 885px !important; }

.mw885px {
  max-width: 885px !important; }

.w890px {
  width: 890px !important; }

.minw890px {
  min-width: 890px !important; }

.mw890px {
  max-width: 890px !important; }

.w895px {
  width: 895px !important; }

.minw895px {
  min-width: 895px !important; }

.mw895px {
  max-width: 895px !important; }

.w900px {
  width: 900px !important; }

.minw900px {
  min-width: 900px !important; }

.mw900px {
  max-width: 900px !important; }

.w905px {
  width: 905px !important; }

.minw905px {
  min-width: 905px !important; }

.mw905px {
  max-width: 905px !important; }

.w910px {
  width: 910px !important; }

.minw910px {
  min-width: 910px !important; }

.mw910px {
  max-width: 910px !important; }

.w915px {
  width: 915px !important; }

.minw915px {
  min-width: 915px !important; }

.mw915px {
  max-width: 915px !important; }

.w920px {
  width: 920px !important; }

.minw920px {
  min-width: 920px !important; }

.mw920px {
  max-width: 920px !important; }

.w925px {
  width: 925px !important; }

.minw925px {
  min-width: 925px !important; }

.mw925px {
  max-width: 925px !important; }

.w930px {
  width: 930px !important; }

.minw930px {
  min-width: 930px !important; }

.mw930px {
  max-width: 930px !important; }

.w935px {
  width: 935px !important; }

.minw935px {
  min-width: 935px !important; }

.mw935px {
  max-width: 935px !important; }

.w940px {
  width: 940px !important; }

.minw940px {
  min-width: 940px !important; }

.mw940px {
  max-width: 940px !important; }

.w945px {
  width: 945px !important; }

.minw945px {
  min-width: 945px !important; }

.mw945px {
  max-width: 945px !important; }

.w950px {
  width: 950px !important; }

.minw950px {
  min-width: 950px !important; }

.mw950px {
  max-width: 950px !important; }

.w955px {
  width: 955px !important; }

.minw955px {
  min-width: 955px !important; }

.mw955px {
  max-width: 955px !important; }

.w960px {
  width: 960px !important; }

.minw960px {
  min-width: 960px !important; }

.mw960px {
  max-width: 960px !important; }

.w965px {
  width: 965px !important; }

.minw965px {
  min-width: 965px !important; }

.mw965px {
  max-width: 965px !important; }

.w970px {
  width: 970px !important; }

.minw970px {
  min-width: 970px !important; }

.mw970px {
  max-width: 970px !important; }

.w975px {
  width: 975px !important; }

.minw975px {
  min-width: 975px !important; }

.mw975px {
  max-width: 975px !important; }

.w980px {
  width: 980px !important; }

.minw980px {
  min-width: 980px !important; }

.mw980px {
  max-width: 980px !important; }

.w985px {
  width: 985px !important; }

.minw985px {
  min-width: 985px !important; }

.mw985px {
  max-width: 985px !important; }

.w990px {
  width: 990px !important; }

.minw990px {
  min-width: 990px !important; }

.mw990px {
  max-width: 990px !important; }

.w995px {
  width: 995px !important; }

.minw995px {
  min-width: 995px !important; }

.mw995px {
  max-width: 995px !important; }

.w1000px {
  width: 1000px !important; }

.minw1000px {
  min-width: 1000px !important; }

.mw1000px {
  max-width: 1000px !important; }

.w1005px {
  width: 1005px !important; }

.minw1005px {
  min-width: 1005px !important; }

.mw1005px {
  max-width: 1005px !important; }

.w1010px {
  width: 1010px !important; }

.minw1010px {
  min-width: 1010px !important; }

.mw1010px {
  max-width: 1010px !important; }

.w1015px {
  width: 1015px !important; }

.minw1015px {
  min-width: 1015px !important; }

.mw1015px {
  max-width: 1015px !important; }

.w1020px {
  width: 1020px !important; }

.minw1020px {
  min-width: 1020px !important; }

.mw1020px {
  max-width: 1020px !important; }

.w1025px {
  width: 1025px !important; }

.minw1025px {
  min-width: 1025px !important; }

.mw1025px {
  max-width: 1025px !important; }

.w1030px {
  width: 1030px !important; }

.minw1030px {
  min-width: 1030px !important; }

.mw1030px {
  max-width: 1030px !important; }

.w1035px {
  width: 1035px !important; }

.minw1035px {
  min-width: 1035px !important; }

.mw1035px {
  max-width: 1035px !important; }

.w1040px {
  width: 1040px !important; }

.minw1040px {
  min-width: 1040px !important; }

.mw1040px {
  max-width: 1040px !important; }

.w1045px {
  width: 1045px !important; }

.minw1045px {
  min-width: 1045px !important; }

.mw1045px {
  max-width: 1045px !important; }

.w1050px {
  width: 1050px !important; }

.minw1050px {
  min-width: 1050px !important; }

.mw1050px {
  max-width: 1050px !important; }

.w1055px {
  width: 1055px !important; }

.minw1055px {
  min-width: 1055px !important; }

.mw1055px {
  max-width: 1055px !important; }

.w1060px {
  width: 1060px !important; }

.minw1060px {
  min-width: 1060px !important; }

.mw1060px {
  max-width: 1060px !important; }

.w1065px {
  width: 1065px !important; }

.minw1065px {
  min-width: 1065px !important; }

.mw1065px {
  max-width: 1065px !important; }

.w1070px {
  width: 1070px !important; }

.minw1070px {
  min-width: 1070px !important; }

.mw1070px {
  max-width: 1070px !important; }

.w1075px {
  width: 1075px !important; }

.minw1075px {
  min-width: 1075px !important; }

.mw1075px {
  max-width: 1075px !important; }

.w1080px {
  width: 1080px !important; }

.minw1080px {
  min-width: 1080px !important; }

.mw1080px {
  max-width: 1080px !important; }

.w1085px {
  width: 1085px !important; }

.minw1085px {
  min-width: 1085px !important; }

.mw1085px {
  max-width: 1085px !important; }

.w1090px {
  width: 1090px !important; }

.minw1090px {
  min-width: 1090px !important; }

.mw1090px {
  max-width: 1090px !important; }

.w1095px {
  width: 1095px !important; }

.minw1095px {
  min-width: 1095px !important; }

.mw1095px {
  max-width: 1095px !important; }

.w1100px {
  width: 1100px !important; }

.minw1100px {
  min-width: 1100px !important; }

.mw1100px {
  max-width: 1100px !important; }

.w1105px {
  width: 1105px !important; }

.minw1105px {
  min-width: 1105px !important; }

.mw1105px {
  max-width: 1105px !important; }

.w1110px {
  width: 1110px !important; }

.minw1110px {
  min-width: 1110px !important; }

.mw1110px {
  max-width: 1110px !important; }

.w1115px {
  width: 1115px !important; }

.minw1115px {
  min-width: 1115px !important; }

.mw1115px {
  max-width: 1115px !important; }

.w1120px {
  width: 1120px !important; }

.minw1120px {
  min-width: 1120px !important; }

.mw1120px {
  max-width: 1120px !important; }

.w1125px {
  width: 1125px !important; }

.minw1125px {
  min-width: 1125px !important; }

.mw1125px {
  max-width: 1125px !important; }

.w1130px {
  width: 1130px !important; }

.minw1130px {
  min-width: 1130px !important; }

.mw1130px {
  max-width: 1130px !important; }

.w1135px {
  width: 1135px !important; }

.minw1135px {
  min-width: 1135px !important; }

.mw1135px {
  max-width: 1135px !important; }

.w1140px {
  width: 1140px !important; }

.minw1140px {
  min-width: 1140px !important; }

.mw1140px {
  max-width: 1140px !important; }

.w1145px {
  width: 1145px !important; }

.minw1145px {
  min-width: 1145px !important; }

.mw1145px {
  max-width: 1145px !important; }

.w1150px {
  width: 1150px !important; }

.minw1150px {
  min-width: 1150px !important; }

.mw1150px {
  max-width: 1150px !important; }

.w1155px {
  width: 1155px !important; }

.minw1155px {
  min-width: 1155px !important; }

.mw1155px {
  max-width: 1155px !important; }

.w1160px {
  width: 1160px !important; }

.minw1160px {
  min-width: 1160px !important; }

.mw1160px {
  max-width: 1160px !important; }

.w1165px {
  width: 1165px !important; }

.minw1165px {
  min-width: 1165px !important; }

.mw1165px {
  max-width: 1165px !important; }

.w1170px {
  width: 1170px !important; }

.minw1170px {
  min-width: 1170px !important; }

.mw1170px {
  max-width: 1170px !important; }

.w1175px {
  width: 1175px !important; }

.minw1175px {
  min-width: 1175px !important; }

.mw1175px {
  max-width: 1175px !important; }

.w1180px {
  width: 1180px !important; }

.minw1180px {
  min-width: 1180px !important; }

.mw1180px {
  max-width: 1180px !important; }

.w1185px {
  width: 1185px !important; }

.minw1185px {
  min-width: 1185px !important; }

.mw1185px {
  max-width: 1185px !important; }

.w1190px {
  width: 1190px !important; }

.minw1190px {
  min-width: 1190px !important; }

.mw1190px {
  max-width: 1190px !important; }

.w1195px {
  width: 1195px !important; }

.minw1195px {
  min-width: 1195px !important; }

.mw1195px {
  max-width: 1195px !important; }

.w1200px {
  width: 1200px !important; }

.minw1200px {
  min-width: 1200px !important; }

.mw1200px {
  max-width: 1200px !important; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.wauto {
  width: auto; }

.w360pxi {
  width: 360px !important; }

.w100i {
  width: 100% !important; }

.w15px {
  width: 15px; }

.nobold {
  font-weight: normal !important; }

.small {
  font-size: 10px; }

.normal {
  font-size: 13px !important; }

.text-size-8 {
  font-size: 8px !important; }

.text-size-9 {
  font-size: 9px !important; }

.text-size-10 {
  font-size: 10px !important; }

.text-size-11 {
  font-size: 11px !important; }

.text-size-12 {
  font-size: 12px !important; }

.text-size-13 {
  font-size: 13px !important; }

.text-size-14 {
  font-size: 14px !important; }

.text-size-15 {
  font-size: 15px !important; }

.text-size-16 {
  font-size: 16px !important; }

.text-size-17 {
  font-size: 17px !important; }

.text-size-18 {
  font-size: 18px !important; }

.text-size-19 {
  font-size: 19px !important; }

.text-size-20 {
  font-size: 20px !important; }

.text-size-21 {
  font-size: 21px !important; }

.text-size-22 {
  font-size: 22px !important; }

.text-size-23 {
  font-size: 23px !important; }

.text-size-24 {
  font-size: 24px !important; }

.text-size-25 {
  font-size: 25px !important; }

.text-size-26 {
  font-size: 26px !important; }

.text-size-27 {
  font-size: 27px !important; }

.text-size-28 {
  font-size: 28px !important; }

.text-size-29 {
  font-size: 29px !important; }

.text-size-30 {
  font-size: 30px !important; }

.text-size-31 {
  font-size: 31px !important; }

.text-size-32 {
  font-size: 32px !important; }

.text-size-33 {
  font-size: 33px !important; }

.text-size-34 {
  font-size: 34px !important; }

.text-size-35 {
  font-size: 35px !important; }

.text-size-36 {
  font-size: 36px !important; }

.text-size-37 {
  font-size: 37px !important; }

.text-size-38 {
  font-size: 38px !important; }

.text-size-39 {
  font-size: 39px !important; }

.text-size-40 {
  font-size: 40px !important; }

.text-size-41 {
  font-size: 41px !important; }

.text-size-42 {
  font-size: 42px !important; }

.text-size-43 {
  font-size: 43px !important; }

.text-size-44 {
  font-size: 44px !important; }

.text-size-45 {
  font-size: 45px !important; }

.text-size-46 {
  font-size: 46px !important; }

.text-size-47 {
  font-size: 47px !important; }

.text-size-48 {
  font-size: 48px !important; }

.text-size-49 {
  font-size: 49px !important; }

.text-size-50 {
  font-size: 50px !important; }

.text-size-13em {
  font-size: 13em !important; }

.font-light {
  font-weight: 100 !important; }

.font-light2 {
  font-weight: 200 !important; }

.font-light3 {
  font-weight: 300 !important; }

.font-light4 {
  font-weight: 400 !important; }

.font-light5 {
  font-weight: 500 !important; }

.clickable {
  cursor: pointer; }

.divider {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.divider.op5 {
  opacity: 0.5; }

.divider-dark {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #555; }

.divider-light {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #f5f5f5; }

.divider-small {
  height: 1px !important;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.divider-light.grey {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #666 !important; }

.divider-light.dark-grey {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #d8d8d8 !important; }

.bars-gray {
  color: #dfdfdf; }

.dragHandler {
  height: 100% !important;
  width: 24px;
  padding: 6px;
  background-image: url("../images/form/Grippy.png");
  background-repeat: repeat-y;
  background-position-x: 0px;
  background-position-y: 6px;
  background-attachment: scroll;
  background-origin: content-box;
  box-sizing: border-box;
  cursor: move; }

/**
 * PADDINGS
 */
.p1 {
  padding: 1px; }

.p1i {
  padding: 1px !important; }

.mrg1 {
  padding: 1px; }

.mrg1i {
  padding: 1px !important; }

.p2 {
  padding: 2px; }

.p2i {
  padding: 2px !important; }

.mrg2 {
  padding: 2px; }

.mrg2i {
  padding: 2px !important; }

.p3 {
  padding: 3px; }

.p3i {
  padding: 3px !important; }

.mrg3 {
  padding: 3px; }

.mrg3i {
  padding: 3px !important; }

.p4 {
  padding: 4px; }

.p4i {
  padding: 4px !important; }

.mrg4 {
  padding: 4px; }

.mrg4i {
  padding: 4px !important; }

.p5 {
  padding: 5px; }

.p5i {
  padding: 5px !important; }

.mrg5 {
  padding: 5px; }

.mrg5i {
  padding: 5px !important; }

.p6 {
  padding: 6px; }

.p6i {
  padding: 6px !important; }

.mrg6 {
  padding: 6px; }

.mrg6i {
  padding: 6px !important; }

.p7 {
  padding: 7px; }

.p7i {
  padding: 7px !important; }

.mrg7 {
  padding: 7px; }

.mrg7i {
  padding: 7px !important; }

.p8 {
  padding: 8px; }

.p8i {
  padding: 8px !important; }

.mrg8 {
  padding: 8px; }

.mrg8i {
  padding: 8px !important; }

.p9 {
  padding: 9px; }

.p9i {
  padding: 9px !important; }

.mrg9 {
  padding: 9px; }

.mrg9i {
  padding: 9px !important; }

.p10 {
  padding: 10px; }

.p10i {
  padding: 10px !important; }

.mrg10 {
  padding: 10px; }

.mrg10i {
  padding: 10px !important; }

.p11 {
  padding: 11px; }

.p11i {
  padding: 11px !important; }

.mrg11 {
  padding: 11px; }

.mrg11i {
  padding: 11px !important; }

.p12 {
  padding: 12px; }

.p12i {
  padding: 12px !important; }

.mrg12 {
  padding: 12px; }

.mrg12i {
  padding: 12px !important; }

.p13 {
  padding: 13px; }

.p13i {
  padding: 13px !important; }

.mrg13 {
  padding: 13px; }

.mrg13i {
  padding: 13px !important; }

.p14 {
  padding: 14px; }

.p14i {
  padding: 14px !important; }

.mrg14 {
  padding: 14px; }

.mrg14i {
  padding: 14px !important; }

.p15 {
  padding: 15px; }

.p15i {
  padding: 15px !important; }

.mrg15 {
  padding: 15px; }

.mrg15i {
  padding: 15px !important; }

.p16 {
  padding: 16px; }

.p16i {
  padding: 16px !important; }

.mrg16 {
  padding: 16px; }

.mrg16i {
  padding: 16px !important; }

.p17 {
  padding: 17px; }

.p17i {
  padding: 17px !important; }

.mrg17 {
  padding: 17px; }

.mrg17i {
  padding: 17px !important; }

.p18 {
  padding: 18px; }

.p18i {
  padding: 18px !important; }

.mrg18 {
  padding: 18px; }

.mrg18i {
  padding: 18px !important; }

.p19 {
  padding: 19px; }

.p19i {
  padding: 19px !important; }

.mrg19 {
  padding: 19px; }

.mrg19i {
  padding: 19px !important; }

.p20 {
  padding: 20px; }

.p20i {
  padding: 20px !important; }

.mrg20 {
  padding: 20px; }

.mrg20i {
  padding: 20px !important; }

.p21 {
  padding: 21px; }

.p21i {
  padding: 21px !important; }

.mrg21 {
  padding: 21px; }

.mrg21i {
  padding: 21px !important; }

.p22 {
  padding: 22px; }

.p22i {
  padding: 22px !important; }

.mrg22 {
  padding: 22px; }

.mrg22i {
  padding: 22px !important; }

.p23 {
  padding: 23px; }

.p23i {
  padding: 23px !important; }

.mrg23 {
  padding: 23px; }

.mrg23i {
  padding: 23px !important; }

.p24 {
  padding: 24px; }

.p24i {
  padding: 24px !important; }

.mrg24 {
  padding: 24px; }

.mrg24i {
  padding: 24px !important; }

.p25 {
  padding: 25px; }

.p25i {
  padding: 25px !important; }

.mrg25 {
  padding: 25px; }

.mrg25i {
  padding: 25px !important; }

.p26 {
  padding: 26px; }

.p26i {
  padding: 26px !important; }

.mrg26 {
  padding: 26px; }

.mrg26i {
  padding: 26px !important; }

.p27 {
  padding: 27px; }

.p27i {
  padding: 27px !important; }

.mrg27 {
  padding: 27px; }

.mrg27i {
  padding: 27px !important; }

.p28 {
  padding: 28px; }

.p28i {
  padding: 28px !important; }

.mrg28 {
  padding: 28px; }

.mrg28i {
  padding: 28px !important; }

.p29 {
  padding: 29px; }

.p29i {
  padding: 29px !important; }

.mrg29 {
  padding: 29px; }

.mrg29i {
  padding: 29px !important; }

.p30 {
  padding: 30px; }

.p30i {
  padding: 30px !important; }

.mrg30 {
  padding: 30px; }

.mrg30i {
  padding: 30px !important; }

.p31 {
  padding: 31px; }

.p31i {
  padding: 31px !important; }

.mrg31 {
  padding: 31px; }

.mrg31i {
  padding: 31px !important; }

.p32 {
  padding: 32px; }

.p32i {
  padding: 32px !important; }

.mrg32 {
  padding: 32px; }

.mrg32i {
  padding: 32px !important; }

.p33 {
  padding: 33px; }

.p33i {
  padding: 33px !important; }

.mrg33 {
  padding: 33px; }

.mrg33i {
  padding: 33px !important; }

.p34 {
  padding: 34px; }

.p34i {
  padding: 34px !important; }

.mrg34 {
  padding: 34px; }

.mrg34i {
  padding: 34px !important; }

.p35 {
  padding: 35px; }

.p35i {
  padding: 35px !important; }

.mrg35 {
  padding: 35px; }

.mrg35i {
  padding: 35px !important; }

.p36 {
  padding: 36px; }

.p36i {
  padding: 36px !important; }

.mrg36 {
  padding: 36px; }

.mrg36i {
  padding: 36px !important; }

.p37 {
  padding: 37px; }

.p37i {
  padding: 37px !important; }

.mrg37 {
  padding: 37px; }

.mrg37i {
  padding: 37px !important; }

.p38 {
  padding: 38px; }

.p38i {
  padding: 38px !important; }

.mrg38 {
  padding: 38px; }

.mrg38i {
  padding: 38px !important; }

.p39 {
  padding: 39px; }

.p39i {
  padding: 39px !important; }

.mrg39 {
  padding: 39px; }

.mrg39i {
  padding: 39px !important; }

.p40 {
  padding: 40px; }

.p40i {
  padding: 40px !important; }

.mrg40 {
  padding: 40px; }

.mrg40i {
  padding: 40px !important; }

/**
 * PADDING
 */
.no-padding-left {
  padding-left: 0px !important; }

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

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

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

.no-padding, .p0i {
  padding: 0px !important; }

.no-margin, .m0i {
  margin: 0px !important; }

.pl0 {
  padding-left: 0px; }

.pl0i {
  padding-left: 0px !important; }

.pr0 {
  padding-right: 0px; }

.pr0i {
  padding-right: 0px !important; }

.pt0 {
  padding-top: 0px; }

.pt0i {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px; }

.pb0i {
  padding-bottom: 0px !important; }

.mt0 {
  margin-top: 0px; }

.mt0i {
  margin-top: 0px !important; }

.ml0 {
  margin-left: 0px; }

.ml0i {
  margin-left: 0px !important; }

.ml-0i {
  margin-left: -0px !important; }

.mr0 {
  margin-right: 0px; }

.mr0i {
  margin-right: 0px !important; }

.mrm0i {
  margin-right: -0px !important; }

.mb0 {
  margin-bottom: 0px; }

.mb0i {
  margin-bottom: 0px !important; }

.m-b0 {
  margin-bottom: -0px; }

.m-b0i {
  margin-bottom: -0px !important; }

.pl1 {
  padding-left: 1px; }

.pl1i {
  padding-left: 1px !important; }

.pr1 {
  padding-right: 1px; }

.pr1i {
  padding-right: 1px !important; }

.pt1 {
  padding-top: 1px; }

.pt1i {
  padding-top: 1px !important; }

.pb1 {
  padding-bottom: 1px; }

.pb1i {
  padding-bottom: 1px !important; }

.mt1 {
  margin-top: 1px; }

.mt1i {
  margin-top: 1px !important; }

.ml1 {
  margin-left: 1px; }

.ml1i {
  margin-left: 1px !important; }

.ml-1i {
  margin-left: -1px !important; }

.mr1 {
  margin-right: 1px; }

.mr1i {
  margin-right: 1px !important; }

.mrm1i {
  margin-right: -1px !important; }

.mb1 {
  margin-bottom: 1px; }

.mb1i {
  margin-bottom: 1px !important; }

.m-b1 {
  margin-bottom: -1px; }

.m-b1i {
  margin-bottom: -1px !important; }

.pl2 {
  padding-left: 2px; }

.pl2i {
  padding-left: 2px !important; }

.pr2 {
  padding-right: 2px; }

.pr2i {
  padding-right: 2px !important; }

.pt2 {
  padding-top: 2px; }

.pt2i {
  padding-top: 2px !important; }

.pb2 {
  padding-bottom: 2px; }

.pb2i {
  padding-bottom: 2px !important; }

.mt2 {
  margin-top: 2px; }

.mt2i {
  margin-top: 2px !important; }

.ml2 {
  margin-left: 2px; }

.ml2i {
  margin-left: 2px !important; }

.ml-2i {
  margin-left: -2px !important; }

.mr2 {
  margin-right: 2px; }

.mr2i {
  margin-right: 2px !important; }

.mrm2i {
  margin-right: -2px !important; }

.mb2 {
  margin-bottom: 2px; }

.mb2i {
  margin-bottom: 2px !important; }

.m-b2 {
  margin-bottom: -2px; }

.m-b2i {
  margin-bottom: -2px !important; }

.pl3 {
  padding-left: 3px; }

.pl3i {
  padding-left: 3px !important; }

.pr3 {
  padding-right: 3px; }

.pr3i {
  padding-right: 3px !important; }

.pt3 {
  padding-top: 3px; }

.pt3i {
  padding-top: 3px !important; }

.pb3 {
  padding-bottom: 3px; }

.pb3i {
  padding-bottom: 3px !important; }

.mt3 {
  margin-top: 3px; }

.mt3i {
  margin-top: 3px !important; }

.ml3 {
  margin-left: 3px; }

.ml3i {
  margin-left: 3px !important; }

.ml-3i {
  margin-left: -3px !important; }

.mr3 {
  margin-right: 3px; }

.mr3i {
  margin-right: 3px !important; }

.mrm3i {
  margin-right: -3px !important; }

.mb3 {
  margin-bottom: 3px; }

.mb3i {
  margin-bottom: 3px !important; }

.m-b3 {
  margin-bottom: -3px; }

.m-b3i {
  margin-bottom: -3px !important; }

.pl4 {
  padding-left: 4px; }

.pl4i {
  padding-left: 4px !important; }

.pr4 {
  padding-right: 4px; }

.pr4i {
  padding-right: 4px !important; }

.pt4 {
  padding-top: 4px; }

.pt4i {
  padding-top: 4px !important; }

.pb4 {
  padding-bottom: 4px; }

.pb4i {
  padding-bottom: 4px !important; }

.mt4 {
  margin-top: 4px; }

.mt4i {
  margin-top: 4px !important; }

.ml4 {
  margin-left: 4px; }

.ml4i {
  margin-left: 4px !important; }

.ml-4i {
  margin-left: -4px !important; }

.mr4 {
  margin-right: 4px; }

.mr4i {
  margin-right: 4px !important; }

.mrm4i {
  margin-right: -4px !important; }

.mb4 {
  margin-bottom: 4px; }

.mb4i {
  margin-bottom: 4px !important; }

.m-b4 {
  margin-bottom: -4px; }

.m-b4i {
  margin-bottom: -4px !important; }

.pl5 {
  padding-left: 5px; }

.pl5i {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px; }

.pr5i {
  padding-right: 5px !important; }

.pt5 {
  padding-top: 5px; }

.pt5i {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px; }

.pb5i {
  padding-bottom: 5px !important; }

.mt5 {
  margin-top: 5px; }

.mt5i {
  margin-top: 5px !important; }

.ml5 {
  margin-left: 5px; }

.ml5i {
  margin-left: 5px !important; }

.ml-5i {
  margin-left: -5px !important; }

.mr5 {
  margin-right: 5px; }

.mr5i {
  margin-right: 5px !important; }

.mrm5i {
  margin-right: -5px !important; }

.mb5 {
  margin-bottom: 5px; }

.mb5i {
  margin-bottom: 5px !important; }

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

.m-b5i {
  margin-bottom: -5px !important; }

.pl6 {
  padding-left: 6px; }

.pl6i {
  padding-left: 6px !important; }

.pr6 {
  padding-right: 6px; }

.pr6i {
  padding-right: 6px !important; }

.pt6 {
  padding-top: 6px; }

.pt6i {
  padding-top: 6px !important; }

.pb6 {
  padding-bottom: 6px; }

.pb6i {
  padding-bottom: 6px !important; }

.mt6 {
  margin-top: 6px; }

.mt6i {
  margin-top: 6px !important; }

.ml6 {
  margin-left: 6px; }

.ml6i {
  margin-left: 6px !important; }

.ml-6i {
  margin-left: -6px !important; }

.mr6 {
  margin-right: 6px; }

.mr6i {
  margin-right: 6px !important; }

.mrm6i {
  margin-right: -6px !important; }

.mb6 {
  margin-bottom: 6px; }

.mb6i {
  margin-bottom: 6px !important; }

.m-b6 {
  margin-bottom: -6px; }

.m-b6i {
  margin-bottom: -6px !important; }

.pl7 {
  padding-left: 7px; }

.pl7i {
  padding-left: 7px !important; }

.pr7 {
  padding-right: 7px; }

.pr7i {
  padding-right: 7px !important; }

.pt7 {
  padding-top: 7px; }

.pt7i {
  padding-top: 7px !important; }

.pb7 {
  padding-bottom: 7px; }

.pb7i {
  padding-bottom: 7px !important; }

.mt7 {
  margin-top: 7px; }

.mt7i {
  margin-top: 7px !important; }

.ml7 {
  margin-left: 7px; }

.ml7i {
  margin-left: 7px !important; }

.ml-7i {
  margin-left: -7px !important; }

.mr7 {
  margin-right: 7px; }

.mr7i {
  margin-right: 7px !important; }

.mrm7i {
  margin-right: -7px !important; }

.mb7 {
  margin-bottom: 7px; }

.mb7i {
  margin-bottom: 7px !important; }

.m-b7 {
  margin-bottom: -7px; }

.m-b7i {
  margin-bottom: -7px !important; }

.pl8 {
  padding-left: 8px; }

.pl8i {
  padding-left: 8px !important; }

.pr8 {
  padding-right: 8px; }

.pr8i {
  padding-right: 8px !important; }

.pt8 {
  padding-top: 8px; }

.pt8i {
  padding-top: 8px !important; }

.pb8 {
  padding-bottom: 8px; }

.pb8i {
  padding-bottom: 8px !important; }

.mt8 {
  margin-top: 8px; }

.mt8i {
  margin-top: 8px !important; }

.ml8 {
  margin-left: 8px; }

.ml8i {
  margin-left: 8px !important; }

.ml-8i {
  margin-left: -8px !important; }

.mr8 {
  margin-right: 8px; }

.mr8i {
  margin-right: 8px !important; }

.mrm8i {
  margin-right: -8px !important; }

.mb8 {
  margin-bottom: 8px; }

.mb8i {
  margin-bottom: 8px !important; }

.m-b8 {
  margin-bottom: -8px; }

.m-b8i {
  margin-bottom: -8px !important; }

.pl9 {
  padding-left: 9px; }

.pl9i {
  padding-left: 9px !important; }

.pr9 {
  padding-right: 9px; }

.pr9i {
  padding-right: 9px !important; }

.pt9 {
  padding-top: 9px; }

.pt9i {
  padding-top: 9px !important; }

.pb9 {
  padding-bottom: 9px; }

.pb9i {
  padding-bottom: 9px !important; }

.mt9 {
  margin-top: 9px; }

.mt9i {
  margin-top: 9px !important; }

.ml9 {
  margin-left: 9px; }

.ml9i {
  margin-left: 9px !important; }

.ml-9i {
  margin-left: -9px !important; }

.mr9 {
  margin-right: 9px; }

.mr9i {
  margin-right: 9px !important; }

.mrm9i {
  margin-right: -9px !important; }

.mb9 {
  margin-bottom: 9px; }

.mb9i {
  margin-bottom: 9px !important; }

.m-b9 {
  margin-bottom: -9px; }

.m-b9i {
  margin-bottom: -9px !important; }

.pl10 {
  padding-left: 10px; }

.pl10i {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px; }

.pr10i {
  padding-right: 10px !important; }

.pt10 {
  padding-top: 10px; }

.pt10i {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px; }

.pb10i {
  padding-bottom: 10px !important; }

.mt10 {
  margin-top: 10px; }

.mt10i {
  margin-top: 10px !important; }

.ml10 {
  margin-left: 10px; }

.ml10i {
  margin-left: 10px !important; }

.ml-10i {
  margin-left: -10px !important; }

.mr10 {
  margin-right: 10px; }

.mr10i {
  margin-right: 10px !important; }

.mrm10i {
  margin-right: -10px !important; }

.mb10 {
  margin-bottom: 10px; }

.mb10i {
  margin-bottom: 10px !important; }

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

.m-b10i {
  margin-bottom: -10px !important; }

.pl11 {
  padding-left: 11px; }

.pl11i {
  padding-left: 11px !important; }

.pr11 {
  padding-right: 11px; }

.pr11i {
  padding-right: 11px !important; }

.pt11 {
  padding-top: 11px; }

.pt11i {
  padding-top: 11px !important; }

.pb11 {
  padding-bottom: 11px; }

.pb11i {
  padding-bottom: 11px !important; }

.mt11 {
  margin-top: 11px; }

.mt11i {
  margin-top: 11px !important; }

.ml11 {
  margin-left: 11px; }

.ml11i {
  margin-left: 11px !important; }

.ml-11i {
  margin-left: -11px !important; }

.mr11 {
  margin-right: 11px; }

.mr11i {
  margin-right: 11px !important; }

.mrm11i {
  margin-right: -11px !important; }

.mb11 {
  margin-bottom: 11px; }

.mb11i {
  margin-bottom: 11px !important; }

.m-b11 {
  margin-bottom: -11px; }

.m-b11i {
  margin-bottom: -11px !important; }

.pl12 {
  padding-left: 12px; }

.pl12i {
  padding-left: 12px !important; }

.pr12 {
  padding-right: 12px; }

.pr12i {
  padding-right: 12px !important; }

.pt12 {
  padding-top: 12px; }

.pt12i {
  padding-top: 12px !important; }

.pb12 {
  padding-bottom: 12px; }

.pb12i {
  padding-bottom: 12px !important; }

.mt12 {
  margin-top: 12px; }

.mt12i {
  margin-top: 12px !important; }

.ml12 {
  margin-left: 12px; }

.ml12i {
  margin-left: 12px !important; }

.ml-12i {
  margin-left: -12px !important; }

.mr12 {
  margin-right: 12px; }

.mr12i {
  margin-right: 12px !important; }

.mrm12i {
  margin-right: -12px !important; }

.mb12 {
  margin-bottom: 12px; }

.mb12i {
  margin-bottom: 12px !important; }

.m-b12 {
  margin-bottom: -12px; }

.m-b12i {
  margin-bottom: -12px !important; }

.pl13 {
  padding-left: 13px; }

.pl13i {
  padding-left: 13px !important; }

.pr13 {
  padding-right: 13px; }

.pr13i {
  padding-right: 13px !important; }

.pt13 {
  padding-top: 13px; }

.pt13i {
  padding-top: 13px !important; }

.pb13 {
  padding-bottom: 13px; }

.pb13i {
  padding-bottom: 13px !important; }

.mt13 {
  margin-top: 13px; }

.mt13i {
  margin-top: 13px !important; }

.ml13 {
  margin-left: 13px; }

.ml13i {
  margin-left: 13px !important; }

.ml-13i {
  margin-left: -13px !important; }

.mr13 {
  margin-right: 13px; }

.mr13i {
  margin-right: 13px !important; }

.mrm13i {
  margin-right: -13px !important; }

.mb13 {
  margin-bottom: 13px; }

.mb13i {
  margin-bottom: 13px !important; }

.m-b13 {
  margin-bottom: -13px; }

.m-b13i {
  margin-bottom: -13px !important; }

.pl14 {
  padding-left: 14px; }

.pl14i {
  padding-left: 14px !important; }

.pr14 {
  padding-right: 14px; }

.pr14i {
  padding-right: 14px !important; }

.pt14 {
  padding-top: 14px; }

.pt14i {
  padding-top: 14px !important; }

.pb14 {
  padding-bottom: 14px; }

.pb14i {
  padding-bottom: 14px !important; }

.mt14 {
  margin-top: 14px; }

.mt14i {
  margin-top: 14px !important; }

.ml14 {
  margin-left: 14px; }

.ml14i {
  margin-left: 14px !important; }

.ml-14i {
  margin-left: -14px !important; }

.mr14 {
  margin-right: 14px; }

.mr14i {
  margin-right: 14px !important; }

.mrm14i {
  margin-right: -14px !important; }

.mb14 {
  margin-bottom: 14px; }

.mb14i {
  margin-bottom: 14px !important; }

.m-b14 {
  margin-bottom: -14px; }

.m-b14i {
  margin-bottom: -14px !important; }

.pl15 {
  padding-left: 15px; }

.pl15i {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px; }

.pr15i {
  padding-right: 15px !important; }

.pt15 {
  padding-top: 15px; }

.pt15i {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px; }

.pb15i {
  padding-bottom: 15px !important; }

.mt15 {
  margin-top: 15px; }

.mt15i {
  margin-top: 15px !important; }

.ml15 {
  margin-left: 15px; }

.ml15i {
  margin-left: 15px !important; }

.ml-15i {
  margin-left: -15px !important; }

.mr15 {
  margin-right: 15px; }

.mr15i {
  margin-right: 15px !important; }

.mrm15i {
  margin-right: -15px !important; }

.mb15 {
  margin-bottom: 15px; }

.mb15i {
  margin-bottom: 15px !important; }

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

.m-b15i {
  margin-bottom: -15px !important; }

.pl16 {
  padding-left: 16px; }

.pl16i {
  padding-left: 16px !important; }

.pr16 {
  padding-right: 16px; }

.pr16i {
  padding-right: 16px !important; }

.pt16 {
  padding-top: 16px; }

.pt16i {
  padding-top: 16px !important; }

.pb16 {
  padding-bottom: 16px; }

.pb16i {
  padding-bottom: 16px !important; }

.mt16 {
  margin-top: 16px; }

.mt16i {
  margin-top: 16px !important; }

.ml16 {
  margin-left: 16px; }

.ml16i {
  margin-left: 16px !important; }

.ml-16i {
  margin-left: -16px !important; }

.mr16 {
  margin-right: 16px; }

.mr16i {
  margin-right: 16px !important; }

.mrm16i {
  margin-right: -16px !important; }

.mb16 {
  margin-bottom: 16px; }

.mb16i {
  margin-bottom: 16px !important; }

.m-b16 {
  margin-bottom: -16px; }

.m-b16i {
  margin-bottom: -16px !important; }

.pl17 {
  padding-left: 17px; }

.pl17i {
  padding-left: 17px !important; }

.pr17 {
  padding-right: 17px; }

.pr17i {
  padding-right: 17px !important; }

.pt17 {
  padding-top: 17px; }

.pt17i {
  padding-top: 17px !important; }

.pb17 {
  padding-bottom: 17px; }

.pb17i {
  padding-bottom: 17px !important; }

.mt17 {
  margin-top: 17px; }

.mt17i {
  margin-top: 17px !important; }

.ml17 {
  margin-left: 17px; }

.ml17i {
  margin-left: 17px !important; }

.ml-17i {
  margin-left: -17px !important; }

.mr17 {
  margin-right: 17px; }

.mr17i {
  margin-right: 17px !important; }

.mrm17i {
  margin-right: -17px !important; }

.mb17 {
  margin-bottom: 17px; }

.mb17i {
  margin-bottom: 17px !important; }

.m-b17 {
  margin-bottom: -17px; }

.m-b17i {
  margin-bottom: -17px !important; }

.pl18 {
  padding-left: 18px; }

.pl18i {
  padding-left: 18px !important; }

.pr18 {
  padding-right: 18px; }

.pr18i {
  padding-right: 18px !important; }

.pt18 {
  padding-top: 18px; }

.pt18i {
  padding-top: 18px !important; }

.pb18 {
  padding-bottom: 18px; }

.pb18i {
  padding-bottom: 18px !important; }

.mt18 {
  margin-top: 18px; }

.mt18i {
  margin-top: 18px !important; }

.ml18 {
  margin-left: 18px; }

.ml18i {
  margin-left: 18px !important; }

.ml-18i {
  margin-left: -18px !important; }

.mr18 {
  margin-right: 18px; }

.mr18i {
  margin-right: 18px !important; }

.mrm18i {
  margin-right: -18px !important; }

.mb18 {
  margin-bottom: 18px; }

.mb18i {
  margin-bottom: 18px !important; }

.m-b18 {
  margin-bottom: -18px; }

.m-b18i {
  margin-bottom: -18px !important; }

.pl19 {
  padding-left: 19px; }

.pl19i {
  padding-left: 19px !important; }

.pr19 {
  padding-right: 19px; }

.pr19i {
  padding-right: 19px !important; }

.pt19 {
  padding-top: 19px; }

.pt19i {
  padding-top: 19px !important; }

.pb19 {
  padding-bottom: 19px; }

.pb19i {
  padding-bottom: 19px !important; }

.mt19 {
  margin-top: 19px; }

.mt19i {
  margin-top: 19px !important; }

.ml19 {
  margin-left: 19px; }

.ml19i {
  margin-left: 19px !important; }

.ml-19i {
  margin-left: -19px !important; }

.mr19 {
  margin-right: 19px; }

.mr19i {
  margin-right: 19px !important; }

.mrm19i {
  margin-right: -19px !important; }

.mb19 {
  margin-bottom: 19px; }

.mb19i {
  margin-bottom: 19px !important; }

.m-b19 {
  margin-bottom: -19px; }

.m-b19i {
  margin-bottom: -19px !important; }

.pl20 {
  padding-left: 20px; }

.pl20i {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px; }

.pr20i {
  padding-right: 20px !important; }

.pt20 {
  padding-top: 20px; }

.pt20i {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px; }

.pb20i {
  padding-bottom: 20px !important; }

.mt20 {
  margin-top: 20px; }

.mt20i {
  margin-top: 20px !important; }

.ml20 {
  margin-left: 20px; }

.ml20i {
  margin-left: 20px !important; }

.ml-20i {
  margin-left: -20px !important; }

.mr20 {
  margin-right: 20px; }

.mr20i {
  margin-right: 20px !important; }

.mrm20i {
  margin-right: -20px !important; }

.mb20 {
  margin-bottom: 20px; }

.mb20i {
  margin-bottom: 20px !important; }

.m-b20 {
  margin-bottom: -20px; }

.m-b20i {
  margin-bottom: -20px !important; }

.pl21 {
  padding-left: 21px; }

.pl21i {
  padding-left: 21px !important; }

.pr21 {
  padding-right: 21px; }

.pr21i {
  padding-right: 21px !important; }

.pt21 {
  padding-top: 21px; }

.pt21i {
  padding-top: 21px !important; }

.pb21 {
  padding-bottom: 21px; }

.pb21i {
  padding-bottom: 21px !important; }

.mt21 {
  margin-top: 21px; }

.mt21i {
  margin-top: 21px !important; }

.ml21 {
  margin-left: 21px; }

.ml21i {
  margin-left: 21px !important; }

.ml-21i {
  margin-left: -21px !important; }

.mr21 {
  margin-right: 21px; }

.mr21i {
  margin-right: 21px !important; }

.mrm21i {
  margin-right: -21px !important; }

.mb21 {
  margin-bottom: 21px; }

.mb21i {
  margin-bottom: 21px !important; }

.m-b21 {
  margin-bottom: -21px; }

.m-b21i {
  margin-bottom: -21px !important; }

.pl22 {
  padding-left: 22px; }

.pl22i {
  padding-left: 22px !important; }

.pr22 {
  padding-right: 22px; }

.pr22i {
  padding-right: 22px !important; }

.pt22 {
  padding-top: 22px; }

.pt22i {
  padding-top: 22px !important; }

.pb22 {
  padding-bottom: 22px; }

.pb22i {
  padding-bottom: 22px !important; }

.mt22 {
  margin-top: 22px; }

.mt22i {
  margin-top: 22px !important; }

.ml22 {
  margin-left: 22px; }

.ml22i {
  margin-left: 22px !important; }

.ml-22i {
  margin-left: -22px !important; }

.mr22 {
  margin-right: 22px; }

.mr22i {
  margin-right: 22px !important; }

.mrm22i {
  margin-right: -22px !important; }

.mb22 {
  margin-bottom: 22px; }

.mb22i {
  margin-bottom: 22px !important; }

.m-b22 {
  margin-bottom: -22px; }

.m-b22i {
  margin-bottom: -22px !important; }

.pl23 {
  padding-left: 23px; }

.pl23i {
  padding-left: 23px !important; }

.pr23 {
  padding-right: 23px; }

.pr23i {
  padding-right: 23px !important; }

.pt23 {
  padding-top: 23px; }

.pt23i {
  padding-top: 23px !important; }

.pb23 {
  padding-bottom: 23px; }

.pb23i {
  padding-bottom: 23px !important; }

.mt23 {
  margin-top: 23px; }

.mt23i {
  margin-top: 23px !important; }

.ml23 {
  margin-left: 23px; }

.ml23i {
  margin-left: 23px !important; }

.ml-23i {
  margin-left: -23px !important; }

.mr23 {
  margin-right: 23px; }

.mr23i {
  margin-right: 23px !important; }

.mrm23i {
  margin-right: -23px !important; }

.mb23 {
  margin-bottom: 23px; }

.mb23i {
  margin-bottom: 23px !important; }

.m-b23 {
  margin-bottom: -23px; }

.m-b23i {
  margin-bottom: -23px !important; }

.pl24 {
  padding-left: 24px; }

.pl24i {
  padding-left: 24px !important; }

.pr24 {
  padding-right: 24px; }

.pr24i {
  padding-right: 24px !important; }

.pt24 {
  padding-top: 24px; }

.pt24i {
  padding-top: 24px !important; }

.pb24 {
  padding-bottom: 24px; }

.pb24i {
  padding-bottom: 24px !important; }

.mt24 {
  margin-top: 24px; }

.mt24i {
  margin-top: 24px !important; }

.ml24 {
  margin-left: 24px; }

.ml24i {
  margin-left: 24px !important; }

.ml-24i {
  margin-left: -24px !important; }

.mr24 {
  margin-right: 24px; }

.mr24i {
  margin-right: 24px !important; }

.mrm24i {
  margin-right: -24px !important; }

.mb24 {
  margin-bottom: 24px; }

.mb24i {
  margin-bottom: 24px !important; }

.m-b24 {
  margin-bottom: -24px; }

.m-b24i {
  margin-bottom: -24px !important; }

.pl25 {
  padding-left: 25px; }

.pl25i {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px; }

.pr25i {
  padding-right: 25px !important; }

.pt25 {
  padding-top: 25px; }

.pt25i {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px; }

.pb25i {
  padding-bottom: 25px !important; }

.mt25 {
  margin-top: 25px; }

.mt25i {
  margin-top: 25px !important; }

.ml25 {
  margin-left: 25px; }

.ml25i {
  margin-left: 25px !important; }

.ml-25i {
  margin-left: -25px !important; }

.mr25 {
  margin-right: 25px; }

.mr25i {
  margin-right: 25px !important; }

.mrm25i {
  margin-right: -25px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb25i {
  margin-bottom: 25px !important; }

.m-b25 {
  margin-bottom: -25px; }

.m-b25i {
  margin-bottom: -25px !important; }

.pl26 {
  padding-left: 26px; }

.pl26i {
  padding-left: 26px !important; }

.pr26 {
  padding-right: 26px; }

.pr26i {
  padding-right: 26px !important; }

.pt26 {
  padding-top: 26px; }

.pt26i {
  padding-top: 26px !important; }

.pb26 {
  padding-bottom: 26px; }

.pb26i {
  padding-bottom: 26px !important; }

.mt26 {
  margin-top: 26px; }

.mt26i {
  margin-top: 26px !important; }

.ml26 {
  margin-left: 26px; }

.ml26i {
  margin-left: 26px !important; }

.ml-26i {
  margin-left: -26px !important; }

.mr26 {
  margin-right: 26px; }

.mr26i {
  margin-right: 26px !important; }

.mrm26i {
  margin-right: -26px !important; }

.mb26 {
  margin-bottom: 26px; }

.mb26i {
  margin-bottom: 26px !important; }

.m-b26 {
  margin-bottom: -26px; }

.m-b26i {
  margin-bottom: -26px !important; }

.pl27 {
  padding-left: 27px; }

.pl27i {
  padding-left: 27px !important; }

.pr27 {
  padding-right: 27px; }

.pr27i {
  padding-right: 27px !important; }

.pt27 {
  padding-top: 27px; }

.pt27i {
  padding-top: 27px !important; }

.pb27 {
  padding-bottom: 27px; }

.pb27i {
  padding-bottom: 27px !important; }

.mt27 {
  margin-top: 27px; }

.mt27i {
  margin-top: 27px !important; }

.ml27 {
  margin-left: 27px; }

.ml27i {
  margin-left: 27px !important; }

.ml-27i {
  margin-left: -27px !important; }

.mr27 {
  margin-right: 27px; }

.mr27i {
  margin-right: 27px !important; }

.mrm27i {
  margin-right: -27px !important; }

.mb27 {
  margin-bottom: 27px; }

.mb27i {
  margin-bottom: 27px !important; }

.m-b27 {
  margin-bottom: -27px; }

.m-b27i {
  margin-bottom: -27px !important; }

.pl28 {
  padding-left: 28px; }

.pl28i {
  padding-left: 28px !important; }

.pr28 {
  padding-right: 28px; }

.pr28i {
  padding-right: 28px !important; }

.pt28 {
  padding-top: 28px; }

.pt28i {
  padding-top: 28px !important; }

.pb28 {
  padding-bottom: 28px; }

.pb28i {
  padding-bottom: 28px !important; }

.mt28 {
  margin-top: 28px; }

.mt28i {
  margin-top: 28px !important; }

.ml28 {
  margin-left: 28px; }

.ml28i {
  margin-left: 28px !important; }

.ml-28i {
  margin-left: -28px !important; }

.mr28 {
  margin-right: 28px; }

.mr28i {
  margin-right: 28px !important; }

.mrm28i {
  margin-right: -28px !important; }

.mb28 {
  margin-bottom: 28px; }

.mb28i {
  margin-bottom: 28px !important; }

.m-b28 {
  margin-bottom: -28px; }

.m-b28i {
  margin-bottom: -28px !important; }

.pl29 {
  padding-left: 29px; }

.pl29i {
  padding-left: 29px !important; }

.pr29 {
  padding-right: 29px; }

.pr29i {
  padding-right: 29px !important; }

.pt29 {
  padding-top: 29px; }

.pt29i {
  padding-top: 29px !important; }

.pb29 {
  padding-bottom: 29px; }

.pb29i {
  padding-bottom: 29px !important; }

.mt29 {
  margin-top: 29px; }

.mt29i {
  margin-top: 29px !important; }

.ml29 {
  margin-left: 29px; }

.ml29i {
  margin-left: 29px !important; }

.ml-29i {
  margin-left: -29px !important; }

.mr29 {
  margin-right: 29px; }

.mr29i {
  margin-right: 29px !important; }

.mrm29i {
  margin-right: -29px !important; }

.mb29 {
  margin-bottom: 29px; }

.mb29i {
  margin-bottom: 29px !important; }

.m-b29 {
  margin-bottom: -29px; }

.m-b29i {
  margin-bottom: -29px !important; }

.pl30 {
  padding-left: 30px; }

.pl30i {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px; }

.pr30i {
  padding-right: 30px !important; }

.pt30 {
  padding-top: 30px; }

.pt30i {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px; }

.pb30i {
  padding-bottom: 30px !important; }

.mt30 {
  margin-top: 30px; }

.mt30i {
  margin-top: 30px !important; }

.ml30 {
  margin-left: 30px; }

.ml30i {
  margin-left: 30px !important; }

.ml-30i {
  margin-left: -30px !important; }

.mr30 {
  margin-right: 30px; }

.mr30i {
  margin-right: 30px !important; }

.mrm30i {
  margin-right: -30px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb30i {
  margin-bottom: 30px !important; }

.m-b30 {
  margin-bottom: -30px; }

.m-b30i {
  margin-bottom: -30px !important; }

.pl31 {
  padding-left: 31px; }

.pl31i {
  padding-left: 31px !important; }

.pr31 {
  padding-right: 31px; }

.pr31i {
  padding-right: 31px !important; }

.pt31 {
  padding-top: 31px; }

.pt31i {
  padding-top: 31px !important; }

.pb31 {
  padding-bottom: 31px; }

.pb31i {
  padding-bottom: 31px !important; }

.mt31 {
  margin-top: 31px; }

.mt31i {
  margin-top: 31px !important; }

.ml31 {
  margin-left: 31px; }

.ml31i {
  margin-left: 31px !important; }

.ml-31i {
  margin-left: -31px !important; }

.mr31 {
  margin-right: 31px; }

.mr31i {
  margin-right: 31px !important; }

.mrm31i {
  margin-right: -31px !important; }

.mb31 {
  margin-bottom: 31px; }

.mb31i {
  margin-bottom: 31px !important; }

.m-b31 {
  margin-bottom: -31px; }

.m-b31i {
  margin-bottom: -31px !important; }

.pl32 {
  padding-left: 32px; }

.pl32i {
  padding-left: 32px !important; }

.pr32 {
  padding-right: 32px; }

.pr32i {
  padding-right: 32px !important; }

.pt32 {
  padding-top: 32px; }

.pt32i {
  padding-top: 32px !important; }

.pb32 {
  padding-bottom: 32px; }

.pb32i {
  padding-bottom: 32px !important; }

.mt32 {
  margin-top: 32px; }

.mt32i {
  margin-top: 32px !important; }

.ml32 {
  margin-left: 32px; }

.ml32i {
  margin-left: 32px !important; }

.ml-32i {
  margin-left: -32px !important; }

.mr32 {
  margin-right: 32px; }

.mr32i {
  margin-right: 32px !important; }

.mrm32i {
  margin-right: -32px !important; }

.mb32 {
  margin-bottom: 32px; }

.mb32i {
  margin-bottom: 32px !important; }

.m-b32 {
  margin-bottom: -32px; }

.m-b32i {
  margin-bottom: -32px !important; }

.pl33 {
  padding-left: 33px; }

.pl33i {
  padding-left: 33px !important; }

.pr33 {
  padding-right: 33px; }

.pr33i {
  padding-right: 33px !important; }

.pt33 {
  padding-top: 33px; }

.pt33i {
  padding-top: 33px !important; }

.pb33 {
  padding-bottom: 33px; }

.pb33i {
  padding-bottom: 33px !important; }

.mt33 {
  margin-top: 33px; }

.mt33i {
  margin-top: 33px !important; }

.ml33 {
  margin-left: 33px; }

.ml33i {
  margin-left: 33px !important; }

.ml-33i {
  margin-left: -33px !important; }

.mr33 {
  margin-right: 33px; }

.mr33i {
  margin-right: 33px !important; }

.mrm33i {
  margin-right: -33px !important; }

.mb33 {
  margin-bottom: 33px; }

.mb33i {
  margin-bottom: 33px !important; }

.m-b33 {
  margin-bottom: -33px; }

.m-b33i {
  margin-bottom: -33px !important; }

.pl34 {
  padding-left: 34px; }

.pl34i {
  padding-left: 34px !important; }

.pr34 {
  padding-right: 34px; }

.pr34i {
  padding-right: 34px !important; }

.pt34 {
  padding-top: 34px; }

.pt34i {
  padding-top: 34px !important; }

.pb34 {
  padding-bottom: 34px; }

.pb34i {
  padding-bottom: 34px !important; }

.mt34 {
  margin-top: 34px; }

.mt34i {
  margin-top: 34px !important; }

.ml34 {
  margin-left: 34px; }

.ml34i {
  margin-left: 34px !important; }

.ml-34i {
  margin-left: -34px !important; }

.mr34 {
  margin-right: 34px; }

.mr34i {
  margin-right: 34px !important; }

.mrm34i {
  margin-right: -34px !important; }

.mb34 {
  margin-bottom: 34px; }

.mb34i {
  margin-bottom: 34px !important; }

.m-b34 {
  margin-bottom: -34px; }

.m-b34i {
  margin-bottom: -34px !important; }

.pl35 {
  padding-left: 35px; }

.pl35i {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px; }

.pr35i {
  padding-right: 35px !important; }

.pt35 {
  padding-top: 35px; }

.pt35i {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px; }

.pb35i {
  padding-bottom: 35px !important; }

.mt35 {
  margin-top: 35px; }

.mt35i {
  margin-top: 35px !important; }

.ml35 {
  margin-left: 35px; }

.ml35i {
  margin-left: 35px !important; }

.ml-35i {
  margin-left: -35px !important; }

.mr35 {
  margin-right: 35px; }

.mr35i {
  margin-right: 35px !important; }

.mrm35i {
  margin-right: -35px !important; }

.mb35 {
  margin-bottom: 35px; }

.mb35i {
  margin-bottom: 35px !important; }

.m-b35 {
  margin-bottom: -35px; }

.m-b35i {
  margin-bottom: -35px !important; }

.pl36 {
  padding-left: 36px; }

.pl36i {
  padding-left: 36px !important; }

.pr36 {
  padding-right: 36px; }

.pr36i {
  padding-right: 36px !important; }

.pt36 {
  padding-top: 36px; }

.pt36i {
  padding-top: 36px !important; }

.pb36 {
  padding-bottom: 36px; }

.pb36i {
  padding-bottom: 36px !important; }

.mt36 {
  margin-top: 36px; }

.mt36i {
  margin-top: 36px !important; }

.ml36 {
  margin-left: 36px; }

.ml36i {
  margin-left: 36px !important; }

.ml-36i {
  margin-left: -36px !important; }

.mr36 {
  margin-right: 36px; }

.mr36i {
  margin-right: 36px !important; }

.mrm36i {
  margin-right: -36px !important; }

.mb36 {
  margin-bottom: 36px; }

.mb36i {
  margin-bottom: 36px !important; }

.m-b36 {
  margin-bottom: -36px; }

.m-b36i {
  margin-bottom: -36px !important; }

.pl37 {
  padding-left: 37px; }

.pl37i {
  padding-left: 37px !important; }

.pr37 {
  padding-right: 37px; }

.pr37i {
  padding-right: 37px !important; }

.pt37 {
  padding-top: 37px; }

.pt37i {
  padding-top: 37px !important; }

.pb37 {
  padding-bottom: 37px; }

.pb37i {
  padding-bottom: 37px !important; }

.mt37 {
  margin-top: 37px; }

.mt37i {
  margin-top: 37px !important; }

.ml37 {
  margin-left: 37px; }

.ml37i {
  margin-left: 37px !important; }

.ml-37i {
  margin-left: -37px !important; }

.mr37 {
  margin-right: 37px; }

.mr37i {
  margin-right: 37px !important; }

.mrm37i {
  margin-right: -37px !important; }

.mb37 {
  margin-bottom: 37px; }

.mb37i {
  margin-bottom: 37px !important; }

.m-b37 {
  margin-bottom: -37px; }

.m-b37i {
  margin-bottom: -37px !important; }

.pl38 {
  padding-left: 38px; }

.pl38i {
  padding-left: 38px !important; }

.pr38 {
  padding-right: 38px; }

.pr38i {
  padding-right: 38px !important; }

.pt38 {
  padding-top: 38px; }

.pt38i {
  padding-top: 38px !important; }

.pb38 {
  padding-bottom: 38px; }

.pb38i {
  padding-bottom: 38px !important; }

.mt38 {
  margin-top: 38px; }

.mt38i {
  margin-top: 38px !important; }

.ml38 {
  margin-left: 38px; }

.ml38i {
  margin-left: 38px !important; }

.ml-38i {
  margin-left: -38px !important; }

.mr38 {
  margin-right: 38px; }

.mr38i {
  margin-right: 38px !important; }

.mrm38i {
  margin-right: -38px !important; }

.mb38 {
  margin-bottom: 38px; }

.mb38i {
  margin-bottom: 38px !important; }

.m-b38 {
  margin-bottom: -38px; }

.m-b38i {
  margin-bottom: -38px !important; }

.pl39 {
  padding-left: 39px; }

.pl39i {
  padding-left: 39px !important; }

.pr39 {
  padding-right: 39px; }

.pr39i {
  padding-right: 39px !important; }

.pt39 {
  padding-top: 39px; }

.pt39i {
  padding-top: 39px !important; }

.pb39 {
  padding-bottom: 39px; }

.pb39i {
  padding-bottom: 39px !important; }

.mt39 {
  margin-top: 39px; }

.mt39i {
  margin-top: 39px !important; }

.ml39 {
  margin-left: 39px; }

.ml39i {
  margin-left: 39px !important; }

.ml-39i {
  margin-left: -39px !important; }

.mr39 {
  margin-right: 39px; }

.mr39i {
  margin-right: 39px !important; }

.mrm39i {
  margin-right: -39px !important; }

.mb39 {
  margin-bottom: 39px; }

.mb39i {
  margin-bottom: 39px !important; }

.m-b39 {
  margin-bottom: -39px; }

.m-b39i {
  margin-bottom: -39px !important; }

.pl40 {
  padding-left: 40px; }

.pl40i {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px; }

.pr40i {
  padding-right: 40px !important; }

.pt40 {
  padding-top: 40px; }

.pt40i {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px; }

.pb40i {
  padding-bottom: 40px !important; }

.mt40 {
  margin-top: 40px; }

.mt40i {
  margin-top: 40px !important; }

.ml40 {
  margin-left: 40px; }

.ml40i {
  margin-left: 40px !important; }

.ml-40i {
  margin-left: -40px !important; }

.mr40 {
  margin-right: 40px; }

.mr40i {
  margin-right: 40px !important; }

.mrm40i {
  margin-right: -40px !important; }

.mb40 {
  margin-bottom: 40px; }

.mb40i {
  margin-bottom: 40px !important; }

.m-b40 {
  margin-bottom: -40px; }

.m-b40i {
  margin-bottom: -40px !important; }

.pl41 {
  padding-left: 41px; }

.pl41i {
  padding-left: 41px !important; }

.pr41 {
  padding-right: 41px; }

.pr41i {
  padding-right: 41px !important; }

.pt41 {
  padding-top: 41px; }

.pt41i {
  padding-top: 41px !important; }

.pb41 {
  padding-bottom: 41px; }

.pb41i {
  padding-bottom: 41px !important; }

.mt41 {
  margin-top: 41px; }

.mt41i {
  margin-top: 41px !important; }

.ml41 {
  margin-left: 41px; }

.ml41i {
  margin-left: 41px !important; }

.ml-41i {
  margin-left: -41px !important; }

.mr41 {
  margin-right: 41px; }

.mr41i {
  margin-right: 41px !important; }

.mrm41i {
  margin-right: -41px !important; }

.mb41 {
  margin-bottom: 41px; }

.mb41i {
  margin-bottom: 41px !important; }

.m-b41 {
  margin-bottom: -41px; }

.m-b41i {
  margin-bottom: -41px !important; }

.pl42 {
  padding-left: 42px; }

.pl42i {
  padding-left: 42px !important; }

.pr42 {
  padding-right: 42px; }

.pr42i {
  padding-right: 42px !important; }

.pt42 {
  padding-top: 42px; }

.pt42i {
  padding-top: 42px !important; }

.pb42 {
  padding-bottom: 42px; }

.pb42i {
  padding-bottom: 42px !important; }

.mt42 {
  margin-top: 42px; }

.mt42i {
  margin-top: 42px !important; }

.ml42 {
  margin-left: 42px; }

.ml42i {
  margin-left: 42px !important; }

.ml-42i {
  margin-left: -42px !important; }

.mr42 {
  margin-right: 42px; }

.mr42i {
  margin-right: 42px !important; }

.mrm42i {
  margin-right: -42px !important; }

.mb42 {
  margin-bottom: 42px; }

.mb42i {
  margin-bottom: 42px !important; }

.m-b42 {
  margin-bottom: -42px; }

.m-b42i {
  margin-bottom: -42px !important; }

.pl43 {
  padding-left: 43px; }

.pl43i {
  padding-left: 43px !important; }

.pr43 {
  padding-right: 43px; }

.pr43i {
  padding-right: 43px !important; }

.pt43 {
  padding-top: 43px; }

.pt43i {
  padding-top: 43px !important; }

.pb43 {
  padding-bottom: 43px; }

.pb43i {
  padding-bottom: 43px !important; }

.mt43 {
  margin-top: 43px; }

.mt43i {
  margin-top: 43px !important; }

.ml43 {
  margin-left: 43px; }

.ml43i {
  margin-left: 43px !important; }

.ml-43i {
  margin-left: -43px !important; }

.mr43 {
  margin-right: 43px; }

.mr43i {
  margin-right: 43px !important; }

.mrm43i {
  margin-right: -43px !important; }

.mb43 {
  margin-bottom: 43px; }

.mb43i {
  margin-bottom: 43px !important; }

.m-b43 {
  margin-bottom: -43px; }

.m-b43i {
  margin-bottom: -43px !important; }

.pl44 {
  padding-left: 44px; }

.pl44i {
  padding-left: 44px !important; }

.pr44 {
  padding-right: 44px; }

.pr44i {
  padding-right: 44px !important; }

.pt44 {
  padding-top: 44px; }

.pt44i {
  padding-top: 44px !important; }

.pb44 {
  padding-bottom: 44px; }

.pb44i {
  padding-bottom: 44px !important; }

.mt44 {
  margin-top: 44px; }

.mt44i {
  margin-top: 44px !important; }

.ml44 {
  margin-left: 44px; }

.ml44i {
  margin-left: 44px !important; }

.ml-44i {
  margin-left: -44px !important; }

.mr44 {
  margin-right: 44px; }

.mr44i {
  margin-right: 44px !important; }

.mrm44i {
  margin-right: -44px !important; }

.mb44 {
  margin-bottom: 44px; }

.mb44i {
  margin-bottom: 44px !important; }

.m-b44 {
  margin-bottom: -44px; }

.m-b44i {
  margin-bottom: -44px !important; }

.pl45 {
  padding-left: 45px; }

.pl45i {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px; }

.pr45i {
  padding-right: 45px !important; }

.pt45 {
  padding-top: 45px; }

.pt45i {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px; }

.pb45i {
  padding-bottom: 45px !important; }

.mt45 {
  margin-top: 45px; }

.mt45i {
  margin-top: 45px !important; }

.ml45 {
  margin-left: 45px; }

.ml45i {
  margin-left: 45px !important; }

.ml-45i {
  margin-left: -45px !important; }

.mr45 {
  margin-right: 45px; }

.mr45i {
  margin-right: 45px !important; }

.mrm45i {
  margin-right: -45px !important; }

.mb45 {
  margin-bottom: 45px; }

.mb45i {
  margin-bottom: 45px !important; }

.m-b45 {
  margin-bottom: -45px; }

.m-b45i {
  margin-bottom: -45px !important; }

.pl46 {
  padding-left: 46px; }

.pl46i {
  padding-left: 46px !important; }

.pr46 {
  padding-right: 46px; }

.pr46i {
  padding-right: 46px !important; }

.pt46 {
  padding-top: 46px; }

.pt46i {
  padding-top: 46px !important; }

.pb46 {
  padding-bottom: 46px; }

.pb46i {
  padding-bottom: 46px !important; }

.mt46 {
  margin-top: 46px; }

.mt46i {
  margin-top: 46px !important; }

.ml46 {
  margin-left: 46px; }

.ml46i {
  margin-left: 46px !important; }

.ml-46i {
  margin-left: -46px !important; }

.mr46 {
  margin-right: 46px; }

.mr46i {
  margin-right: 46px !important; }

.mrm46i {
  margin-right: -46px !important; }

.mb46 {
  margin-bottom: 46px; }

.mb46i {
  margin-bottom: 46px !important; }

.m-b46 {
  margin-bottom: -46px; }

.m-b46i {
  margin-bottom: -46px !important; }

.pl47 {
  padding-left: 47px; }

.pl47i {
  padding-left: 47px !important; }

.pr47 {
  padding-right: 47px; }

.pr47i {
  padding-right: 47px !important; }

.pt47 {
  padding-top: 47px; }

.pt47i {
  padding-top: 47px !important; }

.pb47 {
  padding-bottom: 47px; }

.pb47i {
  padding-bottom: 47px !important; }

.mt47 {
  margin-top: 47px; }

.mt47i {
  margin-top: 47px !important; }

.ml47 {
  margin-left: 47px; }

.ml47i {
  margin-left: 47px !important; }

.ml-47i {
  margin-left: -47px !important; }

.mr47 {
  margin-right: 47px; }

.mr47i {
  margin-right: 47px !important; }

.mrm47i {
  margin-right: -47px !important; }

.mb47 {
  margin-bottom: 47px; }

.mb47i {
  margin-bottom: 47px !important; }

.m-b47 {
  margin-bottom: -47px; }

.m-b47i {
  margin-bottom: -47px !important; }

.pl48 {
  padding-left: 48px; }

.pl48i {
  padding-left: 48px !important; }

.pr48 {
  padding-right: 48px; }

.pr48i {
  padding-right: 48px !important; }

.pt48 {
  padding-top: 48px; }

.pt48i {
  padding-top: 48px !important; }

.pb48 {
  padding-bottom: 48px; }

.pb48i {
  padding-bottom: 48px !important; }

.mt48 {
  margin-top: 48px; }

.mt48i {
  margin-top: 48px !important; }

.ml48 {
  margin-left: 48px; }

.ml48i {
  margin-left: 48px !important; }

.ml-48i {
  margin-left: -48px !important; }

.mr48 {
  margin-right: 48px; }

.mr48i {
  margin-right: 48px !important; }

.mrm48i {
  margin-right: -48px !important; }

.mb48 {
  margin-bottom: 48px; }

.mb48i {
  margin-bottom: 48px !important; }

.m-b48 {
  margin-bottom: -48px; }

.m-b48i {
  margin-bottom: -48px !important; }

.pl49 {
  padding-left: 49px; }

.pl49i {
  padding-left: 49px !important; }

.pr49 {
  padding-right: 49px; }

.pr49i {
  padding-right: 49px !important; }

.pt49 {
  padding-top: 49px; }

.pt49i {
  padding-top: 49px !important; }

.pb49 {
  padding-bottom: 49px; }

.pb49i {
  padding-bottom: 49px !important; }

.mt49 {
  margin-top: 49px; }

.mt49i {
  margin-top: 49px !important; }

.ml49 {
  margin-left: 49px; }

.ml49i {
  margin-left: 49px !important; }

.ml-49i {
  margin-left: -49px !important; }

.mr49 {
  margin-right: 49px; }

.mr49i {
  margin-right: 49px !important; }

.mrm49i {
  margin-right: -49px !important; }

.mb49 {
  margin-bottom: 49px; }

.mb49i {
  margin-bottom: 49px !important; }

.m-b49 {
  margin-bottom: -49px; }

.m-b49i {
  margin-bottom: -49px !important; }

.pl50 {
  padding-left: 50px; }

.pl50i {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px; }

.pr50i {
  padding-right: 50px !important; }

.pt50 {
  padding-top: 50px; }

.pt50i {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px; }

.pb50i {
  padding-bottom: 50px !important; }

.mt50 {
  margin-top: 50px; }

.mt50i {
  margin-top: 50px !important; }

.ml50 {
  margin-left: 50px; }

.ml50i {
  margin-left: 50px !important; }

.ml-50i {
  margin-left: -50px !important; }

.mr50 {
  margin-right: 50px; }

.mr50i {
  margin-right: 50px !important; }

.mrm50i {
  margin-right: -50px !important; }

.mb50 {
  margin-bottom: 50px; }

.mb50i {
  margin-bottom: 50px !important; }

.m-b50 {
  margin-bottom: -50px; }

.m-b50i {
  margin-bottom: -50px !important; }

.pl25 {
  padding-left: 25px; }

.pl25i {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px; }

.pr25i {
  padding-right: 25px !important; }

.pt25 {
  padding-top: 25px; }

.pt25i {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px; }

.pb25i {
  padding-bottom: 25px !important; }

.mt25 {
  margin-top: 25px; }

.mt25i {
  margin-top: 25px !important; }

.ml25 {
  margin-left: 25px; }

.ml25i {
  margin-left: 25px !important; }

.mr25 {
  margin-right: 25px; }

.mr25i {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb25i {
  margin-bottom: 25px !important; }

.m-b25 {
  margin-bottom: -25px; }

.m-b25i {
  margin-bottom: -25px !important; }

.pl30 {
  padding-left: 30px; }

.pl30i {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px; }

.pr30i {
  padding-right: 30px !important; }

.pt30 {
  padding-top: 30px; }

.pt30i {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px; }

.pb30i {
  padding-bottom: 30px !important; }

.mt30 {
  margin-top: 30px; }

.mt30i {
  margin-top: 30px !important; }

.ml30 {
  margin-left: 30px; }

.ml30i {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px; }

.mr30i {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb30i {
  margin-bottom: 30px !important; }

.m-b30 {
  margin-bottom: -30px; }

.m-b30i {
  margin-bottom: -30px !important; }

.pl35 {
  padding-left: 35px; }

.pl35i {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px; }

.pr35i {
  padding-right: 35px !important; }

.pt35 {
  padding-top: 35px; }

.pt35i {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px; }

.pb35i {
  padding-bottom: 35px !important; }

.mt35 {
  margin-top: 35px; }

.mt35i {
  margin-top: 35px !important; }

.ml35 {
  margin-left: 35px; }

.ml35i {
  margin-left: 35px !important; }

.mr35 {
  margin-right: 35px; }

.mr35i {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px; }

.mb35i {
  margin-bottom: 35px !important; }

.m-b35 {
  margin-bottom: -35px; }

.m-b35i {
  margin-bottom: -35px !important; }

.pl40 {
  padding-left: 40px; }

.pl40i {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px; }

.pr40i {
  padding-right: 40px !important; }

.pt40 {
  padding-top: 40px; }

.pt40i {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px; }

.pb40i {
  padding-bottom: 40px !important; }

.mt40 {
  margin-top: 40px; }

.mt40i {
  margin-top: 40px !important; }

.ml40 {
  margin-left: 40px; }

.ml40i {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px; }

.mr40i {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px; }

.mb40i {
  margin-bottom: 40px !important; }

.m-b40 {
  margin-bottom: -40px; }

.m-b40i {
  margin-bottom: -40px !important; }

.pl45 {
  padding-left: 45px; }

.pl45i {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px; }

.pr45i {
  padding-right: 45px !important; }

.pt45 {
  padding-top: 45px; }

.pt45i {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px; }

.pb45i {
  padding-bottom: 45px !important; }

.mt45 {
  margin-top: 45px; }

.mt45i {
  margin-top: 45px !important; }

.ml45 {
  margin-left: 45px; }

.ml45i {
  margin-left: 45px !important; }

.mr45 {
  margin-right: 45px; }

.mr45i {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px; }

.mb45i {
  margin-bottom: 45px !important; }

.m-b45 {
  margin-bottom: -45px; }

.m-b45i {
  margin-bottom: -45px !important; }

.pl50 {
  padding-left: 50px; }

.pl50i {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px; }

.pr50i {
  padding-right: 50px !important; }

.pt50 {
  padding-top: 50px; }

.pt50i {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px; }

.pb50i {
  padding-bottom: 50px !important; }

.mt50 {
  margin-top: 50px; }

.mt50i {
  margin-top: 50px !important; }

.ml50 {
  margin-left: 50px; }

.ml50i {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px; }

.mr50i {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px; }

.mb50i {
  margin-bottom: 50px !important; }

.m-b50 {
  margin-bottom: -50px; }

.m-b50i {
  margin-bottom: -50px !important; }

.pl55 {
  padding-left: 55px; }

.pl55i {
  padding-left: 55px !important; }

.pr55 {
  padding-right: 55px; }

.pr55i {
  padding-right: 55px !important; }

.pt55 {
  padding-top: 55px; }

.pt55i {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px; }

.pb55i {
  padding-bottom: 55px !important; }

.mt55 {
  margin-top: 55px; }

.mt55i {
  margin-top: 55px !important; }

.ml55 {
  margin-left: 55px; }

.ml55i {
  margin-left: 55px !important; }

.mr55 {
  margin-right: 55px; }

.mr55i {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px; }

.mb55i {
  margin-bottom: 55px !important; }

.m-b55 {
  margin-bottom: -55px; }

.m-b55i {
  margin-bottom: -55px !important; }

.pl60 {
  padding-left: 60px; }

.pl60i {
  padding-left: 60px !important; }

.pr60 {
  padding-right: 60px; }

.pr60i {
  padding-right: 60px !important; }

.pt60 {
  padding-top: 60px; }

.pt60i {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px; }

.pb60i {
  padding-bottom: 60px !important; }

.mt60 {
  margin-top: 60px; }

.mt60i {
  margin-top: 60px !important; }

.ml60 {
  margin-left: 60px; }

.ml60i {
  margin-left: 60px !important; }

.mr60 {
  margin-right: 60px; }

.mr60i {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px; }

.mb60i {
  margin-bottom: 60px !important; }

.m-b60 {
  margin-bottom: -60px; }

.m-b60i {
  margin-bottom: -60px !important; }

.pl65 {
  padding-left: 65px; }

.pl65i {
  padding-left: 65px !important; }

.pr65 {
  padding-right: 65px; }

.pr65i {
  padding-right: 65px !important; }

.pt65 {
  padding-top: 65px; }

.pt65i {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px; }

.pb65i {
  padding-bottom: 65px !important; }

.mt65 {
  margin-top: 65px; }

.mt65i {
  margin-top: 65px !important; }

.ml65 {
  margin-left: 65px; }

.ml65i {
  margin-left: 65px !important; }

.mr65 {
  margin-right: 65px; }

.mr65i {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px; }

.mb65i {
  margin-bottom: 65px !important; }

.m-b65 {
  margin-bottom: -65px; }

.m-b65i {
  margin-bottom: -65px !important; }

.pl70 {
  padding-left: 70px; }

.pl70i {
  padding-left: 70px !important; }

.pr70 {
  padding-right: 70px; }

.pr70i {
  padding-right: 70px !important; }

.pt70 {
  padding-top: 70px; }

.pt70i {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px; }

.pb70i {
  padding-bottom: 70px !important; }

.mt70 {
  margin-top: 70px; }

.mt70i {
  margin-top: 70px !important; }

.ml70 {
  margin-left: 70px; }

.ml70i {
  margin-left: 70px !important; }

.mr70 {
  margin-right: 70px; }

.mr70i {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px; }

.mb70i {
  margin-bottom: 70px !important; }

.m-b70 {
  margin-bottom: -70px; }

.m-b70i {
  margin-bottom: -70px !important; }

.pl75 {
  padding-left: 75px; }

.pl75i {
  padding-left: 75px !important; }

.pr75 {
  padding-right: 75px; }

.pr75i {
  padding-right: 75px !important; }

.pt75 {
  padding-top: 75px; }

.pt75i {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px; }

.pb75i {
  padding-bottom: 75px !important; }

.mt75 {
  margin-top: 75px; }

.mt75i {
  margin-top: 75px !important; }

.ml75 {
  margin-left: 75px; }

.ml75i {
  margin-left: 75px !important; }

.mr75 {
  margin-right: 75px; }

.mr75i {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px; }

.mb75i {
  margin-bottom: 75px !important; }

.m-b75 {
  margin-bottom: -75px; }

.m-b75i {
  margin-bottom: -75px !important; }

.pl80 {
  padding-left: 80px; }

.pl80i {
  padding-left: 80px !important; }

.pr80 {
  padding-right: 80px; }

.pr80i {
  padding-right: 80px !important; }

.pt80 {
  padding-top: 80px; }

.pt80i {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px; }

.pb80i {
  padding-bottom: 80px !important; }

.mt80 {
  margin-top: 80px; }

.mt80i {
  margin-top: 80px !important; }

.ml80 {
  margin-left: 80px; }

.ml80i {
  margin-left: 80px !important; }

.mr80 {
  margin-right: 80px; }

.mr80i {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px; }

.mb80i {
  margin-bottom: 80px !important; }

.m-b80 {
  margin-bottom: -80px; }

.m-b80i {
  margin-bottom: -80px !important; }

.pl85 {
  padding-left: 85px; }

.pl85i {
  padding-left: 85px !important; }

.pr85 {
  padding-right: 85px; }

.pr85i {
  padding-right: 85px !important; }

.pt85 {
  padding-top: 85px; }

.pt85i {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px; }

.pb85i {
  padding-bottom: 85px !important; }

.mt85 {
  margin-top: 85px; }

.mt85i {
  margin-top: 85px !important; }

.ml85 {
  margin-left: 85px; }

.ml85i {
  margin-left: 85px !important; }

.mr85 {
  margin-right: 85px; }

.mr85i {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px; }

.mb85i {
  margin-bottom: 85px !important; }

.m-b85 {
  margin-bottom: -85px; }

.m-b85i {
  margin-bottom: -85px !important; }

.pl90 {
  padding-left: 90px; }

.pl90i {
  padding-left: 90px !important; }

.pr90 {
  padding-right: 90px; }

.pr90i {
  padding-right: 90px !important; }

.pt90 {
  padding-top: 90px; }

.pt90i {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px; }

.pb90i {
  padding-bottom: 90px !important; }

.mt90 {
  margin-top: 90px; }

.mt90i {
  margin-top: 90px !important; }

.ml90 {
  margin-left: 90px; }

.ml90i {
  margin-left: 90px !important; }

.mr90 {
  margin-right: 90px; }

.mr90i {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px; }

.mb90i {
  margin-bottom: 90px !important; }

.m-b90 {
  margin-bottom: -90px; }

.m-b90i {
  margin-bottom: -90px !important; }

.pl95 {
  padding-left: 95px; }

.pl95i {
  padding-left: 95px !important; }

.pr95 {
  padding-right: 95px; }

.pr95i {
  padding-right: 95px !important; }

.pt95 {
  padding-top: 95px; }

.pt95i {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px; }

.pb95i {
  padding-bottom: 95px !important; }

.mt95 {
  margin-top: 95px; }

.mt95i {
  margin-top: 95px !important; }

.ml95 {
  margin-left: 95px; }

.ml95i {
  margin-left: 95px !important; }

.mr95 {
  margin-right: 95px; }

.mr95i {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px; }

.mb95i {
  margin-bottom: 95px !important; }

.m-b95 {
  margin-bottom: -95px; }

.m-b95i {
  margin-bottom: -95px !important; }

.pl100 {
  padding-left: 100px; }

.pl100i {
  padding-left: 100px !important; }

.pr100 {
  padding-right: 100px; }

.pr100i {
  padding-right: 100px !important; }

.pt100 {
  padding-top: 100px; }

.pt100i {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px; }

.pb100i {
  padding-bottom: 100px !important; }

.mt100 {
  margin-top: 100px; }

.mt100i {
  margin-top: 100px !important; }

.ml100 {
  margin-left: 100px; }

.ml100i {
  margin-left: 100px !important; }

.mr100 {
  margin-right: 100px; }

.mr100i {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px; }

.mb100i {
  margin-bottom: 100px !important; }

.m-b100 {
  margin-bottom: -100px; }

.m-b100i {
  margin-bottom: -100px !important; }

.pt50p {
  padding-top: 50%; }

.img-user-text-size-15 {
  width: 60px !important;
  height: 60px !important; }

.img-user-medium {
  width: 40px !important;
  height: 40px !important; }

.img-user-medium2 {
  width: 45px !important;
  height: 45px !important; }

.img-user-medium3 {
  width: 48px !important;
  height: 48px !important; }

.img-user-small {
  width: 25px !important;
  height: 25px !important; }

.img-user-small15 {
  width: 15px !important;
  height: 15px !important; }

.img-user-small12 {
  width: 12px !important;
  height: 12px !important; }

.img-user-small30 {
  width: 30px !important;
  height: 30px !important; }

.img-user-small2 {
  width: 35px !important;
  height: 35px !important; }

.img-circle.gray {
  border: 1px solid #c8c8c8; }

.dotcaret:after {
  content: '\2807';
  font-size: 3em;
  color: #2e2e2e; }

.dotcaret {
  -moz-transform: rotate(-90deg);
  /* FF3.5+ */
  -o-transform: rotate(-90deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-90deg); }

h2.datapage {
  font-size: 24px;
  margin-bottom: 0px !important;
  padding: 0px !important; }

h2.datapage.object {
  border-left: 7px solid #efefef;
  padding-left: 10px !important; }

h2.datapage.object.project {
  border-color: #1ab394; }

h2.datapage.object.job {
  border-color: #116f5c; }

.red {
  color: #f00; }

.col-centered {
  float: none;
  margin: 0 auto; }

.big {
  font-size: 60px; }

.form-signin {
  max-width: 330px;
  margin: 0 auto;
  padding: 15px; }

.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px; }

.form-signin .checkbox {
  font-weight: normal; }

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.form-signin .form-control:focus {
  z-index: 2; }

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.account-wall {
  border-radius: 10px;
  width: 360px;
  background-color: #ffffff;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px !important;
  margin-left: -180px !important;
  text-align: center; }

.account-wall-password {
  border-radius: 10px;
  width: 600px;
  background-color: #ffffff;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -230px !important;
  margin-left: -300px !important;
  text-align: center; }

.pass-wall {
  width: 600px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  /*	padding:40px 0 20px; */ }

.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block; }

.profile-img {
  width: 96px;
  height: 96px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 10px; }

.need-help {
  margin-top: 10px; }

.new-account {
  display: block;
  margin-top: 10px; }

.login-pane-header {
  width: 100%;
  height: 90px;
  padding: 30px 0 0 0;
  margin-bottom: 15px; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white !important; }

/**
 * HEADER
 **/
#headerSearchField {
  font-size: 17px !important;
  width: 300px !important;
  height: 30px !important; }

.headerSearchField-no-result {
  padding-top: 6px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  height: 40px; }

#headerSearchField-header {
  padding: 5px;
  background-color: #efefef;
  /*margin-bottom: 5px;*/ }

.spotlight-loading {
  padding-top: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  height: 30px; }

.spotlight-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 100%;
  display: inline-table; }

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

.spotlight-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000; }

.topHeaderPageCreator {
  cursor: pointer; }

.topHeaderPageCreator .fa-circle {
  color: #aaa;
  -webkit-transition: all 0.3s; }

.topHeaderPageCreator:hover .fa-circle {
  color: #f87460; }

.topHeaderPageCreator .fa-plus {
  font-size: 18px; }

#headerOnlineUsers {
  display: -webkit-box; }

#headerOnlineUsers .screen {
  display: -webkit-box; }

.headerOnlineUserContainer {
  position: absolute; }

.headerOnlineUser {
  position: absolute;
  top: 13px;
  left: 16px; }

.headerOnlineUser span {
  font-size: 10px; }

/**
 * MAINCONTENT
 **/
#mainContent {
  height: 100%;
  min-height: 800px;
  overflow-y: auto;
  overflow-x: hidden; }

/**
 * FILE UPLOAD BUTTON
 */
.btn-file {
  position: relative;
  overflow: hidden; }

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

.dropFileArea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  z-index: 410;
  background-color: #000;
  opacity: 0.9;
  text-align: center;
  font-size: 40px;
  color: #fff; }

/**
 * GO TO TOP
 **/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 25px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  font-size: 30px;
  padding-top: 11px;
  text-indent: 9px;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 35px;
    bottom: 25px; } }
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 27px;
    bottom: 25px; } }
/**
 * FILEINPUT
 */
.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/loading.gif") center no-repeat;
  background-size: contain; }

/**
 * profile image editor
 */
.profile-image-editor {
  position: absolute;
  top: 85px;
  left: 40px; }

/**
 * user list
 **/
.user_list_scroll {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden; }

.user_list_container {
  width: 700px; }

.user_list_entry {
  height: 80px; }

/**
 * question
 */
.answer-shower:hover {
  cursor: pointer;
  opacity: .7; }

.question_panel.dragging {
  cursor: move !important; }

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal-medium {
  width: 500px; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/**
 * TABLE
 **/
.table-header {
  padding: 10px; }

.table-header td, .table-header th {
  padding-left: 10px; }

.listHeader {
  /*background-color: #fafafa;*/
  padding: 5px; }

.listHeader.border {
  border-bottom: 1px solid #e7eaec; }

/**
 * DOCUMENT
 */
.document-helper-drag {
  background-color: #337ab7;
  color: #fff !important;
  padding: 10px;
  cursor: pointer;
  width: auto;
  opacity: .5; }

.document-folder-drop {
  background-color: #fff; }

.document-folder-drop.active {
  background-color: #eee; }

/**
 * CHECKPOINT
 */
.checkpoint-move-helper {
  background-color: #333;
  border: 3px dashed #888; }

/**
 * PROCESSES, SIDEBAR SELECTOR
 **/
.process-folder-heaer {
  background-color: #add7f1;
  padding: 5px; }

@font-face {
  font-family: 'Mediator';
  src: url("/fonts/Mediator.eot?v1");
  src: url("/fonts/Mediator.eot?#iefix") format("embedded-opentype"), url("/fonts/Mediator.ttf?v1") format("truetype"), url("/fonts/Mediator.woff?v1") format("woff"), url("/fonts/Mediator.svg#Mediator") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: 'Mediator';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mcicon-arrow-last, .mcicon-rounded-rectangle, .mcicon-arrow-down {
  font-family: 'Mediator';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.mcicon-rounded-rectangle:before {
  content: "▢"; }

.mcicon-arrow-down:before {
  content: "▼"; }

.mcicon-arrow-last:before {
  content: "◉"; }

.StatusMarker {
  height: 20px;
  width: 28px;
  font-size: 30px;
  line-height: 34px !important;
  display: inline-block;
  float: left;
  margin-left: -10px;
  margin-right: 10px;
  padding: 0 !important;
  border: none !important;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.StatusMarkerSelect {
  height: 20px;
  width: 28px;
  font-size: 22px;
  line-height: 34px !important;
  display: inline-block;
  float: left;
  margin-top: -4px;
  margin-left: -10px;
  margin-right: 10px;
  padding: 0 !important;
  border: none !important;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.StatusMarker.mcicon-rounded-rectangle {
  margin-top: -2px; }

.sideBarFilter li.StatusMarker {
  position: relative;
  z-index: 4; }

.sideBarFilter > ul {
  list-style-type: none;
  padding: 3px 0 10px;
  margin: 0;
  line-height: 80%; }

.sideBarFilter > ul > li {
  color: #999;
  height: 30px;
  line-height: 14px;
  padding: 0 0 0 20px;
  position: relative; }

.sideBarFilter > ul > li > a, #Sidebar > ul > li > span {
  max-width: 250px;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.sideBarFilter > ul > li > span {
  height: 30px;
  line-height: 25px; }

.sideBarFilter a {
  text-decoration: none;
  line-height: 32px;
  height: 32px; }

.sideBarFilter a:hover {
  text-decoration: underline; }

.sideBarFilter .Selector, .sideBarFilter input[type=text]:not(.chosen-search > input) {
  margin-top: -2px;
  height: 24px;
  width: 80%; }

.sideBarFilter .Selected {
  background-color: #0277bd;
  color: #fff; }

.sideBarFilter .Selected > a {
  color: #fff; }

.sideBarFilter .Selected a:hover {
  text-decoration: none;
  color: #ff9c00; }

.sideBarFilter a:focus, .sideBarFilter a:active {
  outline: 0;
  -moz-outline-style: none;
  color: #ed5565 !important; }

.sideBarFilter .Selected::before {
  content: " ";
  display: inline-block;
  background-color: #fff;
  border-color: #0277bd transparent;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  float: left;
  margin-right: -15px; }

.sideBarFilter li.Selected::before {
  margin-left: -20px;
  margin-right: 0; }

.sideBarFilter li.StatusMarker {
  position: relative;
  z-index: 4; }

.sideBarFilter a.ResetSelected {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  font-family: Verdana, Tahoma, "Arial Black", Georgia, sans-serif; }

.sideBarFilter a.ResetSelected:hover {
  text-decoration: none; }

.sideBarFilter .Zero > a {
  color: #999; }

.StatusTree .Expired {
  font-weight: bold; }

.StatusTree .Selected > .StatusMarker {
  visibility: hidden2; }

.sideBarFilter .sideBarFilterContent a.active {
  color: #f00 !important; }

/**
 * MULTISELECTOR
 **/
.processSelector optgroup {
  padding: 0 5px;
  white-space: nowrap;
  display: block;
  overflow: hidden; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: bold; }

.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 10px;
  height: 100%;
  font-weight: bold; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.header_notification_notseen {
  background-color: #eee; }

.h300 {
  max-height: 300px !important; }

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

.scrollable-menu.no-scrollbar::-webkit-scrollbar {
  display: none; }

.scrollable-menu2 {
  height: auto;
  max-height: 200px; }

.scrollable-menu.h400 {
  max-height: 400px; }

.scrollable-menu2.h400 {
  max-height: 400px; }

.scrollable-menu .h400 {
  max-height: 400px; }

.scrollable-menu2 .h400 {
  max-height: 400px; }

.osy {
  overflow-y: scroll; }

/**
 * COLORS
 **/
.colorF44336, .red0 {
  color: #F44336; }

.bcolorF44336, .bred0, .label-bred0 {
  background-color: #F44336 !important; }

.colorE53935, .red1 {
  color: #E53935; }

.bcolorE53935, .bred1, .label-bred1 {
  background-color: #E53935 !important; }

.colorD32F2F, .red2 {
  color: #D32F2F; }

.bcolorD32F2F, .bred2, .label-bred2 {
  background-color: #D32F2F !important; }

.colorC62828, .red3 {
  color: #C62828; }

.bcolorC62828, .bred3, .label-bred3 {
  background-color: #C62828 !important; }

.colorB71C1C, .red4 {
  color: #B71C1C; }

.bcolorB71C1C, .bred4, .label-bred4 {
  background-color: #B71C1C !important; }

.color03A9F4, .blue0 {
  color: #03A9F4; }

.bcolor03A9F4, .bblue0, .label-bblue0 {
  background-color: #03A9F4 !important; }

.color039BE5, .blue1 {
  color: #039BE5; }

.bcolor039BE5, .bblue1, .label-bblue1 {
  background-color: #039BE5 !important; }

.color0288D1, .blue2 {
  color: #0288D1; }

.bcolor0288D1, .bblue2, .label-bblue2 {
  background-color: #0288D1 !important; }

.color0277BD, .blue3 {
  color: #0277BD; }

.bcolor0277BD, .bblue3, .label-bblue3 {
  background-color: #0277BD !important; }

.color01579B, .blue4 {
  color: #01579B; }

.bcolor01579B, .bblue4, .label-bblue4 {
  background-color: #01579B !important; }

.color4CAF50, .green0 {
  color: #4CAF50; }

.bcolor4CAF50, .bgreen0, .label-bgreen0 {
  background-color: #4CAF50 !important; }

.color43A047, .green1 {
  color: #43A047; }

.bcolor43A047, .bgreen1, .label-bgreen1 {
  background-color: #43A047 !important; }

.color388E3C, .green2 {
  color: #388E3C; }

.bcolor388E3C, .bgreen2, .label-bgreen2 {
  background-color: #388E3C !important; }

.color2E7D32, .green3 {
  color: #2E7D32; }

.bcolor2E7D32, .bgreen3, .label-bgreen3 {
  background-color: #2E7D32 !important; }

.color1B5E20, .green4 {
  color: #1B5E20; }

.bcolor1B5E20, .bgreen4, .label-bgreen4 {
  background-color: #1B5E20 !important; }

.colorFFC107, .yellow0 {
  color: #FFC107; }

.bcolorFFC107, .byellow0, .label-byellow0 {
  background-color: #FFC107 !important; }

.colorFFB300, .yellow1 {
  color: #FFB300; }

.bcolorFFB300, .byellow1, .label-byellow1 {
  background-color: #FFB300 !important; }

.colorFFA000, .yellow2 {
  color: #FFA000; }

.bcolorFFA000, .byellow2, .label-byellow2 {
  background-color: #FFA000 !important; }

.colorFF8F00, .yellow3 {
  color: #FF8F00; }

.bcolorFF8F00, .byellow3, .label-byellow3 {
  background-color: #FF8F00 !important; }

.colorFF6F00, .yellow4 {
  color: #FF6F00; }

.bcolorFF6F00, .byellow4, .label-byellow4 {
  background-color: #FF6F00 !important; }

.bcolorEFEFEF {
  background-color: #EFEFEF !important; }

.bcolorFFFFFF {
  background-color: #FFFFFF !important; }

.img-bg {
  width: 150px !important;
  height: 150px !important; }

.mini-profile-image {
  width: 45px !important;
  height: 45px !important; }

.mini-profile-image-50 {
  width: 50px !important;
  height: 50px !important; }

.mini-profile-image-60 {
  width: 60px !important;
  height: 60px !important; }

.mini-profile-image-80 {
  width: 80px !important;
  height: 80px !important; }

.mini2-profile-image {
  width: 32px !important;
  height: 32px !important; }

.supermini-profile-image {
  width: 25px !important;
  height: 25px !important; }

.megamini-profile-image {
  width: 15px !important;
  height: 15px !important; }

/* QUESTION ANSWERING */
.answering-wall {
  width: 800px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  padding: 40px 0 20px; }

/* SUMMERNOTE */
/* CHART */
.chart-info-container {
  position: relative; }

.chart-chart,
.chart-info-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 125px; }

.chart-chart-small,
.chart-info-text-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px; }

.chart-info-text,
.chart-info-text-small {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 0px !important;
  z-index: 10; }

/**
 * SUPPORT
 */
.sidebar-support-contact {
  padding: 35px 0 0 10px;
  color: #ccc; }

.sidebar-support-contact .details {
  /*padding-top: 10px;*/ }

.sidebar-support-contact .details a {
  text-decoration: underline;
  color: #ccc; }

.sidebar-support-contact .details a:hover {
  color: #eee; }

/**
 * MENU EXTENSION
 **/
.menu-item-icon i {
  float: left;
  padding-top: 5px; }

.menu-item-icon span {
  float: left;
  padding: 5px 0px 5px 15px; }

.menu-header-icon {
  font-size: 22px !important;
  color: #aaa;
  -webkit-transition: color .3s ease, color .3s ease;
  -moz-transition: color .3s ease, color .3s ease;
  -o-transition: color .3s ease, color .3s ease;
  -ms-transition: color .3s ease, color .3s ease;
  transition: color .3s ease, color .3s ease; }

.menu-header-icon:focus,
.menu-header-icon:active {
  color: #aaa; }

.menu-header-icon.changelog:hover {
  color: #1ab394; }

.menu-header-icon.support:hover {
  color: #1ab394; }

.menu-header-icon.learning:hover {
  color: #990bd7; }

.menu-header-icon.bell:hover {
  color: #ed5565; }

.menu-header-icon.solution:hover {
  color: #ed5565; }

.menu-header-icon.messages:hover {
  color: #1c84c6; }

.menu-header-icon.task:hover {
  color: #f87460; }

.menu-header-icon.calendar:hover {
  color: #f8ac59; }

.menu-header-icon.user:hover {
  color: #1c84c6; }

.menu-header-icon.logout:hover {
  color: #fff3cd; }

.menu-header-icon.notify {
  font-weight: 900; }

.menu-header-icon.notify:hover {
  color: #00a0d7; }

.menu-header-icon-size-15x {
  font-size: 15px !important; }

.menu-header-icon-size-17x {
  font-size: 17px !important; }

.menu-header-icon-size-20px {
  font-size: 20px !important; }

.menu-header-icon-size-2x {
  font-size: 17px !important; }

.menu-header-icon.changelog:hover {
  color: #1ab394; }

.menu-header-icon.bell:hover {
  color: #ed5565; }

.pagination-ms {
  margin: 10px 0 !important; }

/*
#side-menu .projects a:not(.mini) span {
  float: left;
}

#side-menu .projects a:not(.mini) i {
  float: left;
  padding: 1px 1px 0px 5px;
  padding-left: 5px;
  padding-right: 1px;
}
#side-menu .projects a:not(.mini) span.activemarker.right {
  font-size: 7px;
  padding: 5px 0 0 10px;
  float: right;
}
#side-menu .projects a:not(.mini) span.activemarker.left {
  font-size: 7px;
  padding: 5px 0 0 0px;
  float: left;
}
#side-menu .projects a:not(.mini) .fa-image {
	padding-top: 3px !important;
}

#side-menu .projects a:not(.mini) .fa-image:hover {
	color: $color-primary;
}
*/
.crisp-client {
  zoom: 0.9 !important; }

/*
#side-menu .users a span.users {
	float:left;
	padding: 2px 0 0 6px;
}
#side-menu .users a span.online {
	float:left;
	font-size: 7px !important;
	padding-top: 6px;
	margin-right: 2px;
}
#side-menu .users a span.groupnum {
	float:left;
	font-size: 8px !important;
	padding: 2px;
	margin-top: 4px;
}
#side-menu .users a span.channel {
	float:left;
	font-size: 11px !important;
	padding: 2px;
	margin-top: 1px;
}
#side-menu .users a span.messagenum {
	float:left;
	background-color: #ed5565;
	padding: 2px;
	color: #fff;
	font-size: 7px !important;
	margin: 4px 10px 0 5px;
}
#side-menu .users a img  {
	float:left;
}
#side-menu .users a:hover i{
	display: inline-block;
}
#side-menu .users a i {
	float:right;
	display: none;
	color: #888;
	padding-top: 5px;
	right: 0px;
	position: absolute;
}
#side-menu .users a i:hover {
	color: #fff;
}
*/
/**
 * RIGHT CONTENT SIDEBAR
 **/
.right-content-sidebar {
  width: 380px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  position: fixed;
  right: 10px;
  bottom: 10px;
  top: 71px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
  z-index: 100001 !important;
  border-color: #888;
  border-radius: 5px; }

.right-content-sidebar.w400px {
  width: 400px !important; }

.right-content-sidebar.w500px {
  width: 500px !important; }

.right-content-sidebar.w600px {
  width: 600px !important; }

.right-content-sidebar.w700px {
  width: 700px !important; }

.right-content-sidebar.w800px {
  width: 800px !important; }

/**
 * DATAPAGE EXTENSION
 **/
.data-page-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) {
  width: auto;
  height: 45px;
  padding: 10px 0 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
  opacity: 0.5 !important; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement):hover {
  opacity: 1.0 !important;
  border-bottom: 3px solid #61e3b7; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement).active {
  opacity: 1.0 !important;
  border-bottom: 3px solid #1ab394; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a {
  color: #666; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a span.badge {
  float: right;
  /*margin-top: -20px;*/
  margin-top: 5px; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a i {
  margin-top: 5px;
  float: left; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a span:not(.badge) {
  padding: 2px 0 0 20px;
  /*width: 90%;*/
  float: left; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a span i {
  padding: 0;
  float: right; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a span span {
  padding: 1px 0 0 0;
  float: left; }

.data-page-menu li:not(.borderless-li):not(.objectAdderElement) a span i:hover {
  color: #1ab394; }

/**
 * UI EXTENSION
 **/
.borderless-search {
  width: 100%;
  height: 30px !important;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 3px;
  margin-top: 10px; }

.borderless-search.noheight {
  height: inherit !important; }

.borderless-search input {
  border: 0 !important; }

.borderless-search .input-group-addon {
  border: 0 !important; }

.borderless-search .form-control {
  padding-left: 0px; }

.borderless-search .input-group-addon.search-icon {
  color: #aaa;
  background-color: transparent; }

.borderless-search .input-group-addon.search-icon.active {
  color: #000; }

.borderless-search .input-group-addon.close-icon {
  background-color: transparent;
  color: #aaa;
  cursor: pointer;
  font-size: 20px;
  min-width: 50px;
  text-align: center; }

.borderless-search .input-group-addon.close-icon:hover {
  color: #000; }

/**
 * DATETIMESHOWER
 **/
.dateTimeShowerObject {
  border-radius: 20px;
  width: auto;
  padding: 8px;
  border: 3px solid;
  border-color: transparent;
  color: #000;
  -webkit-transition: border-color .3s ease, color .3s ease;
  -moz-transition: border-color .3s ease, color .3s ease;
  -o-transition: border-color .3s ease, color .3s ease;
  -ms-transition: border-color .3s ease, color .3s ease;
  transition: border-color .3s ease, color .3s ease;
  cursor: pointer; }

.dateTimeShowerObject .wrapper {
  width: auto;
  padding: 0;
  margin: 0; }

.dateTimeShowerObject i {
  float: left;
  font-size: 20px;
  padding: 0 10px 0 0; }

.dateTimeShowerObject span {
  float: left;
  padding-top: 1px; }

.dateTimeShowerObject:hover {
  border-color: #1c84c6;
  color: #1c84c6; }

/**
 * DIRECTORY
 **/
#sidebar-directory-result {
  overflow-y: scroll;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  height: 100%; }

.directory-content .resultrow {
  width: 100%;
  padding: 10px; }

.directory-content .info {
  font-size: 12px;
  padding: 20px;
  text-align: center; }

.directory-content .error {
  font-size: 15px;
  padding: 20px;
  text-align: center; }

.directory-content .resultrow img {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 5px; }

.directory-content .resultrow .content {
  padding-left: 20px;
  float: left;
  width: 75%; }

.directory-content .resultrow .content h2 {
  font-size: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

/**
 * STARRED
 **/
a.starred-sign {
  font-size: 20px;
  color: #ccc !important; }

a.starred-sign.active,
a.starred-sign:hover {
  color: orange !important; }

#sidebar-starred-result {
  overflow-y: scroll;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  height: 100%; }

.starred-content .resultrow {
  width: 100%;
  padding: 10px; }

.starred-content .info {
  font-size: 12px;
  padding: 20px;
  text-align: center; }

.starred-content .error {
  font-size: 15px;
  padding: 20px;
  text-align: center; }

.starred-content .resultrow img {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 5px; }

.starred-content .resultrow .content {
  padding-left: 20px;
  float: left;
  width: 75%; }

.starred-content .resultrow .content h2 {
  font-size: 18px;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

/**
 * PAGE PROJECT
 */
.page-project-header-client-logo {
  float: left;
  padding: 20px 20px 0 20px; }

.page-project-header-client-logo img {
  width: 80px !important;
  height: 80px !important; }

.page-project-header-process-selector {
  float: left;
  padding: 20px 0 0 20px; }

/**
 * SUBTASK
 **/
.subtaskContainer {
  width: 100%;
  margin-left: 30px; }

.subtaskContainer .row {
  height: 35px;
  width: 700px;
  padding: 5px 0 0 0; }

.subtaskContainer .row.subtaskAdder {
  margin: 0 0 10px 0; }

.subtaskContainer .row.subtask {
  border-bottom: 1px solid #dfdfdf;
  margin-left: 0px; }

.subtaskContainer .row.subtask .img-user-nouser {
  opacity: 0; }

.img-user-nouser-deleter {
  opacity: 0;
  position: relative;
  z-index: 999;
  cursor: pointer;
  top: -1px;
  left: 3px;
  padding-top: 2px;
  padding-left: 4px;
  font-size: 10px !important;
  color: #fff;
  width: 16px !important;
  height: 16px !important;
  background-color: #666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.docviewer-external {
  position: relative !important; }

.docviewer-external:hover .docviewer-external-link:after {
  opacity: 1;
  cursor: pointer; }

.docviewer-external-link {
  left: 15px;
  position: absolute; }

.user-adder-del-user {
  position: relative !important; }

.user-adder-del-user:hover .user-adder-del-user-icon:after {
  opacity: 1;
  cursor: pointer; }

.user-adder-del-user-icon {
  left: 15px;
  position: absolute;
  z-index: 1; }

.modal-content .user-adder-del-user-icon:after {
  padding-right: 4px; }

.user-adder-del-user-icon:after {
  background-color: #999999;
  content: "\f00d";
  font-family: 'Font Awesome 5 Pro' !important;
  font-style: normal !important;
  display: inline-block;
  opacity: 0;
  width: 17px !important;
  height: 16px !important;
  border-radius: 50%;
  color: #fff;
  padding-left: 0px;
  position: relative;
  top: -5px;
  left: 12px;
  padding-top: 1px;
  font-size: 0.8em;
  font-weight: 600; }

.user-adder-del-user-icon.small:after {
  left: 0px;
  width: 14px !important;
  height: 14px !important;
  font-size: 8px;
  padding-top: 2px; }

.user-adder-del-user-icon:hover:after {
  background-color: #ed5565;
  cursor: pointer; }

.dateTimeSelectorDateHolder {
  font-size: 13px !important;
  padding: 5px !important; }

.dateTimeSelectorDateHolder.border {
  border-radius: 50px;
  padding: 7px 10px 7px 7px;
  border: 2px dotted #aaa;
  cursor: pointer;
  -webkit-transition: border .3s ease, color .3s ease;
  -moz-transition: border .3s ease, color .3s ease;
  -o-transition: border .3s ease, color .3s ease;
  -ms-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease; }

.dateTimeSelectorDateHolder.border:not(.disabled):hover {
  color: #1c84c6;
  border: 2px solid #1c84c6; }

.dateTimeSelectorDateHolder:not(.disabled):hover .img-user-nouser-deleter {
  opacity: 1; }

.dateTimeSelectorDateHolder:not(.disabled):hover .img-user-nouser-deleter:hover {
  opacity: 1;
  background-color: #ed5565; }

.task-view-task .img-user-nouser {
  opacity: 0; }

.task-view-task:hover .img-user-nouser,
.subtaskContainer .row.subtask:hover .img-user-nouser,
.todo-list .todo-list-element .info:hover .mover,
.subtaskContainer .row.subtask:hover .mover {
  opacity: 1.0; }

.todo-list .todo-list-element .info .mover,
.subtaskContainer .row.subtask .mover {
  padding: 0 10px 0 0;
  font-size: 16px;
  margin-top: 1px !important;
  opacity: 0;
  cursor: pointer;
  float: left; }

.todo-list .todo-list-element .info {
  width: 100%; }

.todo-list .todo-list-element .info .mover:hover,
.subtaskContainer .row.subtask .mover:hover {
  color: #1c84c6; }

.subtaskContainer .row.subtask .content {
  float: left; }

.subtaskContainer .row.subtask .content span {
  padding-left: 15px; }

.subtaskContainer .row.subtask .content .user-container {
  padding-left: 10px;
  float: right; }

.task-today-link {
  color: #7ab9e1;
  opacity: .3;
  cursor: pointer; }

.task-today-link.active {
  opacity: 1;
  color: #1c84c6 !important; }

.task-today-link:hover {
  opacity: 1; }

.li-style-none {
  list-style: none; }

.subtaskContainer .row.subtask .content .user-container img {
  margin-left: 5px;
  float: left;
  width: 25px !important;
  height: 25px !important;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.subtaskContainer ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.subtaskContainer ul li {
  border: 0px !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0; }

.vertical-timeline-icon.description {
  background-color: #fff;
  -webkit-transition: background-color .3s ease, opacity .3s ease;
  -moz-transition: background-color .3s ease, opacity .3s ease;
  -o-transition: background-color .3s ease, opacity .3s ease;
  -ms-transition: background-color .3s ease, opacity .3s ease;
  transition: background-color .3s ease, opacity .3s ease;
  opacity: .5;
  color: #aaa;
  border: 1px solid #aaa; }

.vertical-timeline-icon.task {
  background-color: #fff;
  -webkit-transition: background-color .3s ease, opacity .3s ease;
  -moz-transition: background-color .3s ease, opacity .3s ease;
  -o-transition: background-color .3s ease, opacity .3s ease;
  -ms-transition: background-color .3s ease, opacity .3s ease;
  transition: background-color .3s ease, opacity .3s ease;
  cursor: default;
  opacity: .5;
  color: #aaa;
  border: 1px solid #aaa; }

.vertical-timeline-icon.task:not(.disabled) {
  cursor: pointer !important; }

.vertical-timeline-icon.task:hover:not(.disabled) {
  border: 3px solid #1c84c6;
  color: #1c84c6;
  opacity: 1; }

.vertical-timeline-icon.task.checked {
  background-color: #1c84c6 !important;
  border: 3px solid #1c84c6 !important;
  color: #fff !important; }

.vertical-timeline-icon.task.failed {
  background-color: #ed5565 !important;
  border: 3px solid #ed5565 !important;
  color: #fff; }

.vertical-timeline-icon.task.failed:hover {
  background-color: #fff !important;
  border: 3px solid #ed5565 !important;
  color: #ed5565 !important; }

.vertical-timeline-icon.task.checked:hover {
  background-color: #fff;
  border: 3px solid #1c84c6;
  color: #1c84c6; }

.task-name-onerow {
  /*
  height: 24px !important;
  max-width: 600px !important;
  overflow-y: hidden;
  width: auto;
   */ }

.description-name {
  line-height: 24px !important;
  width: auto; }

.description-bubble {
  padding: 10px;
  background-color: #efefef;
  border-radius: 5px;
  max-width: 500px; }

.description-bubble2 {
  /*padding: 10px;*/
  /*background-color: #efefef;*/
  /*border-radius: 5px;*/
  max-width: 600px;
  overflow-wrap: break-word; }

.comment-bubble {
  padding: 5px 5px 5px 10px;
  background-color: #efefef;
  border-radius: 5px;
  max-width: 450px; }

.comment-bubble p {
  margin: 0; }

.comment-bubble:not(.public) {
  border-left-color: #ed5565 !important;
  border-left: 7px solid; }

.comment-bubble.public {
  border-left-color: #1ab394 !important;
  border-left: 7px solid; }

.comm-content {
  padding: 10px;
  background-color: #efefef;
  border-radius: 5px;
  max-width: 750px; }

.img-user-nouser {
  border: 2px dotted #aaa;
  border-radius: 25%;
  width: 25px;
  height: 25px;
  /*	padding-top: 3px;*/
  /*	padding-left: 5px; */
  cursor: pointer;
  font-size: 14px !important;
  -webkit-transition: border .3s ease, color .3s ease;
  -moz-transition: border .3s ease, color .3s ease;
  -o-transition: border .3s ease, color .3s ease;
  -ms-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease;
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center;
  line-height: 21px !important; }

/*
.img-user-nouser.toolbar {
	padding-top: 4px;
	padding-left: 6px;
}
*/
.img-user-nouser.big {
  width: 35px;
  height: 35px;
  /*	padding-top: 5px;*/
  /*	padding-left: 8px;*/
  font-size: 18px !important; }

.img-user-nouser:hover {
  color: #1c84c6;
  border: 2px solid #1c84c6;
  background-color: #fff; }

/*
.img-user-nouser.subtask-button{
	padding-left: 6px !important;
	padding-top: 4px !important;
}
.img-user-nouser.address-button{
	padding-left: 7px !important;
}
.img-user-nouser.more-button{
	padding-left: 6px !important;
	padding-top: 4px !important;
}
*/
.content.subtask.striketrough {
  position: relative;
  opacity: 0.4; }

.content.subtask.striketrough:after {
  position: absolute;
  left: 0;
  top: 45%;
  height: 1px;
  background: #aaa;
  content: "";
  width: 100%;
  display: block; }

/**
 * MODAL
 **/
.modal-title-toolbar,
.modal-title-downtoolbar {
  font-size: 12px !important;
  padding-top: 7px; }

.modal-title-toolbar .ptm4 {
  margin-top: -4px !important; }

/**
 * TASK LOG
 **/
/**
 * RIGHT CONTENT SIDEBAR
 **/
.task-log {
  height: 100%;
  width: 380px;
  border-left: 1px solid #efefef;
  position: absolute;
  right: 0;
  top: 0px;
  overflow: hidden;
  background-color: #fff;
  z-index: 400;
  padding: 10px; }

.task-log .header {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background-color: #efefef; }

.task-log .header h1 {
  color: #333;
  padding-left: 10px; }

.task-log .header .closebtn {
  float: right;
  margin: 25px 20px 0 0; }

.task-log .header .close {
  outline: none; }

.task-log .content {
  overflow-y: scroll;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  padding: 10px;
  width: 100%;
  height: 100%; }

.task-editor-panel .logentry {
  width: auto;
  max-width: 400px !important; }

/**
 * notifications
 **/
.no-notifications {
  padding: 10px; }

.edit-is-following {
  cursor: pointer; }

.edit-is-following .content {
  text-decoration: underline; }

.notification-item {
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  min-height: 55px; }

.notification-item-a {
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 18px !important; }

.notification-item-container:hover {
  background-color: #dfdfdf !important; }

.notification-item-container.unseen {
  background-color: #efefef; }

.notification-item img {
  display: inline;
  vertical-align: top;
  float: none;
  margin-right: 10px; }

.notification-item div {
  width: 240px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  float: right;
  white-space: pre-line; }

.notification-item div p span {
  display: block; }

#header_notification_dropdown {
  max-height: 450px; }

#header_notification_dropdown_content {
  overflow-y: scroll;
  max-height: 300px; }

/**
 * USEREVENT
 **/
.userevent-item {
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 18px !important; }

.userevent-item-content {
  width: 100%;
  padding: 10px;
  white-space: nowrap; }

.userevent-item-content div {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  white-space: pre-line; }

/**
 * INSPINIA EXTENSION
 **/
.vertical-timeline-content.task-row {
  padding: 0 0 10px 0 !important;
  /*padding: 1px 0 10px 0 !important;*/
  /*margin-left: 60px;*/
  /*display: inline;*/
  /*height: 40px !important;*/ }

.vertical-timeline-icon.small {
  width: 25px !important;
  height: 25px !important;
  margin-left: 25px; }

.vertical-timeline-icon.task-viewer {
  position: inherit !important;
  margin-left: 0px !important; }

/**
 * TASKS
 **/
.task-list-holder {
  padding-left: 0px; }

.task-view-task:hover .mover-holder {
  opacity: 1; }

.task-view-task .mover-holder {
  padding: 0 0 0 0;
  font-size: 16px;
  color: #aaa;
  margin: 5px 0 0 0px;
  opacity: 0;
  cursor: move;
  float: left; }

.taskEditFormHeader {
  height: 35px; }

#addTaskFileDataHolder {
  position: relative; }

.taskFileAdder {
  position: absolute;
  right: 0px;
  bottom: 5px; }

#sidebar-taskeditor-wrapper {
  overflow-y: scroll;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%; }

.taskFileItem:hover .file-del-icon {
  opacity: 1; }

.file-del-icon {
  cursor: pointer;
  opacity: 0;
  width: 14px !important;
  height: 14px !important;
  font-size: 10px !important;
  background-color: #aaa;
  padding-top: 1px;
  padding-left: 3px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.file-del-icon:hover {
  background-color: #ed5565; }

@-webkit-keyframes yellow-fade {
  0% {
    background: #38e3c0; }
  100% {
    background: none; } }
@keyframes yellow-fade {
  0% {
    background: #38e3c0; }
  100% {
    background: none; } }
.new-task-highlight {
  -webkit-animation: yellow-fade 1s ease-in 1;
  animation: yellow-fade 1s ease-in 1; }

.vertical-timeline-content::before {
  border: 0px !important; }

.vertical-timeline-content.modifier {
  background-color: transparent !important; }

.task-editor-footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  padding-top: 10px;
  height: 95px;
  width: 490px;
  border-top: 1px solid #efefef; }

.task-not-header-scrollable-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 490px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  z-index: 1001; }

.task-scrollable-content {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  position: absolute;
  padding-top: 100px;
  padding-bottom: 110px;
  height: 100%;
  width: 100%; }

.task-editor-users {
  height: 35px; }

.subtask-container {
  padding-right: 10px; }

.data-task-row.singletask {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.data-task-row.singletask:hover {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.task-row-left {
  display: block;
  float: none;
  height: auto;
  padding-top: 6px;
  cursor: pointer;
  line-height: 25px; }

.task-row-right {
  display: inline-block;
  float: right;
  height: auto;
  padding-top: 2px; }

.task-input-rename {
  font-size: 13px !important;
  background: none !important;
  margin-top: -5px; }

.task-description-no-edit {
  padding: 30px 0 0 15px;
  margin-right: 30px; }

#task-description-overview {
  padding-left: 10px;
  width: 460px; }

#task-description-overview:hover {
  background-color: #efefef !important; }

.comment-id-holder {
  /*width: 470px;*/ }

.comment-id-holder .comment-caret:hover {
  background-color: #efefef;
  padding: 5px 8px 5px 8px;
  border-radius: 50%; }

.comment-id-holder .comment-caret {
  background-color: #fff;
  padding: 5px 8px 5px 8px;
  border-radius: 50%; }

.task-editor-log-section {
  width: 470px; }

/**
 * MESSENGER
 **/
.emojione {
  text-indent: -9999em;
  image-rendering: optimizeQuality;
  font-size: inherit;
  height: 20px;
  width: 20px;
  top: -3px;
  position: relative;
  display: inline-block;
  margin: 0 .15em;
  line-height: normal;
  vertical-align: middle;
  background-image: url(emojione.sprites.png);
  background-repeat: no-repeat; }

.messenger-input .add-file:hover {
  background-color: #1ab394;
  color: #fff !important;
  cursor: pointer; }

.messenger-input .add-emoji:hover {
  cursor: pointer; }

#messenger-reply-input {
  border-left: 1px solid #E5E6E7;
  border-top: 1px solid #E5E6E7;
  border-bottom: 1px solid #E5E6E7;
  border-left: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #aaa;
  display: block;
  /* For Firefox */ }

[contenteditable]:focus {
  outline: 0px solid transparent; }

.icon-small {
  zoom: 0.6;
  -moz-transform: scale(0.6);
  -moz-transform-origin: 0 0; }

#messenger-conversation-details {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 1001;
  padding: 0px; }

#messenger-conversation-content {
  background-color: #fff; }

#messenger-input-container {
  position: absolute;
  bottom: 10px;
  width: 90%; }

#messenger-conversation-details .header {
  padding: 10px 30px 10px 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  position: absolute;
  /*padding-top: 100px;*/
  /*padding-bottom: 110px;*/
  height: 100%;
  width: 100%; }

#messenger-conversation-details .header h1 {
  color: #333;
  padding-left: 10px; }

.messenger-reply-holder p {
  padding-bottom: 10px; }

.messagerow {
  padding: 5px; }

.messagerow:hover {
  background-color: #efefef; }

.messenger-reply-holder:not(.pinned) .messagerow .control {
  opacity: 0; }

.messenger-reply-holder:not(.pinned):hover .messagerow .control {
  opacity: 1; }

.messagerow .control {
  display: block;
  position: relative;
  float: none;
  cursor: pointer;
  font-size: 14px;
  padding-left: 5px; }

.messagerow:hover .control {
  opacity: 1; }

.messagerow .control div {
  position: absolute; }

.messagerow .control-header {
  font-size: 14px;
  padding-left: 5px;
  cursor: pointer; }

.messagerow.header:hover .control-header {
  opacity: 1; }

.messenger-reply-holder .messagerow .control-header {
  font-size: 14px;
  opacity: 0; }

.messenger-reply-holder .messagerow .content-header {
  padding-left: 15px;
  margin-left: 50px;
  position: relative; }

.messenger-reply-holder .messagerow .content {
  float: left;
  padding-left: 15px;
  margin-left: 50px;
  display: inline-block;
  height: auto; }

.messenger-reply-holder .messagerow .extracontent {
  display: block;
  float: none;
  padding-left: 15px;
  margin-left: 50px; }

.messenger-reply-holder .showdate {
  font-size: 10px;
  cursor: pointer; }

.messenger-reply-holder .showdate:hover {
  text-decoration: underline; }

.messagerow .pin-small {
  font-size: 10px; }

.messenger-reply-holder:not(.pinned) .pin {
  opacity: 0; }

.messagerow .pin {
  cursor: pointer; }

.messagerow:hover .pin {
  opacity: 1; }

.messagerow .readby {
  position: absolute;
  margin-right: 50px;
  right: 0px;
  bottom: 0px; }

.messagerow .readby.header {
  margin-right: 10px;
  bottom: 0px; }

#messenger-conversation-data {
  overflow-x: hidden;
  overflow-y: scroll; }

/*
.left-side-menu {
	border-bottom: #888 solid 1px;
}
.left-side-menu-a-with-plus {
}
.left-side-menu-a-with-plus:hover i {
	opacity: 1;
}
.left-side-menu-a-with-plus i {
	float: right;
	padding-top: 1px;
	opacity: 0;
	font-size: 15px;
	cursor: pointer;
}
*/
.menu-divider {
  border-left: 5px solid #666;
  height: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

.menu-divider::after {
  content: '';
  /* Required for a pseudo-element */
  position: absolute;
  left: 0;
  right: 0;
  /*top: 50%;  Center vertically */
  transform: translateY(-50%);
  /* Adjust the line to be exactly in the middle */
  height: 1px;
  /* Height of the horizontal line */
  background-color: #555;
  /* Color of the horizontal line */ }

#user-side-menu-component-holder {
  overflow-y: scroll;
  height: 100%; }

#user-side-menu-component-holder.lower {
  top: 165px; }

#user-side-menu-component-holder::-webkit-scrollbar {
  display: none; }

#side-menu-menu li div.system li:not(.no-border) {
  border-left: 5px solid #29364b; }

#side-menu-menu {
  width: 245px; }

#side-menu-menu.on-small-navbar {
  width: 70px !important; }

#side-menu-menu .menuHolder {
  transition: width .4s; }

#side-menu-menu .menuHolder.on-small-navbar {
  width: 70px !important; }

#side-menu li div.on-big-navbar {
  width: 250px;
  transition: all .4s ease-out;
  line-height: 40px;
  padding-left: 15px;
  border-bottom: 1px solid #3a4955ab; }

#side-menu li.is-current-view {
  background-color: #3e556a !important; }

#side-menu li div.on-mini-navbar:hover {
  background-color: #293846; }

#side-menu li div.on-mini-navbar:hover span {
  color: #fff !important; }

#side-menu li div.on-big-navbar:hover {
  background-color: #293846; }

#side-menu li div.on-big-navbar:hover a {
  color: #fff !important;
  cursor: pointer; }

#side-menu li div.on-mini-navbar:hover a {
  color: #fff !important;
  cursor: pointer; }

#side-menu li div.on-big-navbar a {
  color: #a7b1c2; }

#side-menu li div.on-big-navbar.system {
  border-left: 5px solid #666; }

#side-menu li div.on-mini-navbar.system {
  border-left: 5px solid #666; }

#side-menu li div.on-big-navbar.project {
  border-left: 5px solid #1ab394; }

#side-menu li div.on-mini-navbar.project {
  border-left: 5px solid #1ab394; }

#side-menu li div.on-big-navbar.event {
  border-left: 5px solid #6a0993; }

#side-menu li div.on-mini-navbar.event {
  border-left: 5px solid #6a0993; }

#side-menu li div.on-big-navbar.document {
  border-left: 5px solid #f8d7da; }

#side-menu li div.on-mini-navbar.document {
  border-left: 5px solid #f8d7da; }

#side-menu li div.on-big-navbar.placement {
  border-left: 5px solid #d4edda; }

#side-menu li div.on-mini-navbar.placement {
  border-left: 5px solid #d4edda; }

#side-menu li div.on-big-navbar.project .loadJob i {
  color: #a7b1c2 !important; }

#side-menu li div.on-big-navbar.project .loadJob i:hover {
  color: #fff !important; }

#side-menu li div.on-big-navbar.cvsearch {
  border-left: 5px solid #990bd7; }

#side-menu li div.on-mini-navbar.cvsearch {
  border-left: 5px solid #990bd7; }

#side-menu li div.on-big-navbar.person {
  border-left: 5px solid #f8ac59; }

#side-menu li div.on-big-navbar.candidate {
  border-left: 5px solid #f87460; }

#side-menu li div.on-mini-navbar.person {
  border-left: 5px solid #f8ac59; }

#side-menu li div.on-mini-navbar.candidate {
  border-left: 5px solid #f87460; }

#side-menu li div.on-big-navbar.client {
  border-left: 5px solid #00a0d7; }

#side-menu li div.on-big-navbar.contact {
  border-left: 5px solid #1c84c6; }

#side-menu li div.on-mini-navbar.contact {
  border-left: 5px solid #1c84c6; }

#side-menu li div.on-mini-navbar.client {
  border-left: 5px solid #00a0d7; }

.objectBorder {
  padding-left: 10px; }

.objectBorder.project {
  border-left: 5px solid #1ab394 !important; }

.objectBorder.job {
  border-left: 5px solid #116f5c !important; }

.objectBorder.client {
  border-left: 5px solid #00a0d7 !important; }

.objectBorder.contact {
  border-left: 5px solid #1c84c6 !important; }

.objectBorder.cvsearch {
  border-left: 5px solid #990bd7 !important; }

.objectBorder.opportunity {
  border-left: 5px solid #23c6c8 !important; }

.objectBorder.placement {
  border-left: 5px solid #d4edda !important; }

.objectBorder.event {
  border-left: 5px solid #6a0993 !important; }

.objectBorder.learningcenter {
  border-left: 5px solid #666 !important; }

.objectBorder.document {
  border-left: 5px solid #f8d7da !important; }

.objectBorder.placement {
  border-left: 5px solid #d4edda !important; }

.objectBorder.person {
  border-left: 5px solid #f8ac59 !important; }

.objectBorder.marked {
  border-left: 5px solid #1c84c6 !important; }

.objectBorder.report {
  border-left: 5px solid #f87460 !important; }

.objectBorder.system {
  border-left: 5px solid #666 !important; }

#side-menu li div.on-mini-navbar {
  width: 70px;
  padding-right: 20px; }

#side-menu li .badge {
  background-color: #666 !important; }

/*client*/
.labelObject2 {
  background-color: #00a0d7 !important;
  color: #fff !important; }

/*contact*/
.labelObject3 {
  background-color: #1c84c6 !important;
  color: #fff !important; }

/*project*/
.labelObject4 {
  background-color: #1ab394 !important;
  color: #fff !important; }

/*opportunity*/
.labelObject16 {
  background-color: #990bd7 !important;
  color: #fff !important; }

.left-new-side-menu .on-mini-navbar {
  cursor: pointer; }

.left-new-side-menu .on-big-navbar {
  cursor: pointer; }

.left-new-side-menu .on-mini-navbar.disabled {
  cursor: wait !important; }

.left-new-side-menu .on-big-navbar.disabled {
  cursor: wait !important; }

.big-navbar-spinner {
  position: absolute;
  width: 100%;
  opacity: 0.3;
  text-align: center;
  background-color: #000;
  height: 100%;
  z-index: 1000;
  color: #fff !important;
  margin: auto;
  padding-top: 6px; }

.mini-navbar-spinner {
  position: absolute;
  width: 100%;
  opacity: 0.3;
  text-align: center;
  background-color: #000;
  height: 100%;
  z-index: 1000;
  color: #fff !important;
  margin: auto;
  padding-top: 10px; }

.left-new-side-menu.project-item .on-big-navbar .navbar-container {
  line-height: 20px !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.left-new-side-menu.project-item .on-mini-navbar .navbar-container {
  line-height: 20px !important;
  padding: 15px 10px 10px 10px;
  height: 50px; }

.left-new-side-menu.project-item .on-big-navbar {
  color: #a7b1c2;
  /* !important;*/ }

.left-new-side-menu.project-item .on-big-navbar .activemarker {
  font-size: 10px; }

.left-new-side-menu.project-item .on-big-navbar:hover {
  color: #fff !important; }

.left-new-side-menu .closebtn {
  opacity: 0; }

.left-new-side-menu:hover .closebtn {
  opacity: 0.75; }

.left-new-side-menu:hover .closebtn:hover {
  opacity: 1; }

.left-new-side-menu .pinbtn:not(.active) {
  opacity: 0; }

.left-new-side-menu .pinbtn.active {
  opacity: 1; }

.left-new-side-menu:hover .pinbtn:not(.active) {
  opacity: 0.75; }

.left-new-side-menu:hover .pinbtn:hover {
  opacity: 1; }

.marker {
  background-color: #aaa;
  height: 2px !important; }

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 15px 0 20px 0; }

.strike.white {
  margin: 5px 0 5px 0; }

.strike > span {
  position: relative;
  display: inline-block;
  font-weight: 400; }

.strike > span:before,
.strike > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #efefef; }

.strike.big {
  font-size: 10px !important; }

.strike.big > span:before,
.strike.big > span:after {
  height: 10px; }

.strike.white > span:before,
.strike.white > span:after {
  background: #fff; }

.strike > span:before {
  right: 100%;
  margin-right: 15px; }

.strike > span:after {
  left: 100%;
  margin-left: 15px; }

.messenger-pinned-reply-holder .content:hover {
  background-color: #efefef; }

.messenger-pinned-reply-holder .content {
  cursor: pointer;
  padding: 5px;
  margin-right: 10px; }

.messenger-pinned-reply-holder i.unpin {
  opacity: 0; }

.messenger-pinned-reply-holder i.unpin {
  position: absolute;
  right: 50px;
  float: right; }

.messenger-pinned-reply-holder:hover i.unpin {
  opacity: 1; }

.right-arrow:after {
  content: "►"; }

.down-arrow:after {
  content: "▼"; }

.messenger-members-holder {
  padding-bottom: 7px; }

.messenger-members-holder .online {
  float: right;
  font-size: 7px !important;
  padding-top: 10px;
  margin-right: 10px; }

/**
 * NEW REPLY
 **/
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.animated-background, .loading-wrapper .image, .loading-wrapper .text-line {
  height: 40px !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.background-masker {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.outlined .background-masker {
  border: 1px solid #ddd; }

.outlined:hover .background-masker {
  border: none; }

.outlined:hover .background-masker:hover {
  border: 1px solid #ccc;
  z-index: 1; }

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px; }

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px; }

.background-masker.header-bottom {
  top: 18px;
  height: 6px; }

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px; }

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0; }

.background-masker.subheader-right {
  left: 230px; }

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px; }

.post-reply-placeholder {
  padding: 10px; }

/**
 * SEARCH CONVERSATION
 */
.search-conversation-row {
  min-height: 59px;
  padding: 7px;
  border-bottom: 1px solid #efefef;
  cursor: pointer; }

.search-conversation-row:hover {
  background-color: #efefef; }

.search-conversation-row img {
  margin-right: 10px;
  float: left; }

.search-conversation-row .content {
  float: left;
  width: 100%; }

.search-conversation-row .groupnum {
  float: left;
  font-size: 10px !important;
  padding: 2px;
  margin: 2px 5px 0 0; }

.search-conversation-row .online {
  float: left;
  font-size: 8px !important;
  padding: 2px;
  margin-top: 4px; }

.search-conversation-row .online {
  float: left;
  font-size: 9px;
  margin: 3px 5px 0 5px; }

.search-conversation-row .last_modified {
  float: right;
  font-size: 11px; }

.search-conversation-row .username {
  float: left; }

.search-conversation-row .full-name {
  color: #aaa; }

.search-conversation-row .title {
  padding-top: 3px;
  color: #aaa; }

.search-conversation-row .title img {
  float: none; }

.search-conversation-row .description {
  width: 80%; }

#joinChannelData,
#createNewConversationData,
#candidatePositionList {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  height: 400px;
  width: 90%; }

#joinChannelDataHolder,
#createNewConversationDataHolder,
#addNewCandiadteDataHolder {
  height: 450px; }

#addUsersToConversationData {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  height: 400px;
  width: 90%; }

#addUsersToConversationDataHolder {
  height: 450px; }

#messenger-channel-holder .edit-description {
  display: none;
  cursor: pointer; }

#messenger-channel-holder:hover .edit-description {
  display: block; }

.messenger-nogroup-user .online {
  float: left;
  font-size: 9px;
  margin: 3px 5px 0 5px; }

#allChannelMembersData {
  height: 300px !important; }

#allChannelMembersData .content {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  height: 300px;
  width: 240px; }

#allChannelMembersData .member-row img {
  float: left; }

#allChannelMembersData .member-row .title {
  float: left; }

#allChannelMembersData .member-row .online {
  float: right;
  font-size: 9px;
  margin: 3px 5px 0 5px; }

/**
 * row deleter
 **/
.tr-with-deleter:hover .item-deleter-icon {
  opacity: 1; }

.item-deleter-icon {
  width: 16px !important;
  height: 16px !important;
  padding-top: 2px;
  padding-left: 4px;
  font-size: 10px !important;
  background-color: #aaa;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0; }

.item-deleter-icon:hover {
  background-color: #ed5565;
  cursor: pointer; }

/**
 * online
 **/
.regular-online {
  font-size: 9px !important;
  padding-top: 7px;
  margin-right: 10px; }

/**
 * SETTINGS
 **/
.settings-sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.settings-sidebar-list li {
  padding: 5px; }

.sidebar-new-element {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 10px; }

.sidebar-new-element li.item-li,
.sidebar-new-element li.folder-li {
  border: 1px #fff solid;
  padding: 5px; }

.sortable-clone {
  border: 1px #efefef solid !important;
  background-color: #fff; }

.content-beforedrag {
  cursor: move; }

.listFolderSource:hover,
.listItemSource:hover {
  background-color: #efefef; }

/**
 * CODE SELECTOR
 **/
.codeSelectorHolder {
  height: 360px;
  overflow: scroll; }

.codeSelectorHolder::-webkit-scrollbar {
  display: none; }

.candidateRow:hover {
  background-color: #f5f5f5; }

.candidateRow.border-success {
  border-left: 5px solid #1c84c6; }

.candidateRow.border-danger {
  border-left: 5px solid #ed5565 !important; }

.border-danger {
  border-left: 5px solid #ed5565 !important; }

/**
 * CANDIDATE FILTER
 **/
.candidate-status-meaning {
  font-size: 8px !important;
  padding: 2px;
  margin-top: 4px; }

.candidate-save-filter {
  padding: 5px; }

.candidate-save-filter .fa-close {
  opacity: 0;
  float: right;
  cursor: pointer; }

.candidate-save-filter:hover .fa-close {
  opacity: 1; }

.candidate-filter-cityrow {
  padding: 5px; }

.candidate-filter-cities {
  max-height: 200px;
  overflow-y: scroll; }

.candidate-flow-center {
  margin: auto;
  max-width: 600px; }

.candidate-flow-item {
  position: relative;
  width: auto;
  padding: 10px 20px 10px 20px;
  float: left;
  border-right: 1px solid #efefef; }

.candidate-flow-item:after, .candidate-flow-item:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.candidate-flow-item:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 12px;
  margin-top: -12px; }

.candidate-flow-item:before {
  border-color: rgba(239, 239, 239, 0);
  border-left-color: #efefef;
  border-width: 13px;
  margin-top: -13px; }

.candidate-flow-item .number {
  font-size: 20px; }

.candidate-flow-item .content {
  font-size: 15px; }

/**
 * PERSON
 **/
.divSocialList .row .fa-close {
  opacity: 0;
  cursor: pointer; }

.divSocialList .row:hover .fa-close {
  opacity: 1;
  color: #ed5565; }

.bullet {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside; }

.bullet span:not(.noleft) {
  position: relative;
  left: -10px; }

.bullet2:before {
  content: '';
  display: inline-block;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.3rem;
  width: 0.3rem;
  margin-right: 0.5rem;
  background-color: #bdbdbd; }

.bulletAfter {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 8px;
  width: 8px;
  margin-right: 0.5rem;
  background-color: #bdbdbd;
  margin-left: 0.5rem; }

.person-header-profile-image {
  width: 130px !important;
  height: 130px !important; }

.jqmeter {
  height: 10px;
  position: relative;
  background: #efefef;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }

.jqmeter > span {
  display: block;
  height: 100%;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  position: relative;
  overflow: hidden; }

.jqmeter > span.low {
  background-color: #ed5565; }

.jqmeter > span.middle {
  background-color: #f8ac59; }

.jqmeter > span.high {
  background-color: #1ab394; }

/**
 * COMMUNICATION
 **/
.communication-owner-photo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }

.quote-expander {
  margin-bottom: 5px !important; }

/**
 * COMMENT
 **/
.candidateStatusCommentAdder {
  height: 400px !important;
  overflow-y: scroll; }

/**
 * CANDIDATE FORWARD
 **/
.candidateForward.targetItem .deleteItem {
  opacity: 0;
  cursor: pointer; }

.candidateForward.targetItem:hover .deleteItem {
  opacity: 1; }

/**
 * HIRED
 **/
.stream {
  position: relative;
  padding: 10px 0; }

.stream .stream-badge::before {
  content: '';
  width: 1px;
  background-color: #e7eaec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px; }

.stream .stream-badge i {
  border: 1px solid #e7eaec;
  border-radius: 50%;
  padding: 6px;
  color: #808486;
  position: absolute;
  background-color: #ffffff;
  left: 8px; }

.stream:first-child .stream-badge::before {
  top: 10px; }

.stream .stream-badge {
  width: 50px; }

.stream .stream-panel {
  margin-left: 55px; }

.stream .stream-info {
  font-size: 12px;
  margin-bottom: 5px; }

.stream .stream-info .date {
  color: #9a9d9f;
  font-size: 80%; }

/**
 * CVSEARCH
 **/
.cvSearchBtn {
  height: 25px;
  text-align: center;
  cursor: pointer;
  opacity: 0.7; }

.cvSearchBtn.danger {
  color: #fff;
  background-color: #ed5565;
  padding-top: 4px; }

.cvSearchBtn.boolean {
  font-size: 16px; }

.cvSearchDraggableCondition.clone {
  opacity: .8;
  border: 1px dashed #888; }

.cvSearchSourceConditions {
  list-style-type: none;
  width: 100px !important; }

.cvSearchSourceConditions li {
  list-style-type: none;
  width: 52px; }

.op03 {
  opacity: 0.3; }

.op04 {
  opacity: 0.4; }

.op07 {
  opacity: 0.7; }

.cvSearchConditions ul {
  list-style-type: none;
  border: 1px dashed #eaeaea;
  min-height: 63px;
  padding: 5px;
  overflow: auto; }

.cvSearchConditions ul.hover {
  border: 1px dashed #23c6c8; }

.cvSearchConditions ul li {
  float: left;
  margin: 0;
  padding: 0;
  height: 50 !important;
  overflow-y: hidden;
  margin-right: 10px; }

.cvSearchCondition {
  cursor: pointer; }

.cvSearchConditionContent {
  padding: 10px; }

.cvSearchItemDeleter {
  text-align: center;
  padding: 5px;
  color: #fff; }

.cvSearchItemDeleter.over {
  background-color: #ed5565; }

/**
 * CANDIDATE MODAL
 **/
.candidateModalDescriptionHolder {
  overflow-y: scroll;
  overflow-x: hidden;
  /*height: 450px;*/
  width: 100%; }

.candidateDocumentData {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 400px;
  width: 90%; }

.candidateDocumentData .content {
  overflow-y: scroll;
  overflow-x: scroll;
  position: absolute;
  height: 100%;
  width: 100%; }

.candidateDocumentHolder {
  height: 450px; }

.candidateModalImage {
  width: 95%; }

.candidateModalIframe {
  width: 95%;
  height: 100%;
  border: 0px; }

.candidateDocumentFilename {
  font-size: 24px; }

.candidateModalCol {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease; }

.candidateModalLeftColumn.opened {
  width: 90%;
  display: block; }

.candidateModalLeftColumn.closed {
  width: 60%;
  display: block; }

.candidateModalLeftColumn.fullclosed {
  width: 0%;
  display: none; }

.candidateModalRightColumn.opened {
  width: 40%; }

.candidateModalRightColumn.fullopened {
  width: 100%; }

.candidateModalRightColumn.closed {
  width: 10%; }

/**
 * DOCVIEWER
 **/
.docviewer-toolbar {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #fff; }

.docViewerDocumentData {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  float: left; }

.docViewerDocumentData.closed {
  width: 60% !important; }

.docViewerWindow .docViewerContentEditor.opened {
  display: block; }

.docViewerWindow .docViewerContentEditor {
  height: 700px !important;
  width: 38%;
  display: none;
  float: right;
  padding-top: 20px;
  margin-right: 10px;
  background-color: #fff; }

.docViewerDocumentData .content {
  /*	overflow-y: scroll;
  	overflow-x: scroll;*/
  position: relative;
  /*height: 100%;*/
  width: 100%; }

.docViewerDocumentData .content.closed {
  /*width: 60% !important;*/ }

.docViewerContentEditorOpener:hover {
  opacity: .9; }

.docViewerContentEditorOpener {
  width: 100px;
  height: 705px;
  opacity: 0;
  background-color: #fff;
  color: #000;
  padding-left: 20px;
  padding-top: 25%;
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  margin: 0;
  -webkit-transition: opacity 0.4s ease, color .4s ease;
  -moz-transition: opacity 0.4s ease, color .4s ease;
  -o-transition: opacity 0.4s ease, color .4s ease;
  -ms-transition: opacity 0.4s ease, color .4s ease; }

#docViewerIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  transform: scale(1.5);
  transform-origin: top;
  height: 66.66%; }

.docViewerIframe {
  width: 100%;
  height: 700px;
  border: 0px solid #efefef;
  padding: 5px;
  margin-left: 5px;
  background-color: #fff; }

.docViewerIframe.image {
  width: 2000px !important;
  min-height: 700px;
  padding: 0 !important;
  margin: 0 !important; }

.docViewerIframe::-webkit-scrollbar {
  /*display: none;*/ }

.docViewerImage {
  width: 95%; }

.docViewHolder {
  background-color: #f1f1f2;
  padding-top: 5px; }

.docViewerVerifierHolder {
  padding-left: 10px;
  height: 100%;
  overflow-x: hidden;
  /*	overflow-y: scroll; */ }

.docViewerVerifierHolder::-webkit-scrollbar {
  display: none; }

.docViewerPersonTab {
  width: 100%;
  padding-right: 10px; }

.verifier-docviewer-description {
  height: 600px !important;
  overflow: scroll; }

#formVerifier {
  width: 90%;
  padding-left: 10px; }

#verifier-description-holder {
  overflow-y: scroll;
  overflow-x: hidden; }

/**
 * ETC
 **/
.candidate-status-alarm {
  opacity: 0.3 !important; }

.candidate-sidebar-statusrow:hover .candidate-status-alarm {
  opacity: 1 !important; }

.homeWidgetTitle {
  padding: 14px 15px 7px;
  min-height: 48px; }

.homeProjectTable {
  table-layout: fixed; }

.homeProjectTable .cell {
  max-width: 130px !important;
  word-wrap: break-word; }

i.fa.incircle {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  color: #fff !important;
  font-size: 8px; }

i.fa.incircle.danger {
  background-color: #ed5565; }

i.fa.incircle.info {
  background-color: #23c6c8; }

i.fa.incircle.info2 {
  background-color: #00a0d7; }

i.fa.incircle.warning {
  background-color: #f8ac59; }

i.fa.incircle.success {
  background-color: #1c84c6; }

i.fa.incircle.primary {
  background-color: #1ab394; }

i.fa.incircle.muted {
  background-color: #aaa;
  color: #666 !important; }

i.fa.incircle.muted-light {
  background-color: #efefef;
  color: #666 !important; }

i.fa.incircle.nopadding {
  padding: 0px; }

i.fa.incircle.big {
  font-size: 15px; }

i.fa.incircle.down {
  top: 18px; }

.vh100 {
  height: 100vh;
  min-height: 100vh !important; }

.widgetInstance {
  margin-bottom: 20px;
  padding-left: 0px !important; }

.homeSuggestionsRow .deleter {
  opacity: 0;
  cursor: pointer; }

.homeSuggestionsRow:hover .deleter {
  opacity: 1; }

.objectAdderElement {
  list-style-type: none;
  opacity: 1;
  transition: all 1s ease;
  border: 1px solid transparent; }

.objectAdderElement.dragElem {
  opacity: 0.4;
  /*border: 1px dashed #ddd;*/ }

.objectAdderElement .mockuped {
  background-color: #eee;
  opacity: 0.7 !important;
  border-radius: 6px;
  min-height: 40px; }

.objectAdderElement .mockup {
  visibility: hidden; }

.objectAdderElement.dragOver {
  border: 1px dashed #aaa; }

.objectAdderElement.dragFrom {
  border: 1px dashed #00f; }

.objectAdderElement.dragTo {
  border: 1px dashed #f00; }

.objectAdderElement .objectAdderDelete:not(.nohover) {
  opacity: 0; }

.objectAdderElement:hover .objectAdderDelete:not(.nohover) {
  opacity: 1; }

.fc-icon-fa {
  font-family: FontAwesome !important; }

/**
 * HEADER, FOOTER
 **/
.header-design {
  background-color: #efefef !important;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,.26);*/
  border-bottom: 1px solid #ccc !important;
  height: 60px !important; }

.ibox-design {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.26); }

.footer-design {
  background-color: #424242 !important;
  color: #fff !important;
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  right: 0; }

.footer-design a {
  color: #fff !important;
  text-decoration: underline; }

.link {
  text-decoration: underline; }

.footer-header {
  border: 1px solid #666666; }

.cvSearchRightSideTools {
  border-top: 1px solid #efefef;
  margin-left: -20px; }

#cvSearchRightSide {
  position: fixed;
  top: 64px;
  bottom: 0p;
  z-index: 500;
  min-width: 380px;
  right: -300px;
  /* dEFAULT CLOSE */
  /*	overflow: scroll;*/ }

#cvsearchSearcherForm:not(.no-frame) {
  overflow-y: scroll;
  overflow-x: hidden; }

#cvSearchRightSide.fix-search {
  position: fixed;
  top: 0px !important; }

.cvSearchRightSideItems {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.26);
  border-left: 3px solid #bbb !important; }

.cvSearchRightSideBINs {
  position: absolute;
  display: none;
  left: 20px;
  background-color: #fff;
  width: 90%;
  height: 300px;
  bottom: 145px;
  z-index: 1010;
  padding: 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26); }

.upperShadow {
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.26); }

.cvSearchRightSideBINs.show {
  display: block; }

.btnCVSearchPBTool:disabled {
  opacity: .2 !important; }

.cvSearchBINHolder {
  height: 200px !important;
  overflow-y: scroll; }

.deleteBin,
.deleteSavedSearch {
  opacity: 0; }

.cvSerchBinItem:hover .deleteBin,
.cvSearchRightSideBinItem:hover .deleteBin,
.cvSerchSavedItem:hover .deleteSavedSearch {
  opacity: 1; }

#candidateModalStatusViewer {
  background-color: #efefef;
  border-radius: 0.25em; }

#candidateModalStatusViewer.bg-info:hover {
  background-color: #afd9ee; }

.description-view-description {
  width: 95%;
  padding-top: 2px;
  padding-left: 2px; }

.description-view-description.private {
  border-left: 7px #ed5565 solid !important; }

.description-view-description .header {
  display: flex; }

.description-view-description .like-and-commentnum i {
  cursor: pointer; }

.description-view-description .like-and-commentnum i:hover {
  font-weight: 800 !important; }

.description-view-description:hover .comment-caret-descr {
  opacity: 1; }

.description-view-description .comment-caret-descr {
  opacity: 0; }

.communication-view-communication {
  width: 95%;
  padding-top: 2px;
  padding-left: 2px; }

.communication-view-communication.private {
  border-left: 7px #ed5565 solid !important; }

.communication-view-communication .header {
  display: flex; }

.communication-view-communication .like-and-commentnum i {
  cursor: pointer; }

.communication-view-communication .like-and-commentnum i:hover {
  font-weight: 800 !important; }

.communication-view-communication:hover .comment-caret-descr {
  opacity: 1; }

.communication-view-communication .comment-caret-descr {
  opacity: 0; }

.communication-view-communication:hover .comment-caret-descr {
  opacity: 1; }

.communication-view-communication .comment-caret-descr {
  opacity: 0; }

.candidate-seen-holder {
  max-height: 400px;
  overflow-y: scroll; }

.candidate-seen-holder::-webkit-scrollbar {
  display: none; }

/**
 * LOADER
 **/
.loader-container {
  height: 150px;
  left: 50%;
  margin: -75px 0 0 23px;
  	/*
      position: absolute;
      top: 50%;*/
  width: 106px;
  text-align: center; }

.cord {
  padding-top: 100px;
  width: 15px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  float: left; }

.ball {
  background: #333;
  width: 15px;
  height: 15px;
  float: left;
  border-radius: 50%; }

.shadows {
  clear: left;
  padding-top: 20px;
  margin-left: -2px; }

.shadows div {
  float: left;
  margin-left: 2px;
  width: 13px;
  height: 3px;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(204, 204, 204, 0.3);
  background: rgba(204, 204, 204, 0.3); }

.leftMove {
  animation: leftBall .5s ease-in-out 0s infinite alternate; }

.rightMove {
  animation: rightBall .5s ease-in-out 0s infinite alternate; }

.leftShadow {
  animation: leftShadowN .5s ease-in-out 0s infinite alternate; }

.rightShadow {
  animation: rightShadowN .5s ease-in-out 0s infinite alternate; }

@keyframes leftBall {
  0% {
    transform: rotate(0deg) translateY(0px); }
  /*this pauses the ball at the begining*/
  50% {
    transform: rotate(0deg) translateY(0px); }
  100% {
    transform: rotate(50deg) translateY(-20px); } }
@keyframes rightBall {
  0% {
    transform: rotate(-50deg) translateY(-20px); }
  /*this pauses the ball at the begining*/
  50% {
    transform: rotate(0deg) translateY(0px); }
  100% {
    transform: rotate(0deg) translateY(0px) translateX(0px); } }
@keyframes leftShadowN {
  0% {
    transform: translateX(0px); }
  /*this pauses the ball at the begining*/
  50% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-25px); } }
@keyframes rightShadowN {
  0% {
    transform: translateX(25px); }
  /*this pauses the ball at the begining*/
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px); } }
/*colors*/
.cord:nth-of-type(1) .ball {
  background: #335672; }

.cord:nth-of-type(2) .ball {
  background: #35506b; }

.cord:nth-of-type(3) .ball {
  background: #5f4e60; }

.cord:nth-of-type(4) .ball {
  background: #924a4e; }

.cord:nth-of-type(5) .ball {
  background: #a73a33; }

.cord:nth-of-type(6) .ball {
  background: #cf4231; }

.cord:nth-of-type(7) .ball {
  background: #df3e2a; }

/** ARROW **/
.arrowbreadcrumb {
  list-style: none;
  overflow: hidden;
  padding: 0; }

.arrowbreadcrumb li {
  float: left;
  width: 70%; }

.arrowbreadcrumb li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  padding-top: 6px;
  padding-left: 45px; }

.arrowbreadcrumb li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid;
  border-left-color: inherit;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

.arrowbreadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0%;
  z-index: 3; }

.creatorForm .rightside {
  overflow-y: scroll;
  max-height: 700px; }

.creatorForm .rightside::-webkit-scrollbar {
  display: none; }

.creatorForm .rightside {
  width: 100%; }

.creatorForm .rightside.opened {
  width: 50%;
  border-left: 1px solid #efefef; }

.creatorForm .leftside {
  width: 0%; }

.creatorForm .leftside.opened {
  width: 50%; }

.top-right-marker {
  position: absolute;
  left: 15px; }

.cvsearch-setting-holder .fa-ellipsis-h {
  opacity: 0; }

.cvsearch-setting-holder:hover .fa-ellipsis-h {
  opacity: 1; }

.dropdown-li-selected {
  background-color: #EFEFEF; }

.fa.nested {
  position: relative;
  top: -15px;
  left: -3px;
  font-size: 160%; }

.navbar-static-top {
  background-color: transparent !important; }

#candidate-folder-holder-inpage {
  min-height: 55px !important; }

#candidate-folder-shared {
  position: fixed;
  top: 65px; }

.dropdown-menu ul > li.disabled {
  pointer-events: none;
  opacity: 0.6; }

.commIframe {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0; }

.commIframe.border-bottom {
  border-bottom: 1px solid #efefef !important; }

#candidate-filter-shared {
  right: 0px;
  position: fixed;
  top: 65px; }

#candidate-filter-form {
  /*
  max-height: 700px;
  */
  overflow-y: scroll;
  height: 100%; }

#candidate-filter-form::-webkit-scrollbar {
  display: none; }

#massCVCreatorFiles .onefile .massFileDelete {
  opacity: 0; }

#massCVCreatorFiles .onefile:hover .massFileDelete {
  opacity: 1; }

.hidescrollbar::-webkit-scrollbar {
  display: none; }

.showscrollbar::-webkit-scrollbar {
  display: initial !important; }

.showscrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1; }

.wrong-entry {
  animation: shake 0.62s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

.wrong-entry .form-control {
  border-color: #ed1c24;
  color: #ed1c24; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.border-bottom-candidate {
  border-bottom: 10px solid #efefef !important; }

.cvsearchBooleanHolder {
  width: 100%;
  background-color: #efefef;
  padding: 5px;
  font-size: 15px;
  border-radius: 5px; }

.row div.animate {
  -webkit-transition: width 0.4s ease, margin 0.4s ease;
  -moz-transition: width 0.4s ease, margin 0.4s ease;
  -o-transition: width 0.4s ease, margin 0.4s ease;
  transition: width 0.4s ease, margin 0.4s ease; }

#cvsearchSearcherForm::-webkit-scrollbar {
  display: none; }

.cvSearchRightSideShowSearcher {
  position: absolute;
  left: -20px;
  top: 20px; }

.cvSearchSearcherClose {
  position: absolute;
  right: 30px;
  top: 25px; }

.cvSearchSearcherHeader {
  border-bottom: 1px solid #efefef; }

.dibi {
  display: inline-block !important; }

.difl {
  display: flex !important; }

.ditc {
  display: table-cell !important; }

#photoNavHeader {
  padding-bottom: 0px; }

.candidate-holder-folder-separator {
  margin-top: 10px; }

.label-top-round {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#sidebar-right-content {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 10px;
  transition: all 0.4s ease 0s;
  /*	background-color: rgba(193, 100, 111, 0.3);*/ }

#project-right-side-holder {
  height: 100%; }

#project-right-side-candidate {
  height: 100%; }

#candidate-filter-form-content {
  height: 95%; }

.person-modal-header {
  background-color: #555;
  padding: 10px;
  color: #fff !important; }

.person-modal-header .link {
  color: #fff !important; }

.person-modal-header .link:hover {
  color: #23c6c8 !important; }

.personModalFileList {
  max-height: 150px;
  overflow-y: scroll; }

.personModalFileList .filerow:hover {
  background-color: #efefef !important;
  border-radius: 3px; }

.personModalFileList .filerow:not(:hover) .showOnCursor {
  opacity: 0; }

.personModalFileList .filerow:hover .showOnCursor {
  opacity: 1; }

.personModalFileList::-webkit-scrollbar {
  display: none; }

.personModalCandidateList .filerow:not(:hover) .showOnCursor {
  opacity: 0; }

.personModalCandidateList .filerow:hover .showOnCursor {
  opacity: 1; }

.input-xs {
  height: 20px;
  line-height: 20px; }

.jobExportSite {
  max-width: 150px;
  height: auto; }

.formLabelH3 {
  margin-top: 20px;
  margin-bottom: 30px; }

.blink {
  animation: flash linear 3s infinite;
  -webkit-animation: flash linear 3s infinite; }

@keyframes blink {
  to {
    visibility: hidden; } }
@-webkit-keyframes blink {
  to {
    visibility: hidden; } }
.login-bg-right-img-bg:before {
  background-image: url("../images/akademia2.png");
  background-repeat: no-repeat;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.25; }

.login-bg-right-img {
  position: absolute !important;
  top: 0;
  padding: 50px;
  color: #fff;
  right: 0;
  height: 100%; }

.img-grayscale {
  -webkit-filter: grayscale(100%) !important; }

.freebirdHeaderMastWithOverlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 65%, rgba(0, 0, 0, 0.4) 100%), url(https://lh3.googleusercontent.com/_tcY7QLx6X_8/T876gqkwqwI/AAAAAAAAAts/zSz1gEnM32E/w1000-h250-p/33_movie_night.gif);
  background-size: cover;
  background-position: top;
  color: white; }

.cvSearchActSavedItemName {
  position: absolute;
  bottom: 205px; }

.cvSearchActSavedItemName span {
  font-size: 14px;
  color: #fff;
  background-color: #333; }

.candidateFolderButton {
  background-color: #efefef !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #000 !important;
  text-align: center !important;
  font-weight: 400 !important;
  padding: 6px 6px !important;
  border-left: #ddd solid 1px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important; }

.candidateFolderButton:hover {
  color: #000 !important;
  border-left: #ddd solid 1px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important; }

.candidateFolderButton.active {
  border-left: #ddd solid 1px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important; }

.candidateFolderButton .badge {
  font-size: 18px; }

.candidate-folder-button-group {
  border-radius: 3px;
  border-top: 1px solid #aaa !important;
  border-right: 1px solid #aaa !important;
  border-bottom: 1px solid #aaa !important; }

.cvSearchCandidateRowHolder {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px; }

.smalldot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block; }

.middledot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block; }

.bigdot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block; }

.form-control {
  padding: 0px; }

input[type=text].form-control,
input[type=password].form-control {
  border-radius: 5px; }

.homeMyProjectCandidate {
  margin: 10px 10px 10px 0px;
  padding: 10px;
  border: 1px solid #efefef; }

.modal.in:not(.callermodal) {
  z-index: 5100 !important; }

.zoom05 {
  zoom: 0.5; }

.zoom06 {
  zoom: 0.6; }

.zoom07 {
  zoom: 0.7; }

.zoom08 {
  zoom: 0.8; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-textseparator {
  font-size: 15px !important;
  border-bottom: 4px solid #3dc8fa61;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 10px 10px 0;
  margin-left: 0px !important;
  letter-spacing: 0.04em;
  color: #5a5f61;
  margin-top: 10px;
  font-weight: 500; }

.form-textseparator.info {
  background-color: #00a0d7;
  color: #fff; }

.h36i {
  height: 36px !important; }

.candidateStatusSaveHolder {
  width: 695px !important;
  position: absolute;
  left: 0px; }

#additionalDownMenu {
  z-index: 4950;
  position: fixed;
  bottom: 0;
  background-color: #efefef;
  padding: 10px 30px 10px 10px;
  text-align: right;
  right: 0;
  left: 250px;
  -webkit-transition: left 0.3s ease; }

#additionalDownMenu.fullleft {
  left: 70px; }

#additionalDownMenu.semileft {
  left: 250px; }

#additionalDownMenu .inner {
  float: right;
  width: auto; }

#additionalDownMenu .changed-fields {
  float: right;
  width: auto;
  margin: 14px 20px 0 0; }

.isTableFiltered {
  	/*
      padding: 5px;
      border: 1px solid #ccc;
      cursor: pointer;
      border-radius: 5px;
      font-size: 11px;
  	 */ }

.showFilter-holder {
  border-left: none;
  border-top: none;
  border-bottom: none;
  padding: 0 !important;
  border-right: 1px solid #d8dbdd; }

.showFilter-holder:hover {
  cursor: pointer;
  background-color: #1c84c617; }

.showFilter {
  padding: 11px 8px 12px 8px; }

.showFilter span {
  padding-left: 5px; }

.tableFiltered {
  /*    color: #fff;*/
  background-color: rgba(7, 74, 117, 0.1) !important; }

.table-scroll-horizontal {
  overflow-x: scroll; }

.tableFilterSectionLabel {
  opacity: 0.7;
  cursor: pointer; }

.tableFilterSectionLabel:hover {
  opacity: 1; }

.tableColumnLayout {
  width: 100%; }

.tableColumnLayout .row {
  padding: 5px 5px 5px 5px;
  margin: 0px;
  cursor: pointer;
  background-color: inherit; }

.tableColumnLayout .row:hover {
  background-color: #efefef; }

.tableColumnLayout .row .closeBtn {
  opacity: 0;
  color: #ed5565; }

.tableColumnLayout .row:hover .closeBtn {
  opacity: 0.75; }

.tableColumnLayout .row:hover .closeBtn:hover {
  opacity: 1; }

.overflowHidden {
  overflow: hidden !important; }

.sideMenuSettings {
  position: relative;
  display: block;
  padding: 15px 15px 0 15px;
  color: #adb5bd;
  outline-width: 0; }

#sideMenuSettings .hurkanSwitch {
  zoom: 0.7; }

#sideMenuSettings .hurkanSwitch-switch-box {
  background-color: inherit !important; }

.candidate-status-automation-row {
  padding-left: 0px;
  padding-right: 0px; }

#launcher-frame {
  min-width: 60px !important;
  max-width: 60px !important;
  left: 15px !important;
  bottom: 80px !important; }

.btn-group-toggle .btn.active {
  background-color: #0abde3 !important; }

.btn-group-toggle .btn.active:hover {
  background-color: #0abde3 !important; }

.btn-group-toggle .btn.active, .btn.focus {
  outline: none !important;
  box-shadow: none !important; }

.video-header {
  height: 50px; }

.col-fixed-80 {
  width: 80px;
  position: fixed;
  height: 100%;
  z-index: 1; }

.col-offset-80 {
  padding-left: 90px !important;
  z-index: 0; }

.height-100i {
  height: 100% !important; }

.float-left {
  float: left; }

.video-container-width {
  min-width: 800px !important;
  overflow: auto; }

.video-menu-icon {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 20px; }

.video-chat {
  position: absolute;
  bottom: 20px; }

.video-camera-content .user-name {
  background-color: #888;
  color: #fff;
  padding: 5px;
  position: absolute;
  margin: 10px;
  z-index: 1; }

.video-error-div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.video-error-div.maintenance a.email {
  color: #1c84c6; }

.video-error-div.maintenance a.email:hover {
  color: #1ab394; }

.candidate-row-border-new.border-default {
  border-left: #FFF 5px solid; }

.candidate-row-border-new.border-warning {
  border-left: #f87460 5px solid; }

.candidate-row-border-new.border-danger {
  border-left: #ed5565 5px solid; }

.candidate-row-border-new.border-success {
  border-left: #1c84c6 5px solid; }

.candidate-row-border-new.border-primary {
  border-left: #1ab394 5px solid; }

.candidate-row-position-holder {
  position: relative !important;
  padding: 10px !important; }

.candidate-row-position-holder .top {
  position: absolute;
  top: 10px; }

.candidate-row-position-holder .left {
  position: absolute;
  left: 0; }

.candidate-row-position-holder .right {
  position: absolute;
  right: 0; }

.candidate-row-position-holder .bottom {
  position: absolute;
  bottom: 0; }

.projectCandidateDataMeasureData {
  position: relative;
  top: -157px;
  z-index: 10;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease; }

.projectCandidateDataMeasureData.notch {
  top: -20px; }

.btn-breadcrumb .btn {
  width: 100px;
  -webkit-transition: max-width 0.4s ease;
  -moz-transition: max-width 0.4s ease;
  -o-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease; }

.btn-breadcrumb .btn:hover {
  width: inherit !important; }

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3; }

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3; }

/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px; }

.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px; }

.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px; }

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff; }

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb; }

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad; }

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca; }

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd; }

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1; }

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e; }

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c; }

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c; }

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447; }

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439; }

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f; }

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a; }

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d; }

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925; }

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e; }

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236; }

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28; }

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512; }

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de; }

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da; }

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7; }

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc; }

.breadcrumbs-two {
  overflow: hidden;
  width: 100%;
  list-style: none; }

.breadcrumbs-two li {
  float: left;
  margin: 0 .5em 0 1em; }

.breadcrumbs-two a {
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative; }

.breadcrumbs-two a:hover {
  background: #1ab394;
  color: #fff !important; }

.breadcrumbs-two a.active {
  background: #1c84c6;
  color: #fff !important; }

.breadcrumbs-two a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em; }

.breadcrumbs-two a:hover::before {
  border-color: #1ab394 #1ab394 #1ab394 transparent; }

.breadcrumbs-two a.active::before {
  border-color: #1c84c6 #1c84c6 #1c84c6 transparent; }

.breadcrumbs-two a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em; }

.breadcrumbs-two a:hover::after {
  border-left-color: #1ab394; }

.breadcrumbs-two a.active::after {
  border-left-color: #1c84c6; }

.breadcrumbs-two .current,
.breadcrumbs-two .current:hover {
  font-weight: bold;
  background: none; }

.breadcrumbs-two .current::after,
.breadcrumbs-two .current::before {
  content: normal; }

.borderless-select:not(.no-css) {
  position: relative;
  height: 30px;
  padding: 5px; }

.borderless-select .left {
  position: absolute;
  left: 5px; }

.borderless-select .borderless-search-holder {
  position: absolute;
  top: 0;
  padding: 5px;
  width: 100%; }

.borderless-select .borderless-search-holder .borderless-search-keyword {
  width: 100%; }

.borderless-select .ul-2 {
  margin-top: 40px;
  left: 0 !important;
  height: 250px !important;
  overflow-y: scroll;
  padding-left: 0px;
  line-height: 0px; }

.borderless-select .ul-2::-webkit-scrollbar {
  display: none; }

.borderless-select .ul-3 {
  left: 0 !important;
  padding-left: 0px;
  line-height: 0px; }

.borderless-select .ul-3::-webkit-scrollbar {
  display: none; }

.borderless-select .ul-2 > li > a, .borderless-select .ul-3 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  border-radius: 3px;
  color: inherit;
  line-height: 25px !important;
  margin: 4px !important;
  text-align: left;
  font-weight: normal; }

.borderless-select .ul-2 > li > a.no-padding, .borderless-select .ul-3 > li > a.no-padding {
  padding: 0 !important; }

.borderless-select .ul-2 > li.active > a, .borderless-select .ul-3 > li.active > a {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.borderless-select .ul-2 > li > a:hover, .borderless-select .ul-3 > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.borderless-search-icons {
  float: left;
  cursor: default;
  width: 20px;
  color: #5a5f61 !important; }

.borderless-selected-content {
  float: left;
  color: #5a5f61 !important;
  padding-left: 5px; }

.borderless-caret {
  float: left;
  padding-left: 10px; }

.sub-process-marker {
  border-left: 3px #1c84c6 solid; }

.candidate_row_checkbox {
  float: left;
  padding-top: 0px;
  padding-left: 5px;
  position: absolute;
  z-index: 5; }

.candidate_row_checkbox:hover > .candidate_row_photo {
  opacity: 1; }

.candidate_row_checkbox_holder {
  position: absolute;
  z-index: 5;
  height: 20px !important; }

.candidate_row_photo {
  float: left;
  width: 50px;
  padding-top: 5px;
  position: absolute;
  z-index: 1;
  opacity: .7;
  cursor: pointer; }

.candidate_row_duplicate {
  float: left;
  padding-top: 57px;
  padding-left: 16px;
  position: absolute;
  z-index: 1; }

.candidateDataFolderSelector {
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block; }

.candidateDataFolderSelector.activeFolder {
  border-color: #1ab394 !important;
  cursor: default; }

.candidateDataFolderSelector.selectedFolder {
  color: #FFF;
  background-color: #ed5565;
  cursor: default; }

.candidateDataFolderSelector:hover {
  border-color: #666; }

.sticky-to-top {
  position: relative;
  z-index: 999; }

#candidateStatusEditorSave {
  /* width: 100%; */
  position: fixed;
  z-index: 10510;
  /* anything above 1050*/
  background: #fff;
  box-shadow: 0 5px 20px 4px rgba(0, 0, 0, 0.1);
  bottom: 0;
  /* top: 0; */
  left: 50%;
  margin-left: -350px !important; }

.statusRow {
  display: table;
  width: 100%; }

.statusRow.hire {
  border-left: 5px solid #1ab394; }

.statusRow.unhire {
  border-left: 5px solid #ed5565; }

.statusRow.vote {
  border-left: 5px solid #f8ac59; }

.statusRow.offer {
  border-left: 5px solid #1c84c6; }

.candidateCommentBadge {
  opacity: 0.7; }

.candidateCommentBadge:hover {
  opacity: 1; }

#projectCandidateDataResultHolder {
  max-width: 1200px !important; }

#projectCandidateDataContent {
  max-width: 1200px !important; }

.candidateStatusActivePaneOptions {
  position: absolute;
  right: 40px;
  top: 0; }

.ibox-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.ibox-content::-webkit-scrollbar {
  display: none; }

.ibox-content {
  border-radius: 5px; }

#projectCandidateDataNotchBtn {
  background-color: #1ab394;
  margin-top: 3px !important; }

#projectCandidateDataNotchBtn.selected {
  background-color: #00a0d7; }

#projectCandidateDataContent {
  position: absolute;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease; }

#projectCandidateDataContent.down {
  top: 150px; }

.projectCandidateDataMeasureData .table-scroll-horizontal::-webkit-scrollbar {
  display: none; }

button.close {
  font-size: 30px !important;
  font-weight: 400;
  padding: 0px 9px 4px 9px !important;
  border-radius: 40px !important;
  margin-right: -10px !important; }

button.close:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #f00;
  background-color: #efefef !important; }

button.close.white:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  background-color: #efefef !important; }

button.close.nobg:hover {
  background-color: inherit !important; }

.minimize {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.minimize:focus, .minimize:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }

button.minimize {
  margin-top: -2px;
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 30px !important;
  font-weight: 400;
  padding: 0px 9px 4px 9px !important;
  border-radius: 40px !important; }

button.minimize:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #f00;
  background-color: #efefef !important; }

button.minimize.nobg:hover {
  background-color: inherit !important; }

button.closetab {
  font-size: 20px !important;
  font-weight: 400;
  padding: 0px 9px 7px 7px !important;
  border-radius: 5px !important;
  border: 0px;
  background-color: transparent; }

button.closetab:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ff948e; }

#frameCloseCurrentWindow:hover {
  background-color: #efefef !important; }

.width-fitcontent {
  width: fit-content !important; }

.dropdown-menu {
  width: fit-content; }

.btn, .btn-xs, .btn-sm, .btn-lg {
  background-color: #fff; }

.cursorNormal-i {
  cursor: default !important; }

.dropdown-menu.noscroll::-webkit-scrollbar {
  display: none; }

.vertical-middle {
  vertical-align: middle !important; }

.br20 {
  border-radius: 20px; }

.menuHolder.on-small-navbar .bg-color-menu-add-person {
  transition: all .4s ease-out;
  background-color: #2f4051;
  color: #ffffff !important;
  border-left: 5px solid #1c84c6;
  border-bottom: none;
  padding: 15px !important; }

.menuHolder .bg-color-menu-add-person {
  transition: all .4s ease-out;
  background-color: #2f4051;
  color: #ffffff !important;
  border-left: 5px solid #1c84c6;
  border-bottom: 1px solid #24303c;
  padding: 15px !important; }

.bg-color-menu-add-person:hover {
  background-color: #1c84c6 !important; }

@keyframes pulse-person-creator {
  0% {
    background-color: #2f4051; }
  100% {
    background-color: #1c84c6; } }
.person-add.with-hover.pulse-person-creator {
  -webkit-animation: pulse-person-creator 1s infinite alternate;
  animation: pulse-person-creator 1s infinite alternate; }

.person-add.with-hover.pulse-person-creator a {
  color: #fff; }

.jstree-drag-holder {
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #888; }

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

#personFrameHeaderHolder {
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  max-height: 500px;
  overflow: visible; }

#personFrameHeaderHolder.closed {
  max-height: 0px; }

.closeCurrentPage {
  position: absolute;
  top: 60px;
  right: 30px;
  border-radius: 50px;
  border: 1px solid #aaa;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #fff; }

.closeCurrentPage:hover {
  background-color: #888;
  color: #fff; }

.personSplitViewDocumentFrame {
  position: absolute;
  width: 50%;
  top: 100px;
  z-index: 10000;
  right: 0; }

.docviewerLoaderImage {
  z-index: 1000;
  background: #fff;
  top: 88px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px; }

.myproject-first-col {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  z-index: 100;
  background-color: #fff; }

.table-event-selector {
  border: 1px #aaa solid;
  border-radius: 1em;
  border-collapse: collapse; }

.table-event-selector td {
  border-right: 1px #aaa solid; }

li.left-new-side-menu .on-big-navbar {
  max-height: 41px;
  overflow: hidden;
  -webkit-transition: max-height 1.3s ease;
  -moz-transition: max-height 1.3s ease;
  -o-transition: max-height 1.3s ease;
  transition: max-height 1.3s ease; }

li.left-new-side-menu .on-big-navbar:not(.no-height-resize):hover {
  max-height: 100px;
  overflow: hidden; }

.menuHolder.on-small-navbar #btnMenuAddPerson {
  max-height: 53px;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  -moz-transition: max-height .5s ease;
  -o-transition: max-height .5s ease;
  transition: max-height .5s ease; }

.menuHolder #btnMenuAddPerson {
  max-height: 47px;
  overflow: hidden;
  -webkit-transition: max-height .5s ease;
  -moz-transition: max-height .5s ease;
  -o-transition: max-height .5s ease;
  transition: max-height .5s ease; }

#btnMenuAddPerson:hover {
  max-height: 100px;
  overflow: hidden; }

.personPageHeaderPhoto {
  border: 2px dashed #aaa;
  -webkit-transition: color .8s ease;
  -moz-transition: color .8s ease;
  -o-transition: color .8s ease;
  transition: color .8s ease; }

.personPageHeaderPhoto:hover {
  border: 2px solid #1c84c6; }

#user_login_token_text_passcode {
  /*
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  width: auto;
  height: auto;
   */ }

.progress {
  background-color: #dfdfdf !important; }

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

#dashboardHeaderHolder .btnSettings {
  border-radius: 50%;
  width: 41px;
  height: 41px;
  padding-top: 8px;
  padding-left: 7px;
  cursor: pointer; }

#dashboardHeaderHolder .btnSettings:hover {
  background-color: #1ab394;
  color: #fff; }

#dashboardHeaderHolder li {
  color: #5a5f61 !important; }

.grid-stack-item-content .controls {
  /*float: right;*/
  padding-top: 11px;
  /*  height: 30px;*/
  font-size: 11px !important; }

.grid-stack-item-content .controls .showFilter.control {
  margin-top: -1px; }

.grid-stack-item-content .controls .dropdown.control {
  padding-top: 1px; }

.grid-stack-item-content .controls .control {
  float: left;
  color: #aaa !important;
  padding-left: 8px; }

.grid-stack-item-content .controls .control:hover {
  color: #5a5f61 !important; }

.grid-stack-item-content .controls .control:hover.showFilter {
  cursor: pointer !important; }

.grid-stack-item-content .controls .control:hover i {
  cursor: pointer !important; }

.grid-stack-item-content .controls .control:hover a {
  color: #5a5f61 !important; }

#dashboardTabHolder {
  /*background-color: $color-background !important;*/ }

#dashboardContentHolder {
  background-color: #dedede !important; }

.dashboard-add-widget-ibox {
  flex: 0 1 calc(50% - 20px);
  /* Subtract the padding and margin */
  box-sizing: border-box;
  max-height: 180px;
  border: 1px solid #e5e6e7 !important;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center; }

.dashboard-add-widget-ibox .descr {
  /*	font-size: 11px; */ }

.dashboard-add-widget-ibox .icon-onevalue {
  color: #00a0d7; }

.dashboard-add-widget-ibox .icon-text {
  color: #f8ac59; }

.dashboard-add-widget-ibox .icon-list {
  color: #1c84c6; }

.dashboard-add-widget-ibox .icon-chart {
  color: #1ab394; }

.dashboard-add-widget-ibox .icon-calendar {
  color: #ee7e8a; }

.dashboard-add-widget-ibox .icon-ranking {
  color: #b31bf8; }

.dashboard-add-widget-ibox.border-person {
  border-left: 10px solid #4493e2 !important; }

.dashboard-add-widget-ibox:hover {
  cursor: pointer;
  border: 1px solid #1ab394 !important;
  /*
  -webkit-box-shadow: 0px 7px 11px -5px rgba(0,0,0,0.54) !important;
  -moz-box-shadow: 0px 7px 11px -5px rgba(0,0,0,0.54) !important;
  box-shadow: 0px 7px 11px -5px rgba(0,0,0,0.54) !important;
   */ }

.dashboard-add-widget-ibox-holder {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 20px;
  align-content: flex-start; }

.fa-rotate-90 {
  transition: transform .15s linear; }

.fa-rotate-180 {
  transition: transform .15s linear; }

.whatsnew-icons {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-size: 30px; }

.whatsnew-icons i {
  color: #5a5f61;
  cursor: pointer; }

.whatsnew-icons i:hover {
  color: #ed5565; }

#right-content-sidebar .content {
  overflow-y: scroll;
  max-height: 88vh; }

.fa-beat {
  animation: fa-beat 5s ease infinite; }

@keyframes fa-beat {
  0% {
    transform: scale(1); }
  5% {
    transform: scale(1.25); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  35% {
    transform: scale(1.25); }
  50% {
    transform: scale(1); }
  55% {
    transform: scale(1.25); }
  70% {
    transform: scale(1); } }
.fa-beat2 {
  animation: fa-beat2 5s ease infinite; }

@keyframes fa-beat2 {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1); }
  80% {
    transform: scale(1); }
  90% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.fullscreen_bg {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  background-color: #000; }

#grayoverlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  /* Black background with opacity */
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other elements */ }

#grayoverlay2 {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* Black background with opacity */
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other elements */ }

#blackoverlay2 {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  /* Black background with opacity */
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other elements */ }

#astronaut {
  position: fixed;
  bottom: -30px;
  left: 30px;
  -webkit-animation: updown4 4s ease-in-out infinite;
  animation: updown4 4s ease-in-out infinite;
  width: 15%; }

@-webkit-keyframes updown {
  0%, 100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }
@keyframes updown {
  0%, 100% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); } }
@-webkit-keyframes updown2 {
  0%, 100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  50% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
@keyframes updown2 {
  0%, 100% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  50% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); } }
@-webkit-keyframes updown4 {
  0%, 100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }
@keyframes updown4 {
  0%, 100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }
@-webkit-keyframes updown5 {
  0%, 100% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  50% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); } }
@keyframes updown5 {
  0%, 100% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  50% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0); } }
@-webkit-keyframes updown6 {
  0%, 100% {
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0); }
  50% {
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0); } }
@keyframes updown6 {
  0%, 100% {
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0); }
  50% {
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0); } }
.learning-featurebox {
  padding: 0 !important;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  min-height: 320px;
  -webkit-box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 4px 11px -5px rgba(0, 0, 0, 0.54); }

.learning-featurebox .img-holder {
  width: 100%;
  min-height: 130px;
  max-height: 130px;
  position: relative; }

.learning-featurebox img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.learning-featurebox .content {
  padding: 20px;
  font-size: 15px; }

.person-user-type {
  background-color: #ed5565;
  border-radius: 15px;
  width: 16px !important;
  height: 16px !important;
  padding-left: 4px;
  color: #fff; }

#topSendTest {
  cursor: pointer; }

#topSendTest .fa-circle {
  color: #aaa;
  -webkit-transition: all 0.3s; }

#topSendTest .fa-sync-alt {
  font-size: 16px; }

#topSendTest:hover .fa-circle {
  color: #606f7c; }

#topRefreshPage {
  cursor: pointer; }

#topRefreshPage .fa-circle {
  color: #aaa;
  -webkit-transition: all 0.3s; }

#topRefreshPage .fa-sync-alt {
  font-size: 16px; }

#topRefreshPage:hover .fa-circle {
  color: #00a0d7; }

#topDashboardPage {
  cursor: pointer; }

#topDashboardPage .fa-circle {
  color: #aaa;
  -webkit-transition: all 0.3s; }

#topDashboardPage .fa-sync-alt {
  font-size: 16px; }

#topDashboardPage:hover .fa-circle {
  color: #535353; }

#topCloseSidebar {
  cursor: pointer; }

#topCloseSidebar .fa-circle {
  color: #aaa;
  -webkit-transition: all 0.3s; }

#topCloseSidebar .fa-bars {
  font-size: 16px; }

#topCloseSidebar:hover .fa-circle {
  color: #20c4a2; }

.table-left-normal {
  border: 4px solid #23c6c8;
  border-top: 0;
  border-right: 0;
  border-bottom: 0; }

.table-left-unique {
  border: 4px solid #f8ac59;
  border-top: 0;
  border-right: 0;
  border-bottom: 0; }

.content-center-holder {
  position: relative;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100%;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 900px;
  width: calc(100vw - 120px); }

.content-center-content {
  margin-bottom: 40px;
  width: 900px; }

.content-center-holder-referral {
  position: relative;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100%;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 650px;
  width: calc(100vw - 120px); }

.content-center-holder-referral::-webkit-scrollbar {
  display: none; }

.content-center-content-referral {
  margin-bottom: 40px;
  width: 650px; }

.input-border-warning {
  border: 1px solid #1ab394 !important; }

.skill-category.engineer {
  color: #F94144; }

.skill-category.engineer.backend {
  color: #F9292D; }

.skill-category.engineer.frontend {
  color: #F93438; }

.skill-category.engineer.network {
  color: #F93F43; }

.skill-category.engineer.db {
  color: #FA4A4E; }

.skill-category.engineer.embedded {
  color: #FA5559; }

.skill-category.engineer.cybersec {
  color: #FA6163; }

.skill-category.engineer.datascience {
  color: #FA6C6E; }

.skill-category.engineer.projectmanagement {
  color: #FB7779; }

.skill-category.engineer.testing {
  color: #FB8284; }

.skill-category.engineer.other {
  color: #FB8D8F; }

.skill-category.engineer.bg {
  background-color: #F94144;
  color: #fff; }

.skill-category.engineer.bg.backend {
  background-color: #F9292D;
  color: #fff; }

.skill-category.engineer.bg.frontend {
  background-color: #F93438;
  color: #fff; }

.skill-category.engineer.bg.network {
  background-color: #F93F43;
  color: #fff; }

.skill-category.engineer.bg.db {
  background-color: #FA4A4E;
  color: #fff; }

.skill-category.engineer.bg.embedded {
  background-color: #FA5559;
  color: #fff; }

.skill-category.engineer.bg.cybersec {
  background-color: #FA6163;
  color: #fff; }

.skill-category.engineer.bg.datascience {
  background-color: #FA6C6E;
  color: #fff; }

.skill-category.engineer.bg.projectmanagement {
  background-color: #FB7779;
  color: #fff; }

.skill-category.engineer.bg.testing {
  background-color: #FB8284;
  color: #fff; }

.skill-category.engineer.bg.other {
  background-color: #FB8D8F;
  color: #fff; }

.skill-category.it {
  color: #277DA1; }

.skill-category.it.backend {
  color: #2F82A5; }

.skill-category.it.frontend {
  color: #3887A9; }

.skill-category.it.network {
  color: #408DAD; }

.skill-category.it.database {
  color: #4892B1; }

.skill-category.it.embedded {
  color: #5197B5; }

.skill-category.it.cybersec {
  color: #599CB9; }

.skill-category.it.datascience {
  color: #61A1BD; }

.skill-category.it.projectmanagement {
  color: #69A7C1; }

.skill-category.it.testing {
  color: #72ACC5; }

.skill-category.it.other {
  color: #7AB1C9; }

.skill-category.it.bg {
  background-color: #277DA1;
  color: #fff; }

.skill-category.it.bg.backend {
  background-color: #2F82A5;
  color: #fff; }

.skill-category.it.bg.frontend {
  background-color: #3887A9;
  color: #fff; }

.skill-category.it.bg.network {
  background-color: #408DAD;
  color: #fff; }

.skill-category.it.bg.database {
  background-color: #4892B1;
  color: #fff; }

.skill-category.it.bg.embedded {
  background-color: #5197B5;
  color: #fff; }

.skill-category.it.bg.cybersec {
  background-color: #599CB9;
  color: #fff; }

.skill-category.it.bg.datascience {
  background-color: #61A1BD;
  color: #fff; }

.skill-category.it.bg.projectmanagement {
  background-color: #69A7C1;
  color: #fff; }

.skill-category.it.bg.testing {
  background-color: #72ACC5;
  color: #fff; }

.skill-category.it.bg.other {
  background-color: #7AB1C9;
  color: #fff; }

.skill-category-finance {
  color: #F8961E; }

.skill-category-commercial {
  color: #F9C74F; }

.skill-category-logistics {
  color: #90BE6D; }

.skill-category-assistance {
  color: #43AA8B; }

.skill-category-labour {
  color: #577590; }

.modal-fullscreen {
  height: calc(100vh - 200px);
  min-height: calc(100vh - 200px);
  max-height: calc(100vh - 200px); }

.modal-iframe-fullscreen {
  position: relative;
  overflow: hidden;
  /*padding-top: 56.25%;*/
  height: calc(100vh - 250px);
  min-height: calc(100vh - 300px);
  max-height: calc(100vh - 250px); }

.cmp-category-selector {
  width: 300px;
  position: absolute;
  right: 23px;
  top: 7px;
  text-align: left; }

.cmp-category-selector .header {
  border-radius: 5px;
  background-color: #fff;
  height: 31px;
  border: 1px #e5e6e7 solid;
  padding: 6px 12px;
  cursor: pointer; }

.cmp-category-selector .loader {
  top: 42px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  height: 38px;
  text-align: center;
  border-top: 0;
  border-left: 1px #e5e6e7 solid;
  border-right: 1px #e5e6e7 solid;
  border-bottom: 1px #e5e6e7 solid; }

.cmp-category-selector .content {
  top: 42px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  border-top: 0;
  border-left: 1px #e5e6e7 solid;
  border-right: 1px #e5e6e7 solid;
  border-bottom: 1px #e5e6e7 solid; }

.loading-wrapper {
  margin: 30px;
  padding: 30px;
  background: #fff;
  width: 360px;
  height: 640px;
  display: flex;
  flex-direction: column; }

.loading-wrapper .wrapper-cell {
  display: flex;
  margin-bottom: 30px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.animated-background, .loading-wrapper .image, .loading-wrapper .text-line {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.loading-wrapper .image {
  height: 60px;
  width: 60px; }

.loading-wrapper .text {
  margin-left: 20px; }

.loading-wrapper .text-line {
  height: 10px;
  width: 230px;
  margin: 4px 0; }

body:not(.modal-open) {
  padding-right: 0px !important; }

#personCreatorHeaderPhotoUl {
  position: absolute;
  top: -79px;
  left: 30px; }

.scrollable-menu-noheight {
  overflow-x: hidden; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  overflow: visible !important; }

.grid-stack-item-content {
  /*color: #2c3e50;
  text-align: center;
  background-color: #18bc9c;
   */ }

.dashboard-widget-content {
  display: flex;
  flex-direction: column;
  height: 100%; }

.dashboard-widget-header {
  /*background-color: #c5e0ee;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15px; }

.dashboard-widget-header:hover {
  cursor: move; }

.dashboard-widget-title {
  /*float: inline-start;*/
  	/*
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  */
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden; }

.dashboard-widget-title .title-container {
  display: flex;
  align-items: center;
  width: 100%; }

.dashboard-widget-title .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px !important;
  font-weight: bold;
  flex-grow: 1;
  /* Ensures the title takes up remaining space */ }

.dashboard-widget-title .dashboard-widget-header-counter {
  flex-shrink: 0;
  /* Prevents the counter from shrinking */
  width: 50px;
  margin-left: auto;
  /* Aligns the counter to the right */
  text-align: right;
  margin-top: -4px; }

.dashboard-widget-header-counter .badge {
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1;
  color: #fff; }

.dashboard-widget-toolbar {
  display: flex;
  gap: 1px;
  flex-shrink: 0;
  /*float: inline-end;*/ }

.dashboard-widget-toolbar .control {
  white-space: nowrap; }

.dashboard-widget-toolbar .dropdown {
  /*min-width: 100px;*/ }

.dashboard-widget-toolbar {
  flex-shrink: 0;
  /* Prevents shrinking, forcing a single row */ }

.whatsnew-content .normal {
  font-size: 14px !important; }

.sbm-submenu-holder {
  position: absolute;
  left: -250px;
  background-color: #2f323b;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.2), 0 2px 30px 0 rgba(0, 0, 0, 0.35);
  padding-left: 10px;
  -webkit-transition: left 0.3s ease;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.sbm-submenu-holder.main-sub-menu {
  top: 85px;
  width: 320px; }

.sbm-submenu-holder.settings {
  top: 85px;
  width: 400px;
  left: -350px; }

.sbm-submenu-holder.person-creator {
  top: 125px;
  width: 170px; }

.sbm-submenu-holder.opened {
  left: 250px; }

.sbm-submenu-ul {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0; }

.sbm-sub-li {
  float: left;
  display: inline;
  height: 40px;
  padding-top: 10px;
  text-align: left;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  cursor: pointer; }

.submenu-main li {
  width: 50%; }

.submenu-settings li {
  width: 100%; }

.submenu-person li {
  width: 100%; }

.sbm-sub-li:hover {
  background-color: #3b3e47; }

.sbm-sub-li:hover a {
  color: #fff; }

.sbm-sub-li a {
  color: #aaa; }

.sbm-sub-li a:hover,
.sbm-sub-li a:focus {
  color: #fff; }

.sbm-holder {
  width: 70px !important;
  /*background-color: $color-sidemenu;*/
  height: 100%;
  bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  min-height: 100%;
  -webkit-transition: width 0.3s ease;
  /*	overflow: hidden; */
  background: linear-gradient(0deg, #1e272d, #2f323b);
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.2), 0 2px 30px 0 rgba(0, 0, 0, 0.35);
  overflow: visible; }

.sbm-holder.opened {
  width: 250px !important; }

.sbm-holder ul {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0; }

.sbm-holder ul li {
  -webkit-transition: all 0.1s;
  overflow: hidden; }

#photoNavHeader {
  overflow: visible !important; }

.sbm-holder ul li.with-hover {
  padding: 5px 0 5px 15px;
  height: 40px; }

.sbm-holder ul li.with-hover:hover {
  background-color: #3b3e47;
  cursor: pointer; }

.sbm-holder ul li.with-hover a {
  color: #bbb; }

.sbm-holder ul li.with-hover:hover a {
  color: #fff; }

.sbm-holder ul li.selected {
  background-color: #3b3e47;
  color: #fff !important; }

.sbm-holder ul li.selected p {
  color: #fff !important; }

.sbm-holder ul li a span.menu-icon .fa-stack-1x {
  font-size: 12px; }

.sbm-holder ul li a span.menu-icon .fa-stack-2x {
  padding-top: 4px; }

.sbm-holder ul li a span.menu-icon .menu-emoji {
  font-size: 23px;
  position: absolute;
  top: 5px;
  left: 4px; }

.sbm-holder ul li a span.menu-icon {
  font-size: 9px;
  top: 4px;
  float: left;
  margin-right: 12px;
  height: 40px;
  width: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: relative; }

.sbm-holder ul li a span.menu-text {
  font-size: 19px;
  float: left;
  margin-right: 12px;
  height: 10px;
  width: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 3px; }

.sbm-holder ul li.user-photo {
  height: 85px;
  text-align: left;
  padding: 10px 0 0 12px; }

.sbm-holder ul li.user-photo p.first-row {
  transform: translate3d(65px, -40px, 0) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 17px !important; }

.sbm-holder ul li.user-photo .dropdown {
  width: 180px; }

.sbm-holder ul li.user-photo .dropdown li a {
  color: #333 !important; }

.sbm-holder ul li.user-photo .dropdown li a:hover {
  color: #262626 !important;
  background-color: #f5f5f5 !important; }

.sbm-holder ul li.empty {
  border-left: 5px solid #666; }

.sbm-holder ul li.project {
  border-left: 5px solid #1ab394; }

.sbm-holder ul li.placement {
  border-left: 5px solid #d4edda; }

.sbm-holder ul li.client {
  border-left: 5px solid #00a0d7; }

.sbm-holder ul li.event {
  border-left: 5px solid #6a0993; }

.sbm-holder ul li.contact {
  border-left: 5px solid #1c84c6; }

.sbm-holder ul li.person-add {
  border-left: 5px solid #1c84c6; }

.sbm-holder ul li.with-hover.person-add:hover {
  background-color: #1c84c6; }

.sbm-holder ul li.system {
  border-left: 5px solid #666; }

.sbm-holder ul li.document {
  border-left: 5px solid #f8d7da; }

.sbm-holder ul li.report {
  border-left: 5px solid #f87460; }

.sbm-holder ul li.person {
  border-left: 5px solid #f8ac59; }

.sbm-holder.opened ul li.loading p {
  opacity: 0.3; }

.sbm-holder.opened ul li.loading .row-2 {
  opacity: 0.3; }

.sbm-holder:not(.opened) ul li:not(.loading) .loading {
  display: none; }

.sbm-holder:not(.opened) ul li .loading {
  position: relative;
  margin-left: -20px;
  display: inline-block; }

.sbm-holder.opened li:not(.loading) .loading {
  display: none; }

.sbm-holder ul li .loading {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1000;
  color: #fff !important;
  margin: auto;
  padding-top: 3px; }

.sbm-holder ul li p.first-row {
  margin: 0;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transform: translate3d(-25px, 0, 0);
  opacity: 0;
  text-align: left;
  padding-top: 7px; }

.sbm-holder ul li p.first-row:not(.bold) {
  padding-top: 9px; }

.sbm-holder.opened ul li p {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.sbm-holder.opened ul li .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.sbm-holder.opened ul li p.first-row .right-dot {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
  transform: translate3d(0, 1px, 0); }

.sbm-holder.opened ul li p.first-row .next-dot {
  transform: translate3d(0, -1px, 0); }

.sbm-holder:not(.opened) ul li.with-hover .row-2 {
  display: none; }

.sbm-holder.opened ul li.with-hover .row-2 {
  -webkit-transition: all 0.3s;
  display: none;
  cursor: default; }

.sbm-holder:not(.opened) ul li.with-hover .row-2 {
  -webkit-transition: all 0.3s;
  height: 0 !important; }

.sbm-holder.opened ul li.with-hover .row-2 li {
  width: 227px; }

.sbm-holder.opened ul li.with-hover .row-2 .second-row {
  line-height: 30px;
  white-space: nowrap;
  transform: translate3d(42px, -8px, 0);
  text-align: left; }

.sbm-holder.opened ul li.with-hover .row-2 .third-row {
  line-height: 30px;
  white-space: nowrap;
  transform: translate3d(42px, -8px, 0);
  text-align: left; }

.sbm-holder.opened ul li.with-hover.expand-h2.opened {
  height: 75px; }

.sbm-holder.opened ul li.with-hover.expand-h2.opened-3 {
  height: 95px; }

/*
.sbm-holder.opened ul li.with-hover.expand-h2 .row-2{
	height: auto !important;
}
*/
.sbm-holder.opened ul li p.first-row.bold {
  font-weight: 700; }

.sbm-holder.opened ul li.with-hover .row-2 .third-row p {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  transform: translate3d(43px, 0, 0);
  text-align: left;
  padding-top: 4px;
  height: 20px; }

.sbm-holder.opened ul li.with-hover .row-control {
  color: #aaa;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  font-size: 15px; }

.sbm-holder.opened ul li.with-hover .row-control.job:hover {
  color: #fff; }

.sbm-holder.opened ul li.with-hover .row-control.right {
  float: right; }

.sbm-holder.opened ul li.with-hover .row-control.times {
  margin-right: 50px;
  font-size: 18px !important; }

.sbm-holder.opened ul li.with-hover .row-control.times.single-row {
  margin-right: 11px; }

.sbm-holder.opened ul li.with-hover .row-control.times:hover {
  color: #fff; }

.sbm-holder.opened ul li.with-hover .row-control.pin {
  margin-right: 10px;
  transform: translate3d(0, 2px, 0); }

.sbm-holder.opened ul li.with-hover .row-control.pin.with-dot {
  transform: translate3d(-21px, -16px, 0); }

.sbm-holder.opened ul li.with-hover .row-control.pin.active {
  font-weight: 800; }

.sbm-holder.opened ul li.with-hover .row-control.pin:hover {
  color: #fff; }

.sbm-holder.opened ul li.with-hover .row-control.single-row:not(.showed) {
  opacity: 0; }

.sbm-holder.opened ul li.with-hover:hover .row-control.single-row {
  opacity: 1; }

#topMenuHeader {
  -webkit-transition: all 0.3s; }

.nav-fullleft {
  left: 70px; }

.nav-semileft {
  left: 250px; }

.loads {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeload;
  animation-name: placeload;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 1200px 104px;
  position: relative; }

@-webkit-keyframes placeload {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
@keyframes placeload {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
#launcher-frame {
  margin-left: -10px;
  -webkit-transition: all 0.3s; }

#fc_frame {
  margin-left: -15px;
  -webkit-transition: all 0.3s; }

#launcher-frame.opened {
  margin-left: 75px; }

#fc_frame.opened {
  margin-left: 70px; }

.featureTopIconHolder {
  position: absolute;
  left: calc(50% - 52px);
  top: -137px;
  z-index: 100; }

.featureTopIcon {
  border-radius: 50px;
  background-color: #55677f;
  padding: 15px 20px;
  font-size: 37px;
  color: #fff; }

.spotlight-item-bg {
  border-radius: 50px;
  font-size: 26px;
  color: #5a5f61; }

.visible-hidden {
  visibility: hidden; }

.visible-show {
  visibility: visible; }

#header-spotlight-field .tt-menu {
  left: -62px !important; }

.header-profile-name {
  position: absolute;
  left: 55px;
  top: 13px;
  font-size: 17px;
  color: #fff; }

.header-profile-name:focus,
.header-profile-name:hover {
  color: #fff;
  text-decoration: underline; }

.grecaptcha-badge {
  visibility: hidden; }

#settings-content .main-content ul, #settings-content .main-content2 ul {
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0; }

#settings-content .main-content ul li {
  width: 15%;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
  float: left;
  min-height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center; }

#settings-content .main-content2 ul li {
  text-align: left;
  cursor: pointer;
  padding: 10px; }

#settings-content .main-content2 ul li .icon {
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  font-size: 10px; }

#settings-content .main-content2 ul li .icon .fa-stack {
  margin-top: 5px; }

#settings-content .main-content2 ul li .row {
  display: inline-block;
  padding-top: 6px; }

#settings-content .main-content2 ul li .row.arrow {
  padding-right: 20px;
  padding-top: 14px; }

#settings-content .main-content2 ul li .primary-line {
  display: block;
  font-size: 13px;
  font-weight: bold; }

#settings-content .main-content2 ul li .second-line {
  display: block; }

#settings-content .main-content2 ul li a {
  color: #5a5f61; }

#settings-content .main-content2 ul li a:hover {
  color: #5a5f61; }

#settings-content .main-content2 ul li:hover {
  background-color: #EFEFEF; }

#settings-content .main-content ul li:hover {
  background-color: #efefef;
  cursor: pointer; }

#settings-content .main-content ul li a {
  color: #5a5f61;
  width: 100%; }

#settings-content .main-content ul li i {
  font-size: 30px; }

#settings-content .main-content ul li div {
  clear: both;
  padding-top: 10px; }

.btn-selector-all {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 2px 3px 2px 3px; }

.btn-selector-all:hover {
  border: 1px solid #d7d4ce; }

.sidebar-notification {
  padding: 15px 10px 15px 10px !important;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  cursor: pointer; }

.sidebar-notification:hover {
  background-color: #efefef; }

.sidebar-notification-holder {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 10000000000; }

.pagination-right-select {
  top: -4px;
  border: 0px !important;
  left: 2px; }

.pagination-selector-select {
  font-size: 12px !important; }

.pagination .no-hover span {
  background-color: transparent !important; }

.pagination .no-hover span:hover {
  background-color: transparent !important; }

.notification-domain {
  position: absolute;
  right: 16px;
  bottom: 6px; }

.notification-domain.lessbottom {
  bottom: 16px; }

.sidebar-h2 {
  font-size: 17px;
  margin-top: 13px; }

.sidebar-close-btn {
  font-size: 17px !important;
  margin-top: -2px !important; }

.jobboard-type-img {
  border-radius: 20px;
  border: 1px solid #aaa;
  transform: translate3d(0, -6px, 0);
  width: 20px;
  height: 20px;
  margin: 10px 10px 0px 10px; }

.sidebar-user-container {
  width: 100%;
  padding: 10px; }

.sidebar-user-container:hover {
  background-color: #efefef; }

#personDocumentsViewerStickyHolder {
  margin-top: -9px; }

.photoEditIconPencil {
  position: absolute;
  right: -5px;
  bottom: -5px;
  cursor: pointer; }

.glitch-text {
  animation: glitch1 2.5s infinite; }

.glitch-text:nth-child(2) {
  color: #67f3da;
  animation: glitch2 2.5s infinite; }

.glitch-text:nth-child(3) {
  color: #f16f6f;
  animation: glitch3 2.5s infinite; }

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1; }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75; }
  10% {
    transform: none;
    opacity: 1; }
  27% {
    transform: none;
    opacity: 1; }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75; }
  35% {
    transform: none;
    opacity: 1; }
  52% {
    transform: none;
    opacity: 1; }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75; }
  50% {
    transform: none;
    opacity: 1; }
  72% {
    transform: none;
    opacity: 1; }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75; }
  80% {
    transform: none;
    opacity: 1; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25; }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5; }
  10% {
    transform: none;
    opacity: 0.25; }
  27% {
    transform: none;
    opacity: 0.25; }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5; }
  35% {
    transform: none;
    opacity: 0.25; }
  52% {
    transform: none;
    opacity: 0.25; }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5; }
  50% {
    transform: none;
    opacity: 0.25; }
  72% {
    transform: none;
    opacity: 0.25; }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5; }
  80% {
    transform: none;
    opacity: 0.25; }
  100% {
    transform: none;
    opacity: 0.25; } }
@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25; }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5; }
  10% {
    transform: none;
    opacity: 0.25; }
  27% {
    transform: none;
    opacity: 0.25; }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5; }
  35% {
    transform: none;
    opacity: 0.25; }
  52% {
    transform: none;
    opacity: 0.25; }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5; }
  50% {
    transform: none;
    opacity: 0.25; }
  72% {
    transform: none;
    opacity: 0.25; }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5; }
  80% {
    transform: none;
    opacity: 0.25; }
  100% {
    transform: none;
    opacity: 0.25; } }
.user-plus-count {
  border: #1ab394 2px solid;
  border-radius: 25%;
  height: 29px !important;
  width: 29px !important;
  padding-top: 4px;
  font-size: 12px;
  font-weight: 500; }

.user-plus-count-small {
  border: #1ab394 2px solid;
  border-radius: 25%;
  height: 25px !important;
  width: 25px !important;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500; }

.frameViewsRow .btn-danger {
  opacity: 0; }

.frameViewsRow:hover .btn-danger {
  opacity: 1; }

.pointerEventsNone {
  pointer-events: none; }

.pencilPhotoEditor:hover .fa-circle {
  color: #1c84c6; }

.border-error {
  border: 1px solid #ed5565 !important; }

.nav.nav-tabs li {
  /*font-size: 12px !important;*/ }

.table th .dropdown .btn.btn-sm:not(.btn-tableheader-medium) {
  /*
  height: 25px;
  padding-top: 4px;
  margin-top: 5px;
  width: 25px;
  padding-left: 6px;
  font-size: 11px;
   */
  width: 31px;
  padding-left: 9px; }

.vote-access-wall {
  border-radius: 10px;
  width: 1350px;
  background-color: #ffffff;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -460px !important;
  margin-left: -675px !important;
  text-align: center; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
ul.dropdown-menu li.divider {
  margin: 0px !important; }

.note-modal.modal-summernote {
  z-index: 5050 !important; }

.step-col {
  position: relative;
  min-height: 1px;
  float: left; }

.step-circle {
  border: 0.1em solid grey;
  border-radius: 100%;
  height: 2em;
  width: 2em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px; }

.step-circle.next {
  border: 0.1em solid #1c84c6;
  background-color: #1c84c6;
  color: #fff !important; }

.step-circle.passed {
  border: 0.1em solid #EFEFEF;
  background-color: #EFEFEF;
  color: grey !important; }

.step-circle p {
  margin-top: -0.10em;
  font-size: 1.5em; }

.step-circle i {
  font-size: 0.8em; }

.step-holder .step-col:not(:last-child):after {
  position: absolute;
  content: '';
  right: -25%;
  top: -20%;
  width: 50%;
  height: 50%;
  border-bottom: 2px solid #aaa; }

.step-holder .step-col.passed:not(:last-child):after {
  border-bottom: 2px solid #1c84c6; }

.referrer_register_privacy_block {
  overflow-y: scroll;
  min-height: 300px !important;
  max-height: 300px !important;
  text-align: left;
  font-size: 12px;
  z-index: 0 !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

.event-selector-date-box {
  margin: 0 10px 10px 10px;
  min-width: 20%;
  display: inline-block;
  border: 1px #aaa solid; }

.btn-min80 {
  min-width: 80px; }

.btn-outline.danger {
  color: #ed5565;
  border: 1px solid #ed5565; }

.btn-outline.warning {
  color: #f8ac59;
  border: 1px solid #f8ac59; }

.sweet-alert.animated.fast {
  animation-duration: 0.2s !important; }

.modalLoadFader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff7a;
  z-index: 590;
  text-align: center;
  backdrop-filter: blur(1px); }

.overflow-visible {
  overflow: visible !important; }

#TestWidthMeter {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap; }

.page-was-modified-holder {
  width: 100%; }

.page-was-modified-holder .page-was-modified-content {
  border-top-right-radius: 10px;
  background-image: repeating-linear-gradient(135deg, #f04b51, #f04b51 24px, #f2545b 0, #f2545b 48px) !important; }

.is-deleted-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.is-deleted-holder .is-deleted-holder-content {
  padding: 15px;
  font-weight: 500;
  background-image: repeating-linear-gradient(135deg, #1ab394, #1ab394 24px, #1bbd9c 0, #1bbd9c 48px) !important;
  color: #fff; }

.is-deleted-holder .is-deleted-holder-content.deleted {
  background-image: repeating-linear-gradient(135deg, #f04b51, #f04b51 24px, #f2545b 0, #f2545b 48px) !important; }

.is-locked-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.is-locked-holder .is-locked-holder-content {
  padding: 15px;
  font-weight: 500;
  background-image: repeating-linear-gradient(135deg, #f3a550, #f3a550 24px, #f8ac59 0, #f8ac59 48px) !important;
  color: #fff; }

.is-readonly-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 10px; }

.is-readonly-holder .is-readonly-holder-content {
  padding: 15px;
  font-weight: 500;
  background-image: repeating-linear-gradient(135deg, #f3a550, #f3a550 24px, #f8ac59 0, #f8ac59 48px) !important;
  color: #fff; }

.objectAdderElement .formbuilder_panel .form-group {
  margin-left: 0px; }

.objectAdder2Element .addOA2Row {
  margin-left: 15px; }

.spotlight-holder .spotlight-search-type {
  float: left;
  padding-left: 10px;
  border-right: 1px solid #efefef;
  margin-top: 6px;
  margin-right: 5px;
  padding-right: 5px; }

.spotlight-holder .spotlight-search-type select {
  font-size: 15px;
  border: 0; }

.spotlight-holder .spotlight-input {
  float: left;
  padding-left: 5px;
  width: 250px; }

.spotlight-holder .spotlight-input input {
  font-size: 15px; }

.spotlight-holder .spotlight-status {
  float: right;
  margin-right: 6px;
  margin-top: 6px;
  font-size: 16px;
  color: #5a5f61;
  width: 20px;
  text-align: center; }

.search-not-added {
  position: absolute;
  right: 5px;
  font-size: 15px;
  margin-top: 2.5%; }

input[type="text"]:disabled {
  background-color: #eee !important; }

/*
select:disabled {
	color: #999 !important;
}
 */
.user-astronaut-active-circle {
  position: relative;
  top: 7px;
  right: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 11px !important; }

.typeahead-user-icon {
  position: absolute;
  /*top: 10px;*/
  padding-top: 5px; }

#page-wrapper-over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
  transition: 150ms opacity;
  opacity: 0.5; }

#page-wrapper-over.off {
  opacity: 0; }

.comment-adder, .difl {
  display: flex; }

.comment-result-item i.btn_like {
  cursor: pointer; }

.comment-result-item .dropdown {
  display: none; }

.comment-result-item:hover .dropdown {
  display: block; }

.ml-auto {
  margin-left: auto; }

.label-file {
  font-size: 13px !important;
  background-color: #fff !important;
  border: 1px solid #5a5f61 !important;
  display: inline-block;
  margin-bottom: 5px !important; }

.label-file a {
  color: #5a5f61 !important; }

.label-file a:focus, .label-file a:hover {
  color: #606f7c !important; }

.label-file .fa-times-circle {
  cursor: pointer; }

.label-file .fa-times-circle:hover {
  color: #5a5f61 !important; }

.summernote-no-mb0 .note-editor {
  margin-bottom: 0; }

.communication-file {
  border-color: #aaa !important; }

.communication-file:hover {
  border-color: #5a5f61 !important; }

.communication-file .btn-download:hover {
  color: #23c6c8 !important; }

.communication-file .btn-upload:hover {
  color: #1c84c6 !important; }

.communication-file .btn-uploaded {
  color: #1ab394 !important; }

#docviewerIframeNoDocument {
  display: flex;
  align-items: center;
  /* Vertically center the inner div */
  justify-content: center;
  /* Horizontally center the inner div */
  height: 70vh;
  /* Set the height of the outer div */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with opacity */ }

.fa-slash-danger {
  color: #ed5565; }

.feature-marker {
  margin-top: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

.feature-marker::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 4px;
  opacity: .6;
  letter-spacing: 0.04em; }

.feature-marker.spotlight-separator {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 13px;
  margin-top: 6px;
  margin-bottom: 7px; }

.feature-marker.spotlight-separator::after {
  background-color: #aaa; }

.feature-marker.background-success::after {
  background-color: #1c84c6; }

.feature-marker.background-info::after {
  background-color: #23c6c8; }

.feature-marker.background-primary::after {
  background-color: #1ab394; }

.feature-marker.background-warning::after {
  background-color: #f8ac59; }

.docviewerCandidateFolder .borderless-select {
  position: relative;
  height: 27px;
  padding-top: 2px; }

.person-header-description {
  padding-left: 0px;
  padding-right: 22px;
  font-size: 24px;
  margin-top: -5px; }

.span-code {
  background-color: #efefef;
  padding: 4px;
  border-left: 3px #888 solid; }

.careerSiteCatImg img {
  width: 300px;
  max-width: 300px;
  height: auto;
  border: 1px solid #efefef; }

.careerSiteOgImg {
  position: relative; }

.careerSiteOgImg img {
  width: 450px;
  max-width: 450px;
  min-height: 236px;
  height: auto;
  border: 1px solid #efefef; }

.careerSiteOgImg .ogimage-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); }

.careerSiteOgImg .ogimage-loader {
  position: absolute;
  left: 210px;
  top: 100px;
  color: #fff; }

.careerSiteOgImg .ogimage-overlay-loader {
  display: none; }

.careerSiteOgImg.loading .ogimage-overlay-loader {
  display: block; }

.careerSiteOgImage {
  display: inline-block;
  position: relative;
  text-align: center; }

.careerSiteOgImage span.ogimage-name {
  font-size: 11px;
  color: #aaa; }

.careerSiteOgImage img {
  max-width: 100px;
  margin: 10px 10px 3px 0px;
  border: 1px solid #aaa;
  cursor: pointer; }

.careerSiteOgImage:hover img {
  outline: 2px solid #1c84c6; }

.careerSiteOgImage .fa-stack {
  position: absolute;
  top: 4px;
  right: -3px;
  font-size: 25px;
  /* background-color: #fff; */
  color: #1c84c6;
  display: none; }

.careerSiteOgImage.selected .fa-stack {
  display: block; }

.vertical-top {
  vertical-align: top; }

.navbar-img-release {
  width: 80px;
  position: relative;
  top: -4px; }

.vote-mobile-display {
  display: none; }

.vote-desktop-display {
  display: block; }

@media (max-width: 800px) {
  .vote-desktop-display {
    display: none; }

  .vote-mobile-display {
    display: block; } }
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none !important; }

.docViewerIframe-container {
  position: relative; }

.docViewerIframe-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  /* Semi-transparent background */ }

.docViewerIframe-container .overlay i {
  font-size: 2em;
  /* Adjust icon size as needed */ }

.positionCandidateSetStatus {
  margin-right: 0 !important; }

.templates-system-common-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px; }

.templates-system-common-loader-rel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px; }

.modal-footer .button-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }

.modal-footer .button-toolbar .left.auto {
  margin-right: auto !important; }

.user-photos-holder {
  display: flex;
  /* Use flexbox to layout the images */
  align-items: center;
  /* Align items vertically */
  justify-content: flex-start;
  /* Center items horizontally */ }

.label-show-hidden-categories {
  cursor: pointer; }

.label-show-hidden-categories:hover {
  background-color: #3c3e3f;
  color: #fff; }

.keyword-skill-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px; }

@media (min-width: 1281px) {
  #projectCandidatesGlobalActions .btn-hide-on-small {
    display: none; } }
@media (max-width: 1280px) {
  #projectCandidatesGlobalActions .btn-hide-on-small {
    display: block; }

  .projectGlobalMenuItemsButtons .btn-hide-on-small {
    display: none; } }
.status-type-vote {
  position: absolute;
  top: 4px;
  margin-left: 10px; }

.emoji-selector-container {
  position: relative;
  cursor: pointer; }

.emoji-selector-container .current-emoji {
  font-size: 23px; }

.emoji-popup {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 10000;
  width: 330px;
  padding: 10px;
  border: 1px solid #efefef; }

.emoji-search {
  width: calc(100% - 20px);
  /* Adjusting for padding */
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; }

.emoji-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto; }

.emoji-item {
  font-size: 20px;
  padding: 0;
  width: 10%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px; }

.emoji-item:hover {
  background-color: #f0f0f0;
  border-radius: 5px; }

.btn-current-emoji-edit {
  top: 8px;
  position: absolute;
  left: 35px; }

.feature-window-content {
  max-height: 400px !important;
  overflow-y: scroll;
  margin-bottom: 20px; }

.folder-container {
  display: flex;
  align-items: center;
  width: 100%; }

.folder-container .radio {
  padding-top: 3px !important; }

.folder-container .text {
  flex-grow: 1;
  margin-left: 10px;
  /* Space between radio button and text */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.folder-container .right-content {
  padding-left: 20px;
  /* Space between text and this span */
  white-space: nowrap; }

#extensionToken {
  width: 100%;
  /* Adjust width as necessary */
  max-width: 400px;
  /* Maximum width of the div */
  overflow-wrap: break-word;
  word-break: break-all;
  /* Use `break-word` for softer breaks */
  border: 1px solid #ccc;
  /* Optional: adds a border for visual reference */
  padding: 10px; }

.statusRowHolder .statusRow {
  position: relative; }

.statusRowHolder.disabled {
  cursor: not-allowed; }

.statusRowHolder .srow {
  display: flex;
  align-items: start;
  padding: 5px;
  box-sizing: border-box; }

/* Left part with fixed width for checkbox */
.statusRowHolder .left {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* Middle section with three parts */
.statusRowHolder .middle {
  position: relative;
  flex-grow: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column; }

.statusRowHolder .middle-top {
  display: flex;
  align-items: center; }

.statusRowHolder .middle-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  /* Make sure it takes the full width */ }

.statusRowHolder .new-row-content {
  display: flex;
  align-items: center; }

/* Middle-left text (with ellipsis if too long) */
.statusRowHolder .middle-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  max-width: calc(100% - 100px);
  /* Adjust width to account for the right part */ }

/* Middle-center icon (always visible, next to left text) */
.statusRowHolder .middle-center {
  flex-shrink: 0;
  margin-right: 10px; }

/* Middle-right text/icon (fixed position to the right) */
.statusRowHolder .middle-right {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0; }

/* Right part with fixed width for the icon */
.statusRowHolder .right {
  width: 40px;
  display: flex;
  justify-content: center;
  align-self: start; }

.statusRowHolder .sub-row {
  padding-left: 5px;
  /* Adjust padding to align properly */
  padding-right: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-grow: 1; }

.statusRowHolder .sub-row-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

.statusRowHolder .automation-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto; }

.candidatedata-folders-is-anonim {
  position: absolute;
  width: 151px;
  height: 24px;
  top: 36px;
  left: 108px; }

.candidatedata-counter {
  position: absolute;
  width: 50px;
  height: 24px;
  top: 36px;
  left: 30px; }

.label-default-dark {
  background-color: #535353 !important;
  color: #fff !important; }

#fc_frame, #freshworks-frame-wrapper {
  filter: drop-shadow(5px 5px 10px #777); }

.scrollable-content {
  height: auto;
  overflow-x: hidden; }

.gridstack-content {
  max-height: inherit !important;
  /*overflow-x: hidden;*/
  /*overflow-y: hidden;*/
  /*overflow: auto;*/
  /*scrollbar-width: none;*/ }

.widgetcontent-frame {
  flex: 1;
  overflow-y: hidden;
  /*width: 100vh;*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  /*max-width: inherit !important;*/
  max-height: inherit !important;
  /*white-space: nowrap;*/
  /*display: inline-block;*/ }

.widgetcontent-frame.overflowAuto {
  overflow-y: auto !important; }

.widgetcontent-frame-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  /*overflow-y: auto;*/
  max-height: inherit !important;
  /*height: 100%;*/
  /*overflow-x: auto;*/ }

.widget-content-header {
  overflow-x: hidden;
  /*border-bottom: 1px solid #DDDDDD;*/
  /*font-weight: bold;*/
  /*flex: 0 0 40px;*/ }

.widget-content-rows {
  flex: 1;
  overflow-x: hidden;
  /*overflow-y: hidden;*/ }

.widget-content-rows .onevalue {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.widget-content-rows .onevalue .counter {
  font-size: 29px;
  line-height: 0;
  margin-top: 0; }

.widget-content-rows .onevalue .text {
  font-size: 12px;
  color: #aaa;
  margin-top: 0.1vw; }

.widget-table-header {
  margin-bottom: 2px !important; }

.widget-table-row {
  /*margin-top: 1px;*/ }

.dashboard-widget-content.projects {
  display: flex;
  flex-direction: column;
  height: 100%; }

.widgetcontent-frame.projects {
  /*overflow-y: hidden;*/ }

.widgetcontent-frame-content.projects {
  /*display: flex;*/
  /*flex-direction: column;*/
  overflow-y: auto;
  overflow-x: auto;
  width: fit-content; }

.widget-agenda {
  margin: 5px 5px 5px 5px;
  border-radius: 5px; }

.widget-agenda .container {
  display: flex;
  flex-wrap: wrap;
  /* Allow the holders to wrap to the next line if necessary */
  padding: 0;
  width: calc(100% - 70px);
  margin-left: 70px; }

.widget-agenda .holder {
  display: flex;
  align-items: flex-start;
  /* Align items vertically centered */
  max-width: 200px;
  /* Ensure it doesn't overflow the container */
  margin-right: 10px;
  /* Add space between holders, but not before the first one */ }

.widget-agenda .holder.w100 {
  max-width: calc(100% - 70px); }

.widget-agenda .holder .candidate-list {
  display: flex;
  flex-direction: column; }

.widget-agenda .holder .candidate-list .candidate-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  /* Optional: add some space between each item */ }

.widget-agenda .holder .icon {
  padding-top: 3px;
  width: 18px;
  /* Fixed width for the icon */
  text-align: left;
  /* Center the icon within its container */
  flex-shrink: 0;
  /* Prevent icon from shrinking */ }

.widget-agenda .holder .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  /* Allow the text to take up remaining space */ }

.widget-agenda-1 {
  background-color: #ffa07a;
  /* Light Salmon */ }

.widget-agenda-2 {
  background-color: #87cefa;
  /* Light Sky Blue */ }

.widget-agenda-3 {
  background-color: #98fb98;
  /* Pale Green */ }

.widget-agenda-4 {
  background-color: #dda0dd;
  /* Plum */ }

.widget-agenda-5 {
  background-color: #f0e68c;
  /* Khaki */ }

.widget-agenda-6 {
  background-color: #afeeee;
  /* Pale Turquoise */ }

.widget-agenda-7 {
  background-color: #ffb6c1;
  /* Light Pink */ }

.widget-agenda-8 {
  background-color: #ffdab9;
  /* Peach Puff */ }

.widget-agenda-9 {
  background-color: #f5deb3;
  /* Wheat */ }

.widget-agenda-10 {
  background-color: #e6e6fa;
  /* Lavender */ }

.birthday_person_row {
  padding: 5px;
  position: relative; }

.birthday_person_row_checkbox_holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 5px; }

.birthday_person_row_photo {
  width: 50px;
  opacity: .7;
  cursor: pointer; }

.widget-badge {
  height: 25px !important;
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-top: 0 !important; }

#william-holder {
  position: fixed;
  bottom: 20px;
  left: 8px;
  z-index: 10000; }

#william-holder .icon {
  cursor: pointer;
  border-radius: 25%;
  border: 3px solid #fff;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  position: relative; }

#william-holder .icon.pushed {
  transform: scale(0.96);
  /* Slightly reduces the image size to simulate the push */ }

#william-holder .icon img {
  border-radius: 25%;
  width: 47px;
  height: 47px; }

#william-holder .icon .spinner {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 40px; }

#william-messages {
  display: flex;
  flex-direction: column;
  /* Arrange children in a column */
  height: 100vh;
  /* Full viewport height */ }

#william-messages .message-holder {
  flex: 1;
  /* Fills the available space above the prompt */
  overflow-y: auto;
  /* Enable vertical scrolling */
  color: #fff;
  /* Optional: text color for contrast */
  padding: 10px;
  box-sizing: border-box;
  /* Include padding in the element's total width and height */ }

#william-messages .prompt {
  margin-top: auto;
  /* Pushes the prompt to the bottom */
  background-color: #fff;
  /* Background color for prompt */
  padding: 10px;
  /* Padding for aesthetics */
  border-top: 1px solid #ddd;
  /* Optional border for separation */
  width: 100%;
  /* Full width */
  box-sizing: border-box;
  /* Include padding in width calculation */
  position: absolute;
  bottom: 0; }

#william-messages .prompt .form-control {
  display: inline-block;
  vertical-align: bottom; }

#william-messages .prompt .btn {
  width: 80px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px; }

#william-messages .prompt textarea {
  width: calc(100% - 110px);
  max-height: 300px; }

#william-messages .message-holder::-webkit-scrollbar {
  display: none; }

/* Empty Message Container */
#william-messages .william-message.empty-message {
  display: flex;
  align-items: center;
  /* Align icon and message at the top */
  margin-bottom: 20px;
  /* Space between messages */
  flex-direction: column;
  color: #333 !important; }

/* Icon Container */
#william-messages .william-message.empty-message .icon {
  flex-shrink: 0;
  /* Prevent icon from shrinking */ }

#william-messages .william-message.empty-message .icon img {
  width: 90px;
  /* Icon width */
  height: 90px;
  /* Icon height */
  border-radius: 25%;
  /* Circular icon */
  object-fit: cover;
  /* Ensure the image covers the area */ }

#william-messages .william-message.empty-message ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto;
  width: 80%; }

#william-messages .william-message.empty-message li {
  padding: 6px;
  display: flex;
  /* Use Flexbox for icon and text alignment */
  align-items: center;
  /* Center items vertically */
  margin-bottom: 10px;
  /* Space between list items */
  text-align: left;
  margin-left: 65px; }

#william-messages .william-message.empty-message li i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 16px; }

#william-messages .william-message.empty-message .message-content {
  padding: 10px;
  border-radius: 10px;
  /* Rounded corners */
  max-width: calc(100% - 50px);
  /* Ensure the message doesn't overflow the container */
  min-width: 20px;
  word-wrap: break-word;
  /* Break long words to prevent overflow */
  box-sizing: border-box;
  /* Include padding in the width */ }

#william-messages .william-message.empty-message .message-content p {
  margin: 0;
  /* Remove default paragraph margin */
  color: #333;
  /* Darker text color */ }

#william-messages .william-message.empty-message .message-content p h1 {
  color: #333;
  font-size: 20px; }

/* AI Message Container */
#william-messages .william-message.ai-message {
  display: flex;
  align-items: flex-start;
  /* Align icon and message at the top */
  margin-bottom: 20px;
  /* Space between messages */ }

/* Icon Container */
#william-messages .william-message.ai-message .icon {
  flex-shrink: 0;
  /* Prevent icon from shrinking */
  margin-right: 10px;
  /* Space between icon and message */ }

#william-messages .william-message.ai-message .icon img {
  width: 30px;
  /* Icon width */
  height: 30px;
  /* Icon height */
  border-radius: 25%;
  /* Circular icon */
  object-fit: cover;
  /* Ensure the image covers the area */ }

/* Message Content */
#william-messages .william-message.ai-message .message-content {
  background-color: #f1f1f1;
  /* Light background for the message */
  padding: 10px;
  border-radius: 10px;
  /* Rounded corners */
  max-width: calc(100% - 50px);
  /* Ensure the message doesn't overflow the container */
  min-width: 20px;
  word-wrap: break-word;
  /* Break long words to prevent overflow */
  box-sizing: border-box;
  /* Include padding in the width */ }

#william-messages .william-message.ai-message .message-content p {
  margin: 0;
  /* Remove default paragraph margin */
  color: #333;
  /* Darker text color */ }

#william-messages .william-message.ai-message.pulse .pulsing-circle {
  display: flex;
  justify-content: left;
  padding-left: 5px;
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  top: -10px; }

#william-messages .william-message.ai-message.pulse .pulsing-circle i {
  font-size: 12px;
  /* Adjust size as needed */
  color: #5a5f61;
  /* Color of the circle */
  animation: ai-pulse 1.5s infinite;
  /* Pulse effect */ }

/* Animation for pulsing effect */
@keyframes ai-pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }
#william-messages .william-message.user-message {
  display: flex;
  align-items: flex-start;
  /* Align icon and message at the top */
  justify-content: flex-end;
  /* Align the content to the right */
  margin-bottom: 20px;
  /* Space between messages */ }

/* Message Content */
#william-messages .william-message.user-message .message-content {
  background-color: #d1ecf1;
  /* Light blue background for user message */
  padding: 10px;
  border-radius: 10px;
  /* Rounded corners */
  max-width: calc(100% - 100px);
  /* Max width to ensure it doesn't cover the full width */
  min-width: 20px;
  /* Minimum width for very short messages like "OK" */
  word-wrap: break-word;
  /* Break long words to prevent overflow */
  text-align: right;
  /* Right-align the text content */
  margin-right: 10px;
  /* Space between the message bubble and the container edge */
  box-sizing: border-box;
  /* Include padding in the width */ }

#william-messages .william-message.user-message .message-content p {
  margin: 0;
  /* Remove default paragraph margin */
  color: #0c5460;
  /* Darker text color */ }

/* Icon Container */
#william-messages .william-message.user-message .icon {
  flex-shrink: 0;
  /* Prevent icon from shrinking */
  margin-left: 10px;
  /* Space between message and icon */ }

#william-messages .william-message.user-message .icon img {
  width: 30px;
  /* Icon width */
  height: 30px;
  /* Icon height */
  border-radius: 25%;
  /* Circular icon */
  object-fit: cover;
  /* Ensure the image covers the area */ }

.tooltipster-overflow {
  overflow: visible !important; }

.widget-person-data-row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.widget-person-data-row .photo {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  flex-shrink: 0;
  align-self: flex-start;
  /* Align photo to the top */ }

.widget-person-data-row .data {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* Stack lines vertically */ }

.widget-person-data-row .data .line1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Distribute space between name and icons */ }

.widget-person-data-row .data .line1 .name {
  flex-grow: 1;
  /* Allow the name to grow and fill available space */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.widget-person-data-row .data .line1 .icons {
  display: flex;
  gap: 3px;
  margin-left: 10px;
  /* Add a gap between name and icons */ }

.widget-person-data-row .data .line1 .icons i {
  font-size: 14px; }

.widget-person-data-row .data .line2,
.widget-person-data-row .data .line3,
.widget-person-data-row .data .line4 {
  display: block;
  /* Ensure line2 and line3 are block elements */
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto; }

.widget-person-data-row .data .line3 .skills {
  line-height: 2.5rem; }

.widget-person-data-row .data .line2 {
  margin-bottom: 5px; }

.widget-person-data-row .data .line3 {
  margin-bottom: 5px; }

.widget-person-data-row .data .split-holder {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.widget-person-data-row .data .split {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center; }

.widget-person-data-row .data .split.left {
  flex: 1 1 50%;
  /* Grow up to 50% of the container */
  max-width: 50%;
  margin-right: 10px;
  /* Optional: Adds some space between the two parts */ }

.widget-person-data-row .data .split.right {
  flex: 1 1 50%;
  /* Allow it to grow up to 50% of the container */
  max-width: 50%;
  /* Ensure it doesn't exceed 50% */
  text-align: right;
  /* Align text to the right */
  justify-content: flex-end;
  display: flex; }

.widget-person-data-row .dotmenu {
  margin-left: auto;
  align-self: flex-start;
  cursor: pointer;
  padding-left: 15px; }

.gridstackitem {
  height: 100%; }

.gridstack-content {
  height: 100%; }

.container.spotlight-padding.spotlight-flex {
  display: flex;
  align-items: center;
  padding: 5px;
  /* Adjust padding as needed */ }

.container.spotlight-padding.spotlight-flex .content-wrapper {
  display: flex;
  align-items: center;
  width: 100%; }

.container.spotlight-padding.spotlight-flex .image-container {
  flex: 0 0 35px;
  max-width: 35px;
  max-height: 35px; }

.container.spotlight-padding.spotlight-flex .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the container without stretching */ }

.container.spotlight-padding.spotlight-flex .text-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 15px; }

.container.spotlight-padding.spotlight-flex .text-container .name,
.container.spotlight-padding.spotlight-flex .text-container .group {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.container.spotlight-padding.spotlight-flex .text-container .group {
  font-size: 0.875rem;
  color: #888;
  /* Adjust color to your needs */
  height: 16px; }

.container.spotlight-padding.spotlight-flex .activity {
  display: flex;
  align-items: end;
  width: 30px; }

.container.spotlight-padding.spotlight-flex .activity .fa-user-astronaut {
  margin-right: 5px;
  /* Adjust spacing between icons */ }

.container.spotlight-padding.spotlight-flex .activity .user-astronaut-active-circle {
  margin-left: 5px;
  /* Adjust spacing if needed */ }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event {
  font-size: 10px; }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event {
  display: flex;
  align-items: flex-start; }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event .fc-event-title {
  font-size: 10px;
  margin-top: -1px; }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event .fc-event-time {
  font-size: 10px; }

.fc-daygrid-event.fc-daygrid-dot-event.fc-event .fc-daygrid-event-dot {
  margin-top: 3px !important; }

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  border: 1px solid #efefef; }

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner .fc-daygrid-day-top {
  border: 1px solid #efefef; }

.fc-daygrid-more-link {
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  width: 100%;
  padding: 2px 5px;
  border-radius: 3px; }

.fc-daygrid-more-link:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

.widget-noresult {
  display: flex;
  /* Use flexbox for the parent */
  justify-content: center;
  /* Center content horizontally */
  align-items: center;
  /* Center content vertically */
  width: 100%;
  /* Full width of the parent */
  height: 100%;
  /* Full height of the parent */
  flex-direction: column;
  position: relative;
  z-index: 100; }

/*
.widget-content-header.projects {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	flex: 0 0 40px;
	overflow-x: clip;
}

.widget-content-rows.projects {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
}
*/
.widget-projects .w-container {
  display: flex;
  width: 100%;
  /* Full width of parent container */ }

.widget-projects .w-container.w-header {
  background-color: #efefef; }

.widget-projects .w-left {
  flex: 0 0 auto;
  /* Fixed width, does not grow or shrink */
  width: 300px;
  /* Set width for left part */
  display: flex;
  flex-direction: row;
  border-right: 1px solid #ddd;
  /* Optional: Border between left and right */ }

.widget-projects .w-left::-webkit-scrollbar {
  display: none; }

.widget-projects .w-right {
  flex: 1;
  /* Takes remaining space */
  display: flex;
  overflow-x: auto;
  /* Horizontal scroll for right side */
  flex-wrap: nowrap;
  /* Prevents wrapping, all columns in a single row */ }

.widget-projects .w-right::-webkit-scrollbar {
  display: none; }

.widget-projects .w-col.w-center {
  display: flex;
  justify-content: center; }

.widget-projects .w-col {
  flex: 0 0 150px;
  /* Fixed width for each column */
  min-width: 150px;
  /* Minimum width to prevent shrinking */
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  /* Optional: Border for each column */
  text-align: left;
  /* Center text in the column */
  white-space: nowrap;
  /* Prevent text wrapping */
  overflow: hidden;
  /* Hide overflow content */
  text-overflow: ellipsis;
  /* Add ellipsis (...) for overflow content */ }

.widget-projects .w-col.w-projects {
  flex: 0 0 190px;
  /* Fixed width for each column */
  min-width: 190px;
  /* Minimum width to prevent shrinking */
  white-space: wrap; }

.widget-projects .w-col.w-users {
  flex: 0 0 110px;
  /* Fixed width for each column */
  min-width: 110px;
  /* Minimum width to prevent shrinking */ }

.widget-projects .widget-projects-holder {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

.widget-projects .widget-projects-holder.auto {
  height: auto; }

.arrow-container {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  /*width: 100%;*/ }

.arrow-container .arrow {
  width: 100%;
  display: flex;
  align-items: center;
  /* Center the content vertically */
  justify-content: center;
  /* Center the content horizontally */
  height: 40px;
  /* Height of the arrow */
  background-color: #444;
  /* Background color of the arrow */
  color: white;
  /* Text color */
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
  text-align: center;
  /* Center the text horizontally */ }

.overflow-y-hidden {
  overflow-y: hidden; }

.dropdown-menu.flex li.divider {
  background-color: #e5e5e5 !important; }

.dropdown-menu.flex li a {
  display: flex;
  flex-direction: row;
  gap: 10px; }

.dropdown-menu.flex li a i {
  width: 12px;
  text-align: left;
  padding-top: 6px; }

.dropdown-menu.flex li a span.copyToClipboard i {
  width: 12px;
  text-align: left;
  padding-top: 6px; }

.tab-flex-item {
  display: flex !important;
  flex-direction: row; }

.tab-flex-item .dropdown a.dropdown-toggle {
  opacity: 0; }

.tab-flex-item .dropdown a.dropdown-toggle.visible {
  opacity: 1; }

.tab-flex-item .tab-icon {
  padding-top: 2px;
  padding-right: 5px;
  margin-left: -5px; }

.widget-addpublic-boards {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

.color-selector-container {
  position: relative;
  cursor: pointer; }

.color-selector-container .current-color {
  font-size: 36px; }

.color-popup {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 10000;
  width: 330px;
  padding: 10px;
  border: 1px solid #efefef; }

.color-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto; }

.color-item {
  font-size: 30px;
  padding: 0;
  width: 10%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px; }

.color-item:hover {
  background-color: #f0f0f0;
  border-radius: 5px; }

.btn-current-color-edit {
  top: 8px;
  position: absolute;
  left: 35px; }

.widget-noresult-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 30px;
  background: url("../images/dashboardbg2.png") no-repeat;
  background-size: cover;
  filter: grayscale(1) blur(4px);
  opacity: 0.25;
  background-origin: content-box;
  padding: 8px; }

.tab-flex-item.hover:not(.active) a.item {
  border-bottom: 3px solid #6bd9bd !important;
  color: #5a5f61 !important; }

.tab-flex-item.active:not(.hover) i.tab-icon {
  border-bottom: 3px solid #00be8d !important;
  margin-bottom: 1px !important; }

.tab-flex-item.active:not(.hover) .tab-flex-item-dropdown {
  border-bottom: 3px solid #00be8d !important;
  margin-bottom: 1px !important; }

.tab-flex-item.hover:not(.active) i.tab-icon {
  border-bottom: 3px solid #6bd9bd;
  margin-bottom: 1px; }

.tab-flex-item.hover:not(.active) .tab-flex-item-dropdown {
  border-bottom: 3px solid #6bd9bd;
  margin-bottom: 1px; }

.dashboard-add-board-ibox {
  flex: 0 1 calc(50% - 20px);
  /* Subtract the padding and margin */
  box-sizing: border-box;
  max-height: 140px;
  border: 1px solid #e5e6e7 !important;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center; }

.dashboard-add-board-ibox:hover {
  cursor: pointer;
  border: 1px solid #1ab394 !important; }

.dashboard-add-board-ibox .icon-template {
  color: #00a0d7; }

.dashboard-add-board-ibox .icon-empty {
  color: #666; }

.current-time-label {
  position: absolute;
  background: #efefef;
  color: red;
  padding: 2px 5px;
  border-radius: 3px;
  z-index: 1000;
  top: -12px;
  left: 5px; }

.ranking {
  width: 100%;
  max-width: 100%; }

.ranking-container {
  display: flex;
  padding-bottom: 10px; }

.ranking-container .image-container {
  width: 48px;
  /* Image container fixed width */
  height: 48px;
  /* Ensure the height adjusts to content */ }

.ranking-container .rank-user-data {
  flex-grow: 1;
  /* Fill the remaining space to the right of the image */
  display: flex;
  flex-direction: column;
  /* Stack content vertically (user name and counter) */
  justify-content: space-between;
  padding-left: 15px;
  /* Optional: Adds space between the image container and the text */
  overflow: hidden; }

.ranking-container .rank-user-name {
  white-space: nowrap;
  /* Prevents the text from wrapping onto the next line */
  overflow: hidden;
  /* Ensures that the overflowing text is hidden */
  text-overflow: ellipsis;
  /* Adds '...' at the end of the truncated text */ }

.ranking-container .rank-user-counter {
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
  align-items: center; }

.ranking-container .rank-counter.c1 {
  background-color: #ed5565; }

.ranking-container .rank-counter.c2 {
  background-color: #f8ac59; }

.ranking-container .rank-counter.c3 {
  background-color: #1c84c6; }

.ranking-container .rank-counter.c4,
.ranking-container .rank-counter.c5,
.ranking-container .rank-counter.c6 {
  background-color: #aaa; }

.rank-user-counter i {
  margin-left: auto;
  /* Pushes the icon to the far right */
  font-size: 16px;
  /* Adjust the icon size as needed */ }

.rank-counter {
  right: -9px;
  position: absolute;
  top: 31px;
  background-color: #fff;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  height: 20px;
  color: #fff;
  border: 1px #888 solid;
  font-weight: bold; }

.div-flex-column {
  flex: 1;
  white-space: nowrap; }

.todo-widget {
  display: flex;
  flex-direction: column;
  width: 100%; }

.new-todo-holder {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 10px;
  width: 100%; }

.new-todo-holder input {
  flex-grow: 1; }

.new-todo-holder i {
  margin-right: 10px; }

.todo-widget .todo-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.todo-widget .todo-proto {
  display: none !important; }

.todo-widget .todo-list-element {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px; }

.todo-widget .todo-list-element .editable-text {
  flex-grow: 1;
  padding: 0 5px 0 5px;
  white-space: normal;
  background-color: transparent;
  border: none;
  outline: none; }

.todo-widget .todo-list-element .editable-text.editing {
  border: none;
  background-color: white; }

.todo-widget .todo-list-element input[type="checkbox"] {
  margin-right: 10px; }

.todo-widget .todo-list-element .delete-icon-holder {
  margin-left: 5px;
  width: 15px;
  min-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.todo-widget .todo-list-element .checkbox-item {
  margin-top: 5px; }

.todo-widget .todo-list-element .delete-icon {
  color: #5a5f61;
  cursor: pointer;
  padding-top: 3px; }

.todo-widget .todo-list-element .delete-icon:hover {
  color: #ed5565; }

.todo-widget .todo-list-element:hover .delete-icon {
  display: inline-block; }

.todo-widget .delete-icon {
  text-align: right; }

.projects-name .flex-container {
  display: flex;
  justify-content: space-between;
  /* Space between the two sections */
  align-items: flex-start;
  /* Align items at the top */
  gap: 10px;
  /* Optional: Add spacing between text and icon */ }

.projects-name .text-content {
  flex: 1;
  /* Allow the text content to take available space */
  word-wrap: break-word;
  /* Ensure text wraps as needed */ }

.projects-name .icon-content {
  flex-shrink: 0;
  /* Prevent the icon from shrinking */ }

.hover-pointer:hover {
  cursor: pointer; }

#feature-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 10000; }

#feature-overlay.show {
  visibility: visible;
  opacity: 1; }

#feature-overlay-elements {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  pointer-events: none; }

.feature-content-holder {
  text-align: center;
  padding: 8px 5px 10px 5px; }

.feature-content-wrapper {
  min-width: 150px;
  max-width: 250px; }

.feature-content-footer {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px; }

.feature-content-footer a.next {
  font-weight: bold !important;
  color: #fff !important; }

.feature-cloned-element {
  /*	filter: brightness(1.2);*/ }

.feature-cloned-pointer {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #efefef;
  background-color: #1c84c6;
  opacity: 0.6;
  z-index: 10002;
  pointer-events: none; }

.feature-content-holder .fcontainer {
  display: flex;
  width: auto;
  max-width: 300px;
  flex-direction: column;
  /* Stacks rows vertically */
  gap: 10px;
  /* Adds spacing between rows */ }

.feature-content-holder .fcontainer .row {
  display: flex;
  align-items: center;
  /* Vertically align the icon and text */ }

.feature-content-holder .fcontainer .icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centers the icon content */
  margin-right: 10px;
  /* Spacing between icon and text */ }

.feature-content-holder .fcontainer .text {
  flex: 1;
  /* Ensures the text takes up remaining space */
  text-align: left;
  /* Align text to the left */ }

.pointer-events {
  pointer-events: all !important; }

.btn {
  position: relative;
  overflow: hidden;
  /* Ensure the ripple stays inside the button */
  display: inline-block;
  /* Ensure the button has boundaries */ }

.ripple {
  position: absolute;
  border-radius: 50%;
  /* Make the ripple circular */
  background-color: rgba(0, 0, 0, 0.15);
  /* Semi-transparent black */
  pointer-events: none;
  /* Ensure it doesn't interfere with button events */
  transform: scale(0);
  /* Start small */
  opacity: 1;
  /* Start fully visible */
  transition: transform 0.7s ease, opacity 0.7s ease;
  /* Smooth animation */ }

.ripple.animate {
  transform: scale(4);
  /* Grow to full size */
  opacity: 0;
  /* Fade out */ }

#user_login_token_text_passcode input:focus {
  caret-color: transparent;
  /* Hides the blinking caret */ }

.settings-company-view {
  padding: 20px !important; }

.editor-content p:first-of-type:not(.is-editor-empty) br.ProseMirror-trailingBreak {
  display: none; }

.editor-content p {
  margin: 0 !important; }

/*# sourceMappingURL=style.css.map */
