@media only screen and (max-width: 600px) {
	.filterHeadline {
		font-size: 23px;
		text-align: center;
	}
}

.agent-template-search-top,.agent-template-search-bottom{
	display:block;
}
@media only screen and (min-width: 600px) {
	.agent-template-search-top,.agent-template-search-bottom {
		display: flex;
	}
}
.agent-template-opt{
	background-color: #ffffff;
	text-align: center;
}
@media only screen and (min-width: 600px) {
	.agent-template-opt{
		flex: 2;
		justify-content: center;
    	align-items: center;
	}
}


.agent-template-opt.active,
.agent-template-opt:hover {
	background-color: #003359;
	color: #ffffff;
}
@media only screen and (min-width: 600px) {
	.agent-template-opt:nth-child(2) {
		margin: 0 2px;
	}
}


.agent-template-opt-2{
	flex: 7;
	margin-top: 3px;
}
.agent-template-opt,
.agent-template-opt-2 select,
.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #003359;
	font-size: 10px;
	font-weight: 700;
	min-height: 1.2em;
	text-transform: uppercase;
	line-height: 47px;
}
@media only screen and (min-width: 600px) {
	.agent-template-search-top .agent-template-opt {
		line-height: 20px;	
	}	
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.select2-selection__clear{
	display:none;
}
.select2-selection__placeholder {
	line-height: 47px;
	font-size: 11px;
	font-weight: 700 !important;
	padding-left: 0 !important;
}
.agent-template-opt,
.agent-template-opt-2 select {
	font-size: 11px;
	margin: 5px 0;
}
@media only screen and (min-width: 600px) {
	.agent-template-opt,
	.agent-template-opt-2 select {
		margin: 0;
	}
}

.agent-template-opt-2 select,
.select2-container--default .select2-selection--single {
	border:1px solid #003359;
	border-radius: 0;
	padding-left: 15px;
	height: 48px;
	width: 100%;
}
.agent-template-opt-inside{
	display: flex;
	justify-content: center;
    align-items: center; 
	border:1px solid #003359;
	min-height: 45px;
	line-height: 
	padding: 10px 0;
}
@media only screen and (min-width: 768px) {
	.agent-template-opt-inside{
		min-height: 45px;
	}
}

.agent-template-opt.agent-submit {
	display: flex;
	justify-content: center;
    align-items: center;  
	background-color: #003359;
	color: #ffffff;
	margin: 3px 0 0;
	cursor: pointer;
}
.agent-template-opt.agent-submit:hover {
	filter: brightness(150%);
}
.agent-template-opt.opt-selector {
	cursor: pointer;
}

#agent-template-holder{
	min-height:250px;
}
.lds-roller-ct{
	width:100%;
	height:250px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003359;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
