/* Styles app components */

/* LOGIN SCREEN  */

#app.login__Wrapper p {
  font-family: "DIalternateBold";
}

#app.login__Wrapper a {
  font-family: "HelveticaNeueRegular";
}

#app.login__Wrapper input {
  font-family: "DIalternateBold";
  font-weight: 600;
}

.diemsMessageBox {
  width: 100%;
}

section.diemsMessageBox > div {
  box-shadow: none;
  background-color: #ffd3d9;
  border-radius: 4px;
  border: 2px solid #ff4567;
}

#app section[data-css="app-content"] > section[data-css="styled-wrapper"] {
  padding-bottom: 100px;
}

.centro_navigation > ul {
  padding-bottom: 50px;
}

/* USERS RESOURCE  */
.diemsUsers > .table__wrapper > table > tbody > tr > td:nth-child(6) > section > section {
  margin-bottom: 0;
}

.diemsUsers > .table__wrapper .adminjs_ButtonGroupItem > .adminjs_Icon > svg:hover  {
  cursor: pointer;
  fill: #000;
  color: #000;
  filter: invert(25%) sepia(16%) saturate(3700%) hue-rotate(324deg) brightness(108%) contrast(94%);
}

/* DRAWER  */
#drawerPortal {
  max-width: 500px;
  width: auto !important;
}

.diemsDrawer__content {
  overflow-x: hidden;
}
.diemsDrawer__content .adminjs_Label {
  margin-bottom: 17px;
  font-size: 20px;
}

.diemsDrawer__content .adminjs_Input {
  border-radius: 4px;
}

.diemsDrawer__content .adminjs_Select > div {
  border-radius: 4px;
}

.diemsDrawer__content .adminjs_Box button {
  border-radius: 0 4px 4px 0;
  height: 38px;
}

/* password input button  */
.diemsDrawer__content .adminjs_Box .adminjs_Text button {
  border-radius: 4px;
  color: #fff;
  background-color: #00A887;
  outline:none;
}
.diemsDrawer__content .adminjs_Box .adminjs_Text button:hover {
  background-color: #00CCA3;
}

/* SETTINGS RESOURCE  */

.diemsSettings__drawer {
  border-bottom: 1px solid #f6f7fb; /*grey20 */
}

form > .diemsSettings__drawer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.diemsSettings #name {
  border-radius: 4px;
  max-width: 470px;
  height: 69px;
}

/* space between uploaded images  */
form > section.diemsSettings__drawer > section:nth-child(3) {
  margin-right: 185px;
}

form > .diemsSettings__drawer > section:nth-child(2) > div > label {
  font-size: 25px;
  font-weight: 300;
  color: #000;
  margin-bottom: 17px;
}

/* dimes settings logo image upload   */
form > .diemsSettings__drawer > section:nth-child(2) {
  width: 100%;
}

/* CALENDAR  */
.diems__navigationElement a:first-child {
  padding: 4px 10px;
  background-color: #fff;
  border-top: 1px solid #9d9a9a;
  border-bottom: 1px solid #9d9a9a;
  margin-bottom: 20px;
}

.diems__navigationElement a:first-child > div {
  font-weight: bold;
  font-size: 18px;
  color: #959595;
}

.diems__navigationElement > section {
  padding-left: 10px;
}

/* CALENDAR SCHEDULE  */

.diemsDrawer__calendar .react-datepicker__navigation {
  height: 12px !important;
}

.diemsDrawer__calendar
  .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px !important;
}

.diemsDrawer__calendar .react-datepicker__input-time-container {
  display: none;
}

/* MEDIA  */
.diemsMedia .diemsDropDown {
  left: -175px;
  top: 33px;
}

/* SYSTEM CONTROLS  */
a[data-css="DirectoryItem-delete-button"].adminjs_DropDownItemAction, a[data-css="CollectionItem-delete-button"].adminjs_DropDownItemAction {
  color: #00A887;
}

.systemControls .diemsDropDown {
  left: -175px;
  top: 33px;
}

.systemControls .systemControls__grid .diemsDropDown {
  left: -130px;
  top: 33px;
}

/* LINE HEIGHT FIXES */

#app section[data-css*="filter-drawer-content"] button {
  line-height: 30px;
}

#app .adminjs_Button.adminjs_PaginationLink {
  line-height: 28px;
}
