﻿@charset "UTF-8";
.block-info-nu-solicit {
  border-color: #aa66cc;
  border-style: solid;
  border-width: 1px;
}

.block-solicitare, .block-solicitare-reprezentant {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125), 0 4px 10px rgba(0, 0, 0, 0.2);
}

.solicitare-da, .solicitare-da-reprezentant {
  border-color: #00C851;
}

.solicitare-nu, .solicitare-nu-reprezentant {
  border-color: #17a2b8;
}

.solicitare-da-reprezentant, .solicitare-nu-reprezentant {
  border-style: dotted;
}

input.radio-solicitare:empty {
  margin-left: -9999px;
}

input.radio-solicitare:empty ~ label {
  display: block;
  position: relative;
  bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.radio-solicitare:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -36px;
  content: "";
  width: 2.5em;
  background: #F4F6F9;
  border-radius: 3px 0 0 3px;
}

input.radio-solicitare:hover:not(:checked) ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #C2C2C2;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

input.radio-solicitare:hover:not(:checked) ~ label {
  /*color: #888;*/
  transition: 0.25s ease-in-out;
}

input.radio-solicitare:checked ~ label:before {
  content: "✔";
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  transition: 0.25s ease-in-out;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.solicitare-da input.radio-solicitare:checked ~ label:before, .solicitare-da-reprezentant input.radio-solicitare:checked ~ label:before {
  background: #00C851;
}

.solicitare-nu input.radio-solicitare:checked ~ label:before, .solicitare-nu-reprezentant input.radio-solicitare:checked ~ label:before {
  background: #39c0ed;
}

input.radio-solicitare:checked ~ label {
  /*color: #777;
  box-shadow: 3px 3px 10px 0px rgba(69, 90, 100, 0.5);*/
  transition: 0.25s ease-in-out;
}

input.radio-solicitare:focus ~ label:before {
  transition: 0.25s ease-in-out;
  color: white;
}

label.label-solicitare {
  height: 100%;
  margin: 0;
}

.line, .line-slim, .line-dotted {
  border-top: 2px solid #E0E0E0;
  flex-grow: 1;
  margin: 0 10px;
}

.line-slim {
  border-top-width: 1px;
}

.line-dotted {
  border-top-style: dotted;
}

.label-normal {
  font-weight: normal !important;
}
