body {
  margin: 0 !important;
  color: #6d6d88;
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body span,
body label,
body button,
body input,
body div {
  font-family: 'Roboto', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Oswald', sans-serif;
}
.template-button {
  background-color: #55a3b6;
  border-color: #55a3b6;
  border-radius: 0;
}
.passed-info {
  display: none;
}
.hidden-system-file {
  display: none;
}
.control-btn,
.control-btn span {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.hr-divide {
  border-color: #eaeaea;
}
.display-img {
  display: none;
}
.mobile-only {
  display: none;
}
.part-list {
  display: none;
}
.alert {
  color: white;
  background-color: #55a3b6;
  margin-left: 10px;
  margin-right: 10px;
}
.select-round {
  background: url(../img/dropdown2.png) no-repeat right;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-position-x: 151px;
}
img {
  max-width: 100%;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.preview-load {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 2;
  background-color: white;
  opacity: 0.8;
}
.wrapper {
  width: 100%;
  margin: auto;
  padding: 0;
}
.custom-hr {
  background-color: #aad1da;
  height: 80px;
  border: 0;
  width: 100%;
  overflow: hidden;
}
.top {
  margin-top: 10px;
  margin-bottom: 10px;
}
.top .title a {
  font-size: 55px;
  margin-left: 25px;
  color: black;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
}
.top .logo img {
  float: right;
  margin-right: 25px;
  width: 400px;
  max-width: 100%;
}
.footer {
  padding: 0;
}
.footer .upper {
  padding: 0 50px;
  margin-bottom: 25px;
}
.footer .upper .grant {
  margin-top: 20px;
  font-size: 16px;
}
.footer .upper .grant p {
  margin: 0;
}
.footer .upper .broad img {
  width: 210px;
  float: right;
}
.footer .lower {
  background-color: #f8f8f8;
  padding: 0 50px;
}
.footer .lower .footer-content {
  line-height: 40px;
}
.footer .lower .footer-content .content-left p {
  margin: 0;
}
.footer .lower .footer-content .content-right {
  text-align: right;
}
.login-section .heading h1 {
  text-align: center;
}
.login-section input {
  border-radius: 0px;
  border: 2px solid #55a3b6;
}
.login-section .login-btn {
  width: 49%;
  font-size: 16px;
  padding: 4px 12px;
}
.login-section .control-label {
  color: #828383;
  font-weight: lighter;
  font-size: 16px;
}
.main-content {
  padding: 0 50px;
}
.main-content .intro {
  font-size: 16px;
}
.main-content .intro p {
  margin-bottom: 20px;
}
.main-content .intro .points {
  padding-left: 15px;
}
.main-content .intro .points span {
  margin-bottom: 20px;
  display: inline-block;
}
.media-preview .parts {
  border: 1px solid #55a3b6;
  background-color: white;
  padding: 20px 0 20px 0;
  overflow: auto;
  border-bottom: 0;
}
.media-preview .parts .part-item {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 16px;
  padding: 5px 20px;
}
.media-preview .parts .part-item:hover {
  color: white;
  background-color: #55a3b6;
}
.media-preview .parts .part-item-selected {
  color: #55a3b6;
  font-weight: bold;
}
.media-preview .display {
  background-color: #efefef;
  padding: 20px 40px;
  height: 700px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.media-preview .display img {
  position: absolute;
  top: 50%;
}
.media-preview .controls {
  padding: 0;
}
.media-preview .controls .control-btn {
  text-align: center;
  width: 33.3%;
  border-radius: 0;
  border: 1px solid #55a3b6;
  background-color: white;
  color: black;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  float: left;
  cursor: pointer;
  text-transform: uppercase;
}
.media-preview .controls .active-section-btn,
.media-preview .controls .control-btn:hover {
  background-color: #55a3b6;
  color: white;
}
.selected-data {
  margin-bottom: 170px;
  padding: 0 15px;
}
.selected-data .text {
  font-size: 26px;
  margin-bottom: 15px;
}
.selected-data .controls {
  margin-bottom: 30px;
}
.selected-data .controls .control-btn {
  background-color: #55a3b6;
  color: white;
  margin-right: 15px;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 0 16px 0 13px;
  margin-bottom: 10px;
}
.selected-data .controls .control-btn span {
  font-size: 22px;
  margin-right: 10px;
}
.selected-data .controls .control-btn i {
  font-size: 20px;
}
.selected-data .controls .condition-btn {
  display: none;
}
.selected-data .files .file-item {
  color: #55a3b6;
  margin-bottom: 10px;
  cursor: pointer;
}
.selected-data .files .file-item span {
  font-size: 14px;
  margin-right: 20px;
}
.selected-data .files .file-item i {
  font-size: 18px;
  margin-right: 5px;
}
.dashboard {
  padding: 0 50px;
}
.dashboard .user {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.dashboard .user h1 {
  color: #373338;
  font-size: 30px;
}
.dashboard label {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.dashboard .upload-section {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dashboard .upload-section label {
  margin-bottom: 10px;
}
.dashboard .upload-section .field-section {
  padding: 0;
  margin-bottom: 10px;
}
.dashboard .upload-section .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
}
.dashboard .upload-section .file-btn {
  color: white;
  background-color: #55a3b6;
  font-size: 20px;
  border: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 20px 0 15px;
  display: inline-block;
}
.dashboard .upload-section .file-btn i {
  margin-left: 10px;
}
.dashboard .upload-section #fileDisplayArea {
  margin-top: 10px;
}
.dashboard .upload-section .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.dashboard .upload-section select {
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  width: 200px;
  border: 2px solid #55a3b6;
}
.dashboard .upload-section .template-button {
  margin-top: 40px;
  width: 40%;
  max-width: 135px;
  letter-spacing: 2px;
  font-size: 16px;
}
.dashboard .upload-section .template-button i {
  font-size: 20px;
}
.dashboard .upload-section button {
  margin-right: 12px;
}
.dashboard .system-files {
  margin-bottom: 250px;
}
.dashboard .system-files .system-file {
  padding: 0;
  line-height: 35px;
  font-size: 16px;
}
.dashboard .system-files .system-file .system-file-data {
  padding: 0;
}
.dashboard .system-files .system-file .system-file-data button {
  width: 46px;
  height: 20px;
  text-align: center;
  padding: 0;
  margin-right: 15px;
}
.dashboard .system-files form {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-only {
    display: inline-block;
    height: 25px;
  }
  .dashboard .upload-section .template-button {
    margin-top: 0;
    width: 200px;
    margin-top: 10px;
  }
  .system-files .system-file {
    margin-bottom: 25px;
  }
  .media-preview .display {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mobile-only {
    display: inline-block;
    height: 25px;
  }
  .top .title {
    text-align: center;
  }
  .top .title h1 {
    margin-left: 0;
  }
  .top .logo {
    text-align: center;
  }
  .top .logo img {
    float: none;
  }
  .footer .upper {
    padding: 0;
  }
  .footer .upper .grant {
    text-align: center;
  }
  .footer .upper .broad {
    text-align: center;
  }
  .footer .upper .broad img {
    float: none;
  }
  .footer .lower .footer-content .content-left {
    text-align: center;
  }
  .footer .lower .footer-content .content-left p {
    margin: 0;
  }
  .footer .lower .footer-content .content-right {
    text-align: center;
  }
  .media-preview .controls .control-btn {
    width: 100%;
  }
  .media-preview .display {
    height: 350px;
  }
  .dashboard .upload-section .template-button {
    margin-top: 0;
    width: 200px;
    margin-top: 10px;
  }
  .system-files .system-file {
    margin-bottom: 25px;
  }
}
