/** Style overrides for Shield */

/* Position the status property next to the actions button in the grid layout */
[data-css*="grid-wrapper"] [data-css*="edit-isActive"] {
  position: absolute;
  right: 50px;
  bottom: 10px;
}

[data-css*="grid-wrapper"] [data-css*="edit-isActive"] [class*="form-group__FormGroup"] {
  margin-bottom: 0px;
}

/* Add a minimum height to boxes in the grid wrapper. This helps to prevent text from overlapping the status component. */
[data-css*="grid-wrapper"] [class*="box__Box"] {
  min-height: 10px;
}

/* Remove bottom margin from status properties in list view. */
[data-css*="list-table-wrapper"] [data-css*="edit-isActive"] [class*="form-group__FormGroup"] {
  margin-bottom: 0px;
}

/* Add padding to bottom of groups list */
#app section[data-css="LockerGroup-list"] {
  padding-bottom: 150px;
}

#app .centro_drop-down__menu {
  min-width: 150px;
  left: 0;

}
#app .centro_drop-down__item {
  text-align: right;
  display: block;
  width: 100%;
}

.groupEditForm {
  position: relative;
}

.individualEditForm {
  position: relative;
}

.groupEditForm section[data-css="LockerGroup-edit-startDate"], .groupEditForm section[data-css="VolleyLockerGroup-edit-startDate"], .groupCreateForm section[data-css="LockerGroup-edit-startDate"], .groupCreateForm section[data-css="VolleyLockerGroup-edit-startDate"] {
  width: 49%;
  display: inline-block;
}

.groupEditForm section[data-css="LockerGroup-edit-endDate"], .groupEditForm section[data-css="VolleyLockerGroup-edit-endDate"], .groupCreateForm section[data-css="LockerGroup-edit-endDate"], .groupCreateForm section[data-css="VolleyLockerGroup-edit-endDate"] {
  width: 49%;
  display: inline-block;
  margin-left: 1.5%;
}

.groupEditFormcontent {
  max-width: 775px;
}

.individualEditFormcontent {
  width: 49%;
}

.editToggleWrapper {
  display:flex;
  flex-direction: row;
  padding-bottom: 25px;
}

.editToggleButton {
  font-family: "HelveticaNeueRegular";
  line-height: 43px;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background: #00A887;
  height: 44px;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #00A887;
  outline: 0;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
}
.editToggleButton:hover {
  background-color: #00CCA3;
  color: #fff;
  background: #00CCA3;
  border-color: #00CCA3;
}

.editToggleButton .pencilEditIcon {
  height: 25px;
  width: 25px;
  margin-top: 8px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

#app .drawerFooter .button[data-testid="button-save"] {
  margin-left: 40px;
}

/* Locker Controls */
.lockerControlsContainer {
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 35px;
  padding-bottom: 125px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 350px;
}
.lockerControlsHeader {
  padding-bottom: 25px;
}
#app .lockerControlsTitle {
  font-size: 20px;
  line-height: 35px;
  font-family: "GothamLight";
  font-weight: bold;
}
#app .lockerControlsTitle span {
  font-size: 16px;
  line-height: 35px;
  font-family: "GothamLight";
  font-weight: bold;
}
.lockerControlsBody {
  max-height: 700px;
  overflow-y: scroll;
}
#app .lockerControlsBodyLabel {
  font-size: 20px;
  line-height: 35px;
  font-family: "GothamLight";
  font-weight: bold;
}
.lockerCheckboxGroup {
  padding-top: 5px;
  display:block;
  min-height: 22px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.lockerCheckboxGroupLabel {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #454545;
  max-width:85%;
  vertical-align: top;
  margin-left: 25px;
  font-weight: 500;
  word-wrap: break-word;
}
.lockerGroupCheckbox {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #707070;
  height: 22px;
  width: 22px;
  margin: 0;
  accent-color: #00A887;
}

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

#app .groupNameSubtitle {
  /*padding-left: 15px;
  border-left: 5px solid #00A887;*/
  font-family: "GothamBlack";
  text-transform: uppercase;
  color: #14A887;
  font-size: 25px;
  line-height: 43px;
  margin-bottom: 5px;
  margin-right: 35px;
}
