.dualog-admin-container {
  background-color: lightslategray;
  position: fixed;
  height: 100%;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/background-scaled.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 100px 90px 100px;
  overflow-y: auto;
}
.dualog-full-container {
  background-color: lightslategray;
  position: fixed;
  height: 100%;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/background-scaled.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 60px 0 90px 0;
  overflow-y: auto;
}
.dualog-admin-title {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
}
.dualog-admin-actions-container {
  width: 600px;
}
.dualog-admin-card {
  background-color: #fff;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.dualog-admin-card-title {
  margin-left: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
}
.dualog-admin-line {
  height: 3px;
  background-color: #1a1a1a;
  width: 300px;
  display: block;
  margin-left: 200px;
  margin-bottom: 50px;
}
.dualog-admin-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 0 90px;
}
.dualog-admin-content-wrapper h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin-bottom: 30px;
  clear: both;
  padding-top: 60px;
}
.dualog-admin-card-title h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  margin-bottom: 0px;
  color: #1a1a1a;
}
.dualog-admin-card-title h2 {
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin-top: 0px;
  line-height: 1.4;
  color: #1a1a1a;
}
.dualog-admin-card-title a {
  font-size: 14px;
  padding-bottom: 30px;
  display: block;
}
.dualog-admin-link-button {
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  border: 0;
  padding: 0px 50px 0px 50px;
  background-color: #51C0B7;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 3.1;
  color: black;
}
.dualog-admin-link-button:hover {
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  border: 0;
  padding: 0px 50px 0px 50px;
  background-color: #51C0B7;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 3.1;
  color: black;
}
.dualog-admin-link-button span {
  margin-left: 5px;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
  height: 30px;
  display: inline-block;
}
.dualog-admin-camp-row {
  background-color: #f6f6f6;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
.dualog-admin-camp-row p {
  margin: 0;
  font-family: Roboto;
  font-size: 16px;
  margin-top: 0px;
}
.dualog-admin-actions-add-camp a {
  color: white;
  text-decoration: underline;
}
.dualog-admin-camp-list-container {
  width: 600px;
  margin-top: 20px;
}
.dualog-admin-box {
  width: 240px;
  height: 150px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  background-color: black;
  color: white;
  overflow: hidden;
}
.boat-out-of-service-card {
  width: 240px;
  height: 150px;
  display: inline-block;
  background-color: #efefef;
  color: black;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.dualog-admin-box h4 {
  padding: 10px;
  font-size: 20px;
}
.boat-out-of-service-card h4 {
  padding: 10px;
  font-size: 20px;
}
.dualog-admin-box-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.dualog-admin-box-add {
  width: 280px;
  height: 150px;
  float: left;
  background-color: #f6f6f6;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.dualog-admin-box-add h4 {
  padding: 50px;
  font-family: Roboto;
  font-size: 20px;
  color: black;
  text-align: center;
}
