.modal-idea .modal-dialog {
	max-width: 751px;
    width: 95%;
    margin: 0 auto;
    top: 3%;
}

.modal-idea .modal-content {
    background-color: #ddd;
    border-radius: 0;
}

.modal-idea .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}

.modal-idea .modal-header .close {
	padding: 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}

.idea-form-field {
	display: flex;
	font-size: 14px;
}

.idea-form-field > div {
	flex-grow: 2;
}

.modal-idea select, .modal-idea input, .modal-idea textarea {
	width: 100%;
	box-shadow: 0px 1px 4px 0px rgba(121, 121, 121, 0.65);
	background: #fff;
    border: none;
    padding: 0 5px;
}

.idea-form-field > label {
	padding-right: 5px;
}

.idea-form-field > label, .idea-form-comment label {
	text-transform: uppercase;
	font-size: 14px;
}

.idea-add-file.custom-file {
	height: 54px
}

.idea-add-file.custom-file label::after {
	display: none;
}

.idea-add-file.custom-file label {
	font-size: 14px;
	height: auto;
    text-align: center;
    border-radius: 0;
	box-shadow: 0px 1px 4px 0px rgba(121, 121, 121, 0.65);
	border: none;
	padding: 5px 12px;
	border-radius: 0;
	cursor: pointer;
}

.custom-file.custom-file-photo label {
	height: auto;
    text-align: center;
    border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 70px 12px;
	background: #cacaca;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 20px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
    justify-content: center;
    position: initial;
}

.custom-file.custom-file-photo {
	height: auto;
}

.custom-file.custom-file-photo input {
	display: none;
}

.idea-add-file.custom-file span{
	width: 100%;
	text-align: center;
	color: #3997d7;
	display: block;
	text-decoration: underline;
}

.custom-file.custom-file-photo span {
	width: 45px;
	height: 45px;
	margin: 5px auto;
	display: inline-block;
	background: url('../image/icon/add-photo.png') no-repeat ;
}

.idea-form-textarea{
	margin-bottom: 8px;
}

.idea-files {
	display: flex;
	justify-content: space-between;
}

.idea-files .idea-add-file {
	width: 32%;
}

.idea-form-comment label{
	margin-bottom: 0;
}

.modal-idea hr {
	margin: 0.7rem 0;
}

.modal-idea .modal-footer {
	justify-content: center;
	border-top: 0;
	padding-top: 0;
}