.regUsersActions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#news_item_content, #case_study_content {
  min-height: 400px;
}

.littleFix {
  padding: 0;
}

.checks {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.checks .form-group {
  margin: 0;
}

.form-control#registered_user_password {
  background: none !important;
  padding: 0;
}
.form-control label {
  font-family: "Poppins", sans-serif;
  padding: 0;
  font-size: 0.95rem;
  color: #626262;
  display: inline-block;
  margin: 0 0 0.5rem;
  text-transform: capitalize;
}
.form-control input {
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
}
.form-control div {
  margin-bottom: 1.4rem;
}
.form-control div:first-child label {
  display: none;
}
#userMessage {
  font-size: 0.9em;
  color: red;
  text-transform: capitalize;
}

.content-wrapper.full-width {
  margin-left: 0;
}
.content-wrapper .form-errors ul {
  padding-left: 0;
  margin-left: 0;
}
.content-wrapper .form-errors ul li {
  list-style: none;
  color: red;
  font-weight: bold;
}
.content-wrapper .req {
  color: red;
  font-weight: bold;
}
.content-wrapper .modal .form-group label,
.content-wrapper .modal-card .form-group label {
  display: block;
  font-weight: bold;
}
.content-wrapper .modal a,
.content-wrapper .modal-card a {
  color: #f27f36;
}
.content-wrapper .modal a:hover,
.content-wrapper .modal-card a:hover {
  color: #efac81;
}
.content-wrapper table.table a {
  color: #f27f36;
}
.content-wrapper table.table a:hover {
  color: #efac81;
}
.content-wrapper .pagination .page-item.active .page-link {
  background: #f27f36;
  border-color: #f27f36;
}
.content-wrapper .btn.btn-primary {
  background-color: #f27f36;
  border-color: #efac81;
}
.content-wrapper .btn.btn-primary:hover, .content-wrapper .btn.btn-primary:active, .content-wrapper .btn.btn-primary:focus {
  background-color: #efac81;
  border-color: #f27f36;
}
.content-wrapper .button.black:hover, .content-wrapper .button.black:active, .content-wrapper .button.black:focus {
  background-color: #f27f36;
  border-color: #efac81;
}
.content-wrapper .deleteRow.hidden {
  display: none;
}

.hidden {
  display: none;
}

.mce-content-body a {
  color: var(--orange);
}
.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4 {
  text-transform: uppercase;
  border-bottom: 4px solid var(--orange);
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.mce-content-body h5, .mce-content-body h6 {
  text-transform: none;
  color: var(--orange);
  font-family: var(--robotoRegular);
  margin-top: 10px;
  margin-bottom: 10px;
}

.sectionWrapper {
  background-color: var(--white);
  padding: 10px;
}
.sectionWrapper .imageWrapper img {
  display: block;
  margin: auto;
}
.sectionWrapper .imageWrapper.imageBackdrop {
  background-color: var(--lightGrey);
  width: auto;
}
.sectionWrapper .imageWrapper .square {
  width: 50%;
}
.sectionWrapper .imageWrapper.imageBackdrop:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sectionWrapper .titleWrapper p {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}
.sectionWrapper .linkWrapper a {
  display: inline-flex;
  background-color: var(--orange);
  text-transform: uppercase;
  font-family: var(--boxedSemiBold);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}
.sectionWrapper .linkWrapper a:hover {
  background-color: #df650b;
}
.sectionWrapper .linkWrapper a:active {
  background-color: #c65a0a;
}
.sectionWrapper .itemWrapper {
  margin-bottom: 30px;
}

#currentImagesList {
  position: relative;
}
#currentImagesList .delIMG {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6em;
  margin: 10px;
  color: var(--orange);
}

.currentImageWrapper img {
  width: 100%;
}

#productAccessoryList .accessorItem, #productImagesList .accessorItem, #productResourcesList .accessorItem, #currentResourcesList .accessorItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
#productAccessoryList .accessorItem .custom-file-preview, #productImagesList .accessorItem .custom-file-preview, #productResourcesList .accessorItem .custom-file-preview, #currentResourcesList .accessorItem .custom-file-preview {
  margin-bottom: 20px;
}
#productAccessoryList .accessorItem .custom-file-preview img, #productImagesList .accessorItem .custom-file-preview img, #productResourcesList .accessorItem .custom-file-preview img, #currentResourcesList .accessorItem .custom-file-preview img {
  width: 100%;
}
#productAccessoryList .accessorItem .deleteCurrentResourcesRow, #productImagesList .accessorItem .deleteCurrentResourcesRow, #productResourcesList .accessorItem .deleteCurrentResourcesRow, #currentResourcesList .accessorItem .deleteCurrentResourcesRow {
  position: absolute;
  top: 0;
  right: 0;
}
#productAccessoryList .accessorItem i, #productImagesList .accessorItem i, #productResourcesList .accessorItem i, #currentResourcesList .accessorItem i {
  font-size: 10em;
  color: var(--orange);
}
#productAccessoryList .accessorItem input[type=file], #productImagesList .accessorItem input[type=file], #productResourcesList .accessorItem input[type=file], #currentResourcesList .accessorItem input[type=file] {
  margin-bottom: 5px;
}
#productAccessoryList .accessorItem select, #productImagesList .accessorItem select, #productResourcesList .accessorItem select, #currentResourcesList .accessorItem select {
  display: inline-block;
}
#productAccessoryList .accessorItem span, #productImagesList .accessorItem span, #productResourcesList .accessorItem span, #currentResourcesList .accessorItem span {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 1.3em;
  color: #F47F29;
  position: absolute;
  top: 6px;
  right: -3px;
  z-index: 999;
}
#productAccessoryList a, #productImagesList a, #productResourcesList a, #currentResourcesList a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 1.3em;
  color: #F47F29;
}

#packing_dispatch_form_signature,
#battery_assembly_form_signature,
.signatureInput {
  font-family: "Dancing Script", cursive;
  font-size: 4em;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 0;
}

form .form-group label {
  font-weight: bold;
}

.packagingListInput table td {
  border: 1px solid #eeeeee;
  padding: 10px;
  vertical-align: middle;
}
.packagingListInput table td label {
  margin: 0;
  font-weight: 400;
}
.packagingListInput table td.firstCol {
  padding-right: 10px;
}

#battery_assembly_form_markings table td {
  border: 1px solid #eeeeee;
  padding: 10px;
  vertical-align: middle;
}
#battery_assembly_form_markings table td label {
  margin: 0;
  font-weight: 400;
}
#battery_assembly_form_markings table td.firstCol {
  padding-right: 10px;
}

#battery_assembly_form_visualCellInspectionPassed ul,
#battery_assembly_form_confirmTypeMolicellPassed ul {
  padding-left: 0;
}
#battery_assembly_form_visualCellInspectionPassed ul li,
#battery_assembly_form_confirmTypeMolicellPassed ul li {
  padding-left: 0;
  list-style: none;
}
#battery_assembly_form_visualCellInspectionPassed ul li input[type=radio],
#battery_assembly_form_confirmTypeMolicellPassed ul li input[type=radio] {
  margin-right: 10px;
}

.btn-full-height {
  height: 100%;
}

.orange-text {
  color: #f27f36;
}

#currentResourcesList {
  position: relative;
  display: none;
}

/*# sourceMappingURL=cordex.css.map */
