/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.error_global {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

.error-message{
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
    font-size: 12px;
}

.input.error{
    width: 100%;
}


.paddingTop10{
    padding-top: 10px;
}

.colorBlue{
    color: blue;
}

.fontSize16{
    font-size: 16px !important;
}

.fontSize12{
    font-size: 12px !important;
}

.fontSize13{
    font-size: 13px !important;
}

.fontSize14{
    font-size: 14px !important;
}

.fontSize17{
    font-size: 17px !important;
}


.colorRed{
    color: red;
}


.colorGreen{
    color: green;
}

.nopaddingtop{
    padding-top: 0px !important;
}

.successflashcustom{
    margin-bottom: 18px !important;
    padding: 0px 0px 0px 5px !important;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.displaynone{
    display: none;
}

.maxwidth900{
    max-width: 900px !important;
}

.maxwidth200{
    max-width: 200px !important;
}

.maxwidth500{
    max-width: 500px !important;
}


.btn-circle-small {
  border-radius: 100%;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-delete-small {background: #c41b3a; border:1px solid  #c41b3a; font-size: 12px; color: #fff; padding: 2px 6px; }
.btn-delete-small:hover { color:#c41b3a; background:transparent}

.paddingbottom5{
    padding-bottom: 5px;
}

.width340px{
    width: 340px !important;
}

.width120 {width:120px !important}

.btnViewMore {
    padding-top: 10px;
    text-align: right;
}

.card-navigation {
    display:block;

    margin-bottom:50px;
}
.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.vouchers .input-group{
  display: flex;
  flex: 2;
}
.vouchers .input-group .input{
  width: 100%;
  flex: 1;
}
.vouchers .input-group .input input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.vouchers .input-group .input-group-append{
  flex-direction: column-reverse;
}
.vouchers .input-group .input-group-append a{
  line-height: 32px;
  padding: 0px 5px;
  height: auto;
  color: #fff;
}

a.link {
    color: #ab2153;
}

a.link:hover {
    color: #858796;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #d1d3e2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.required label:not(.form-check-label):after {
    content: ' *';
}
#questionnaire-tabContent .required label:not(.form-check-label):after {
    display: none;
}
