/*CSS for specific admin screens here*/
.adminWrapper {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  min-width: 960px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 0px;
  padding: 10px 10px 0px 10px;
}
/* admin pages that have a tab group as their main UI */
body.adminPageWithTabs {
  min-height: 0px !important;
  overflow: hidden;
}
body.adminPageWithTabs .adminWrapper {
  background: #FAFAFA;
  border-top: none;
  position: relative;
}
body.adminPageWithTabs .adminWrapper .AESTabs {
  position: absolute;
  height: 100%;
  width: 100%;
}
#adminMasterChildMaster {
  position: absolute;
  width: 100%;
  height: 100%;
}
#adminMasterChildChild {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
}
#adminNavBar .selected a,
#adminNavBarSetup .selected a {
  font-weight: bold;
}
#adminNavBar .adminNav li:hover a,
#adminNavBarSetup .adminNav li:hover a {
  color: #87A6D4;
}
#adminNavBar ul,
#adminNavBarSetup ul {
  margin-top: 0px;
  margin-left: 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input.date {
  font-size: 1.2em;
}
ul#adminNavSetup {
  padding: 0px;
  height: 73px;
  display: flex;
}
ul#adminNavSetup li {
  list-style-type: none;
  margin: 0px;
  display: flex;
  flex: 1 1 0px;
}
ul#adminNavSetup li {
  height: 73px;
}
ul#adminNavSetup li div.chev_first,
ul#adminNavSetup li div.chev_last,
ul#adminNavSetup li div.chev_arrow {
  flex: 0 0 15px;
  background-size: cover;
}
ul#adminNavSetup li div.chev {
  flex: 1 1 0px;
  padding-left: 5px;
  padding-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: -1px -1px 0px #666666;
  text-align: center;
  font-weight: bold;
  color: white;
  background-size: cover;
  background-position-x: center;
  background-image: url("../images/wizard/chev_future.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li div.chev {
    background-image: url("../images/wizard/chev_future2x.png");
  }
}
ul#adminNavSetup li div.chev_first {
  background-image: url("../images/wizard/chev_start_cap.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li div.chev_first {
    background-image: url("../images/wizard/chev_start_cap2x.png");
  }
}
ul#adminNavSetup li div.chev_last {
  background-image: url("../images/wizard/chev_end_cap.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li div.chev_last {
    background-image: url("../images/wizard/chev_end_cap2x.png");
  }
}
ul#adminNavSetup li div.chev_arrow {
  background-image: url("../images/wizard/chev_arrow_future.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li div.chev_arrow {
    background-image: url("../images/wizard/chev_arrow_future2x.png");
  }
}
ul#adminNavSetup li.selected div.chev {
  background-image: url("../images/wizard/chev_current.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li.selected div.chev {
    background-image: url("../images/wizard/chev_current2x.png");
  }
}
ul#adminNavSetup li.selected div.chev_arrow {
  background-image: url("../images/wizard/chev_arrow_current.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li.selected div.chev_arrow {
    background-image: url("../images/wizard/chev_arrow_current2x.png");
  }
}
ul#adminNavSetup li.selected div.chev_last {
  background-image: url("../images/wizard/chev_end_cap_done.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li.selected div.chev_last {
    background-image: url("../images/wizard/chev_end_cap_done2x.png");
  }
}
ul#adminNavSetup li.stepComplete div.chev {
  background-image: url("../images/wizard/chev_done.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li.stepComplete div.chev {
    background-image: url("../images/wizard/chev_done2x.png");
  }
}
ul#adminNavSetup li.stepComplete div.chev_arrow {
  background-image: url("../images/wizard/chev_arrow_done.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
  ul#adminNavSetup li.stepComplete div.chev_arrow {
    background-image: url("../images/wizard/chev_arrow_done2x.png");
  }
}
ul#adminNavSetup li.stepComplete span {
  position: relative;
  top: -15px;
}
div#wizard_pointer {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 1px;
  background: url("../images/wizard/wizard_pointer.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.settingsBlock {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 10px 0px;
}
.settingsBlock h3,
.settingsBlock p {
  margin: 0px 10px;
}
.form#addSidOverlay .server-toolbar {
  margin-bottom: 0px;
}
.addForm {
  height: 60px;
  clear: left;
}
#adminChildPanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#detailPanelSideTabRegion {
  padding: 10px;
  flex: 1 0 auto;
  display: flex;
}
#adminChildPanel ul#userTabContent {
  border: solid 1px #cccccc;
  background: #FFFFFF;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
#userTabContent > li {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
#userTabContentForm {
  flex: 1 0 auto;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
ul#userTabs,
ul#userTabContent,
ul#contextButtons {
  margin: 0px;
  padding: 0px;
}
ul#userTabs {
  border-top: solid 1px #cccccc;
}
ul#userTabs li {
  float: left;
  clear: left;
  cursor: pointer;
  border: solid 1px #cccccc;
  border-top: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
  width: 190px;
  z-index: 0;
  background: white;
  list-style-type: none;
  display: block;
}
ul#userTabs li:hover {
  background: #f5f5f5;
}
ul#userTabs li.selected {
  background: #47afeb;
  color: white;
}
ul#contextButtons {
  position: absolute;
  right: 0px;
  top: 10px;
}
ul#contextButtons li {
  list-style-type: none;
  display: block;
}
.sidHelpText {
  float: left;
  width: 500px;
  text-shadow: 1px 1px 0px white;
  padding: 15px 10px 0px 0px;
  text-align: right;
}
.masterChildChildTable th {
  background: none;
  filter: none;
  padding: 10px;
  text-align: left;
  border: 0px;
  height: 20px;
}
.helpBox .nameVal .nameValDescription {
  padding-left: 25px;
}
.warnAsterisk {
  color: #b50000;
  font-weight: bold;
}
.fullHeight {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
@keyframes pulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.jobStateRow {
  display: flex;
}
.jobStateRow .miniButton {
  margin-left: 10px;
}
.job-state {
  display: flex;
  align-items: center;
}
.job-state::before {
  content: " ";
  background-color: #999999;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-right: 4px;
}
.job-state.job-state-running {
  animation: pulse 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.job-state.job-state-done::before {
  background-color: #71c163;
}
.job-state.job-state-error::before {
  background-color: #f2594b;
}
/* Overrides for Kendo */
.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  border: none;
}
.k-grid {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
}
.k-grid-header,
.k-grouping-header,
.k-grid-pager {
  flex: 0 0 auto;
}
.k-grid-content {
  flex: 1 1 0px;
}
.subheadingWrapper > div {
  font-weight: 300;
  color: #000000;
  font-size: 1.4em;
  padding-bottom: 5px;
}
.subheadingWrapper > div.underline {
  border-bottom: solid 1px #bbbbbb;
}
.subheadingWrapper > p {
  margin: 0px;
}
.subheadingWrapper.bottomSpace {
  margin-bottom: 20px;
}
