/***************************/
/** WAX BASETHEME STYLES **/
/*************************/

.adminimal input.form-autocomplete,
.adminimal input.form-text,
.adminimal input.form-tel,
.adminimal input.form-email,
.adminimal input.form-url,
.adminimal input.form-search,
.adminimal input.form-number,
.adminimal input.form-color,
.adminimal input.form-file,
.adminimal input.form-date,
.adminimal input.form-time,
.adminimal select.form-select,
.adminimal textarea.form-textarea {
  border: solid 1px #8f7247;
  border-radius: .21429em!important;
}

.adminimal .form-text:focus,
.adminimal .form-tel:focus,
.adminimal .form-email:focus,
.adminimal .form-url:focus,
.adminimal .form-search:focus,
.adminimal .form-number:focus,
.adminimal .form-color:focus,
.adminimal .form-file:focus,
.adminimal .form-textarea:focus,
.adminimal .form-date:focus,
.adminimal .form-time:focus {
  border-color: #3d8705;
  outline: 1px solid #3d8705;
  outline-offset: -3px;
  border-radius: .21429em!important;
  outline-style: dotted;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
  border-color: #3d8705;
  cursor: pointer;
}

.adminimal .button {
  background-color: #8f7247;
  border: 2px solid #8f7247;
  border-radius: 999px;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.4rem 1.33rem;
  margin-top: 10px;
  border-radius: .21429em!important;
}

.adminimal .button:hover,
.adminimal .button:focus {
  background-color: #ffffff;
  border: 2px solid #8f7247;
  color: #8f7247;
  border-radius: .21429em!important;
}


.adminimal .action-links .button--primary,
.adminimal .button--primary {
  background-color: #3d8705;
  border: 2px solid #3d8705;
  color: #ffffff;
}

.adminimal .action-links .button--primary:hover,
.adminimal .action-links .button--primary:focus,
.adminimal .button--primary:hover,
.adminimal .button--primary:focus {
  background-color: #ffffff !important;
  border: 2px solid #3d8705 !important;
  color: #3d8705 !important;
}


/** COFFEE **/

#coffee-bg {
  background-color: #8f7247;
  opacity: 0.4;
}

#coffee-form-inner {
  background: #8f7247;
  color: #000000;
  padding: 10px 10px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#coffee-form {
  pointer-events: auto;
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  padding: 10px;
  font: 16px/1.5 sans-serif;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  border: solid 1px #ffffff;
}


/** REPORTS **/

/* REPORTS ADMIN PAGE */
.system-status-counter {
  background-color: #ededed;
}

.system-status-report-counters__item {
  padding: 0;
  background-color: transparent;
}

.system-status-counter__status-icon {
  border: unset;
  background-color: transparent;
  box-shadow: unset;
}

.system-status-general-info__header {
  background-color: #67b0e9;
  color: #ffffff;
}

.system-status-general-info {
  border: 1px solid #67b0e9;
}

.system-status-general-info__items {
  align-items: flex-start;
  justify-self: center;
  justify-content: space-around;
  justify-items: center;
}

.system-status-general-info__run-cron {
  left: 0;
  position: relative;
}

.system-status-general-info__item {
  border: none !important;
  flex: 0 !important;
  width: 33% !important;
  flex-basis: 33% !important;
  background-color: transparent !important;
}

.system-status-general-info__item-icon:before {
  background-color: #67b0e9;
  background-image: none !important;
  width: 66px !important;
  height: 47px !important;
  background-position: center;
  background-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.system-status-general-info__item-title {
  border-bottom: 1px solid #67b0e9;
}

.system-status-general-info__item-details {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 30px;
  position: relative;
  color: #ec0084;
}

.system-status-general-info__header {
  background-color: #67b0e1 !important;
}

.adminimal .cron-description__run-cron .button:not(.media-library-item__remove) {
  background-color: #67b0e1 !important;
  border-color: #67b0e1 !important;
  color: #FFFFFF !important;
  position: relative!important;
}

.adminimal .cron-description__run-cron .button:not(.media-library-item__remove):hover,
.adminimal .cron-description__run-cron .button:not(.media-library-item__remove):focus {
  background-color: #FFFFFF !important;
  border-color: #67b0e1 !important;
  color: #67b0e1 !important;
}


.adminimal .system-status-report__requirements-group-warning .cron-description__run-cron .button{
  background-color: #cd962a !important;
  border-color: #cd962a !important;
  color: #FFFFFF !important;
  position: relative!important;
}

.adminimal .system-status-report__requirements-group-warning .cron-description__run-cron .button:hover,
.adminimal .system-status-report__requirements-group-warning .cron-description__run-cron .button:focus{
  background-color: #ffffff !important;
  border-color: #cd962a !important;
  color: #cd962a !important;
  position: relative!important;
}

ul.tips, div.description, .form-item .description {
  color: #67b0e1;
}

.system-status-report h3 {
  text-transform: uppercase;
  background-color: #67b0e9;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.system-status-report .summary {
  text-transform: capitalize !important;
}

.system-status-report__requirements-group {
  padding-top: 0px;
  margin-top: 20px;
  border: solid 1px #67b0e9;
}

.system-status-report__entry:last-of-type {
  border-bottom: 0px solid #67b0e9;
}

.system-status-counter--error {
  background-color: #fbe5e0;
  border: solid 1px #e32700;
}

.system-status-report__requirements-group-error {
  border: solid 1px #e32700;
  background-color: #fbe5e0 !important;
}

.system-status-report__requirements-group-error h3 {
  background-color: #e32700;
}

.color-error {
  color: #e32700;
  background-color: #fbe5e0 !important;
}

.system-status-counter--warning {
  border: solid 1px #cd962a;
  background-color: #fffedf;
}

.color-warning {
  background-color: #fffedf !important;
}

.system-status-counter--warning .system-status-counter__title-count,
.color-warning,
.color-warning .description {
  color: #cd962a !important;
}

.system-status-report__requirements-group-warning h3,
.system-status-report__requirements-group-checked h3 {
  color: #ffffff !important;
}

.system-status-report__requirements-group-warning h3 {
  background-color: #cd962a;
}

.system-status-report__entry--warning {
  background-color: #fffedf;
}

.system-status-report__requirements-group-checked h3 {
  background-color: #89b05c;
}

.system-status-report__entry--checked {
  background-color: #e8fbd4;
}

.system-status-report .system-status-report__requirements-group-warning {
  border: solid 1px #cd962a !important;
}

.system-status-report .system-status-report__requirements-group-checked {
  border: solid 1px #89b05c !important;
}

.system-status-counter--checked {
  border: solid 1px #89b05c;
  background-color: #e8fbd4;
}

.system-status-counter--checked .system-status-counter__title-count,
.color-checked,
.color-checked .description {
  color: #89b05c;
}

.system-status-counter--warning .system-status-counter__title-count,
.color-warning,
.color-warning .description {
  color: #cd962a !important;
}

.system-status-counter__status-icon {
  box-shadow: unset !important;
  border-right: 0px !important;
  background-color: transparent !important;
}

.system-status-report__requirements-group {
  padding-top: 0px !important;
}

.dropbutton-widget {
  border-radius: 0px !important;
  border: none !important;
}

.dropbutton-toggle,
.dropbutton {
  background-color: #8f7247 !important;
}

.dropbutton-arrow {
  border-top-color: #ffffff !important;
}

.dropbutton-action a {
  color: #ffffff !important;
  background: #8f7247 !important;
}

.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-action a:hover {
  color: #8f7247 !important;
  background-color: #ffffff !important;
  border-color: #8f7247 !important;
  border: solid 1px;
}

.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover {
  color: #8f7247 !important;
  background-color: #ffffff !important;
  border-color: #8f7247 !important;
  border: solid 1px !important;
}

.js .adminimal .dropbutton-wrapper .dropbutton-widget .dropbutton-toggle button:hover .dropbutton-arrow {
  border-top-color: #8f7247 !important;
}


.adminimal .button {
  border-radius: .21429em;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30) !important;
}

.adminimal thead th {
  color: #8f7247;
  background-color: #e6dcce!important;
}

th a,
th a:hover {
  color: #8f7247 !important;
}


.adminimal .messages--status {
  background-color: #3d870533 !important;
  color: #3D8705 !important;
  border: solid 1px #3D8705 !important;
}

.adminimal .messages--warning {
  background-color: rgba(226, 151, 0, 0.1) !important;
  color: #e29700 !important;
  border: solid 1px #e29700 !important;
}


input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=checkbox].error:checked,
input[type=checkbox].error:focus:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked,
input[type=radio].error:checked,
input[type=radio].error:focus:checked {
  background: #8f7247 !important;
  box-shadow: inset 0 0 0 3px #fff;
}

.adminimal .ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  background: #3D8705 !important;
}

.ui-widget-overlay {
  opacity: 0.7;
  filter: alpha(Opacity=60);
  background: #8f7247 !important;
}

.messages-bulk-close-button{
  position: relative;
  margin-top: -18px;
  display: inline-block;
  background: white;
  padding: 5px;
  padding-right: 15px;
  cursor: pointer;
  background: white;
  border-radius: 99px;
  color: #8f7247;
}

.messages-bulk-close-button .fa-times-circle{
  top: 5px;
  right: -10px;
  position: absolute;
  background: white;
}

.messages-container{
  width:100%;
  border: dotted 1px #8f7247;
}

.message-close-button{
  float: right;
  margin-top: -22px;
  margin-right: -24px;
  cursor: pointer;
  background: white;
  border-radius: 99px;
}

.close-all-container{
  width: 100%;
  text-align: right;
  margin-top: -13px;
}

.messages-list{
  padding:15px;
}

.progress__bar {
  border: 1px #3D8705 solid!important;
  background: #3D8705!important;
  background-image: none!important;
  background-size: 40px 40px !important;
}

#field-display-overview tr.field-plugin-settings-editing{
  background-color: #e6dcce;
}


fieldset{
  border-color: #8f7247;
}

.form-item .description{
  color: #3D8705;
}

.entity-browser .wax-adminimal-brand-logo-wrapper{
  display:none!important;
}

.chosen-container-single .chosen-single {
  border-radius: .21429em!important;
  border:solid 1px #8f7247;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #ffffff), color-stop(52%, #eee), to(#e6dcce))!important;
  background: linear-gradient(#fff 20%, #ffffff 50%, #eee 52%, #e6dcce 100%)!important;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #e6dcce inset, 0 1px 1px rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 0 3px #e6dcce inset, 0 1px 1px rgba(0, 0, 0, 0.1)!important;
}

.adminimal-admin-toolbar .system-themes-admin-form .seven-details,
.adminimal-admin-toolbar .form-wrapper, .adminimal-admin-toolbar .seven-details {
 border-color: #8f7247 !important;
}

.adminimal div.cke.cke_browser_webkit{
  border:solid 1px #8f7247!important;
}

.adminimal div .cke_top{
  background-color: #e6dcce;
}

.adminimal .is-horizontal .tabs.secondary .tabs__tab.is-active {
  border-bottom-color: #3D8705;
}

.is-horizontal .tabs.secondary .tabs__tab:hover, .is-horizontal .tabs.secondary .tabs__tab:focus {
  border-bottom-color: #3D8705;
}

tbody tr:hover, tbody tr:focus {
  background: #8f72471c;
}

.adminimal-admin-toolbar td .system-themes-admin-form .seven-details,
.adminimal-admin-toolbar td .form-wrapper,
.adminimal-admin-toolbar td .seven-details{
  background-color: transparent!important;
}

.adminimal .button.preview-front-engin-render{
  background-color: #167685;
  border: 2px solid #167685;
  color: #ffffff;
}

.adminimal .button.preview-front-engin-render:hover{
  background-color: #ffffff;
  border: 2px solid #167685;
  color: #167685;
}

.adminimal .ief-entity-operations [id*=duplicate]{
  background-color: #167685;
  border: 2px solid #167685;
  color: #ffffff;
}

.adminimal .ief-entity-operations [id*=duplicate]:hover{
  background-color: #FFFFFF;
  border: 2px solid #167685;
  color: #167685;
  text-decoration: none;
}

.adminimal .ief-entity-operations [id*=remove],
.adminimal .button--danger{
  background-color: #dd3232;
  border: 2px solid #dd3232;
  color: #ffffff;
}

.adminimal .ief-entity-operations [id*=remove]:hover,
.adminimal .button--danger:hover{
  background-color: #FFFFFF;
  border: 2px solid #dd3232;
  color: #dd3232;
  text-decoration: none;
}

.adminimal .messages--error {
  border-color: #e32700!important;
  background-color: #fbe5e0!important;
  border: solid 1px #e32700!important;
}
