html, body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 0px !important;
  /*overflow-x: hidden;*/
}

.wizard .wizard-inner {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  *zoom: 1;
}
.wizard .wizard-inner:before, .wizard .wizard-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.wizard .wizard-inner:after {
  clear: both;
}
.wizard .wizard-inner ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.wizard .wizard-inner ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}
.wizard .wizard-inner ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}
.wizard .wizard-inner ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}
.wizard .wizard-inner ul li.complete {
  color: #468847;
  background: #f3f4f5;
}
.wizard .wizard-inner ul li.complete:hover {
  cursor: pointer;
  background: #d9edf7;
}
.wizard .wizard-inner ul li.complete:hover .chevron:before {
  border-left: 14px solid #d9edf7;
}
.wizard .wizard-inner ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.wizard .wizard-inner ul li.active {
  color: #3498db;
  background: #d9edf7;
}
.wizard .wizard-inner ul li.active .chevron:before {
  border-left: 14px solid #d9edf7;
}
.wizard .wizard-inner ul li .badge {
  margin-right: 8px;
}
.wizard .wizard-inner ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}
.wizard .wizard-inner .actions {
  position: absolute;
  right: 0;
  z-index: 1000;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.wizard .wizard-inner .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}
.wizard .wizard-inner .actions .btn-prev i {
  margin-right: 5px;
}
.wizard .wizard-inner .actions .btn-next i {
  margin-left: 5px;
}
.wizard .step-content {
  clear: both;
}
.wizard .step-content .step-pane {
  display: none;
}
.wizard .step-content .active {
  display: block;
}
.wizard .step-content .active .btn-group .active {
  display: inline-block;
}

.rtl .wizard .wizard-inner .actions {
  float: left;
  left: 0;
  right: auto;
}
.rtl .wizard .wizard-inner ul {
  width: auto;
  float: right;
}
.rtl .wizard .wizard-inner ul li {
  float: right;
}
.rtl .wizard .wizard-inner ul li .badge {
  margin-right: 0;
  margin-left: 8px;
}
.rtl .wizard .wizard-inner ul li .chevron {
  right: auto;
  left: -14px;
  border-color: transparent #d4d4d4 transparent transparent;
  border-style: solid solid solid none;
  border-width: 24px 14px 24px 0;
}
.rtl .wizard .wizard-inner ul li .chevron:before {
  left: 1px;
  right: auto;
  border-width: 24px 14px 24px 0;
  border-color: transparent #ededed transparent transparent;
  border-style: solid solid solid none;
}
.rtl .wizard .wizard-inner ul li:first-child {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0 4px 4px 0;
}
.rtl .wizard .wizard-inner ul li.active .chevron:before {
  border-right: 14px solid #d9edf7;
  border-left-color: transparent;
}
.rtl .wizard .wizard-inner ul li.complete .chevron:before {
  border-right: 14px solid #f3f4f5;
}







@media (max-width: 419px) {
  html, body {
    font-size: 12px;
  }
}

body {
  color: #212121;
  background: url("../../img/whitey.jpg") repeat Fimage-respo 0 0 #fff;
  background-size: 220px 220px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h1 {
  clear: both;
  color: #03a9f4;
  margin: 0 0 20px 0;
  padding-left: 14px;
  font-size: 2em;
}

h2 {
  clear: both;
  font-size: 1.8em;
  margin-bottom: 10px;
  padding: 10px 0 10px 30px;
}

h3 {
  border-bottom: 2px solid #b0bec5;
  padding-left: 5px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.4em;
}

h3>span {
  border-bottom: 2px solid #b0bec5;
  display: inline-block;
  padding: 0 5px 5px;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

a {
  color: #03a9f4;
  outline: none !important;
}

a:hover, a:focus {
  color: #03a9f4;
}

.container {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* new xxs layout for extra small devices */

@media (max-width: 419px) {
  h1 {
    padding-left: 5px;
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
  .hidden-xxs {
    display: none !important;
  }
  tr.hidden-xxs {
    display: table-row !important;
  }
  th.hidden-xxs, td.hidden-xxs {
    display: table-cell !important;
  }
  .visible-xxs {
    display: block !important;
  }
  tr.visible-xxs {
    display: none !important;
  }
  th.visible-xxs, td.visible-xxs {
    display: none !important;
  }
  .breadcrumb {
    padding-left: 6px;
  }
}

#theme-wrapper {
  box-shadow: 0 0 53px 0 rgba(0, 0, 0, 0.55);
  max-width: 1920px;
}

#page-wrapper {
  background-color: #2c3e50;
}

.container {
  margin: 0;
  max-width: 1920px;
  width: 100%;
}

#content-wrapper {
  background: #e7ebee;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  min-height: 1200px;
  padding: 15px 15px 35px 15px;
  margin-left: 220px;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  #content-wrapper {
    margin-left: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (max-width: 767px) {
  #content-wrapper {
    padding: 10px 8px 0 8px;
  }
}

@media (max-width: 419px) {
  #content-wrapper {
    padding: 5px 5px 0 5px;
  }
}

#content-wrapper>.row {
  opacity: 1;
  /*transition: opacity 0.8s ease-in-out 0s;*/
}

#content-header {
  background: #f3f5f6;
  margin: -15px -15px 20px -15px;
  padding: 15px;
  border-bottom: 1px solid #dee4e8;
}

@media (max-width: 767px) {
  #content-header {
    margin: -15px -5px 20px -5px;
  }
}

#content-header h1 {
  margin-bottom: 0;
  font-size: 1.8em;
}

.main-box {
  background: #f8fafa;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  /* overflow: hidden; */
  /*border-radius: 3px;*/
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (max-width: 767px) {
  .main-box {
    margin-bottom: 10px;
  }
}

.main-box h2 {
  font-size: 1.3em;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

@media (max-width: 419px) {
  .main-box h2 {
    margin-bottom: 5px;
  }
}

.main-box.no-header {
  padding-top: 20px;
}

.main-box .main-box-header {
  min-height: 50px;
  padding: 10px 20px;
}

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

.main-box .main-box-body {
  padding: 0 20px 20px 20px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  padding-left: 8px;
}

.navbar-toggle {
  border: medium none;
  font-size: 1.4em;
  height: 50px;
  margin: 0;
  text-shadow: none;
  width: 50px;
  z-index: 100;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.navbar-toggle .icon-bar {
  background: none repeat scroll 0 0 white;
}

.nav>li {
  float: left;
}

.navbar-nav {
  margin: 0 0 0 10px;
}

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

.navbar-nav>li>.dropdown-menu {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  min-width: 223px;
}

.dropdown-menu>li>a {
  color: #707070;
  font-size: 0.875em;
  line-height: 1.7;
  padding-left: 35px;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #f6f6f6;
  color: #707070;
  /*color: #fff;*/
}

.dropdown-menu>li>a>i {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px;
}

.nav-pills>li {
  float: none;
}

.nav-pills>li>a {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.navbar>.container .navbar-brand {
  background: #34495e;
  color: #fff;
  font-family: 'Titillium Web', Geneva, sans-serif;
  font-weight: 700;
  width: 220px;
  margin-left: -8px;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .navbar>.container .navbar-brand {
    background: transparent;
    color: #262626;
  }
}

@media (max-width: 767px) {
  .navbar>.container .navbar-brand {
    padding-top: 12px;
    padding-top: 12.5px;
  }
}

@media (max-width: 767px) {
  #logo {
    width: 150px;
    padding-left: 0;
    font-size: 1em;
    margin-left: 6px;
  }
}

@media (max-width: 400px) {
  #logo {
    width: auto;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  #logo img {
    height: 19px;
  }
}

@media (max-width: 400px) {
  #logo span {
    display: none;
  }
}

#logo.navbar-brand>img {
  margin: 0 auto;
  padding-right: 4px;
  height: 30px;
}

@media (max-width: 767px) {
  #logo.navbar-brand>img {
    height: 25px;
  }
}

@media (min-width: 992px) {
  #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
}

@media (max-width: 991px) {
  #logo.navbar-brand>img.normal-logo.logo-white {
    display: none;
  }
}

@media (min-width: 992px) {
  #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
}

@media (max-width: 991px) {
  #logo.navbar-brand>img.normal-logo.logo-black {
    display: block;
  }
}

#header-navbar {
  background: #fff;
  border: 0 none;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0;
  min-height: 50px;
  color: #262626;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

#header-navbar .navbar-form .form-group {
  position: relative;
}

#header-navbar .navbar-form .form-control {
  background: #131313;
  color: #707070;
  height: 30px;
  line-height: 30px;
  margin-top: 2px;
  font-size: 0.75em;
}

#header-navbar .navbar-form .nav-search-icon {
  position: absolute;
  color: #707070;
  right: 6px;
  top: 8px;
}

#header-navbar .nav>li>a {
  /*height: 50px;*/
}

#header-navbar .nav>li>a>span.count {
  background: none repeat scroll 0 0 #e84e40;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  display: block;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 11px;
  width: 14px;
}

#header-navbar .profile-dropdown>a {
  padding-top: 8px;
  padding-bottom: 7px;
  line-height: 35px;
}

#header-navbar .profile-dropdown>a>img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  float: left;
  height: 35px;
  margin-right: 5px;
  width: 35px;
  border: 2px solid #fff;
}

#header-navbar .profile-dropdown>a>span {
  float: left;
  display: block;
  margin-right: 3px;
  font-size: em;
}

#header-nav .form-control {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
}

#header-navbar .navbar-left .navbar-nav {
  margin-left: 0;
}

#header-navbar .nav>li>a {
  font-size: 0.875em;
  padding-left: 18px;
  padding-right: 18px;
  color: #484848;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  cursor: pointer;
}

#header-navbar .nav>li>a>i, #sidebar-nav .nav>li>a>i {
  font-size: 1.125em;
}

#sidebar-nav .nav>li>a:focus, #sidebar-nav .nav .open>a, #sidebar-nav .nav .open>a:focus {
  background: inherit;
}

#sidebar-nav .nav>li>a:hover, #sidebar-nav .nav .open>a:hover {
  background: #253443;
  color: #fff;
  outline: none;
}

#header-navbar .nav>li>a:hover, #header-navbar .nav>li>a:focus, #header-navbar .nav .open>a, #header-navbar .nav .open>a:hover, #header-navbar .nav .open>a:focus, .navbar-toggle:hover, .navbar-toggle:focus, .mobile-search.active>.btn {
  background: #03a9f4;
  color: #fff;
}

#header-navbar .nav>li>a:hover, #header-navbar .nav>li>a:focus, #header-navbar .nav .open>a, #header-navbar .nav .open>a:hover, #header-navbar .nav .open>a:focus {
  background-color: #03a9f4;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, #sidebar-nav .nav-pills>li.active>a, #sidebar-nav .nav-pills>li.active>a:hover, #sidebar-nav .nav-pills>li.active>a:focus, .nav-pills>li.open>a, .nav-pills>li.open>a:hover, .nav-pills>li.open>a:focus, #sidebar-nav .nav-pills>li.open>a, #sidebar-nav .nav-pills>li.open>a:hover, #sidebar-nav .nav-pills>li.open>a:focus, .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a {
  background-color: #253443;
  color: #fff;
  border-left-color: #03a9f4;
}

#header-navbar .nav>li .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

#header-navbar .nav a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.drowdown-search {
  background: #FFFFFF;
  display: block;
  left: 168px;
  padding: 4px 0;
  position: absolute;
  top: 0;
  transition: left 0.25s ease-out 0s, right 0.25s ease-out 0s;
  width: 0;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .drowdown-search {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    padding: 10px 0;
    top: 50px;
    width: 100%;
    display: none;
    transition: none;
  }
}

.drowdown-search form .form-group {
  position: relative;
  margin: 0 15px;
}

.drowdown-search form .form-control {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: none !important;
  color: #212121;
  font-size: 1em;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  padding-right: 26px;
}

@media (max-width: 991px) {
  .drowdown-search form .form-control {
    font-size: 1.6em;
    font-weight: 600;
  }
}

.drowdown-search form .nav-search-icon {
  color: #212121;
  font-size: 1.2em;
  position: absolute;
  right: 5px;
  top: 13px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .drowdown-search form .nav-search-icon {
    font-size: 1.8em;
    right: 15px;
    top: 8px;
  }
}

.drowdown-search form .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #212121;
}

.drowdown-search form .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #212121;
}

.drowdown-search form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #212121;
}

.drowdown-search form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #212121;
}

.mobile-search {
  overflow: hidden;
}

@media (max-width: 991px) {
  .mobile-search {
    position: inherit !important;
    overflow: visible;
  }
}

.mobile-search>a.btn {
  float: right;
}

.mobile-search.active {
  width: 220px;
}

@media (max-width: 991px) {
  .mobile-search.active {
    width: auto;
  }
}

.mobile-search.active .drowdown-search {
  width: 220px;
  left: 0;
}

@media (max-width: 991px) {
  .mobile-search.active .drowdown-search {
    display: block;
    width: 100%;
    left: 0;
  }
}

.navbar-nav>li>.dropdown-menu.notifications-list {
  min-width: 310px;
  padding-bottom: 0;
  padding-top: 0;
  color: #707070;
}

.notifications-list .item-header {
  font-size: 0.875em;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.notifications-list .item {
  border-top: 1px solid #f6f6f6;
  line-height: 1.4;
  padding-bottom: 0;
  padding-top: 0;
  clear: both;
}

.notifications-list .item>a>i {
  color: #e84e40;
}

.notifications-list .item a {
  clear: both;
  white-space: normal;
  padding-bottom: 8px;
  padding-top: 8px;
}

.notifications-list .item a .time {
  color: #03a9f4;
  margin-left: 10px;
  position: absolute;
  right: 13px;
  white-space: normal !important;
}

.notifications-list .item a .time i {
  margin-right: 3px;
}

.notifications-list .item-footer {
  background: #03a9f4;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.notifications-list .item-footer a {
  padding: 8px 20px;
  text-align: center;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  color: #fff;
}

.notifications-list .item-footer a:hover, .notifications-list .item-footer a:focus {
  background-color: #0288d1;
  color: #fff;
}

.notifications-list .pointer {
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 21px;
  top: -12px;
  width: 12px;
  display: none !important;
}

.notifications-list .pointer .pointer-inner {
  position: relative;
}

.notifications-list .pointer .arrow {
  border-color: transparent transparent #FFFFFF;
  border-style: solid;
  border-width: 6px;
  cursor: pointer;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

.notifications-list .pointer .arrow-border {
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 7px;
  cursor: pointer;
  left: -1px;
  position: absolute;
  top: -2px;
  z-index: 1001;
}

.messages-list .item.first-item {
  border-top: 0 !important;
}

.messages-list .item>a {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.messages-list .item>a>img {
  position: absolute;
  margin-top: 10px;
}

.messages-list .item>a>.content {
  display: block;
  padding-left: 0px;
  padding-top: 5px;
}

.messages-list .item>a>.content .content-headline {
  color: #605F5F;
  display: block;
  font-weight: 600;
}

.messages-list .item>a>.content .content-text {
  display: block;
  line-height: 1.4;
}

@media (max-width: 400px) {
  #header-navbar .container {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .profile-dropdown .dropdown-toggle {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 400px) {
  #header-nav .nav {
    margin-left: 0;
  }
}

#col-left {
  position: relative;
  color: #003940;
  height: 100%;
}

#col-left a {
  color: #e1e1e1;
}

#col-left a:hover, #col-left .nav-active a.nav-link, #col-left a.active {
  color: #fff;
}

#col-left * {
  outline: none;
}

#nav-col {
  padding: 0;
  z-index: 100;
  position: absolute;
  background: #2c3e50;
  width: 220px;
}

@media (max-width: 991px) {
  #nav-col {
    position: relative;
    width: auto;
  }
}

#sidebar-nav {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

#sidebar-nav .nav>li {
  margin: 0;
  /* font-size: 0.875em;
  font-weight: 600; */
}

#sidebar-nav .nav>li.nav-header {
  color: #8aa4be;
  font-size: 0.8em;
  padding: 12px 15px 6px 14px;
  border-top: 2px solid #253443;
}

#sidebar-nav .nav>li.nav-header.nav-header-first {
  padding-top: 4px;
  border-top: 0;
}

#sidebar-nav .nav>li>a {
  color: #fff;
  height: 44px;
  line-height: 28px;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
  overflow: hidden;
  padding: 8px 15px 8px 20px;
  border-left: 0 solid transparent;
}

#sidebar-nav .nav>li>a:hover {
  border-left-color: #03a9f4;
}

#sidebar-nav .nav>li>a>i {
  position: absolute;
  margin-top: 6px;
}

#sidebar-nav .nav>li>a>span {
  margin-left: 35px;
  font-size: 0.875em;
  font-weight: 700;
}

#sidebar-nav .nav>li>a>span.label {
  font-size: 0.75em;
  margin: 5px 0 0 0;
  padding: 4px 0.6em;
}

#sidebar-nav .nav>li>a>span.label.label-circle {
  margin-right: 5px;
}

#sidebar-nav .nav>li.open>a {
  border-bottom-color: #252525;
  outline: none;
  text-decoration: none;
}

#sidebar-nav .nav>li.active>.submenu>li.active>.submenu {
  display: block;
}

#sidebar-nav .nav li a.dropdown-toggle>.drop-icon {
  color: #868b98;
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: transform 0.2s ease-in-out 0.1s;
}

#sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #fff;
  transform: rotate(90deg);
}

#sidebar-nav .nav li .submenu {
  display: none;
  background: #253443;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

#sidebar-nav .nav li .submenu>li {
  position: relative;
}

#sidebar-nav .nav li .submenu>li>a {
  display: block;
  font-size: 0.875em;
  line-height: 38px;
  padding-left: 66px;
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

#sidebar-nav .nav li .submenu>li:first-of-type>a {
  border-top: 0;
}

#sidebar-nav .nav li .submenu>li>a:hover, #sidebar-nav .nav li .submenu>li>a.active, #sidebar-nav .nav li .submenu>li.active>a, #sidebar-nav .nav li .submenu>li.open>a {
  text-decoration: none;
  color: #fff;
  background-color: #1f2c39;
  /* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
}

#sidebar-nav .nav li.active>.submenu {
  display: block;
}

#sidebar-nav .nav>.open .submenu .submenu, #sidebar-nav .nav>.active .submenu .submenu {
  display: none;
}

#sidebar-nav .nav>.open .submenu>.open>a, #sidebar-nav .nav>.open .submenu>.active>a, #sidebar-nav .nav>.active .submenu>.open>a, #sidebar-nav .nav>.active .submenu>.active>a {
  background: inherit;
  border-bottom-color: #1f2c39;
  box-shadow: 0 -1px 0 #1f2c39 inset;
}

#sidebar-nav .nav>.open .submenu>li a, #sidebar-nav .nav>.active .submenu>li a {
  position: relative;
}

#sidebar-nav .nav>.open .submenu>li>a.dropdown-toggle>.drop-icon, #sidebar-nav .nav>.active .submenu>li>a.dropdown-toggle>.drop-icon {
  font-size: 10px;
  margin-top: -5px;
}

#sidebar-nav .nav>.open .submenu>li>.submenu, #sidebar-nav .nav>.active .submenu>li>.submenu {
  background-color: #1f2c39;
}

#sidebar-nav .nav>.open .submenu>li>.submenu>li a:hover, #sidebar-nav .nav>.open .submenu>li>.submenu>li a.active, #sidebar-nav .nav>.active .submenu>li>.submenu>li a:hover, #sidebar-nav .nav>.active .submenu>li>.submenu>li a.active {
  /* background-color: #232323; */
  color: #03a9f4;
}

#sidebar-nav .nav>.open .submenu>li>.submenu a, #sidebar-nav .nav>.active .submenu>li>.submenu a {
  border-bottom: 0 none;
  border-top: 0 none;
  padding-left: 85px;
}

#sidebar-nav .nav>.open .submenu>li>.submenu a:before, #sidebar-nav .nav>.active .submenu>li>.submenu a:before {
  content: "\f111";
  display: inline;
  font-family: FontAwesome;
  font-size: 4px;
  font-style: normal;
  font-weight: normal;
  margin-left: -10px;
  margin-top: 1px;
  position: absolute;
}

.navbar-nav .open .dropdown-menu {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  position: absolute;
}

#user-left-box {
  padding: 20px 15px 20px 25px;
}

#user-left-box img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 3px solid #fff;
  float: left;
  width: 50px;
}

#user-left-box .user-box {
  color: #fff;
  float: left;
  padding-left: 15px;
  padding-top: 18px;
}

#user-left-box .user-box>.name {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}

#user-left-box .user-box>.name>a {
  color: #fff;
}

#user-left-box .user-box>.name>a:hover, #user-left-box .user-box>.name>a:focus {
  color: #E1E1E1;
  text-decoration: none;
}

#user-left-box .user-box>.status {
  display: block;
  font-size: 0.75em;
  padding-top: 3px;
}

#user-left-box .user-box>.status>i {
  color: #8bc34a;
  margin-right: 4px;
}

#user-left-box.dropdown .dropdown-menu {
  top: 55px;
  left: 30px;
}

#user-left-box.dropdown .dropdown-menu a {
  color: #707070;
  font-size: 0.875em;
}

#user-left-box.dropdown .dropdown-menu a:hover {
  background-color: #f6f6f6;
  color: #707070;
}

@media (min-width: 992px) {
  .nav-small #nav-col {
    width: 64px;
  }
  .nav-small #content-wrapper {
    margin-left: 64px;
  }
  .nav-small #nav-col #user-left-box {
    display: none;
  }
  .nav-small #nav-col #sidebar-nav .nav>li>a {
    padding-left: 15px !important;
    padding-right: 15px;
    text-align: center;
  }
  .nav-small #nav-col #sidebar-nav .nav>li>a>i {
    position: relative;
    font-size: 1.25em;
  }
  .nav-small #nav-col #sidebar-nav .nav>li>a>span {
    display: none;
  }
  .nav-small #nav-col #sidebar-nav .nav>li.nav-header {
    display: none;
  }
  .nav-small #nav-col #sidebar-nav .nav li>a.dropdown-toggle>.drop-icon {
    display: none;
  }
  .nav-small #nav-col #sidebar-nav .nav .submenu>li>a.dropdown-toggle>.drop-icon {
    display: block;
  }
  .nav-small #nav-col #sidebar-nav .nav li .submenu {
    left: 64px;
    position: absolute;
    top: 0;
    width: 210px;
  }
  .nav-small #nav-col #sidebar-nav .nav li .submenu>li>a {
    padding-left: 28px;
  }
  .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu, .nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu a, .nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu a {
    padding-left: 48px;
  }
  .nav-small #sidebar-nav .nav li.active>.submenu {
    display: none;
  }
  .nav-small #nav-col-submenu a.dropdown-toggle>.drop-icon {
    color: #868b98;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
    transition: transform 0.2s ease-in-out 0.1s;
  }
  .nav-small #nav-col-submenu.open>a.dropdown-toggle>.drop-icon, .nav-small #nav-col-submenu.active>a.dropdown-toggle>.drop-icon {
    color: #fff;
    transform: rotate(90deg);
  }
  .nav-small #nav-col-submenu .submenu {
    display: none;
    background: #253443;
    padding: 5px 0;
    margin: 0;
    list-style: none;
  }
  .nav-small #nav-col-submenu .submenu>li {
    position: relative;
  }
  .nav-small #nav-col-submenu .submenu>li>a {
    display: block;
    font-size: 0.875em;
    line-height: 38px;
    padding-left: 66px;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
  }
  .nav-small #nav-col-submenu .submenu>li:first-of-type>a {
    border-top: 0;
  }
  .nav-small #nav-col-submenu .submenu>li>a:hover, .nav-small #nav-col-submenu .submenu>li>a.active, .nav-small #nav-col-submenu .submenu>li.active>a, .nav-small #nav-col-submenu .submenu>li.open>a {
    text-decoration: none;
    color: #fff;
    background-color: #1f2c39;
    /* box-shadow: 0 -1px 0 0 #8bf2e6 inset; */
  }
  .nav-small #nav-col-submenu .submenu .submenu {
    display: none;
  }
  .nav-small #nav-col-submenu .submenu>.open>a, .nav-small #nav-col-submenu .submenu>.active>a {
    background: inherit;
    border-bottom-color: #1f2c39;
    box-shadow: 0 -1px 0 #1f2c39 inset;
  }
  .nav-small #nav-col-submenu .submenu>li a {
    position: relative;
  }
  .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon {
    font-size: 10px;
    margin-top: -5px;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu {
    background-color: #1f2c39;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
    /* background-color: #232323; */
    color: #03a9f4;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu a {
    border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 85px;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu a:before {
    content: "\f111";
    display: inline;
    font-family: FontAwesome;
    font-size: 4px;
    font-style: normal;
    font-weight: normal;
    margin-left: -10px;
    margin-top: 1px;
    position: absolute;
  }
  .nav-small #nav-col-submenu .submenu {
    position: absolute;
    top: 60px;
    left: 64px;
    width: 210px;
  }
  .nav-small #nav-col-submenu .submenu>li>a {
    padding-left: 28px;
  }
  .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon {
    display: block;
  }
  .nav-small #nav-col-submenu>.submenu {
    display: block !important;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu, .nav-small #nav-col-submenu .submenu>li>.submenu {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  .nav-small #nav-col-submenu .submenu>li>.submenu a, .nav-small #nav-col-submenu .submenu>li>.submenu a {
    padding-left: 48px;
  }
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }
  #sidebar-nav.navbar-collapse {
    max-height: 336px;
  }
}

#footer-bar {
  background: #fff;
  border-top: 1px solid #e7ebee;
  bottom: 0;
  font-size: 0.8em;
  height: 37px;
  line-height: 36px;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  #footer-bar {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (max-width: 419px) {
  #footer-bar {
    margin-left: -5px;
    margin-right: -5px;
  }
}

#footer-copyright {
  text-align: center;
  margin: 0;
}

/* FIXED ELEMENTS */

.fixed-header #header-navbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.fixed-header #page-wrapper {
  padding-top: 50px;
}

.fixed-footer #footer-bar {
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999;
}

.fixed-footer #content-wrapper {
  padding-bottom: 36px;
}

@media (min-width: 992px) {
  .fixed-leftmenu #nav-col {
    position: fixed;
    height: 100%;
  }
  .fixed-leftmenu.fixed-footer #nav-col {
    padding-bottom: 36px;
  }
  .fixed-leftmenu.fixed-header #nav-col {
    padding-bottom: 50px;
  }
  .fixed-leftmenu.fixed-header.fixed-footer #nav-col {
    padding-bottom: 86px;
  }
}

@media (max-width: 991px) {
  .fixed-header #nav-col {
    position: fixed;
    width: 100%;
  }
}

.boxed-layout #theme-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.boxed-layout #page-wrapper {
  background-color: #2c3e50;
}

.boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .boxed-layout #theme-wrapper, .boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .boxed-layout #theme-wrapper, .boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
    max-width: 1024px;
  }
}

/* BACKGROUNDS */

.emerald-bg {
  background-color: #03a9f4 !important;
}

.red-bg {
  background-color: #e84e40 !important;
}

.yellow-bg {
  background-color: #ffc107 !important;
}

.green-bg {
  background-color: #8bc34a !important;
}

.purple-bg {
  background-color: #9c27b0 !important;
}

.gray-bg {
  background-color: #90a4ae !important;
}

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


.elevablue-bg {
  background-color: #3a1cad !important;
}

/* COLORS */

.emerald {
  color: #03a9f4 !important;
}

.red {
  color: #e84e40 !important;
}

.yellow {
  color: #ffc107 !important;
}

.green {
  color: #8bc34a !important;
}

.purple {
  color: #9c27b0 !important;
}

.gray {
  color: #90a4ae !important;
}

/* STATUS AND TEXT COLORS */

.status-green {
  color: #005826;
}

.status-red {
  color: #9e0b0f;
}

.txt-white {
  color: #fff !important;
}

.txt-white-hover:hover {
  color: #fff !important;
}

/* MARGINS */

.mrg-b-xs {
  margin-bottom: 3px;
}

.mrg-b-sm {
  margin-bottom: 6px;
}

.mrg-b-md {
  margin-bottom: 10px;
}

.mrg-b-lg {
  margin-bottom: 20px;
}

.mrg-t-xs {
  margin-top: 3px;
}

.mrg-t-sm {
  margin-top: 6px;
}

.mrg-t-md {
  margin-top: 10px;
}

.mrg-t-lg {
  margin-top: 20px;
}

.mrg-r-xs {
  margin-right: 3px;
}

.mrg-r-sm {
  margin-right: 6px;
}

.mrg-r-md {
  margin-right: 10px;
}

.mrg-r-lg {
  margin-right: 20px;
}

.mrg-l-xs {
  margin-left: 3px;
}

.mrg-l-sm {
  margin-left: 6px;
}

.mrg-l-md {
  margin-left: 10px;
}

.mrg-l-lg {
  margin-left: 20px;
}

/* BUTTONS */

.btn {
  border: none;
  padding: 6px 12px;
  border-bottom: 2px solid;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.btn-default, .wizard-cancel, .wizard-back {
  background-color: #90a4ae;
  border-color: #607d8b;
  color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .wizard-cancel:hover, .wizard-cancel:focus, .wizard-cancel:active, .wizard-cancel.active, .wizard-back:hover, .wizard-back:focus, .wizard-back:active, .wizard-back.active {
  background-color: #949e9f;
  border-color: #748182;
  color: #fff;
}

.btn-default .caret {
  border-top-color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #607d8b;
  border-color: #5c6667;
}

.btn-info {
  background-color: #01b9fe;
  border-color: #0298d1;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #0298d1;
  border-color: #0178a5;
}

.btn-link {
  border: none;
}

.btn-primary {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.btn-success {
  background-color: #8bc34a;
  border-color: #689f38;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #689f38;
}

.btn-denied {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-denied:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-denied:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-denied.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-denied:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-denied:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}


.btn-danger {
  background-color: #e84e40;
  border-color: #dd191d;
}

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

.btn-warning {
  background-color: #ffc107;
  border-color: #ffa000;
}

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

.btn-facebook {
  background-color: #3b5998 !important;
  border-color: #2f477b !important;
}

.btn-facebook:hover {
  background-color: #2f477b !important;
  border-color: #263963 !important;
}

.btn-twitter {
  background-color: #00aced !important;
  border-color: #0098d1 !important;
}

.btn-twitter:hover {
  background-color: #0098d1 !important;
  border-color: #0283b4 !important;
}

.icon-box {
  margin-top: 5px;
}

.icon-box .btn {
  border: 2px solid #e1e1e1;
  margin-left: 3px;
  margin-right: 0;
}

.icon-box .btn:hover {
  background-color: #eee;
  color: #03a9f4;
}

/* LABELS */

.label {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 0.875em;
  font-weight: 600;
}

.label-default, .fc-event.label-default {
  background-color: #90a4ae;
}

.label-primary, .fc-event.label-primary {
  background-color: #03a9f4;
}

.label-success, .fc-event.label-success {
  background-color: #8bc34a;
}

.label-info, .fc-event.label-info {
  background-color: #9c27b0;
  /*#2b9db6;*/
}

.label-warning, .fc-event.label-warning {
  background-color: #ffc107;
}

.label-danger, .fc-event.label-danger {
  background-color: #e84e40;
}

.label.label-large {
  font-size: 1em;
  padding: 0.4em 0.8em 0.5em;
}

.label.label-circle {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 4px !important;
}

#calendar .fc-event, .external-event {
  border-left: 0 solid #2980b9;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 700;
}

#calendar .fc-event.label-success, .external-event.label-success {
  border-left: 0 solid #689f38;
}

#calendar .fc-event.label-warning, .external-event.label-warning {
  border-left: 0 solid #ffa000;
}

#calendar .fc-event.label-danger, .external-event.label-danger {
  border-left: 0 solid #dd191d;
  color: #fff;
}

#calendar .fc-event.label-info, .external-event.label-info {
  border-left: 0 solid #7b1fa2;
}

#calendar .fc-event.label-default, .external-event.label-default {
  border-left: 0 solid #607d8b;
}

@media only screen and (max-width: 440px) {
  #calendar .fc-header-right, #calendar .fc-button-today, #calendar .fc-header-space {
    display: none;
  }
}

/* ALERTS */

.alert {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-image: none;
  border-style: none;
  border-width: 0;
}

.alert-success {
  border-color: #689f38;
  color: #689f38;
}

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

.alert-danger {
  border-color: #dd191d;
  color: #dd191d;
}

.alert-info {
  border-color: #2980b9;
  color: #2980b9;
}

.alert-info .alert-link {
  color: #2980b9;
}

/* PAGINATION */

.pagination {
  margin: 5px 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a:active, .pagination>li>span:active {
  color: #03a9f4;
  border-width: 2px;
  margin-left: -2px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.pager li>a, .pager li>span {
  border-width: 2px;
}

/* ITEMS */

.list-group-item {
  border-width: 2px;
  margin-bottom: -2px;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

/* BADGES */

.badge.badge-danger {
  background-color: #e84e40;
}

.badge.badge-success {
  background-color: #8bc34a;
}

.badge.badge-warning {
  background-color: #ffc107;
}

.badge.badge-primary {
  background-color: #03a9f4;
}

.badge.badge-info {
  background-color: #9c27b0;
}

.badge.badge-chancellor {
  background-color: #17a2b8;
}

/* TABS */

.nav-tabs {
  background: #e7ebee;
  border-color: transparent;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.nav-tabs>li>a {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1.125em;
  font-weight: 300;
  outline: none;
  color: #555;
  margin-right: 3px;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  border-color: transparent;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #555;
  border-bottom: 0;
  background: rgba(219, 221, 223, 0.46);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-left: 0;
  border-top: 2px solid #03a9f4;
  border-right: 0;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  border-color: #e7ebee;
}

.nav .caret {
  border-bottom-color: #03a9f4;
  border-top-color: #03a9f4;
}

.main-box .tabs-header {
  min-height: 50px;
  padding: 10px 20px;
}

.main-box .tab-content-body {
  padding: 0 20px 20px 20px;
  margin-bottom: 0;
}

.tabs-wrapper.tabs-no-header .tab-content {
  padding: 0 20px 20px;
}

/* PANEL */

.panel-default>.panel-heading {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #FFFFFF;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.panel-default>.panel-heading a:focus {
  color: #fff;
}

.panel-group .panel {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0 none;
}

.panel-collapse {
  border: 2px solid #e1e1e1;
  border-top: 0;
}

.accordion .panel-title>a {
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #FFFFFF;
  padding-right: 15px;
}

.accordion .panel-title>a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.accordion .panel-title>a:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: -5px;
  font-size: 0.75em;
  position: absolute;
  right: 0;
  top: 50%;
}

.accordion .panel-title>a.accordion-toggle.collapsed:after {
  content: "\f067";
}

.accordion .panel-title>a.accordion-toggle>i {
  width: 24px;
  text-align: center;
  padding-right: 6px;
}

/* PROGRESS BAR */

.progress {
  background-color: #eee;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 8px;
  margin-bottom: 12px;
  box-shadow: none;
}

.progress-bar {
  background-color: #03a9f4;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #8bc34a;
}

.progress-bar-info {
  background-color: #9c27b0;
}

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

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

.progress.progress-2x {
  height: 12px;
}

.progress.progress-3x {
  height: 16px;
}

.progress.progress-4x {
  height: 20px;
}

/* POPOVER */

.popover-content {
  font-size: 0.875em;
}

/* MODAL */

.modal-header {
  border-width: 2px;
}

.modal-content {
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.modal-footer {
  border-width: 2px;
}

/* BLOCKQUOTE */

blockquote, blockquote.pull-right {
  border-color: #03a9f4;
  padding: 10px 20px 10px 40px;
}

blockquote.pull-right {
  padding-left: 20px;
  padding-right: 40px;
}

blockquote p {
  font-style: italic;
}

blockquote:before {
  content: "\f10d";
  color: #b0bec5;
  display: inline;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-left: -28px;
  margin-top: 0;
  position: absolute;
  width: auto;
}

blockquote.pull-right:before {
  margin-left: 0;
  right: 50px;
}

/* BREADCRUMBS */

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb>li {
  text-transform: uppercase;
  color: #616161;
  margin-left: 8px;
  font-size: 0.875em;
}

.breadcrumb>li span {
  padding-left: 8px;
}

.breadcrumb>li a {
  color: #616161;
}

.breadcrumb>li+li:before {
  color: #616161;
  font-family: FontAwesome;
  content: "\f105";
}

.breadcrumb>.active {
  font-weight: 600;
  text-transform: none;
  color: #616161;
}

.breadcrumb>li:first-child {
  margin-left: 0;
}

/* DROPDOWN OPEN EFFECT */

.open>.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  opacity: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all 0.14s linear;
  display: block;
  visibility: hidden;
}

.datepicker.dropdown-menu, .daterangepicker.dropdown-menu, .bootstrap-timepicker-widget.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  display: none;
}

.bootstrap-timepicker-widget.dropdown-menu {
  display: none;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: block;
}

/* TABLES */

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #f8f8f8;
}

.table thead>tr>th {
  border-bottom: 2px solid #e7ebee;
  text-transform: uppercase;
  font-size: 0.875em;
}

.table thead>tr>th>a span {
  color: #212121;
}

.table tbody>tr>td {
  font-size: 0.875em;
  vertical-align: middle;
  border-top: 1px solid #e7ebee;
  padding: 12px 8px;
}

.table tbody>tr>td:first-child {
  font-size: 1.125em;
  font-weight: 300;
}

.table tbody>tr td .call-type {
  display: block;
  font-size: 0.75em;
  text-align: center;
}

.table tbody>tr td .first-line {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.125em;
}

.table tbody>tr td .first-line span {
  font-size: 0.875em;
  color: #969696;
  font-weight: 300;
}

.table tbody>tr td .second-line {
  font-size: 0.875em;
  line-height: 1.2;
}

.table tbody>tr.table-line-fb>td {
  background-color: #9daccb;
  color: #262525;
}

.table tbody>tr.table-line-twitter>td {
  background-color: #9fccff;
  color: #262525;
}

.table tbody>tr.table-line-plus>td {
  background-color: #eea59c;
  color: #262525;
}

.table a.table-link {
  margin: 0 5px;
  font-size: 1.125em;
}

.table a.table-link:hover {
  text-decoration: none;
  color: #2980b9;
}

.table a.table-link.danger {
  color: #e84e40;
}

.table a.table-link.danger:hover {
  color: #dd191d !important;
}

.table a.table-link.waning {
  color: #ffa000;
}

.table a.table-link.waning:hover {
  color: #ff9100 !important;
}

.table a.table-link.info {
  color: #e83e8c;
}

.table a.table-link.info:hover {
  color: #e83e8c !important;
}

.table.table-condensed tbody>tr>td {
  padding: 8px 5px;
}

.dataTable thead th:hover {
  color: #03a9f4;
}

.table thead>tr>th>a span:after, .dataTable .sorting:after, .dataTable .sorting_asc:after, .dataTable .sorting_desc:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  font-size: 0.75em;
}

.table thead>tr>th>a:hover {
  text-decoration: none;
}

.table thead>tr>th>a.asc span:after, .dataTable .sorting_desc:after {
  content: "\f0dd";
}

.table thead>tr>th>a.desc span:after, .dataTable .sorting_asc:after {
  content: "\f0de";
}

.table thead>tr>th>a:hover span {
  text-decoration: none;
  color: #03a9f4;
  border-color: #03a9f4;
}

.table.table-hover tbody>tr>td {
  transition: background-color 0.15s ease-in-out 0s;
}

.table-products tbody>tr>td {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  transition: background-color 0.15s ease-in-out 0s;
  position: relative;
}

.table-products tbody>tr:hover>td {
  text-decoration: none;
  background-color: #f6f6f6;
}

.table-products .name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px;
}

.table-products .price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}

.table-products .price>i {
  color: #8bc34a;
}

.table-products .warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}

.table-products .warranty>i {
  color: #ffc107;
}

.table-stats .status-social-icon {
  font-size: 1.9em;
  vertical-align: bottom;
}

.table-stats .table-line-fb .status-social-icon {
  color: #556484;
}

.table-stats .table-line-twitter .status-social-icon {
  color: #5885b8;
}

.table-stats .table-line-plus .status-social-icon {
  color: #a75d54;
}

.dataTables_length {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 30px;
  float: left;
}

@media (max-width: 767px) {
  .dataTables_length {
    display: none;
  }
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .dataTables_filter {
    display: none;
  }
}

.dataTables_filter input {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .DTTT {
    display: none;
  }
}

.DTTT.btn-group {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}

.DTTT.btn-group a.btn {
  height: 30px;
  line-height: 16px;
}

/* USER LIST TABLE */

.user-list tbody td>img {
  position: relative;
  max-width: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.user-list tbody td .user-link {
  display: block;
  font-size: 1.25em;
  padding-top: 3px;
  margin-left: 60px;
}

.user-list tbody td .user-subhead {
  font-size: 0.875em;
  font-style: italic;
}

.map-stats {
  padding-top: 20px;
}

.map-stats .table tbody>tr>td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.map-stats .table tbody>tr>td:first-child {
  font-size: 1em;
  font-weight: 400;
}

.map-stats .table tbody>tr>td.status {
  font-size: 1.2em;
  font-weight: 600;
}

/* FORMS */

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: 400;
  font-size: 0.875em;
}

.form-control {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-color: #e7ebee;
  border-width: 2px;
  box-shadow: none;
  font-size: 13px;
}

.form-control max {
  width: 100%;
}

.form-control:focus {
  border-color: rgba(52, 151, 219, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
}

.form-inline-box {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 2px solid #e7ebee;
  padding: 7px;
}

.radio {
  padding-left: 2px;
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 5px;
}

input[type="radio"] {
  line-height: normal;
  box-sizing: border-box;
}

.radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}

.radio input[type=radio] {
  display: none;
}

.radio label:before {
  background: none repeat scroll 0 0 #ffffff;
  border: 2px solid #e7ebee;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px;
}

.radio label:after {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  content: "";
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 2px;
  position: absolute;
  text-align: center;
  top: 2px;
  transform: scale(0);
  width: 16px;
}

.radio input[type=radio]:checked+label:before, .radio input[type=radio]:hover+label:before {
  border-color: #03a9f4;
}

.radio input[type=radio]:checked+label:after {
  line-height: 16px;
  transform: scale(0.63);
  transition: transform 0.1s 0s cubic-bezier(0.4, 0.02, 0.3, 1.2);
}

.has-success .form-control {
  border-color: #8bc34a;
}

.has-success .help-block, .has-success .control-label {
  color: #689f38;
}

.has-success .form-control:focus {
  border-color: #689f38;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #689f38;
}

.has-success .input-group-addon {
  color: #8bc34a;
  background-color: #dff0d8;
  border-color: #8bc34a;
}

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

.has-warning .help-block, .has-warning .control-label {
  color: #ffa000;
}

.has-warning .form-control:focus {
  border-color: #ffa000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa000;
}

.has-warning .input-group-addon {
  color: #ffc107;
  background-color: #fcf8e3;
  border-color: #ffc107;
}

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

.has-error .help-block, .has-error .control-label {
  color: #dd191d;
}

.has-error .form-control:focus {
  border-color: #dd191d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd191d;
}

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

.input-group>.form-control, .input-group>.input-group-addon, .input-group>.input-group-btn>.btn {
  line-height: 1;
}

.input-group>.input-group-btn>.btn {
  border: 0;
  height: 34px;
}

.input-group-addon {
  background: transparent;
  border-color: #e7ebee;
  border-width: 2px;
}

.dropdown-menu {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.help-block {
  font-size: 0.875em;
}

.checkbox-inline>input {
  margin-top: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #03a9f4;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid #ccc;
  width: 30px !important;
  height: 30px;
}

.form-group-select2 label {
  display: block;
}

.select2-results .select2-result-label {
  font-size: 0.875em;
}

.select2-container .select2-choice {
  font-size: 0.875em;
  border-width: 2px !important;
}

.select2-container.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 0.875em;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  color: #555555 !important;
  display: block;
  font-size: 13px;
  height: 34px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}

.select2-container.select2-container-multi .select2-choices {
  border-color: #ccc;
  border-width: 2px;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border-width: 2px !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-width: 2px;
}

.select2-container-multi .select2-choices {
  background-image: none !important;
  border-color: #e7ebee !important;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background: none repeat scroll 0 0 #03a9f4;
  border: medium none;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: none;
  color: #fff;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0 5px 5px;
}

.select2-container.select2-container-multi .select2-search-choice-close {
  top: 8px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border-color: rgba(52, 151, 219, 0.6) !important;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.select2-container .select2-choice {
  border-radius: 3px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff !important;
  border-color: #e7ebee !important;
  height: 34px !important;
  line-height: 34px !important;
}

.select2-container .select2-choice .select2-arrow {
  border-radius: 0 !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #eee !important;
  border-color: #e7ebee !important;
  width: 24px !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 3px 4px !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: transparent rgba(52, 151, 219, 0.6) rgba(52, 151, 219, 0.6) !important;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 2px solid rgba(52, 151, 219, 0.6) !important;
}

.select2-drop-active {
  border-color: rgba(52, 151, 219, 0.6) rgba(52, 151, 219, 0.6) !important;
}

.select2-container .select2-choice>.select2-chosen {
  font-size: 13px;
}

.tt-query {
  box-shadow: none !important;
}

.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #fff;
  border-collapse: separate;
  border: 1px solid #e7ebee;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px;
  box-sizing: content-box;
  overflow: scroll;
  outline: none;
}

.btn-toolbar.editor-toolbar {
  margin-bottom: 7px;
}

.checkbox-nice {
  position: relative;
  padding-left: 15px;
}

.checkbox-nice input[type=checkbox] {
  visibility: hidden;
}

.checkbox-nice label {
  padding-top: 3px;
}

.checkbox-nice.checkbox-inline>label {
  margin-left: 16px;
}

.checkbox-nice label:before {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 1px;
  top: 1px;
  background: #ffffff;
  content: "";
  border: 2px solid #e7ebee;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.checkbox-nice label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 7px;
  left: 6px;
  border: 3px solid #03a9f4;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.checkbox-nice label:hover::after {
  opacity: 0.3;
}

.checkbox-nice input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/* FORM ON/OFF SWITCH */

.onoffswitch {
  position: relative;
  width: 90px;
  box-sizing: content-box;
  margin-right: 20px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
}

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

.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #8bc34a;
}

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
  background-color: #e84e40;
}

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
  background-color: #ffc107;
}

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

.onoffswitch-switch {
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  box-sizing: content-box;
}

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

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

/* AUTOCOMPLETE */

.typeahead, .tt-query, .tt-hint {
  width: 400px;
}

@media only screen and (max-width: 480px) {
  .typeahead, .tt-query, .tt-hint {
    width: 100%;
  }
}

.twitter-typeahead {
  display: block !important;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  padding-top: 5px;
  padding-left: 11px;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media only screen and (max-width: 480px) {
  .tt-dropdown-menu {
    width: 100%;
  }
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 1em;
  line-height: 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #03a9f4;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 12px;
}

.example-twitter-oss .tt-suggestion {
  padding: 8px 20px;
}

.example-twitter-oss .tt-suggestion+.tt-suggestion {
  border-top: 1px solid #ccc;
}

.example-twitter-oss .repo-language {
  float: right;
  font-style: italic;
  font-size: 12px;
}

.example-twitter-oss .repo-name {
  font-weight: bold;
}

.example-twitter-oss .repo-description {
  font-size: 12px;
}

/* SLIDER */

.slider-vertical {
  height: 200px;
  float: left;
  margin-right: 20px;
}

/* DATEPICKER */

.datepicker td, .datepicker th, .daterangepicker td, .daterangepicker th {
  text-transform: uppercase;
  font-size: 0.875em;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
  background: #03a9f4 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #03a9f4 !important;
}

.daterangepicker td.in-range {
  background: #dceffc !important;
}

.daterangepicker .ranges li {
  border-radius: 0 !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #03a9f4 !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #03a9f4 !important;
  border-color: #03a9f4 !important;
  color: #fff !important;
}

.daterangepicker .range_inputs button.applyBtn {
  min-width: 74px;
  margin-right: 7px;
}

.daterangepicker .range_inputs button.cancelBtn {
  min-width: 74px;
}

/* GALLERY */

#gallery-photos-wrapper {
  position: relative;
}

.gallery-photos {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.gallery-photos li {
  float: left;
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}

.gallery-photos li .photo-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 100px;
  min-height: 100px;
  padding-top: 98%;
  display: block;
}

.gallery-photos li .photo-box.image-link {
  padding-top: 68%;
}

.gallery-photos li:hover .photo-box:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  content: "";
  top: 0;
  right: 8px;
  bottom: 0;
  left: 8px;
}

.gallery-photos.gallery-photos-hover {
  cursor: move;
}

.gallery-photos .remove-photo-link {
  cursor: pointer;
  display: none;
  left: 50%;
  margin-left: -18.5px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -18.5px;
}

.gallery-photos .thumb-meta-time {
  bottom: 10px;
  color: #000;
  font-size: 0.75em;
  left: 18px;
  position: absolute;
  background: #E1E1E1;
}

.gallery-photos li .remove-photo-link .icon-stack {
  font-size: 2em;
}

.gallery-photos.gallery-photos-hover li:hover .remove-photo-link {
  display: block;
}

/* NESTABLE LIST */

.dd {
  position: relative;
  display: block;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%;
  }
}

.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-list {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E1E1E1;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1em;
  color: #000000;
  text-align: center;
  border: 1px solid #E1E1E1;
  padding-top: 4px;
}

.dd-handle {
  background: none repeat scroll 0 0 #F6F6F8;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #000000;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  height: 32px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  box-sizing: border-box;
}

.dd-handle:hover {
  color: #03a9f4;
  background: #fff;
}

.dd-handle .nested-links {
  float: right;
}

.dd-handle .nested-links .nested-link {
  margin: 0 2px;
}

.dd-handle .nested-links .nested-link:last-child {
  margin-right: 0;
}

.dd-handle .nested-links .nested-link i {
  font-size: 1.25em;
}

.dd-item-list .dd-handle {
  padding-left: 40px;
}

.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: '-';
}

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

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

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

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

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

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
}

.nestable-lists .dd-placeholder {
  background: #E9FDFB;
  border-color: #2980b9;
}

.dd-hover>.dd-handle {
  background: #2ea8e5 !important;
}

@media only screen and (min-width: 700px) {
  .dd+.dd {
    margin-left: 2%;
  }
}

/* LOGIN PAGE */

#login-page {
  background-color: #e7ebee;
}

#login-page-full {
  background-color: #e7ebee;
}

#login-box {
  max-width: 750px;
  min-width: 380px;
  margin: 60px auto 20px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media only screen and (max-width: 767px) {
  #login-box {
    margin-top: 20px;
  }
}

#login-box #login-box-header {
  height: 5px;
}

#login-box #login-box-header>div {
  height: 100%;
  width: 16.6667%;
  float: left;
}

#login-box #login-box-header .login-box-header-red {
  background: #e84e40;
}

#login-box #login-box-header .login-box-header-green {
  background: #8bc34a;
}

#login-box #login-box-header .login-box-header-yellow {
  background: #ffc107;
}

#login-box #login-box-header .login-box-header-purple {
  background: #9c27b0;
}

#login-box #login-box-header .login-box-header-blue {
  background: #03a9f4;
}

#login-box #login-box-header .login-box-header-gray {
  background: #90a4ae;
}

#login-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  border-bottom-width: 0;
  padding: 40px 25px;
}

#login-box-inner-dark {
  background: var(--dark-primary-hover-color);
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  border-bottom-width: 0;
  padding: 40px 25px;
}

#login-box-inner.login {
  height: 390px;
}

#login-box-inner.with-heading {
  padding-top: 20px;
}

#login-box-inner h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

#login-box-inner .reset-pass-input {
  padding: 15px 0;
  margin-bottom: 0;
}

#login-logo {
  background: none repeat scroll 0 0 #e7ebee;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

#login-logo>img {
  display: block;
  height: 40px;
  margin: 0 auto;
}

#login-logo>span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  text-transform: none;
}

#login-box .input-group {
  margin-bottom: 10px;
}

#login-box .input-group input {
  font-weight: 300;
}

#login-box .input-group .input-group-addon {
  padding-left: 0;
  padding-right: 0;
  min-width: 50px;
}

#login-box .input-group .input-group-addon i {
  color: #efefef;
}

#login-box #login-forget-link {
  display: block;
  font-size: 0.875em;
  text-align: right;
  margin-top: 3px;
}

#login-box #remember-me-wrapper {
  padding: 5px 0;
}

#login-box .btn {
  font-size: 1.125em;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 8px;
}

#login-box .form-group {
  margin-bottom: 7px;
}

#login-box .form-group .checkbox label {
  padding-left: 7px;
}

#login-box .form-group .checkbox input {
  margin-left: 0;
}

#login-box .btn-facebook, #login-box .btn-twitter {
  text-transform: none;
  font-size: 1em;
  margin-bottom: 10px;
}

#login-box .social-text {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 0.875em;
}

#login-box-inner .input-group>.form-control, #login-box-inner .input-group>.input-group-addon {
  height: 46px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

#login-box-inner .input-group>.input-group-addon {
  height: 44px;
}

#login-box-footer {
  text-align: center;
  font-size: 0.875em;
  margin-top: 10px;
}

#login-full-wrapper #login-box-footer {
  color: #212121;
}

#login-full-wrapper #login-box-footer a {
  color: #212121;
  text-decoration: underline;
}

#login-full-wrapper #login-box-footer a:hover {
  text-decoration: none;
}

#login-page .login-create, #login-page-full .login-create {
  margin-bottom: 20px;
}

#login-full-wrapper {
  background: url(../../img/login-img.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-height: 605px) {
  #login-full-wrapper {
    position: relative;
  }
}

@media (max-height: 621px) and (max-width: 767px) {
  #login-full-wrapper {
    position: relative;
  }
}

#login-full-wrapper #login-box {
  border: none;
}

#login-page-full .container {
  max-width: 1440px;
  margin: 0 auto;
}

#login-page-full .login-full-create {
  margin-right: 20px;
  line-height: 50px;
}

#login-full-left {
  margin-top: 50px;
  margin-bottom: 20px;
}

#login-full-left h1 {
  text-align: center;
  color: #363636;
  font-weight: 600;
  margin-bottom: 40px;
}

#login-full-left h2 {
  text-align: center;
  margin-top: 30px;
}

#login-full-left p.login-full-devices {
  margin-top: 30px;
}

#login-full-left .login-full-features {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#login-full-left .login-full-features>li {
  display: inline-block;
  margin: 0 8px;
}

#login-full-left .login-full-features>li>i {
  display: block;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 4px;
}

#login-full-left .login-full-features>li>span {
  display: block;
  text-align: center;
  font-size: 0.845em;
  line-height: 1.2;
}

@media (max-height: 605px) {
  #login-full-wrapper.reset-password-wrapper {
    position: absolute;
  }
}

@media (max-height: 505px) {
  #login-full-wrapper.reset-password-wrapper {
    position: relative;
  }
}

/* SING BOX */

#sign-box {
  max-width: 750px;
  min-width: 380px;
  margin: 60px auto 20px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media only screen and (max-width: 767px) {
  #sign-box {
    margin-top: 20px;
  }
}

#sign-box #sign-box-header {
  height: 5px;
}

#sign-box #sign-box-header>div {
  height: 100%;
  width: 16.6667%;
  float: left;
}

#sign-box #sign-box-header .sign-box-header-red {
  background: #e84e40;
}

#sign-box #sign-box-header .sign-box-header-green {
  background: #8bc34a;
}

#sign-box #sign-box-header .sign-box-header-yellow {
  background: #ffc107;
}

#sign-box #sign-box-header .sign-box-header-purple {
  background: #9c27b0;
}

#sign-box #sign-box-header .sign-box-header-blue {
  background: #03a9f4;
}

#sign-box #sign-box-header .sign-box-header-gray {
  background: #90a4ae;
}

#sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  padding: 40px 25px;
  /*height: 390px;*/
}

#sign-box-inner.login {
  /*height: 440px;*/
  height: 390px;
}

#sign-box-inner.with-heading {
  padding-top: 20px;
}

#sign-box-inner h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

#sign-box-inner .reset-pass-input {
  padding: 15px 0;
  margin-bottom: 0;
}

#sign-logo {
  background: none repeat scroll 0 0 #e7ebee;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

#sign-logo>img {
  display: block;
  height: 40px;
  margin: 0 auto;
}

#sign-logo>span {
  display: block;
  font-size: 0.6em;
  font-weight: 300;
  text-transform: none;
}

#sign-box .input-group {
  margin-bottom: 10px;
}

#sign-box .input-group input {
  font-weight: 300;
}

#sign-box .input-group .input-group-addon {
  padding-left: 0;
  padding-right: 0;
  min-width: 50px;
}

#sign-box .input-group .input-group-addon i {
  color: #efefef;
}

#sign-box #sign-forget-link {
  display: block;
  font-size: 0.875em;
  text-align: right;
  margin-top: 3px;
}

#sign-box #remember-me-wrapper {
  padding: 5px 0;
}

#sign-box .btn {
  font-size: 1.125em;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 8px;
}

#sign-box .form-group {
  margin-bottom: 7px;
}

#sign-box .form-group .checkbox label {
  padding-left: 7px;
}

#sign-box .form-group .checkbox input {
  margin-left: 0;
}

#sign-box .btn-facebook, #sign-box .btn-twitter {
  text-transform: none;
  font-size: 1em;
  margin-bottom: 10px;
}

#sign-box .social-text {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 0.875em;
}

#sign-box-inner .input-group>.form-control, #sign-box-inner .input-group>.input-group-addon {
  height: 46px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

#sign-box-inner .input-group>.input-group-addon {
  height: 44px;
}

#sign-box-footer {
  text-align: center;
  font-size: 0.875em;
  margin-top: 10px;
}

/* LOCK SCREEN */

#lock-screen-user img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

#lock-screen-user .user-box .name {
  display: block;
  font-size: 1.3em;
  padding: 10px 0 40px;
  text-align: center;
}

/* PASSWORD METER */

#pwindicator {
  margin-top: 15px;
  margin-bottom: 5px;
  width: 150px;
}

.pwdindicator .bar {
  height: 4px;
}

.pwdindicator.pw-very-weak .bar {
  background: #fb241f;
  width: 30px;
}

.pwdindicator.pw-very-weak .pwdstrength-label {
  color: #fb241f;
}

.pwdindicator.pw-weak .bar {
  background: #e84e40;
  width: 60px;
}

.pwdindicator.pw-weak .pwdstrength-label {
  color: #e84e40;
}

.pwdindicator.pw-mediocre .bar {
  background: #ffc107;
  width: 90px;
}

.pwdindicator.pw-mediocre .pwdstrength-label {
  color: #ffc107;
}

.pwdindicator.pw-strong .bar {
  background: #f3b31a;
  width: 120px;
}

.pwdindicator.pw-strong .pwdstrength-label {
  color: #f3b31a;
}

.pwdindicator.pw-very-strong .bar {
  background: #8bc34a;
  width: 150px;
}

.pwdindicator.pw-very-strong .pwdstrength-label {
  color: #8bc34a;
}

/* PRICING */

.pricing-package {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-package .pricing-package-inner {
  color: #7d7d7d;
  position: relative;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.pricing-package .pricing-star {
  background: url(../img/pricing-star.png) no-repeat;
  position: absolute;
  width: 39px;
  height: 40px;
  color: #fff;
  font-size: 0.65em;
  text-align: center;
  line-height: 1.1;
  padding-top: 9px;
  right: -10px;
  top: -20px;
}

.pricing-package .package-header {
  background: #03a9f4;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.pricing-package .package-header h3 {
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
}

.pricing-package .package-header .stars {
  color: #fff;
  text-align: center;
  padding-top: 8px;
  display: none;
}

.pricing-package .package-content {
  padding: 0;
  margin: 0;
  border: 1px solid #e7ebee;
  border-top-color: transparent;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.pricing-package .package-content .package-price {
  font-weight: bold;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  position: relative;
}

.pricing-package .package-content .package-price .package-month {
  font-size: 1em;
  font-weight: normal;
}

.pricing-package .package-content .package-price .price {
  font-size: 4em;
  font-weight: 400;
}

.pricing-package .package-content .package-price .currency {
  font-size: 1.5em;
  font-weight: 600;
}

.pricing-package .package-top-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-package .package-top-features li {
  border-bottom: 1px solid #e7ebee;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 8px 0;
}

.pricing-package .package-top-features li:first-child {
  border-top: 1px solid #e7ebee;
}

.pricing-package .package-features {
  list-style: none;
  margin: 0 18px;
  padding: 15px 0;
  position: relative;
}

.pricing-package .package-features li {
  font-size: 0.875em;
  padding: 6px 0;
  line-height: 1.3;
  color: #7d7d7d;
  padding-left: 25px;
}

.pricing-package .package-features li.has-feature {
  transition: color 0.1s ease-in-out 0s;
}

.pricing-package .package-features li.has-nofeature {
  text-decoration: line-through;
}

.pricing-package .package-features li.has-feature:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #8bc34a;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.pricing-package .package-features li.has-nofeature:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #e84e40;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.pricing-package .package-footer {
  text-align: center;
  padding: 10px 0 25px;
}

.pricing-package .package-footer .btn>span {
  padding-right: 6px;
  transition: color 0.1s ease-in-out 0s;
}

.pricing-package .package-footer .btn:hover>span {
  color: #fff;
}

.pricing-package.simple .package-header h3 {
  font-size: 1.3em;
  padding: 0;
  line-height: 42px;
  height: 42px;
}

.pricing-package.simple .package-content .package-price {
  font-size: 1.8em;
  height: 60px;
  line-height: 60px;
  background: transparent;
  color: inherit;
}

.pricing-package.simple .package-top-features li {
  font-size: 0.875em;
}

.pricing-package.simple .package-top-features li:last-child {
  border-bottom: 0;
}

.pricing-package:hover .pricing-package-inner {
  background-color: #fcfcfc;
  color: #212121;
}

.pricing-package:hover .package-features li.has-feature {
  color: #212121;
}

/* INVOICE */

#invoice-companies {
  border: 1px solid #e7ebee;
  border-left: 0;
  border-right: 0;
  margin: 20px -20px;
}

@media (max-width: 419px) {
  #invoice-companies {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#invoice-companies .invoice-box {
  border-right: 1px solid #e7ebee;
  padding: 25px 20px;
  height: 100%;
  min-height: 165px;
}

@media only screen and (max-width: 767px) {
  #invoice-companies .invoice-box {
    border-bottom: 1px solid #e7ebee;
    border-right: 0;
    border-left: 0;
  }
}

#invoice-companies .invoice-box.invoice-box-dates {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  #invoice-companies .invoice-box.invoice-box-dates {
    border-bottom: 0;
  }
}

#invoice-companies .invoice-icon {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  color: #e7ebee;
  text-align: center;
}

#invoice-companies .invoice-icon>i {
  font-size: 2.4em;
  display: block;
}

#invoice-companies .invoice-company {
  float: left;
}

#invoice-companies .invoice-company h4 {
  font-size: 1.4em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates {
    padding-top: 15px;
  }
}

#invoice-companies .invoice-dates .invoice-date>strong {
  text-transform: uppercase;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates .invoice-date>strong {
    font-size: 0.875em;
    line-height: 22px;
  }
}

#invoice-companies .invoice-dates .invoice-date>span {
  font-size: 1.3em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates .invoice-date>span {
    font-size: 1.1em;
  }
}

#invoice-companies .invoice-dates .invoice-date.invoice-due-date>span {
  font-weight: bold;
}

#invoice-companies .invoice-dates .invoice-number>strong {
  text-transform: uppercase;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates .invoice-number>strong {
    font-size: 0.875em;
    line-height: 33px;
  }
}

#invoice-companies .invoice-dates .invoice-number>span {
  color: #03a9f4;
  font-size: 1.9em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #invoice-companies .invoice-dates .invoice-number>span {
    font-size: 1.4em;
  }
}

.invoice-box-total {
  line-height: 1.8;
  border: 1px solid #e7ebee;
  border-right: 0;
  border-left: 0;
  padding: 20px 0;
}

.invoice-box-total .invoice-box-total-label {
  font-size: 1.125em;
}

.invoice-box-total .invoice-box-total-value {
  font-size: 1.125em;
}

.invoice-box-total .grand-total {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}

.invoice-summary {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -3px;
  margin-right: -3px;
}

.invoice-summary>div {
  padding-left: 3px;
  padding-right: 3px;
}

.invoice-summary .invoice-summary-item {
  background: #dceffc;
  text-align: center;
  padding: 10px 0;
  margin-top: 3px;
  margin-bottom: 3px;
}

.invoice-summary .invoice-summary-item>span {
  font-size: 0.75em;
}

.invoice-summary .invoice-summary-item>div {
  font-size: 1.125em;
}

/* USER PROFILE */

#user-profile h2 {
  padding-right: 15px;
}

#user-profile .profile-status {
  font-size: 0.75em;
  margin-top: -10px;
  padding-bottom: 10px;
  color: #8bc34a;
}

#user-profile .profile-status.offline {
  color: #e84e40;
}

#user-profile .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 15px;
}

#user-profile .profile-label {
  text-align: center;
  padding: 5px 0;
}

#user-profile .profile-label.label {
  padding: 5px 15px;
  font-size: 1em;
}

#user-profile .profile-stars {
  color: #FABA03;
  padding: 7px 0;
  text-align: center;
}

#user-profile .profile-stars>i {
  margin-left: -2px;
}

#user-profile .profile-since {
  text-align: center;
  margin-top: -5px;
}

#user-profile .profile-details {
  padding: 15px 0;
  border-top: 1px solid #e7ebee;
  border-bottom: 1px solid #e7ebee;
  margin: 15px 0;
}

#user-profile .profile-details ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}

#user-profile .profile-details ul>li {
  margin: 3px 0;
  line-height: 1.5;
}

#user-profile .profile-details ul>li>i {
  padding-top: 2px;
}

#user-profile .profile-details ul>li>span {
  color: #03a9f4;
}

#user-profile .profile-header {
  position: relative;
}

#user-profile .profile-header>h3 {
  margin-top: 10px;
}

#user-profile .profile-header .edit-profile {
  margin-top: -6px;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 419px) {
  #user-profile .profile-header .edit-profile {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
}

#user-profile .profile-tabs {
  /* margin-top: 30px; */
}

#user-profile .profile-user-info {
  padding-bottom: 20px;
  padding-top: 10px;
}

#user-profile .profile-user-info .profile-user-details {
  position: relative;
  padding: 4px 0;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
  width: 110px;
  float: left;
  bottom: 0;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 110px;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    float: none;
    position: relative;
    text-align: left;
  }
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #user-profile .profile-social {
    margin-top: 20px;
  }
}

#user-profile .profile-social li {
  padding: 4px 0;
}

#user-profile .profile-social li>i {
  padding-top: 6px;
}

@media only screen and (max-width: 419px) {
  #user-profile .profile-message-btn .btn {
    display: block;
  }
}

#user-profile .table tbody tr td {
  padding-bottom: 20px;
  padding-top: 20px;
}

#user-profile .table tbody tr:first-child td {
  border-top: none;
}

/* NEWSFEED */

#newsfeed .story {
  padding: 40px 0;
  margin: 0 20px;
  border-bottom: 1px solid #e7ebee;
}

#newsfeed .story:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  #newsfeed .story {
    padding: 20px 0;
    margin: 0;
  }
}

#newsfeed .story-user {
  position: absolute;
}

#newsfeed .story-user a {
  display: block;
}

#newsfeed .story-user a img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (max-width: 767px) {
  #newsfeed .story-user a img {
    width: 30px;
    height: 30px;
  }
}

#newsfeed .story-content {
  padding-left: 100px;
  position: relative;
}

@media (max-width: 767px) {
  #newsfeed .story-content {
    padding-left: 40px;
  }
}

#newsfeed .story-content .story-header .story-author {
  font-weight: 300;
}

#newsfeed .story-content .story-header .story-author a {
  font-weight: 400;
}

#newsfeed .story-content .story-header .story-time {
  color: #999;
  font-size: 0.75em;
  position: absolute;
  right: 0px;
  top: 0;
}

@media (max-width: 1170px) {
  #newsfeed .story-content .story-header .story-time {
    position: relative;
    padding-top: 2px;
  }
}

#newsfeed .story-content .story-inner-content {
  color: #6c6f75;
  font-size: 0.85em;
  padding: 12px 0;
}

#newsfeed .story-content .story-footer {
  font-size: 0.85em;
}

#newsfeed .story-content .story-footer .story-comments-link {
  color: #212121;
  margin-right: 10px;
}

#newsfeed .story-content .story-footer .story-comments-link:hover {
  color: #161e1d;
  text-decoration: none;
}

#newsfeed .story-content .story-footer .story-likes-link {
  color: #e84e40;
}

#newsfeed .story-content .story-footer .story-likes-link:hover {
  color: #dd191d;
  text-decoration: none;
}

#newsfeed .map-content {
  width: 100%;
  height: 200px;
}

#newsfeed .story-images .story-image-link {
  display: block;
  width: 50%;
  float: left;
  padding-right: 2px;
}

@media (max-width: 767px) {
  #newsfeed .story-images .story-image-link {
    width: 50%;
  }
}

#newsfeed .story-images .story-image-link-small {
  width: 25%;
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  #newsfeed .story-images .story-image-link-small {
    width: 50%;
  }
}

.widget-users {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .widget-users {
    padding: 0 10px;
  }
}

.conversation-wrapper {
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .conversation-wrapper {
    padding: 10px 5px;
  }
}

/* CONVERSATION */

.conversation-wrapper .conversation-inner {
  padding: 0 0 5px 0;
  margin-right: 10px;
}

.conversation-wrapper .conversation-user {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-top: 6px;
}

.conversation-wrapper .conversation-item {
  padding: 5px 0;
  position: relative;
}

.conversation-wrapper .conversation-item.item-right .conversation-body {
  background: #dceffc;
}

.conversation-wrapper .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #dceffc;
  left: auto;
  right: -12px;
}

.conversation-wrapper .conversation-item.item-right .conversation-user {
  float: right;
}

.conversation-wrapper .conversation-item.item-right .conversation-body {
  margin-left: 0;
  margin-right: 60px;
}

.conversation-wrapper .conversation-body {
  background: #f5f5f5;
  font-size: 0.875em;
  width: auto;
  margin-left: 60px;
  padding: 8px 10px;
  position: relative;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.conversation-wrapper .conversation-body:before {
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  cursor: pointer;
  left: -12px;
  position: absolute;
  top: 25px;
}

.conversation-wrapper .conversation-body>.name {
  font-weight: 600;
  font-size: 1.125em;
}

.conversation-wrapper .conversation-body>.time {
  position: absolute;
  font-size: 0.875em;
  right: 10px;
  top: 0;
  margin-top: 10px;
  color: #605f5f;
  font-weight: 300;
}

.conversation-wrapper .conversation-body>.time:before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-top: 4px;
  font-size: 0.875em;
}

.conversation-wrapper .conversation-body>.text {
  padding-top: 6px;
}

.conversation-wrapper .conversation-new-message {
  padding-top: 10px;
}

/* RECENT - USERS */

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

.widget-users li {
  border-bottom: 2px solid #ebebeb;
  padding: 15px 0;
  height: 96px;
}

.widget-users li>.img {
  float: left;
  margin-top: 8px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.widget-users li>.details {
  margin-left: 60px;
}

.widget-users li>.details>.name {
  font-weight: 600;
}

.widget-users li>.details>.name>a {
  color: #212121;
}

.widget-users li>.details>.name>a:hover {
  color: #03a9f4;
}

.widget-users li>.details>.time {
  color: #03a9f4;
  font-size: 0.75em;
  padding-bottom: 7px;
}

.widget-users li>.details>.time.online {
  color: #8bc34a;
}

/* INFOGRAPHIC BOX */

.infographic-box {
  padding: 20px;
}

.infographic-box i {
  font-size: 2.4em;
  display: block;
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
}

.infographic-box .headline {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  text-align: right;
}

.infographic-box .headline.black {
  text-align: center;
}


.infographic-box .value {
  font-size: 2.1em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right;
}

.infographic-box.merged {
  border-top: 2px solid #e7ebee;
  border-right: 2px solid #e7ebee;
  width: 50%;
}

@media (max-width: 767px) {
  .infographic-box.merged {
    width: 100%;
    border-right: none;
  }
}

.infographic-box.merged .headline {
  text-align: left;
  font-size: 0.8em;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: 600;
}

.infographic-box.merged .value {
  text-align: left;
  font-size: 1.8em;
  font-weight: 400;
  margin-top: 2px;
}

.infographic-box.merged.merged-top {
  border-top: none;
}

.infographic-box.merged.merged-right {
  border-right: none;
}

@media (max-width: 767px) {
  .infographic-box.merged.merged-top.merged-right {
    border-top: 1px solid #e7ebee;
  }
}

.infographic-box.colored {
  color: #fff;
  border: 0 !important;
}

.infographic-box.colored i {
  font-size: 4.6em;
  margin-left: 7px;
  color: #fff;
}

.infographic-box.colored .headline {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 4px;
}

.infographic-box.colored-black i {
  font-size: 4.6em;
  margin-left: 0px;
  color: #fff;
}


.infographic-box.colored-black .headline {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
}

.infographic-box.colored-black i {
  font-size: 4.6em;
  margin-left: 7px;
  color: #4a0d8f;
}



/* RECENT - PRODUCTS */

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

.widget-products li {
  border-bottom: 2px solid #ebebeb;
}

.widget-products li>a {
  height: 88px;
  display: block;
  width: 100%;
  color: #212121;
  padding: 3px 10px;
  position: relative;
  transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

@media only screen and (max-width: 440px) {
  .widget-products li>a {
    height: auto;
    padding-bottom: 10px;
  }
}

.widget-products li>a:hover {
  color: #212121;
  text-decoration: none;
  background-color: #f6f6f6;
}

.widget-products li>a:after {
  content: "\f138";
  font-family: FontAwesome;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  margin-top: 32px;
  position: absolute;
  right: 10px;
  text-decoration: inherit;
  top: 0;
  color: #cccccc;
  font-size: 1.3em;
}

@media only screen and (max-width: 440px) {
  .widget-products li>a:after {
    display: none;
  }
}

.widget-products li .img {
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  height: 68px;
  overflow: hidden;
  margin-top: 7px;
}

.widget-products li .product {
  display: block;
  margin-left: 90px;
  margin-top: 19px;
}

.widget-products li .product>.name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px;
}

.widget-products li .product>.price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}

@media only screen and (max-width: 440px) {
  .widget-products li .product>.price {
    width: 100%;
  }
}

.widget-products li .product>.price>i {
  color: #8bc34a;
}

.widget-products li .product>.warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: 0.875em;
}

@media only screen and (max-width: 440px) {
  .widget-products li .product>.warranty {
    clear: both;
    width: 100%;
  }
}

.widget-products li .product>.warranty>i {
  color: #ffc107;
}

/* RECENT - TODO */

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

.widget-todo>li {
  border-bottom: 2px solid #ebebeb;
  padding: 10px 5px;
}

.widget-todo>li:hover {
  background-color: #f8f8f8;
}

.widget-todo>li input:checked+label {
  text-decoration: line-through;
}

.widget-todo .name {
  float: left;
}

.widget-todo .name span.label {
  margin-left: 5px;
}

.widget-todo .actions {
  float: right;
  padding-right: 5px;
  padding-top: 2px;
}

.widget-todo .actions>a {
  margin: 0 2px;
  color: #707070;
}

.widget-todo .actions>a.badge {
  color: #fff;
}

.widget-todo .actions>a:hover {
  text-decoration: none;
  color: #03a9f4;
}

.widget-todo .actions>a.badge:hover {
  background-color: #fff;
}

.widget-todo .actions>a>i {
  font-size: 1.125em;
}

.xs-graph .graph-label {
  font-size: 0.875em;
  padding-bottom: 5px;
  color: #616161;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3px;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 1;
}

#flot-tooltip {
  position: absolute;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  padding: 6px;
  text-align: center;
}

#flot-tooltip span {
  display: block;
}

#flot-tooltip b {
  font-weight: bold;
  margin: 0.25em 0;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

#flot-tooltip i {
  margin: 0.1em 0;
  white-space: nowrap;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
}

.legend .legendColorBox>div {
  margin-right: 7px;
  border: none !important;
}

.graph-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.graph-stats li {
  padding: 0;
}

.graph-stats li .title {
  color: #3b3b3b;
  margin-top: 12px;
  font-size: 0.875em;
}

.graph-stats li .value {
  color: #3b3b3b;
  font-size: 1.6em;
  font-weight: 300;
}

.graph-stats li .value>.fa {
  font-size: 0.6em;
}

.graph-stats li .value .tooltip {
  font-weight: 400;
}

.graph-stats li .progress {
  height: 5px;
}

/* GRAPH BOX */

.graph-box {
  padding: 15px 15px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.graph-box h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 10px;
}

.graph-box .graph .morris-hover.morris-default-style {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #999;
}

.graph-nice-legend {
  padding-left: 15px;
  padding-top: 65px;
}

@media (max-width: 1199px) {
  .graph-nice-legend {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .graph-nice-legend {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}

.graph-nice-legend .graph-legend-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.graph-nice-legend .graph-legend-name {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
}

.graph-nice-legend .graph-legend-value {
  display: block;
  font-size: 2.1em;
  font-weight: 600;
  /* color: $primary-color; */
}

@media (max-width: 991px) {
  .graph-nice-legend .graph-legend-row-inner {
    padding: 0 20px;
  }
}

/* SMALL GRAPH BOX */

.small-graph-box {
  padding: 20px;
  color: #fff;
  border: 0 !important;
}

.small-graph-box .headline {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  margin-top: -5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.small-graph-box .value {
  display: block;
  font-size: 1.9em;
  font-weight: 600;
  margin-top: -5px;
}

.small-graph-box .progress {
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.small-graph-box .progress .progress-bar {
  background-color: #fff;
}

.small-graph-box .subinfo {
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}

.small-graph-box .subinfo i {
  font-size: 1.2em;
}

/* CHART SMALL */

.dashboard-stats {
  margin: 20px -20px -20px;
}

@media (max-width: 419px) {
  .dashboard-stats {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -12px;
  }
}

.chart-small {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  outline: none;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #212121;
  transition: background-color 0.1s ease-in-out 0s;
}

.chart-small:last-child, .chart-small.last {
  border-right: 0;
}

@media (max-width: 767px) {
  .chart-small:nth-child(2) {
    border-right: 0;
  }
}

.chart-small:hover {
  background-color: #f9f9f9;
  text-decoration: none;
  color: #212121;
}

.chart-small .headline {
  font-weight: 600;
  font-size: 0.75em;
  padding: 0 20px;
  margin-bottom: -5px;
}

.chart-small .value {
  font-weight: 600;
  font-size: 1.9em;
  padding: 0 20px;
}

@media (max-width: 419px) {
  .chart-small .value {
    font-size: 1.6em;
  }
}

.chart-small-content {
  max-height: 100px;
  height: 50px;
  padding: 0px;
  margin: 20px 20px 0;
  position: relative;
}

/* SOCIAL BOX */

.social-box-wrapper {
  box-shadow: 1px 1px 2px 0 #cccccc;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-bottom: 16px;
  overflow: hidden;
}

.social-box {
  color: #fff;
  padding: 15px;
  font-weight: 300;
  transition: background-color 0.15s ease-in-out 0s;
}

.social-box .social-count {
  float: left;
  display: block;
  font-size: 1.8em;
  font-weight: 400;
}

.social-box .social-action {
  float: left;
  display: block;
  font-size: 1.2em;
  margin-left: 5px;
  margin-top: 9px;
}

.social-box .social-name {
  display: block;
  font-size: 0.875em;
  padding-top: 4px;
}

.social-box>i {
  font-size: 3.4em;
  text-align: right;
  display: block;
}

.social-box.facebook {
  background: #3b5998;
}

.social-box.facebook:hover {
  background-color: #2f477b;
}

.social-box.twitter {
  background: #55acee;
}

.social-box.twitter:hover {
  background-color: #4091ce;
}

.social-box.google {
  background: #dd4b39;
}

.social-box.google:hover {
  background-color: #c43a2a;
}

/* PROFILE BOX */

.profile-box .main-box-body {
  padding: 0;
}

.profile-box .profile-box-header {
  padding: 30px 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box .profile-img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 130px;
  height: 130px;
  border: 5px solid #fff;
}

.profile-box h2 {
  padding: 10px 0 0;
  margin: 0;
  font-weight: 600;
}

.profile-box .job-position {
  font-weight: 400;
  color: #fff;
  font-size: 0.875em;
}

.profile-box .profile-box-footer {
  background: #03a9f4;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box .profile-box-footer a {
  display: block;
  background: #03a9f4;
  width: 33%;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
}

.profile-box .profile-box-footer a:first-child {
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box .profile-box-footer a:last-child {
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box .profile-box-footer a:hover {
  text-decoration: none;
  color: #fff;
}

.profile-box .profile-box-footer .value {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
}

.profile-box .profile-box-footer .label {
  display: block;
  font-size: 0.875em;
  font-weight: 600;
}

.profile-box-menu .main-box-body {
  padding: 0;
}

.profile-box-menu .profile-box-header {
  padding: 30px 20px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-box-menu .profile-img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 15px;
  border: 5px solid #fff;
}

.profile-box-menu h2 {
  padding: 20px 0 3px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1.1;
}

.profile-box-menu .job-position {
  font-weight: 600;
  font-size: 0.875em;
}

.profile-box-menu .profile-box-content .menu-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-box-menu .profile-box-content .menu-items li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #e7ebee;
  padding: 0 20px;
  font-size: 0.875em;
  transition: background-color 0.15s ease-in-out 0s;
  color: #212121;
}

.profile-box-menu .profile-box-content .menu-items li a:hover {
  background-color: #e7ebee;
  text-decoration: none;
}

.profile-box-menu .profile-box-content .menu-items li a i {
  width: 24px;
}

.profile-box-menu .profile-box-content .menu-items li a span.label {
  margin-top: 10px;
}

.profile-box-menu .profile-box-content .menu-items li:last-child a {
  border-bottom: none;
}

.profile-box-stats .main-box-body {
  padding: 0;
}

.profile-box-stats .profile-box-header {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 30px 20px 70px;
  color: #fff;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-box-stats .profile-img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 5px solid #fff;
  bottom: -45px;
  float: left;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  width: 90px;
}

.profile-box-stats h2 {
  padding: 0 0 8px;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.5em;
}

.profile-box-stats .job-position {
  font-weight: 600;
  font-size: 0.875em;
}

.profile-box-stats .profile-box-footer {
  padding-top: 50px;
  padding-bottom: 15px;
}

.profile-box-stats .profile-box-footer a {
  display: block;
  width: 33%;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 15px 10px;
  color: #212121;
}

.profile-box-stats .profile-box-footer a:hover {
  text-decoration: none;
}

.profile-box-stats .profile-box-footer .value {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
}

.profile-box-stats .profile-box-footer .label {
  display: block;
  font-size: 1em;
  font-weight: 300;
  color: #212121;
}

.profile-box-contact .main-box-body {
  padding: 0;
}

.profile-box-contact .profile-box-header {
  padding: 30px 20px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box-contact .profile-box-header-doc {
  padding: 10px 5px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.profile-box-header img, .profile-box-header h2 {
  display: block !important;
}

.profile-box-contact .profile-img {
  border-radius: 18%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 110px;
  height: 110px;
  float: left;
  margin-right: 15px;
  border: 5px solid #fff;
}

.profile-box-contact .doc-img {
  border-radius: 2%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%;
  float: left;
  margin-right: 15px;
  border: 5px solid #fff;
}

.profile-box-contact h2 {
  padding: 8px 0 3px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.1;
}

.profile-box-contact .job-position {
  font-weight: 300;
  font-size: 0.875em;
}

.profile-box-contact .profile-box-footer {
  padding-top: 10px;
  padding-bottom: 15px;
}

.profile-box-contact .profile-box-footer a {
  display: block;
  width: 33%;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 15px 10px;
  color: #212121;
}

.profile-box-contact .profile-box-footer a:hover {
  text-decoration: none;
}

.profile-box-contact .profile-box-footer .value {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
}

.profile-box-contact .profile-box-footer .label {
  display: block;
  font-size: 1em;
  font-weight: 300;
  color: #212121;
}

.profile-box-contact .contact-details {
  padding: 4px 0 0;
  margin: 0;
  list-style: none;
  font-size: 0.875em;
  font-weight: 300;
}

.profile-box-contact .contact-details li i {
  width: 12px;
  text-align: center;
  margin-right: 3px;
}

.weather-box .main-box-body {
  padding: 0;
}

.weather-box .current {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 36px;
}

.weather-box .current .icon {
  display: block;
  float: left;
}

.weather-box .current .temp-wrapper {
  float: left;
  margin-left: 20px;
}

.weather-box .current .temp-wrapper .temperature {
  font-size: 3.6em;
  font-weight: 300;
  margin-top: -5px;
  text-align: left;
}

.weather-box .current .temp-wrapper .desc {
  margin-top: -4px;
  text-align: left;
}

.weather-box .next {
  background: #03a9f4;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  padding: 20px;
}

.weather-box .next ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.weather-box .next ul li {
  float: left;
  width: 20%;
  text-align: center;
}

.weather-box .next .day {
  font-size: 1em;
  text-transform: uppercase;
}

.weather-box .next .icon {
  font-size: 2em;
}

.weather-box .next .temperature {
  font-size: 1.4em;
}

.weather-box-large .main-box-body {
  padding: 0;
}

.weather-box-large .current {
  background: url(../../img/samples/new-york-sunset.jpg) no-repeat;
  background-size: cover;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  min-height: 340px;
  color: #fff;
  padding: 20px 30px;
}

.weather-box-large .current h4 {
  margin-bottom: 30px;
}

.weather-box-large .current .place {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.weather-box-large .current .place>i {
  margin-right: 5px;
}

.weather-box-large .current .temp-out-wrapper {
  margin-top: 20px;
}

.weather-box-large .current .icon {
  display: block;
  float: left;
  font-size: 6em;
}

.weather-box-large .current .temp-wrapper {
  float: left;
  margin-left: 30px;
}

.weather-box-large .current .temp-wrapper .temperature {
  font-size: 3.6em;
  font-weight: 300;
  margin-top: -5px;
  text-align: left;
}

.weather-box-large .current .temp-wrapper .desc {
  margin-top: -4px;
  text-align: left;
  font-weight: 600;
}

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

.feed li {
  border-bottom: 2px solid #ebebeb;
  padding: 15px 0;
  font-size: 0.875em;
  position: relative;
}

.feed li:last-child {
  border-bottom: 0;
}

.feed li .img {
  float: left;
  margin-right: 10px;
}

.feed li .img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.feed li .title {
  padding-right: 55px;
  margin-left: 60px;
}

.feed li .title a {
  font-weight: 600;
}

.feed li .post-time {
  color: #878787;
  padding-top: 4px;
  margin-left: 60px;
}

.feed li .time-ago {
  position: absolute;
  top: 16px;
  right: 0;
  color: #878787;
  font-size: 0.875em;
}

.feed li .photos {
  margin-left: 60px;
  margin-top: 10px;
}

.feed li .photos .item {
  float: left;
  margin-right: 2px;
}

.feed li .photos .item img {
  width: 50px;
  height: 50px;
}

/* PROJECT BOX */

.project-box .main-box-body {
  padding: 0;
}

.project-box .project-box-header {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.project-box .project-box-header .name a {
  color: #fff;
  display: block;
  font-size: 1.4em;
  font-weight: 300;
  padding: 16px 15px;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  transition: background-color 0.1s ease-in-out 0s;
}

.project-box .project-box-header .name a:hover {
  text-decoration: none;
}

.project-box .project-box-header.green-bg .name a:hover {
  background: #689f38;
}

.project-box .project-box-content {
  padding: 30px 20px 5px;
  text-align: center;
}

.project-box .project-box-content .chart {
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 1em;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
  padding-top: 37px;
}

.project-box .project-box-content .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.project-box .project-box-content .chart .percent {
  font-size: 2.1em;
  font-weight: 600;
}

.project-box .project-box-content .chart .lbl {
  display: block;
  font-size: 0.875em;
  margin-top: -7px;
}

.project-box .project-box-footer {
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.project-box .project-box-footer a {
  border-right: 1px solid #eee;
  color: #212121;
  display: block;
  float: left;
  margin: 20px 0;
  padding: 5px 10px;
  text-align: center;
  width: 33.33%;
}

.project-box .project-box-footer a:last-child {
  border: none;
}

.project-box .project-box-footer a:hover {
  text-decoration: none;
}

.project-box .project-box-footer .value {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
}

.project-box .project-box-footer .label {
  display: block;
  font-size: 0.875em;
  font-weight: 300;
  color: #212121;
}

.project-box .project-box-ultrafooter {
  background: #f7fafa;
  border-top: 1px solid #e9eef0;
  padding: 8px 15px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.project-box .project-box-ultrafooter .project-img-owner {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  float: left;
  height: 33px;
  margin-right: 5px;
  overflow: hidden;
  width: 33px;
}

.project-box .project-box-ultrafooter .link {
  margin-top: 6px;
  color: #c1c5c6;
}

.project-box.emerald-box .project-box-footer a:hover {
  color: #03a9f4;
}

.project-box.red-box .project-box-footer a:hover {
  color: #e84e40;
}

.project-box.yellow-box .project-box-footer a:hover {
  color: #ffc107;
}

.project-box.green-box .project-box-footer a:hover {
  color: #8bc34a;
}

.project-box.purple-box .project-box-footer a:hover {
  color: #9c27b0;
}

.project-box.gray-box .project-box-footer a:hover {
  color: #90a4ae;
}

/* SEARCH */

#search-results {
  padding: 0;
  margin: 23px 0 0;
  list-style: none;
}

#search-results li {
  margin-bottom: 25px;
}

#search-results li h3.title {
  border: 0 none;
  font-weight: 600;
  margin: 0 0 3px;
  padding: 0;
  font-size: 1.3em;
}

#search-results li .meta-info {
  margin-left: 83px;
}

@media (max-width: 767px) {
  #search-results li .meta-info {
    margin-left: 0;
  }
}

#search-results li .search-img {
  margin-right: 8px;
  margin-top: 4px;
  float: left;
}

#search-results li .link-title {
  color: #006611;
  font-size: 0.875em;
  overflow: hidden;
}

#search-results li .desc {
  font-size: 0.875em;
  margin-top: 3px;
  max-width: 750px;
}

#search-form .input-group-btn button {
  height: 46px;
  font-size: 16px;
}

#search-form .input-group-btn button>i {
  margin-right: 3px;
}

#search-form .input-group .form-control {
  font-size: 16px;
}

/* TIMELINE GRID STYLE */

#timeline-grid {
  position: relative;
}

#timeline-grid .item {
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 1px 1px 2px 0 #CCCCCC;
  overflow: hidden;
  background: #fff;
}

#timeline-grid .item a {
  text-decoration: none;
}

#timeline-grid .item a:hover {
  text-decoration: underline;
}

#timeline-grid .item img {
  width: 100%;
}

#timeline-grid .item .text {
  display: block;
}

#timeline-grid .item .time, #timeline-grid .tweet .user {
  font-style: italic;
  color: #666666;
}

#timeline-grid .tweet-wrapper {
  padding: 10px;
  line-height: 16px;
  font-size: 0.875em;
  line-height: 1.4;
}

/* ERROR PAGE */

#error-page {
  background-color: #eeeeee;
}

#error-box {
  min-width: 280px;
  text-align: center;
  margin: 40px auto 20px;
}

#error-box h1 {
  margin-top: 40px;
  color: #605f5f;
  padding: 0;
}

#error-box p {
  margin: 20px 0;
}

/* PACE PRELOADER */

.pace .pace-progress {
  background: #03a9f4;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.daterange-filter {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  padding: 5px 10px;
}

.main-box-header .daterange-filter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.filter-block {
  margin-top: 7px;
}

@media only screen and (max-width: 440px) {
  .filter-block {
    float: none !important;
    clear: both;
  }
}

.filter-block .form-group {
  margin-right: 10px;
  position: relative;
}

@media only screen and (max-width: 440px) {
  .filter-block .form-group {
    float: none !important;
    margin-right: 0;
  }
}

.filter-block .form-group .form-control {
  height: 34px;
}

.filter-block .form-group .search-icon {
  position: absolute;
  color: #707070;
  right: 8px;
  top: 11px;
}

.filter-block .btn {
  margin-left: 5px;
}

@media only screen and (max-width: 440px) {
  .filter-block .btn {
    display: block;
    float: none !important;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 440px) {
  #reportrange {
    clear: both;
    float: none !important;
    margin-bottom: 15px;
  }
}

.the-icons {
  font-size: 0.875em;
  line-height: 2;
}

.the-icons .glyphicon {
  width: 30px;
  text-align: center;
}

.tabs-wrapper .nav-tabs {
  margin-bottom: 15px;
}

.tabs-wrapper .tab-content {
  margin-bottom: 20px;
  padding: 0 10px;
}

.dropdown-example ul.dropdown-menu {
  display: block;
}

svg {
  width: 100% !important;
}

.top-page-ui {
  margin-top: -10px;
}

/* EMAILS */

#content-wrapper.email-inbox-wrapper {
  background-color: #fff;
  min-height: inherit;
  padding: 0 15px;
}

@media (max-width: 767px) {
  #content-wrapper.email-inbox-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 419px) {
  #content-wrapper.email-inbox-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#email-box {
  background: #fff;
  margin: 0 -15px;
  padding: 15px 15px 0;
}

@media (max-width: 767px) {
  #email-box {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 419px) {
  #email-box {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#email-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#email-header {
  padding-bottom: 10px;
}

#email-header-title {
  font-size: 1.8em;
  font-weight: 300;
  position: absolute;
  width: 200px;
}

#email-header-tools {
  margin-left: 215px;
  position: relative;
  float: left;
}

@media (max-width: 991px) {
  #email-header-tools {
    margin-left: 0;
  }
}

#email-header-pagination .pagination {
  padding: 0;
  margin: 0;
}

#email-header-pagination .num-items {
  margin-right: 10px;
  margin-top: 9px;
  font-size: 0.875em;
}

#email-navigation {
  width: 200px;
  position: absolute;
}

#email-navigation .email-compose-btn {
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 0.875em;
  font-weight: 600;
}

#email-navigation .email-compose-btn>i {
  margin-right: 3px;
}

#email-nav-items {
  margin: 15px 0 5px;
}

#email-nav-items li {
  border-left: 3px solid #fff;
}

#email-nav-items li a {
  color: #212121;
  font-size: 0.875em;
  display: block;
  padding: 8px 5px 8px 0;
}

#email-nav-items li a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  color: #212121;
}

#email-nav-items li a:hover {
  color: #03a9f4;
  text-decoration: none;
}

#email-nav-items li.active {
  background: none repeat scroll 0 0 #e7ebee;
  border-left-color: #03a9f4;
  font-weight: 700;
}

#email-nav-items li.active a {
  color: #03a9f4;
}

#email-nav-labels-wrapper {
  padding: 20px 0 10px;
}

#email-nav-labels-wrapper .email-nav-headline {
  color: #777;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

#email-nav-labels {
  padding: 5px 0 0;
}

#email-nav-labels li a {
  color: #212121;
  font-size: 0.875em;
  display: block;
  padding: 8px 5px 8px 0;
}

#email-nav-labels li a:hover {
  color: #03a9f4;
  text-decoration: none;
}

#email-nav-labels li a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
}

#email-content {
  position: relative;
  margin-left: 215px;
}

@media (max-width: 991px) {
  #email-content {
    margin-left: 0;
    margin-bottom: 35px;
    height: auto !important;
  }
}

#email-list {
  padding: 10px 0 1px;
}

#email-list li {
  background-color: #f3f7fa;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding-left: 250px;
  padding-right: 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e7ebee;
}

@media (max-width: 767px) {
  #email-list li {
    height: auto;
    padding-left: 45px;
    line-height: 1.5;
    min-height: 46px;
  }
}

#email-list li:first-child {
  border-top: 1px solid #d3d9dd;
}

#email-list li.unread {
  background-color: #fff;
}

#email-list li.unread .name, #email-list li.unread .message .subject {
  font-weight: 700;
}

#email-list li.unread .meta-info {
  background-color: #fff;
}

#email-list li .chbox {
  height: 24px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 24px;
}

@media (max-width: 767px) {
  #email-list li .chbox {
    top: 50%;
    margin-top: -12px;
  }
}

#email-list li .image-source {
  left: 43px;
  position: absolute;
  top: 0px;
}

#email-list li .star {
  left: 38px;
  position: absolute;
  top: 11px;
}

@media (max-width: 767px) {
  #email-list li .star {
    display: none;
  }
}

#email-list li .star a:before {
  color: #ffc107;
  content: "\f006";
  display: block;
  font-family: FontAwesome;
  font-size: 1.25em;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  width: 24px;
}

#email-list li .star a:hover {
  text-decoration: none;
}

#email-list li .star a:hover:before {
  color: #ffa000;
}

#email-list li .star a.starred:before {
  content: "\f005";
}

#email-list li .name {
  font-size: 0.875em;
  left: 70px;
  position: absolute;
  width: 170px;
}

@media (max-width: 767px) {
  #email-list li .name {
    left: 45px;
    line-height: 1.5;
    padding-top: 8px;
  }
}

#email-list li .message {
  font-size: 0.875em;
}

@media (max-width: 767px) {
  #email-list li .message {
    margin-top: 24px;
    padding-bottom: 8px;
  }
}

#email-list li .message>.label {
  margin-right: 2px;
}

@media (max-width: 767px) {
  #email-list li .message>.label {
    display: none;
  }
}

#email-list li .message>.body {
  color: #777;
  font-weight: 400;
}

#email-list li .meta-info {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f3f7fa;
}

@media (max-width: 767px) {
  #email-list li .meta-info {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#email-list li .meta-info .attachment {
  color: #212121;
  display: inline-block;
  font-size: 1.125em;
  margin-right: 5px;
}

@media (max-width: 767px) {
  #email-list li .meta-info .attachment {
    display: none;
  }
}

#email-list li .meta-info .date {
  display: inline-block;
  font-size: 0.875em;
  text-align: right;
  width: 120px;
}

@media (max-width: 767px) {
  #email-list li .meta-info .date {
    width: 110px;
    margin-top: 8px;
  }
}

#email-list li:hover, #email-list li:hover .meta-info {
  cursor: pointer;
  background-color: #eff3f6;
}

#email-header-mobile {
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}

#email-header-mobile #email-header-title-mobile {
  font-size: 1.4em;
  font-weight: 300;
}

#email-detail {
  position: relative;
  margin-left: 215px;
}

@media (max-width: 991px) {
  #email-detail {
    margin-left: 0;
    margin-bottom: 35px;
  }
}

#email-detail-subject, #email-new-title {
  border-bottom: 1px solid #e7ebee;
  border-top: 1px solid #e7ebee;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5px;
  padding: 15px 0;
}

#email-new-title {
  margin-bottom: 20px;
}

#email-detail-subject .subject, #email-new-title .subject {
  display: block;
  float: left;
  font-size: 1.5em;
  margin-right: 10px;
}

#email-detail-subject .label {
  display: inline-block;
  float: left;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#email-detail-sender {
  border-bottom: 1px solid #e7ebee;
  height: 70px;
  padding: 10px 0 10px 60px;
  position: relative;
}

@media (max-width: 767px) {
  #email-detail-sender {
    padding-left: 0;
  }
}

#email-detail-sender .picture {
  left: 0;
  position: absolute;
  top: 10px;
}

#email-detail-sender .picture img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 50px;
}

#email-detail-sender .users {
  padding-top: 6px;
}

#email-detail-sender .users .from .name {
  float: left;
  font-weight: 700;
  margin-right: 5px;
}

#email-detail-sender .users .from .email {
  float: left;
}

#email-detail-sender .users .to {
  color: #777;
}

#email-detail-sender .tools {
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: 50%;
}

#email-detail-sender .tools .date {
  color: #777;
  float: left;
  font-size: 0.875em;
  line-height: 36px;
  margin-right: 10px;
}

#email-detail-sender .tools .btns {
  float: right;
}

#email-detail-sender .tools .btns .dropdown-menu {
  left: auto;
  right: 0;
}

#email-body {
  padding: 18px 30px 18px 0;
}

#email-body p {
  margin: 0 0 10px;
}

#email-body p:last-child {
  margin-bottom: 0;
}

#email-body ul, #email-body ol {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 10px;
}

#email-body ul li, #email-body ol li {
  padding: 2px 0;
  line-height: 1.4;
}

#email-body h1 {
  padding-left: 0;
  margin-bottom: 15px;
  margin-top: 25px;
}

#email-body h2 {
  margin-top: 20px;
  padding: 0;
}

#email-body h3 {
  border: none;
  padding-left: 0;
  margin-top: 15px;
}

#email-detail-attachments {
  border-top: 1px solid #e7ebee;
  padding: 18px 0;
}

#email-detail-attachments #email-attachments-header .headline {
  float: left;
  font-size: 0.875em;
}

#email-detail-attachments #email-attachments-header .headline>span {
  font-weight: 600;
}

#email-detail-attachments #email-attachments-header .headline>b {
  font-weight: 600;
}

#email-detail-attachments #email-attachments-header .tools {
  float: left;
  font-size: 0.875em;
  margin-left: 3px;
}

#email-detail-attachments #email-attachments-content ul li {
  background: none repeat scroll 0 0 #e7ebee;
  border: 1px solid #e7ebee;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  float: left;
  font-size: 0.875em;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  padding: 0;
}

#email-detail-attachments #email-attachments-content ul li .img {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 87px;
  overflow: hidden;
  width: 130px;
  text-align: center;
}

#email-detail-attachments #email-attachments-content ul li .img img {
  width: 100%;
}

#email-detail-attachments #email-attachments-content ul li .img>i {
  font-size: 5.7em;
  padding: 10px 0;
}

#email-detail-attachments #email-attachments-content ul li .name {
  display: block;
  padding: 4px 6px;
}

#email-detail-attachments #email-attachments-content ul li>a {
  display: block;
  padding: 0 6px 5px;
}

#email-new {
  position: relative;
  margin-left: 215px;
}

@media (max-width: 991px) {
  #email-new {
    margin-left: 0;
    margin-bottom: 55px;
  }
}

#email-new-header .form-group label, #email-new-body label {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 9px;
  text-align: right;
}

@media (max-width: 767px) {
  #email-new-header .form-group label, #email-new-body label {
    padding-bottom: 4px;
  }
}

#email-new-body label {
  text-align: left;
  padding-left: 5px;
}

#email-new-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

#email-new .form-control-s2 {
  width: 100%;
}

#email-new .wysiwyg-editor {
  max-height: 220px;
  height: 220px;
}

#email-new .select2-container.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

/* CONFIG TOOLS */

#config-tool {
  position: fixed;
  right: 0;
  top: 120px;
  width: 200px;
  z-index: 1000;
  transition: all 0.2s ease-in-out 0s;
}

#config-tool #config-tool-cog {
  background: #fff;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  left: -50px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
  transition: all 0.1s ease-in-out 0s;
  top: 0;
}

#config-tool.closed #config-tool-cog i {
  /* -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); */
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}

#config-tool.closed #config-tool-cog:hover {
  background-color: #03a9f4;
  color: #fff;
}

#config-tool #config-tool-cog i {
  font-size: 2.2em;
  /* -webkit-transition: -webkit-transform 1.1s ease-in-out 0.1s;
  -moz-transition: -moz-transform 1.1s ease-in-out 0.1s;
  transition: transform 1.1s ease-in-out 0.1s;
  -webkit-animation: rotating 2s linear infinite; */
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#config-tool #config-tool-options {
  background: #fff;
  box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

#config-tool #config-tool-options h4 {
  margin: 0;
  font-size: 1.3em;
}

#config-tool #config-tool-options ul {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}

#config-tool #config-tool-options ul li {
  padding: 4px 0;
}

#config-tool #config-tool-options ul li .checkbox {
  margin: 0;
}

#config-tool.closed {
  right: -200px;
}

#config-tool.opened {
  right: 0;
}

#config-tool #skin-colors li {
  display: block;
  float: left;
  padding: 3px !important;
}

#config-tool #skin-colors li a.skin-changer {
  background: #03a9f4;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

#config-tool #skin-colors li:nth-child(5) {
  clear: left;
}

#config-tool #skin-colors li a.skin-changer.active {
  border: 2px solid #ff0000;
}

/* RTL support */

.rtl #content-wrapper {
  margin-left: 0;
  margin-right: 220px;
}

.rtl .nav-small #content-wrapper {
  margin-right: 64px;
}

.rtl .pull-left {
  float: right !important;
}

.rtl .pull-right {
  float: left !important;
}

.rtl .nav>li {
  float: right;
}

.rtl #sidebar-nav .nav>li {
  float: none;
}

.rtl #sidebar-nav .nav>li>a {
  border-left: none;
  padding-left: 15px;
  padding-right: 20px;
}

.rtl #sidebar-nav .nav>li>a:hover {
  border-left-color: transparent;
  border-right-color: #03a9f4;
}

.rtl .nav-pills>li.active>a, .rtl .nav-pills>li.active>a:hover, .rtl .nav-pills>li.active>a:focus, .rtl #sidebar-nav .nav-pills>li.active>a, .rtl #sidebar-nav .nav-pills>li.active>a:hover, .rtl #sidebar-nav .nav-pills>li.active>a:focus, .rtl .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a {
  border-left-color: transparent;
  border-right-color: #03a9f4;
}

.rtl #sidebar-nav .nav>li>a>span {
  margin-left: 0;
  margin-right: 35px;
}

.rtl #sidebar-nav .nav>li>a>span.label {
  margin-right: 0;
}

.rtl #sidebar-nav .nav li>a.dropdown-toggle>.drop-icon {
  left: 25px;
  right: auto;
}

.rtl #sidebar-nav .nav li .submenu>li>a {
  padding-left: 0;
  padding-right: 66px;
}

.rtl #sidebar-nav .nav>.open>.submenu>li>.submenu a:before {
  margin-right: -10px;
  margin-left: 0;
}

.rtl .navbar>.container .navbar-brand {
  margin-right: -8px;
  margin-left: 0;
}

.rtl #user-left-box img {
  float: right;
}

.rtl #user-left-box .user-box {
  padding-left: 0;
  padding-right: 15px;
  float: right;
}

.rtl .nav-small #nav-col #sidebar-nav .nav li .submenu {
  right: 64px;
  left: auto;
}

.rtl .messages-list .item>a>.content {
  padding-left: 0;
  padding-right: 50px;
}

.rtl .notifications-list .item a .time {
  left: 13px;
  right: auto;
}

.rtl .notifications-list .item a .time i {
  margin-left: 3px;
  margin-right: 0;
}

.rtl .dropdown-menu>li>a {
  padding-right: 35px;
  padding-left: 25px;
}

.rtl .dropdown-menu>li>a>i {
  margin-right: -18px;
  margin-left: 0;
}

.rtl .mobile-search>a.btn {
  float: left;
}

.rtl .mobile-search.active .drowdown-search {
  right: 0;
  left: auto;
}

.rtl .drowdown-search {
  right: 168px;
  left: 0;
}

.rtl .navbar-nav {
  margin-left: 0;
}

.rtl #logo.navbar-brand>img {
  float: right;
  padding-left: 4px;
  padding-right: 0;
}

.rtl .infographic-box i {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.rtl .infographic-box .headline {
  text-align: left;
}

.rtl .infographic-box .value {
  text-align: left;
}

.rtl .social-box>i {
  text-align: left;
}

.rtl .social-box .social-count {
  float: right;
}

.rtl .social-box .social-action {
  margin-left: 0;
  margin-right: 5px;
  float: right;
}

.rtl .breadcrumb>li+li:before {
  display: none;
}

.rtl .breadcrumb>li+li:after {
  color: #262626;
  font-family: FontAwesome;
  content: "\f104";
}

.rtl .breadcrumb>li {
  margin-left: 0;
  margin-right: 8px;
}

.rtl .breadcrumb>li span {
  padding-left: 0;
  padding-right: 8px;
}

.rtl .breadcrumb>li:first-child {
  margin-right: 0;
}

.rtl h1 {
  padding-left: 0;
  padding-right: 14px;
}

.rtl .graph-box {
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.rtl .filter-block .form-group {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .filter-block .btn {
  margin-right: 5px;
  margin-left: 0;
}

.rtl .filter-block .form-group .search-icon {
  left: 8px;
  right: auto;
}

.rtl .widget-users li>.img, .rtl .widget-products li .img, .rtl .widget-todo .name {
  float: right;
}

.rtl .widget-users li>.details {
  margin-right: 60px;
  margin-left: 0;
}

.rtl .widget-products li .product {
  margin-right: 90px;
  margin-left: 0;
}

.rtl .widget-products li>a:after {
  left: 10px;
  right: auto;
  content: "\f137";
}

.rtl .widget-todo .actions {
  float: left;
  padding-right: 0;
  padding-left: 5px;
}

.rtl .checkbox-nice {
  padding-right: 15px;
  padding-left: 0;
}

.rtl .checkbox-nice label:after {
  right: 6px;
  left: auto;
}

.rtl .checkbox-nice label:before {
  right: 1px;
  left: auto;
}

.rtl .conversation-user {
  float: right;
}

.rtl .conversation-body:before {
  right: -12px;
  left: auto;
  border-color: transparent transparent transparent #f5f5f5;
}

.rtl .conversation-body {
  margin-left: 0;
  margin-right: 60px;
}

.rtl .conversation-body>.time {
  left: 10px;
  right: auto;
}

.rtl .conversation-item.item-right .conversation-user {
  float: left;
}

.rtl .conversation-item.item-right .conversation-body:before {
  border-color: transparent #dceffc transparent transparent;
  right: auto;
  left: -12px;
}

.rtl .conversation-item.item-right .conversation-body {
  margin-right: 0;
  margin-left: 60px;
}

.rtl #config-tool {
  left: 0;
  right: auto;
}

.rtl #config-tool.closed {
  left: -200px;
}

.rtl #config-tool #config-tool-cog {
  left: auto;
  right: -50px;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.1);
}

.rtl .user-list tbody td>img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.rtl #email-content, .rtl #email-detail, .rtl #email-new {
  margin-left: 0;
  margin-right: 215px;
}

.rtl #email-header-tools {
  margin-left: 0;
  margin-right: 215px;
  float: right;
}

.rtl #email-header-pagination .num-items {
  margin-left: 10px;
  margin-right: 0;
}

.rtl #email-list li {
  padding-left: 10px;
  padding-right: 250px;
}

.rtl #email-list li .chbox {
  right: 10px;
  left: auto;
}

.rtl #email-list li .star {
  right: 38px;
  left: auto;
}

.rtl #email-list li .name {
  right: 70px;
  left: auto;
}

.rtl #email-list li .meta-info {
  left: 0;
  right: auto;
}

.rtl #email-list li .meta-info .attachment {
  margin-left: 5px;
  margin-right: 0;
}

.rtl #email-nav-items li.active {
  border-right-color: #03a9f4;
}

.rtl #email-nav-items li {
  border-left-width: 0;
  border-right: 3px solid #fff;
}

.rtl #email-nav-items li a, .rtl #email-nav-labels li a {
  padding-left: 5px;
  padding-right: 0;
}

.rtl #email-nav-items li a i, .rtl #email-nav-labels li a i {
  margin-left: 5px;
  margin-right: 0;
}

.rtl #email-detail-subject .subject, .rtl #email-new-title .subject {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.rtl #email-detail-subject .label {
  float: right;
}

.rtl #email-detail-sender .picture {
  left: auto;
  right: 0;
}

.rtl #email-detail-sender .tools {
  left: 0;
  right: auto;
}

.rtl #email-detail-sender .users .from .name, .rtl #email-detail-sender .users .from .email {
  float: right;
}

.rtl #email-detail-sender {
  padding-right: 60px;
  padding-left: 0;
}

.rtl #email-detail-attachments #email-attachments-header .headline {
  float: right;
}

.rtl #email-detail-attachments #email-attachments-header .tools {
  float: right;
  margin-left: 0;
  margin-right: 3px;
}

.rtl #email-detail-attachments #email-attachments-content ul li {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.rtl #email-body {
  padding-right: 0;
  padding-left: 30px;
}

.rtl #email-new-header .form-group label, .rtl #email-new-body label {
  text-align: left;
}

.rtl .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}

.rtl .select2-container-multi .select2-choices .select2-search-choice {
  padding-left: 5px;
  padding-right: 18px;
}

.rtl .select2-container-multi .select2-choices li {
  float: right;
}

.rtl #email-navigation .email-compose-btn>i {
  margin-left: 3px;
  margin-right: 0;
}

.rtl .dygraph canvas {
  right: 0;
}

.rtl .profile-box-menu .profile-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

.rtl .mfp-image-holder .mfp-close, .rtl .mfp-iframe-holder .mfp-close {
  left: -6px;
  padding-left: 6px;
  text-align: left;
}

.rtl .mfp-counter {
  left: 0;
  right: auto;
}

.rtl .pricing-package .package-features li {
  padding-right: 25px;
  padding-left: 0;
}

.rtl .pricing-package .package-features li.has-feature:before, .rtl .pricing-package .package-features li.has-nofeature:before {
  right: 0;
  left: auto;
}

.rtl .pricing-package .package-footer .btn>span {
  padding-left: 6px;
  padding-right: 0;
}

.rtl .project-box .project-box-ultrafooter .project-img-owner {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.rtl .profile-box-contact .profile-img {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}

.rtl .main-box {
  box-shadow: -1px 1px 2px 0 #cccccc;
}

.rtl .nav-tabs>li>a {
  margin-right: 0;
  margin-left: 3px;
}

.rtl #newsfeed .story-content {
  padding-left: 0;
  padding-right: 100px;
}

.rtl #newsfeed .story-content .story-header .story-time {
  left: 0;
  right: auto;
}

.rtl #newsfeed .story-content .story-footer .story-comments-link {
  margin-left: 10px;
  margin-right: 0;
}

.rtl #user-profile h2 {
  padding-right: 0;
  padding-left: 15px;
}

.rtl #user-profile .profile-details ul {
  margin-left: 0;
  margin-right: 40px;
}

.rtl #user-profile .profile-details ul>li>i {
  right: -2.14286em;
  left: auto;
}

.rtl #search-results li .search-img {
  margin-right: 0;
  margin-left: 8px;
  float: right;
}

.rtl #invoice-companies .invoice-box {
  border-left: 1px solid #e7ebee;
  border-right: 0;
}

.rtl #invoice-companies .invoice-box.invoice-box-dates {
  border-left: 0;
}

.rtl #invoice-companies .invoice-icon {
  margin-left: 20px;
  margin-right: 0;
  float: right;
}

.rtl #invoice-companies .invoice-company {
  float: right;
}

.rtl .invoice-box-total .invoice-box-total-label, .rtl .invoice-box-total .invoice-box-total-value {
  text-align: left;
}

.rtl div.hopscotch-bubble {
  direction: ltr;
}

.rtl #login-box #login-forget-link {
  text-align: left;
}

.rtl .input-group-addon:first-child {
  border-right-color: #e7ebee;
}

.rtl blockquote {
  padding-left: 20px;
  padding-right: 40px;
}

.rtl blockquote:before {
  margin-left: 0;
  margin-right: -28px;
}

.rtl .blockquote-reverse, .rtl blockquote.pull-right {
  border-left: 5px solid #03a9f4;
  border-right: none;
  padding-left: 40px;
  padding-right: 20px;
}

.rtl blockquote.pull-right:before {
  left: 50px;
  right: auto;
  margin-right: 0;
}

.rtl .alert {
  border-width: 0 4px 0 0;
  border-style: none solid none none;
}

.rtl .fa-ul {
  margin-left: 0;
  margin-right: 2.14286em;
  padding-right: 0;
}

.rtl .fa-li {
  right: -2.14286em;
  left: auto;
}

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

.rtl .dd-handle .nested-links {
  float: left;
}

.rtl .dd-item>button {
  float: right;
}

.rtl .dd-handle-list {
  left: auto;
  right: 0;
}

.rtl .dd-item-list .dd-handle {
  padding-right: 40px;
  padding-left: 10px;
}

.rtl .dataTables_filter input {
  margin-right: 10px;
}

.rtl .dataTables_length {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

.rtl .DTTT.btn-group {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.rtl .dataTables_filter {
  float: left;
}

.rtl .wizard-modal-header.modal-header h3 {
  padding-left: 0;
  padding-right: 20px;
}

.rtl li.wizard-nav-item {
  float: none;
}

.rtl .wizard-cancel {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .rtl #content-wrapper {
    margin-right: 0 !important;
  }
  .rtl #email-content, .rtl #email-header-tools, .rtl #email-detail, .rtl #email-new {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .rtl #email-list li .name {
    right: 45px;
  }
  .rtl #email-list li {
    padding-right: 45px;
  }
  .rtl #email-new-body label {
    text-align: right;
    padding-right: 5px;
  }
}

.theme-blue #header-navbar {
  background-color: #03a9f4;
}

.theme-blue .navbar>.container .navbar-brand {
  background-color: #03a9f4;
}

.theme-blue #nav-col, .theme-blue #page-wrapper {
  background-color: #4c5763;
}

.theme-blue #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-blue #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-blue #sidebar-nav .nav li .submenu>li.open a, .theme-blue #nav-col-submenu .submenu>li>.submenu, .theme-blue #nav-col-submenu li .submenu>li.open>a {
  background-color: #363e46;
}

.theme-blue #sidebar-nav .nav>.open>.submenu>.open>a, .theme-blue #sidebar-nav .nav>.active>.submenu>.open>a, .theme-blue #sidebar-nav .nav>.active>.submenu>.active>a, .theme-blue #nav-col-submenu>.submenu>.open>a, .theme-blue #nav-col-submenu>.submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 transparent inset;
}

.theme-blue #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-blue #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-blue #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active {
  color: #03a9f4;
}

.theme-blue .nav-pills>li.active>a, .theme-blue .nav-pills>li.active>a:hover, .theme-blue .nav-pills>li.active>a:focus, .theme-blue #sidebar-nav .nav-pills>li.active>a, .theme-blue #sidebar-nav .nav-pills>li.active>a:hover, .theme-blue #sidebar-nav .nav-pills>li.active>a:focus, .theme-blue .nav-pills>li.open>a, .theme-blue .nav-pills>li.open>a:hover, .theme-blue .nav-pills>li.open>a:focus, .theme-blue #sidebar-nav .nav-pills>li.open>a, .theme-blue #sidebar-nav .nav-pills>li.open>a:hover, .theme-blue #sidebar-nav .nav-pills>li.open>a:focus, .theme-blue .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-blue .nav-small #nav-col-submenu .submenu>.open>a, .theme-blue .nav-small #nav-col-submenu .submenu>.active>a, .theme-blue .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: #414a55;
}

.theme-blue #sidebar-nav .nav>li>a:hover {
  background-color: #414a55;
}

.theme-blue #header-navbar .nav>li>a {
  color: #fff;
}

.theme-blue #header-navbar .nav>li>a:hover, .theme-blue #header-navbar .nav>li>a:focus, .theme-blue #header-navbar .nav .open>a, .theme-blue #header-navbar .nav .open>a:hover, .theme-blue #header-navbar .nav .open>a:focus {
  background-color: #2980b9;
}

.theme-blue #sidebar-nav .nav li .submenu, .theme-blue #nav-col-submenu .submenu {
  background-color: #414a55;
}

.theme-blue #sidebar-nav .nav li .submenu>li>a:hover, .theme-blue #sidebar-nav .nav li .submenu>li>a.active, .theme-blue #sidebar-nav .nav li .submenu>li.active>a, .theme-blue .nav-small #nav-col-submenu .submenu>.open>a, .theme-blue .nav-small #nav-col-submenu .submenu>.active>a, .theme-blue .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-blue .nav-small #nav-col-submenu .submenu>li>a.active, .theme-blue .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #363e46;
}

.theme-blue #sidebar-nav .nav>li.nav-header {
  border-top-color: #414a55;
  color: #98a3b0;
}

.theme-blue .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-blue .navbar-toggle {
  color: #fff;
}

.theme-blue .pace .pace-progress {
  background-color: #fff;
}

@media (max-width: 991px) {
  .theme-blue #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-blue #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
}

.theme-amethyst .navbar>.container .navbar-brand {
  background-color: #9c27b0;
}

.theme-amethyst #nav-col, .theme-amethyst #page-wrapper {
  background-color: #4c5763;
}

.theme-amethyst #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-amethyst #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-amethyst #sidebar-nav .nav li .submenu>li.open a, .theme-amethyst #nav-col-submenu .submenu>li>.submenu, .theme-amethyst #nav-col-submenu li .submenu>li.open>a {
  background-color: #2a3139;
}

.theme-amethyst #sidebar-nav .nav>.open>.submenu>.open>a, .theme-amethyst #sidebar-nav .nav>.active>.submenu>.open>a, .theme-amethyst #sidebar-nav .nav>.active>.submenu>.active>a, .theme-amethyst #nav-col-submenu>.submenu>.open>a, .theme-amethyst #nav-col-submenu>.submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 transparent inset;
}

.theme-amethyst #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-amethyst #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-amethyst #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-amethyst .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-amethyst .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #9c27b0;
}

.theme-amethyst .nav-pills>li.active>a, .theme-amethyst .nav-pills>li.active>a:hover, .theme-amethyst .nav-pills>li.active>a:focus, .theme-amethyst #sidebar-nav .nav-pills>li.active>a, .theme-amethyst #sidebar-nav .nav-pills>li.active>a:hover, .theme-amethyst #sidebar-nav .nav-pills>li.active>a:focus, .theme-amethyst .nav-pills>li.open>a, .theme-amethyst .nav-pills>li.open>a:hover, .theme-amethyst .nav-pills>li.open>a:focus, .theme-amethyst #sidebar-nav .nav-pills>li.open>a, .theme-amethyst #sidebar-nav .nav-pills>li.open>a:hover, .theme-amethyst #sidebar-nav .nav-pills>li.open>a:focus, .theme-amethyst .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>.open>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>.active>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: #414a55;
}

.theme-amethyst #sidebar-nav .nav>li>a:hover {
  background-color: #414a55;
}

.theme-amethyst #header-navbar .nav>li>a:hover, .theme-amethyst #header-navbar .nav>li>a:focus, .theme-amethyst #header-navbar .nav .open>a, .theme-amethyst #header-navbar .nav .open>a:hover, .theme-amethyst #header-navbar .nav .open>a:focus {
  background-color: #7b1fa2;
}

.theme-amethyst #sidebar-nav .nav li .submenu, .theme-amethyst #nav-col-submenu .submenu {
  background-color: #414a55;
}

.theme-amethyst #sidebar-nav .nav li .submenu>li>a:hover, .theme-amethyst #sidebar-nav .nav li .submenu>li>a.active, .theme-amethyst #sidebar-nav .nav li .submenu>li.active>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>.open>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>.active>a, .theme-amethyst .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-amethyst .nav-small #nav-col-submenu .submenu>li>a.active, .theme-amethyst .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #2a3139;
}

.theme-amethyst #sidebar-nav .nav>li.nav-header {
  border-top-color: #414a55;
  color: #98a3b0;
}

.theme-amethyst a, .theme-amethyst .fc-state-default, .theme-amethyst .jvectormap-zoomin, .theme-amethyst .jvectormap-zoomout, .theme-amethyst #user-profile .profile-details ul>li>span {
  color: #9c27b0;
}

.theme-amethyst a:hover, .theme-amethyst a:focus, .theme-amethyst .widget-users li>.details>.name>a:hover, .theme-amethyst .widget-todo .actions>a:hover {
  color: #9c27b0;
}

.theme-amethyst .table a.table-link:hover {
  color: #7b1fa2;
}

.theme-amethyst .pagination>li>a, .theme-amethyst .pagination>li>span, .theme-amethyst .pagination>li>a:hover, .theme-amethyst .pagination>li>span:hover, .theme-amethyst .pagination>li>a:focus, .theme-amethyst .pagination>li>span:focus, .theme-amethyst .pagination>li>a:active, .theme-amethyst .pagination>li>span:active {
  color: #9c27b0;
}

.theme-amethyst .pagination>.active>a, .theme-amethyst .pagination>.active>span, .theme-amethyst .pagination>.active>a:hover, .theme-amethyst .pagination>.active>span:hover, .theme-amethyst .pagination>.active>a:focus, .theme-amethyst .pagination>.active>span:focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
  color: #fff;
}

.theme-amethyst .graph-box {
  background-color: #9c27b0 !important;
}

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

.theme-amethyst .btn-primary {
  background-color: #9c27b0;
  border-color: #7b1fa2;
}

.theme-amethyst .btn-primary:hover {
  background-color: #7b1fa2;
  border-color: #6c2e86;
}

.theme-amethyst h1 {
  color: #9c27b0;
}

.theme-amethyst .nav-tabs>li.active>a, .theme-amethyst .nav-tabs>li.active>a:hover, .theme-amethyst .nav-tabs>li.active>a:focus {
  border-top-color: #9c27b0;
}

.theme-amethyst .widget-users li>.details>.time {
  color: #9c27b0;
}

.theme-amethyst .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #f7e9fd;
}

.theme-amethyst .conversation-item.item-right .conversation-body, .theme-amethyst .invoice-summary .invoice-summary-item {
  background-color: #f7e9fd;
}

.theme-amethyst blockquote, .theme-amethyst blockquote.pull-right {
  border-color: #9c27b0;
}

.theme-amethyst a.list-group-item.active, .theme-amethyst a.list-group-item.active:hover, .theme-amethyst a.list-group-item.active:focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.theme-amethyst .nav .caret {
  border-bottom-color: #9c27b0;
  border-top-color: #9c27b0;
}

.theme-amethyst .panel-default>.panel-heading, .theme-amethyst .notifications-list .item-footer {
  background-color: #9c27b0;
}

.theme-amethyst .notifications-list .item-footer a:hover {
  background-color: #7b1fa2;
}

.theme-amethyst #invoice-companies .invoice-dates .invoice-number>span, .theme-amethyst .notifications-list .item a .time {
  color: #9c27b0;
}

.theme-amethyst #header-navbar .nav>li>a:hover, .theme-amethyst #header-navbar .nav>li>a:focus, .theme-amethyst #header-navbar .nav .open>a, .theme-amethyst #header-navbar .nav .open>a:hover, .theme-amethyst #header-navbar .nav .open>a:focus, .theme-amethyst .navbar-toggle:hover, .theme-amethyst .navbar-toggle:focus, .theme-amethyst .mobile-search.active>.btn {
  background-color: #9c27b0;
}

.theme-amethyst .table thead>tr>th>a:hover span {
  color: #9c27b0;
  border-color: #9c27b0;
}

.theme-amethyst #email-nav-items li.active {
  border-left-color: #9c27b0;
  border-right-color: #9c27b0;
}

.theme-amethyst #email-nav-items li.active a {
  color: #9c27b0;
}

.theme-amethyst #email-nav-items li.active .label-primary {
  background-color: #9c27b0;
}

.theme-amethyst #email-nav-items li a:hover {
  color: #9c27b0;
}

.theme-amethyst .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #9c27b0;
}

.theme-amethyst .cd-timeline-img {
  background-color: #9c27b0;
  box-shadow: 0 0 0 6px #dec0eb;
}

.theme-amethyst #cd-timeline::before {
  background-color: #dec0eb;
}

.theme-amethyst .dataTable thead th:hover {
  color: #9c27b0;
}

.theme-amethyst .pace .pace-progress {
  background-color: #9c27b0;
}

.theme-amethyst #config-tool.closed #config-tool-cog:hover {
  background-color: #9c27b0;
}

.theme-amethyst #sidebar-nav .nav>li.nav-header {
  border-top-color: #414a55;
  color: #98a3b0;
}

@media only screen and (min-width: 1170px) {
  .theme-amethyst .cd-timeline-content .cd-date {
    color: #9c27b0;
  }
}

@media (max-width: 991px) {
  .theme-amethyst #logo.navbar-brand>img.normal-logo.logo-white {
    display: none;
  }
  .theme-amethyst #logo.navbar-brand>img.normal-logo.logo-black {
    display: block;
  }
  .theme-amethyst .navbar>.container .navbar-brand {
    background-color: #fff;
  }
}

.theme-red #header-navbar {
  background-color: #e84e40;
}

.theme-red .navbar>.container .navbar-brand {
  background-color: #e7ebee;
}

.theme-red #nav-col, .theme-red #page-wrapper {
  background-color: #272d33;
}

.theme-red #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-red #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-red #sidebar-nav .nav li .submenu>li.open a, .theme-red #nav-col-submenu .submenu>li>.submenu, .theme-red #nav-col-submenu li .submenu>li.open>a {
  background-color: #121518;
}

.theme-red #sidebar-nav .nav>.open>.submenu>.open>a, .theme-red #sidebar-nav .nav>.active>.submenu>.open>a, .theme-red #sidebar-nav .nav>.active>.submenu>.active>a, .theme-red #nav-col-submenu>.submenu>.open>a, .theme-red #nav-col-submenu>.submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 transparent inset;
}

.theme-red #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-red #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-red #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-red .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-red .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #e84e40;
}

.theme-red .nav-pills>li.active>a, .theme-red .nav-pills>li.active>a:hover, .theme-red .nav-pills>li.active>a:focus, .theme-red #sidebar-nav .nav-pills>li.active>a, .theme-red #sidebar-nav .nav-pills>li.active>a:hover, .theme-red #sidebar-nav .nav-pills>li.active>a:focus, .theme-red .nav-pills>li.open>a, .theme-red .nav-pills>li.open>a:hover, .theme-red .nav-pills>li.open>a:focus, .theme-red #sidebar-nav .nav-pills>li.open>a, .theme-red #sidebar-nav .nav-pills>li.open>a:hover, .theme-red #sidebar-nav .nav-pills>li.open>a:focus, .theme-red .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-red .nav-small #nav-col-submenu .submenu>.open>a, .theme-red .nav-small #nav-col-submenu .submenu>.active>a, .theme-red .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: #161a1d;
}

.theme-red #sidebar-nav .nav>li>a:hover {
  background-color: #161a1d;
}

.theme-red #header-navbar .nav>li>a {
  color: #fff;
}

.theme-red #header-navbar .nav>li>a:hover, .theme-red #header-navbar .nav>li>a:focus, .theme-red #header-navbar .nav .open>a, .theme-red #header-navbar .nav .open>a:hover, .theme-red #header-navbar .nav .open>a:focus {
  background-color: #dd191d;
}

.theme-red #sidebar-nav .nav li .submenu, .theme-red #nav-col-submenu .submenu {
  background-color: #161a1d;
}

.theme-red #sidebar-nav .nav li .submenu>li>a:hover, .theme-red #sidebar-nav .nav li .submenu>li>a.active, .theme-red #sidebar-nav .nav li .submenu>li.active>a, .theme-red .nav-small #nav-col-submenu .submenu>.open>a, .theme-red .nav-small #nav-col-submenu .submenu>.active>a, .theme-red .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-red .nav-small #nav-col-submenu .submenu>li>a.active, .theme-red .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #121518;
}

.theme-red #sidebar-nav .nav>li.nav-header {
  border-top-color: #191d20;
  color: #778998;
}

.theme-red .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-red .navbar-toggle {
  color: #fff;
}

.theme-red .graph-box {
  background-color: #e84e40 !important;
}

.theme-red a, .theme-red .fc-state-default, .theme-red .jvectormap-zoomin, .theme-red .jvectormap-zoomout, .theme-red #user-profile .profile-details ul>li>span {
  color: #e84e40;
}

.theme-red a:hover, .theme-red a:focus, .theme-red .widget-users li>.details>.name>a:hover, .theme-red .widget-todo .actions>a:hover {
  color: #e84e40;
}

.theme-red .table a.table-link:hover {
  color: #dd191d;
}

.theme-red .pagination>li>a, .theme-red .pagination>li>span, .theme-red .pagination>li>a:hover, .theme-red .pagination>li>span:hover, .theme-red .pagination>li>a:focus, .theme-red .pagination>li>span:focus, .theme-red .pagination>li>a:active, .theme-red .pagination>li>span:active {
  color: #e84e40;
}

.theme-red .pagination>.active>a, .theme-red .pagination>.active>span, .theme-red .pagination>.active>a:hover, .theme-red .pagination>.active>span:hover, .theme-red .pagination>.active>a:focus, .theme-red .pagination>.active>span:focus {
  background-color: #e84e40;
  border-color: #e84e40;
  color: #fff;
}

.theme-red .notifications-list .item-footer {
  background-color: #8bc34a;
}

.theme-red .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

.theme-red #header-navbar .nav>li>a>span.count {
  background-color: #dd191d;
}

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

.theme-red .btn-primary {
  background-color: #e84e40;
  border-color: #dd191d;
}

.theme-red .btn-primary:hover, .theme-red .btn-primary:focus, .theme-red .btn-primary:active, .theme-red .btn-primary.active, .theme-red .open .dropdown-toggle.btn-primary {
  background-color: #dd191d;
  border-color: #9e2b20;
}

.theme-red .btn-danger {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-red .btn-danger:hover, .theme-red .btn-danger:focus, .theme-red .btn-danger:active, .theme-red .btn-danger.active, .theme-red .open .dropdown-toggle.btn-danger {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-red h1 {
  color: #e84e40;
}

.theme-red .nav-tabs>li.active>a, .theme-red .nav-tabs>li.active>a:hover, .theme-red .nav-tabs>li.active>a:focus {
  border-top-color: #e84e40;
}

.theme-red .widget-users li>.details>.time {
  color: #e84e40;
}

.theme-red .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #fceeec;
}

.theme-red .conversation-item.item-right .conversation-body, .theme-red .invoice-summary .invoice-summary-item {
  background-color: #fceeec;
}

.theme-red blockquote, .theme-red blockquote.pull-right {
  border-color: #e84e40;
}

.theme-red a.list-group-item.active, .theme-red a.list-group-item.active:hover, .theme-red a.list-group-item.active:focus {
  background-color: #e84e40;
  border-color: #e84e40;
}

.theme-red .nav .caret {
  border-bottom-color: #e84e40;
  border-top-color: #e84e40;
}

.theme-red .panel-default>.panel-heading, .theme-red .notifications-list .item-footer {
  background-color: #e84e40;
}

.theme-red .notifications-list .item-footer a:hover {
  background-color: #dd191d;
}

.theme-red #invoice-companies .invoice-dates .invoice-number>span, .theme-red .notifications-list .item a .time {
  color: #e84e40;
}

.theme-red #header-navbar .nav>li>a:hover, .theme-red #header-navbar .nav>li>a:focus, .theme-red #header-navbar .nav .open>a, .theme-red #header-navbar .nav .open>a:hover, .theme-red #header-navbar .nav .open>a:focus, .theme-red .navbar-toggle:hover, .theme-red .navbar-toggle:focus, .theme-red .mobile-search.active>.btn {
  background-color: #dd191d;
}

.theme-red .table thead>tr>th>a:hover span {
  color: #dd191d;
  border-color: #dd191d;
}

.theme-red #email-nav-items li.active {
  border-left-color: #e84e40;
  border-right-color: #e84e40;
}

.theme-red #email-nav-items li.active a {
  color: #e84e40;
}

.theme-red #email-nav-items li.active .label-primary {
  background-color: #e84e40;
}

.theme-red #email-nav-items li a:hover {
  color: #e84e40;
}

.theme-red .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e84e40;
}

.theme-red .cd-timeline-img {
  background-color: #e84e40;
  box-shadow: 0 0 0 6px #ebc4c0;
}

.theme-red .cd-timeline-img.disabled {
  background-color: #778998;
  box-shadow: 0 0 0 6px #ebc4c0;
}

.theme-red #cd-timeline::before {
  background-color: #ebc4c0;
}

.theme-red .dataTable thead th:hover {
  color: #e84e40;
}

.theme-red .pace .pace-progress {
  background-color: #fff;
}

.theme-red #config-tool.closed #config-tool-cog:hover {
  background-color: #e84e40;
}

@media only screen and (min-width: 1170px) {
  .theme-red .cd-timeline-content .cd-date {
    color: #e84e40;
  }
}

@media (max-width: 991px) {
  .theme-red #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-red #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-red .navbar>.container .navbar-brand {
    background-color: #e84e40;
  }
}

.theme-blue-gradient #header-navbar, #config-tool #skin-colors li a.skin-changer.blue-gradient {
  background: #03a9f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a9f4), color-stop(100%, #2980b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03a9f4 0%, #2980b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03a9f4 0%, #2980b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='#2980b9', GradientType=0);
  /* IE6-9 */
}

.theme-blue-gradient .navbar>.container .navbar-brand {
  background: transparent;
}

.theme-blue-gradient #header-navbar .nav>li>a {
  color: #fff;
}

.theme-blue-gradient #header-navbar .nav>li>a:hover, .theme-blue-gradient #header-navbar .nav>li>a:focus, .theme-blue-gradient #header-navbar .nav .open>a, .theme-blue-gradient #header-navbar .nav .open>a:hover, .theme-blue-gradient #header-navbar .nav .open>a:focus {
  background-color: #005486;
}

.theme-blue-gradient .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-blue-gradient .navbar-toggle {
  color: #fff;
}

.theme-blue-gradient .red-bg {
  background: #e84e40 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84e40), color-stop(100%, #dd191d)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e84e40 0%, #dd191d 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #e84e40 0%, #dd191d 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red-color', endColorstr='$red-color-dark', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .emerald-bg {
  background: #03a9f4 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03a9f4), color-stop(100%, #2980b9)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03a9f4 0%, #2980b9 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #03a9f4 0%, #2980b9 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='#2980b9', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .yellow-bg {
  background: #ffc107 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc107), color-stop(100%, #ffa000)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffc107 0%, #ffa000 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffc107 0%, #ffa000 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$yellow-color', endColorstr='$yellow-color-dark', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .green-bg {
  background: #8bc34a !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bc34a), color-stop(100%, #689f38)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8bc34a 0%, #689f38 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #8bc34a 0%, #689f38 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green-color', endColorstr='$green-color-dark', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .purple-bg {
  background: #9c27b0 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c27b0), color-stop(100%, #7b1fa2)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9c27b0 0%, #7b1fa2 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #9c27b0 0%, #7b1fa2 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$purple-color', endColorstr='$purple-color-dark', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .gray-bg {
  background: #90a4ae !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90a4ae), color-stop(100%, #607d8b)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #90a4ae 0%, #607d8b 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #90a4ae 0%, #607d8b 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray-color', endColorstr='$gray-color-dark', GradientType=0) !important;
  /* IE6-9 */
}

.theme-blue-gradient .pace .pace-progress {
  background-color: #fff;
}

.theme-blue-gradient #nav-col, .theme-blue-gradient #page-wrapper {
  background-color: #2c3e50;
}

@media (max-width: 991px) {
  .theme-blue-gradient #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-blue-gradient #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
}

/* Login Vivo Popover Help End */

.theme-promoter #header-navbar {
  background-color: #c6add0;
}

.theme-promoter .navbar>.container .navbar-brand {
  background-color: #c6add0;
  width: 221px;
}

.theme-promoter #nav-col, .theme-promoter #page-wrapper {
  background-color: #8b47a1;
}

.theme-promoter #sidebar-nav .nav>li>a {
  color: #ffffff;
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-promoter #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-promoter #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-promoter #sidebar-nav .nav li .submenu>li.open a, .theme-promoter #nav-col-submenu .submenu>li>.submenu, .theme-promoter #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-promoter #sidebar-nav .nav>.open>.submenu>.open>a, .theme-promoter #sidebar-nav .nav>.active>.submenu>.open>a, .theme-promoter #sidebar-nav .nav>.active>.submenu>.active>a, .theme-promoter #nav-col-submenu .submenu>.open>a, .theme-promoter #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-promoter #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-promoter #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-promoter #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-promoter .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-promoter .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #a147a1;
}

.theme-promoter .nav-pills>li.active>a, .theme-promoter .nav-pills>li.active>a:hover, .theme-promoter .nav-pills>li.active>a:focus, .theme-promoter #sidebar-nav .nav-pills>li.active>a, .theme-promoter #sidebar-nav .nav-pills>li.active>a:hover, .theme-promoter #sidebar-nav .nav-pills>li.active>a:focus, .theme-promoter .nav-pills>li.open>a, .theme-promoter .nav-pills>li.open>a:hover, .theme-promoter .nav-pills>li.open>a:focus, .theme-promoter #sidebar-nav .nav-pills>li.open>a, .theme-promoter #sidebar-nav .nav-pills>li.open>a:hover, .theme-promoter #sidebar-nav .nav-pills>li.open>a:focus, .theme-promoter .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-promoter .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-promoter .nav-small #nav-col-submenu .submenu>.open>a, .theme-promoter .nav-small #nav-col-submenu .submenu>.active>a, .theme-promoter .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: #ae549f;
  border-color: #a147a1;
  border-bottom-color: #e0e0e0;
  color: #ffffff;
}

.theme-promoter #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-promoter #sidebar-nav .nav>li>a:hover {
  background-color: #ae549f;
  border-color: #a147a1;
  border-bottom-color: #e0e0e0;
  color: #ffffff;
}

.theme-promoter #header-navbar .nav>li>a {
  color: #000;
}

.theme-promoter #header-navbar .nav>li>a:hover, .theme-promoter #header-navbar .nav>li>a:focus, .theme-promoter #header-navbar .nav .open>a, .theme-promoter #header-navbar .nav .open>a:hover, .theme-promoter #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-promoter #sidebar-nav .nav li .submenu, .theme-promoter #nav-col-submenu .submenu {
  background-color: #ae549f;
}

.theme-promoter #sidebar-nav .nav li .submenu>li>a, .theme-promoter .nav-small #nav-col-submenu .submenu>li>a {
  color: #ffffff;
}

.theme-promoter #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-promoter #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #ffffff;
}

.theme-promoter #sidebar-nav .nav li .submenu>li>a:hover, .theme-promoter #sidebar-nav .nav li .submenu>li>a.active, .theme-promoter #sidebar-nav .nav li .submenu>li.active>a, .theme-promoter .nav-small #nav-col-submenu .submenu>.open>a, .theme-promoter .nav-small #nav-col-submenu .submenu>.active>a, .theme-promoter .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-promoter .nav-small #nav-col-submenu .submenu>li>a.active, .theme-promoter .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-promoter .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-promoter .navbar-toggle {
  color: #fff;
}

.theme-promoter .graph-box {
  background-color: #a147a1 !important;
}

.theme-promoter #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-promoter #user-left-box .user-box, .theme-promoter #user-left-box .user-box a {
  color: #ffffff;
}

.theme-promoter #user-left-box .user-box a:hover, .theme-promoter #user-left-box .user-box a:focus {
  color: #ffffff;
}

.theme-promoter #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-promoter .nav-tabs {
  background-color: #f9f9f9;
}

.theme-promoter .nav-tabs>li.active>a, .theme-promoter .nav-tabs>li.active>a:hover, .theme-promoter .nav-tabs>li.active>a:focus {
  border-top-color: #a147a1;
}

.theme-promoter h1 {
  color: #a147a1;
}

.theme-promoter #header-navbar .nav>li>a:hover, .theme-promoter #header-navbar .nav>li>a:focus, .theme-promoter #header-navbar .nav .open>a, .theme-promoter #header-navbar .nav .open>a:hover, .theme-promoter #header-navbar .nav .open>a:focus, .theme-promoter .navbar-toggle:hover, .theme-promoter .navbar-toggle:focus, .theme-promoter .mobile-search.active>.btn {
  background-color: #689f38;
}

.theme-promoter .main-box {
  border: 1px solid #e7ebee;
}

.theme-promoter a, .theme-promoter .fc-state-default, .theme-promoter .jvectormap-zoomin, .theme-promoter .jvectormap-zoomout, .theme-promoter #user-profile .profile-details ul>li>span {
  color: #a147a1;
}

.theme-promoter a:hover, .theme-promoter a:focus, .theme-promoter .widget-users li>.details>.name>a:hover, .theme-promoter .widget-todo .actions>a:hover {
  color: #a147a1;
}

.theme-promoter .table a.table-link:hover {
  color: #689f38;
}

.theme-promoter .pagination>li>a, .theme-promoter .pagination>li>span, .theme-promoter .pagination>li>a:hover, .theme-promoter .pagination>li>span:hover, .theme-promoter .pagination>li>a:focus, .theme-promoter .pagination>li>span:focus, .theme-promoter .pagination>li>a:active, .theme-promoter .pagination>li>span:active {
  color: #a147a1;
}

.theme-promoter .pagination>.active>a, .theme-promoter .pagination>.active>span, .theme-promoter .pagination>.active>a:hover, .theme-promoter .pagination>.active>span:hover, .theme-promoter .pagination>.active>a:focus, .theme-promoter .pagination>.active>span:focus {
  background-color: #a147a1;
  border-color: #a147a1;
  color: #fff;
}

.theme-promoter .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-promoter .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

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

.theme-promoter .btn-primary {
  background-color: #a147a1;
  border-color: #689f38;
}

.theme-promoter .btn-primary:hover, .theme-promoter .btn-primary:focus, .theme-promoter .btn-primary:active, .theme-promoter .btn-primary.active, .theme-promoter .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-promoter .btn-success {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-promoter .btn-success:hover, .theme-promoter .btn-success:focus, .theme-promoter .btn-success:active, .theme-promoter .btn-success.active, .theme-promoter .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-promoter h1 {
  color: #a147a1;
}

.theme-promoter .widget-users li>.details>.time {
  color: #a147a1;
}

.theme-promoter .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-promoter .conversation-item.item-right .conversation-body, .theme-promoter .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-promoter blockquote, .theme-promoter blockquote.pull-right {
  border-color: #a147a1;
}

.theme-promoter a.list-group-item.active, .theme-promoter a.list-group-item.active:hover, .theme-promoter a.list-group-item.active:focus {
  background-color: #a147a1;
  border-color: #a147a1;
}

.theme-promoter .nav .caret {
  border-bottom-color: #a147a1;
  border-top-color: #a147a1;
}

.theme-promoter .panel-default>.panel-heading, .theme-promoter .notifications-list .item-footer {
  background-color: #a147a1;
}

.theme-promoter .notifications-list .item-footer a:hover {
  background-color: #689f38;
}

.theme-promoter #invoice-companies .invoice-dates .invoice-number>span, .theme-promoter .notifications-list .item a .time {
  color: #a147a1;
}

.theme-promoter .table thead>tr>th>a:hover span {
  color: #a147a1;
  border-color: #a147a1;
}

.theme-promoter #email-nav-items li.active {
  border-left-color: #a147a1;
  border-right-color: #a147a1;
}

.theme-promoter #email-nav-items li.active a {
  color: #a147a1;
}

.theme-promoter #email-nav-items li.active .label-primary {
  background-color: #a147a1;
}

.theme-promoter #email-nav-items li a:hover {
  color: #a147a1;
}

.theme-promoter .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #a147a1;
}

.theme-promoter .cd-timeline-img {
  background-color: #a147a1;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-promoter #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-promoter .dataTable thead th:hover {
  color: #a147a1;
}

.theme-promoter .pace .pace-progress {
  background-color: #fff;
}

.theme-promoter #config-tool.closed #config-tool-cog:hover {
  background-color: #a147a1;
}

.rtl.theme-promoter #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-promoter .cd-timeline-content .cd-date {
    color: #a147a1;
  }
}

@media (max-width: 991px) {
  .theme-promoter #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-promoter #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-promoter .navbar>.container .navbar-brand {
    background-color: #a147a1;
  }
}

.theme-promoter .main-box .pagecallout {
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #e7ebee;
  border-left-width: 5px;
  border-radius: 3px
}

.theme-promoter .main-box .pagecallout.pagecallout-info {
  border-left-color: #03a9f4
}

.theme-whbl #header-navbar {
  background-color: #3d387b;
}

.theme-whbl .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #8bc34a ;*/
  background-color: #3d387b;
  color: #ffffff;
  /* padding: 2.5vh 0; */
}

.theme-whbl .pull-left h1, .theme-whbl .main-box-header h2, .theme-whbl .main-box-header a, .theme-whbl .footer-copyright a {
  color: #3d387b;
}

.theme-whbl .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  /*background-color: #8bc34a;*/
  background-color: #3d387b;
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-whbl .navbar>.container .navbar-brand {
  background-color: transparent;
  width: 221px;
}

.theme-whbl #nav-col, .theme-whbl #page-wrapper {
  background-color: #ffffff;
}

.theme-whbl #sidebar-nav .nav>li>a {
  color: #484848;
  /* border-bottom: 1px solid #e7ebee; */
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-whbl #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-whbl #sidebar-nav .nav li .submenu>li.open a, .theme-whbl #nav-col-submenu .submenu>li>.submenu, .theme-whbl #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-whbl .nav-pills>li.active>a, .theme-whbl .nav-pills>li.active>a:hover, .theme-whbl .nav-pills>li.active>a:focus, .theme-whbl #sidebar-nav .nav-pills>li.active>a, .theme-whbl #sidebar-nav .nav-pills>li.active>a:hover, .theme-whbl #sidebar-nav .nav-pills>li.active>a:focus, .theme-whbl .nav-pills>li.open>a, .theme-whbl .nav-pills>li.open>a:hover, .theme-whbl .nav-pills>li.open>a:focus, .theme-whbl #sidebar-nav .nav-pills>li.open>a, .theme-whbl #sidebar-nav .nav-pills>li.open>a:hover, .theme-whbl #sidebar-nav .nav-pills>li.open>a:focus, .theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-whbl .nav-small #nav-col-submenu .submenu>.open>a, .theme-whbl .nav-small #nav-col-submenu .submenu>.active>a, .theme-whbl .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #03a9f4;
  border-bottom-color: #e7ebee;
  color: #484848;
}

.theme-whbl #sidebar-nav .nav-pills>li.active>a>i {
  color: #2980b9;
}

.theme-whbl #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #03a9f4;
  border-bottom-color: #e7ebee;
  color: #484848;
}

.theme-whbl #header-navbar .nav>li>a {
  color: #fff;
}

.theme-whbl #header-navbar .nav>li>a:hover, .theme-whbl #header-navbar .nav>li>a:focus, .theme-whbl #header-navbar .nav .open>a, .theme-whbl #header-navbar .nav .open>a:hover, .theme-whbl #header-navbar .nav .open>a:focus {
  background-color: #2980b9;
}

.theme-whbl #sidebar-nav .nav li .submenu, .theme-whbl #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-whbl #sidebar-nav .nav li .submenu>li>a, .theme-whbl .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>.open>a, .theme-whbl #sidebar-nav .nav>.active>.submenu>.open>a, .theme-whbl #sidebar-nav .nav>.active>.submenu>.active>a, .theme-whbl #nav-col-submenu .submenu>.open>a, .theme-whbl #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 transparent inset;
}

.theme-whbl #sidebar-nav .nav>.open>.submenu>.open>a {
  border-bottom-color: #dcdfe6;
  box-shadow: none;
}

.theme-whbl #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-whbl #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-whbl #sidebar-nav .nav li .submenu>li>a:hover, .theme-whbl #sidebar-nav .nav li .submenu>li>a.active, .theme-whbl #sidebar-nav .nav li .submenu>li.active>a, .theme-whbl .nav-small #nav-col-submenu .submenu>.open>a, .theme-whbl .nav-small #nav-col-submenu .submenu>.active>a, .theme-whbl .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-whbl .nav-small #nav-col-submenu .submenu>li>a.active, .theme-whbl .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-whbl .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-whbl .navbar-toggle {
  color: #fff;
}

.theme-whbl .graph-box {
  background-color: #03a9f4 !important;
}

.theme-whbl #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-whbl #user-left-box .user-box, .theme-whbl #user-left-box .user-box a {
  color: #16191c;
}

.theme-whbl #user-left-box .user-box a:hover, .theme-whbl #user-left-box .user-box a:focus {
  color: black;
}

.theme-whbl #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-whbl .nav-tabs {
  background-color: #f9f9f9;
}

.theme-whbl h1 {
  color: #03a9f4;
}

.theme-whbl #header-navbar .nav>li>a:hover, .theme-whbl #header-navbar .nav>li>a:focus, .theme-whbl #header-navbar .nav .open>a, .theme-whbl #header-navbar .nav .open>a:hover, .theme-whbl #header-navbar .nav .open>a:focus, .theme-whbl .navbar-toggle:hover, .theme-whbl .navbar-toggle:focus, .theme-whbl .mobile-search.active>.btn {
  background-color: #2980b9;
}

.theme-whbl .main-box {
  border: 1px solid #e7ebee;
}

.theme-whbl a, .theme-whbl .fc-state-default, .theme-whbl .jvectormap-zoomin, .theme-whbl .jvectormap-zoomout, .theme-whbl #user-profile .profile-details ul>li>span {
  color: #03a9f4;
}

.theme-whbl a:hover, .theme-whbl a:focus, .theme-whbl .widget-users li>.details>.name>a:hover, .theme-whbl .widget-todo .actions>a:hover {
  color: #03a9f4;
}

.theme-whbl .table a.table-link:hover {
  color: #2980b9;
}

.theme-whbl .pagination>li>a, .theme-whbl .pagination>li>span, .theme-whbl .pagination>li>a:hover, .theme-whbl .pagination>li>span:hover, .theme-whbl .pagination>li>a:focus, .theme-whbl .pagination>li>span:focus, .theme-whbl .pagination>li>a:active, .theme-whbl .pagination>li>span:active {
  color: #03a9f4;
}

.theme-whbl .pagination>.active>a, .theme-whbl .pagination>.active>span, .theme-whbl .pagination>.active>a:hover, .theme-whbl .pagination>.active>span:hover, .theme-whbl .pagination>.active>a:focus, .theme-whbl .pagination>.active>span:focus {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff;
}

.theme-whbl .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-whbl .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

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

.theme-whbl .btn-primary {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-whbl .btn-primary:hover, .theme-whbl .btn-primary:focus, .theme-whbl .btn-primary:active, .theme-whbl .btn-primary.active, .theme-whbl .open .dropdown-toggle.btn-primary {
  background-color: #2980b9;
  border-color: #216897;
}

.theme-whbl .btn-success {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-whbl .btn-success:hover, .theme-whbl .btn-success:focus, .theme-whbl .btn-success:active, .theme-whbl .btn-success.active, .theme-whbl .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-whbl h1 {
  color: #03a9f4;
}

.theme-whbl .widget-users li>.details>.time {
  color: #03a9f4;
}

.theme-whbl blockquote, .theme-whbl blockquote.pull-right {
  border-color: #03a9f4;
}

.theme-whbl a.list-group-item.active, .theme-whbl a.list-group-item.active:hover, .theme-whbl a.list-group-item.active:focus {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.theme-whbl .nav .caret {
  border-bottom-color: #03a9f4;
  border-top-color: #03a9f4;
}

.theme-whbl .panel-default>.panel-heading, .theme-whbl .notifications-list .item-footer {
  background-color: #03a9f4;
}

.theme-whbl .notifications-list .item-footer a:hover {
  background-color: #2980b9;
}

.theme-whbl #invoice-companies .invoice-dates .invoice-number>span, .theme-whbl .notifications-list .item a .time {
  color: #03a9f4;
}

.theme-whbl .table thead>tr>th>a:hover span {
  color: #03a9f4;
  border-color: #03a9f4;
}

.theme-whbl .pace .pace-progress {
  background-color: #fff;
}

.rtl.theme-whbl #content-wrapper {
  border-left: 0;
  border-right: 2px solid #e7ebee;
}

@media (max-width: 991px) {
  .theme-whbl #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-whbl #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-whbl .navbar>.container .navbar-brand {
    background-color: #03a9f4;
  }
}

.theme-turquoise #header-navbar {
  background-color: #1abc9c;
}

.theme-turquoise .navbar>.container .navbar-brand {
  background-color: transparent;
  width: 221px;
}

.theme-turquoise #nav-col, .theme-turquoise #page-wrapper {
  background-color: #ffffff;
}

.theme-turquoise #sidebar-nav .nav>li>a {
  color: #484848;
  /* border-bottom: 1px solid #dce1e4; */
}

.theme-turquoise #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-turquoise #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-turquoise #sidebar-nav .nav li .submenu>li.open a, .theme-turquoise #nav-col-submenu .submenu>li>.submenu, .theme-turquoise #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-turquoise .nav-pills>li.active>a, .theme-turquoise .nav-pills>li.active>a:hover, .theme-turquoise .nav-pills>li.active>a:focus, .theme-turquoise #sidebar-nav .nav-pills>li.active>a, .theme-turquoise #sidebar-nav .nav-pills>li.active>a:hover, .theme-turquoise #sidebar-nav .nav-pills>li.active>a:focus, .theme-turquoise .nav-pills>li.open>a, .theme-turquoise .nav-pills>li.open>a:hover, .theme-turquoise .nav-pills>li.open>a:focus, .theme-turquoise #sidebar-nav .nav-pills>li.open>a, .theme-turquoise #sidebar-nav .nav-pills>li.open>a:hover, .theme-turquoise #sidebar-nav .nav-pills>li.open>a:focus, .theme-turquoise .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-turquoise .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>.open>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>.active>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #1abc9c;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-turquoise #sidebar-nav .nav-pills>li.active>a>i {
  color: #16a085;
}

.theme-turquoise #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #1abc9c;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-turquoise #header-navbar .nav>li>a {
  color: #fff;
}

.theme-turquoise #header-navbar .nav>li>a:hover, .theme-turquoise #header-navbar .nav>li>a:focus, .theme-turquoise #header-navbar .nav .open>a, .theme-turquoise #header-navbar .nav .open>a:hover, .theme-turquoise #header-navbar .nav .open>a:focus {
  background-color: #16a085;
}

.theme-turquoise #sidebar-nav .nav li .submenu, .theme-turquoise #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-turquoise #sidebar-nav .nav li .submenu>li>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-turquoise #sidebar-nav .nav>.open>.submenu>.open>a, .theme-turquoise #sidebar-nav .nav>.active>.submenu>.open>a, .theme-turquoise #sidebar-nav .nav>.active>.submenu>.active>a, .theme-turquoise #nav-col-submenu .submenu>.open>a, .theme-turquoise #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: 0 -1px 0 transparent inset;
}

.theme-turquoise #sidebar-nav .nav>.open>.submenu>.open>a {
  border-bottom-color: #dcdfe6;
  box-shadow: none;
}

.theme-turquoise #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-turquoise #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-turquoise #sidebar-nav .nav li .submenu>li>a:hover, .theme-turquoise #sidebar-nav .nav li .submenu>li>a.active, .theme-turquoise #sidebar-nav .nav li .submenu>li.active>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>.open>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>.active>a, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>a.active, .theme-turquoise .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-turquoise #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-turquoise #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-turquoise #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-turquoise .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #1abc9c;
}

.theme-turquoise .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-turquoise .navbar-toggle {
  color: #fff;
}

.theme-turquoise .graph-box {
  background-color: #1abc9c !important;
}

.theme-turquoise #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-turquoise #user-left-box .user-box, .theme-turquoise #user-left-box .user-box a {
  color: #16191c;
}

.theme-turquoise #user-left-box .user-box a:hover, .theme-turquoise #user-left-box .user-box a:focus {
  color: black;
}

.theme-turquoise #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-turquoise .nav-tabs {
  background-color: #f9f9f9;
}

.theme-turquoise .nav-tabs>li.active>a, .theme-turquoise .nav-tabs>li.active>a:hover, .theme-turquoise .nav-tabs>li.active>a:focus {
  border-top-color: #1abc9c;
}

.theme-turquoise h1 {
  color: #1abc9c;
}

.theme-turquoise #header-navbar .nav>li>a:hover, .theme-turquoise #header-navbar .nav>li>a:focus, .theme-turquoise #header-navbar .nav .open>a, .theme-turquoise #header-navbar .nav .open>a:hover, .theme-turquoise #header-navbar .nav .open>a:focus, .theme-turquoise .navbar-toggle:hover, .theme-turquoise .navbar-toggle:focus, .theme-turquoise .mobile-search.active>.btn {
  background-color: #16a085;
}

.theme-turquoise .main-box {
  border: 1px solid #e7ebee;
}

.theme-turquoise a, .theme-turquoise .fc-state-default, .theme-turquoise .jvectormap-zoomin, .theme-turquoise .jvectormap-zoomout, .theme-turquoise #user-profile .profile-details ul>li>span {
  color: #1abc9c;
}

.theme-turquoise a:hover, .theme-turquoise a:focus, .theme-turquoise .widget-users li>.details>.name>a:hover, .theme-turquoise .widget-todo .actions>a:hover {
  color: #1abc9c;
}

.theme-turquoise .table a.table-link:hover {
  color: #16a085;
}

.theme-turquoise .pagination>li>a, .theme-turquoise .pagination>li>span, .theme-turquoise .pagination>li>a:hover, .theme-turquoise .pagination>li>span:hover, .theme-turquoise .pagination>li>a:focus, .theme-turquoise .pagination>li>span:focus, .theme-turquoise .pagination>li>a:active, .theme-turquoise .pagination>li>span:active {
  color: #1abc9c;
}

.theme-turquoise .pagination>.active>a, .theme-turquoise .pagination>.active>span, .theme-turquoise .pagination>.active>a:hover, .theme-turquoise .pagination>.active>span:hover, .theme-turquoise .pagination>.active>a:focus, .theme-turquoise .pagination>.active>span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
}

.theme-turquoise .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-turquoise .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

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

.theme-turquoise .btn-primary {
  background-color: #1abc9c;
  border-color: #16a085;
}

.theme-turquoise .btn-primary:hover, .theme-turquoise .btn-primary:focus, .theme-turquoise .btn-primary:active, .theme-turquoise .btn-primary.active, .theme-turquoise .open .dropdown-toggle.btn-primary {
  background-color: #16a085;
  border-color: #12816b;
}

.theme-turquoise h1 {
  color: #1abc9c;
}

.theme-turquoise .widget-users li>.details>.time {
  color: #1abc9c;
}

.theme-turquoise blockquote, .theme-turquoise blockquote.pull-right {
  border-color: #1abc9c;
}

.theme-turquoise a.list-group-item.active, .theme-turquoise a.list-group-item.active:hover, .theme-turquoise a.list-group-item.active:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.theme-turquoise .nav .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}

.theme-turquoise .panel-default>.panel-heading, .theme-turquoise .notifications-list .item-footer {
  background-color: #1abc9c;
}

.theme-turquoise .notifications-list .item-footer a:hover {
  background-color: #16a085;
}

.theme-turquoise #invoice-companies .invoice-dates .invoice-number>span, .theme-turquoise .notifications-list .item a .time {
  color: #1abc9c;
}

.theme-turquoise .table thead>tr>th>a:hover span {
  color: #1abc9c;
  border-color: #1abc9c;
}

.theme-turquoise #email-nav-items li.active {
  border-left-color: #1abc9c;
  border-right-color: #1abc9c;
}

.theme-turquoise #email-nav-items li.active a {
  color: #1abc9c;
}

.theme-turquoise #email-nav-items li.active .label-primary {
  background-color: #1abc9c;
}

.theme-turquoise #email-nav-items li a:hover {
  color: #1abc9c;
}

.theme-turquoise .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #1abc9c;
}

.theme-turquoise .cd-timeline-img {
  background-color: #1abc9c;
  box-shadow: 0 0 0 6px #bdeae1;
}

.theme-turquoise #cd-timeline::before {
  background-color: #bdeae1;
}

.theme-turquoise .dataTable thead th:hover {
  color: #1abc9c;
}

.theme-turquoise .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e9fefa;
}

.theme-turquoise .conversation-item.item-right .conversation-body, .theme-turquoise .invoice-summary .invoice-summary-item {
  background-color: #e9fefa;
}

.theme-turquoise #config-tool.closed #config-tool-cog:hover {
  background-color: #1abc9c;
}

.theme-turquoise .pace .pace-progress {
  background-color: #fff;
}

.rtl.theme-turquoise #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-turquoise .cd-timeline-content .cd-date {
    color: #1abc9c;
  }
}

@media (max-width: 991px) {
  .theme-turquoise #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-turquoise #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-turquoise .navbar>.container .navbar-brand {
    background-color: #1abc9c;
  }
}

/******************* VIVO */

/* LOGIN VIVO */

.theme-vivo .form:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-vivo body {
  color: var(--light-grey);
}

.theme-vivo .container-fluid {
  margin: 0;
  padding: 0;
}

/* LOGIN BACKGROUND */

.theme-vivo .login-wrapper {
  /*background: linear-gradient(-45deg, #b11616, #663e73, #15003b); */
  /* colorido */
  background: linear-gradient(-45deg, #b683c7, #edebf2, #a99bcf);
  /* claro */
  /*background: linear-gradient(-45deg, #e6e4ed, #c9c3de, #9f86c4);*/
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

.theme-vivo #welcome-providers .login-wrapper {
  background: linear-gradient(-45deg, #b11616, #663e73, #15003b);
  /* colorido */
  /*background: linear-gradient(-45deg, #b683c7, #edebf2,#a99bcf); */
  /* claro */
  /*background: linear-gradient(-45deg, #e6e4ed, #c9c3de, #9f86c4);*/
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

/*.theme-vivo .login-wrapper {

    */

/*background-color: var(--light-grey);
    background: url(../../img/whitey.jpg);
    background-repeat: repeat;*/

/*
    width: 100%;
    height: 100vh;
    position: relative
}*/

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* END OF LOGIN BACKGROUND */

.theme-vivo .login-wrapper .row {
  margin: 0;
}

.theme-vivo #login-box {
  max-width: 450px;
  min-width: 400px;
  margin: auto;
  padding-top: 50px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-vivo #login-box.search {
  max-width: 100% !important;
  /* stops bg color from leaking outside the border: */
}


.theme-vivo #login-box .btn {
  font-size: default;
  font-weight: 400;
  padding: 1.2em;
  text-transform: none;
  margin: auto;
}

.theme-vivo #login-box-inner {
  background: #fff;
  height: 550px;
  /*height: 75vh;*/
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  padding: 0;
  position: relative;
}

.theme-vivo #login-box-inner-dark {
  background: var(--dark-primary-hover-color);
  height: 550px;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  border: 0;
  padding: 0;
  position: relative;
}

.theme-vivo #forgot-password-box-inner {
  background: #fff;
  height: 400px;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  padding: 0px;
}

.theme-vivo #login-box-inner h2 {
  text-align: left;
  display: inline;
}

.theme-vivo #login-box-oam-footer {
  background-color: #97889E;
  height: 20%;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  cursor: pointer;
}

.theme-vivo #login-box-oam-footer-grad {
  background: linear-gradient(160deg, rgba(255, 137, 84, 1) 0%, rgba(186, 53, 106, 1) 36%, rgba(141, 24, 141, 1) 74%, rgba(54, 0, 133, 1) 100%);
  height: 20%;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  cursor: pointer;
}

.theme-vivo #welcome-providers #login-with-oam-title h4:hover, .theme-vivo #welcome-providers #login-with-oam-icon .fa:hover {
  color: var(--medium-support-color);
}

.theme-vivo #oam-login-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-vivo #login-box-oam-footer:hover {
  background-color: #816B8B;
}

.theme-vivo #login-with-oam-title {
  color: #fff;
  text-align: right;
  padding: 10px;
  margin: 10px;
}

.theme-vivo #login-with-oam-icon {
  padding: 10px;
  margin: 10px;
}

.theme-vivo #login-with-oam-icon .fa-stack-3x {
  font-size: 2.8em;
}

/* WELCOME PROVIDERS */

.theme-vivo #welcome-providers #login-with-oam-icon {
  margin-top: 25px;
}

.theme-vivo #welcome-providers #login-with-oam-icon .fa-chevron-right {
  font-size: 2.2em;
  /*display: inline;*/
}

.theme-vivo .welcome-providers-info-box {
  padding: 1.5em;
}

.theme-vivo .welcome-providers-info-box h2 {
  margin: 1em 0 1em 0;
  color: var(--medium-support-color);
  font-weight: 600;
}

.theme-vivo .welcome-providers-info-box .btn-m-primary:hover {
  background: var(--medium-support-color);
}

.theme-vivo .welcome-providers-info-box p {
  padding: 0.25em;
  color: var(--medium-accent-color);
}

.theme-vivo .welcome-providers-info-box small {
  color: var(--light-primary-color);
}

.theme-vivo #welcome-providers a, .theme-vivo #welcome providers #user-resend-code a {
  color: var(--light-primary-color);
  text-decoration: underscore;
}

.theme-vivo #welcome-providers a:hover, .theme-vivo #welcome providers #user-resend-code a:hover {
  color: var(--medium-accent-color);
}

.theme-vivo #access-later, .theme-vivo #go-back-and-access, .theme-vivo #providers-resend-code, .theme-vivo #welcome-providers .goToPrevious {
  color: var(--light-primary-color);
}

.theme-vivo #welcome-providers .input-group-addon {
  background: #fff;
}

.theme-vivo #welcome-providers .input-group-addon .fa {
  font-size: 1.6em;
}

.theme-vivo #welcome-providers .goToPrevious {
  padding: 0.5em 0 0 1.5em;
  cursor: pointer;
}

.theme-vivo #access-later:hover, .theme-vivo #go-back-and-access:hover, .theme-vivo #providers-resend-code:hover, .theme-vivo #welcome-providers .goToPrevious:hover {
  color: var(--medium-accent-color);
}

.theme-vivo .login-tab h4 {
  color: var(--dark-grey);
  font-size: 1.25em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
}

.theme-vivo .login-tab h4:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-vivo .current-login-tab h4 {
  color: var(--dark-primary-color);
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
}

.theme-vivo #login-help-icon {
  float: right;
}

.theme-vivo #login-tabs-header-wrapper {
  margin: 25px 10px 0px 10px;
  padding: 25px 10px 0px 10px;
}

.theme-vivo #login-tabs-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-vivo #login-help-icon .fa-help {
  font-size: 1.7em;
  color: var(--dark-grey);
}

.theme-vivo #login-help-icon .fa-help:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-vivo .form-login .fa-user {
  font-size: 1.6em;
}

.theme-vivo .input-group .fa-user {
  font-size: 1.6em;
}

.theme-vivo .form-login .fa-eye {
  font-size: 1.6em;
  cursor: pointer;
}

.theme-vivo .form-login .fa-eye-slash {
  font-size: 1.6em;
  cursor: pointer;
}

/* Login Vivo Popover Help */

.theme-vivo .popoverWrapper {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  z-index: 3;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.theme-vivo .popoverHelpBox {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  position: relative;
  z-index: 4;
  padding: 3.4em;
  margin: auto;
  margin-top: 5em;
  width: 700px;
  max-height: 580px;
  overflow: auto;
  border-radius: 8px;
}


   .theme-vivo .popoverLoadingBox {
       background-color: rgba(255,255,255,0.9);
       display: block;
       z-index: 4;
       padding: 18px;
       margin: auto;
       margin-top: 0em;
       overflow: hidden;
       border-radius: 8px;

       width: 220px;
       	height: 140px;


       	position: absolute;
       	top:0;
       	bottom: 0;
       	left: 0;
       	right: 0;

       	margin: auto;
     }


/* Popover Scroll */

/* width */

.theme-vivo .popoverHelpBox::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-vivo .popoverHelpBox::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */

.theme-vivo .popoverHelpBox::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-vivo .popoverHelpBox::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
  background: #826EC5;
}

.theme-vivo .popoverWrapper h2 {
  padding: 0;
  margin-bottom: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--dark-grey);
}

.theme-vivo .popoverWrapper h4 {
  padding: 0em 2em 0em 2em;
  font-weight: 400;
  color: var(--medium-primary-color);
}

.theme-vivo .popoverWrapper p {
  padding: 0em 0em 0em 5em;
  font-size: 15px;
  color: var(--dark-grey);
  text-decoration: none;
}

.theme-vivo .popoverWrapper .btn-green {
  margin-top: 2em;
}

.theme-vivo .popoverWrapper a {
  color: var(--dark-primary-color);
}

.theme-vivo .popoverWrapper a:hover {
  color: var(--medium-primary-color);
}

/* Login Vivo Popover Help End */

.theme-vivo .form-wrapper {
  width: 90%;
  margin: auto;
  justify-content: center;
}

/* Login Vivo Input */

.theme-vivo .input-group {}

.theme-vivo #login-box .input-group, .theme-vivo #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin-bottom: 10px;
}

.theme-vivo #login-box .input-group input, .theme-vivo #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-vivo #login-box .input-group .input-group-addon, .theme-vivo #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  border-color: var(--light-grey-hover);
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-vivo #login-box .input-group .input-group-addon i, .theme-vivo #sign-A1Nuvem .input-group .input-group-addon i {
  color: #C9C9C9;
}

.theme-vivo .has-error .input-group-addon {
  color: #C9C9C9;
  background-color: #fff;
  border-color: var(--light-grey-hover);
}

.theme-vivo #login-box .input-group .form-control:focus, .theme-vivo #sign-A1Nuvem .input-group .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

/* Vivo login ICP verify certificates */

.theme-vivo #pre-requirements-failed {
  width: 100%;
  padding: 5% 18% 5% 18%;
}

.theme-vivo #pre-requirements-failed h4 {
  color: var(--dark-primary-color);
  font-size: 1em;
  text-align: center;
}

.theme-vivo #pre-requirements-failed ul li {
  color: var(--dark-grey);
  font-size: 1em;
}

.theme-vivo #retry-icp-verification .fa-refresh {
  color: var(--dark-primary-color);
  font-size: 1.2em;
  padding-right: 5px;
}

.theme-vivo #retry-icp-verification .fa-refresh:hover {
  color: var(--medium-primary-color);
}

.theme-vivo #pre-reqs-error-wrapper {
  padding: 10px;
}

.theme-vivo #retry-icp-verification {
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.theme-vivo #retry-icp-verification a {
  text-align: center;
  font-size: 14px;
  color: var(--dark-primary-color);
  text-decoration: underline;
}

.theme-vivo #retry-icp-verification a:hover {
  color: var(--medium-primary-color);
  cursor: pointer;
}

/* Vivo login ICP form select */

.theme-vivo #icpSelect .form-control {
  height: 60px;
  border-radius: 6px;
}

.theme-vivo #login-forget-link {
  font-size: 0.875em;
  color: var(--dark-primary-color);
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-vivo #termsAndPrivacyPolicy {
  display: flex;
  justify-content: center;
}

.theme-vivo #login-forget-link:hover {
  color: var(--medium-primary-color);
}

.theme-vivo #termsAndConditions, .theme-vivo #privacyPolicy, .theme-vivo #linkToContact {
  padding: 1em;
  font-size: 0.875em;
  color: var(--dark-primary-color);
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-vivo #termsAndConditions:hover, .theme-vivo #privacyPolicy:hover, .theme-vivo #linkToContact:hover{
  color: var(--medium-primary-color);
}

.theme-vivo #login-logo {
  background: none repeat scroll 0 0 var(--dark-primary-color);
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.theme-vivo .user-access-warning {
  color: #E50000;
  text-decoration: none;
  text-align: left;
  margin-top: 15px;
}

.theme-vivo .user-access-success {
  color: #864DB7;
  text-decoration: none;
  text-align: right;
  margin-top: 15px;
}

/* Vivo login ICP styles for the variables {{checkModules}} {{checkExtensionChrome}} */

.theme-vivo .pricing-package .package-features {
  list-style: none;
  margin: 0 18px;
  padding: 15px 0;
  position: relative;
}

.theme-vivo .pricing-package .package-features li {
  font-size: 0.875em;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-vivo .pricing-package .package-features li.has-feature {
  transition: color 0.1s ease-in-out 0s;
}

.theme-vivo .pricing-package .package-features li.has-nofeature {
  text-decoration: none;
}

.theme-vivo .pricing-package .package-features li.has-feature:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #49AC31;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.theme-vivo .pricing-package .package-features li.has-nofeature:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #E61414;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

/* Login Vivo Button */

.theme-vivo .btn-purple {
  background-color: var(--medium-primary-color);
  border-color: var(--medium-primary-color);
  font-size: 1.5em;
  color: #fff;
  border-radius: 6px;
}

.theme-vivo #login-box-inner .col-xs-9 {
  padding: 0;
}

.theme-vivo #login-box-inner .col-xs-3 {
  padding-left: 0;
}

.theme-vivo .btn-purple:hover {
  background-color: var(--medium-primary-hover-color);
  border-color: var(--medium-primary-hover-color);
}

.theme-vivo .btn-green {
  background-color: var(--medium-accent-color);
  border-color: var(--medium-accent-color);
  width: 150px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 6px;
}

.theme-vivo .btn-green:hover {
  background-color: var(--medium-accent-hover-color);
  border-color: var(--medium-accent-hover-color);
}

.theme-vivo #btn-login {
  margin-top: 30px;
}

.theme-vivo #header-navbar {
  background-color: var(--dark-primary-color);
}

.theme-vivo .navbar>.container .navbar-brand {
  background-color: var(--dark-primary-color);
  width: 221px;
  height: 54px;
}

/* Login Vivo Load */


.theme-vivo #loading-generic {
                padding: 25px;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 400px;
                height: 300px;
                margin-top: -150px;
                margin-left: -200px;
            }
            .theme-vivo #loading-generic .loader-wrapper {
                width: 80px;
                margin: 0 auto;
            }
           .theme-vivo #loading-generic .row {
                padding: 20px;
                text-align: center;
                color: #670099;
            }

.theme-vivo .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.theme-vivo .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--medium-primary-color);
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.theme-vivo .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.theme-vivo .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.theme-vivo .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.theme-vivo .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.theme-vivo .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.theme-vivo .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.theme-vivo .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.theme-vivo .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.theme-vivo .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.theme-vivo .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.theme-vivo .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.theme-vivo .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.theme-vivo #loading-certificates {
  padding: 25px;
}

.theme-vivo #loading-certificates .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-vivo #loading-certificates .row {
  padding: 20px;
  text-align: center;
  color: var(--medium-primary-hover-color);
}

.theme-vivo #verifying-pre-requirements {
  padding: 25px;
}

.theme-vivo #verifying-pre-requirements .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-vivo #verifying-pre-requirements .row {
  padding: 20px;
  text-align: center;
  color: var(--medium-primary-hover-color);
}

.theme-vivo .verifying-pre-requirements {
  padding: 25px;
}

.theme-vivo .verifying-pre-requirements .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

/* Login Vivo 2factor email*/

.theme-vivo #two-factor-email-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-vivo #two-factor-email-wrapper .input-group-addon .fa-lock {
  font-size: 1.6em;
}

.theme-vivo #login-box-inner #sent-to-user-email {
  padding: 15px;
  font-size: 1em;
  color: var(--medium-primary-hover-color);
}

.theme-vivo #forgot-password-wrapper .btn-cancel {
  background-color: #E61414;
  border-color: #E61414;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-vivo #forgot-password-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-vivo #two-factor-email-wrapper .btn-cancel {
  background-color: #E61414;
  border-color: #E61414;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-vivo #two-factor-email-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-vivo #forgot-password-wrapper .fa-close {
  font-size: 2em;
}

.theme-vivo #two-factor-email-wrapper .fa-close {
  font-size: 2em;
}

.theme-vivo #two-factor-email-wrapper .fa-lock {
  font-size: 1.5em;
}

.theme-vivo #inform-the-code-title {
  margin-bottom: 40px;
}

.theme-vivo #inform-the-code-title h2 {
  color: var(--dark-grey);
  margin: 10px;
  padding: 10px;
}

.theme-vivo #user-resend-code {
  margin-top: 50px;
}

.theme-vivo #user-resend-code .fa-refresh {
  color: var(--medium-primary-color);
  font-size: 1.2em;
}

.theme-vivo #user-resend-code .fa-refresh:hover {
  color: var(--medium-primary-color);
}

.theme-vivo #user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: var(--medium-primary-color);
  text-decoration: underline;
}

.theme-vivo #user-resend-code a:hover {
  color: var(--medium-primary-color);
  cursor: pointer;
}

.theme-vivo #user-resend-code-tips {
  color: var(--dark-grey);
  margin-top: 20px;
}

.theme-vivo #forgot-password-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-vivo #forgot-password-title {
  margin-top: 20px;
}

.theme-vivo #forgot-password-title h2 {
  color: var(--dark-grey);
  margin: 5px;
  padding: 5px;
}

.theme-vivo #forgot-password-inform-user-email h4 {
  margin-bottom: 40px;
  font-size: 1em;
  color: var(--medium-primary-color);
}

/*************** END OF VIVO LOGIN */

.theme-vivo .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-primary-color);
  color: #ffffff;
}

.theme-vivo .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  background-color: var(--dark-primary-color);
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-vivo .pull-left h1, .theme-vivo .main-box-header h2, .theme-vivo .main-box-header a, .theme-vivo .footer-copyright a {
  color: var(--dark-primary-color);
}

.theme-vivo #nav-col, .theme-vivo #page-wrapper {
  background-color: #ffffff;
}

.theme-vivo .assinaturaDeDocumento #theme-wrapper {
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .theme-vivo .assinaturaDeDocumento #theme-wrapper {
    max-height: 100vh;
    overflow: auto;
  }
}

.theme-vivo #sidebar-nav .nav>li>a {
  color: var(--dark-grey-hover);
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-vivo #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-vivo #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-vivo #sidebar-nav .nav li .submenu>li.open a, .theme-vivo #nav-col-submenu .submenu>li>.submenu, .theme-vivo #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-vivo #sidebar-nav .nav>.open>.submenu>.open>a, .theme-vivo #sidebar-nav .nav>.active>.submenu>.open>a, .theme-vivo #sidebar-nav .nav>.active>.submenu>.active>a, .theme-vivo #nav-col-submenu .submenu>.open>a, .theme-vivo #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-vivo #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-vivo #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-vivo #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-vivo .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-vivo .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #8bc34a;
}

.theme-vivo .nav-pills>li.active>a, .theme-vivo .nav-pills>li.active>a:hover, .theme-vivo .nav-pills>li.active>a:focus, .theme-vivo #sidebar-nav .nav-pills>li.active>a, .theme-vivo #sidebar-nav .nav-pills>li.active>a:hover, .theme-vivo #sidebar-nav .nav-pills>li.active>a:focus, .theme-vivo .nav-pills>li.open>a, .theme-vivo .nav-pills>li.open>a:hover, .theme-vivo .nav-pills>li.open>a:focus, .theme-vivo #sidebar-nav .nav-pills>li.open>a, .theme-vivo #sidebar-nav .nav-pills>li.open>a:hover, .theme-vivo #sidebar-nav .nav-pills>li.open>a:focus, .theme-vivo .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-vivo .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-vivo .nav-small #nav-col-submenu .submenu>.open>a, .theme-vivo .nav-small #nav-col-submenu .submenu>.active>a, .theme-vivo .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-vivo #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-vivo #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-vivo #header-navbar .nav>li>a {
  color: #fff;
}

.theme-vivo #header-navbar .nav>li>a:hover, .theme-vivo #header-navbar .nav>li>a:focus, .theme-vivo #header-navbar .nav .open>a, .theme-vivo #header-navbar .nav .open>a:hover, .theme-vivo #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-vivo #sidebar-nav .nav li .submenu, .theme-vivo #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-vivo #sidebar-nav .nav li .submenu>li>a, .theme-vivo .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-vivo #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-vivo #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-vivo #sidebar-nav .nav li .submenu>li>a:hover, .theme-vivo #sidebar-nav .nav li .submenu>li>a.active, .theme-vivo #sidebar-nav .nav li .submenu>li.active>a, .theme-vivo .nav-small #nav-col-submenu .submenu>.open>a, .theme-vivo .nav-small #nav-col-submenu .submenu>.active>a, .theme-vivo .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-vivo .nav-small #nav-col-submenu .submenu>li>a.active, .theme-vivo .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-vivo .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-vivo .navbar-toggle {
  color: #fff;
}

.theme-vivo .graph-box {
  background-color: #8bc34a !important;
}

.theme-vivo #content-wrapper {
  background-color: #f9f9f9;
  /*border-left: 2px solid #e7ebee;*/
}

.theme-vivo #user-left-box .user-box, .theme-vivo #user-left-box .user-box a {
  color: #16191c;
}

.theme-vivo #user-left-box .user-box a:hover, .theme-vivo #user-left-box .user-box a:focus {
  color: black;
}

.theme-vivo #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-vivo .nav-tabs {
  background-color: #f9f9f9;
}

.theme-vivo .nav-tabs>li.active>a, .theme-vivo .nav-tabs>li.active>a:hover, .theme-vivo .nav-tabs>li.active>a:focus {
  border-top-color: #8bc34a;
}

.theme-vivo h1 {
  color: #8bc34a;
}

.theme-vivo #header-navbar .nav>li>a:hover, .theme-vivo #header-navbar .nav>li>a:focus, .theme-vivo #header-navbar .nav .open>a, .theme-vivo #header-navbar .nav .open>a:hover, .theme-vivo #header-navbar .nav .open>a:focus, .theme-vivo .navbar-toggle:hover, .theme-vivo .navbar-toggle:focus, .theme-vivo .mobile-search.active>.btn {
  /*background-color: #689f38;*/
  background-color: #c666dd;
}

.theme-vivo .main-box {
  border: 1px solid #e7ebee;
}

.theme-vivo a, .theme-vivo .fc-state-default, .theme-vivo .jvectormap-zoomin, .theme-vivo .jvectormap-zoomout, .theme-vivo #user-profile .profile-details ul>li>span {
  color: #8bc34a;
}

.theme-vivo a:hover, .theme-vivo a:focus, .theme-vivo .widget-users li>.details>.name>a:hover, .theme-vivo .widget-todo .actions>a:hover {
  color: #8bc34a;
}

.theme-vivo .color2 {
  color: #8bc34a;
}

.theme-vivo .color2:hover {
  color: #8bc34a;
}

.theme-vivo .color3 {
  color: #99CC33;
}

.theme-vivo .color3:hover {
  color: #99CC33;
}

.theme-vivo .color4 {
  color: #FF9900;
}

.theme-vivo .color4:hover {
  color: #FF9900;
}

.theme-vivo .color5 {
  color: #17a2b8;
}

.theme-vivo .color5:hover {
  color: #17a2b8;
}

.theme-vivo .color6 {
  color: #dc3545;
}

.theme-vivo .color6:hover {
  color: #dc3545;
}

.theme-vivo .color7 {
  color: #0066CC;
}

.theme-vivo .color7:hover {
  color: #0066CC;
}

.theme-vivo .pagination>li>a, .theme-vivo .pagination>li>span, .theme-vivo .pagination>li>a:hover, .theme-vivo .pagination>li>span:hover, .theme-vivo .pagination>li>a:focus, .theme-vivo .pagination>li>span:focus, .theme-vivo .pagination>li>a:active, .theme-vivo .pagination>li>span:active {
  /*color: #8bc34a;*/
  color: var(--dark-primary-color);
}

.theme-vivo .items-per-page>select {
  color: var(--dark-primary-color);
}

.theme-vivo .pagination>.active>a, .theme-vivo .pagination>.active>span, .theme-vivo .pagination>.active>a:hover, .theme-vivo .pagination>.active>span:hover, .theme-vivo .pagination>.active>a:focus, .theme-vivo .pagination>.active>span:focus {
  /*background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;*/
  background-color: var(--dark-primary-color);
  border-color: var(--dark-primary-color);
  color: #fff;
}

.theme-vivo .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-vivo .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

/** Progress Bar **/

.theme-vivo .progress-bar {
  background-color: #0066CC;
  box-shadow: none;
}

.theme-vivo .progress-bar-success {
  background-color: #99CC33;
}

.theme-vivo .progress-bar-info {
  background-color: #9c27b0;
}

.theme-vivo .progress-bar-warning {
  background-color: #ffc107;
}

.theme-vivo .progress-bar-danger {
  background-color: #e84e40;
}

/** Progress Bar **/

/** Badge **/

.theme-vivo .badge.badge-danger {
  background-color: var(--dark-primary-color);
}

.theme-vivo .badge.badge-success {
  background-color: #99CC33;
}

.theme-vivo .badge.badge-warning {
  background-color: #ffc107;
}

.theme-vivo .badge.badge-primary {
  background-color: #0066CC;
}

.theme-vivo .badge.badge-info {
  background-color: #9c27b0;
}

.theme-vivo .badge.badge-okchancellor {
  background-color: #17a2b8;
}

.theme-vivo .badge.badge-kochancellor {
  background-color: #dc3545;
}

/** Badge **/

/** Header Confirm Pages **/

/** Header Confirm Pages **/

/** Table links **/

.theme-vivo .table a.table-link.danger {
  color: var(--dark-primary-color);
}

/** Table links **/

/** OnoffSwitch **/

.theme-vivo .onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #99CC33;
}

/** OnoffSwitch **/

/** Buttons **/

.theme-vivo .btn-danger {
  background-color: var(--dark-primary-color);
  border-color: var(--dark-primary-color);
}

.theme-vivo .btn-info {
  background-color: #0066CC;
  border-color: #0298d1;
}

.theme-vivo .btn-default {
  background-color: #6c757d;
  border-color: #0298d1;
}

.theme-vivo .btn-info:hover, .theme-vivo .btn-info:focus, .theme-vivo .btn-info:active, .theme-vivo .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #0298d1;
  border-color: #0178a5;
}

/** Buttons **/

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

.theme-vivo .btn-primary {
  background-color: #99CC33;
  border-color: #689f38;
}

.theme-vivo .btn-primary:hover, .theme-vivo .btn-primary:focus, .theme-vivo .btn-primary:active, .theme-vivo .btn-primary.active, .theme-vivo .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-vivo .btn-warning {
  background-color: #FF9900;
  border-color: #ffa000;
}

.theme-vivo .btn-success {
  background-color: #0066CC;
  border-color: #2980b9;
}

.theme-vivo .btn-success:hover, .theme-vivo .btn-success:focus, .theme-vivo .btn-success:active, .theme-vivo .btn-success.active, .theme-vivo .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-vivo h1 {
  color: #99CC33;
}

.theme-vivo .widget-users li>.details>.time {
  color: #99CC33;
}

.theme-vivo .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-vivo .conversation-item.item-right .conversation-body, .theme-vivo .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-vivo blockquote, .theme-vivo blockquote.pull-right {
  border-color: #99CC33;
}

.theme-vivo a.list-group-item.active, .theme-vivo a.list-group-item.active:hover, .theme-vivo a.list-group-item.active:focus {
  background-color: #99CC33;
  border-color: #99CC33;
}

.theme-vivo .nav .caret {
  border-bottom-color: #99CC33;
  border-top-color: #99CC33;
}

.theme-vivo .panel-default>.panel-heading, .theme-vivo .notifications-list .item-footer {
  background-color: var(--dark-primary-color);
}

.theme-vivo .notifications-list .item-footer a:hover {
  background-color: #c666dd;
}

.theme-vivo #invoice-companies .invoice-dates .invoice-number>span, .theme-vivo .notifications-list .item a .time {
  color: var(--dark-primary-color);
}

.theme-vivo .table thead>tr>th>a:hover span {
  color: #99CC33;
  border-color: #99CC33;
}

.theme-vivo #email-nav-items li.active {
  border-left-color: #99CC33;
  border-right-color: #99CC33;
}

.theme-vivo #email-nav-items li.active a {
  color: #99CC33;
}

.theme-vivo #email-nav-items li.active .label-primary {
  background-color: #99CC33;
}

.theme-vivo #email-nav-items li a:hover {
  color: #99CC33;
}

.theme-vivo .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #99CC33;
}

.theme-vivo .cd-timeline-img {
  background-color: #99CC33;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-vivo #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-vivo .dataTable thead th:hover {
  color: #99CC33;
}

.theme-vivo .pace .pace-progress {
  background-color: #fff;
}

.theme-vivo #config-tool.closed #config-tool-cog:hover {
  background-color: #99CC33;
}

.rtl.theme-vivo #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-vivo .cd-timeline-content .cd-date {
    color: #99CC33;
  }
}

@media (max-width: 991px) {
  .theme-vivo #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-vivo #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-vivo .navbar>.container .navbar-brand {
    /*background-color: #8bc34a;*/
    background-color: var(--dark-primary-color);
  }
}

.theme-vivo .red-bg {
  background-color: var(--dark-primary-color) !important;
}

.theme-vivo .vermelho-et-1 {
  background-color: #FF9900;
}

.theme-vivo .vermelho-et-2 {
  background-color: #99CC33;
}

.theme-vivo .vermelho-et-3 {
  background-color: #0066CC;
}

/** Items per page selector */

.theme-vivo .selectItemsPerPage {
  color: #67009c;
  border-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

/** Search input on focus purple border and box-shadow*/

.theme-vivo .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

/* VIVO Sign Document */

.theme-vivo #participants-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-vivo #participants-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

.theme-vivo .unselected-tab {
  display: flex;
  color: var(--dark-grey);
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-vivo .unselected-tab h4, .theme-vivo .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-vivo .unselected-tab:hover {
  color: #B287D6;
  cursor: pointer;
}

.theme-vivo .current-tab {
  display: flex;
  color: var(--medium-primary-color);
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-vivo .signDocCategory {
  background-color: #826EC5;
  min-height: 45px;
  padding: 0.75em;
}

.theme-vivo #sign-doc-category, .theme-vivo #sign-doc-help {
  text-align: center;
  padding: 0.75em;
}

.theme-vivo #sign-doc-category h1 {
  font-size: 1.3em;
  color: #fff;
  display: inline;
}

.theme-vivo .assinaturaDeDocumento #content-wrapper {
  background-size: cover;
  min-height: 100%;
}

.theme-vivo .assinaturaDeDocumento .signDocsViewDocArea .col-md-10, .theme-vivo .assinaturaDeDocumento .signDocsViewDocArea .col-md-12, .theme-vivo .assinaturaDeDocumento .signDocsViewDocArea .col-lg-8, .theme-vivo .assinaturaDeDocumento .signDocsViewDocArea .row {
  margin: 0;
  padding: 0;
}

.theme-vivo .assinaturaDeDocumento .main-box {
  background: rgba(0, 0, 0, 0.0);
  box-shadow: 0px rgba(0, 0, 0, 0.0);
  border: none;
  margin-bottom: 0;
  /* overflow: hidden; */
  /*border-radius: 3px;*/
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-vivo .assinaturaDeDocumento #content-wrapper,
/*.theme-vivo #content-wrapper,*/

.theme-vivo .assinaturaDeDocumento #content-wrapper .col-lg-4 {
  padding: 0;
  margin: 0;
}

.theme-vivo #content-wrapper, .theme-vivo .container {
  padding: 0;
}

.theme-vivo #page-wrapper .row, .theme-vivo #page-wrapper .container, .theme-vivo .assinaturaDeDocumento .container {
  padding: 0;
  margin: 0;
}

.theme-vivo .assinaturaDeDocumento .navbar-fixed-bottom .form-group {
  float: right;
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 170px;
}

.theme-vivo .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn {
  padding: 0.5em;
  width: 170px;
}

.theme-vivo .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn-lg {
  font-size: 15px;
}

.theme-vivo .assinaturaDeDocumento .example {
  position: sticky;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  z-index: 100;
}

.theme-vivo #doc-info-wrapper, .theme-vivo #replicate-coordinates-wrapper {
  margin: 1.25em;
  padding: 1em 1em 1.5em 1em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo #doc-info-wrapper.row {
  padding: 1em;
}

.theme-vivo #doc-info-file-name {
  text-align: center;
  justify-content: center;
  color: var(--medium-primary-color);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /** número de linhas a serem exibidas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /** (...) */
}

.theme-vivo .signDocFileTopNav {
  background-color: rgba(0, 0, 0, 0.5);
  color: #CCBCDB;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 100;
}

/*@keyframes grow{
  100%  {transform: scale(1.2);}
}*/

.theme-vivo .signDocFileTopNav .fa-arrow-left:hover, .theme-vivo .signDocFileTopNav .fa-arrow-right:hover {
  color: #826EC5;
  cursor: pointer;
  /*animation: grow 0.3s linear 1;*/
}

.theme-vivo .assinaturaDeDocumento #signDocViewWrapper {
  height: 95vh;
  overflow: auto;
}

/* width */

.theme-vivo .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-vivo .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */

.theme-vivo .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-vivo .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
  background: #826EC5;
}

.theme-vivo .signDocFileTopNav .navigateToDemandCtrl {
  align-content: right;
  justify-content: right;
  padding: 0.5em;
}

.theme-vivo .signDocFileTopNav .fa {
  font-size: 1.3em;
  color: #C9C9C9;
  padding: 0em 0.25em 0em 0.25em;
}

.theme-vivo .signDocFileTopNav .fa-pencil {
  color: #989898;
}

.theme-vivo .docInfoFileName h5 {
  /*text-align: center;
    justify-content: center;*/
  color: #CCBCDB;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70ch;
  max-height: 2ch;
}

.theme-vivo #doc-info-file {
  color: var(--medium-primary-color);
  font-size: 16px;
  padding-left: 25px;
}

.theme-vivo #sign-doc-help .fa-help {
  color: rgba(255, 255, 255, 0.6);
  /*padding-right: 1em;*/
}

.theme-vivo #sign-doc-help .fa-help:hover {
  color: rgba(255, 255, 255, 0.8);
}

.theme-vivo #doc-info-file-name .fa-file-text {
  font-size: 1.75em;
}

.theme-vivo .sign-doc-tabs-content-box::-webkit-scrollbar {
  display: auto;
}

/* width */

.theme-vivo .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-vivo .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-vivo .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-vivo .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb:hover {
  background: #826EC5;
  /*background: #555;*/
}

.theme-vivo .sign-doc-tabs-content-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.theme-vivo .sign-doc-tabs-content-box {
  margin: 0.25em 2em 2em 2em;
  padding: 1em;
  background-color: #F1EDF5;
  border-radius: 8px;
  max-height: 35vh;
  overflow-y: auto;
}

.theme-vivo .sign-doc-tabs-content, .theme-vivo #sign-doc-history {
  padding: 0.75em;
}

.theme-vivo .sign-doc-tabs-content img {
  padding: 0.75em;
  /*width: 100%;*/
  border-radius: 50%;
}

.theme-vivo .sign-doc-tabs-content label {
  font-size: 12px;
  color: #826EC5;
}

.theme-vivo .sign-doc-tabs-content p {
  font-size: 14px;
  color: var(--dark-grey);
}

.theme-vivo .sign-doc-tabs-content .fa {
  margin-left: 1em;
  font-size: 1.5em;
}

.theme-vivo .sign-doc-tabs-content .fa-clock-o {
  color: #F5AB00;
}

.theme-vivo .sign-doc-tabs-content .fa-check-circle {
  color: #8BC155;
}

.theme-vivo .sign-doc-signatories {
  text-align: center;
  width: 50%;
  float: left;
}

.theme-vivo .sign-doc-signatories img {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.theme-vivo .sign-doc-signatories label {
  color: #fff;
}

.theme-vivo .sign-doc-signatories h5 {
  color: var(--dark-grey);
}

.theme-vivo .sign-doc-comments-box .fa-comments {
  font-size: 3em;
  color: rgba(0, 0, 0, 0.4);
  margin: auto;
}

.theme-vivo .sign-doc-comments-box .fa-paper-plane {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
}

.theme-vivo .sign-doc-comments-box {
  /* text-align: center;*/
}

/*.theme-vivo .sign-doc-comments-box #sign-doc-comments-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}*/

.theme-vivo .sign-doc-comments-box .btn-primary {
  padding: 2.2em;
}

.theme-vivo .sign-doc-comments-box .col-lg-8, .theme-vivo .sign-doc-comments-box .col-lg-2, .theme-vivo .sign-doc-comments-box .input-group {
  margin: 0;
  padding: 0;
}

.theme-vivo #sign-doc-comments-title {
  text-align: center;
  padding: 1em;
  border-top: 1px solid;
  border-top-color: var(--medium-primary-color);
  margin-top: 1em;
}

.theme-vivo #sign-doc-comments-title h1 {
  font-size: 1.3em;
  color: var(--medium-primary-color);
  display: inline;
}

.theme-vivo .user-dropdown-box-wrapper li {
  list-style-type: none;
}

.theme-vivo .user-dropdown-box-wrapper {
  color: #fff;
  padding: 0.5em;
}

/* VIVO SIGN DOC preview pages*/

.theme-vivo .assinaturaDeDocumento #sign-docs-preview-page-wrapper {
  /*position: fixed;
top: 8vh;
right: -15px;*/
}

/*Hide scrollbar of preview pages column*/

.theme-vivo .signDocsPreviewPagesColumn::-webkit-scrollbar {
  display: none;
}

.theme-vivo .signDocsPreviewPagesColumn .img-responsive {
  opacity: 0.7;
}

.theme-vivo .signDocsPreviewPagesColumn .img-responsive:hover {
  opacity: 1;
}

.theme-vivo .signDocsPreviewPagesColumn {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*Enf of hide scrollbar of preview pages column*/

.theme-vivo .signDocsPreviewPagesColumn {
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 1em;
  position: relative;
  max-height: 65vh;
  overflow: auto;
}

.theme-vivo #signDocsPreviewPageUp, .theme-vivo #signDocsPreviewPageDown {
  align-content: center;
  text-align: center;
  justify-content: center;
}

.theme-vivo #signDocsPreviewPageUp .fa:hover, .theme-vivo #signDocsPreviewPageDown .fa:hover {
  color: #826EC5;
  cursor: pointer;
}

.theme-vivo #signDocsPreviewPageUp .fa, .theme-vivo #signDocsPreviewPageDown .fa {
  color: #EEE;
  font-size: 1.5em;
  padding: 0.5em;
}

.theme-vivo .signDocsPreviewPage {
  width: 70%;
  margin: 0.25em auto 0.25em auto;
  padding: 0.25em;
  left: 0;
}

.theme-vivo .signDocsPreviewPage:hover {
  /*border: 1px solid #8E2DD8;*/
  background: rgba(159, 146, 209, 0.7);
  cursor: pointer;
}

.theme-vivo .assinaturaDeDocumento .modal-content col-sm-12, .theme-vivo .assinaturaDeDocumento .modal-content col-xs-12 {
  padding: 0;
}

/*.theme-vivo #sign-doc-comments-title {
    text-align: center;
    background-color: #826EC5;
    height: 60px;
    padding: 1em;
}
.theme-vivo #sign-doc-comments-title h1{
    font-size: 1.6em;
    color: #fff;
    display: inline;
}*/

/*VIVO Sign Doc user box*/

.theme-vivo #user-right-box {
  padding: 0.25em;
}

.theme-vivo #user-right-box img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 3px solid #fff;
  float: left;
  width: 45px;
  margin-right: 1em;
}

.theme-vivo #user-right-box .user-box {
  color: #fff;
  float: right;
}

.theme-vivo #user-right-box .user-box>.name {
  display: block;
  font-size: 1em;
  font-weight: 500;
}

.theme-vivo #user-right-box .user-box>.name>a {
  color: #fff;
}

.theme-vivo #user-right-box .user-box>.name>a:hover, #user-left-box .user-box>.name>a:focus {
  color: #E1E1E1;
  text-decoration: none;
}

.theme-vivo #user-right-box .user-box>.status {
  display: block;
  font-size: 0.75em;
  padding-top: 3px;
}

.theme-vivo #user-right-box .user-box>.status>i {
  color: #8bc34a;
  margin-right: 4px;
}

.theme-vivo #user-right-box.dropdown .dropdown-menu {
  top: 55px;
  left: 30px;
}

.theme-vivo #user-right-box.dropdown .dropdown-menu a {
  color: #707070;
  font-size: 0.875em;
}

.theme-vivo #user-right-box.dropdown .dropdown-menu a:hover {
  background-color: #f6f6f6;
  color: #707070;
}

/*VIVO Digital Accept */

.theme-vivo #digitalAcceptModal input[type=radio] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Hidding the input radio */

.theme-vivo #digitalAcceptModal .radio label:before, .theme-vivo #digitalAcceptModal .radio label:after {
  opacity: 0;
}

.theme-vivo #digitalAcceptModal input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 50px;
  width: 100%;
  line-height: 45px;
}

.theme-vivo #digitalAcceptModal input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-vivo #digitalAcceptModal input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #9171D1;
  color: #FFF;
}

.theme-vivo #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #70A740;
  color: #FFF;
}

/*.theme-vivo #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked:hover + label {
    background-color: #BF3A3A;
    color: #FFF;
}*/

.theme-vivo #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked:hover+label {
  background-color: #5A9228;
  color: #FFF;
}

.theme-vivo #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #DC4747;
  color: #FFF;
}

.theme-vivo #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked:hover+label {
  background-color: #BF3A3A;
  color: #FFF;
}

.theme-vivo #digitalAcceptModal .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #digitalAcceptModal .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #digitalAcceptModal .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-vivo #digitalAcceptModal .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo #digitalAcceptModal .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-vivo #digitalAcceptModal #sign-box-inner {
  padding: 0 1em 1em 1em;
  border: none;
  text-align: center;
}

.theme-vivo #digitalAcceptModal #sign-box-inner h5 {
  color: var(--medium-primary-color);
  margin: 0;
  margin-bottom: 1em;
  /*padding: 0 2em 0 2em;*/
}

.theme-vivo #digitalAcceptModal #digital-accept-justify-choice {
  border-top: 1px solid var(--medium-primary-color);
  width: 90%;
  margin: auto;
  background-color: /*#D2BDDF*/
  /*var(--medium-primary-color)*/
  ;
  /* #89818E*/
  /*var(--medium-primary-color)*/
  /*border-radius: 4px;*/
  /* padding: 1em;*/
}

.theme-vivo #digitalAcceptModal #digital-accept-justify-choice h5 {
  color: var(--medium-primary-color);
  /*color: #FFF;*/
  padding: 1em;
  margin: 0;
  font-size: 12px;
}

.theme-vivo #digitalAcceptModal #digital-accept-justify-choice-textbox {
  with: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.theme-vivo #digitalAcceptModal #digital-accept-justify-choice textarea {
  width: 300px;
  height: 90px;
  resize: none;
  display: block;
  margin: auto;
  border-color: #D2BDDF;
}

.theme-vivo #digitalAcceptModal #sign-box-inner .input-group>.form-control, #sign-box-inner .input-group>.input-group-addon {
  line-height: normal;
}

.theme-vivo #digitalAcceptModal #sign-box .btn {
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
  width: 100%
}

/*VIVO sign A1 A3*/

.theme-vivo #sign-A1A3 .modal-dialog, .theme-vivo #sign-A1Nuvem .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #sign-A1A3 .modal-content, .theme-vivo #sign-A1Nuvem .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #sign-A1A3 .modal-header, .theme-vivo #sign-A1Nuvem .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-vivo #sign-A1A3 .modal-title, .theme-vivo #sign-A1Nuvem .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo #sign-A1A3 .modal-title h2, .theme-vivo #sign-A1Nuvem .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-vivo .modal-header {
  padding: 1em;
}

.theme-vivo .modal-header .fa-times-circle {
  font-size: 1.7em;
  color: var(--medium-primary-color);
}

.theme-vivo .modal-header .fa-times-circle:hover {
  color: var(--light-primary-hover-color);
  font-size: 1.7em;
  cursor: pointer;
}

.theme-vivo .modal-body #pre-requirements-failed {
  width: 100%;
  padding: 0;
}

.theme-vivo .modal-body #pre-requirements-failed h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}

.theme-vivo .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-vivo .modal-sign-doc #icp-sign {
  padding: 0em 1.5em 0em 1.5em;
  /* position: absolute;
    bottom: 1em;*/
}

.theme-vivo .modal-sign-doc .package-content {
  border: none;
  box-shadow: 0;
}

.theme-vivo .modal-sign-doc .btn-green, .theme-vivo #sign-A1Nuvem .btn-green {
  padding: 1em;
  width: 100%;
}

.theme-vivo .modal-sign-doc #verifying-pre-requirements p {
  color: #DC3546;
}

.theme-vivo .modal-sign-doc .pricing-package .package-features li {
  font-size: 14px;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-vivo .modal-sign-doc .package-features a {
  /*display: inline;*/
  padding-left: 1.6em;
  text-align: center;
  font-size: 14px;
  color: #DC3546;
  text-decoration: underline;
}

.theme-vivo #sign-A1Nuvem .btn-green {
  margin: 0;
}

.theme-vivo #sign-A1Nuvem #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  /*
  padding: 40px 25px;
  */
  /*height: 390px;*/
}

.theme-vivo .signCheckbox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}

.theme-vivo .signCheckbox input[type=checkbox]:checked+label:after {
  background-color: #DC3546;
  color: #DC3546;
}

.theme-vivo #passwordCert, .theme-vivo #passwordCert .form-control {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  text-align: center;
  border-bottom-color: #A380D8;
}

.theme-vivo #passwordCert .form-control:focus {
  border-color: #470099;
  outline: 0;
  box-shadow: none;
}

.theme-vivo #passwordCert {
  padding: 0% 15% 0% 15%;
}

/** VIVO Sign Assinatura Eletrônica */

.theme-vivo #signCollaboratorModal-SignElectronic .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #signCollaboratorModal-SignElectronic .modal-dialog {
  width: 600px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  padding: 10px;
  /*height: 390px;*/
}

.theme-vivo #signCollaboratorModal-SignElectronic .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-vivo #signCollaboratorModal-SignElectronic .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo #signCollaboratorModal-SignElectronic .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-vivo .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-vivo #signCollaboratorModal-SignElectronic .btn-green {
  margin: 0;
  text-transform: capitalize;
}

.theme-vivo #signCollaboratorModal-SignElectronic .unselected-tab, .theme-vivo #signCollaboratorModal-SignElectronic .current-tab {
  font-size: 0.9em;
}

.theme-vivo #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

.theme-vivo #signCollaboratorModal-SignElectronic #signCanvas {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-vivo #signCollaboratorModal-SignElectronic #signCanvasBlackPen {
  background: #6A6A6A;
  border-radius: 6px;
  max-height: 150px;
}

.theme-vivo #signCollaboratorModal-SignElectronic #signCanvasBluePen {
  background: #3452E5;
  border-radius: 6px;
  max-height: 150px;
}

.theme-vivo #signCollaboratorModal-SignElectronic .reuseSignRubric {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-vivo #signCollaboratorModal-SignElectronic #electronic-sign-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-vivo #electronic-sign-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

/* applying to the background of the electronic sign modal a fade */

.theme-vivo .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

/** VIVO upload Sign */

.theme-vivo .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #9D7ABE;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-vivo .uploadSignBox h5 {
  color: var(--medium-primary-color);
}

.theme-vivo .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: var(--medium-primary-color);
}

.theme-vivo .uploadSignBox:hover {
  background: #EBE1F6;
  color: #9D7ABE;
}

/** VIVO modelsSign */

.theme-vivo #signCollaboratorModal-SignElectronic input[type=radio] {
  display: none;
}

.theme-vivo #signCollaboratorModal-SignElectronic input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 60px;
  width: 100%;
}

.theme-vivo #signCollaboratorModal-SignElectronic input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-vivo #signCollaboratorModal-SignElectronic input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #9171D1;
  height: 60px;
  width: 100%;
}

.theme-vivo #signCollaboratorModal-SignElectronic input[type=radio]:checked:hover+label {
  background-color: #6D51A4;
}

.theme-vivo .clearCanvas:before {
  content: "\f12d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: none;
  color: var(--dark-grey);
  cursor: pointer;
}

.theme-vivo .clearCanvas:hover::before {
  /*content: "\f12d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: none;
    cursor: pointer;*/
  color: #DC3546;
}

/** VIVO Sign Token - Email SMS*/

/** VIVO Sign Blockchain */

.theme-vivo #signCollaboratorModal-SMS .modal-content, .theme-vivo #signCollaboratorModal-Email .modal-content, .theme-vivo #signCollaboratorModal-BlockchainID .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #signCollaboratorModal-SMS .modal-dialog, .theme-vivo #signCollaboratorModal-Email .modal-dialog, .theme-vivo #signCollaboratorModal-BlockchainID .modal-dialog {
  width: 450px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo #signCollaboratorModal-SMS #sign-box-inner, .theme-vivo #signCollaboratorModal-Email #sign-box-inner, .theme-vivo #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-vivo #signCollaboratorModal-SMS .modal-header, .theme-vivo #signCollaboratorModal-Email .modal-header, .theme-vivo #signCollaboratorModal-BlockchainID .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-vivo #signCollaboratorModal-SMS .modal-title, .theme-vivo #signCollaboratorModal-Email .modal-title, .theme-vivo #signCollaboratorModal-BlockchainID .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo #signCollaboratorModal-SMS .modal-title h2, .theme-vivo #signCollaboratorModal-Email .modal-title h2, .theme-vivo #signCollaboratorModal-BlockchainID .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-vivo #signCollaboratorModal-SMS .btn-green, .theme-vivo #signCollaboratorModal-Email .btn-green {
  margin: 0;
  padding: 1em;
  height: 50px;
  width: 100%;
  text-transform: capitalize;
}

/*.theme-vivo #signCollaboratorModal-SMS .unselected-tab,
.theme-vivo #signCollaboratorModal-SMS .current-tab {
    font-size: 0.9em;
}*/

.theme-vivo #signCollaboratorModal-SMS #sign-box-inner, .theme-vivo #signCollaboratorModal-Email #sign-box-inner, .theme-vivo #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

/* applying to the background of the electronic sign modal a fade */

.theme-vivo .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-vivo #signCollaboratorModal-SMS .user-resend-code, .theme-vivo #signCollaboratorModal-Email .user-resend-code {
  margin: 2em 0em 1em 0em;
}

.theme-vivo #signCollaboratorModal-SMS .user-resend-code a, .theme-vivo #signCollaboratorModal-Email .user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: var(--medium-primary-color);
  text-decoration: underline;
}

.theme-vivo #signCollaboratorModal-SMS .user-resend-code a:hover, .theme-vivo #signCollaboratorModal-Email .user-resend-code a:hover {
  color: var(--medium-primary-hover-color);
  cursor: pointer;
}

.theme-vivo #signCollaboratorModal-SMS .user-resend-code .fa-refresh, .theme-vivo #signCollaboratorModal-Email .user-resend-code .fa-refresh {
  color: var(--medium-primary-color);
  font-size: 1.2em;
}

.theme-vivo #signCollaboratorModal-SMS .user-resend-code .fa-refresh:hover, .theme-vivo #signCollaboratorModal-Email .user-resend-code .fa-refresh:hover {
  color: var(--medium-primary-hover-color);
}

.theme-vivo #signCollaboratorModal-SMS #inform-the-code-title, .theme-vivo #signCollaboratorModal-Email #inform-the-code-title {}

.theme-vivo #signCollaboratorModal-SMS #inform-the-code-title h4, .theme-vivo #signCollaboratorModal-Email #inform-the-code-title h4 {
  color: var(--dark-grey);
}

.theme-vivo #signCollaboratorModal-SMS #inform-the-code-title h5, .theme-vivo #signCollaboratorModal-Email #inform-the-code-title h5, .theme-vivo #signCollaboratorModal-BlockchainID #scanQRCode h5 {
  padding: 0;
  margin: 0;
  color: var(--medium-primary-color);
  font-style: italic;
}

.theme-vivo #signCollaboratorModal-SMS #sign-box, .theme-vivo #signCollaboratorModal-Email #sign-box, .theme-vivo #signCollaboratorModal-BlockchainID #sign-box {
  margin: 0;
  text-align: center;
}

/* input */

.theme-vivo #signCollaboratorModal-SMS .input-group, .theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-vivo #signCollaboratorModal-Email .input-group, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin: 3em 0 1em 0;
}

.theme-vivo #signCollaboratorModal-SMS .input-group input, .theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-vivo #signCollaboratorModal-Email .input-group input, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-size: 1.25em;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  /*border-color: var(--light-grey-hover);*/
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-vivo #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon i, .theme-vivo #signCollaboratorModal-Email .input-group .input-group-addon i {
  color: #C9C9C9;
}

/** VIVO upload Sign */

.theme-vivo .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #9D7ABE;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-vivo .uploadSignBox h5 {
  color: #DC3546;
}

.theme-vivo .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #CC5763;
}

.theme-vivo .uploadSignBox:hover {
  background: #EBE1F6;
  color: #9D7ABE;
}

/** VIVO Sign doc go to sign page*/

.theme-vivo .sign-doc-tabs-content ul {
  list-style: none;
}

@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes shrink {
  50% {
    transform: scale(0.8);
  }
}

.theme-vivo .sign-doc-tabs-content .isSigned {
  color: #fff;
  background-color: #8BBD13;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-vivo .sign-doc-tabs-content .isSigned:hover {
  animation: shrink 0.3s linear 1;
}

.theme-vivo .sign-doc-tabs-content .isSigned:before {
  content: "\f00c";
  /*\"f058"*/
  /*\"f00c"*/
  font-family: FontAwesome;
  font-weight: 200;
  font-size: 1.1em;
}

.theme-vivo .sign-doc-tabs-content .needsToSignFew {
  color: #fff;
  background-color: #F5AB00;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-vivo .sign-doc-tabs-content .needsToSignFew:hover {
  animation: pop 0.3s linear 1;
}

.theme-vivo .sign-doc-tabs-content .needsToSignMany {
  background-color: #F37200;
  color: #fff;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-vivo .sign-doc-tabs-content .needsToSignMany:hover {
  animation: pop 0.3s linear 1;
}

/*.theme-vivo .sign-doc-tabs-content .nothingToSign{
    background-color: #89818E;
    color: var(--dark-grey);
    border-radius: 5px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}*/

.theme-vivo .sign-doc-tabs-content .nothingToSign {
  background-color: #89818E;
  /*color: #686868;*/
  color: #BFBFBF;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
}

.theme-vivo .sign-doc-tabs-content .nothingToSign:before {
  content: "\f039";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 1.2em;
}

.theme-vivo .sign-doc-tabs-content .signDocGrid td {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border: 1px dotted;
  border-color: #89818E;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
}

.theme-vivo .signDocsViewDocArea {
  background: #333333;
  /*padding-bottom: 1em;*/
  height: 100vh;
}

.theme-vivo .assinaturaDeDocumento #slider-range-value {
  color: #E3E3E3;
}

/* VIVO Confirm Chancellor*/

.theme-vivo #login-full-wrapper {
  background: #F5F5F5;
}

.theme-vivo #login-full-wrapper .row {
  margin: 0;
}

.theme-vivo .addNewDocWrapper .main-box-body {
  text-align: center;
}

.theme-vivo .addNewDocWrapper .main-box-body h2 {
  color: #DC3546;
}

/* VIVO New Document */

.theme-vivo .addNewDocWrapper .main-box {
  border: none;
}

.theme-vivo .addNewDocWrapper .form-control:focus, .theme-vivo .newDocModals .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-vivo .addNewDocWrapper .form-control {
  height: 50px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-vivo .drop-box {
  border: 1px dashed #9D7ABE;
  border-radius: 8px;
  background-color: #DFD1EE;
  margin: 1.5em 0 1.5em 0;
  cursor: pointer;
  height: auto;
  padding: 1em 1em 1.5em 1em;
}

.theme-vivo .drop-box:hover {
  background: #CAC2E5;
  color: #9D7ABE;
}

.theme-vivo .drop-box .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #884CC1;
}

.theme-vivo .visibleDesktop, .theme-vivo .visibleDesktop {
  color: var(--dark-primary-color);
}

.theme-vivo .chooseFileOrTemplateWrapper {
  border-radius: 8px 0px 0px 8px;
  /* border: 1px solid var(--dark-primary-color);*/
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-vivo .chooseFileOrTemplateContentWrapper {
  padding: 1.5em;
}

.theme-vivo .addNewDocWrapper .col-md-6 {
  padding: 0;
}

.theme-vivo #chooseFileOrTemplateTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  /*background: #CAC2E5;*/
}

.theme-vivo .chooseFileOrTemplateWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  /*border-bottom: 1px solid var(--dark-primary-color);*/
  display: inline;
}

.theme-vivo .filesAndTemplatesTabs {
  margin: 0.25em 0 1em 0;
  display: flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.theme-vivo .chooseFileOrTemplateWrapper .row {
  padding: 0;
}

.theme-vivo .filesAndTemplatesTabs .current-tab, .theme-vivo .filesAndTemplatesTabs .unselected-tab {
  display: block;
  width: 50%;
}

.theme-vivo .filesAndTemplatesTabs .current-tab {
  background: #D5C4EB;
  color: var(--dark-primary-color);
}

/*.theme-vivo .filesAndTemplatesTabs .unselected-tab{
    background: #E3E3E3;
}*/

.theme-vivo .filesAndTemplatesTabs .current-tab {
  border-bottom: 6px solid #6805BE;
}

.theme-vivo .filesAndTemplatesTabs .unselected-tab {
  border-bottom: 6px solid #9C93A4;
}

.theme-vivo .filesAndTemplatesTabs .unselected-tab:hover {
  border-bottom: 6px solid #9258C4;
  background: #E3E3E3;
  color: var(--medium-primary-color);
}

.theme-vivo .addNewDocWrapper .campoPreVisualizacao {
  border-radius: 0 8px 8px 0;
  background-color: #404040;
  height: 400px;
  padding: 1em;
}

.theme-vivo .addSignatoriesOptionsWrapper {
  border-radius: 0 8px 8px 0;
  /*border: 1px solid 997BFF;*/
  /*background-color: #fff;*/
  background-color: #404040;
  min-height: 350px;
  padding: 1em;
}

.theme-vivo .addSignatoriesListWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-vivo #addSignatoriesTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  text-align: center;
  /*background: #CAC2E5;*/
}

.theme-vivo .addSignatoriesListWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  display: inline;
}

.theme-vivo .addNewDocWrapper .campoPreVisualizacao h4, .theme-vivo .addNewDocWrapper .campoPreVisualizacao label {
  color: #BBBBBB;
}

.theme-vivo .addNewDocWrapper ul {
  list-style-type: none;
  margin: 0;
}

.theme-vivo .addNewDocWrapper li {
  color: #AA00FF;
  margin: 0;
}

.theme-vivo .addNewDocWrapper .editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: #AA00FF;
  border-bottom-color: #AA00FF;
}

.theme-vivo .addSignatoriesOptionsRow {
  padding: 0.75em;
  border-bottom: 1px solid var(--medium-primary-color);
}

.theme-vivo .addSignatoriesOptionsRow #addSignatories {
  text-align: center;
  font-size: 1.3em;
}

.theme-vivo .addSignatoriesOptionsRow #addSignatories h4 {
  font-family: "Open Sans", sans-serif;
  color: #C1C1C1;
  padding: 0 0 1em 0;
  margin: 0;
}

.theme-vivo .addSignatoriesOptionsRow #addFromMySignatories, .theme-vivo .addSignatoriesOptionsRow #addNewSignatory, .theme-vivo .addSignatoriesOptionsRow #setCoordinates, .theme-vivo .addSignatoriesOptionsRow #generateDoc, .theme-vivo .addSignatoriesOptionsRow #applyCoordinates, .theme-vivo .addSignatoriesOptionsRow #applySignatories {
  padding: 0.6em 0.6em 0.6em 0.3em;
  cursor: pointer;
}

.theme-vivo .addSignatoriesOptionsRow #addFromMySignatories:hover, .theme-vivo .addSignatoriesOptionsRow #addNewSignatory:hover, .theme-vivo .addSignatoriesOptionsRow #setCoordinates:hover, .theme-vivo .addSignatoriesOptionsRow #generateDoc:hover, .theme-vivo .addSignatoriesOptionsRow #applyCoordinates:hover, .theme-vivo .addSignatoriesOptionsRow #applySignatories:hover {
  background-color: rgba(75, 8, 138, 0.4);
  color: #fff;
}

.theme-vivo .addSignatoriesOptionsRow #addFromMySignatories a, .theme-vivo .addSignatoriesOptionsRow #addNewSignatory a, .theme-vivo .addSignatoriesOptionsRow #setCoordinates a, .theme-vivo .addSignatoriesOptionsRow #generateDoc a, .theme-vivo .addSignatoriesOptionsRow #applyCoordinates a, .theme-vivo .addSignatoriesOptionsRow #applySignatories a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
  text-decoration: none;
  color: var(--light-primary-hover-color);
}

.theme-vivo .addSignatoriesOptionsRow #addFromMySignatories:before {
  content: '\f007';
  /*f007*/
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .addSignatoriesOptionsRow #addNewSignatory:before {
  content: '\f234';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .addSignatoriesOptionsRow #setCoordinates:before {
  content: '\f0b2';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .addSignatoriesOptionsRow #generateDoc:before {
  content: '\f085';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .addSignatoriesOptionsRow #applyCoordinates:before {
  content: '\f78c';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .addSignatoriesOptionsRow #applySignatories:before {
  font-family: FontAwesome;
  content: '\f0c0';
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-vivo .includeMeAsSignatory .includeMeToggle {
  width: 3em;
}

.theme-vivo .onAndOffToggle input {
  -webkit-appearance: none;
}

.theme-vivo .onAndOffToggle input[type=checkbox]:before {
  content: '\f204';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
}

.theme-vivo .onAndOffToggle input[type=checkbox]:checked::before {
  content: '\f205';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--medium-accent-color);
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
  padding-left: 1.3em;
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  ;
  color: var(--medium-accent-hover-color);
  padding-left: 1.3em;
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
}

.theme-vivo .onAndOffToggle #pdfBlock input[type=checkbox]:checked::before {
  color: var(--medium-accent-color);
}

.theme-vivo .onAndOffToggle input[type=checkbox]+label {
  padding: 0 0 0 1.5em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
}

.theme-vivo .onAndOffToggle #includeMeAsSignatory input[type=checkbox]+label:after {
  content: 'Não sou um signatário';
  color: var(--light-primary-hover-color);
}

.theme-vivo .onAndOffToggle #includeMeAsSignatory input[type=checkbox]:checked+label:after {
  content: 'Sou um signatário';
  color: var(--medium-accent-color);
}

.theme-vivo .onAndOffToggle #pdfBlock input[type=checkbox]+label:after {
  font-size: 0.9em;
  content: 'Bloquear PDF';
  color: var(--medium-primary-color);
  padding-right: 0.5em;
}

.theme-vivo .onAndOffToggle #pdfBlock input[type=checkbox]:checked+label:after {
  font-size: 0.9em;
  content: 'PDF bloqueado';
  color: #6ABE23;
  padding-right: 0.5em;
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-primary-color);
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-accent-hover-color);
}

.theme-vivo .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  padding-left: 2.4em;
}

.theme-vivo .onAndOffToggle #sendToChancellor input[type=checkbox]+label:after {
  content: 'Enviar para Chancela';
  color: var(--light-primary-hover-color)
}

.theme-vivo .onAndOffToggle #sendToChancellor input[type=checkbox]:checked+label:after {
  content: 'Enviar para Chancela';
  color: var(--medium-accent-color);
}

.theme-vivo .onAndOffToggle #signByOrder input[type=checkbox]+label:after {
  content: 'Assinar na ordem';
  color: var(--light-primary-hover-color);
}

.theme-vivo .onAndOffToggle #signByOrder input[type=checkbox]:checked+label:after {
  color: var(--medium-accent-color);
}

.theme-vivo .onAndOffToggle #useAutoCoords input[type=checkbox]+label:after {
  content: 'Usar Auto-Coordenadas';
  color: var(--light-primary-hover-color);
}

.theme-vivo .onAndOffToggle #useAutoCoords input[type=checkbox]:checked+label:after {
  color: var(--medium-accent-color);
}

.theme-vivo #sendDocumentToSign .btn {
  margin-top: 0.75em;
  width: 100%;
  font-size: 1.25em;
  border-radius: 6px;
  border: none;
  padding: 0.6em;
  background-color: #6ABE23;
}

.theme-vivo #sendDocumentToSign .btn:hover {
  background-color: #619A30;
}

.theme-vivo #sendDocToOthers {
  background: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0 0 4px var(--medium-grey);
}

.theme-vivo #sendDocToOthers .fa-envelope-o {
  font-size: 1.6em;
  padding-top: 0.5em;
  color: var(--medium-primary-color);
}

.theme-vivo #listOfContactsToSign .nestable-lists {
  border-radius: 6px;
  background-color: #fff;
  border: none;
}

.theme-vivo #listOfContactsToSign .input-group {}

.theme-vivo #listOfContactsToSign .form-control, .theme-vivo .newDocModals .form-control, .theme-vivo #addEmail .form-group tags-input .tags {
  height: 40px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-vivo #addEmail .form-group tags-input .tags.focused {
  outline: 0;
  border-color: rgba(142, 69, 153, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-vivo #sendDocToOthers ul {
  list-style-type: none;
}

.theme-vivo #listOfContactsToSign .dd-handle {
  background: rgba(217, 196, 235, 0.4);
  /*border: none;*/
  border-radius: 6px;
}

.theme-vivo #listOfContactsToSign #user-profile a {
  font-weight: 600;
  font-size: 0.95em;
  color: var(--medium-primary-color);
}

.theme-vivo #listOfContactsToSign .table tbody>tr:hover {
  background: rgba(217, 196, 235, 0.6);
}

.theme-vivo #listOfContactsToSign .fa-trash-o {
  font-size: 1.5em;
  color: var(--dark-primary-color);
}

.theme-vivo #listOfContactsToSign .fa-trash-o:hover {
  color: #6ABE23;
}

.theme-vivo .newDocModals .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-vivo .newDocModals .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-vivo .newDocModals #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-vivo .newDocModals .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-vivo .newDocModals .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-vivo .newDocModals .modal-title h2 {
  color: var(--dark-primary-color);
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.theme-vivo .newDocModals .step-content {
  padding: 0 2em 1em 2em;
}

.theme-vivo #signatures-lote, .theme-vivo #view-doc-versions {
  margin-right: 15px;
}

.theme-vivo .addNewDocWrapper a:hover, .theme-vivo #view-doc-versions a:hover {
  text-decoration: none;
}

.theme-vivo #signatures-lote, .theme-vivo #view-validity-rules {
  margin-right: 15px;
}

.theme-vivo .addNewDocWrapper a:hover, .theme-vivo #view-validity-rules a:hover {
  text-decoration: none;
}


.theme-vivo #signatures-lote::before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

.theme-vivo #view-doc-versions::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

.theme-vivo #view-validity-rules::before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

.theme-vivo #signatures-lote, .theme-vivo #view-attachment-files {
  margin-right: 15px;
}

.theme-vivo .addNewDocWrapper a:hover, .theme-vivo #view-attachment-files a:hover {
  text-decoration: none;
}

.theme-vivo #view-attachment-files::before {
  content: "\f093";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

/* VIVO New Document - Document and Signatories tabs */

.theme-vivo #newDocTabs {
  display: block;
  justify-content: space-between;
  text-align: center;
}

.theme-vivo #newDocTabs .current-tab {
  display: block;
  color: var(--medium-primary-color);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-vivo #newDocTabs .unselected-tab {
  display: block;
  color: var(--dark-grey);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-vivo #newDocTabs .unselected-tab h4, .theme-vivo #newDocTabs .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-vivo #newDocTabs .current-tab h4 {
  font-weight: 400;
}

.theme-vivo #newDocTabs .unselected-tab:hover {}

.theme-vivo .current-tab #new-doc-tab-step-one::before, .theme-vivo .current-tab #new-doc-tab-step-two::before, .theme-vivo .unselected-tab #new-doc-tab-step-one::before, .theme-vivo .unselected-tab #new-doc-tab-step-two::before {
  font-family: "Open-Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

.theme-vivo .current-tab #new-doc-tab-step-one::before, .theme-vivo .unselected-tab #new-doc-tab-step-one::before {
  content: '1';
}

.theme-vivo .current-tab #new-doc-tab-step-two::before, .theme-vivo .unselected-tab #new-doc-tab-step-two::before {
  content: '2';
}

.theme-vivo #new-doc-tab-step-one, .theme-vivo #new-doc-tab-step-two, .theme-vivo #new-doc-tab-step-one-title, .theme-vivo #new-doc-tab-step-two-title {
  height: 6ch;
  padding: 0.75em;
}

.theme-vivo .current-tab #new-doc-tab-step-one, .theme-vivo .current-tab #new-doc-tab-step-two {
  background: var(--medium-primary-color);
}

.theme-vivo .unselected-tab #new-doc-tab-step-one, .theme-vivo .unselected-tab #new-doc-tab-step-two {
  background: var(--dark-grey);
}

.theme-vivo .current-tab #new-doc-tab-step-one-title, .theme-vivo .current-tab #new-doc-tab-step-two-title {
  background: var(--light-primary-color);
}

.theme-vivo .current-tab #new-doc-tab-step-one-title:hover, .theme-vivo .current-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-vivo .unselected-tab #new-doc-tab-step-one-title, .theme-vivo .unselected-tab #new-doc-tab-step-two-title {
  background: var(--light-grey);
}

.theme-vivo .unselected-tab #new-doc-tab-step-one-title:hover, .theme-vivo .unselected-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-grey-hover);
  cursor: pointer;
}

/* view-docs lote table, versions table */

.theme-vivo #view-docs-lote .table, .theme-vivo #view-revisions .table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.theme-vivo #view-docs-lote .table th, .theme-vivo #view-revisions .table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.theme-vivo #view-docs-lote .table th, .theme-vivo #view-docs-lote .table td, .theme-vivo #view-revisions .table th, .theme-vivo #view-revisions .table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.theme-vivo .centerTextXYaxis {
  text-align: center;
  vertical-align: middle;
}

/* scrollbar VIVO */

/* width */

.theme-vivo #view-docs-lote .table::-webkit-scrollbar, .theme-vivo #view-revisions .table::-webkit-scrollbar, .theme-vivo #view-revisions .table-responsive::-webkit-scrollbar, .theme-vivo .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

.theme-vivo #view-docs-lote .table::-webkit-scrollbar-track, .theme-vivo #view-revisions .table::-webkit-scrollbar-track, .theme-vivo #view-revisions .table-responsive::-webkit-scrollbar-track, .theme-vivo .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  0 background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-vivo #view-docs-lote .table::-webkit-scrollbar-thumb, .theme-vivo #view-revisions .table::-webkit-scrollbar-thumb, .theme-vivo #view-revisions .table-responsive::-webkit-scrollbar-thumb, .theme-vivo .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-vivo #view-docs-lote .table::-webkit-scrollbar-thumb:hover, .theme-vivo #view-revisions .table::-webkit-scrollbar-thumb:hover, .theme-vivo #view-revisions .table-responsive::-webkit-scrollbar-thumb:hover, .theme-vivo .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #826EC5;
  /*background: #555;*/
}

/*VIVO add new doc - progress bar */

/** Progress Bar **/

.theme-vivo .progress-bar {
  background-color: #1c386b;
  box-shadow: none;
  height: 14px;
  border-radius: 10px;
}

.theme-vivo .progress-bar-success {
  background-color: #97c93d;
}

.theme-vivo .progress-bar-info {
  background-color: #9c27b0;
}

.theme-vivo .progress-bar-warning {
  background-color: #ffc107;
}

.theme-vivo .progress-bar-danger {
  background-color: #e84e40;
}

/* enf of VIVO add new doc - progress bar */

/* VIVO header */

.theme-vivo #content-header {
  /*background: #f3f5f6;*/
  margin: -5px -15px 20px -15px;
  /*padding: 15px;
  border-bottom: 1px solid #dee4e8;*/
}

.theme-vivo @media (max-width: 767px) {
  #content-header {
    margin: -5px -5px 20px -5px;
  }
}

/* end of VIVO header */

.theme-vivo .modal-dialog {
  margin-bottom: 0;
  margin-top: 110px;
}

/******************* VIVO */

/******************* ITURAN */

/* LOGIN ITURAN */

.theme-ituran .form:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-ituran body {
  color: #F5F5F5;
}

.theme-ituran .container-fluid {
  margin: 0;
  padding: 0;
}

.theme-ituran .login-wrapper {
  background-color: #F5F5F5;
  background: url(../../img/whitey.jpg);
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative
}

.theme-ituran #login-box {
  max-width: 450px;
  min-width: 400px;
  margin: auto;
  padding-top: 50px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-ituran #login-box .btn {
  font-size: default;
  font-weight: 400;
  padding: 1.2em;
  text-transform: none;
  margin: auto;
}

.theme-ituran #login-box-inner {
  background: #fff;
  height: 550px;
  /*height: 75vh;*/
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  padding: 0;
  position: relative;
}

.theme-ituran #forgot-password-box-inner {
  background: #fff;
  height: 400px;
  /*height: 75vh;*/
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  /*border-bottom-width: 5px;*/
  padding: 0px;
  /*position: relative;*/
}

.theme-ituran #login-box-inner h2 {
  text-align: left;
  display: inline;
}

.theme-ituran #login-box-oam-footer {
  background-color: #7b878f;
  height: 20%;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  cursor: pointer;
}

.theme-ituran #oam-login-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-ituran #login-box-oam-footer:hover {
  background-color: #53626d;
}

.theme-ituran #login-with-oam-title {
  color: #fff;
  text-align: right;
  padding: 10px;
  margin: 10px;
}

.theme-ituran #login-with-oam-icon {
  padding: 10px;
  margin: 10px;
}

/*
   .theme-ituran #login-with-oam-title{
       color: #fff;
       text-align: right;
       padding: 10px;
       margin: 10px;
     }

  .theme-ituran #login-with-oam-icon{
    padding: 10px;
    margin: 10px;
    margin-right: 30px;
  }
*/

.theme-ituran #login-with-oam-icon .fa-stack-3x {
  font-size: 2.8em;
  display: inline;
}

.theme-ituran .login-tab h4 {
  color: var(--dark-grey);
  font-size: 1.25em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
}

.theme-ituran .login-tab h4:hover {
  color: #B287D6;
  cursor: pointer;
}

.theme-ituran .current-login-tab h4 {
  color: #5CC1E9;
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
}

.theme-ituran #login-help-icon {
  /*
    margin: 25px 10px 0px 0px;
    padding: 25px 10px 0px 0px;
    */
  float: right;
}

.theme-ituran #login-tabs-header-wrapper {
  margin: 25px 10px 0px 10px;
  padding: 25px 10px 0px 10px;
}

.theme-ituran #login-tabs-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-ituran #login-help-icon .fa-help {
  font-size: 1.7em;
  color: var(--dark-grey);
}

.theme-ituran #login-help-icon .fa-help:hover {
  color: #97889E;
  cursor: pointer;
}

.theme-ituran .form-login .fa-user {
  font-size: 1.6em;
}

.theme-ituran .input-group .fa-user {
  font-size: 1.6em;
}

.theme-ituran .form-login .fa-eye {
  font-size: 1.6em;
  cursor: pointer;
}

.theme-ituran .form-login .fa-eye-slash {
  font-size: 1.6em;
  cursor: pointer;
}

/* Login Vivo Popover Help */

.theme-ituran .popoverWrapper {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  z-index: 3;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.theme-ituran .popoverHelpBox {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  position: relative;
  z-index: 4;
  padding: 3.4em;
  margin: auto;
  margin-top: 5em;
  width: 700px;
  height: 580px;
  overflow: hidden;
  border-radius: 8px;
}

/*
   .theme-ituran #popoverHelpBox {
      background-color: rgba(255,255,255,0.9);
      display: block;
      position: fixed;
      z-index: 4;
      padding: 3.5em;
      margin-top: 5em;
      width: 60%;
      height: 75vh;
      left: 50%;
      margin-left: -30%;
      overflow: auto;
      border-radius: 8px;
   }
*/

.theme-ituran .popoverWrapper h2 {
  padding: 0;
  margin-bottom: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--dark-grey);
}

.theme-ituran .popoverWrapper h4 {
  padding: 0em 2em 0em 2em;
  font-weight: 400;
  color: #742998;
}

.theme-ituran .popoverWrapper p {
  padding: 0em 0em 0em 5em;
  font-size: 15px;
  color: var(--dark-grey);
  text-decoration: none;
}

.theme-ituran .popoverWrapper .btn-green {
  margin-top: 2em;
}

.theme-ituran .popoverWrapper a {
  color: #04202e;
}

.theme-ituran .popoverWrapper a:hover {
  color: #5CC1E9;
}

/* Login Vivo Popover Help End */

.theme-ituran .form-wrapper {
  width: 90%;
  margin: auto;
  justify-content: center;
}

/* Login Vivo Input */

.theme-ituran .input-group {}

.theme-ituran #login-box .input-group {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin-bottom: 10px;
}

.theme-ituran #login-box .input-group input {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-ituran #login-box .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  border-color: var(--light-grey-hover);
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-ituran #login-box .input-group .input-group-addon i {
  color: #C9C9C9;
}

.theme-ituran .has-error .input-group-addon {
  color: #C9C9C9;
  background-color: #fff;
  border-color: var(--light-grey-hover);
}

.theme-ituran #login-box .input-group .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

/* Vivo login ICP verify certificates */

.theme-ituran #pre-requirements-failed {
  width: 100%;
  padding: 5% 18% 5% 18%;
}

.theme-ituran #pre-requirements-failed h4 {
  color: #04202e;
  font-size: 1em;
  text-align: center;
}

.theme-ituran #pre-requirements-failed ul li {
  color: var(--dark-grey);
  font-size: 1em;
}

.theme-ituran #retry-icp-verification .fa-refresh {
  color: #04202e;
  font-size: 1.2em;
  padding-right: 5px;
}

.theme-ituran #retry-icp-verification .fa-refresh:hover {
  color: #5CC1E9;
}

.theme-ituran #pre-reqs-error-wrapper {
  padding: 10px;
}

.theme-ituran #retry-icp-verification {
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.theme-ituran #retry-icp-verification a {
  /*display: inline;*/
  text-align: center;
  font-size: 14px;
  color: #04202e;
  text-decoration: underline;
}

.theme-ituran #retry-icp-verification a:hover {
  color: #5CC1E9;
  cursor: pointer;
}

/* Vivo login ICP form select */

.theme-ituran #icpSelect .form-control {
  height: 60px;
  border-radius: 6px;
}

.theme-ituran #login-forget-link {
  font-size: 0.875em;
  color: #04202e;
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-ituran #termsAndPrivacyPolicy {
  display: flex;
  justify-content: center;
}

.theme-ituran #login-forget-link:hover {
  color: #5CC1E9;
}

.theme-ituran #termsAndConditions, .theme-ituran #privacyPolicy {
  padding: 1em;
  font-size: 0.875em;
  color: #04202e;
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-ituran #termsAndConditions:hover, .theme-ituran #privacyPolicy:hover, {
  color: #5CC1E9;
}

.theme-ituran #login-logo {
  background: none repeat scroll 0 0 #04202e;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.theme-ituran .user-access-warning {
  color: #E50000;
  text-decoration: none;
  text-align: left;
  margin-top: 15px;
}

/* Vivo login ICP styles for the variables {{checkModules}} {{checkExtensionChrome}} */

.theme-ituran .pricing-package .package-features {
  list-style: none;
  margin: 0 18px;
  padding: 15px 0;
  position: relative;
}

.theme-ituran .pricing-package .package-features li {
  font-size: 0.875em;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-ituran .pricing-package .package-features li.has-feature {
  transition: color 0.1s ease-in-out 0s;
}

.theme-ituran .pricing-package .package-features li.has-nofeature {
  text-decoration: none;
}

.theme-ituran .pricing-package .package-features li.has-feature:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #49AC31;
  /*color: #8bc34a;*/
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.theme-ituran .pricing-package .package-features li.has-nofeature:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #97c93d;
  /*color: #e84e40;*/
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

/* Login Vivo Button */

.theme-ituran .btn-purple {
  background-color: #5CC1E9;
  border-color: #5CC1E9;
  font-size: 1.5em;
  color: #fff;
  border-radius: 6px;
}

.theme-ituran#login-box-inner .col-xs-9 {
  padding: 0;
}

.theme-ituran #login-box-inner .col-xs-3 {
  padding-left: 0;
}

.theme-ituran .btn-purple:hover {
  background-color: #17a7e0;
  border-color: #17a7e0;
}

.theme-ituran .btn-green {
  background-color: #029B86;
  border-color: #029B86;
  width: 150px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 6px;
}

.theme-ituran .btn-green:hover {
  background-color: #206A7A;
  border-color: #206A7A;
}

.theme-ituran #btn-login {
  margin-top: 30px;
}

.theme-ituran #header-navbar {
  /*background-color: #8bc34a;*/
  background-color: #04202e;
}

.theme-ituran .navbar>.container .navbar-brand {
  /*background-color: #8bc34a;*/
  background-color: #04202e;
  width: 221px;
  height: 54px;
}

/* Login Vivo Load */

.theme-ituran .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.theme-ituran .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #5CC1E9;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.theme-ituran .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.theme-ituran .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.theme-ituran .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.theme-ituran .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.theme-ituran .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.theme-ituran .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.theme-ituran .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.theme-ituran .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.theme-ituran .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.theme-ituran .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.theme-ituran .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.theme-ituran .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.theme-ituran #loading-certificates {
  padding: 25px;
}

.theme-ituran #loading-certificates .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-ituran #loading-certificates .row {
  padding: 20px;
  text-align: center;
  color: #04202e;
}

.theme-ituran #verifying-pre-requirements {
  padding: 25px;
}

.theme-ituran #verifying-pre-requirements .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-ituran #verifying-pre-requirements .row {
  padding: 20px;
  text-align: center;
  color: #04202e;
}

/* Login Vivo 2factor email*/

.theme-ituran #two-factor-email-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-ituran #two-factor-email-wrapper .input-group-addon .fa-lock {
  font-size: 1.6em;
}

.theme-ituran #login-box-inner #sent-to-user-email {
  padding: 15px;
  font-size: 1em;
  color: #742998;
}

.theme-ituran #forgot-password-wrapper .btn-cancel {
  background-color: #97c93d;
  border-color: #97c93d;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-ituran #forgot-password-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-ituran #two-factor-email-wrapper .btn-cancel {
  background-color: #97c93d;
  border-color: #97c93d;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-ituran #two-factor-email-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-ituran #forgot-password-wrapper .fa-close {
  font-size: 2em;
}

.theme-ituran #two-factor-email-wrapper .fa-close {
  font-size: 2em;
}

.theme-ituran #two-factor-email-wrapper .fa-lock {
  font-size: 1.5em;
}

.theme-ituran #inform-the-code-title {
  margin-bottom: 40px;
}

.theme-ituran #inform-the-code-title h2 {
  color: var(--dark-grey);
  margin: 10px;
  padding: 10px;
}

.theme-ituran #user-resend-code {
  margin-top: 50px;
}

.theme-ituran #user-resend-code .fa-refresh {
  color: #04202e;
  font-size: 1.2em;
}

.theme-ituran #user-resend-code .fa-refresh:hover {
  color: #5CC1E9;
}

.theme-ituran #user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: #04202e;
  text-decoration: underline;
}

.theme-ituran #user-resend-code a:hover {
  color: #5CC1E9;
  cursor: pointer;
}

.theme-ituran #user-resend-code-tips {
  color: var(--dark-grey);
  margin-top: 20px;
}

.theme-ituran #forgot-password-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-ituran #forgot-password-title {
  margin-top: 20px;
}

.theme-ituran #forgot-password-title h2 {
  color: var(--dark-grey);
  margin: 5px;
  padding: 5px;
}

.theme-ituran #forgot-password-inform-user-email h4 {
  margin-bottom: 40px;
  font-size: 1em;
  color: #742998;
}

.theme-ituran .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #8bc34a ;*/
  background-color: #04202e;
  color: #ffffff;
  /* padding: 2.5vh 0; */
}

.theme-ituran .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  /*background-color: #8bc34a;*/
  background-color: #04202e;
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-ituran .pull-left h1, .theme-ituran .main-box-header h2, .theme-ituran .main-box-header a, .theme-ituran .footer-copyright a {
  color: #04202e;
}

.theme-ituran #nav-col, .theme-ituran #page-wrapper {
  background-color: #ffffff;
}

.theme-ituran #sidebar-nav .nav>li>a {
  color: #484848;
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-ituran #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-ituran #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-ituran #sidebar-nav .nav li .submenu>li.open a, .theme-ituran #nav-col-submenu .submenu>li>.submenu, .theme-ituran #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-ituran #sidebar-nav .nav>.open>.submenu>.open>a, .theme-ituran #sidebar-nav .nav>.active>.submenu>.open>a, .theme-ituran #sidebar-nav .nav>.active>.submenu>.active>a, .theme-ituran #nav-col-submenu .submenu>.open>a, .theme-ituran #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-ituran #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-ituran #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-ituran #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-ituran .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-ituran .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #8bc34a;
}

.theme-ituran .nav-pills>li.active>a, .theme-ituran .nav-pills>li.active>a:hover, .theme-ituran .nav-pills>li.active>a:focus, .theme-ituran #sidebar-nav .nav-pills>li.active>a, .theme-ituran #sidebar-nav .nav-pills>li.active>a:hover, .theme-ituran #sidebar-nav .nav-pills>li.active>a:focus, .theme-ituran .nav-pills>li.open>a, .theme-ituran .nav-pills>li.open>a:hover, .theme-ituran .nav-pills>li.open>a:focus, .theme-ituran #sidebar-nav .nav-pills>li.open>a, .theme-ituran #sidebar-nav .nav-pills>li.open>a:hover, .theme-ituran #sidebar-nav .nav-pills>li.open>a:focus, .theme-ituran .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-ituran .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-ituran .nav-small #nav-col-submenu .submenu>.open>a, .theme-ituran .nav-small #nav-col-submenu .submenu>.active>a, .theme-ituran .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-ituran #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-ituran #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-ituran #header-navbar .nav>li>a {
  color: #fff;
}

.theme-ituran #header-navbar .nav>li>a:hover, .theme-ituran #header-navbar .nav>li>a:focus, .theme-ituran #header-navbar .nav .open>a, .theme-ituran #header-navbar .nav .open>a:hover, .theme-ituran #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-ituran #sidebar-nav .nav li .submenu, .theme-ituran #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-ituran #sidebar-nav .nav li .submenu>li>a, .theme-ituran .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-ituran #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-ituran #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-ituran #sidebar-nav .nav li .submenu>li>a:hover, .theme-ituran #sidebar-nav .nav li .submenu>li>a.active, .theme-ituran #sidebar-nav .nav li .submenu>li.active>a, .theme-ituran .nav-small #nav-col-submenu .submenu>.open>a, .theme-ituran .nav-small #nav-col-submenu .submenu>.active>a, .theme-ituran .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-ituran .nav-small #nav-col-submenu .submenu>li>a.active, .theme-ituran .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-ituran .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-ituran .navbar-toggle {
  color: #fff;
}

.theme-ituran .graph-box {
  background-color: #8bc34a !important;
}

.theme-ituran #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-ituran #user-left-box .user-box, .theme-ituran #user-left-box .user-box a {
  color: #16191c;
}

.theme-ituran #user-left-box .user-box a:hover, .theme-ituran #user-left-box .user-box a:focus {
  color: black;
}

.theme-ituran #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-ituran .nav-tabs {
  background-color: #f9f9f9;
}

.theme-ituran .nav-tabs>li.active>a, .theme-ituran .nav-tabs>li.active>a:hover, .theme-ituran .nav-tabs>li.active>a:focus {
  border-top-color: #8bc34a;
}

.theme-ituran h1 {
  color: #8bc34a;
}

.theme-ituran #header-navbar .nav>li>a:hover, .theme-ituran #header-navbar .nav>li>a:focus, .theme-ituran #header-navbar .nav .open>a, .theme-ituran #header-navbar .nav .open>a:hover, .theme-ituran #header-navbar .nav .open>a:focus, .theme-ituran .navbar-toggle:hover, .theme-ituran .navbar-toggle:focus, .theme-ituran .mobile-search.active>.btn {
  /*background-color: #689f38;*/
  background-color: #c666dd;
}

.theme-ituran .main-box {
  border: 1px solid #e7ebee;
}

.theme-ituran a, .theme-ituran .fc-state-default, .theme-ituran .jvectormap-zoomin, .theme-ituran .jvectormap-zoomout, .theme-ituran #user-profile .profile-details ul>li>span {
  color: #8bc34a;
}

.theme-ituran a:hover, .theme-ituran a:focus, .theme-ituran .widget-users li>.details>.name>a:hover, .theme-ituran .widget-todo .actions>a:hover {
  color: #8bc34a;
}

.theme-ituran .color2 {
  color: #1c386b;
}

.theme-ituran .color2:hover {
  color: #1c386b;
}

.theme-ituran .color3 {
  color: #97c93d;
}

.theme-ituran .color3:hover {
  color: #97c93d;
}

.theme-ituran .color4 {
  color: #17a7e0;
}

.theme-ituran .color4:hover {
  color: #17a7e0;
}

.theme-ituran .color5 {
  color: #17a2b8;
}

.theme-ituran .color5:hover {
  color: #17a2b8;
}

.theme-ituran .color6 {
  color: #dc3545;
}

.theme-ituran .color6:hover {
  color: #dc3545;
}

.theme-ituran .pagination>li>a, .theme-ituran .pagination>li>span, .theme-ituran .pagination>li>a:hover, .theme-ituran .pagination>li>span:hover, .theme-ituran .pagination>li>a:focus, .theme-ituran .pagination>li>span:focus, .theme-ituran .pagination>li>a:active, .theme-ituran .pagination>li>span:active {
  /*color: #8bc34a;*/
  color: #04202e;
}

.theme-ituran .items-per-page>select {
  color: #04202e;
}

.theme-ituran .pagination>.active>a, .theme-ituran .pagination>.active>span, .theme-ituran .pagination>.active>a:hover, .theme-ituran .pagination>.active>span:hover, .theme-ituran .pagination>.active>a:focus, .theme-ituran .pagination>.active>span:focus {
  /*background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;*/
  background-color: #04202e;
  border-color: #04202e;
  color: #fff;
}

.theme-ituran .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-ituran .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

/** Progress Bar **/

.theme-ituran .progress-bar {
  background-color: #1c386b;
  box-shadow: none;
}

.theme-ituran .progress-bar-success {
  background-color: #97c93d;
}

.theme-ituran .progress-bar-info {
  background-color: #9c27b0;
}

.theme-ituran .progress-bar-warning {
  background-color: #ffc107;
}

.theme-ituran .progress-bar-danger {
  background-color: #e84e40;
}

/** Progress Bar **/

/** Badge **/

.theme-ituran .badge.badge-danger {
  background-color: #04202e;
}

.theme-ituran .badge.badge-success {
  background-color: #97c93d;
}

.theme-ituran .badge.badge-warning {
  background-color: #ffc107;
}

.theme-ituran .badge.badge-primary {
  background-color: #0066CC;
}

.theme-ituran .badge.badge-info {
  background-color: #9c27b0;
}

.theme-ituran .badge.badge-okchancellor {
  background-color: #17a2b8;
}

.theme-ituran .badge.badge-kochancellor {
  background-color: #dc3545;
}

/** Badge **/

/** Header Confirm Pages **/

/** Header Confirm Pages **/

/** Table links **/

.theme-ituran .table a.table-link.danger {
  color: #04202e;
}

/** Table links **/

/** OnoffSwitch **/

.theme-ituran .onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #97c93d;
}

/** OnoffSwitch **/

/** Buttons **/

.theme-ituran .btn-danger {
  background-color: #04202e;
  border-color: #04202e;
}

.theme-ituran .btn-info {
  background-color: #1c386b;
  border-color: #0298d1;
}

.theme-ituran .btn-default {
  background-color: #6c757d;
  border-color: #0298d1;
}

.theme-ituran .btn-info:hover, .theme-ituran .btn-info:focus, .theme-ituran .btn-info:active, .theme-ituran .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #0298d1;
  border-color: #0178a5;
}

/** Buttons **/

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

.theme-ituran .btn-primary {
  background-color: #97c93d;
  border-color: #689f38;
}

.theme-ituran .btn-primary:hover, .theme-ituran .btn-primary:focus, .theme-ituran .btn-primary:active, .theme-ituran .btn-primary.active, .theme-ituran .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-ituran .btn-warning {
  background-color: #17a7e0;
  border-color: #ffa000;
}

.theme-ituran .btn-success {
  background-color: #1c386b;
  border-color: #2980b9;
}

.theme-ituran .btn-success:hover, .theme-ituran .btn-success:focus, .theme-ituran .btn-success:active, .theme-ituran .btn-success.active, .theme-ituran .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-ituran h1 {
  color: #97c93d;
}

.theme-ituran .widget-users li>.details>.time {
  color: #97c93d;
}

.theme-ituran .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-ituran .conversation-item.item-right .conversation-body, .theme-ituran .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-ituran blockquote, .theme-ituran blockquote.pull-right {
  border-color: #97c93d;
}

.theme-ituran a.list-group-item.active, .theme-ituran a.list-group-item.active:hover, .theme-ituran a.list-group-item.active:focus {
  background-color: #97c93d;
  border-color: #97c93d;
}

.theme-ituran .nav .caret {
  border-bottom-color: #97c93d;
  border-top-color: #97c93d;
}

.theme-ituran .panel-default>.panel-heading, .theme-ituran .notifications-list .item-footer {
  background-color: #04202e;
}

.theme-ituran .notifications-list .item-footer a:hover {
  background-color: #c666dd;
}

.theme-ituran #invoice-companies .invoice-dates .invoice-number>span, .theme-ituran .notifications-list .item a .time {
  color: #04202e;
}

.theme-ituran .table thead>tr>th>a:hover span {
  color: #97c93d;
  border-color: #97c93d;
}

.theme-ituran #email-nav-items li.active {
  border-left-color: #97c93d;
  border-right-color: #97c93d;
}

.theme-ituran #email-nav-items li.active a {
  color: #97c93d;
}

.theme-ituran #email-nav-items li.active .label-primary {
  background-color: #97c93d;
}

.theme-ituran #email-nav-items li a:hover {
  color: #97c93d;
}

.theme-ituran .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #97c93d;
}

.theme-ituran .cd-timeline-img {
  background-color: #97c93d;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-ituran #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-ituran .dataTable thead th:hover {
  color: #97c93d;
}

.theme-ituran .pace .pace-progress {
  background-color: #fff;
}

.theme-ituran #config-tool.closed #config-tool-cog:hover {
  background-color: #97c93d;
}

.rtl.theme-ituran #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-ituran .cd-timeline-content .cd-date {
    color: #97c93d;
  }
}

@media (max-width: 991px) {
  .theme-ituran #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-ituran #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-ituran .navbar>.container .navbar-brand {
    /*background-color: #8bc34a;*/
    background-color: #04202e;
  }
}

.theme-ituran .red-bg {
  background-color: #04202e !important;
}

.theme-ituran .vermelho-et-1 {
  background-color: #17a7e0;
}

.theme-ituran .vermelho-et-2 {
  background-color: #97c93d;
}

.theme-ituran .vermelho-et-3 {
  background-color: #1c386b;
}

/** Items per page selector */

.theme-ituran .selectItemsPerPage {
  color: #67009c;
  border-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

/** Search input on focus purple border and box-shadow*/

.theme-ituran .form-control:focus {
  border-color: rgba(36, 72, 136, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(36, 72, 136, 0.6);
}

/********************* START OF NEW DOC ITURAN *******/

/* VIVO New Document */

.theme-ituran .row {
  margin: 0;
  padding: 0;
}

.theme-ituran #content-wrapper, .theme-ituran .container {
  padding: 0;
}

.theme-ituran #content-header {
  margin: -5px -15px 20px -15px;
}

.theme-ituran .addNewDocWrapper .main-box-body {
  text-align: center;
}

.theme-ituran .addNewDocWrapper .main-box {
  border: none;
}

.theme-ituran .addNewDocWrapper .form-control:focus, .theme-ituran .newDocModals .form-control:focus {
  border-color: rgba(36, 72, 136, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(178, 216, 231, 0.6);
}

.theme-ituran .addNewDocWrapper .form-control {
  height: 50px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-ituran .drop-box {
  border: 1px dashed var(--medium-primary-hover-color);
  border-radius: 8px;
  background-color: var(--light-primary-color);
  margin: 1.5em 0 1.5em 0;
  cursor: pointer;
  height: auto;
  padding: 1em 1em 1.5em 1em;
}

.theme-ituran .drop-box:hover {
  background: var(--light-primary-hover-color);
  color: var(--dark-primary-color);
}

.theme-ituran .drop-box .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: var(--medium-primary-color);
}

.theme-ituran .visibleDesktop, .theme-ituran .visibleDesktop {
  color: var(--dark-primary-color);
}

.theme-ituran .chooseFileOrTemplateWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-ituran .chooseFileOrTemplateContentWrapper {
  padding: 1.5em;
}

.theme-ituran .addNewDocWrapper .col-md-6 {
  padding: 0;
}

.theme-ituran #chooseFileOrTemplateTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
}

.theme-ituran .chooseFileOrTemplateWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  /*border-bottom: 1px solid var(--dark-primary-color);*/
  display: inline;
}

.theme-ituran .filesAndTemplatesTabs {
  margin: 0.25em 0 1em 0;
  display: flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.theme-ituran .chooseFileOrTemplateWrapper .row {
  padding: 0;
}

.theme-ituran .filesAndTemplatesTabs .current-tab, .theme-ituran .filesAndTemplatesTabs .unselected-tab {
  display: block;
  width: 50%;
}

.theme-ituran .filesAndTemplatesTabs .current-tab {
  background: var(--light-primary-color);
  color: var(--dark-primary-color);
}

/*.theme-ituran .filesAndTemplatesTabs .unselected-tab{
    background: #E3E3E3;
}*/

.theme-ituran .filesAndTemplatesTabs .current-tab {
  border-bottom: 6px solid var(--medium-primary-color);
}

.theme-ituran .filesAndTemplatesTabs .unselected-tab {
  border-bottom: 6px solid var(--light-grey-hover);
}

.theme-ituran .filesAndTemplatesTabs .unselected-tab:hover {
  border-bottom: 6px solid var(--light-primary-hover-color);
  background: #E3E3E3;
  color: var(--medium-primary-color);
  cursor: pointer;
}

.theme-ituran .addNewDocWrapper .campoPreVisualizacao {
  border-radius: 0 8px 8px 0;
  background-color: #404040;
  height: 400px;
  padding: 1em;
}

.theme-ituran .addSignatoriesOptionsWrapper {
  border-radius: 0 8px 8px 0;
  /*border: 1px solid 997BFF;*/
  /*background-color: #fff;*/
  background-color: #404040;
  min-height: 350px;
  padding: 1em;
}

.theme-ituran .addSignatoriesListWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-ituran #addSignatoriesTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  text-align: center;
  /*background: #CAC2E5;*/
}

.theme-ituran .addSignatoriesListWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  display: inline;
}

.theme-ituran .addNewDocWrapper .campoPreVisualizacao h4, .theme-ituran .addNewDocWrapper .campoPreVisualizacao label {
  color: #BBBBBB;
}

.theme-ituran .addNewDocWrapper ul {
  list-style-type: none;
  margin: 0;
}

.theme-ituran .addNewDocWrapper li {
  color: #AA00FF;
  margin: 0;
}

.theme-ituran .addNewDocWrapper .editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: #AA00FF;
  border-bottom-color: #AA00FF;
}

.theme-ituran .addSignatoriesOptionsRow {
  padding: 0.75em;
  border-bottom: 1px solid var(--medium-primary-color);
}

.theme-ituran .addSignatoriesOptionsRow #addSignatories {
  text-align: center;
  font-size: 1.3em;
}

.theme-ituran .addSignatoriesOptionsRow #addSignatories h4 {
  font-family: "Open Sans", sans-serif;
  color: #C1C1C1;
  padding: 0 0 1em 0;
  margin: 0;
}

.theme-ituran .addSignatoriesOptionsRow #addFromMySignatories, .theme-ituran .addSignatoriesOptionsRow #addNewSignatory, .theme-ituran .addSignatoriesOptionsRow #setCoordinates, .theme-ituran .addSignatoriesOptionsRow #applyCoordinates, .theme-ituran .addSignatoriesOptionsRow #applySignatories {
  padding: 0.6em 0.6em 0.6em 0.3em;
  cursor: pointer;
}

.theme-ituran .addSignatoriesOptionsRow #addFromMySignatories:hover, .theme-ituran .addSignatoriesOptionsRow #addNewSignatory:hover, .theme-ituran .addSignatoriesOptionsRow #setCoordinates:hover, .theme-ituran .addSignatoriesOptionsRow #applyCoordinates:hover, .theme-ituran .addSignatoriesOptionsRow #applySignatories:hover {
  background-color: rgba(36, 72, 136, 0.6);
  color: #fff;
}

.theme-ituran .addSignatoriesOptionsRow #addFromMySignatories a, .theme-ituran .addSignatoriesOptionsRow #addNewSignatory a, .theme-ituran .addSignatoriesOptionsRow #setCoordinates a, .theme-ituran .addSignatoriesOptionsRow #applyCoordinates a, .theme-ituran .addSignatoriesOptionsRow #applySignatories a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
  text-decoration: none;
  color: var(--light-primary-hover-color);
}

.theme-ituran .addSignatoriesOptionsRow #addFromMySignatories:before {
  content: '\f007';
  /*f007*/
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .addSignatoriesOptionsRow #addNewSignatory:before {
  content: '\f234';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .addSignatoriesOptionsRow #setCoordinates:before {
  content: '\f0b2';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .addSignatoriesOptionsRow #generateDoc:before {
  content: '\f0b2';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .addSignatoriesOptionsRow #applyCoordinates:before {
  content: '\f78c';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .addSignatoriesOptionsRow #applySignatories:before {
  font-family: FontAwesome;
  content: '\f0c0';
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-ituran .includeMeAsSignatory .includeMeToggle {
  width: 3em;
}

.theme-ituran .onAndOffToggle input {
  -webkit-appearance: none;
}

.theme-ituran .onAndOffToggle input[type=checkbox]:before {
  content: '\f204';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
}

.theme-ituran .onAndOffToggle input[type=checkbox]:checked::before {
  content: '\f205';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--medium-accent-color);
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
  padding-left: 1.3em;
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  ;
  color: var(--medium-accent-hover-color);
  padding-left: 1.3em;
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
}

.theme-ituran .onAndOffToggle #pdfBlock input[type=checkbox]:checked::before {
  color: var(--medium-accent-color);
}

.theme-ituran .onAndOffToggle input[type=checkbox]+label {
  padding: 0 0 0 1.5em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
}

.theme-ituran .onAndOffToggle #includeMeAsSignatory input[type=checkbox]+label:after {
  content: 'Não sou um signatário';
  color: var(--light-primary-hover-color);
}

.theme-ituran .onAndOffToggle #includeMeAsSignatory input[type=checkbox]:checked+label:after {
  content: 'Sou um signatário';
  color: var(--medium-accent-color);
}

.theme-ituran .onAndOffToggle #pdfBlock input[type=checkbox]+label:after {
  font-size: 0.9em;
  content: 'Bloquear PDF';
  color: var(--medium-primary-color);
  padding-right: 0.5em;
}

.theme-ituran .onAndOffToggle #pdfBlock input[type=checkbox]:checked+label:after {
  font-size: 0.9em;
  content: 'PDF bloqueado';
  color: #6ABE23;
  padding-right: 0.5em;
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-primary-color);
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-accent-hover-color);
}

.theme-ituran .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  padding-left: 2.4em;
}

.theme-ituran .onAndOffToggle #sendToChancellor input[type=checkbox]+label:after {
  content: 'Enviar para Chancela';
  color: var(--light-primary-hover-color)
}

.theme-ituran .onAndOffToggle #sendToChancellor input[type=checkbox]:checked+label:after {
  content: 'Enviar para Chancela';
  color: var(--medium-accent-color);
}

.theme-ituran .onAndOffToggle #signByOrder input[type=checkbox]+label:after {
  content: 'Assinar na ordem';
  color: var(--light-primary-hover-color);
}

.theme-ituran .onAndOffToggle #signByOrder input[type=checkbox]:checked+label:after {
  color: var(--medium-accent-color);
}

.theme-ituran #sendDocumentToSign .btn {
  margin-top: 0.75em;
  width: 100%;
  font-size: 1.25em;
  border-radius: 6px;
  border: none;
  padding: 0.6em;
  background-color: #6ABE23;
}

.theme-ituran #sendDocumentToSign .btn:hover {
  background-color: #619A30;
}

.theme-ituran #sendDocToOthers {
  background: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0 0 4px var(--medium-grey);
}

.theme-ituran #sendDocToOthers .fa-envelope-o {
  font-size: 1.6em;
  padding-top: 0.5em;
  color: var(--medium-primary-color);
}

.theme-ituran #listOfContactsToSign .nestable-lists {
  border-radius: 6px;
  background-color: #fff;
  border: none;
}

.theme-ituran #listOfContactsToSign .input-group {}

.theme-ituran #listOfContactsToSign .form-control, .theme-ituran .newDocModals .form-control, .theme-ituran #addEmail .form-group tags-input .tags {
  height: 40px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-ituran #addEmail .form-group tags-input .tags.focused {
  outline: 0;
  border-color: rgba(142, 69, 153, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-ituran #sendDocToOthers ul {
  list-style-type: none;
}

.theme-ituran #listOfContactsToSign .dd-handle {
  background: rgba(178, 216, 231, 0.3);
  /*border: none;*/
  border-radius: 6px;
  border: 1px solid var(--light-primary-hover-color);
}

.theme-ituran #listOfContactsToSign #user-profile a {
  font-weight: 600;
  font-size: 0.95em;
  color: var(--medium-primary-color);
}

.theme-ituran #listOfContactsToSign .table tbody>tr:hover {
  background: rgba(217, 196, 235, 0.6);
}

.theme-ituran #listOfContactsToSign .fa-trash-o {
  font-size: 1.5em;
  color: var(--dark-primary-color);
}

.theme-ituran #listOfContactsToSign .fa-trash-o:hover {
  color: #6ABE23;
}

.theme-ituran .newDocModals .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-ituran .newDocModals .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran .newDocModals #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-ituran .newDocModals .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran .newDocModals .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-ituran .newDocModals .modal-title h2 {
  color: var(--dark-primary-color);
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.theme-ituran .newDocModals .step-content {
  padding: 0 2em 1em 2em;
}

.theme-ituran #signatures-lote, .theme-ituran #view-doc-versions {
  margin-right: 15px;
}

.theme-ituran .addNewDocWrapper a:hover, .theme-ituran #view-doc-versions a:hover {
  text-decoration: none;
}

.theme-ituran #signatures-lote::before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

.theme-ituran #view-doc-versions::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

/* VIVO New Document - Document and Signatories tabs */

.theme-ituran #newDocTabs {
  display: block;
  justify-content: space-between;
  text-align: center;
}

.theme-ituran #newDocTabs .current-tab {
  display: block;
  color: var(--medium-primary-color);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-ituran #newDocTabs .unselected-tab {
  display: block;
  color: var(--dark-grey);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-ituran #newDocTabs .unselected-tab h4, .theme-ituran #newDocTabs .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-ituran #newDocTabs .current-tab h4 {
  font-weight: 400;
}

.theme-ituran #newDocTabs .unselected-tab:hover {}

.theme-ituran .unselected-tab {
  display: flex;
  color: var(--dark-grey);
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-ituran .unselected-tab h4, .theme-vivo .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-ituran .current-tab {
  display: flex;
  color: var(--medium-primary-color);
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-ituran .current-tab #new-doc-tab-step-one::before, .theme-ituran .current-tab #new-doc-tab-step-two::before, .theme-ituran .unselected-tab #new-doc-tab-step-one::before, .theme-ituran .unselected-tab #new-doc-tab-step-two::before {
  font-family: "Open-Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

.theme-ituran .current-tab #new-doc-tab-step-one::before, .theme-ituran .unselected-tab #new-doc-tab-step-one::before {
  content: '1';
}

.theme-ituran .current-tab #new-doc-tab-step-two::before, .theme-ituran .unselected-tab #new-doc-tab-step-two::before {
  content: '2';
}

.theme-ituran #new-doc-tab-step-one, .theme-ituran #new-doc-tab-step-two, .theme-ituran #new-doc-tab-step-one-title, .theme-ituran #new-doc-tab-step-two-title {
  height: 6ch;
  padding: 0.75em;
}

.theme-ituran .current-tab #new-doc-tab-step-one, .theme-ituran .current-tab #new-doc-tab-step-two {
  background: var(--medium-primary-color);
}

.theme-ituran .unselected-tab #new-doc-tab-step-one, .theme-ituran .unselected-tab #new-doc-tab-step-two {
  background: var(--dark-grey);
}

.theme-ituran .current-tab #new-doc-tab-step-one-title, .theme-ituran .current-tab #new-doc-tab-step-two-title {
  background: var(--light-primary-color);
}

.theme-ituran .current-tab #new-doc-tab-step-one-title:hover, .theme-ituran .current-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-ituran .unselected-tab #new-doc-tab-step-one-title, .theme-ituran .unselected-tab #new-doc-tab-step-two-title {
  background: var(--light-grey);
}

.theme-ituran .unselected-tab #new-doc-tab-step-one-title:hover, .theme-ituran .unselected-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-grey-hover);
  cursor: pointer;
}

/* view-docs lote table, versions table */

.theme-ituran #view-docs-lote .table, .theme-ituran #view-revisions .table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.theme-ituran #view-docs-lote .table th, .theme-ituran #view-revisions .table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.theme-ituran #view-docs-lote .table th, .theme-ituran #view-docs-lote .table td, .theme-ituran #view-revisions .table th, .theme-ituran #view-revisions .table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.theme-ituran .centerTextXYaxis {
  text-align: center;
  vertical-align: middle;
}

/* scrollbar VIVO */

/* width */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar, .theme-ituran #view-revisions .table::-webkit-scrollbar, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-track, .theme-ituran #view-revisions .table::-webkit-scrollbar-track, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-track, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-thumb, .theme-ituran #view-revisions .table::-webkit-scrollbar-thumb, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-thumb, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb {
  background: #6582b8;
}

/* Handle on hover */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-thumb:hover, .theme-ituran #view-revisions .table::-webkit-scrollbar-thumb:hover, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-thumb:hover, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #44649e;
}

/*VIVO add new doc - progress bar */

/** Progress Bar **/

.theme-ituran .progress-bar {
  background-color: #1c386b;
  box-shadow: none;
  height: 14px;
  border-radius: 10px;
}

.theme-ituran .progress-bar-success {
  background-color: #97c93d;
}

.theme-ituran .progress-bar-info {
  background-color: #9c27b0;
}

.theme-ituran .progress-bar-warning {
  background-color: #ffc107;
}

.theme-ituran .progress-bar-danger {
  background-color: #e84e40;
}

/* enf of VIVO add new doc - progress bar */

/* VIVO header */

.theme-ituran #content-header {
  margin: -5px -15px 20px -15px;
}

.theme-ituran @media (max-width: 767px) {
  #content-header {
    margin: -5px -5px 20px -5px;
  }
}

/* end of VIVO header */

.theme-ituran .modal-dialog {
  margin-bottom: 0;
  margin-top: 110px;
}

/********************* END OF NEW DOC ITURAN *******/

/******************* VIVO */

/******************* EXECUT */

.theme-execut #header-navbar {
  /*background-color: #8bc34a;*/
  background-color: #309945;
}

.theme-execut .navbar>.container .navbar-brand {
  /*background-color: #8bc34a;*/
  background-color: #309945;
  width: 221px;
  height: 54px;
}

.theme-execut .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #8bc34a ;*/
  background-color: #309945;
  color: #ffffff;
  /* padding: 2.5vh 0; */
}

.theme-execut .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  /*background-color: #8bc34a;*/
  background-color: #309945;
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-execut .pull-left h1, .theme-execut .main-box-header h2, .theme-execut .main-box-header a, .theme-execut .footer-copyright a {
  color: #309945;
}

.theme-execut #nav-col, .theme-execut #page-wrapper {
  background-color: #ffffff;
}

.theme-execut #sidebar-nav .nav>li>a {
  color: #484848;
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-execut #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-execut #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-execut #sidebar-nav .nav li .submenu>li.open a, .theme-execut #nav-col-submenu .submenu>li>.submenu, .theme-execut #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-execut #sidebar-nav .nav>.open>.submenu>.open>a, .theme-execut #sidebar-nav .nav>.active>.submenu>.open>a, .theme-execut #sidebar-nav .nav>.active>.submenu>.active>a, .theme-execut #nav-col-submenu .submenu>.open>a, .theme-execut #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-execut #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-execut #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-execut #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-execut .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-execut .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #8bc34a;
}

.theme-execut .nav-pills>li.active>a, .theme-execut .nav-pills>li.active>a:hover, .theme-execut .nav-pills>li.active>a:focus, .theme-execut #sidebar-nav .nav-pills>li.active>a, .theme-execut #sidebar-nav .nav-pills>li.active>a:hover, .theme-execut #sidebar-nav .nav-pills>li.active>a:focus, .theme-execut .nav-pills>li.open>a, .theme-execut .nav-pills>li.open>a:hover, .theme-execut .nav-pills>li.open>a:focus, .theme-execut #sidebar-nav .nav-pills>li.open>a, .theme-execut #sidebar-nav .nav-pills>li.open>a:hover, .theme-execut #sidebar-nav .nav-pills>li.open>a:focus, .theme-execut .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-execut .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-execut .nav-small #nav-col-submenu .submenu>.open>a, .theme-execut .nav-small #nav-col-submenu .submenu>.active>a, .theme-execut .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-execut #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-execut #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-execut #header-navbar .nav>li>a {
  color: #fff;
}

.theme-execut #header-navbar .nav>li>a:hover, .theme-execut #header-navbar .nav>li>a:focus, .theme-execut #header-navbar .nav .open>a, .theme-execut #header-navbar .nav .open>a:hover, .theme-execut #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-execut #sidebar-nav .nav li .submenu, .theme-execut #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-execut #sidebar-nav .nav li .submenu>li>a, .theme-execut .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-execut #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-execut #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-execut #sidebar-nav .nav li .submenu>li>a:hover, .theme-execut #sidebar-nav .nav li .submenu>li>a.active, .theme-execut #sidebar-nav .nav li .submenu>li.active>a, .theme-execut .nav-small #nav-col-submenu .submenu>.open>a, .theme-execut .nav-small #nav-col-submenu .submenu>.active>a, .theme-execut .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-execut .nav-small #nav-col-submenu .submenu>li>a.active, .theme-execut .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-execut .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-execut .navbar-toggle {
  color: #fff;
}

.theme-execut .graph-box {
  background-color: #8bc34a !important;
}

.theme-execut #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-execut #user-left-box .user-box, .theme-execut #user-left-box .user-box a {
  color: #16191c;
}

.theme-execut #user-left-box .user-box a:hover, .theme-execut #user-left-box .user-box a:focus {
  color: black;
}

.theme-execut #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-execut .nav-tabs {
  background-color: #f9f9f9;
}

.theme-execut .nav-tabs>li.active>a, .theme-execut .nav-tabs>li.active>a:hover, .theme-execut .nav-tabs>li.active>a:focus {
  border-top-color: #8bc34a;
}

.theme-execut h1 {
  color: #8bc34a;
}

.theme-execut #header-navbar .nav>li>a:hover, .theme-execut #header-navbar .nav>li>a:focus, .theme-execut #header-navbar .nav .open>a, .theme-execut #header-navbar .nav .open>a:hover, .theme-execut #header-navbar .nav .open>a:focus, .theme-execut .navbar-toggle:hover, .theme-execut .navbar-toggle:focus, .theme-execut .mobile-search.active>.btn {
  /*background-color: #689f38;*/
  background-color: #439250;
}

.theme-execut .main-box {
  border: 1px solid #e7ebee;
}

.theme-execut a, .theme-execut .fc-state-default, .theme-execut .jvectormap-zoomin, .theme-execut .jvectormap-zoomout, .theme-execut #user-profile .profile-details ul>li>span {
  color: #8bc34a;
}

.theme-execut a:hover, .theme-execut a:focus, .theme-execut .widget-users li>.details>.name>a:hover, .theme-execut .widget-todo .actions>a:hover {
  color: #8bc34a;
}

.theme-execut .table a.table-link:hover {
  color: #689f38;
}

.theme-execut .pagination>li>a, .theme-execut .pagination>li>span, .theme-execut .pagination>li>a:hover, .theme-execut .pagination>li>span:hover, .theme-execut .pagination>li>a:focus, .theme-execut .pagination>li>span:focus, .theme-execut .pagination>li>a:active, .theme-execut .pagination>li>span:active {
  /*color: #8bc34a;*/
  color: #309945;
}

.theme-execut .pagination>.active>a, .theme-execut .pagination>.active>span, .theme-execut .pagination>.active>a:hover, .theme-execut .pagination>.active>span:hover, .theme-execut .pagination>.active>a:focus, .theme-execut .pagination>.active>span:focus {
  /*background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;*/
  background-color: #309945;
  border-color: #309945;
  color: #fff;
}

.theme-execut .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-execut .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

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

.theme-execut .btn-primary {
  background-color: #8bc34a;
  border-color: #689f38;
}

.theme-execut .btn-primary:hover, .theme-execut .btn-primary:focus, .theme-execut .btn-primary:active, .theme-execut .btn-primary.active, .theme-execut .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-execut .btn-success {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-execut .btn-success:hover, .theme-execut .btn-success:focus, .theme-execut .btn-success:active, .theme-execut .btn-success.active, .theme-execut .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-execut h1 {
  color: #8bc34a;
}

.theme-execut .widget-users li>.details>.time {
  color: #8bc34a;
}

.theme-execut .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-execut .conversation-item.item-right .conversation-body, .theme-execut .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-execut blockquote, .theme-execut blockquote.pull-right {
  border-color: #8bc34a;
}

.theme-execut a.list-group-item.active, .theme-execut a.list-group-item.active:hover, .theme-execut a.list-group-item.active:focus {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.theme-execut .nav .caret {
  border-bottom-color: #8bc34a;
  border-top-color: #8bc34a;
}

.theme-execut .panel-default>.panel-heading, .theme-execut .notifications-list .item-footer {
  background-color: #309945;
}

.theme-execut .notifications-list .item-footer a:hover {
  background-color: #439250;
}

.theme-execut #invoice-companies .invoice-dates .invoice-number>span, .theme-execut .notifications-list .item a .time {
  color: #309945;
}

.theme-execut .table thead>tr>th>a:hover span {
  color: #8bc34a;
  border-color: #8bc34a;
}

.theme-execut #email-nav-items li.active {
  border-left-color: #8bc34a;
  border-right-color: #8bc34a;
}

.theme-execut #email-nav-items li.active a {
  color: #8bc34a;
}

.theme-execut #email-nav-items li.active .label-primary {
  background-color: #8bc34a;
}

.theme-execut #email-nav-items li a:hover {
  color: #8bc34a;
}

.theme-execut .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #8bc34a;
}

.theme-execut .cd-timeline-img {
  background-color: #8bc34a;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-execut #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-execut .dataTable thead th:hover {
  color: #8bc34a;
}

.theme-execut .pace .pace-progress {
  background-color: #fff;
}

.theme-execut #config-tool.closed #config-tool-cog:hover {
  background-color: #8bc34a;
}

.rtl.theme-execut #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-execut .cd-timeline-content .cd-date {
    color: #8bc34a;
  }
}

@media (max-width: 991px) {
  .theme-execut #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-execut #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-execut .navbar>.container .navbar-brand {
    /*background-color: #8bc34a;*/
    background-color: #309945;
  }
}

.theme-execut .red-bg {
  background-color: #98CD9D !important;
}

.theme-execut .vermelho-et-1 {
  background-color: #6AAC73;
}

.theme-execut .vermelho-et-2 {
  background-color: #4A9656;
}

.theme-execut .vermelho-et-3 {
  background-color: #39A24D;
}

/******************* EXECUT */

/******************* SOLIDA */

.theme-solida #header-navbar {
  /*background-color: #8bc34a;*/
  background-color: #EC1D27;
}

.theme-solida .navbar>.container .navbar-brand {
  /*background-color: #8bc34a;*/
  background-color: #EC1D27;
  width: 221px;
  height: 54px;
}

.theme-solida .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #8bc34a ;*/
  background-color: #EC1D27;
  color: #ffffff;
  /* padding: 2.5vh 0; */
}

.theme-solida .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  /*background-color: #8bc34a;*/
  background-color: #EC1D27;
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-solida .pull-left h1, .theme-solida .main-box-header h2, .theme-solida .main-box-header a, .theme-solida .footer-copyright a {
  color: #EC1D27;
}

.theme-solida #nav-col, .theme-solida #page-wrapper {
  background-color: #ffffff;
}

.theme-solida #sidebar-nav .nav>li>a {
  color: #484848;
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-solida #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-solida #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-solida #sidebar-nav .nav li .submenu>li.open a, .theme-solida #nav-col-submenu .submenu>li>.submenu, .theme-solida #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-solida #sidebar-nav .nav>.open>.submenu>.open>a, .theme-solida #sidebar-nav .nav>.active>.submenu>.open>a, .theme-solida #sidebar-nav .nav>.active>.submenu>.active>a, .theme-solida #nav-col-submenu .submenu>.open>a, .theme-solida #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-solida #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-solida #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-solida #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-solida .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-solida .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #8bc34a;
}

.theme-solida .nav-pills>li.active>a, .theme-solida .nav-pills>li.active>a:hover, .theme-solida .nav-pills>li.active>a:focus, .theme-solida #sidebar-nav .nav-pills>li.active>a, .theme-solida #sidebar-nav .nav-pills>li.active>a:hover, .theme-solida #sidebar-nav .nav-pills>li.active>a:focus, .theme-solida .nav-pills>li.open>a, .theme-solida .nav-pills>li.open>a:hover, .theme-solida .nav-pills>li.open>a:focus, .theme-solida #sidebar-nav .nav-pills>li.open>a, .theme-solida #sidebar-nav .nav-pills>li.open>a:hover, .theme-solida #sidebar-nav .nav-pills>li.open>a:focus, .theme-solida .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-solida .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-solida .nav-small #nav-col-submenu .submenu>.open>a, .theme-solida .nav-small #nav-col-submenu .submenu>.active>a, .theme-solida .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-solida #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-solida #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-solida #header-navbar .nav>li>a {
  color: #fff;
}

.theme-solida #header-navbar .nav>li>a:hover, .theme-solida #header-navbar .nav>li>a:focus, .theme-solida #header-navbar .nav .open>a, .theme-solida #header-navbar .nav .open>a:hover, .theme-solida #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-solida #sidebar-nav .nav li .submenu, .theme-solida #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-solida #sidebar-nav .nav li .submenu>li>a, .theme-solida .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-solida #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-solida #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-solida #sidebar-nav .nav li .submenu>li>a:hover, .theme-solida #sidebar-nav .nav li .submenu>li>a.active, .theme-solida #sidebar-nav .nav li .submenu>li.active>a, .theme-solida .nav-small #nav-col-submenu .submenu>.open>a, .theme-solida .nav-small #nav-col-submenu .submenu>.active>a, .theme-solida .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-solida .nav-small #nav-col-submenu .submenu>li>a.active, .theme-solida .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-solida .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-solida .navbar-toggle {
  color: #fff;
}

.theme-solida .graph-box {
  background-color: #8bc34a !important;
}

.theme-solida #content-wrapper {
  background-color: #f9f9f9;
  border-left: 2px solid #e7ebee;
}

.theme-solida #user-left-box .user-box, .theme-solida #user-left-box .user-box a {
  color: #16191c;
}

.theme-solida #user-left-box .user-box a:hover, .theme-solida #user-left-box .user-box a:focus {
  color: black;
}

.theme-solida #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-solida .nav-tabs {
  background-color: #f9f9f9;
}

.theme-solida .nav-tabs>li.active>a, .theme-solida .nav-tabs>li.active>a:hover, .theme-solida .nav-tabs>li.active>a:focus {
  border-top-color: #8bc34a;
}

.theme-solida h1 {
  color: #8bc34a;
}

.theme-solida #header-navbar .nav>li>a:hover, .theme-solida #header-navbar .nav>li>a:focus, .theme-solida #header-navbar .nav .open>a, .theme-solida #header-navbar .nav .open>a:hover, .theme-solida #header-navbar .nav .open>a:focus, .theme-solida .navbar-toggle:hover, .theme-solida .navbar-toggle:focus, .theme-solida .mobile-search.active>.btn {
  /*background-color: #689f38;*/
  background-color: #c666dd;
}

.theme-solida .main-box {
  border: 1px solid #e7ebee;
}

.theme-solida a, .theme-solida .fc-state-default, .theme-solida .jvectormap-zoomin, .theme-solida .jvectormap-zoomout, .theme-solida #user-profile .profile-details ul>li>span {
  color: #8bc34a;
}

.theme-solida a:hover, .theme-solida a:focus, .theme-solida .widget-users li>.details>.name>a:hover, .theme-solida .widget-todo .actions>a:hover {
  color: #8bc34a;
}

.theme-solida .table a.table-link:hover {
  color: #689f38;
}

.theme-solida .pagination>li>a, .theme-solida .pagination>li>span, .theme-solida .pagination>li>a:hover, .theme-solida .pagination>li>span:hover, .theme-solida .pagination>li>a:focus, .theme-solida .pagination>li>span:focus, .theme-solida .pagination>li>a:active, .theme-solida .pagination>li>span:active {
  /*color: #8bc34a;*/
  color: #EC1D27;
}

.theme-solida .pagination>.active>a, .theme-solida .pagination>.active>span, .theme-solida .pagination>.active>a:hover, .theme-solida .pagination>.active>span:hover, .theme-solida .pagination>.active>a:focus, .theme-solida .pagination>.active>span:focus {
  /*background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;*/
  background-color: #EC1D27;
  border-color: #EC1D27;
  color: #fff;
}

.theme-solida .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-solida .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

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

.theme-solida .btn-primary {
  background-color: #8bc34a;
  border-color: #689f38;
}

.theme-solida .btn-primary:hover, .theme-solida .btn-primary:focus, .theme-solida .btn-primary:active, .theme-solida .btn-primary.active, .theme-solida .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-solida .btn-success {
  background-color: #03a9f4;
  border-color: #2980b9;
}

.theme-solida .btn-success:hover, .theme-solida .btn-success:focus, .theme-solida .btn-success:active, .theme-solida .btn-success.active, .theme-solida .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-solida h1 {
  color: #8bc34a;
}

.theme-solida .widget-users li>.details>.time {
  color: #8bc34a;
}

.theme-solida .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-solida .conversation-item.item-right .conversation-body, .theme-solida .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-solida blockquote, .theme-solida blockquote.pull-right {
  border-color: #8bc34a;
}

.theme-solida a.list-group-item.active, .theme-solida a.list-group-item.active:hover, .theme-solida a.list-group-item.active:focus {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.theme-solida .nav .caret {
  border-bottom-color: #8bc34a;
  border-top-color: #8bc34a;
}

.theme-solida .panel-default>.panel-heading, .theme-solida .notifications-list .item-footer {
  background-color: #EC1D27;
}

.theme-solida .notifications-list .item-footer a:hover {
  background-color: #c666dd;
}

.theme-solida #invoice-companies .invoice-dates .invoice-number>span, .theme-solida .notifications-list .item a .time {
  color: #EC1D27;
}

.theme-solida .table thead>tr>th>a:hover span {
  color: #8bc34a;
  border-color: #8bc34a;
}

.theme-solida #email-nav-items li.active {
  border-left-color: #8bc34a;
  border-right-color: #8bc34a;
}

.theme-solida #email-nav-items li.active a {
  color: #8bc34a;
}

.theme-solida #email-nav-items li.active .label-primary {
  background-color: #8bc34a;
}

.theme-solida #email-nav-items li a:hover {
  color: #8bc34a;
}

.theme-solida .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #8bc34a;
}

.theme-solida .cd-timeline-img {
  background-color: #8bc34a;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-solida #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-solida .dataTable thead th:hover {
  color: #8bc34a;
}

.theme-solida .pace .pace-progress {
  background-color: #fff;
}

.theme-solida #config-tool.closed #config-tool-cog:hover {
  background-color: #8bc34a;
}

.rtl.theme-solida #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-solida .cd-timeline-content .cd-date {
    color: #8bc34a;
  }
}

@media (max-width: 991px) {
  .theme-solida #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-solida #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-solida .navbar>.container .navbar-brand {
    /*background-color: #8bc34a;*/
    background-color: #EC1D27;
  }
}

.theme-solida .red-bg {
  background-color: #EE3E46 !important;
}

.theme-solida .vermelho-et-1 {
  background-color: #F1585F;
}

.theme-solida .vermelho-et-2 {
  background-color: #ED2C35;
}

.theme-solida .vermelho-et-3 {
  background-color: #EC1D27;
}

/******************* SOLIDA */

.playlist ul {
  list-style-type: none;
}

.playlist ul a {
  cursor: pointer;
  color: #428bca;
  text-decoration: none;
}

.playlist ul a:visited {
  color: #428bca;
}

.playlist ul a:hover {
  color: #428bca;
  text-decoration: underline;
}

.videogular-container {
  width: 100%;
  height: 320px;
  margin: auto;
  overflow: hidden;
}

.videogular-container .skipButton {
  position: absolute;
  padding: 10px;
  top: 10px;
  right: 10px;
  z-index: 99999;
  color: white;
  cursor: pointer;
  background-color: #666666;
  border: 2px #FFFFFF solid;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/*@media (min-width: 1200px) {
    .videogular-container {
        width: 1170px;
        height: 658.125px;
    }

    .videogular-container.audio {
        width: 1170px;
        height: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .videogular-container {
        width: 940px;
        height: 528.75px;
    }

    .videogular-container.audio {
        width: 940px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .videogular-container {
        width: 728px;
        height: 409.5px;
    }

    .videogular-container.audio {
        width: 728px;
        height: 50px;
    }
}*/

#upload .modal-dialog {
  width: 50%;
  max-height: 500px;
}

#upload .modal-body {
  height: 380px;
}

#upload .modal-content {
  height: 500px;
}

#refresh-token-msg {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  /* Need a specific value to work */
}

.advancedSearchBox {
  display: block;
  position: relative;
  margin: 5px 0 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  min-height: 40px;
  padding: 0 9px;
  background-color: #fff;
  cursor: text;
  line-height: 38px;
}

.advancedSearchBox.active {
  border-color: #66afe9;
}

.advancedSearchBox .search-icon {
  float: right;
  padding: 10px 0 0 10px;
}

.advancedSearchBox .remove-all-icon {
  float: right;
  padding: 10px 0 0 10px;
  cursor: pointer;
}

.advancedSearchBox .search-parameter {
  display: inline-block;
  height: 24px;
  margin: 0 7px 0 0;
  background-color: var(--dark-primary-color);
  padding: 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 24px;
  cursor: default;
  transition: box-shadow 100ms linear;
}

.advancedSearchBox .search-parameter:hover {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.advancedSearchBox .search-parameter div {
  float: left;
  margin: 0 2px;
}

.advancedSearchBox .search-parameter .remove {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.advancedSearchBox .search-parameter .key {
  color: #fff;
}

.advancedSearchBox .search-parameter .value span {
  color: #fff;
}

.advancedSearchBox .search-parameter .value input {
  height: 24px;
}

.advancedSearchBox .search-parameter-input {
  display: inline-block;
  width: auto;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
}

.advancedSearchBox .search-parameter-input:focus {
  box-shadow: none;
  outline: none;
}

.advancedSearchBox .search-parameter-suggestions {
  cursor: auto;
  display: block;
}

.advancedSearchBox .search-parameter-suggestions .title {
  display: block;
  float: left;
  height: 25px;
  margin: 7px 7px 0 0;
  background-color: transparent;
  color: #888;
  font-weight: bold;
  padding: 0 5px;
  font-size: 14px;
  line-height: 25px;
}

.advancedSearchBox .search-parameter-suggestions .search-parameter {
  cursor: pointer;
  background-color: #bdbdbd;
  color: #fff;
}

/* line 2, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-base .noUi-connect {
  /*background: #03a9f4;*/
  background: #5316BF;
  border-radius: 6px;
  box-shadow: none;
}

/* line 8, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.theme-vivo .noUi-target {
  background: #8480BE !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 0px solid #fff !important;
}

.noUi-target {
  background: #e8e8e8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
}

/* line 14, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-horizontal {
  height: 8px;
}

/* line 17, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-vertical {
  width: 8px;
}

/* line 20, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-value-sub {
  margin-top: 4px;
}

@media (max-width: 1199px) {
  /* line 20, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */
  .noUi-target .noUi-value-sub {
    margin-top: 3px;
    font-size: 0.65em;
  }
}

/* line 28, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-value-large {
  margin-top: 8px;
  font-size: 0.95em;
}

@media (max-width: 1199px) {
  /* line 28, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */
  .noUi-target .noUi-value-large {
    margin-top: 9px;
    font-size: 0.9em;
  }
}

/* line 37, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-handle {
  border-radius: 50%;
  transition: box-shadow .2s, -webkit-transform .2s;
  transition: box-shadow .2s, transform .2s;
  transition: box-shadow .2s, transform .2s, -webkit-transform .2s;
}

/* line 43, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  left: -10px;
  top: -8px;
}

/* line 49, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-horizontal .noUi-handle:focus {
  outline: none !important;
}

/* line 53, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-vertical .noUi-handle {
  width: 22px;
  height: 22px;
  left: -8px;
  top: -10px;
}

/* line 59, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-vertical .noUi-handle:focus {
  outline: none !important;
}

/* line 63, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-handle:after, .noUi-target .noUi-handle:before {
  content: none;
  width: 0;
  height: 0;
}

/* line 69, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target.noUi-horizontal .noUi-handle.noUi-active, .noUi-target.noUi-vertical .noUi-handle.noUi-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 78, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-pips-horizontal {
  padding: 6px 0;
}

/* line 81, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-marker-horizontal.noUi-marker {
  margin-left: 0.5px;
  width: 1px;
}

/* line 85, Applications/MAMP/htdocs/cube/source/scss/theme/imports/_sliders.scss */

.noUi-target .noUi-marker-vertical.noUi-marker {
  height: 1px;
}

/* ---------- START OF NEW UI ADJUSTMENTS FOR THEME ITURAN --------- */

/* VIVO New Document */

.theme-ituran .addNewDocWrapper .main-box {
  border: none;
}

.theme-ituran .addNewDocWrapper .form-control:focus, .theme-ituran .newDocModals .form-control:focus {
  border-color: rgba(0, 0, 0, 0.3);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.3);
}

.theme-ituran .addNewDocWrapper .form-control {
  height: 50px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

/*
        .theme-ituran .drop-box {
            border: 1px dashed #CF2335;
            border-radius: 8px;
            background-color: #DFBDC0;
            margin: 1.5em 0 1.5em 0;
            cursor: pointer;
            height: auto;
            padding: 1em 1em 1.5em 1em;
        }

        .theme-ituran .drop-box .fa {
            padding: 0.5em;
            font-size: 2.25em;
            color: #244888;
        }
*/

.theme-ituran .visibleDesktop {
  color: var(--medium-primary-hover-color);
}

.theme-ituran .chooseFileOrTemplateWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-ituran .chooseFileOrTemplateContentWrapper {
  padding: 1.5em;
}

.theme-ituran .addNewDocWrapper .col-md-6 {
  padding: 0;
}

.theme-ituran #chooseFileOrTemplateTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  /*background: #CAC2E5;*/
}

.theme-ituran .chooseFileOrTemplateWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  display: inline;
}

.theme-ituran .filesAndTemplatesTabs {
  margin: 0.25em 0 1em 0;
  display: flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.theme-ituran .chooseFileOrTemplateWrapper .row {
  padding: 0;
}

.theme-ituran .filesAndTemplatesTabs .current-tab, .theme-ituran .filesAndTemplatesTabs .unselected-tab {
  display: block;
  width: 50%;
}

.theme-ituran .filesAndTemplatesTabs .unselected-tab {
  border-bottom: 6px solid #9C93A4;
}

.theme-ituran .addNewDocWrapper .campoPreVisualizacao {
  border-radius: 0 8px 8px 0;
  background-color: #404040;
  height: 400px;
  padding: 1em;
}

.theme-ituran .addSignatoriesOptionsWrapper {
  border-radius: 0 8px 8px 0;
  /*border: 1px solid #ECECEC;*/
  /*background-color: #fff;*/
  background-color: #404040;
  min-height: 350px;
  padding: 1em;
}

.theme-ituran .addSignatoriesListWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-ituran #addSignatoriesTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  text-align: center;
  /*background: #CAC2E5;*/
}

.theme-ituran .addSignatoriesListWrapper h4 {
  color: #244888;
  font-size: 1.4em;
  padding: 0.25em;
  display: inline;
}

.theme-ituran .addNewDocWrapper .campoPreVisualizacao h4, .theme-ituran .addNewDocWrapper .campoPreVisualizacao label {
  color: #BBBBBB;
}

.theme-ituran .addNewDocWrapper ul {
  list-style-type: none;
  margin: 0;
}

.theme-ituran .addNewDocWrapper li {
  color: #AA00FF;
  margin: 0;
}

.theme-ituran .addNewDocWrapper .editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: var(--medium-accent-hover-color);
  border-bottom-color: var(--medium-accent-hover-color);
}

.theme-ituran #sendDocToOthers {
  /*border: 1px solid #DE3429;*/
  background: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0 0 4px var(--medium-grey);
}

.theme-ituran #sendDocToOthers .fa-envelope-o {
  font-size: 1.6em;
  padding-top: 0.5em;
  /*color: #ECECEC;*/
  color: #DE3429;
}

.theme-ituran #listOfContactsToSign .nestable-lists {
  border-radius: 6px;
  background-color: #fff;
  border: none;
}

.theme-ituran #listOfContactsToSign .input-group {}

.theme-ituran #listOfContactsToSign .form-control, .theme-ituran .newDocModals .form-control, .theme-ituran #addEmail .form-group tags-input .tags {
  height: 40px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-ituran #addEmail .form-group tags-input .tags.focused {
  outline: 0;
  border-color: rgba(142, 69, 153, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-ituran #sendDocToOthers ul {
  list-style-type: none;
}

.theme-ituran #listOfContactsToSign .dd-handle {
  background: rgba(217, 196, 235, 0.4);
  /*border: none;*/
  border-radius: 6px;
}

.theme-ituran .dd-handle {
  border: 1px solid var(--light-primary-color);
}

.theme-ituran a, .theme-ituran .fc-state-default, .theme-ituran .jvectormap-zoomin, .theme-ituran .jvectormap-zoomout, .theme-ituran #user-profile .profile-details ul>li>span {
  color: var(--dark-grey);
}

.theme-ituran #listOfContactsToSign #user-profile a {
  font-weight: 600;
  font-size: 0.95em;
  color: #244888;
}

.theme-ituran #listOfContactsToSign .table tbody>tr:hover {
  background: rgba(217, 196, 235, 0.6);
}

.theme-ituran #listOfContactsToSign .fa-trash-o {
  font-size: 1.5em;
  color: #244888;
}

.theme-ituran #listOfContactsToSign .fa-trash-o:hover {
  color: #FF5E53;
}

.theme-ituran .newDocModals .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-ituran .newDocModals .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran .newDocModals #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-ituran .newDocModals .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran .newDocModals .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: #244888;
}

.theme-ituran .newDocModals .modal-title h2 {
  color: #CF2335;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.theme-ituran .newDocModals .step-content {
  padding: 0 2em 1em 2em;
}

.theme-ituran #signatures-lote, .theme-ituran #view-doc-versions {
  margin-right: 15px;
}

.theme-ituran .addNewDocWrapper a:hover, .theme-ituran #view-doc-versions a:hover {
  text-decoration: none;
}

.theme-ituran #signatures-lote::before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: #244888;
}

.theme-ituran #view-doc-versions::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: #244888;
}

/* VIVO New Document - Document and Signatories tabs */

.theme-ituran #newDocTabs {
  /*margin: 0.25em 0 1em 0;*/
  /*display: flex;*/
  display: block;
  justify-content: space-between;
  text-align: center;
}

.theme-ituran #newDocTabs .current-tab {
  display: block;
  color: #244888;
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-ituran #newDocTabs .unselected-tab {
  display: block;
  color: var(--dark-grey);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-ituran #newDocTabs .unselected-tab h4, .theme-ituran #newDocTabs .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-ituran #newDocTabs .current-tab h4 {
  font-weight: 400;
}

.theme-ituran #newDocTabs .unselected-tab:hover {}

.theme-ituran .current-tab #new-doc-tab-step-one::before, .theme-ituran .current-tab #new-doc-tab-step-two::before, .theme-ituran .unselected-tab #new-doc-tab-step-one::before, .theme-ituran .unselected-tab #new-doc-tab-step-two::before {
  font-family: "Open-Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

.theme-ituran .current-tab #new-doc-tab-step-one::before, .theme-ituran .unselected-tab #new-doc-tab-step-one::before {
  content: '1';
}

.theme-ituran .current-tab #new-doc-tab-step-two::before, .theme-ituran .unselected-tab #new-doc-tab-step-two::before {
  content: '2';
}

.theme-ituran #new-doc-tab-step-one, .theme-ituran #new-doc-tab-step-two, .theme-ituran #new-doc-tab-step-one-title, .theme-ituran #new-doc-tab-step-two-title {
  height: 6ch;
  padding: 0.75em;
}

.theme-ituran .current-tab #new-doc-tab-step-one, .theme-ituran .current-tab #new-doc-tab-step-two {
  background: #244888;
}

.theme-ituran .unselected-tab #new-doc-tab-step-one, .theme-ituran .unselected-tab #new-doc-tab-step-two {
  background: #7E7E7E;
}

.theme-ituran .current-tab #new-doc-tab-step-one-title, .theme-ituran .current-tab #new-doc-tab-step-two-title {
  border: 1px solid var(--medium-primary-color);
  /*background: #DFBDC0;*/
}

.theme-ituran .current-tab #new-doc-tab-step-one-title:hover, .theme-ituran .current-tab #new-doc-tab-step-two-title:hover {
  background: #E2A2A8;
  background: var(--light-primary-color);
  cursor: pointer;
}

.theme-ituran .unselected-tab #new-doc-tab-step-one-title, .theme-ituran .unselected-tab #new-doc-tab-step-two-title {
  background: #E3E3E3;
}

.theme-ituran .unselected-tab #new-doc-tab-step-one-title:hover, .theme-ituran .unselected-tab #new-doc-tab-step-two-title:hover {
  background: #C7C7C7;
  cursor: pointer;
}

/* view-docs lote table, versions table */

.theme-ituran #view-docs-lote .table, .theme-ituran #view-revisions .table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.theme-ituran #view-docs-lote .table th, .theme-ituran #view-revisions .table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.theme-ituran #view-docs-lote .table th, .theme-ituran #view-docs-lote .table td, .theme-ituran #view-revisions .table th, .theme-ituran #view-revisions .table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.theme-ituran .centerTextXYaxis {
  text-align: center;
  vertical-align: middle;
}

/* scrollbar VIVO */

/* width */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar, .theme-ituran #view-revisions .table::-webkit-scrollbar, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-track, .theme-ituran #view-revisions .table::-webkit-scrollbar-track, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-track, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  0 background: rgba(0, 0, 0, 0.2);
  /'/'
}

/* Handle */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-thumb, .theme-ituran #view-revisions .table::-webkit-scrollbar-thumb, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-thumb, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #B2D8E7;
}

/* Handle on hover */

.theme-ituran #view-docs-lote .table::-webkit-scrollbar-thumb:hover, .theme-ituran #view-revisions .table::-webkit-scrollbar-thumb:hover, .theme-ituran #view-revisions .table-responsive::-webkit-scrollbar-thumb:hover, .theme-ituran .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #1c386b;
  /*background: #555;*/
}

/*VIVO add new doc - progress bar */

/** Progress Bar **/

.theme-ituran .progress-bar {
  background-color: #1c386b;
  box-shadow: none;
  height: 14px;
  border-radius: 10px;
}

.theme-ituran .progress-bar-success {
  background-color: #97c93d;
}

.theme-ituran .progress-bar-info {
  background-color: #9c27b0;
}

.theme-ituran .progress-bar-warning {
  background-color: #ffc107;
}

.theme-ituran .progress-bar-danger {
  background-color: #e84e40;
}

/* enf of VIVO add new doc - progress bar */

/* VIVO header */

.theme-ituran #content-header {
  /*background: #f3f5f6;*/
  margin: -5px -15px 20px -15px;
  /*padding: 15px;
          border-bottom: 1px solid #dee4e8;*/
}

.theme-ituran @media (max-width: 767px) {
  #content-header {
    margin: -5px -5px 20px -5px;
  }
}

/* end of VIVO header */

.theme-ituran .modal-dialog {
  margin-bottom: 0;
  margin-top: 110px;
}

/* VIVO Sign Document */

.theme-ituran .assinaturaDeDocumento #theme-wrapper {
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

.theme-ituran .container-fluid {
  margin: 0;
  padding: 0;
}

.theme-ituran .assinaturaDeDocumento #content-wrapper {
  border: 0;
}

.theme-ituran #participants-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-ituran #participants-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

.theme-ituran .unselected-tab {
  display: flex;
  color: var(--dark-grey);
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-ituran .unselected-tab h4, .theme-ituran .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-ituran .unselected-tab:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-ituran .current-tab {
  display: flex;
  color: var(--medium-primary-color);
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-ituran .signDocCategory {
  background-color: var(--dark-primary-hover-color);
  min-height: 45px;
  padding: 0.75em;
}

.theme-ituran #sign-doc-category, .theme-ituran #sign-doc-help {
  text-align: center;
  padding: 0.75em;
}

.theme-ituran #sign-doc-category h1 {
  font-size: 1.3em;
  color: #fff;
  display: inline;
}

.theme-ituran .assinaturaDeDocumento #content-wrapper {
  background-size: cover;
  min-height: 100%;
}

.theme-ituran .assinaturaDeDocumento .signDocsViewDocArea .col-md-10, .theme-ituran .assinaturaDeDocumento .signDocsViewDocArea .col-md-12, .theme-ituran .assinaturaDeDocumento .signDocsViewDocArea .col-lg-8, .theme-ituran .assinaturaDeDocumento .signDocsViewDocArea .row {
  margin: 0;
  padding: 0;
}

.theme-ituran .assinaturaDeDocumento .main-box {
  background: rgba(0, 0, 0, 0.0);
  box-shadow: 0px rgba(0, 0, 0, 0.0);
  border: none;
  margin-bottom: 0;
  /* overflow: hidden; */
  /*border-radius: 3px;*/
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-ituran .assinaturaDeDocumento #content-wrapper,
/*.theme-ituran #content-wrapper,*/

.theme-ituran .assinaturaDeDocumento #content-wrapper .col-lg-4 {
  padding: 0;
  margin: 0;
}

.theme-ituran #content-wrapper, .theme-ituran .container {
  padding: 0;
}

.theme-ituran #page-wrapper .row, .theme-ituran #page-wrapper .container, .theme-ituran .assinaturaDeDocumento .container {
  padding: 0;
  margin: 0;
}

.theme-ituran .assinaturaDeDocumento .navbar-fixed-bottom .form-group {
  float: right;
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 170px;
}

.theme-ituran .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn {
  padding: 0.5em;
  width: 170px;
}

.theme-ituran .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn-lg {
  font-size: 15px;
}

.theme-ituran .assinaturaDeDocumento .example {
  position: sticky;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  z-index: 100;
}

/*.theme-ituran #replicate-coordinates-wrapper{
            margin: 1.25em;
            padding: 1em 1em 1.5em 1em;
            border-bottom: 1px solid;
            border-bottom-color: var(--medium-primary-color);
        }*/

.theme-ituran #doc-info-wrapper, .theme-ituran #replicate-coordinates-wrapper {
  margin: 1.25em;
  padding: 1em 1em 1.5em 1em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-grey);
}

.theme-ituran #doc-info-wrapper.row {
  padding: 1em;
}

.theme-ituran #doc-info-file-name {
  text-align: center;
  justify-content: center;
  color: var(--medium-primary-color);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /** número de linhas a serem exibidas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /** (...) */
}

.theme-ituran .signDocFileTopNav {
  background-color: rgba(0, 0, 0, 0.5);
  color: #CCBCDB;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 100;
}

/*@keyframes grow{
         100%  {transform: scale(1.2);}
       }*/

.theme-ituran .signDocFileTopNav .fa-arrow-left:hover, .theme-ituran .signDocFileTopNav .fa-arrow-right:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
  /*animation: grow 0.3s linear 1;*/
}

.theme-ituran .assinaturaDeDocumento #signDocViewWrapper {
  height: 95vh;
  overflow: auto;
}

/* width */

.theme-ituran .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-ituran .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */

.theme-ituran .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: var(--medium-grey);
}

/* Handle on hover */

.theme-ituran .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
  background: var(--medium-grey-hover);
}

.theme-ituran .signDocFileTopNav .navigateToDemandCtrl {
  align-content: right;
  justify-content: right;
  padding: 0.5em;
}

.theme-ituran .signDocFileTopNav .fa {
  font-size: 1.3em;
  color: var(--light-primary-color);
  padding: 0em 0.25em 0em 0.25em;
}

.theme-ituran .signDocFileTopNav .fa-pencil {
  color: var(--medium-grey);
}

.theme-ituran .docInfoFileName h5 {
  /*text-align: center;
           justify-content: center;*/
  color: #CCBCDB;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70ch;
  max-height: 2ch;
}

.theme-ituran #doc-info-file {
  color: var(--dark-grey);
  font-size: 16px;
  padding-left: 25px;
}

.theme-ituran .fa-help {
  font-size: 1.7em;
  cursor: pointer;
}

.theme-ituran .fa-help:hover {
  color: var(--medium-primary-color);
}

.theme-ituran #sign-doc-help .fa-help {
  color: rgba(255, 255, 255, 0.6);
  /*padding-right: 1em;*/
}

.theme-ituran #sign-doc-help .fa-help:hover {
  color: var(--light-primary-color);
  cursor: pointer;
}

.theme-ituran #doc-info-file-name .fa-file-text {
  font-size: 1.75em;
}

.theme-ituran .sign-doc-tabs-content-box::-webkit-scrollbar {
  display: auto;
}

/* width */

.theme-ituran .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-ituran .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-ituran .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-ituran .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb:hover {
  background: #826EC5;
  /*background: #555;*/
}

.theme-ituran .sign-doc-tabs-content-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.theme-ituran .sign-doc-tabs-content-box {
  margin: 0.25em 2em 2em 2em;
  padding: 1em;
  background-color: #F1EDF5;
  border-radius: 8px;
  max-height: 35vh;
  overflow-y: auto;
}

.theme-ituran .sign-doc-tabs-content, .theme-ituran #sign-doc-history {
  padding: 0.75em;
}

.theme-ituran .sign-doc-tabs-content img {
  padding: 0.75em;
  width: 100%;
  border-radius: 50%;
}

.theme-ituran .sign-doc-tabs-content label {
  font-size: 12px;
  color: var(--medium-primary-color);
}

.theme-ituran .sign-doc-tabs-content p {
  font-size: 14px;
  color: var(--dark-grey);
}

.theme-ituran .sign-doc-tabs-content .fa {
  margin-left: 1em;
  font-size: 1.5em;
}

.theme-ituran .sign-doc-tabs-content .fa-clock-o {
  color: #F5AB00;
}

.theme-ituran .sign-doc-tabs-content .fa-check-circle {
  color: #8BC155;
}

.theme-ituran .sign-doc-signatories {
  text-align: center;
  width: 50%;
  float: left;
}

.theme-ituran .sign-doc-signatories img {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.theme-ituran .sign-doc-signatories label {
  color: #fff;
}

.theme-ituran .sign-doc-signatories h5 {
  color: var(--dark-grey);
}

.theme-ituran .sign-doc-comments-box .fa-comments {
  font-size: 3em;
  color: rgba(0, 0, 0, 0.4);
  margin: auto;
}

.theme-ituran .sign-doc-comments-box .fa-paper-plane {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
}

.theme-ituran .sign-doc-comments-box {
  /* text-align: center;*/
}

/*.theme-ituran .sign-doc-comments-box #sign-doc-comments-icon {
         position: absolute;
         top: 50%;
         transform: translate(-50%, -50%);
       }*/

.theme-ituran .sign-doc-comments-box .btn-primary {
  padding: 2.2em;
}

.theme-ituran .sign-doc-comments-box .col-lg-8, .theme-ituran .sign-doc-comments-box .col-lg-2, .theme-ituran .sign-doc-comments-box .input-group {
  margin: 0;
  padding: 0;
}

.theme-ituran #sign-doc-comments-title {
  text-align: center;
  padding: 1em;
  border-top: 1px solid;
  border-top-color: var(--medium-grey);
  margin-top: 1em;
}

.theme-ituran #sign-doc-comments-title h1 {
  font-size: 1.3em;
  color: var(--dark-grey);
  display: inline;
}

.theme-ituran .user-dropdown-box-wrapper li {
  list-style-type: none;
}

.theme-ituran .user-dropdown-box-wrapper {
  color: #fff;
  padding: 0.5em;
}

/* VIVO SIGN DOC preview pages*/

.theme-ituran .assinaturaDeDocumento #sign-docs-preview-page-wrapper {}

/*Hide scrollbar of preview pages column*/

.theme-ituran .signDocsPreviewPagesColumn::-webkit-scrollbar {
  display: none;
}

.theme-ituran .signDocsPreviewPagesColumn .img-responsive {
  opacity: 0.7;
}

.theme-ituran .signDocsPreviewPagesColumn .img-responsive:hover {
  opacity: 1;
}

.theme-ituran .signDocsPreviewPagesColumn {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*Enf of hide scrollbar of preview pages column*/

.theme-ituran .signDocsPreviewPagesColumn {
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 1em;
  position: relative;
  max-height: 65vh;
  overflow: auto;
}

.theme-ituran #signDocsPreviewPageUp, .theme-ituran #signDocsPreviewPageDown {
  align-content: center;
  text-align: center;
  justify-content: center;
}

.theme-ituran #signDocsPreviewPageUp .fa:hover, .theme-ituran #signDocsPreviewPageDown .fa:hover {
  color: #826EC5;
  cursor: pointer;
}

.theme-ituran #signDocsPreviewPageUp .fa, .theme-ituran #signDocsPreviewPageDown .fa {
  color: #EEE;
  font-size: 1.5em;
  padding: 0.5em;
}

.theme-ituran .signDocsPreviewPage {
  width: 70%;
  margin: 0.25em auto 0.25em auto;
  padding: 0.25em;
  left: 0;
}

.theme-ituran .signDocsPreviewPage:hover {
  /*border: 1px solid #1C386A;*/
  background: rgba(159, 146, 209, 0.7);
  cursor: pointer;
}

.theme-ituran .assinaturaDeDocumento .modal-content col-sm-12, .theme-ituran .assinaturaDeDocumento .modal-content col-xs-12 {
  padding: 0;
}

/*VIVO Sign Doc user box*/

.theme-ituran #user-right-box {
  padding: 0.25em;
}

.theme-ituran #user-right-box img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 3px solid #fff;
  float: left;
  width: 45px;
  margin-right: 1em;
}

.theme-ituran #user-right-box .user-box {
  color: #fff;
  float: right;
}

.theme-ituran #user-right-box .user-box>.name {
  display: block;
  font-size: 1em;
  font-weight: 500;
}

.theme-ituran #user-right-box .user-box>.name>a {
  color: #fff;
}

.theme-ituran #user-right-box .user-box>.name>a:hover, #user-left-box .user-box>.name>a:focus {
  color: #E1E1E1;
  text-decoration: none;
}

.theme-ituran #user-right-box .user-box>.status {
  display: block;
  font-size: 0.75em;
  padding-top: 3px;
}

.theme-ituran #user-right-box .user-box>.status>i {
  color: #8bc34a;
  margin-right: 4px;
}

.theme-ituran #user-right-box.dropdown .dropdown-menu {
  top: 55px;
  left: 30px;
}

.theme-ituran #user-right-box.dropdown .dropdown-menu a {
  color: #707070;
  font-size: 0.875em;
}

.theme-ituran #user-right-box.dropdown .dropdown-menu a:hover {
  background-color: #f6f6f6;
  color: #707070;
}

/*VIVO Digital Accept */

.theme-ituran #digitalAcceptModal input[type=radio] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Hidding the input radio */

.theme-ituran #digitalAcceptModal .radio label:before, .theme-ituran #digitalAcceptModal .radio label:after {
  opacity: 0;
}

.theme-ituran #digitalAcceptModal input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 50px;
  width: 100%;
  line-height: 45px;
}

.theme-ituran #digitalAcceptModal input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-ituran #digitalAcceptModal input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #B2D8E7;
  color: #FFF;
}

.theme-ituran #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #70A740;
  color: #FFF;
}

.theme-ituran #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked:hover+label {
  background-color: #5A9228;
  color: #FFF;
}

.theme-ituran #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #DC4747;
  color: #FFF;
}

.theme-ituran #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked:hover+label {
  background-color: #BF3A3A;
  color: #FFF;
}

.theme-ituran #digitalAcceptModal .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #digitalAcceptModal .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #digitalAcceptModal .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran #digitalAcceptModal .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-ituran #digitalAcceptModal .modal-title h2 {
  color: #244888;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-ituran #digitalAcceptModal #sign-box-inner {
  padding: 0 1em 1em 1em;
  border: none;
  text-align: center;
}

.theme-ituran #digitalAcceptModal #sign-box-inner h5 {
  color: var(--medium-primary-color);
  margin: 0;
  margin-bottom: 1em;
  /*padding: 0 2em 0 2em;*/
}

.theme-ituran #digitalAcceptModal #digital-accept-justify-choice {
  border-top: 1px solid var(--medium-primary-color);
  width: 90%;
  margin: auto;
}

.theme-ituran #digitalAcceptModal #digital-accept-justify-choice h5 {
  color: var(--medium-primary-color);
  /*color: #FFF;*/
  padding: 1em;
  margin: 0;
  font-size: 12px;
}

.theme-ituran #digitalAcceptModal #digital-accept-justify-choice-textbox {
  with: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.theme-ituran #digitalAcceptModal #digital-accept-justify-choice textarea {
  width: 300px;
  height: 90px;
  resize: none;
  display: block;
  margin: auto;
  border-color: #D2BDDF;
}

.theme-ituran #digitalAcceptModal #sign-box-inner .input-group>.form-control, #sign-box-inner .input-group>.input-group-addon {
  line-height: normal;
}

.theme-ituran #digitalAcceptModal #sign-box .btn {
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
  width: 100%
}

/*VIVO sign A1 A3*/

.theme-ituran #sign-A1A3 .modal-dialog, .theme-ituran #sign-A1Nuvem .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #sign-A1A3 .modal-content, .theme-ituran #sign-A1Nuvem .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #sign-A1A3 .modal-header, .theme-ituran #sign-A1Nuvem .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran #sign-A1A3 .modal-title, .theme-ituran #sign-A1Nuvem .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-ituran #sign-A1A3 .modal-title h2, .theme-ituran #sign-A1Nuvem .modal-title h2 {
  color: #244888;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-ituran .modal-header {
  padding: 1em;
}

.theme-ituran .modal-header .fa-times-circle {
  font-size: 1.7em;
  color: var(--medium-primary-color);
}

.theme-ituran .modal-header .fa-times-circle:hover {
  color: var(--light-primary-hover-color);
  font-size: 1.7em;
  cursor: pointer;
}

.theme-ituran .modal-body #pre-requirements-failed {
  width: 100%;
  padding: 0;
}

.theme-ituran .modal-body #pre-requirements-failed h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}

.theme-ituran .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-ituran .modal-sign-doc #icp-sign {
  padding: 0em 1.5em 0em 1.5em;
  /* position: absolute;
           bottom: 1em;*/
}

.theme-ituran .modal-sign-doc .package-content {
  border: none;
  box-shadow: 0;
}

.theme-ituran .modal-sign-doc .btn-green, .theme-ituran #sign-A1Nuvem .btn-green {
  padding: 1em;
  width: 100%;
}

.theme-ituran .modal-sign-doc #verifying-pre-requirements p {
  color: #244888;
}

.theme-ituran .modal-sign-doc .pricing-package .package-features li {
  font-size: 14px;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-ituran .modal-sign-doc .package-features a {
  /*display: inline;*/
  padding-left: 1.6em;
  text-align: center;
  font-size: 14px;
  color: #244888;
  text-decoration: underline;
}

.theme-ituran #sign-A1Nuvem .btn-green {
  margin: 0;
}

.theme-ituran #sign-A1Nuvem #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  /*
         padding: 40px 25px;
         */
  /*height: 390px;*/
}

.theme-ituran .signCheckbox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}

.theme-ituran .signCheckbox input[type=checkbox]:checked+label:after {
  background-color: #244888;
  color: #244888;
}

.theme-ituran #passwordCert, .theme-ituran #passwordCert .form-control {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  text-align: center;
  border-bottom-color: #B2D8E7;
}

.theme-ituran #passwordCert .form-control:focus {
  border-color: #1C386A;
  outline: 0;
  box-shadow: none;
}

.theme-ituran #passwordCert {
  padding: 0% 15% 0% 15%;
}

/** VIVO Sign Assinatura Eletrônica */

.theme-ituran #signCollaboratorModal-SignElectronic .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #signCollaboratorModal-SignElectronic .modal-dialog {
  width: 600px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  padding: 10px;
  /*height: 390px;*/
}

.theme-ituran #signCollaboratorModal-SignElectronic .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran #signCollaboratorModal-SignElectronic .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-ituran #signCollaboratorModal-SignElectronic .modal-title h2 {
  color: #244888;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-ituran .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-ituran #signCollaboratorModal-SignElectronic .btn-green {
  margin: 0;
  text-transform: capitalize;
}

.theme-ituran #signCollaboratorModal-SignElectronic .unselected-tab, .theme-ituran #signCollaboratorModal-SignElectronic .current-tab {
  font-size: 0.9em;
}

.theme-ituran #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

.theme-ituran #signCollaboratorModal-SignElectronic #signCanvas {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-ituran #signCollaboratorModal-SignElectronic #signCanvasBlackPen {
  background: #6A6A6A;
  border-radius: 6px;
  max-height: 150px;
}

.theme-ituran #signCollaboratorModal-SignElectronic #signCanvasBluePen {
  background: #3452E5;
  border-radius: 6px;
  max-height: 150px;
}

.theme-ituran #signCollaboratorModal-SignElectronic .reuseSignRubric {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-ituran #signCollaboratorModal-SignElectronic #electronic-sign-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-ituran #electronic-sign-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

/* applying to the background of the electronic sign modal a fade */

.theme-ituran .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

/** VIVO upload Sign */

.theme-ituran .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #B2D8E7;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-ituran .uploadSignBox h5 {
  color: #244888;
}

.theme-ituran .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #244888;
}

.theme-ituran .uploadSignBox:hover {
  background: #EBE1F6;
  color: #B2D8E7;
}

/** VIVO modelsSign */

.theme-ituran #signCollaboratorModal-SignElectronic input[type=radio] {
  display: none;
}

.theme-ituran #signCollaboratorModal-SignElectronic input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 60px;
  width: 100%;
}

.theme-ituran #signCollaboratorModal-SignElectronic input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-ituran #signCollaboratorModal-SignElectronic input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #B2D8E7;
  height: 60px;
  width: 100%;
}

.theme-ituran #signCollaboratorModal-SignElectronic input[type=radio]:checked:hover+label {
  background-color: #6D51A4;
}

.theme-ituran .clearCanvas:before {
  content: "\f12d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: none;
  color: var(--dark-grey);
  cursor: pointer;
}

.theme-ituran .clearCanvas:hover::before {
  /*content: "\f12d";
           font-family: FontAwesome;
           font-style: normal;
           font-weight: normal;
           font-size: 1.3em;
           text-decoration: none;
           cursor: pointer;*/
  color: #244888;
}

/** VIVO Sign Token - Email SMS*/

/** VIVO Sign Blockchain */

.theme-ituran #signCollaboratorModal-SMS .modal-content, .theme-ituran #signCollaboratorModal-Email .modal-content, .theme-ituran #signCollaboratorModal-BlockchainID .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #signCollaboratorModal-SMS .modal-dialog, .theme-ituran #signCollaboratorModal-Email .modal-dialog, .theme-ituran #signCollaboratorModal-BlockchainID .modal-dialog {
  width: 450px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-ituran #signCollaboratorModal-SMS #sign-box-inner, .theme-ituran #signCollaboratorModal-Email #sign-box-inner, .theme-ituran #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-ituran #signCollaboratorModal-SMS .modal-header, .theme-ituran #signCollaboratorModal-Email .modal-header, .theme-ituran #signCollaboratorModal-BlockchainID .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-ituran #signCollaboratorModal-SMS .modal-title, .theme-ituran #signCollaboratorModal-Email .modal-title, .theme-ituran #signCollaboratorModal-BlockchainID .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-ituran #signCollaboratorModal-SMS .modal-title h2, .theme-ituran #signCollaboratorModal-Email .modal-title h2, .theme-ituran #signCollaboratorModal-BlockchainID .modal-title h2 {
  color: #244888;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-ituran #signCollaboratorModal-SMS .btn-green, .theme-ituran #signCollaboratorModal-Email .btn-green {
  margin: 0;
  padding: 1em;
  height: 50px;
  width: 100%;
  text-transform: capitalize;
}

.theme-ituran #signCollaboratorModal-SMS #sign-box-inner, .theme-ituran #signCollaboratorModal-Email #sign-box-inner, .theme-ituran #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

/* applying to the background of the electronic sign modal a fade */

.theme-ituran .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-ituran #signCollaboratorModal-SMS .user-resend-code, .theme-ituran #signCollaboratorModal-Email .user-resend-code {
  margin: 2em 0em 1em 0em;
}

.theme-ituran #signCollaboratorModal-SMS .user-resend-code a, .theme-ituran #signCollaboratorModal-Email .user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: #244888;
  text-decoration: underline;
}

.theme-ituran #signCollaboratorModal-SMS .user-resend-code a:hover, .theme-ituran #signCollaboratorModal-Email .user-resend-code a:hover {
  color: var(--medium-primary-color);
  cursor: pointer;
}

.theme-ituran #signCollaboratorModal-SMS .user-resend-code .fa-refresh, .theme-ituran #signCollaboratorModal-Email .user-resend-code .fa-refresh {
  color: #244888;
  font-size: 1.2em;
}

.theme-ituran #signCollaboratorModal-SMS .user-resend-code .fa-refresh:hover, .theme-ituran #signCollaboratorModal-Email .user-resend-code .fa-refresh:hover {
  color: var(--medium-primary-color);
}

.theme-ituran #signCollaboratorModal-SMS #inform-the-code-title, .theme-ituran #signCollaboratorModal-Email #inform-the-code-title {}

.theme-ituran #signCollaboratorModal-SMS #inform-the-code-title h4, .theme-ituran #signCollaboratorModal-Email #inform-the-code-title h4 {
  color: var(--dark-grey);
}

.theme-ituran #signCollaboratorModal-SMS #inform-the-code-title h5, .theme-ituran #signCollaboratorModal-Email #inform-the-code-title h5, .theme-ituran #signCollaboratorModal-BlockchainID #scanQRCode h5 {
  padding: 0;
  margin: 0;
  color: var(--medium-primary-color);
  font-style: italic;
}

.theme-ituran #signCollaboratorModal-SMS #sign-box, .theme-ituran #signCollaboratorModal-Email #sign-box, .theme-ituran #signCollaboratorModal-BlockchainID #sign-box {
  margin: 0;
  text-align: center;
}

/* input */

.theme-ituran #signCollaboratorModal-SMS .input-group, .theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-ituran #signCollaboratorModal-Email .input-group, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin: 3em 0 1em 0;
}

.theme-ituran #signCollaboratorModal-SMS .input-group input, .theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-ituran #signCollaboratorModal-Email .input-group input, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-size: 1.25em;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-ituran #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon i, .theme-ituran #signCollaboratorModal-Email .input-group .input-group-addon i {
  color: #C9C9C9;
}

/** VIVO upload Sign */

.theme-ituran .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #B2D8E7;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-ituran .uploadSignBox h5 {
  color: #244888;
}

.theme-ituran .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #244888;
}

.theme-ituran .uploadSignBox:hover {
  background: #EBE1F6;
  color: #B2D8E7;
}

/** VIVO Sign doc go to sign page*/

.theme-ituran .sign-doc-tabs-content ul {
  list-style: none;
}

@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes shrink {
  50% {
    transform: scale(0.8);
  }
}

.theme-ituran .sign-doc-tabs-content .isSigned {
  color: #fff;
  background-color: #8BBD13;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-ituran .sign-doc-tabs-content .isSigned:hover {
  animation: shrink 0.3s linear 1;
}

.theme-ituran .sign-doc-tabs-content .isSigned:before {
  content: "\f00c";
  /*\"f058"*/
  /*\"f00c"*/
  font-family: FontAwesome;
  font-weight: 200;
  font-size: 1.1em;
}

.theme-ituran .sign-doc-tabs-content .needsToSignFew {
  color: #fff;
  background-color: #F5AB00;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-ituran .sign-doc-tabs-content .needsToSignFew:hover {
  animation: pop 0.3s linear 1;
}

.theme-ituran .sign-doc-tabs-content .needsToSignMany {
  background-color: #F37200;
  color: #fff;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-ituran .sign-doc-tabs-content .needsToSignMany:hover {
  animation: pop 0.3s linear 1;
}

.theme-ituran .sign-doc-tabs-content .nothingToSign {
  background-color: #89818E;
  /*color: #686868;*/
  color: #BFBFBF;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
}

.theme-ituran .sign-doc-tabs-content .nothingToSign:before {
  content: "\f039";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 1.2em;
}

.theme-ituran .sign-doc-tabs-content .signDocGrid td {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border: 1px dotted;
  border-color: #89818E;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
}

.theme-ituran .signDocsViewDocArea {
  background: #333333;
  /*padding-bottom: 1em;*/
  height: 100vh;
}

.theme-ituran .assinaturaDeDocumento #slider-range-value {
  color: #E3E3E3;
}

/* VIVO Confirm Chancellor*/

.theme-ituran #login-full-wrapper {
  background: #F5F5F5;
}

.theme-ituran #login-full-wrapper .row {
  margin: 0;
}

.theme-ituran .addNewDocWrapper .main-box-body {
  text-align: center;
}

.theme-ituran .addNewDocWrapper .main-box-body h2 {
  color: #244888;
}

/* ----------  END OF NEW UI ADJUSTMENTS FOR THEME ITURAN ---------- */

#replicate-coordinates-card {
  background-color: var(--medium-primary-hover-color);
  border-radius: 6px;
  margin: 0.5em;
  padding: 0.5em;
  color: #fff;
}

#add-coordinate-header {
  padding: 0.25em;
  height: 35px;
}

#add-coordinate-header h2 {
  padding: 0.5em;
  margin-bottom: 1em;
  color: var(--medium-primary-color);
}

#add-coordinate-header .fa {
  font-size: 1.4em;
  color: var(--medium-primary-color);
  cursor: pointer;
}

#add-coordinate-header .fa:hover {
  color: var(--light-primary-hover-color);
}

.definicaoDeCoordenadas #replicate-coordinates-card .fa, .definicaoDeCoordenadas #replicate-coordinates-card .fa-help {
  color: var(--light-primary-hover-color);
  font-size: 1.6em;
}

.definicaoDeCoordenadas #replicate-coordinates-card .fa:hover, .definicaoDeCoordenadas #replicate-coordinates-card .fa-help:hover {
  color: #fff;
}

#set-coordinates-buttons-wrapper a:hover {
  color: #fff;
}

.definicaoDeCoordenadas .form-control {
  height: 45px;
  background: var(--light-grey);
  color: var(--dark-primary-color);
  border: 1px solid var(--medium-primary-color);
}

.definicaoDeCoordenadas #replicate-coords-range {
  background: var(--medium-primary-hover-color);
  width: 70%;
  margin: auto;
}

.definicaoDeCoordenadas #replicate-coords-range .form-control {
  background: rgba(0, 0, 0, 0.0);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--light-primary-color);
  text-align: center;
  color: var(--light-primary-color);
  margin: 1em 0 1em 0;
}

.definicaoDeCoordenadas #replicate-coords-range .form-control:focus {
  border-color: rgba(0, 0, 0, 0.0);
  outline: 0;
  /*box-shadow: inset 0 0 0 rgb(0 0 0 / 0), 0 0 0 rgb(0 0 0 / 0);*/
  box-shadow: inset 0 0 0 rgb(0 0 0 / 0), 0 0 0 rgb(0 0 0 / 0);
  border-bottom: 2px solid var(--light-accent-color);
  color: var(--light-accent-color);
}

.definicaoDeCoordenadas #replicate-coord-btn .btn .fa {
  font-size: 1em;
  color: var(--medium-primary-color);
  padding-left: -1em;
}

/* outline button's style */

.btn-primary-outline, .btn-accent-outline {
  background-color: rgba(0, 0, 0, 0, 0.0);
  font-size: 1.2em;
  border-radius: 6px;
  margin: 0.25em;
}

.btn-primary-outline {
  border: 1px solid var(--medium-primary-color);
  color: var(--medium-primary-color);
}

.btn-primary-outline:hover {
  background-color: var(--medium-primary-color);
  color: #FFF;
}

.btn-accent-outline {
  border: 1px solid var(--medium-accent-hover-color);
  color: var(--medium-accent-hover-color);
}

.btn-accent-outline:hover {
  background-color: var(--medium-accent-hover-color);
  color: #FFF;
}

/* outline button's style */

/* flat button's style */

.btn-m-primary, .btn-l-primary, .btn-m-accent, .btn-l-accent {
  width: 100%;
  font-size: 1.2em;
  font-weight: 400;
  border: 0;
  padding: 1.2em;
  text-transform: none;
  border-radius: 6px;
  margin: 0.25em;
}

.btn-m-primary {
  /* background: var(--medium-primary-color); */
  color: var(--medium-primary-color) !important;
  border: 1px solid var(--medium-primary-color);
  color: #FFF;
}

.btn-m-primary:hover {
  background: var(--light-primary-hover-color) !important;
  color: #FFF !important;
}

.btn-l-primary {
  background: var(--light-primary-color);
  color: var(--medium-primary-hover-color);
}

.btn-l-primary:hover {
  background: var(--light-primary-hover-color);
  color: var(--medium-primary-hover-color);
}

.btn-m-accent {
  background: var(--medium-accent-color);
  color: #FFF;
}

.btn-m-accent:hover {
  background: var(--medium-accent-hover-color);
  color: #FFF;
}

.btn-l-accent {
  background: var(--light-accent-color);
  color: var(--medium-accent-hover-color);
}

.btn-l-accent:hover {
  background: var(--light-accent-hover-color);
  color: var(--medium-accent-hover-color);
}

/* flat button's style */

/* SET COORDINATES POPOVER  */

.definicaoDeCoordenadas .popover {
  max-height: 320px;
}

.definicaoDeCoordenadas .popover-content {
  max-height: 260px;
  max-width: 320px;
  overflow: auto;
}

.definicaoDeCoordenadas .popover-inner h3 {
  color: var(--medium-primary-color);
}

.definicaoDeCoordenadas .popover-inner .fa {
  color: var(--light-primary-hover-color);
}

.definicaoDeCoordenadas .popover #limpar-coordenadas {
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding: 0.5em;
  width: 100%;
  height: 45px;
  border-radius: 12px;
  background-color: #DC3546;
  color: #F3CFD2;
  font-size: 1.25em;
  cursor: pointer;
}

.definicaoDeCoordenadas .popover-footer {
  position: relative;
  bottom: 0;
  left: 0;
}

.definicaoDeCoordenadas .popover #limpar-coordenadas .fa {
  color: #F3CFD2;
  font-size: 1.1em;
}

.definicaoDeCoordenadas .popover #limpar-coordenadas:hover, .definicaoDeCoordenadas .popover .fa #limpar-coordenadas:hover {
  background-color: #EA9300;
  color: #fff;
}

.definicaoDeCoordenadas .popover #limpar-coordenadas .fa {
  padding: 0.5em;
}

.definicaoDeCoordenadas .popover #table-header {
  color: #fff;
  background-color: var(--medium-primary-hover-color);
}

.definicaoDeCoordenadas #set-coordinates-buttons-wrapper a:hover {
  color: var(--medium-primary-color);
}

/* SCROLL */

/* width */

.definicaoDeCoordenadas .popover-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

.definicaoDeCoordenadas .popover-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

/* Handle */

.definicaoDeCoordenadas .popover-content::-webkit-scrollbar-thumb {
  background: var(--light-primary-hover-color);
}

.definicaoDeCoordenadas .popover-content::-webkit-scrollbar-thumb:hover {
  background: var(--medium-primary-color);
}

/* END OF COORDINATES POPOVER  */

/* BEGIN OF PASSWORD INSTRUCTIONS GRID*/

.password-instructions-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  width: 80%;
  margin: auto;
  padding: 0.5em;
  margin-bottom: 1em;
}

.password-grip-itens {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.password-grip-itens h4, .password-grip-itens p {
  color: var(--medium-support-color);
}

.password-grip-itens h4 {
  font-size: 1.6em;
  font-weight: 600;
}

.password-grip-itens p {
  font-size: 0.85em;
}

/* END OF PASSWORD INSTRUCTIONS GRID */

/* ************************************************************************************************************* NEW vivo/ElevaSign */

/* ---------- START OF NEW UI ADJUSTMENTS FOR THEME WHITE --------- */

/******************* VIVO/ElevaSign */

/* LOGIN VIVO */

.theme-white .form:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-white body {
  color: var(--light-grey);
}

.theme-white .container-fluid {
  margin: 0;
  padding: 0;
}

/* LOGIN BACKGROUND */

.theme-white .login-wrapper {
  /*background: linear-gradient(-45deg, #b11616, #663e73, #15003b); */
  /* colorido */
  background: linear-gradient(-45deg, #b683c7, #edebf2, #a99bcf);
  /* claro */
  /*background: linear-gradient(-45deg, #e6e4ed, #c9c3de, #9f86c4);*/
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

.theme-white #welcome-providers .login-wrapper {
  background: linear-gradient(-45deg, #A91929, #F3CFD2, #A91929);
  /* colorido */
  /*background: linear-gradient(-45deg, #b683c7, #edebf2,#a99bcf); */
  /* claro */
  /*background: linear-gradient(-45deg, #e6e4ed, #c9c3de, #9f86c4);*/
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

/*.theme-white .login-wrapper {

    */

/*background-color: var(--light-grey);
    background: url(../../img/whitey.jpg);
    background-repeat: repeat;*/

/*
    width: 100%;
    height: 100vh;
    position: relative
}*/

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* END OF LOGIN BACKGROUND */

.theme-white .login-wrapper .row {
  margin: 0;
}

.theme-white #login-box {
  /* max-width: 450px;
  min-width: 400px; */
  margin: auto;
  padding-top: 50px;
  /* overflow: hidden; */
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-white #login-box .btn {
  font-size: default;
  font-weight: 400;
  padding: 1.2em;
  text-transform: none;
  margin: auto;
}

.theme-white #login-box-inner {
  background: #fff;
  /* height: 550px; */
  /*height: 75vh;*/
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  padding: 0;
  position: relative;
}

.theme-white #login-box-inner-dark {
  background: var(--light-clean-color);
  /* background: #f5f5f5; */
  /* height: 550px; */
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  border: 0;
  padding: 0;
  position: relative;
}

.theme-white #login-box-inner-dark h2 {
  color: #dc3545;
}

.theme-white #login-box-inner-dark p {
  /* color: #262626; */
  color: #f0ad4e;
}

.theme-white #forgot-password-box-inner {
  background: #fff;
  height: 400px;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  padding: 0px;
}

.theme-white #login-box-inner h2 {
  text-align: left;
  display: inline;
}

.theme-white #login-box-oam-footer {
  background-color: #97889E;
  height: 20%;
  width: 100%;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  cursor: pointer;
}

.theme-white #login-box-oam-footer-grad {
  background: linear-gradient(160deg, rgba(243, 207, 210, 1) 0%, rgba(220, 53, 70, 1) 36%, rgba(134, 0, 15, 1) 74%, rgba(134, 0, 15, 1) 100%);
  height: 20%;
  width: 100%;
  margin-top: 20px;
  /* position: absolute;
  bottom: 0; */
  border-radius: 0 0 6px 6px;
  background-clip: padding-box;
  cursor: pointer;
}

.theme-white #welcome-providers #login-with-oam-title h4:hover, .theme-white #welcome-providers #login-with-oam-icon .fa:hover {
  color: var(--medium-support-color);
}

.theme-white #oam-login-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-white #login-box-oam-footer:hover {
  background-color: #816B8B;
}

.theme-white #login-with-oam-title {
  color: #fff;
  text-align: right;
  padding: 10px;
  margin: 10px;
}

.theme-white #login-with-oam-icon {
  padding: 10px;
  margin: 10px;
}

.theme-white #login-with-oam-icon .fa-stack-3x {
  font-size: 2.8em;
}

/* WELCOME PROVIDERS */

.theme-white #welcome-providers #login-with-oam-icon {
  margin-top: 25px;
}

.theme-white #welcome-providers #login-with-oam-icon .fa-chevron-right {
  font-size: 2.2em;
  /*display: inline;*/
}

.theme-white .welcome-providers-info-box {
  padding: 1.5em;
}

.theme-white .welcome-providers-info-box h2 {
  margin: 1em 0 1em 0;
  color: var(--medium-primary-hover-color);
  font-weight: 600;
}

.theme-white .welcome-providers-info-box .btn-m-primary:hover {
  background: var(--dark-primary-hover-color);
  /* background: var(--medium-support-color); */
}

.theme-white .welcome-providers-info-box .btn-cadastrar {
  background: var(--dark-green-color);
  color: #f5f5f5 !important;
  border: 1px solid var(--medium-green-color) !important;
  /* background: var(--medium-support-color); */
}

.theme-white .welcome-providers-info-box .btn-cadastrar:hover {
  background: var(--dark-green-hover-color) !important;
  color: #f5f5f5;
  /* background: var(--medium-support-color); */
}

.theme-white .welcome-providers-info-box p {
  padding: 0.25em;
  /* color: var(--medium-accent-color); */
  color: #262626 !important;
}

.theme-white .welcome-providers-info-box small {
  color: var(--light-primary-color);
}

.theme-white #welcome-providers a, .theme-white #welcome providers #user-resend-code a {
  color: var(--medium-accent-color);
  text-decoration: underscore;
}

.theme-white #welcome-providers a:hover, .theme-white #welcome providers #user-resend-code a:hover {
  color: var(--medium-accent-color);
}

.theme-white #access-later, .theme-white #go-back-and-access, .theme-white #providers-resend-code, .theme-white #welcome-providers .goToPrevious {
  color: var(--light-primary-color);
}

.theme-white #welcome-providers .input-group-addon {
  background: #fff;
}

.theme-white #welcome-providers .input-group-addon .fa {
  font-size: 1.6em;
}

.theme-white #welcome-providers .goToPrevious {
  padding: 0.5em 0 0 1.5em;
  cursor: pointer;
}

.theme-white #access-later:hover, .theme-white #go-back-and-access:hover, .theme-white #providers-resend-code:hover, .theme-white #welcome-providers .goToPrevious:hover {
  color: var(--medium-accent-color);
}

.theme-white .login-tab h4 {
  color: var(--dark-grey);
  font-size: 1.25em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
}

.theme-white .login-tab h4:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-white .current-login-tab h4 {
  color: var(--dark-primary-color);
  font-size: 1.25em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
}

.theme-white #login-help-icon {
  float: right;
}

.theme-white #login-tabs-header-wrapper {
  margin: 25px 10px 0px 10px;
  padding: 25px 10px 0px 10px;
}

.theme-white #login-tabs-wrapper {
  display: flex;
  justify-content: space-between;
}

.theme-white #login-help-icon .fa-help {
  font-size: 1.7em;
  color: var(--dark-grey);
}

.theme-white #login-help-icon .fa-help:hover {
  color: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-white .form-login .fa-user {
  font-size: 1.6em;
}

.theme-white .input-group .fa-user {
  font-size: 1.6em;
}

.theme-white .form-login .fa-eye {
  font-size: 1.6em;
  cursor: pointer;
}

.theme-white .form-login .fa-eye-slash {
  font-size: 1.6em;
  cursor: pointer;
}

/* Login Vivo Popover Help */

.theme-white .popoverWrapper {
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  z-index: 3;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.theme-white .popoverHelpBox {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  position: relative;
  z-index: 4;
  padding: 3.4em;
  margin: auto;
  margin-top: 5em;
  width: 700px;
  max-height: 580px;
  overflow: auto;
  border-radius: 8px;
}

/* Popover Scroll */

/* width */

.theme-white .popoverHelpBox::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-white .popoverHelpBox::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */

.theme-white .popoverHelpBox::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-white .popoverHelpBox::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
  background: #826EC5;
}

.theme-white .popoverWrapper h2 {
  padding: 0;
  margin-bottom: 1em;
  font-weight: 400;
  text-align: center;
  color: var(--dark-grey);
}

.theme-white .popoverWrapper h4 {
  padding: 0em 2em 0em 2em;
  font-weight: 400;
  color: var(--medium-primary-color);
}

.theme-white .popoverWrapper p {
  padding: 0em 0em 0em 5em;
  font-size: 15px;
  color: var(--dark-grey);
  text-decoration: none;
}

.theme-white .popoverWrapper .btn-green {
  margin-top: 2em;
}

.theme-white .popoverWrapper a {
  color: var(--dark-primary-color);
}

.theme-white .popoverWrapper a:hover {
  color: var(--medium-primary-color);
}

/* Login Vivo Popover Help End */

.theme-white .form-wrapper {
  width: 90%;
  margin: auto;
  justify-content: center;
}

/* Login Vivo Input */

/* .theme-white .input-group {
  
} */

.theme-white #login-box .input-group, .theme-white #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin-bottom: 10px;
}

.theme-white #login-box .input-group input, .theme-white #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-white #login-box .input-group .input-group-addon, .theme-white #sign-A1Nuvem .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  border-color: var(--light-grey-hover);
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-white #login-box .input-group .input-group-addon i, .theme-white #sign-A1Nuvem .input-group .input-group-addon i {
  color: #C9C9C9;
}

.theme-white .has-error .input-group-addon {
  color: #C9C9C9;
  background-color: #fff;
  border-color: var(--light-grey-hover);
}

.theme-white #login-box .input-group .form-control:focus, .theme-white #sign-A1Nuvem .input-group .form-control:focus {
  border-color: rgba( 220, 53, 70, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(226, 162, 168, 0.6);
}

/* Vivo login ICP verify certificates */

.theme-white #pre-requirements-failed {
  width: 100%;
  padding: 5% 18% 5% 18%;
}

.theme-white #pre-requirements-failed h4 {
  color: var(--dark-primary-color);
  font-size: 1em;
  text-align: center;
}

.theme-white #pre-requirements-failed ul li {
  color: var(--dark-grey);
  font-size: 1em;
}

.theme-white #retry-icp-verification .fa-refresh {
  color: var(--dark-primary-color);
  font-size: 1.2em;
  padding-right: 5px;
}

.theme-white #retry-icp-verification .fa-refresh:hover {
  color: var(--medium-primary-color);
}

.theme-white #pre-reqs-error-wrapper {
  padding: 10px;
}

.theme-white #retry-icp-verification {
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.theme-white #retry-icp-verification a {
  text-align: center;
  font-size: 14px;
  color: var(--dark-primary-color);
  text-decoration: underline;
}

.theme-white #retry-icp-verification a:hover {
  color: var(--medium-primary-color);
  cursor: pointer;
}

/* Vivo login ICP form select */

.theme-white #icpSelect .form-control {
  height: 60px;
  border-radius: 6px;
}

.theme-white #login-forget-link {
  font-size: 0.875em;
  color: var(--dark-primary-color);
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-white #termsAndPrivacyPolicy {
  display: flex;
  justify-content: center;
}

.theme-white #login-forget-link:hover {
  color: var(--medium-primary-color);
}

.theme-white #termsAndConditions, .theme-white #privacyPolicy {
  padding: 1em;
  font-size: 0.875em;
  color: var(--dark-primary-color);
  float: right;
  text-decoration: underline;
  margin: 0;
}

.theme-white #termsAndConditions:hover, .theme-white #privacyPolicy:hover {
  color: var(--medium-primary-color);
}

.theme-white #login-logo {
  /* background: none repeat scroll 0 0 var(--dark-primary-color); */
  background: none repeat scroll 0 0  var(--dark-primary-color);
  /* border: 3px solid #dc3546 !important; */
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 15px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.theme-white .user-access-warning {
  color: #E50000;
  text-decoration: none;
  text-align: left;
  margin-top: 15px;
}

.theme-white .user-access-success {
  color: #864DB7;
  text-decoration: none;
  text-align: right;
  margin-top: 15px;
}

/* Vivo login ICP styles for the variables {{checkModules}} {{checkExtensionChrome}} */

.theme-white .pricing-package .package-features {
  list-style: none;
  margin: 0 18px;
  padding: 15px 0;
  position: relative;
}

.theme-white .pricing-package .package-features li {
  font-size: 0.875em;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-white .pricing-package .package-features li.has-feature {
  transition: color 0.1s ease-in-out 0s;
}

.theme-white .pricing-package .package-features li.has-nofeature {
  text-decoration: none;
}

.theme-white .pricing-package .package-features li.has-feature:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #49AC31;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

.theme-white .pricing-package .package-features li.has-nofeature:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: inherit;
  color: #E61414;
  margin-top: -2px;
  position: absolute;
  left: 0;
  text-decoration: none;
}

/* Login Vivo Button */

.theme-white .btn-purple {
  background-color: var(--medium-primary-color);
  border-color: var(--medium-primary-color);
  font-size: 1.5em;
  color: #fff;
  border-radius: 6px;
}

.theme-white #login-box-inner .col-xs-9 {
  padding: 0;
}

.theme-white #login-box-inner .col-xs-3 {
  padding-left: 0;
}

.theme-white .btn-purple:hover {
  background-color: var(--medium-primary-hover-color);
  border-color: var(--medium-primary-hover-color);
}

.theme-white .btn-green {
  background-color: var(--medium-accent-color);
  border-color: var(--medium-accent-color);
  width: 150px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 6px;
}

.theme-white .btn-green:hover {
  background-color: var(--medium-accent-hover-color);
  border-color: var(--medium-accent-hover-color);
}

.theme-white #btn-login {
  margin-top: 30px;
}

.theme-white #header-navbar {
  background-color: var(--dark-primary-color);
}

.theme-white .navbar>.container .navbar-brand {
  background-color: var(--dark-primary-color);
  width: 221px;
  height: 54px;
}

/* Login Vivo Load */

.theme-white .lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.theme-white .lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--medium-primary-color);
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.theme-white .lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.theme-white .lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.theme-white .lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.theme-white .lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.theme-white .lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.theme-white .lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.theme-white .lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.theme-white .lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.theme-white .lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.theme-white .lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.theme-white .lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.theme-white .lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.theme-white #loading-certificates {
  padding: 25px;
}

.theme-white #loading-certificates .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-white #loading-certificates .row {
  padding: 20px;
  text-align: center;
  color: var(--medium-primary-hover-color);
}

.theme-white #verifying-pre-requirements {
  padding: 25px;
}

.theme-white #verifying-pre-requirements .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

.theme-white #verifying-pre-requirements .row {
  padding: 20px;
  text-align: center;
  color: var(--medium-primary-hover-color);
}

.theme-white .verifying-pre-requirements {
  padding: 25px;
}

.theme-white .verifying-pre-requirements .loader-wrapper {
  width: 80px;
  margin: 0 auto;
}

/* Login Vivo 2factor email*/

.theme-white #two-factor-email-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-white #two-factor-email-wrapper .input-group-addon .fa-lock {
  font-size: 1.6em;
}

.theme-white #login-box-inner #sent-to-user-email {
  padding: 15px;
  font-size: 1em;
  color: var(--medium-primary-hover-color);
}

.theme-white #forgot-password-wrapper .btn-cancel {
  background-color: #E61414;
  border-color: #E61414;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-white #forgot-password-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-white #two-factor-email-wrapper .btn-cancel {
  background-color: #E61414;
  border-color: #E61414;
  color: #fff;
  border-radius: 6px;
  padding: 0.58em;
}

.theme-white #two-factor-email-wrapper .btn-cancel:hover {
  background-color: #C21111;
}

.theme-white #forgot-password-wrapper .fa-close {
  font-size: 2em;
}

.theme-white #two-factor-email-wrapper .fa-close {
  font-size: 2em;
}

.theme-white #two-factor-email-wrapper .fa-lock {
  font-size: 1.5em;
}

.theme-white #inform-the-code-title {
  margin-bottom: 40px;
}

.theme-white #inform-the-code-title h2 {
  color: var(--dark-grey);
  margin: 10px;
  padding: 10px;
}

.theme-white #user-resend-code {
  margin-top: 50px;
}

.theme-white #user-resend-code .fa-refresh {
  color: var(--medium-primary-color);
  font-size: 1.2em;
}

.theme-white #user-resend-code .fa-refresh:hover {
  color: var(--medium-primary-color);
}

.theme-white #user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: var(--medium-primary-color);
  text-decoration: underline;
}

.theme-white #user-resend-code a:hover {
  color: var(--medium-primary-color);
  cursor: pointer;
}

.theme-white #user-resend-code-tips {
  color: var(--dark-grey);
  margin-top: 20px;
}

.theme-white #forgot-password-wrapper {
  width: 100%;
  padding: 5% 10% 5% 10%;
  text-align: center;
}

.theme-white #forgot-password-title {
  margin-top: 20px;
}

.theme-white #forgot-password-title h2 {
  color: var(--dark-grey);
  margin: 5px;
  padding: 5px;
}

.theme-white #forgot-password-inform-user-email h4 {
  margin-bottom: 40px;
  font-size: 1em;
  color: var(--medium-primary-color);
}

/*************** END OF VIVO LOGIN */

.theme-white .menu-header {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-primary-color);
  color: #ffffff;
}

.theme-white .menu-header .liEspecial .column-1 span {
  font-size: 12pt;
  background-color: var(--dark-primary-color);
  padding: 1.2vh;
  border-radius: 100%;
}

.theme-white .pull-left h1, .theme-white .main-box-header h2, .theme-white .main-box-header a, .theme-white .footer-copyright a {
  color: var(--dark-primary-color);
}

.theme-white #nav-col, .theme-white #page-wrapper {
  background-color: #ffffff;
}

.theme-white .assinaturaDeDocumento #theme-wrapper {
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .theme-white .assinaturaDeDocumento #theme-wrapper {
    max-height: 100vh;
    overflow: auto;
  }
}

.theme-white #sidebar-nav .nav>li>a {
  color: var(--dark-grey-hover);
  /* border-bottom: 1px solid #e0e0e0; */
}

.theme-white #sidebar-nav .nav>.open>.submenu>li>.submenu, .theme-white #sidebar-nav .nav>.active>.submenu>li>.submenu, .theme-white #sidebar-nav .nav li .submenu>li.open a, .theme-white #nav-col-submenu .submenu>li>.submenu, .theme-white #nav-col-submenu li .submenu>li.open>a {
  background-color: #ebebeb;
}

.theme-white #sidebar-nav .nav>.open>.submenu>.open>a, .theme-white #sidebar-nav .nav>.active>.submenu>.open>a, .theme-white #sidebar-nav .nav>.active>.submenu>.active>a, .theme-white #nav-col-submenu .submenu>.open>a, .theme-white #nav-col-submenu .submenu>.active>a {
  border-bottom-color: transparent;
  box-shadow: none;
}

.theme-white #sidebar-nav .nav>.open>.submenu>li>.submenu>li a:hover, .theme-white #sidebar-nav .nav>.active>.submenu>li>.submenu>li a:hover, .theme-white #sidebar-nav .nav>.active>.submenu>li>.submenu>li a.active, .theme-white .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .theme-white .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
  color: #8bc34a;
}

.theme-white .nav-pills>li.active>a, .theme-white .nav-pills>li.active>a:hover, .theme-white .nav-pills>li.active>a:focus, .theme-white #sidebar-nav .nav-pills>li.active>a, .theme-white #sidebar-nav .nav-pills>li.active>a:hover, .theme-white #sidebar-nav .nav-pills>li.active>a:focus, .theme-white .nav-pills>li.open>a, .theme-white .nav-pills>li.open>a:hover, .theme-white .nav-pills>li.open>a:focus, .theme-white #sidebar-nav .nav-pills>li.open>a, .theme-white #sidebar-nav .nav-pills>li.open>a:hover, .theme-white #sidebar-nav .nav-pills>li.open>a:focus, .theme-white .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a, .theme-white .nav-small #nav-col #sidebar-nav .nav-pills>li.active>a, .theme-white .nav-small #nav-col-submenu .submenu>.open>a, .theme-white .nav-small #nav-col-submenu .submenu>.active>a, .theme-white .nav-small #nav-col-submenu .submenu>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-white #sidebar-nav .nav-pills>li.active>a>i {
  color: #689f38;
}

.theme-white #sidebar-nav .nav>li>a:hover {
  background-color: whitesmoke;
  border-color: #8bc34a;
  border-bottom-color: #e0e0e0;
  color: #484848;
}

.theme-white #header-navbar .nav>li>a {
  color: #fff;
}

.theme-white #header-navbar .nav>li>a:hover, .theme-white #header-navbar .nav>li>a:focus, .theme-white #header-navbar .nav .open>a, .theme-white #header-navbar .nav .open>a:hover, .theme-white #header-navbar .nav .open>a:focus {
  background-color: #689f38;
}

.theme-white #sidebar-nav .nav li .submenu, .theme-white #nav-col-submenu .submenu {
  background-color: whitesmoke;
}

.theme-white #sidebar-nav .nav li .submenu>li>a, .theme-white .nav-small #nav-col-submenu .submenu>li>a {
  color: #16191c;
}

.theme-white #sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, .theme-white #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #16191c;
}

.theme-white #sidebar-nav .nav li .submenu>li>a:hover, .theme-white #sidebar-nav .nav li .submenu>li>a.active, .theme-white #sidebar-nav .nav li .submenu>li.active>a, .theme-white .nav-small #nav-col-submenu .submenu>.open>a, .theme-white .nav-small #nav-col-submenu .submenu>.active>a, .theme-white .nav-small #nav-col-submenu .submenu>li>a:hover, .theme-white .nav-small #nav-col-submenu .submenu>li>a.active, .theme-white .nav-small #nav-col-submenu .submenu>li.active>a {
  background-color: #ebebeb;
}

.theme-white .navbar>.container .navbar-brand {
  color: #fff;
}

.theme-white .navbar-toggle {
  color: #fff;
}

.theme-white .graph-box {
  background-color: #8bc34a !important;
}

.theme-white #content-wrapper {
  background-color: #f9f9f9;
  /*border-left: 2px solid #e7ebee;*/
}

.theme-white #user-left-box .user-box, .theme-white #user-left-box .user-box a {
  color: #16191c;
}

.theme-white #user-left-box .user-box a:hover, .theme-white #user-left-box .user-box a:focus {
  color: black;
}

.theme-white #sidebar-nav .nav>li.nav-header {
  border-top-color: #e7ebee;
  color: #a6a6a6;
}

.theme-white .nav-tabs {
  background-color: #f9f9f9;
}

.theme-white .nav-tabs>li.active>a, .theme-white .nav-tabs>li.active>a:hover, .theme-white .nav-tabs>li.active>a:focus {
  border-top-color: #8bc34a;
}

.theme-white h1 {
  color: #8bc34a;
}

.theme-white #header-navbar .nav>li>a:hover, .theme-white #header-navbar .nav>li>a:focus, .theme-white #header-navbar .nav .open>a, .theme-white #header-navbar .nav .open>a:hover, .theme-white #header-navbar .nav .open>a:focus, .theme-white .navbar-toggle:hover, .theme-white .navbar-toggle:focus, .theme-white .mobile-search.active>.btn {
  /*background-color: #689f38;*/
  background-color: #c666dd;
}

.theme-white .main-box {
  border: 1px solid #e7ebee;
}

.theme-white a, .theme-white .fc-state-default, .theme-white .jvectormap-zoomin, .theme-white .jvectormap-zoomout, .theme-white #user-profile .profile-details ul>li>span {
  color: #8bc34a;
}

.theme-white a:hover, .theme-white a:focus, .theme-white .widget-users li>.details>.name>a:hover, .theme-white .widget-todo .actions>a:hover {
  color: #8bc34a;
}

.theme-white .color2 {
  color: #0066CC;
}

.theme-white .color2:hover {
  color: #0066CC;
}

.theme-white .color3 {
  color: #99CC33;
}

.theme-white .color3:hover {
  color: #99CC33;
}

.theme-white .color4 {
  color: #FF9900;
}

.theme-white .color4:hover {
  color: #FF9900;
}

.theme-white .color5 {
  color: #17a2b8;
}

.theme-white .color5:hover {
  color: #17a2b8;
}

.theme-white .color6 {
  color: #dc3545;
}

.theme-white .color6:hover {
  color: #dc3545;
}

.theme-white .pagination>li>a, .theme-white .pagination>li>span, .theme-white .pagination>li>a:hover, .theme-white .pagination>li>span:hover, .theme-white .pagination>li>a:focus, .theme-white .pagination>li>span:focus, .theme-white .pagination>li>a:active, .theme-white .pagination>li>span:active {
  /*color: #8bc34a;*/
  color: var(--dark-primary-color);
}

.theme-white .items-per-page>select {
  color: var(--dark-primary-color);
}

.theme-white .pagination>.active>a, .theme-white .pagination>.active>span, .theme-white .pagination>.active>a:hover, .theme-white .pagination>.active>span:hover, .theme-white .pagination>.active>a:focus, .theme-white .pagination>.active>span:focus {
  /*background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;*/
  background-color: var(--dark-primary-color);
  border-color: var(--dark-primary-color);
  color: #fff;
}

.theme-white .notifications-list .item-footer {
  background-color: #272d33;
}

.theme-white .notifications-list .item-footer a:hover {
  background-color: #0f1114;
}

/** Progress Bar **/

.theme-white .progress-bar {
  background-color: #0066CC;
  box-shadow: none;
}

.theme-white .progress-bar-success {
  background-color: #99CC33;
}

.theme-white .progress-bar-info {
  background-color: #9c27b0;
}

.theme-white .progress-bar-warning {
  background-color: #ffc107;
}

.theme-white .progress-bar-danger {
  background-color: #e84e40;
}

/** Progress Bar **/

/** Badge **/

.theme-white .badge.badge-danger {
  background-color: var(--dark-primary-color);
}

.theme-white .badge.badge-success {
  background-color: #99CC33;
}

.theme-white .badge.badge-warning {
  background-color: #ffc107;
}

.theme-white .badge.badge-primary {
  background-color: #0066CC;
}

.theme-white .badge.badge-info {
  background-color: #9c27b0;
}

.theme-white .badge.badge-okchancellor {
  background-color: #17a2b8;
}

.theme-white .badge.badge-kochancellor {
  background-color: #dc3545;
}

/** Badge **/

/** Header Confirm Pages **/

/** Header Confirm Pages **/

/** Table links **/

.theme-white .table a.table-link.danger {
  color: var(--dark-primary-color);
}

/** Table links **/

/** OnoffSwitch **/

.theme-white .onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #99CC33;
}

/** OnoffSwitch **/

/** Buttons **/

.theme-white .btn-danger {
  background-color: var(--dark-primary-color);
  border-color: var(--dark-primary-color);
}

.theme-white .btn-info {
  background-color: #0066CC;
  border-color: #0298d1;
}

.theme-white .btn-default {
  background-color: #6c757d;
  border-color: #0298d1;
}

.theme-white .btn-info:hover, .theme-white .btn-info:focus, .theme-white .btn-info:active, .theme-white .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #0298d1;
  border-color: #0178a5;
}

/** Buttons **/

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

.theme-white .btn-primary {
  background-color: #99CC33;
  border-color: #689f38;
}

.theme-white .btn-primary:hover, .theme-white .btn-primary:focus, .theme-white .btn-primary:active, .theme-white .btn-primary.active, .theme-white .open .dropdown-toggle.btn-primary {
  background-color: #689f38;
  border-color: #1a8849;
}

.theme-white .btn-warning {
  background-color: #FF9900;
  border-color: #ffa000;
}

.theme-white .btn-success {
  background-color: #0066CC;
  border-color: #2980b9;
}

.theme-white .btn-success:hover, .theme-white .btn-success:focus, .theme-white .btn-success:active, .theme-white .btn-success.active, .theme-white .open .dropdown-toggle.btn-success {
  background-color: #2980b9;
  border-color: #1c5c87;
}

.theme-white h1 {
  color: #99CC33;
}

.theme-white .widget-users li>.details>.time {
  color: #99CC33;
}

.theme-white .conversation-item.item-right .conversation-body:before {
  border-color: transparent transparent transparent #e2fdee;
}

.theme-white .conversation-item.item-right .conversation-body, .theme-white .invoice-summary .invoice-summary-item {
  background-color: #e2fdee;
}

.theme-white blockquote, .theme-white blockquote.pull-right {
  border-color: #99CC33;
}

.theme-white a.list-group-item.active, .theme-white a.list-group-item.active:hover, .theme-white a.list-group-item.active:focus {
  background-color: #99CC33;
  border-color: #99CC33;
}

.theme-white .nav .caret {
  border-bottom-color: #99CC33;
  border-top-color: #99CC33;
}

.theme-white .panel-default>.panel-heading, .theme-white .notifications-list .item-footer {
  background-color: var(--dark-primary-color);
}

.theme-white .notifications-list .item-footer a:hover {
  background-color: #c666dd;
}

.theme-white #invoice-companies .invoice-dates .invoice-number>span, .theme-white .notifications-list .item a .time {
  color: var(--dark-primary-color);
}

.theme-white .table thead>tr>th>a:hover span {
  color: #99CC33;
  border-color: #99CC33;
}

.theme-white #email-nav-items li.active {
  border-left-color: #99CC33;
  border-right-color: #99CC33;
}

.theme-white #email-nav-items li.active a {
  color: #99CC33;
}

.theme-white #email-nav-items li.active .label-primary {
  background-color: #99CC33;
}

.theme-white #email-nav-items li a:hover {
  color: #99CC33;
}

.theme-white .select2-container.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #99CC33;
}

.theme-white .cd-timeline-img {
  background-color: #99CC33;
  box-shadow: 0 0 0 6px #bce9cf;
}

.theme-white #cd-timeline::before {
  background-color: #bce9cf;
}

.theme-white .dataTable thead th:hover {
  color: #99CC33;
}

.theme-white .pace .pace-progress {
  background-color: #fff;
}

.theme-white #config-tool.closed #config-tool-cog:hover {
  background-color: #99CC33;
}

.rtl.theme-white #content-wrapper {
  border-right: 2px solid #e7ebee;
  border-left: 0;
}

@media only screen and (min-width: 1170px) {
  .theme-white .cd-timeline-content .cd-date {
    color: #99CC33;
  }
}

@media (max-width: 991px) {
  .theme-white #logo.navbar-brand>img.normal-logo.logo-white {
    display: block;
  }
  .theme-white #logo.navbar-brand>img.normal-logo.logo-black {
    display: none;
  }
  .theme-white .navbar>.container .navbar-brand {
    /*background-color: #8bc34a;*/
    background-color: var(--dark-primary-color);
  }
}

.theme-white .red-bg {
  background-color: var(--dark-primary-color) !important;
}

.theme-white .vermelho-et-1 {
  background-color: #FF9900;
}

.theme-white .vermelho-et-2 {
  background-color: #99CC33;
}

.theme-white .vermelho-et-3 {
  background-color: #0066CC;
}

/** Items per page selector */

.theme-white .selectItemsPerPage {
  color: #67009c;
  border-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

/** Search input on focus purple border and box-shadow*/

.theme-white .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

/* VIVO Sign Document */

.theme-white #participants-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-white #participants-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

.theme-white .unselected-tab {
  display: flex;
  color: var(--dark-grey);
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-white .unselected-tab h4, .theme-white .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-white .unselected-tab:hover {
  color: #B287D6;
  cursor: pointer;
}

.theme-white .current-tab {
  display: flex;
  color: var(--medium-primary-color);
  font-size: 1.2em;
  font-weight: 400;
  font-family: "Open-Sans", sans-serif;
  padding: 0.25em;
  margin: 0;
}

.theme-white .signDocCategory {
  background-color: #826EC5;
  min-height: 45px;
  padding: 0.75em;
}

.theme-white #sign-doc-category, .theme-white #sign-doc-help {
  text-align: center;
  padding: 0.75em;
}

.theme-white #sign-doc-category h1 {
  font-size: 1.3em;
  color: #fff;
  display: inline;
}

.theme-white .assinaturaDeDocumento #content-wrapper {
  background-size: cover;
  min-height: 100%;
}

.theme-white .assinaturaDeDocumento .signDocsViewDocArea .col-md-10, .theme-white .assinaturaDeDocumento .signDocsViewDocArea .col-md-12, .theme-white .assinaturaDeDocumento .signDocsViewDocArea .col-lg-8, .theme-white .assinaturaDeDocumento .signDocsViewDocArea .row {
  margin: 0;
  padding: 0;
}

.theme-white .assinaturaDeDocumento .main-box {
  background: rgba(0, 0, 0, 0.0);
  box-shadow: 0px rgba(0, 0, 0, 0.0);
  border: none;
  margin-bottom: 0;
  /* overflow: hidden; */
  /*border-radius: 3px;*/
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.theme-white .assinaturaDeDocumento #content-wrapper,
/*.theme-white #content-wrapper,*/

.theme-white .assinaturaDeDocumento #content-wrapper .col-lg-4 {
  padding: 0;
  margin: 0;
}

.theme-white #content-wrapper, .theme-white .container {
  padding: 0;
}

.theme-white #page-wrapper .row, .theme-white #page-wrapper .container, .theme-white .assinaturaDeDocumento .container {
  padding: 0;
  margin: 0;
}

.theme-white .assinaturaDeDocumento .navbar-fixed-bottom .form-group {
  float: right;
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 170px;
}

.theme-white .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn {
  padding: 0.5em;
  width: 170px;
}

.theme-white .assinaturaDeDocumento .navbar-fixed-bottom .form-group .btn-lg {
  font-size: 15px;
}

.theme-white .assinaturaDeDocumento .example {
  position: sticky;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  z-index: 100;
}

.theme-white #doc-info-wrapper, .theme-white #replicate-coordinates-wrapper {
  margin: 1.25em;
  padding: 1em 1em 1.5em 1em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white #doc-info-wrapper.row {
  padding: 1em;
}

.theme-white #doc-info-file-name {
  text-align: center;
  justify-content: center;
  color: var(--medium-primary-color);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /** número de linhas a serem exibidas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /** (...) */
}

.theme-white .signDocFileTopNav {
  background-color: rgba(0, 0, 0, 0.5);
  color: #CCBCDB;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 100;
}

/*@keyframes grow{
  100%  {transform: scale(1.2);}
}*/

.theme-white .signDocFileTopNav .fa-arrow-left:hover, .theme-white .signDocFileTopNav .fa-arrow-right:hover {
  color: #826EC5;
  cursor: pointer;
  /*animation: grow 0.3s linear 1;*/
}

.theme-white .assinaturaDeDocumento #signDocViewWrapper {
  height: 95vh;
  overflow: auto;
}

/* width */

.theme-white .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-white .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(255, 255, 255, 0.2);
}

/* Handle */

.theme-white .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-white .assinaturaDeDocumento #signDocViewWrapper::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
  background: #826EC5;
}

.theme-white .signDocFileTopNav .navigateToDemandCtrl {
  align-content: right;
  justify-content: right;
  padding: 0.5em;
}

.theme-white .signDocFileTopNav .fa {
  font-size: 1.3em;
  color: #C9C9C9;
  padding: 0em 0.25em 0em 0.25em;
}

.theme-white .signDocFileTopNav .fa-pencil {
  color: #989898;
}

.theme-white .docInfoFileName h5 {
  /*text-align: center;
    justify-content: center;*/
  color: #CCBCDB;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70ch;
  max-height: 2ch;
}

.theme-white #doc-info-file {
  color: var(--medium-primary-color);
  font-size: 16px;
  padding-left: 25px;
}

.theme-white #sign-doc-help .fa-help {
  color: rgba(255, 255, 255, 0.6);
  /*padding-right: 1em;*/
}

.theme-white #sign-doc-help .fa-help:hover {
  color: rgba(255, 255, 255, 0.8);
}

.theme-white #doc-info-file-name .fa-file-text {
  font-size: 1.75em;
}

.theme-white .sign-doc-tabs-content-box::-webkit-scrollbar {
  display: auto;
}

/* width */

.theme-white .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.theme-white .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-white .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-white .assinaturaDeDocumento .sign-doc-tabs-content-box::-webkit-scrollbar-thumb:hover {
  background: #826EC5;
  /*background: #555;*/
}

.theme-white .sign-doc-tabs-content-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.theme-white .sign-doc-tabs-content-box {
  margin: 0.25em 2em 2em 2em;
  padding: 1em;
  background-color: #F1EDF5;
  border-radius: 8px;
  max-height: 35vh;
  overflow-y: auto;
}

.theme-white .sign-doc-tabs-content, .theme-white #sign-doc-history {
  padding: 0.75em;
}

.theme-white .sign-doc-tabs-content img {
  padding: 0.75em;
  width: 100%;
  border-radius: 50%;
}

.theme-white .sign-doc-tabs-content label {
  font-size: 12px;
  color: #826EC5;
}

.theme-white .sign-doc-tabs-content p {
  font-size: 14px;
  color: var(--dark-grey);
}

.theme-white .sign-doc-tabs-content .fa {
  margin-left: 1em;
  font-size: 1.5em;
}

.theme-white .sign-doc-tabs-content .fa-clock-o {
  color: #F5AB00;
}

.theme-white .sign-doc-tabs-content .fa-check-circle {
  color: #8BC155;
}

.theme-white .sign-doc-signatories {
  text-align: center;
  width: 50%;
  float: left;
}

.theme-white .sign-doc-signatories img {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.theme-white .sign-doc-signatories label {
  color: #fff;
}

.theme-white .sign-doc-signatories h5 {
  color: var(--dark-grey);
}

.theme-white .sign-doc-comments-box .fa-comments {
  font-size: 3em;
  color: rgba(0, 0, 0, 0.4);
  margin: auto;
}

.theme-white .sign-doc-comments-box .fa-paper-plane {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.7);
  margin: auto;
}

.theme-white .sign-doc-comments-box {
  /* text-align: center;*/
}

/*.theme-white .sign-doc-comments-box #sign-doc-comments-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}*/

.theme-white .sign-doc-comments-box .btn-primary {
  padding: 2.2em;
}

.theme-white .sign-doc-comments-box .col-lg-8, .theme-white .sign-doc-comments-box .col-lg-2, .theme-white .sign-doc-comments-box .input-group {
  margin: 0;
  padding: 0;
}

.theme-white #sign-doc-comments-title {
  text-align: center;
  padding: 1em;
  border-top: 1px solid;
  border-top-color: var(--medium-primary-color);
  margin-top: 1em;
}

.theme-white #sign-doc-comments-title h1 {
  font-size: 1.3em;
  color: var(--medium-primary-color);
  display: inline;
}

.theme-white .user-dropdown-box-wrapper li {
  list-style-type: none;
}

.theme-white .user-dropdown-box-wrapper {
  color: #fff;
  padding: 0.5em;
}

/* VIVO SIGN DOC preview pages*/

.theme-white .assinaturaDeDocumento #sign-docs-preview-page-wrapper {
  /*position: fixed;
top: 8vh;
right: -15px;*/
}

/*Hide scrollbar of preview pages column*/

.theme-white .signDocsPreviewPagesColumn::-webkit-scrollbar {
  display: none;
}

.theme-white .signDocsPreviewPagesColumn .img-responsive {
  opacity: 0.7;
}

.theme-white .signDocsPreviewPagesColumn .img-responsive:hover {
  opacity: 1;
}

.theme-white .signDocsPreviewPagesColumn {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*Enf of hide scrollbar of preview pages column*/

.theme-white .signDocsPreviewPagesColumn {
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 1em;
  position: relative;
  max-height: 65vh;
  overflow: auto;
}

.theme-white #signDocsPreviewPageUp, .theme-white #signDocsPreviewPageDown {
  align-content: center;
  text-align: center;
  justify-content: center;
}

.theme-white #signDocsPreviewPageUp .fa:hover, .theme-white #signDocsPreviewPageDown .fa:hover {
  color: #826EC5;
  cursor: pointer;
}

.theme-white #signDocsPreviewPageUp .fa, .theme-white #signDocsPreviewPageDown .fa {
  color: #EEE;
  font-size: 1.5em;
  padding: 0.5em;
}

.theme-white .signDocsPreviewPage {
  width: 70%;
  margin: 0.25em auto 0.25em auto;
  padding: 0.25em;
  left: 0;
}

.theme-white .signDocsPreviewPage:hover {
  /*border: 1px solid #8E2DD8;*/
  background: rgba(159, 146, 209, 0.7);
  cursor: pointer;
}

.theme-white .assinaturaDeDocumento .modal-content col-sm-12, .theme-white .assinaturaDeDocumento .modal-content col-xs-12 {
  padding: 0;
}

/*.theme-white #sign-doc-comments-title {
    text-align: center;
    background-color: #826EC5;
    height: 60px;
    padding: 1em;
}
.theme-white #sign-doc-comments-title h1{
    font-size: 1.6em;
    color: #fff;
    display: inline;
}*/

/*VIVO Sign Doc user box*/

.theme-white #user-right-box {
  padding: 0.25em;
}

.theme-white #user-right-box img {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 3px solid #fff;
  float: left;
  width: 45px;
  margin-right: 1em;
}

.theme-white #user-right-box .user-box {
  color: #fff;
  float: right;
}

.theme-white #user-right-box .user-box>.name {
  display: block;
  font-size: 1em;
  font-weight: 500;
}

.theme-white #user-right-box .user-box>.name>a {
  color: #fff;
}

.theme-white #user-right-box .user-box>.name>a:hover, #user-left-box .user-box>.name>a:focus {
  color: #E1E1E1;
  text-decoration: none;
}

.theme-white #user-right-box .user-box>.status {
  display: block;
  font-size: 0.75em;
  padding-top: 3px;
}

.theme-white #user-right-box .user-box>.status>i {
  color: #8bc34a;
  margin-right: 4px;
}

.theme-white #user-right-box.dropdown .dropdown-menu {
  top: 55px;
  left: 30px;
}

.theme-white #user-right-box.dropdown .dropdown-menu a {
  color: #707070;
  font-size: 0.875em;
}

.theme-white #user-right-box.dropdown .dropdown-menu a:hover {
  background-color: #f6f6f6;
  color: #707070;
}

/*VIVO Digital Accept */

.theme-white #digitalAcceptModal input[type=radio] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Hidding the input radio */

.theme-white #digitalAcceptModal .radio label:before, .theme-white #digitalAcceptModal .radio label:after {
  opacity: 0;
}

.theme-white #digitalAcceptModal input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 50px;
  width: 100%;
  line-height: 45px;
}

.theme-white #digitalAcceptModal input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-white #digitalAcceptModal input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #9171D1;
  color: #FFF;
}

.theme-white #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #70A740;
  color: #FFF;
}

/*.theme-white #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked:hover + label {
    background-color: #BF3A3A;
    color: #FFF;
}*/

.theme-white #digitalAcceptModal #digital-accept-radio-agree input[type=radio]:checked:hover+label {
  background-color: #5A9228;
  color: #FFF;
}

.theme-white #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #DC4747;
  color: #FFF;
}

.theme-white #digitalAcceptModal #digital-accept-radio-dont-agree input[type=radio]:checked:hover+label {
  background-color: #BF3A3A;
  color: #FFF;
}

.theme-white #digitalAcceptModal .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #digitalAcceptModal .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #digitalAcceptModal .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-white #digitalAcceptModal .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white #digitalAcceptModal .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-white #digitalAcceptModal #sign-box-inner {
  padding: 0 1em 1em 1em;
  border: none;
  text-align: center;
}

.theme-white #digitalAcceptModal #sign-box-inner h5 {
  color: var(--medium-primary-color);
  margin: 0;
  margin-bottom: 1em;
  /*padding: 0 2em 0 2em;*/
}

.theme-white #digitalAcceptModal #digital-accept-justify-choice {
  border-top: 1px solid var(--medium-primary-color);
  width: 90%;
  margin: auto;
  background-color: /*#D2BDDF*/
  /*var(--medium-primary-color)*/
  ;
  /* #89818E*/
  /*var(--medium-primary-color)*/
  /*border-radius: 4px;*/
  /* padding: 1em;*/
}

.theme-white #digitalAcceptModal #digital-accept-justify-choice h5 {
  color: var(--medium-primary-color);
  /*color: #FFF;*/
  padding: 1em;
  margin: 0;
  font-size: 12px;
}

.theme-white #digitalAcceptModal #digital-accept-justify-choice-textbox {
  with: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.theme-white #digitalAcceptModal #digital-accept-justify-choice textarea {
  width: 300px;
  height: 90px;
  resize: none;
  display: block;
  margin: auto;
  border-color: #D2BDDF;
}

.theme-white #digitalAcceptModal #sign-box-inner .input-group>.form-control, #sign-box-inner .input-group>.input-group-addon {
  line-height: normal;
}

.theme-white #digitalAcceptModal #sign-box .btn {
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
  width: 100%
}

/*VIVO sign A1 A3*/

.theme-white #sign-A1A3 .modal-dialog, .theme-white #sign-A1Nuvem .modal-dialog {
  width: 500px;
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #sign-A1A3 .modal-content, .theme-white #sign-A1Nuvem .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #sign-A1A3 .modal-header, .theme-white #sign-A1Nuvem .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-white #sign-A1A3 .modal-title, .theme-white #sign-A1Nuvem .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white #sign-A1A3 .modal-title h2, .theme-white #sign-A1Nuvem .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-white .modal-header {
  padding: 1em;
}

.theme-white .modal-header .fa-times-circle {
  font-size: 1.7em;
  color: var(--medium-primary-color);
}

.theme-white .modal-header .fa-times-circle:hover {
  color: var(--light-primary-hover-color);
  font-size: 1.7em;
  cursor: pointer;
}

.theme-white .modal-body #pre-requirements-failed {
  width: 100%;
  padding: 0;
}

.theme-white .modal-body #pre-requirements-failed h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}

.theme-white .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-white .modal-sign-doc #icp-sign {
  padding: 0em 1.5em 0em 1.5em;
  /* position: absolute;
    bottom: 1em;*/
}

.theme-white .modal-sign-doc .package-content {
  border: none;
  box-shadow: 0;
}

.theme-white .modal-sign-doc .btn-green, .theme-white #sign-A1Nuvem .btn-green {
  padding: 1em;
  width: 100%;
}

.theme-white .modal-sign-doc #verifying-pre-requirements p {
  color: #DC3546;
}

.theme-white .modal-sign-doc .pricing-package .package-features li {
  font-size: 14px;
  padding: 6px 0;
  line-height: 1.3;
  color: var(--dark-grey);
  /* color: #7d7d7d; */
  padding-left: 25px;
}

.theme-white .modal-sign-doc .package-features a {
  /*display: inline;*/
  padding-left: 1.6em;
  text-align: center;
  font-size: 14px;
  color: #DC3546;
  text-decoration: underline;
}

.theme-white #sign-A1Nuvem .btn-green {
  margin: 0;
}

.theme-white #sign-A1Nuvem #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  /*
  padding: 40px 25px;
  */
  /*height: 390px;*/
}

.theme-white .signCheckbox {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
}

.theme-white .signCheckbox input[type=checkbox]:checked+label:after {
  background-color: #DC3546;
  color: #DC3546;
}

.theme-white #passwordCert, .theme-white #passwordCert .form-control {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  text-align: center;
  border-bottom-color: #A380D8;
}

.theme-white #passwordCert .form-control:focus {
  border-color: #470099;
  outline: 0;
  box-shadow: none;
}

.theme-white #passwordCert {
  padding: 0% 15% 0% 15%;
}

/** VIVO Sign Assinatura Eletrônica */

.theme-white #signCollaboratorModal-SignElectronic .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #signCollaboratorModal-SignElectronic .modal-dialog {
  width: 600px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  /*padding: 5px 5px;*/
  padding: 10px;
  /*height: 390px;*/
}

.theme-white #signCollaboratorModal-SignElectronic .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-white #signCollaboratorModal-SignElectronic .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white #signCollaboratorModal-SignElectronic .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-white .modal-sign-doc .pricing-package-inner {
  padding: 0em 2em 0em 2em;
  border: 0;
}

.theme-white #signCollaboratorModal-SignElectronic .btn-green {
  margin: 0;
  text-transform: capitalize;
}

.theme-white #signCollaboratorModal-SignElectronic .unselected-tab, .theme-white #signCollaboratorModal-SignElectronic .current-tab {
  font-size: 0.9em;
}

.theme-white #signCollaboratorModal-SignElectronic #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

.theme-white #signCollaboratorModal-SignElectronic #signCanvas {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-white #signCollaboratorModal-SignElectronic #signCanvasBlackPen {
  background: #6A6A6A;
  border-radius: 6px;
  max-height: 150px;
}

.theme-white #signCollaboratorModal-SignElectronic #signCanvasBluePen {
  background: #3452E5;
  border-radius: 6px;
  max-height: 150px;
}

.theme-white #signCollaboratorModal-SignElectronic .reuseSignRubric {
  background: #F1F1F1;
  border-radius: 6px;
  max-height: 150px;
}

.theme-white #signCollaboratorModal-SignElectronic #electronic-sign-tabs-wrapper {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}

.theme-white #electronic-sign-tabs-wrapper .fa {
  font-size: 1.2em;
  padding: 0.25em;
}

/* applying to the background of the electronic sign modal a fade */

.theme-white .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

/** VIVO upload Sign */

.theme-white .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #9D7ABE;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-white .uploadSignBox h5 {
  color: var(--medium-primary-color);
}

.theme-white .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: var(--medium-primary-color);
}

.theme-white .uploadSignBox:hover {
  background: #EBE1F6;
  color: #9D7ABE;
}

/** VIVO modelsSign */

.theme-white #signCollaboratorModal-SignElectronic input[type=radio] {
  display: none;
}

.theme-white #signCollaboratorModal-SignElectronic input[type=radio]+label {
  /*border: 1px dotted grey;*/
  border-radius: 4px;
  background-color: #F1F1F1;
  height: 60px;
  width: 100%;
}

.theme-white #signCollaboratorModal-SignElectronic input[type=radio]:hover+label {
  background-color: #AEAEAE;
}

.theme-white #signCollaboratorModal-SignElectronic input[type=radio]:checked+label {
  border: 1px dotted grey;
  border-radius: 4px;
  background-color: #9171D1;
  height: 60px;
  width: 100%;
}

.theme-white #signCollaboratorModal-SignElectronic input[type=radio]:checked:hover+label {
  background-color: #6D51A4;
}

.theme-white .clearCanvas:before {
  content: "\f12d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  text-decoration: none;
  color: var(--dark-grey);
  cursor: pointer;
}

.theme-white .clearCanvas:hover::before {
  /*content: "\f12d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    text-decoration: none;
    cursor: pointer;*/
  color: #DC3546;
}

/** VIVO Sign Token - Email SMS*/

/** VIVO Sign Blockchain */

.theme-white #signCollaboratorModal-SMS .modal-content, .theme-white #signCollaboratorModal-Email .modal-content, .theme-white #signCollaboratorModal-BlockchainID .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #signCollaboratorModal-SMS .modal-dialog, .theme-white #signCollaboratorModal-Email .modal-dialog, .theme-white #signCollaboratorModal-BlockchainID .modal-dialog {
  width: 450px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: none;
}

.theme-white #signCollaboratorModal-SMS #sign-box-inner, .theme-white #signCollaboratorModal-Email #sign-box-inner, .theme-white #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-white #signCollaboratorModal-SMS .modal-header, .theme-white #signCollaboratorModal-Email .modal-header, .theme-white #signCollaboratorModal-BlockchainID .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-white #signCollaboratorModal-SMS .modal-title, .theme-white #signCollaboratorModal-Email .modal-title, .theme-white #signCollaboratorModal-BlockchainID .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white #signCollaboratorModal-SMS .modal-title h2, .theme-white #signCollaboratorModal-Email .modal-title h2, .theme-white #signCollaboratorModal-BlockchainID .modal-title h2 {
  color: #DC3546;
  padding-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.theme-white #signCollaboratorModal-SMS .btn-green, .theme-white #signCollaboratorModal-Email .btn-green {
  margin: 0;
  padding: 1em;
  height: 50px;
  width: 100%;
  text-transform: capitalize;
}

/*.theme-white #signCollaboratorModal-SMS .unselected-tab,
.theme-white #signCollaboratorModal-SMS .current-tab {
    font-size: 0.9em;
}*/

.theme-white #signCollaboratorModal-SMS #sign-box-inner, .theme-white #signCollaboratorModal-Email #sign-box-inner, .theme-white #signCollaboratorModal-BlockchainID #sign-box-inner {
  background: #fff;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border: none;
  border-bottom-width: 5px;
}

/* applying to the background of the electronic sign modal a fade */

.theme-white .assinaturaDeDocumento .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-white #signCollaboratorModal-SMS .user-resend-code, .theme-white #signCollaboratorModal-Email .user-resend-code {
  margin: 2em 0em 1em 0em;
}

.theme-white #signCollaboratorModal-SMS .user-resend-code a, .theme-white #signCollaboratorModal-Email .user-resend-code a {
  display: inline;
  text-align: center;
  font-size: 14px;
  color: var(--medium-primary-color);
  text-decoration: underline;
}

.theme-white #signCollaboratorModal-SMS .user-resend-code a:hover, .theme-white #signCollaboratorModal-Email .user-resend-code a:hover {
  color: var(--medium-primary-hover-color);
  cursor: pointer;
}

.theme-white #signCollaboratorModal-SMS .user-resend-code .fa-refresh, .theme-white #signCollaboratorModal-Email .user-resend-code .fa-refresh {
  color: var(--medium-primary-color);
  font-size: 1.2em;
}

.theme-white #signCollaboratorModal-SMS .user-resend-code .fa-refresh:hover, .theme-white #signCollaboratorModal-Email .user-resend-code .fa-refresh:hover {
  color: var(--medium-primary-hover-color);
}

.theme-white #signCollaboratorModal-SMS #inform-the-code-title, .theme-white #signCollaboratorModal-Email #inform-the-code-title {}

.theme-white #signCollaboratorModal-SMS #inform-the-code-title h4, .theme-white #signCollaboratorModal-Email #inform-the-code-title h4 {
  color: var(--dark-grey);
}

.theme-white #signCollaboratorModal-SMS #inform-the-code-title h5, .theme-white #signCollaboratorModal-Email #inform-the-code-title h5, .theme-white #signCollaboratorModal-BlockchainID #scanQRCode h5 {
  padding: 0;
  margin: 0;
  color: var(--medium-primary-color);
  font-style: italic;
}

.theme-white #signCollaboratorModal-SMS #sign-box, .theme-white #signCollaboratorModal-Email #sign-box, .theme-white #signCollaboratorModal-BlockchainID #sign-box {
  margin: 0;
  text-align: center;
}

/* input */

.theme-white #signCollaboratorModal-SMS .input-group, .theme-white #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-white #signCollaboratorModal-Email .input-group, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px;
  border-color: var(--light-grey-hover);
  margin: 3em 0 1em 0;
}

.theme-white #signCollaboratorModal-SMS .input-group input, .theme-white #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-white #signCollaboratorModal-Email .input-group input, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 0px 6px 6px 0px;
  height: 60px;
  font-size: 1.25em;
  font-weight: 300;
  border-color: var(--light-grey-hover);
}

.theme-white #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-white #signCollaboratorModal-SMS .input-group .input-group-addon, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon {
  border-radius: 6px 0px 0px 6px;
  /*border-color: var(--light-grey-hover);*/
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  min-width: 75px;
}

.theme-white #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-white #signCollaboratorModal-SMS .input-group .input-group-addon i, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon i, .theme-white #signCollaboratorModal-Email .input-group .input-group-addon i {
  color: #C9C9C9;
}

/** VIVO upload Sign */

.theme-white .uploadSignBox {
  width: 95%;
  padding: 1em;
  border-radius: 8px;
  border: 2px dotted #9D7ABE;
  background: #DFD1EE;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.theme-white .uploadSignBox h5 {
  color: #DC3546;
}

.theme-white .uploadSignBox .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #CC5763;
}

.theme-white .uploadSignBox:hover {
  background: #EBE1F6;
  color: #9D7ABE;
}

/** VIVO Sign doc go to sign page*/

.theme-white .sign-doc-tabs-content ul {
  list-style: none;
}

@keyframes pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes shrink {
  50% {
    transform: scale(0.8);
  }
}

.theme-white .sign-doc-tabs-content .isSigned {
  color: #fff;
  background-color: #8BBD13;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-white .sign-doc-tabs-content .isSigned:hover {
  animation: shrink 0.3s linear 1;
}

.theme-white .sign-doc-tabs-content .isSigned:before {
  content: "\f00c";
  /*\"f058"*/
  /*\"f00c"*/
  font-family: FontAwesome;
  font-weight: 200;
  font-size: 1.1em;
}

.theme-white .sign-doc-tabs-content .needsToSignFew {
  color: #fff;
  background-color: #F5AB00;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-white .sign-doc-tabs-content .needsToSignFew:hover {
  animation: pop 0.3s linear 1;
}

.theme-white .sign-doc-tabs-content .needsToSignMany {
  background-color: #F37200;
  color: #fff;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
  cursor: pointer;
}

.theme-white .sign-doc-tabs-content .needsToSignMany:hover {
  animation: pop 0.3s linear 1;
}

/*.theme-white .sign-doc-tabs-content .nothingToSign{
    background-color: #89818E;
    color: var(--dark-grey);
    border-radius: 5px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}*/

.theme-white .sign-doc-tabs-content .nothingToSign {
  background-color: #89818E;
  /*color: #686868;*/
  color: #BFBFBF;
  border-radius: 0% 20% 0% 0%;
  width: 27px;
  height: 30px;
}

.theme-white .sign-doc-tabs-content .nothingToSign:before {
  content: "\f039";
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 1.2em;
}

.theme-white .sign-doc-tabs-content .signDocGrid td {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border: 1px dotted;
  border-color: #89818E;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
}

.theme-white .signDocsViewDocArea {
  background: #333333;
  /*padding-bottom: 1em;*/
  height: 100vh;
}

.theme-white .assinaturaDeDocumento #slider-range-value {
  color: #E3E3E3;
}

/* VIVO Confirm Chancellor*/

.theme-white #login-full-wrapper {
  background: #F5F5F5;
}

.theme-white #login-full-wrapper .row {
  margin: 0;
}

.theme-white .addNewDocWrapper .main-box-body {
  text-align: center;
}

.theme-white .addNewDocWrapper .main-box-body h2 {
  color: #DC3546;
}

/* VIVO New Document */

.theme-white .addNewDocWrapper .main-box {
  border: none;
}

.theme-white .addNewDocWrapper .form-control:focus, .theme-white .newDocModals .form-control:focus {
  border-color: rgba(142, 69, 153, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-white .addNewDocWrapper .form-control {
  height: 50px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-white .drop-box {
  border: 1px dashed #9D7ABE;
  border-radius: 8px;
  background-color: #DFD1EE;
  margin: 1.5em 0 1.5em 0;
  cursor: pointer;
  height: auto;
  padding: 1em 1em 1.5em 1em;
}

.theme-white .drop-box:hover {
  background: #CAC2E5;
  color: #9D7ABE;
}

.theme-white .drop-box .fa {
  padding: 0.5em;
  font-size: 2.25em;
  color: #884CC1;
}

.theme-white .visibleDesktop, .theme-white .visibleDesktop {
  color: var(--dark-primary-color);
}

.theme-white .chooseFileOrTemplateWrapper {
  border-radius: 8px 0px 0px 8px;
  /* border: 1px solid var(--dark-primary-color);*/
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-white .chooseFileOrTemplateContentWrapper {
  padding: 1.5em;
}

.theme-white .addNewDocWrapper .col-md-6 {
  padding: 0;
}

.theme-white #chooseFileOrTemplateTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  /*background: #CAC2E5;*/
}

.theme-white .chooseFileOrTemplateWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  /*border-bottom: 1px solid var(--dark-primary-color);*/
  display: inline;
}

.theme-white .filesAndTemplatesTabs {
  margin: 0.25em 0 1em 0;
  display: flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.theme-white .chooseFileOrTemplateWrapper .row {
  padding: 0;
}

.theme-white .filesAndTemplatesTabs .current-tab, .theme-white .filesAndTemplatesTabs .unselected-tab {
  display: block;
  width: 50%;
}

.theme-white .filesAndTemplatesTabs .current-tab {
  background: #D5C4EB;
  color: var(--dark-primary-color);
}

/*.theme-white .filesAndTemplatesTabs .unselected-tab{
    background: #E3E3E3;
}*/

.theme-white .filesAndTemplatesTabs .current-tab {
  border-bottom: 6px solid #6805BE;
}

.theme-white .filesAndTemplatesTabs .unselected-tab {
  border-bottom: 6px solid #9C93A4;
}

.theme-white .filesAndTemplatesTabs .unselected-tab:hover {
  border-bottom: 6px solid #9258C4;
  background: #E3E3E3;
  color: var(--medium-primary-color);
}

.theme-white .addNewDocWrapper .campoPreVisualizacao {
  border-radius: 0 8px 8px 0;
  background-color: #404040;
  height: 400px;
  padding: 1em;
}

.theme-white .addSignatoriesOptionsWrapper {
  border-radius: 0 8px 8px 0;
  /*border: 1px solid 997BFF;*/
  /*background-color: #fff;*/
  background-color: #404040;
  min-height: 350px;
  padding: 1em;
}

.theme-white .addSignatoriesListWrapper {
  border-radius: 8px 0px 0px 8px;
  padding: 1em;
  background-color: #F2F2F2;
}

.theme-white #addSignatoriesTitle {
  border-radius: 8px 0 0 0;
  border-bottom: 1px solid var(--dark-primary-color);
  padding: 1em;
  margin: 0 1em 0 1em;
  text-align: center;
  /*background: #CAC2E5;*/
}

.theme-white .addSignatoriesListWrapper h4 {
  color: var(--dark-primary-color);
  font-size: 1.4em;
  padding: 0.25em;
  display: inline;
}

.theme-white .addNewDocWrapper .campoPreVisualizacao h4, .theme-white .addNewDocWrapper .campoPreVisualizacao label {
  color: #BBBBBB;
}

.theme-white .addNewDocWrapper ul {
  list-style-type: none;
  margin: 0;
}

.theme-white .addNewDocWrapper li {
  color: #AA00FF;
  margin: 0;
}

.theme-white .addNewDocWrapper .editable-click:hover, a.editable-click:hover {
  text-decoration: none;
  color: #AA00FF;
  border-bottom-color: #AA00FF;
}

.theme-white .addSignatoriesOptionsRow {
  padding: 0.75em;
  border-bottom: 1px solid var(--medium-primary-color);
}

.theme-white .addSignatoriesOptionsRow #addSignatories {
  text-align: center;
  font-size: 1.3em;
}

.theme-white .addSignatoriesOptionsRow #addSignatories h4 {
  font-family: "Open Sans", sans-serif;
  color: #C1C1C1;
  padding: 0 0 1em 0;
  margin: 0;
}

.theme-white .addSignatoriesOptionsRow #addFromMySignatories, .theme-white .addSignatoriesOptionsRow #addNewSignatory, .theme-white .addSignatoriesOptionsRow #setCoordinates, .theme-white .addSignatoriesOptionsRow #applyCoordinates, .theme-white .addSignatoriesOptionsRow #applySignatories {
  padding: 0.6em 0.6em 0.6em 0.3em;
  cursor: pointer;
}

.theme-white .addSignatoriesOptionsRow #addFromMySignatories:hover, .theme-white .addSignatoriesOptionsRow #addNewSignatory:hover, .theme-white .addSignatoriesOptionsRow #setCoordinates:hover, .theme-white .addSignatoriesOptionsRow #applyCoordinates:hover, .theme-white .addSignatoriesOptionsRow #applySignatories:hover {
  background-color: rgba(75, 8, 138, 0.4);
  color: #fff;
}

.theme-white .addSignatoriesOptionsRow #addFromMySignatories a, .theme-white .addSignatoriesOptionsRow #addNewSignatory a, .theme-white .addSignatoriesOptionsRow #setCoordinates a, .theme-white .addSignatoriesOptionsRow #applyCoordinates a, .theme-white .addSignatoriesOptionsRow #applySignatories a {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
  text-decoration: none;
  color: var(--light-primary-hover-color);
}

.theme-white .addSignatoriesOptionsRow #addFromMySignatories:before {
  content: '\f007';
  /*f007*/
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-white .addSignatoriesOptionsRow #addNewSignatory:before {
  content: '\f234';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-white .addSignatoriesOptionsRow #setCoordinates:before {
  content: '\f0b2';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-white .addSignatoriesOptionsRow #applyCoordinates:before {
  content: '\f78c';
  font-family: FontAwesome;
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-white .addSignatoriesOptionsRow #applySignatories:before {
  font-family: FontAwesome;
  content: '\f0c0';
  font-size: 1.3em;
  color: var(--light-primary-hover-color);
  padding-right: 1.5em;
}

.theme-white .includeMeAsSignatory .includeMeToggle {
  width: 3em;
}

.theme-white .onAndOffToggle input {
  -webkit-appearance: none;
}

.theme-white .onAndOffToggle input[type=checkbox]:before {
  content: '\f204';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--light-primary-hover-color);
}

.theme-white .onAndOffToggle input[type=checkbox]:checked::before {
  content: '\f205';
  font-family: FontAwesome;
  font-size: 1.5em;
  color: var(--medium-accent-color);
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
  padding-left: 1.3em;
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  ;
  color: var(--medium-accent-hover-color);
  padding-left: 1.3em;
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:before {
  color: var(--medium-primary-color);
}

.theme-white .onAndOffToggle #pdfBlock input[type=checkbox]:checked::before {
  color: var(--medium-accent-color);
}

.theme-white .onAndOffToggle input[type=checkbox]+label {
  padding: 0 0 0 1.5em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15em;
}

.theme-white .onAndOffToggle #includeMeAsSignatory input[type=checkbox]+label:after {
  content: 'Não sou um signatário';
  color: var(--light-primary-hover-color);
}

.theme-white .onAndOffToggle #includeMeAsSignatory input[type=checkbox]:checked+label:after {
  content: 'Sou um signatário';
  color: var(--medium-accent-color);
}

.theme-white .onAndOffToggle #pdfBlock input[type=checkbox]+label:after {
  font-size: 0.9em;
  content: 'Bloquear PDF';
  color: var(--medium-primary-color);
  padding-right: 0.5em;
}

.theme-white .onAndOffToggle #pdfBlock input[type=checkbox]:checked+label:after {
  font-size: 0.9em;
  content: 'PDF bloqueado';
  color: #6ABE23;
  padding-right: 0.5em;
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-primary-color);
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked+label:after {
  content: 'Enviar o documento para outras pessoas';
  color: var(--medium-accent-hover-color);
}

.theme-white .onAndOffToggle #sendDocumentToOthers input[type=checkbox]:checked::before {
  padding-left: 2.4em;
}

.theme-white .onAndOffToggle #sendToChancellor input[type=checkbox]+label:after {
  content: 'Enviar para Chancela';
  color: var(--light-primary-hover-color)
}

.theme-white .onAndOffToggle #sendToChancellor input[type=checkbox]:checked+label:after {
  content: 'Enviar para Chancela';
  color: var(--medium-accent-color);
}

.theme-white .onAndOffToggle #signByOrder input[type=checkbox]+label:after {
  content: 'Assinar na ordem';
  color: var(--light-primary-hover-color);
}

.theme-white .onAndOffToggle #signByOrder input[type=checkbox]:checked+label:after {
  color: var(--medium-accent-color);
}

.theme-white #sendDocumentToSign .btn {
  margin-top: 0.75em;
  width: 100%;
  font-size: 1.25em;
  border-radius: 6px;
  border: none;
  padding: 0.6em;
  background-color: #6ABE23;
}

.theme-white #sendDocumentToSign .btn:hover {
  background-color: #619A30;
}

.theme-white #sendDocToOthers {
  background: #fff;
  width: 100%;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0 0 4px var(--medium-grey);
}

.theme-white #sendDocToOthers .fa-envelope-o {
  font-size: 1.6em;
  padding-top: 0.5em;
  color: var(--medium-primary-color);
}

.theme-white #listOfContactsToSign .nestable-lists {
  border-radius: 6px;
  background-color: #fff;
  border: none;
}

.theme-white #listOfContactsToSign .input-group {}

.theme-white #listOfContactsToSign .form-control, .theme-white .newDocModals .form-control, .theme-white #addEmail .form-group tags-input .tags {
  height: 40px;
  border-radius: 6px;
  border-color: #C4C4C4;
}

.theme-white #addEmail .form-group tags-input .tags.focused {
  outline: 0;
  border-color: rgba(142, 69, 153, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
  ;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(120, 0, 155, 0.6);
}

.theme-white #sendDocToOthers ul {
  list-style-type: none;
}

.theme-white #listOfContactsToSign .dd-handle {
  background: rgba(217, 196, 235, 0.4);
  /*border: none;*/
  border-radius: 6px;
}

.theme-white #listOfContactsToSign #user-profile a {
  font-weight: 600;
  font-size: 0.95em;
  color: var(--medium-primary-color);
}

.theme-white #listOfContactsToSign .table tbody>tr:hover {
  background: rgba(217, 196, 235, 0.6);
}

.theme-white #listOfContactsToSign .fa-trash-o {
  font-size: 1.5em;
  color: var(--dark-primary-color);
}

.theme-white #listOfContactsToSign .fa-trash-o:hover {
  color: #6ABE23;
}

.theme-white .newDocModals .block-single-body-modal .fade {
  background: rgba(0, 0, 0, 0.5);
}

.theme-white .newDocModals .modal-content {
  border-radius: 8px;
  box-shadow: none;
}

.theme-white .newDocModals #sign-box-inner {
  background: #fff;
  border-radius: 1px;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-bottom-width: 5px;
  padding: 10px
}

.theme-white .newDocModals .modal-header {
  border: 0;
  padding-bottom: 0;
}

.theme-white .newDocModals .modal-title {
  text-align: center;
  font-weight: 300;
  margin: 0em 1.5em 1em 1.5em;
  border-bottom: 1px solid;
  border-bottom-color: var(--medium-primary-color);
}

.theme-white .newDocModals .modal-title h2 {
  color: var(--dark-primary-color);
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
}

.theme-white .newDocModals .step-content {
  padding: 0 2em 1em 2em;
}

.theme-white #signatures-lote, .theme-white #view-doc-versions {
  margin-right: 15px;
}

.theme-white .addNewDocWrapper a:hover, .theme-white #view-doc-versions a:hover {
  text-decoration: none;
}

.theme-white #signatures-lote, .theme-white #view-validity-rules {
  margin-right: 15px;
}

.theme-white .addNewDocWrapper a:hover, .theme-white #view-validity-rules a:hover {
  text-decoration: none;
}

.theme-white #signatures-lote::before {
  content: "\f0c5";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}


.theme-white #view-doc-versions::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

.theme-white #view-validity-rules::before {
  content: "\f017";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--medium-primary-color);
}

/* VIVO New Document - Document and Signatories tabs */

.theme-white #newDocTabs {
  display: block;
  justify-content: space-between;
  text-align: center;
}

.theme-white #newDocTabs .current-tab {
  display: block;
  color: var(--medium-primary-color);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-white #newDocTabs .unselected-tab {
  display: block;
  color: var(--dark-grey);
  font-size: 1em;
  font-family: "Open-Sans", sans-serif;
  margin: 0;
}

.theme-white #newDocTabs .unselected-tab h4, .theme-white #newDocTabs .current-tab h4 {
  margin: 0;
  padding: 0.25em;
}

.theme-white #newDocTabs .current-tab h4 {
  font-weight: 400;
}

.theme-white #newDocTabs .unselected-tab:hover {}

.theme-white .current-tab #new-doc-tab-step-one::before, .theme-white .current-tab #new-doc-tab-step-two::before, .theme-white .unselected-tab #new-doc-tab-step-one::before, .theme-white .unselected-tab #new-doc-tab-step-two::before {
  font-family: "Open-Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

.theme-white .current-tab #new-doc-tab-step-one::before, .theme-white .unselected-tab #new-doc-tab-step-one::before {
  content: '1';
}

.theme-white .current-tab #new-doc-tab-step-two::before, .theme-white .unselected-tab #new-doc-tab-step-two::before {
  content: '2';
}

.theme-white #new-doc-tab-step-one, .theme-white #new-doc-tab-step-two, .theme-white #new-doc-tab-step-one-title, .theme-white #new-doc-tab-step-two-title {
  height: 6ch;
  padding: 0.75em;
}

.theme-white .current-tab #new-doc-tab-step-one, .theme-white .current-tab #new-doc-tab-step-two {
  background: var(--medium-primary-color);
}

.theme-white .unselected-tab #new-doc-tab-step-one, .theme-white .unselected-tab #new-doc-tab-step-two {
  background: var(--dark-grey);
}

.theme-white .current-tab #new-doc-tab-step-one-title, .theme-white .current-tab #new-doc-tab-step-two-title {
  background: var(--light-primary-color);
}

.theme-white .current-tab #new-doc-tab-step-one-title:hover, .theme-white .current-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-primary-hover-color);
  cursor: pointer;
}

.theme-white .unselected-tab #new-doc-tab-step-one-title, .theme-white .unselected-tab #new-doc-tab-step-two-title {
  background: var(--light-grey);
}

.theme-white .unselected-tab #new-doc-tab-step-one-title:hover, .theme-white .unselected-tab #new-doc-tab-step-two-title:hover {
  background: var(--light-grey-hover);
  cursor: pointer;
}

/* view-docs lote table, versions table */

.theme-white #view-docs-lote .table, .theme-white #view-revisions .table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}

.theme-white #view-docs-lote .table th, .theme-white #view-revisions .table th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.theme-white #view-docs-lote .table th, .theme-white #view-docs-lote .table td, .theme-white #view-revisions .table th, .theme-white #view-revisions .table td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.theme-white .centerTextXYaxis {
  text-align: center;
  vertical-align: middle;
}

/* scrollbar VIVO */

/* width */

.theme-white #view-docs-lote .table::-webkit-scrollbar, .theme-white #view-revisions .table::-webkit-scrollbar, .theme-white #view-revisions .table-responsive::-webkit-scrollbar, .theme-white .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */

.theme-white #view-docs-lote .table::-webkit-scrollbar-track, .theme-white #view-revisions .table::-webkit-scrollbar-track, .theme-white #view-revisions .table-responsive::-webkit-scrollbar-track, .theme-white .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-track {
  /*background: #f1f1f1;*/
  0 background: rgba(0, 0, 0, 0.2);
}

/* Handle */

.theme-white #view-docs-lote .table::-webkit-scrollbar-thumb, .theme-white #view-revisions .table::-webkit-scrollbar-thumb, .theme-white #view-revisions .table-responsive::-webkit-scrollbar-thumb, .theme-white .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb {
  /*background: #888;*/
  background: #A899D9;
}

/* Handle on hover */

.theme-white #view-docs-lote .table::-webkit-scrollbar-thumb:hover, .theme-white #view-revisions .table::-webkit-scrollbar-thumb:hover, .theme-white #view-revisions .table-responsive::-webkit-scrollbar-thumb:hover, .theme-white .addSignatoriesListWrapper .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #826EC5;
  /*background: #555;*/
}

/*VIVO add new doc - progress bar */

/** Progress Bar **/

.theme-white .progress-bar {
  background-color: #1c386b;
  box-shadow: none;
  height: 14px;
  border-radius: 10px;
}

.theme-white .progress-bar-success {
  background-color: #97c93d;
}

.theme-white .progress-bar-info {
  background-color: #9c27b0;
}

.theme-white .progress-bar-warning {
  background-color: #ffc107;
}

.theme-white .progress-bar-danger {
  background-color: #e84e40;
}

/* enf of VIVO add new doc - progress bar */

/* VIVO header */

.theme-white #content-header {
  /*background: #f3f5f6;*/
  margin: -5px -15px 20px -15px;
  /*padding: 15px;
  border-bottom: 1px solid #dee4e8;*/
}

.theme-white @media (max-width: 767px) {
  #content-header {
    margin: -5px -5px 20px -5px;
  }
}

/* end of VIVO header */

.theme-white .modal-dialog {
  margin-bottom: 0;
  margin-top: 110px;
}

/******************* VIVO */

/* correção responsividade login-box */

.theme-white #login-box {
  max-width: auto;
  min-width: auto;
  margin: 60px auto 20px;
  overflow: visible;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.fab{
  position: fixed;
  bottom:10px;
  right:10px;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 10px;
  color: white;

  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button:focus{
  outline: none;
}

.fab button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #CD31F3;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.main:before{
  content: 'saiba como';
}

.fab ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;

  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;

  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.fab ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: 18px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;

  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button.main:active,
.fab button.main:focus{
  outline: none;
  background-color: #7716ff;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }

.fab button.main:active:before,
.fab button.main:focus:before{
  content: '↑';
}

.fab button.main:active + ul,
.fab button.main:focus + ul{
  bottom: 70px;
}

.fab button.main:active + ul li,
.fab button.main:focus + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab button.main:active + ul li:hover label,
.fab button.main:focus + ul li:hover label{
  opacity: 1;
}

.badge-centro-elevado {
  display: inline-block;
  background-color: var(--light-primary-hover-color); /* #C0A8EF */
  color: var(--dark-primary-color); /* #4a0d8f */
  font-weight: 500;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 24px;
  border: 2px solid var(--medium-primary-color); /* #864DB7 */
  box-shadow: inset 0 0 0 1px white;
  line-height: 1;
  letter-spacing: 0.3px;
}

.badge-centro-elevado .valor {
  font-weight: 700;
  font-size: 12px;
  margin-left: 4px;
}
