.on {
  display:block;
}
.off {
  display:none;
}
#edit-preview {
  display: none;
}
#main-wrapper {
  padding: 0 16px;
}

.shadow-box {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 8%);
  margin-bottom: 12px;
}
.shadow-box .heading {
  background-color: #374049;
  background-color: rgba(55, 64, 73, 1);
  color: #fff;
  padding: 1em;
  font-family: Lato, sans-serif;
  font-weight: 500;
}
.shadow-box .heading a {
  color:#fff;
  border-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  font-size: 1.05em;
}
.shadow-box .content {
  border-top: 1px solid rgba(55, 64, 73, 0.05);
  padding: 20px;
}

.subheading {
  /*font-size: 1.1em;*/
  font-weight: bold;
}

section.row {
  display:flex;
  align-items:stretch;
  justify-content:space-evenly;
}
section.row .width20 {
  width: 20%;
}
section.row .width23 {
  width: 23%;
}
section.row .width25 {
  width: 25%;
}
@media (max-width: 800px) {
  section.row {
    flex-direction: column;
  }
  section.row .width20,
  section.row .width23,
  section.row .width25 {
    width: 100%;
  }
}


.headerbox-outer {
  border:1px solid #ddd;
  padding:8px;
  background-color: #fff;
}
.headerbox-inner {
  background-color: #ff9e00;
  padding:10px;
  text-align: center;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}
.flat-top {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top: 0;
  padding: 4px 12px;
}

/* COLORS */
.bg-blue-gradient {
  background-image: linear-gradient(#2C6FBF 25%,#143D8D 100%);
}

.bg-white {
  background-color: #fff;
}
.bg-trans-white-one {
  background-color: rgba(255,255,255,0.1);
}
.bg-trans-white-two {
  background-color: rgba(255,255,255,0.2);
}
.bg-trans-white-three {
  background-color: rgba(255,255,255,0.3);
}
.bg-trans-white-four {
  background-color: rgba(255,255,255,0.4);
}
.bg-trans-white-five {
  background-color: rgba(255,255,255,0.5);
}
.bg-trans-white-six {
  background-color: rgba(255,255,255,0.6);
}
.bg-trans-white-seven {
  background-color: rgba(255,255,255,0.7);
}
.bg-trans-white-eight {
  background-color: rgba(255,255,255,0.8);
}
.bg-trans-white-nine {
  background-color: rgba(255,255,255,0.9);
}

.bg-trans-black-one {
  background-color: rgba(0,0,0,0.1);
}
.bg-trans-black-two {
  background-color: rgba(0,0,0,0.2);
}
.bg-trans-black-three {
  background-color: rgba(0,0,0,0.3);
}
.bg-trans-black-four {
  background-color: rgba(0,0,0,0.4);
}
.bg-trans-black-five {
  background-color: rgba(0,0,0,0.5);
}
.bg-trans-black-six {
  background-color: rgba(0,0,0,0.6);
}
.bg-trans-black-seven {
  background-color: rgba(0,0,0,0.7);
}
.bg-trans-black-eight {
  background-color: rgba(0,0,0,0.8);
}
.bg-trans-black-nine {
  background-color: rgba(0,0,0,0.9);
}

.bg-data-blue {
  background-color: rgba(44,111,191,0.4);
  background-color: rgb(171,197,229);
}
.bg-menu-blue {
  background-color: rgba(20,60,141,0.1);
}
.bg-orange {
  background-color: #ff9e00;
}

.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.bottom-spacer12 {
  margin-bottom: 12px;
}
.bottom-spacer15 {
  margin-bottom: 15px;
}
.right-spacer8 {
  margin-right: 8px;
}
.right-spacer10 {
  margin-right: 10px;
}
.right-spacer15 {
  margin-right:  15px;
}

.cips-highlight {
  background-color: #FFB6C1;
}
.cips-button, .ui-dialog button.button {
  /*width: 260px;*/
  font-size: 1.1em;
  background-color: inherit;
  background-image: linear-gradient(#2C6FBF 25%,#143D8D 100%);
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.498039) 0 0 1px;
  color: #FFFFFF;
  font-family: Ubuntu,'Open Sans',sans-serif;
  padding: 3px 15px 6px;
  text-decoration: none;
  border: 0;
}
.cips-button:hover, .cips-button-flat:hover {
  color:#fc8300;
}
.cips-button-flat {
  background-color: #2C6FC2;
  color:#fff;
  border-bottom:0;
  padding:6px 8px;
  display:inline-block;
}
.cips-modal-background {
  background-color: rgba(0,0,0,0.7);
  position:absolute;
  width:600px;
  height:600px;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:fixed;
}
.cips-modal {
  width:400px;
  height:300px;
  margin:0 auto;
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-150px;
  margin-top:-150px;
  background-color: #fff;
  padding:10px;
  box-shadow:3px 3px 6px rgba(0,0,0,0.2);
}
.cips-modal-warning {
  width:350px;
  height:100px;
  margin:0 auto;
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-150px;
  margin-top:-50px;
  background-color: #fff;
  padding:10px;
  box-shadow:3px 3px 6px rgba(0,0,0,0.2);
  text-align: center;
  border-radius:6px;
}
.ui-dialog .ui-dialog-title {
  font-size:1.3em;
}
.admin-only {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 5px solid rgba(0,0,0,0.15);
}