html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.hidden{
    display:none;
}

input::placeholder {
    color: #E6E6E6 !important;
    opacity: 1; /* Firefox */
}

input:-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    color: #E6E6E6 !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #E6E6E6 !important;
}

/*.inputState {
    background: #F1F2F7;
    background-image: url(../Images/icon-bottom.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px 12px;
    border: 1px solid #E4EBEF;
}*/

.form-select {
    background: #F1F2F7;
    background-image: url(../Images/ico_left.svg);
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 95% 7px;
}


.status-text {
    height: 35px;
    background: #FDB42D;
    border-radius: .25rem;
    font-weight: bold;
    color: #212529;
    border: 1px solid #ced4da;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}  