/*********************************************************************************
* New View Provider Service Info
*********************************************************************************/
.edit-service-inputs {
	padding: 0;
}

.required-edit-text {
	margin-left: 12px;
}

.big-field-label {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}

.service-info-input {
	padding-bottom: 24px;
}

.service-info-inputs {
	width: fit-content;
}

.pp-information2 {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	float: left;
}

.pagination-edit-info {
	display: flex;
	justify-content: flex-end;
}

.word-wrap {
	word-wrap: break-word;
}

.height-30px {
	height: 30px;
}

#pp-label-code, #pp-label-name{
	margin-right: 0 !important;
}

.service-type {
	padding-right: 10px;
}

input.date-format-class {
	width: 80% !important;
}

@-moz-document url-prefix() {
	.edit-service-table {
		width: 104%
	}
}
/*------------------------------------------------*/
.detail-answer-group-wrapper {
   float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    overflow: visible;
}

.detail-answer-group .detail-answer {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.detail-answer-group .details {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
    margin-right: 3%;
    margin-left: 2%;
}

.detail-answer-group .answers {
    width: 100%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
}
/*----------------------------------------------------*/

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.big-field-label,
	.required-edit-text {
		margin-left: 0;
	}
	.edit-service-inputs {
		padding: 0 15px 0 0;
	}
	.service-info-input {
		padding-bottom: 0;
	}
	.edit-inputs-service {
		padding-bottom: 8px;
	}
	.pp-information2 {
		margin-left: 0;
	}
	#edit-phone {
		width: 80%;
	}
	.service-type {
		padding-right: 15px;
	}
}

/*********************************************************************************
* Tablet
*********************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
	.edit-inputs-service {
		padding-bottom: 8px;
	}
	.service-info-input {
		padding-bottom: 0;
	}
	.service-ext-input {
		padding-bottom: 19px;
	}
}

@media screen and (min-device-width: 797px) and (max-width: 1023px)  {
	@-moz-document url-prefix() {
		.firefox-service-cat {
			padding-bottom: 19px;
		}
	}
}

@media screen and (min-device-width: 844px) and (orientation:landscape)  {
	.service-cat-input {
		padding-bottom: 24px;
	}
}

@media screen and (min-device-width: 944px) and (max-width: 1023px)  {
	@-moz-document url-prefix() {
		.firefox-service-type {
			padding-bottom: 19px;
		}
	}
}

@media screen and (min-device-width: 954px) and (max-width: 1023px)  {
	@-moz-document url-prefix() {
		.firefox-service-name {
			padding-bottom: 19px;
		}
	}
}
/*********************************************************************************
* Laptop
*********************************************************************************/
@media screen and (min-width: 1500px) {
	.service-info-input {
		padding-bottom: 19px;
	}
}

@media screen and (min-width: 2560px) {
	.service-info-input {
		padding-bottom: 19px;
	}
}