

.form-box {
  position: relative;
  float: left;
  width: 600px;
  height: auto;
  top: 0;
  left: calc(50% - 300px);
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  overflow: hidden;
}
.form-box.expanded {
  width: 1040px;
  left: calc(50% - 520px);
}
.button-box {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
.button-box .formSwitch {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: var(--metal);
  cursor: pointer;
}
.button-box .formSwitch:hover {

}
.button-box .formSwitch.active {
  background: white;
}
.button-box .formSwitch p {
  line-height: 40px;
  font-size: 12px;
  color: var(--darkmetal);
  text-transform: uppercase;
}
.button-box .formSwitch.active p {
  font-weight: bold;
  color: var(--darkblue);
}
.form-container {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
form {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
form fieldset {
  position: relative;
  float: left;
  width: calc(100% - 160px);
  height: auto;
  top: 0;
  left: 0;
  padding: 40px;
  padding-left: 80px;
  padding-right: 80px;
}
@media all and (max-width: 1040px){
  .form-box.expanded {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 720px){
  .form-box {
    width: 100%;
    left: 0;
  }
}




/* INPUT CONTAINERS */
.inputContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-height: 32px;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
.inputContainer.nbm {
  margin-bottom: 3px;
}
.inputContainer.nbm2 {
  margin-bottom: 10px;
}
.inputContainer.half {
  width: 50%;
}
.inputContainer.third {
  width: 30%;
}
.inputContainer.quarter {
  width: 25%;
}
.inputContainer.twothirds {
  width: 70%;
}
.inputContainer.button {
  max-height: 40px;
  margin-bottom: 0;
}
.inputContainer.fixedheight {
  height: 32px;
  margin-bottom: 14px;
}
.inputContainer.checkbox {
  margin-bottom: 6px;
}
.inputContainer.additional {
  display: none;
}
.inputContainer.additional.show {
  display: block;
}
.inputContainer.additional.dramatype, .inputContainer.additional.dramagenre,
.inputContainer.additional.litother {
  margin-bottom: 8px;
  margin-top: 18px;
}
.inputContainer .icon {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inputContainer .icon.user {
  background-image: url('../img/icons/person@2x.png');
}
.inputContainer .icon.pw {
  background-image: url('../img/icons/login-2@2x.png');
}
.inputContainer .icon.cin {
  background-image: url('../img/icons/human-resources@2x.png');
}
.inputContainer .icon.email {
  background-image: url('../img/icons/contact-us@2x.png');
}
.inputContainer .icon.address {
  background-image: url('../img/icons/address-2@2x.png');
}
.inputContainer .icon.globe {
  background-image: url('../img/icons/earth@2x.png');
}
.inputContainer .icon.dob {
  background-image: url('../img/icons/bakery@2x.png');
}
.inputContainer .icon.phone {
  background-image: url('../img/icons/group-9@3x.png');
}
.inputContainer .icon.mobile {
  background-image: url('../img/icons/telephone-1@2x.png');
}
.inputContainer .icon.bank {
  background-image: url('../img/icons/bank-1@2x.png');
}
.inputContainer .icon.creditcard {
  background-image: url('../img/icons/bank-account@2x.png');
}
.inputContainer .icon.record {
  background-image: url('../img/icons/song@2x.png');
}
.inputContainer.button .icon {
  display: none;
}
.choiceBox {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
.choiceBox.nbm {
  margin-bottom: 3px;
}
.choiceBox.nbm.mside {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.inputGroup {
  position: relative;
  float: left;
  width: calc(100% - 24px);
  height: auto;
  top: 0;
  left: 0;
  padding: 10px;
  padding-top: 36px;
  border: 2px solid var(--metal);
  border-radius: 4px;
  transition: .2s linear all;
  margin-bottom: 18px;
  background: rgb(253,253,253);
}
.inputGroup.sp {
  padding: 6px;
  width: calc(100% - 16px);
}
.inputGroup:hover {
    border-color: var(--blue);
}



/* LINKS */
form a {
  font-size: 12px;
  line-height: 13px;
  color: var(--darkblue);
  font-weight: bold;
  text-decoration: underline;
}



.formDivider {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-bottom: 14px;
}



/* LABELS */
.inputContainer label {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 100%;
  left: 42px;
  color: var(--darkblue);
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
}
.inputContainer label.checkbox {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  color: var(--darkblue);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-top: 3px;
}
.inputContainer.noicon label {
  left: 10px;
}
.inputContainer label .smaller {
  font-size: 11px !important;
}



/* BUTTONS */
button:disabled {
  background: var(--lightmetal) !important;
  cursor: default;
  transition: .2s linear all;
}
button:disabled p {
  color: var(--darkmetal)
}
.inputContainer.button button {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  border: none;
  text-align: center;
  cursor: pointer;
}
.inputContainer.button button:hover {
  background: var(--blue);
  background: linear-gradient(90deg, var(--blue) 0%, var(--darkblue) 100%);
}
.inputContainer.button * {
  font-family: 'Catamaran-Bold', sans-serif !important;
  font-weight: bold !important;
}
.inputContainer.button button p {
  line-height: 40px;
}
.inputContainer.button.register button {
  width: 50%;
}
.openDeclarationButton {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
}
.openDeclarationButton i {
  position: relative;
  top: 5px;
}


/* TEXT INPUTS */
input {
  position: relative;
  float: left;
  width: calc(100% - 20px); /* Base width */
  height: auto;
  font-size: 13px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-bottom: 1px solid var(--metal);
  background: none;
}
input::placeholder {
  color: var(--darkmetal);
}
input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
}
.inputContainer input {
  width: calc(100% - 62px);
  margin-left: 10px;
  line-height: 32px;
}
.inputContainer.noicon input {
  width: calc(100% - 40px);
}
input.search {
  width: 240px; /* Base width */
  height: auto;
  font-size: 12px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 17px;
  border: none;
  background: none;
  background: var(--metal);
}




/* DROPDOWN SELECT MENUS */
select {
  position: relative;
  width: 100%; /* Base width */
  height: auto;
  font-size: 13px;
  line-height: 16px;
  padding-left: 6px;
  margin-left: 10px;
  padding-right: 10px;
  border-radius: 17px;
  border: none;
  background: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid var(--metal);
  line-height: 22px;
  height: 33px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
}
.inputContainer select {
  width: calc(100% - 42px);
}
.inputContainer.noicon select {
  width: calc(100% - 20px);
}


/* TEXTAREA */
textarea {
  position: relative;
  float: left;
  width: calc(100% - 20px); /* Base width */
  height: 100%;
  font-size: 13px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  background: white;
  resize: none;
}




/* CHECKBOX */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 2px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}



/* File input styling */
input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fileInputLabel {
  position: absolute;
  width: calc(100% - 28px) !important;
  height: auto;
  padding: 5px;
  padding-left: 14px;
  padding-right: 14px;
  top: 0;
  left: 0px !important;
  cursor: pointer;
  background-color: var(--lightmetal);
  font-size: 13.2px !important;
  line-height: 24px !important;
  height: 24px !important;
  border-radius: 20px;
  border: 2px dashed var(--darkmetal);
  overflow: hidden;
  color: var(--darkmetal) !important;
}
.fileInputLabel.profilepic {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  padding: 0;
  background-color: none;
  overflow: hidden;
  border: none;
}
@media all and (max-width: 520px){
  .fileInputLabel.profilepic {
    left: calc(50% - 50px) !important;
  }
}
.fileInputLabel.profilepic img {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  object-fit: cover;
}
.fileInputLabel.profilepic .addIcon {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fileInputLabel.fileUploaded {
  background: var(--darkestblue);
  background: linear-gradient(90deg, var(--darkblue) 0%, var(--darkestblue) 100%);
  color: white !important;
  border: none;
  font-weight: bold;
  line-height: 28px !important;
  height: 28px !important;
}
.deleteFile {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 6px;
  top: 3px;
  text-align: center;
  cursor: pointer;
  display: block;
}
fieldset:disabled .deleteFile {
  display: none;
}
.deleteFile p {
  transition: .2s linear all;
}
.deleteFile p i {
  font-size: 22px;
  line-height: 30px;
}
.deleteFile:hover > p {
  color: white;
}





/* REGISTRATION / MULTI-STEP FORM */
form#register {
  overflow: hidden;
}
form .slidecontainer {
  position: relative;
  float: left;
  width: 300%;
  height: auto;
  top: 0;
  left: 0;
  transition: .2s linear all;
}
form .slide {
  position: relative;
  float: left;
  width: calc((100% / 3) - 160px);
  height: auto;
  top: 0;
  left: 0;
  padding: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.circles {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  margin-bottom: 20px;
}
.circles .circle {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  margin: 5px;
  border-radius: 50%;
  background: var(--lightmetal);
}
.circles .circle.active {
  background: var(--darkmetal);
}
.regtype {
  position: relative;
  float: left;
  width: calc(100% - 44px);
  height: auto;
  padding: 20px;
  top: 0;
  left: 0;
  text-align: center;
  border: 2px solid var(--xlightgray);
  background: var(--xlightgray);
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: .2s linear all;
}
.regtype:hover {
  background: var(--xlightgray);
  border-color: var(--blue);
}
.regtype.active {
  background: var(--lightmetal);
  border-color: var(--blue);
}
.regtype img {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  margin-left: calc(50% - 20px);
  margin-right: calc(50% - 20px);
  margin-bottom: 20px;
  margin-top: 10px;
}
.regtype img.bigger {
  width: 60px;
  height: 60px;
  margin-left: calc(50% - 30px);
  margin-right: calc(50% - 30px);
  margin-bottom: 10px;
  margin-top: 0;
}
.regtype p {
  font-size: 13px;
}










.doclist {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  border-radius: 4px;
  border-bottom: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.doclistheader {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}
.doclistheader p {
  font-size: 13px;
  line-height: 20px;
}
.doclist .doc {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: auto;
  top: 0;
  left: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.doclist .doc.clickable {
  cursor: pointer;
  background: var(--xlightmetal);
  transition: .2s linear all;
}
.doclist .doc.clickable:hover {
  background: var(--lightmetal);
}
.doclist .doc.third {
  padding: 10px;
  width: calc((100% / 3) - 20px);
}
.doclist .doc.third.active {
  background-color: var(--metal) !important;
}
.doclist .doc.third.active * {
  background-color: var(--white) !important;
}
.doclist .doc .docicon {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doclist .doc.third .docicon {
  width: 100%;
  background-size: 40px 40px;
  background-position: center;
  opacity: 0.5;
  transition: .2s linear all;
}
.doclist .doc.third.active .docicon {
  opacity: 1;
}
.doclist .doc .docicon.musical {
  background-image: url('../img/icons/song@2x.png');
}
.doclist .doc .docicon.drama {
  background-image: url('../img/icons/drama@2x.png');
}
.doclist .doc .docicon.lit {
  background-image: url('../img/icons/book-1@2x.png');
}
.doclist .doc .docdesc {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  height: auto;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.doclist .doc .docdesc p {
  font-size: 13px;
  line-height: 15px;
}
.doclist .doc.third .docdesc {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 8px;
}
.doclist .doc.third .docdesc p {
  font-size: 15px;
  line-height: 15px;
  color: var(--darkmetal);
}
.doclist .doc.third.active .docdesc p {
  color: var(--darkblue);
}
@media all and (max-width: 520px){
  .doclist .doc.third {
    width: calc(100% - 21px);
  }
  .doclist .doc.third .docicon {
    width: 40px;
    background-size: 40px 40px;
    background-position: right center;
  }
}








.mandatory {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
.mandatory.sp {
  margin-bottom: 16px;
}
.mandatory.sp2 {
  margin-bottom: 10px;
}
.mandatory p {
  font-size: 12px;
  line-height: 18px;
}
.formNotes {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
.formNotes.within {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px);
  margin-bottom: 8px;
}
.formNotes.highlights {
  width: calc(100% - 44px);
  padding: 20px;
  border: 2px solid var(--darkblue);
  background: var(--lightmetal);
  border-radius: 8px;
  margin-top: 20px;
}
.formNotes.within p {
  font-size: 13px;
  line-height: 13.5px;
}
.formNotes.within p.slightlybigger {
  font-size: 14.5px;
  line-height: 15px;
}






.personalBox {
  position: relative;
  float: left;
  width: calc(100% - 10px);
  height: auto;
  top: 0;
  left: 0;
  padding: 5px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.personalBox .left, .personalBox .right {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}
.personalBox .left {
  top: -14px;
}
.personalBox .right {
  position: relative;
  float: left;
  width: calc(100% - 110px);
  height: auto;
  top: 0;
  left: 0;
  margin-left: 10px;
}
@media all and (max-width: 520px){
  .personalBox .left, .personalBox .right {
    margin: 0;
    width: 100%;
  }
  .personalBox .left {
    margin-bottom: 20px;
  }
}




.fieldsetLeft, .fieldsetRight {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  top: 0;
  left: 0;
}
.fieldsetLeft {
  padding-right: 10px;
  width: calc(50% - 10px);
}
.fieldsetRight {
  margin-left: 10px;
  width: calc(50% - 10px);
}



.personBlock {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding-top: 20px;
}
.personBlock .inputContainer {
  margin-bottom: 10px;
}
.usertypeBlock {
  position: relative;
  float: left;
  width: calc(100% - 2px);
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 14px;
  background: var(--xlightgray);
  border: 1px solid var(--metal);
  border-radius: 4px;
}
.addNewPersonButton {
  position: absolute;
  width: auto;
  height: 20px;
  top: -4px;
  right: -4px;
  text-align: center;
  background: var(--darkblue);
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 50%;
  transition: .2s linear all;
}
.addNewPersonButton:hover {
  background: var(--blue);
}
.addNewPersonButton p, .addNewPersonButton p i {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: white;
}
.deletePerson {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -4px;
  top: 0;
  text-align: center;
  border-radius: 50%;
  background: var(--darkmetal);
  cursor: pointer;
  transition: .2s linear all;
}
.deletePerson i {
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.deletePerson:hover  {
  background: var(--darkestmetal);
}
.pushdown {
  margin-top: 12px;
}
.fileSecondaryLabel {
  position: relative;
  top: -20px;
}

.availability {
  position: absolute;
  width: auto;
  height: 13px;
  bottom: -7px;
  right: 0;
  background: var(--xlightgray);
  border: 1px solid red;
  border-radius: 4px;
  display: none;
}
.availability.show {
  display: block;
}
.availability.good {
  border-color: var(--blue);
}
.availability p {
  font-size: 11px !important;
  line-height: 13px !important;
  margin-left: 4px !important;
  margin-right: 4px !important;
  color: red !important;
}
.availability.good p {
  color: var(--blue) !important;
}



.totalShares {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: auto;
    top: 0;
    left: 0;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    background: var(--lightmetal);
}
.totalShares p {
    color: var(--darkestmetal);
    font-size: 15px;
    line-height: 17px;
}
.totalShares p b {
    color: var(--darkblue);
}
.filter {
  margin-bottom: 58px;
}
.filter .item{
  width: 200px;
  margin-right: 20px;
  margin-bottom: 16px;
  float: initial;
}
.filter .submit{
    background: #1d5cb3;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    border: none;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 0;
    cursor: pointer;
}
.filter .submit:hover{
  opacity: 0.8;
}

.warning-alert{
  margin: auto;
  max-width: 621px;
}
.warning-alert .alert{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  font-family: 'Catamaran', sans-serif;
}