input:checked {
  border: 6px solid black;
}
input,
textarea {
  width: calc(100% - 22px);
  height: 30px;
  padding: 10px 10px 10px 10px;
  margin: 0px 10px 10px 0px;
  font-size: 17px;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
}
textarea {
  font-family: Verdana, Helvetica, Sans-Serif;
  width: calc(100% - 22px);
  height: 142px;
}
input:read-only {
  /*background-color: #ededed;*/
}
.container_formular {
  background-color: #f7f7f7;
  padding: 0px 20px 20px 20px;
}
.dropzone {
  padding: 0px !important;
  overflow-y: auto;
  height: 300px !important;
}
/*justify-content: space-between;height:52px;background-color: #EDEDED;padding:0px 10px 0px 10px*/
.font_18 {
  font-size: 17px;
}
.accept {
  justify-content: space-start;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 5px;
  font-size: 17px;
  background-color: white;
}
.check {
  background-color: #ffe0f4;
}
.checkfull {
  background-color: #ededed;
}
.read-only::placeholder {
  color: #bababa;
}
button:hover,
button:focus {
  color: #999;
}
.space-between {
  justify-content: space-between;
}
.bold {
  font-size: 18px;
}
select {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  height: 50px;
  font-size: 17px;
  width: 100%;
  padding: 5px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  outline: none;
}

button {
  cursor: pointer;
  border: 1px solid #a5a5a5;
  border-radius: 4px;
}
button:active {
  cursor: pointer;
  /*border: 1px solid #a5a5a5;*/
  border-radius: 4px;
}
.read-only-label {
  color: #ddd;
  background-color: transparent;
}

.read-only:focus {
  /*background-color: #ededed;*/
}
.p_b_10 {
  padding: 0px 0px 10px 0px;
}
label {
  padding: 10px 10px 0px 10px;
  background: white;
  font-size: 18px;
  color: #7f7f7f;
}
.flex-1 {
  flex: 1;
}
.stretch {
  align-items: stretch;
}
.width_12 {
  width: 12px;
}
.middle_input {
  margin-top: auto;
  margin-bottom: auto;
}
.p_20_0_0_0 {
  padding: 20px 0px 0px 0px;
}
.p_40_0_0_0 {
  padding: 40px 0px 0px 0px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: gray;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*/
/*spiner*/
.lds-default {
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 22;
  /*display: inline-block;*/
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  z-index: 22;
  position: absolute;
  width: 6px;
  height: 6px;
  background: gray;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
