.cImgMenu {
	width: 60%; margin-left: 15%;margin-right: 25%;top:20px;
}
.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width:none !important;
}
.modal-content-full-width  {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important 
}
.modal-header-full-width  {
  border-bottom: 1px solid #9ea2a2 !important;
}
.modal-footer-full-width  {
  border-top: 1px solid #9ea2a2 !important;
}
.modal-backdrop {
  z-index: -1 !important;
}
.was-validated .custom-select:invalid + .select2 .select2-selection{
  border-color: #dc3545!important;
}
.was-validated .custom-select:valid + .select2 .select2-selection{
  border-color: #28a745!important;
}
*:focus{
  outline:0px;
}