/* 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;
}

/* 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;
}

/* Generate Page Styles */
.generateContainer {
  padding-bottom: 150px;
}
.generateHeader {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 900;
}
.generateTitle {
  font-family: 'GothamBlack' !important;
  font-size: 40px;
  line-height: 40px;
  color: #333333;
  text-transform: uppercase;
}
.promptRow {
  padding-left: 6%;
  padding-right: 6%;
}
.illustrationStyleRow {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.illustrationStyleCard {
  display: flex;
  flex-direction: column;
  margin-right: 2%;
  margin-bottom: 2%;
  cursor: pointer;
}
.illustrationStyleWrapper {
  width: 150px;
  height:150px;
  border: 4px solid #ebebeb;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.illustrationStyleImage {
  height: 100%;
}
.styleLabel {
  padding-top: 5px;
  font-weight: 100;
  text-align: center;
  font-size: 18px;
}
.illustrationStyleCard:hover .illustrationStyleWrapper {
  border-color: #00A887;
}
.active .illustrationStyleWrapper {
  border-color: #00A887;
}
.promptLabel {
  font-size: 18px;
  padding-bottom: 10px;
  color:#333;
  font-weight: 100;
}
.promptContainer {
  padding-top: 2%;
}
.generateContainer textarea {
  background-color: #ebebeb;
  border: 3px solid #ebebeb;
  border-radius: 4px;
  resize: none;
  height: 142px;
  width: 100%;
  color: #333333;
  font-size: 18px;
  font-weight: lighter;
  padding: 25px 30px;
  box-sizing: border-box;
}
.generateContainer textarea:focus {
  border-color: #00A887;
  outline: none;
}
.generateButtonContainer {
  display: flex;
  flex-direction: row;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}
.generateInstructionsWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 65%;
  padding-right: 5%;
}
.promptInstructionsText {
  text-align: justify;
  padding-bottom: 15px;
  color: #888888;
}
.promptInstructionsText strong {
  color: #333333;
}
.generateButtonWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 35%;
}
.sendRequestButton {

}
.generateProcessingContainer {
  width: 100%;
}
.generateProcessingText {
  color: #00A887;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
}
.generateModalBackground {
  background-color: rgba(0,0,0,0.2);
  position:fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;

}
.generateModal {
  background-color: #fff;
  margin:auto;
  width: 50%;
  margin-top: 8%;
}
.generateModalHeader {
  height: 40px;
  display: flex;
  flex-direction: row;
}
.generateHeaderTextColumn {
  flex-basis: 90%;
  display: flex;
  flex-direction: column;
}
.generateModalText {
  font-size: 14px;
  color: #888;
  text-align: left;
}
.generateHeaderCloseColumn {
  flex-basis: 36px;
  display: flex;
  flex-direction: column;
}
.generateModalClose {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding-top: 10px;
}
.generateModalClose:hover {
  opacity: 0.8;
}
.generateCloseImage {
  height: 18px;
  width: 18px;
  color: #a3a3a3;
  margin:auto;
}
.generateModalBody {
  padding-bottom: 40px;
}
.generateModalImageWrapper {
  max-width: 65%;
  margin: auto;
  display: block;
}
.generateModalImage {
  max-width: 100%;
  width: 100%;
}
.generateModalFooter {
  display:flex;
  flex-direction: row;
  padding-bottom: 20px;
}
.generateFooterCloseColumn {
  display:flex;
  flex-direction: column;
  flex-basis: 33%;
}
.generateFooterRedoColumn {
  display:flex;
  flex-direction: column;
  flex-basis: 33%;
}
.generateFooterUseColumn {
  display:flex;
  flex-direction: column;
  flex-basis: 33%;
}
.closeModalFooterButton {
  margin:auto;
}
.redoRequestButton {
  margin:auto;
}
.useModalFooterButton {
  margin:auto;
}
