h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.button_portal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-width: 80px;
  padding: 0px 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #387ca3;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.button_portal:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.button_portal.login {
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #387ca3;
  font-size: 20px;
}

.button_portal.sign {
  width: 100%;
  height: 50px;
  background-color: #55c39e;
  font-size: 20px;
}

.button_portal.sign.smaller_button {
  width: 70%;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.button_portal.soft {
  background-color: #eee;
  color: #4d4d4d;
}

.portal_column.sign_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 7px;
}

.portal_container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.portal_button_ico {
  margin-right: 5px;
  float: left;
}

.button_portal_secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-width: 80px;
  padding: 0px 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #2980b9;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.button_portal_secondary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.button_portal_secondary.large {
  height: 40px;
  min-width: 150px;
  border: 1px none #ccc;
  background-color: #387ca3;
  color: #fff;
  font-size: 16px;
}

.button_portal_secondary.large.soft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #eee;
  color: #4d4d4d;
}

.button_portal_secondary.large.soft._50_procent {
  width: 50%;
}

.button_portal_secondary.soft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #2980b9;
}

.input {
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}

.input::-webkit-input-placeholder {
  color: #aaa;
}

.input:-ms-input-placeholder {
  color: #aaa;
}

.input::-ms-input-placeholder {
  color: #aaa;
}

.input::placeholder {
  color: #aaa;
}

.input.error_input, .input_field.error_input {
  border-color: #e74c3c;
}

.input_field {
  height: 40px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.input_field::-webkit-input-placeholder {
  color: #aaa;
}

.input_field:-ms-input-placeholder {
  color: #aaa;
}

.input_field::-ms-input-placeholder {
  color: #aaa;
}

.input_field::placeholder {
  color: #aaa;
}

.input_field.text_area {
  width: 100%;
  height: auto;
  max-height: 120px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  margin-bottom: 0px;
}

.optional {
  font-size: 12px;
}

.loader_div {
  width: 100%;
  height: 16px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
}

.loader_file_size {
  margin-top: 5px;
  text-align: center;
}

.loader_div_inside {
  width: 60%;
  height: 16px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #55c39e;
}

.login_select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.login_select::-webkit-input-placeholder {
  color: #333;
}

.login_select:-ms-input-placeholder {
  color: #333;
}

.login_select::-ms-input-placeholder {
  color: #333;
}

.login_select::placeholder {
  color: #333;
}

.input_ico {
  margin-left: 10px;
}

.multiple_doc_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #ddd;
}

.multiple_doc_title {
  font-size: 18px;
}

.flex_doc_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.flex_doc_img:hover {
  border-width: 4px 4px 0px;
  border-top-style: none;
  border-top-color: #387ca3;
  border-right-style: none;
  border-right-color: #387ca3;
  border-left-style: none;
  border-left-color: #387ca3;
}

.flex_doc_img.active {
  padding-bottom: 5px;
  border-bottom-style: none;
}

.doc_signer {
  width: 20px;
  margin-bottom: 4px;
}

.pfd_icon {
  width: 36px;
  margin-right: 2px;
  opacity: 0.5;
}

.pfd_icon:hover {
  width: 40px;
  opacity: 1;
}

.pfd_icon.active_pdf {
  width: 40px;
  opacity: 1;
}

.mandatory_field {
  margin-top: -15px;
  margin-bottom: 20px;
  color: #e74c3c;
  font-size: 14px;
}

.dropdown_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown_list.w--open {
  left: 0%;
  top: auto;
  right: 0%;
  /* MHT 2021-10-14 bottom formula: not sure. 131 for 3, 174 for 4. maybe (x*43 + 2) */
  bottom: -174px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.15);
}

.dropdown_link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.03)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03));
}

.small_text {
  font-size: 12px;
  font-weight: 400;
}

.controller_action_ico {
  height: 14px;
}

.controller_action_ico:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.controller_action_ico.zoom {
  width: 14px;
  height: auto;
}

.margin_bottom_20 {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tooltip_flex.margin_bottom_20 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.margin_bottom_20.two_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.margin_bottom_20.one_action {
  height: 40px;
}

.two_actions_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.one_action_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}



