html {
  background: white !important;
}
body {
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: white !important;
  background: white !important;
}
#body {
  background-color: white !important;
}
#body #ribbon {
  right: 0;
  background-color: #3a3633;
  z-index: 999;
}
.img-begin {
  /*margin-top: 70px;*/
  text-align: center;
}
.img-begin .img-title {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .no-scroll {
    overflow-y: hidden !important;
  }
}
@media (max-width: 767px) {
  .no-scroll {
    overflow-y: auto !important;
  }
}
.Title {
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: -10px;
}
@media (min-width: 750px) {
  #user-panel {
    display: inline-block;
    padding: 7px 13px 0;
    position: relative;
    text-decoration: none;
  }
}
@media (max-width: 750px) {
  #user-panel {
    display: inline-block;
    padding: 7px 0 0;
    position: relative;
    text-decoration: none;
  }
}
#user-panel a.dropdown-toggle {
  margin-top: 0;
  text-decoration: none;
}
@media (min-width: 750px) {
  #user-panel > li {
    padding-left: 15px;
    margin-top: -2px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  #user-panel > li {
    padding-left: 15px;
    margin-top: -2px;
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
.user-panel-employee {
  display: block;
  max-width: 97%;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: left;
  color: #828282;
  font-size: 14px;
  cursor: default;
}
.user-panel-company {
  display: block;
  color: #828282;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0;
  text-align: left;
  cursor: default;
}
.user-panel-photo {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  display: inline-block;
  font-weight: 700;
  height: 32px;
  text-align: center;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #828282;
  font-size: 19px;
  padding-top: 2px;
}
#home_emp {
  text-align: center;
}
.page-count {
  padding: 10px;
  border-top: 1px solid #cccccc;
}
.pd10px {
  padding: 10px;
}
.chave {
  font-size: 11px;
  font-weight: 200;
  margin-top: -4px;
}
#login .login-header-big {
  font-weight: 400;
}
#login h4.paragraph-header {
  color: black !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  width: 270px;
}
#login .login-desc-box-l {
  min-height: 350px;
  width: 50%;
}
#login .hero {
  background-repeat: no-repeat;
  background-position: 0 137px;
  height: 280px;
  width: 100%;
  float: left;
}
#login #main {
  background: white;
  margin-left: 0px !important;
}
#login {
  background: white;
  overflow: visible;
}
.display-block {
  display: block;
}
#login #header {
  margin: 0;
  height: 71px;
  border-bottom: 1px solid #eeeeee !important;
  overflow: hidden;
  padding: 0 30px;
  background-clip: padding-box;
  border-width: 0;
  min-height: 28px;
  background: #f8f8f8;
  margin-bottom: 0px;
}
#login #header #logo {
  margin-top: 22px;
  margin-left: 0;
}
#login #header #logo img {
  width: 137px;
}
#main {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#main {
  display: block !important;
  margin-left: 220px;
  padding: 0 !important;
  min-height: 500px !important;
  position: static !important;
}
#login .container {
  border: 0;
}
#left-panel {
  position: fixed !important;
  height: 100vh;
  -moz-transition: left 0.1s ease-out;
  -o-transition: left 0.1s ease-out;
  -webkit-transition: left 0.1s ease-out;
  transition: left 0.1s ease-out;
}
#content {
  height: 100vh;
  padding: 20px 10px 20px 14px !important;
  position: relative;
  left: 0;
  -moz-transition: left 0.1s ease-out;
  -o-transition: left 0.1s ease-out;
  -webkit-transition: left 0.1s ease-out;
  transition: left 0.1s ease-out;
}
.text-title-center {
  /*margin-top: 10px;*/
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}
#login .login-app-icons {
  vertical-align: top;
  margin-top: 90px;
  width: 300px;
}
.well {
  background-color: #fbfbfb !important;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 1px #ececec;
  -webkit-box-shadow: 0 1px 1px #ececec;
  -moz-box-shadow: 0 1px 1px #ececec;
  position: relative;
}
.center {
  text-align: center !important;
}
.bold {
  font-weight: bold;
}
.fs-10px {
  font-size: 10px;
}
.fs-15px {
  font-size: 15px;
}
.fs-20px {
  font-size: 20px;
}
.fs-25px {
  font-size: 25px;
}
.fs-30px {
  font-size: 30px;
}
.mg-bottom10px {
  margin-bottom: 10px;
}
.mg-bottom20px {
  margin-bottom: 20px;
}
.mg-bottom30px {
  margin-bottom: 30px;
}
.mg-bottom40px {
  margin-bottom: 40px;
}
.mg-bottom50px {
  margin-bottom: 50px;
}
#login {
  background-color: white;
}
.input-validation-error {
  background: #fff0f0 !important;
  border-color: #a90329 !important;
}
.validation-summary-errors ul {
  list-style: none;
}
.field-validation-error {
  color: #a90329;
  padding: 3px 0;
  font-size: 10px;
}
.fa.f-header {
  margin-top: 4px;
}
.fa.f-body-left {
  margin-top: 9px;
}
.fa.f-body-right {
  margin-top: 9px;
  margin-right: 10px;
}
.col-filter-period {
  padding-right: 15px !important;
}
.date-picker {
  margin-top: 8px;
  border: none !important;
  display: inline !important;
}
.date-picker span {
  display: flex;
  border-radius: 0px;
}
.date-picker .icon-date-picker {
  margin-left: 5px;
  margin-top: 7px;
}
.label-error {
  font-size: 11px !important;
  color: red;
}
.button-link-access {
  padding: 7px !important;
}
.button-btn-access {
  padding: 7px !important;
  width: 100%;
}
:root * > .k-button-group .k-tool-icon,
:root * > .k-icon,
:root * > .k-sprite {
  vertical-align: middle;
  margin-top: 8px;
  margin-left: 5px;
}
.k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:last-child,
thead.k-grid-header th.k-header:first-child {
  border-radius: 0px !important;
}
.k-grid-header:first-child,
.k-grid-toolbar:first-child,
.k-grid > .k-grouping-header,
.k-scheduler > .k-scheduler-toolbar:first-child {
  border-radius: 0px !important;
}
.k-grid-header .k-header > .k-link,
.k-header,
.k-treemap-title {
  color: black !important;
}
.k-block,
.k-button,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-pager-wrap,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #f8f8f8 !important;
}
.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
  border-color: #cccccc !important;
}
.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
  font-size: 12px;
}
.loading-button {
  width: 13px;
  margin-right: 5px !important;
  margin-left: -10px !important;
  margin-top: -3px !important;
}
#left-panel {
  z-index: 1001 !important;
  background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
}
#body #header {
  border-bottom: 0;
  box-shadow: none;
}
#body #header {
  position: fixed;
  width: 100%;
  z-index: 1003;
  background-color: #f8f8f8;
  top: 0;
  border-bottom: 2px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}
#body #main {
  margin-top: 49px;
}
nav ul li.active > a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eeeeee;
}
nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  position: relative;
}
nav ul .active > a {
  color: white !important;
  position: relative;
}
.img-home {
  height: 33%;
  width: 40%;
  margin-top: 20px;
}
.minified.fixed-ribbon #ribbon {
  left: 45px;
}
.hidden-menu.fixed-ribbon #ribbon {
  left: 10px;
}
.k-popup .k-calendar {
  font-size: 12px;
  border: 0;
}
.k-calendar .k-content,
.k-calendar .k-content th {
  text-align: right;
  font-size: 10px;
}
.k-widget.k-calendar .k-nav-fast {
  display: inline-block;
  width: 75%;
  height: 1.8333em;
  line-height: 1.8333em;
  margin: 0.7em -0.08333em 0.3333em 0 !important;
}
div.k-grid-footer,
div.k-grid-header {
  padding-right: 0px !important;
}
.k-grid-content {
  overflow-y: visible !important;
}
.exportPDF .k-filter-row th,
.exportPDF .k-grid-header th.k-header {
  font-size: 6px !important;
}
.exportPDF .k-grid td {
  font-size: 6px !important;
}
.exportPDF .k-filter-row th,
.exportPDF .k-grid-header th.k-header {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.5em 0.6em 0.4em 0.6em;
  font-weight: 400;
  white-space: nowrap;
  font-size: 6px;
  text-overflow: ellipsis;
  text-align: left;
}
.exportPDF table {
  font-size: 10px !important;
}
.exportPDF div {
  font-size: 10px !important;
}
.client-form header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  color: black;
}
.btn-primary {
  color: white;
  background-color: #2e6da4;
  border-color: #2e6da4;
}
a {
  color: #2e6da4;
  text-decoration: none;
  background-color: transparent;
}
.smart-form {
  color: black;
}
nav ul li a:hover {
  color: white !important;
}
nav ul li a {
  line-height: normal;
  font-size: 14px;
  padding: 10px 10px 10px 11px;
  color: #s0bbb7 !important;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
  position: relative;
}
nav ul li.open > a,
nav ul li.open > a b {
  color: white !important;
}
#markingsNotMadeReportGrid tbody tr td:last-child {
  word-wrap: break-word;
}
.alert-danger {
  border-color: #a90329 !important;
  color: black !important;
  background-color: #fff0f0 !important;
}
.btn-nav-header {
  margin-top: 10px;
  color: #777777 !important;
  font-size: 20px;
  border: 1px solid;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
  background-color: #eeeeee;
  border-color: #cccccc;
  height: 30px;
}
.label-company {
  cursor: default;
  display: block !important;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  #hide-menu-btn > :first-child > a {
    margin-top: 9px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  #hide-menu-btn > :first-child > a,
  .btn-header a {
    margin-top: 9px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 679px) and (min-width: 0) {
  #hide-menu-btn > :first-child > a {
    margin-top: 9px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 679px) and (min-width: 0) {
  #hide-menu-btn > :first-child > a,
  .btn-header a {
    margin-top: 9px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  #hide-menu-btn > :first-child > a {
    margin-top: 10px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  #hide-menu-btn > :first-child > a,
  .btn-header a {
    margin-top: 10px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  #logo-group {
    width: 50%;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  #hide-menu-btn > :first-child > a,
  .btn-header a {
    margin-top: 10px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  #hide-menu-btn > :first-child > a {
    margin-top: 10px !important;
    width: 40px !important;
    height: 30px !important;
    line-height: 38px !important;
  }
}
@media (min-width: 768px) {
  #logo-group {
    width: 40% !important;
  }
  .inline {
    width: 60% !important;
  }
}
@media (max-width: 767px) {
  #logo-group {
    width: 50% !important;
  }
  .inline {
    width: 50% !important;
  }
}
::-webkit-input-placeholder {
  text-align: center;
}
:-moz-placeholder {
  text-align: center;
}
::-moz-placeholder {
  text-align: center;
}
:-ms-input-placeholder {
  text-align: center;
}
.dropdown-btn-export {
  width: 100%;
  height: 32px;
  box-sizing: content-box !important;
}
.alert {
  font-size: 15px;
}
.select2-selection__arrow {
  background-color: white !important;
  color: white !important;
}
.table-cert-fixed {
  margin-bottom: 0px !important;
}
.input-auto-complete-gif {
  background-image: url(/Content/img/select2-spinner.gif) !important;
  background-repeat: no-repeat;
  background-position: 99% 50%;
  padding-right: 0;
}
/*.middle {
    vertical-align: middle !important;
}*/

.table {
  border-collapse: collapse;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem !important;
  margin-bottom: -1px !important;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge-primary {
  color: white;
  background-color: #007bff;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.md-sidenav-right {
  min-height: 120vh !important;
}
md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
  min-width: 200px !important;
  width: 85vw !important;
  max-width: 930px !important;
}
md-sidenav.cyclereopen {
  min-width: 200px !important;
  width: 85vw !important;
  max-width: 640px !important;
}
md-sidenav.cyclemaintenance {
  min-width: 200px !important;
  width: 85vw !important;
  max-width: 750px !important;
}
.marking-field {
  margin-left: 30px;
  margin-top: 5px;
  overflow: hidden;
}
.name-module {
  background: #e0dcdc;
  width: 100%;
  height: 2px;
}
.bold {
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.divider {
  background: #e0dcdc;
  width: 100%;
  height: 1px;
}
.module-apps {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.module-apps label {
  font-weight: bold;
}
.login-input {
  margin-bottom: 15px !important;
  text-align: left;
  text-indent: 15px;
}
.csorderable {
  cursor: pointer;
}
.jarviswidget > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.jarviswidget table td {
  font-size: 13px;
}
.k-hierarchy-cell .k-icon.k-plus,
.k-hierarchy-cell .k-icon.k-minus {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.dropdown-action {
  margin-right: 26px;
  margin-bottom: 40px;
}
.dropdown-action .dropdown-menu {
  left: 15px;
}
.k-filter-row th,
.k-grid-header th.k-header {
  white-space: normal !important;
  text-overflow: initial !important;
}
.k-grid td {
  word-wrap: break-word !important;
}
md-backdrop {
  height: 120vh;
  border-bottom-color: #e2e2e2 !important;
}
.icon-hide-show {
  font-size: 20px !important;
  display: inline-block !important;
  margin-right: 0 !important;
}
.select-columns {
  font-size: 15px;
}
.group-check-box {
  cursor: default;
}
.form-check-input {
  height: 16px;
  width: 16px;
}
.form-check-label {
  margin-left: 10px;
  font-size: 15px;
}
.footer-smartadmin-no-bg {
  background: none !important;
}
.table-overviewemployee-min {
  max-height: 700px;
}
.table-overviewemployee-max {
  max-height: 800px;
}
.table-employeeProductivity-min {
  max-height: 505px;
}
.table-employeeProductivity-max {
  max-height: 760px;
}
.table-clientProductivity-min {
  max-height: 700px;
}
.table-clientProductivity-max {
  max-height: 800px;
}
.certponto-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  font-size: 10pt;
  background: #e6e6e6;
}
.certponto-table thead th:first-child {
  left: -1px;
  border-left: 0;
  top: 0;
}
/*.certponto-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}*/

.certponto-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  background: whitesmoke;
}
.certponto-table tbody th:first-child {
  min-width: 180px;
  background-color: whitesmoke;
}
.certponto-table {
  width: 100%;
  overflow: scroll;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.certponto-table table {
  position: relative;
  border: 1px solid #cccccc;
  margin: 0;
}
.certponto-table table tr {
  width: 100%;
}
.certponto-table td,
.certponto-table th {
  padding: 10px;
  min-width: 140px;
  max-width: 140px;
  font-size: 9pt;
  text-align: center;
  border: 1px solid #cccccc;
}
.certponto-table2 thead tr.first th,
.certponto-table2 thead tr.first td {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  top: 0;
  background: #eeeeee;
}
.certponto-table2 thead tr.second th,
.certponto-table2 thead tr.second td {
  position: sticky;
  position: -webkit-sticky;
  /* Safari */
  background: #eeeeee;
}
.certponto-table table thead tr th {
  padding: 5px !important;
}
.ui-autocomplete {
  min-width: 300px !important;
}
.add-close-row {
  display: inline;
}
.add-close-row > img {
  margin-top: 15%;
}
.no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-horizontal-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.warning-input {
  background-color: #fdf6d0;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
.warning-input2 {
  background-color: #fdf6d0;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
.table-header-color-none thead th {
  background-color: white !important;
  background-image: none !important;
}
.table-header-color-none > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}
.table-log td {
  font-size: 9pt;
}
.table-comment {
  width: 100%;
}
.table-comment th {
  font-size: 13px;
  width: 90px;
  padding: 0px 0px 0px 0px;
  height: 30px;
}
.table-comment td {
  font-size: 13px;
  padding: 0px 0px 0px 0px;
  height: 40px;
}
#fm-pivot-view .fm-grid-view div.fm-cell.positiveCellColor {
  background-color: #00a45a !important;
}
#fm-pivot-view .fm-grid-view div.fm-cell.negativeCellColor {
  background-color: #f11111 !important;
}
#fm-pivot-view .fm-grid-view div.fm-cell.warningCellColor {
  background-color: #fafa37 !important;
}
.link {
  text-decoration: underline !important;
  cursor: pointer;
  color: #0042a4 !important;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.appContainer-flexbox {
  display: none;
  transition: linear 2s;
}
.appContainer-show-flexbox p {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}
.appContainer-show-flexbox li a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.42;
  white-space: nowrap;
  text-align: center;
}
.appContainer-show-flexbox li {
  flex: 0 0 120px;
  margin: auto;
}
.appContainer-show-flexbox {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  width: 320px;
  padding: 5px 0;
  margin: 8px 0;
  font-size: 14px;
  list-style: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#appPanel a {
  text-decoration: none;
  color: #828282;
}
.appContainer-show-flexbox a:hover > p {
  color: black;
  white-space: normal;
}
.appContainer-show-flexbox a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
.flexmonster-list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  min-width: 400px;
  width: 700px;
  height: 400px;
  z-index: 12;
  background: white;
  padding: 15px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.flexmonster-field-title {
  color: #111111;
  font-size: 24px;
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flexmonster-fields {
  margin-top: 30px;
  max-height: 300px;
  padding: 15px;
  overflow-y: scroll;
  border: 1px solid #d5d5d5;
}
.flexmonster-mini-button {
  margin-right: 20px;
  height: 38px;
  -moz-appearance: none;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.5px;
  min-width: 40px;
  width: 40px;
  color: #555555;
  border: 1px solid #d5d5d5;
  background-color: #fbfbfb;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: none;
  float: none;
  line-height: normal;
  transition: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.flexmonster-mini-button:hover {
  background: #f7f7f7;
  border-color: #d5d5d5;
  color: #555555;
  font-weight: normal;
  outline: none;
}
.flexmonster-apply-button {
  float: none;
  user-select: none;
  font: inherit;
  transition: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  margin: 0;
  margin-right: 20px;
  text-shadow: none;
  line-height: normal;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  letter-spacing: 0.5px;
  min-width: 90px;
  border: 1px solid #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  background: #555555;
  height: 38px;
}
.flexmonster-apply-button:hover {
  font-weight: bold;
  color: white;
  background: #3c3c3c;
  outline: none;
  border-color: #3c3c3c;
}
.flexmonster-cancel-button:hover {
  outline: none;
  font-weight: bold;
  color: #3c3c3c;
  border-color: #3c3c3c;
  background-color: #f7f7f7;
}
.flexmonster-cancel-button {
  margin-right: 0;
  height: 38px;
  -moz-appearance: none;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  letter-spacing: 0.5px;
  min-width: 90px;
  color: #555555;
  border: 1px solid #555555;
  background-color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: none;
  float: none;
  line-height: normal;
  transition: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.flexmonster-input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  background: white;
  border: 1px solid #d5d5d5;
  color: #cecece;
  font-style: italic;
  margin-bottom: 20px;
}
