body {
  font-size: 14px;
  background: #f0f0f0 !important;
}

html > body:not(.menu-on-top) #main {
  min-height: calc(100vh - 64px);
}

#header>:first-child, aside {
  width: 265px;
}

.smart-form .label {
  font-size: 14px;
}

.smart-form section {
  margin-bottom: 10px;
}

#extr-page #main {
  background-color: #ffffff;
  /*padding-top: 45px;*/
}

#extr-page-header-space {
  width: auto !important;
}

#extr-page-header-space > :first-child {
  margin-right: 50px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
}

#extr-page-header-space .Button {
  text-transform: capitalize;
}

.col-center {
  float: none;
  margin: 0 auto;
}

.simple-form-error-message {
  margin-bottom: 15px;
  font-size: 16px;
}

.admin-panel .smart-form header {
  background-color: transparent;
}

.fa-6x {
  font-size: 10em;
}

.h-40 {
  height: 40px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.page-content-wrapper {
  border: 10px solid #fff;
  background: #fff;
  border-radius: 7px;
}

@media screen and (max-width: 978px) {
  .sm-table-margin-none {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

.well-form-body {
  padding-top: 1px;
  background-color: #fff;
}

.clear-form-legend {
  border: none;
}

.btn-icon {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn-icon.Button__primary {
  color: #6175B4;
  background: transparent;
}

.btn-icon.Button__primary:hover {
  color: #4d5d91;
  background: transparent;
}

.open > .btn-icon.dropdown-toggle.Button__primary,
.btn-icon.Button__primary:active {
  color: #37426b;
  background: transparent;
}

.btn-icon.btn-orange {
  color: #ff9800;
}

.btn-icon.btn-orange:hover {
  color: #bf6e00;
}

.btn-icon.btn-orange:active {
  color: #8c5200;
}

.btn-group.open .btn-icon.dropdown-toggle {
  box-shadow: none;
}

.add-btn {
  float: right;
  margin-top: 10px;
}

/*@media screen and (max-width: 990px) {*/
/*.add-btn {*/
/*margin-bottom: 10px;*/
/*}*/
/*}*/

.btn.Button__primary {
  background-color: #677ec2;
  border-color: #677ec2;
}

.btn.Button__primary:hover {
  background-color: #445281;
  border-color: #445281;
}

.auth-error-message {
  margin-bottom: 15px;
  font-size: 16px;
}

.forgot-success-text {
  margin: 30px 15px;
}

nav ul a.active::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #eee;
}

.select2-container a.select2-choice {
  border-radius: 4px;
  padding: 3px 10px;
}

.select2-results .select2-disabled {
  color: #999;
}

.select2-results .select2-disabled > .select2-result-label {
  cursor: default;
}

.float-none {
  float: none;
}

.fill {
  width: 100%;
}

.dygraph-legend {
  z-index: 1 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 5px 15px;
}

#flotTip {
  text-transform: lowercase;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    display: block;
  }
}

.table > thead {
  border-bottom: 0.5px solid #e3e3e3;
  border-top: 0.5px solid #e3e3e3;
  background-color: #fdfdff;
}

.table > tbody > tr > td {
  padding: 15px 20px;
  color: #767478;
}

.table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: #FFFFFF;
}

.table thead tr {
  background: #fdfdff;
}

.table th {
  border-bottom: 0 !important;
}

table.dataTable thead > tr > th {
  padding: 15px 5px 15px 20px !important;
}

.table.dataTable thead .sorting {
  background: #fdfdff;
}

@media all and (max-width: 479px) and (min-width: 320px) {
  #logo-group {
    width: 110px !important;
  }
}

#logo-group {
  height: 50px;
  border-bottom: 1px solid #424F65;
}

.minified #logo-group {
  display: none;
}

.minified nav ul > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.minified .minifyme {
  display: block !important;
}

.minified .OrganizationInfo {
  display: none;
}

.minified .project-context {
  display: none;
}

aside {
  background: #333d4e;
}

.tab-content {
  background-color: #fff;
}

a.disabled {
  pointer-events: none;
}

.nav-tabs {
  padding: 5px 15px;
  border: 0;
  background: #FFFFFF;
  font-size: 18px;
}

.nav-tabs:after {
  content: ' ';
  display: block;
  border: 0.5px solid #e0e0e0;
}

.nav-tabs > li.active > a {
  box-shadow: none;
  border: 0;
  border-bottom: 3px solid #3981ba;
  margin-top: 0 !important;
}

.nav-tabs > li.active > a:hover {
  background: #FFFFFF;
  border: 0;
  border-bottom: 3px solid #3981ba;
  cursor: pointer;
}

.nav > li > a:hover {
  border: 1px solid transparent;
  text-decoration: none;
  background-color: #FFFFFF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  border-bottom: 3px solid #3981ba;
}

.buttons-columnVisibility > a {
  padding: 10px !important;
}

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

.BaseContainer {
  border: 10px solid #fff;
  background: #fff;
  border-radius: 7px;
}

.badge-success {
  background-color: #00a300;
}

.badge-danger {
  background-color: #9a0325;
}

.tooltip {
  z-index: 10000;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.align-items-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.w-auto {
  width: auto !important;
}

.ActionsLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  padding: 12px 16px;
}

.ActionsLink svg {
  fill: #A8A7A9;
  margin: 0 20px;
}

.ActionsLink:hover svg path,
.ActionsLink:hover {
  fill: #6278b8;
  background: #EFEFF7;
  color: #6278b8;
}

.Base__container {
  border: 10px solid #fff;
  background: #fff;
  border-radius: 7px;
}

.v-middle {
  vertical-align: middle !important;
}

.DateRangePicker_picker__portal, .DateRangePicker_picker {
  z-index: 1050 !important;
}


.font-weight-bold {
  font-weight: bold !important;
}

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

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-danger-i {
  color: #d9534f !important
}

.text-truncate {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ml-1 {
  margin-left: 1rem;
}

.d-block {
  display: block;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.pdf-render {
  width: 22cm;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.align-items-baseline {
  align-items: baseline;
}

.DateRangePickerInput_clearDates {
  margin-right: -10px !important;
}

.smart-form section.section-field  {
  margin-bottom: 10px;
  min-height: 85px;
}

.smart-form .section-field label.input.state-error {
  padding-bottom: 0;
}

.smart-form .section-field label.input:not(.state-error),
.smart-form .section-field label.textarea:not(.state-error) {
  padding-bottom: 20px;
}


.ration-1x1__container.apply {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.ration-1x1__container.apply .ratio-1x1__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body.marker-modal.modal-open > #sodyo-root > .Header,
body.marker-modal.modal-open > #sodyo-root > .Sidebar,
body.marker-modal.modal-open > #sodyo-root > .Main {
  filter: blur(10px);
}
