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;
}

.required {
    color: red;
    font-weight: bold
}


/*Override form DropZone plugin css
---------------------------------------*/
.dropzone {
    padding-top: 15px !important;
    /*padding-bottom: 0px !important;*/
    border: dashed 2px #e2e5e8 !important;
    border-radius: 6px !important;
    margin-top: 0px !important;
    min-height: unset !important;
}

.dropzone .dz-message {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
/*---------------------------------------*/


.select2-selection__rendered {
    line-height: 33px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 37px !important;
}