#payment-form {
	max-width: 700px;
    margin: 0 auto;
}
#payment-form .panel{
	border: 0;
	background: transparent;
}
#payment-form label{
	color: #ccc;
	font-family: 'averageregular';
}
#payment-form .panel-primary{
	border-color: #00b39d;
}
#payment-form .panel-primary > .panel-heading{
	border-color: #00b39d;
	background: #00b39d;
	display: none;
}
#payment-form .btn-primary{
	background: #00b39d;
	min-width: 100px;
	text-align: center;
	margin-top: 20px;
}

#payment-form #card-name{
	margin-bottom: 30px;
}
#card-element iframe{
	height: 100px !important;
}
#payment-form .has-error .form-control{
	border-color: red;
}

#noticeServiceModal .modal-dialog{
	width: 90%;
	max-width: 780px;
	margin: 30px auto;
}
iframe.stripe_checkout_app{
	height: 100% !important;
}
.tab-nav-header{
	position: relative;
}
.tab-nav-header .job-update-btn-notices{
	position: absolute;
	right: 0;
	bottom: 5px;
}
.tab-nav-header .nav{
	padding-right: 100px;
}
.download-pdf-wrap{
	padding: 40px 0;
	margin-top: 50px;
	background: #eeeeee;
	text-align: center;
}
.download-pdf-wrap .btn{
	margin: 10px;
	padding: 10px 22px;
}
#card-errors{
	color: red;
}
.task-nav-tabs{
	padding-bottom: 10px;
}

/*Media Style*/
@media (max-width: 767px){
	.tab-nav-header .job-update-btn-notices{position: relative;}
	.tab-nav-header .nav{padding-right: 0;}
	.register-title{font-size: 2.5em;}
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.description{
	max-height: 350px;
	overflow-y: scroll;
}

.leave-check-btn{
    padding-top: 40px;
    justify-content: flex-end;

}
.leave-check-btn label.switch {
	margin: 0 10px 0 0;
}

footer.primary .lower-footer-area{
	margin-top: 0;
}
.home footer.primary{
	background-color: #193C58;
}

footer.primary .lower-footer-area .footer-terms {
	margin: 0;
}

footer.primary .lower-footer-area .footer-terms .copyright{
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 100%;
}

body.home header.primary nav.primary{
	margin: 0;
}

header.primary{
	padding: 0;
}

@media(max-width: 767px){
	footer.primary .lower-footer-area .col{
		display: none;
	}
	footer.primary .lower-footer-area .col{
		font-size: 16px;
	}
}