﻿#intakeManagement {
	position: relative;
	min-height: 500px;
}

	#intakeManagement .buttonsHolder {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60%;
		min-width: 1300px;
		display: flex;
		justify-content: space-around;
	}

		#intakeManagement .buttonsHolder .intakeButton {
			position: relative;
			box-shadow: 0 0 20px 1px #aaa;
			border-radius: 20px;
			height: 300px;
			width: 300px;
			transition: 0.3s;
		}

			#intakeManagement .buttonsHolder .intakeButton:hover {
				box-shadow: 0 0 20px 1px #EF3030;
			}

			#intakeManagement .buttonsHolder .intakeButton.active {
				cursor: pointer;
			}

				#intakeManagement .buttonsHolder .intakeButton.active:hover {
					box-shadow: 0 0 20px 1px #0E9AEF;
				}

			#intakeManagement .buttonsHolder .intakeButton .row1 {
				position: relative;
				height: 20%;
			}

				#intakeManagement .buttonsHolder .intakeButton .row1 .lockIcon {
					position: absolute;
					width: 23px;
					height: 30px;
					right: 20px;
					top: 50%;
					transform: translateY(-50%);
				}

					#intakeManagement .buttonsHolder .intakeButton .row1 .lockIcon g {
						fill: #F5CE00;
					}

			#intakeManagement .buttonsHolder .intakeButton .row2 {
				position: relative;
				height: 30%;
			}

				#intakeManagement .buttonsHolder .intakeButton .row2 svg {
					position: absolute;
					display: inline-block;
					min-height: 100px;
					width: 75%;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}

			#intakeManagement .buttonsHolder .intakeButton .row3 {
				height: 40%;
				position: relative;
			}

				#intakeManagement .buttonsHolder .intakeButton .row3 .heading {
					position: absolute;
					display: inline-block;
					width: 75%;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					text-align: center;
					font-size: 1.9vh;
				}

#googleProductFeedIntake #googleProductFeedSection {
	width: 80%;
	margin-left: 10%;
}


	#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer {
		overflow-y: auto;
		border-top: 1px solid #bbb;
		margin-top: 30px;
	}

		#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer > div:last-child {
			border-bottom: 0;
		}

		#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationInfoHolder {
			padding: 35px 0;
			border-bottom: 1px solid #bbb;
		}

			#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationInfoHolder span {
				display: inline-block;
				margin-top: 5px;
				color: #0E9AEF;
				background: #eee;
				padding: 7px;
				border-radius: 9px;
				border: 1px solid #aaa;
				margin: 7px 10px;
			}

			#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationInfoHolder span a {
				color: #0E9AEF;
			}

		#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationName {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 5px;
		}

		#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationUrlHolder {
			display: inline-flex;
			align-items: center;
			width: 100%;
		}

			#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationUrlHolder .iconButton {
				width: 30px;
				height: 30px;
				margin-left: 15px;
			}

			#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .configurationUrlHolder .configurationUrl {
				padding: 5px 0;
			}

			#googleProductFeedIntake #googleProductFeedSection #configurationInfoContainer .buttonDefault {
				margin-top: 20px;
			}

#createConfigurationForm select {
	padding: 5px;
	width: 300px;
}
