/* Do not edit this file directly, it is generated by the branding screen */
.logo{
	background-image: url('https://postingpanda.blob.core.windows.net/assetstore/9b97b0c4-772a-4a08-8091-5ba922d2fd05/system/jsp/img/logo-sm.png');
	width: 229px;
	height: 48px;
	background-size:cover;
}

.bar-branding{
	background-color:rgb(255, 255, 255);
}

.bar-branding a:link,
.bar-branding a:active,
.bar-branding a:visited,
.bar-branding a:hover{
	color:rgb(166, 148, 198) !important;
}

.fa-facebook-f{
    color: #3b5999;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #3b5999;
    text-align: center;
    line-height: 32px !important;
    border-radius: 50%;
    font-size: 20px;
    transition: all .5s;
    margin-right: 20px;
}

.fa-twitter{
    color: #1da1f2;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #1da1f2;
    text-align: center;
    line-height: 32px !important;
    border-radius: 50%;
    font-size: 20px;
    transition: all .5s;
    margin-right: 20px;
}

.fa-envelope{
    color: #dc493d;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #dc493d;
    text-align: center;
    line-height: 32px !important;
    border-radius: 50%;
    font-size: 20px;
    transition: all .5s;
    margin-right: 20px;
}

.footer-branding {
	background-color: rgb(166, 148, 198);
	color: rgb(255, 255, 255);
}

.footer-branding a:link,
.footer-branding a:active,
.footer-branding a:visited,
.footer-branding a:hover {
	color: rgb(255, 255, 255);
}

main{
	margin-top:5rem;
}

.main-page-image img{
	width:100%;
}

#JobSearchWidget{
	background-color:rgb(166, 148, 198);
	color:rgb(255, 255, 255);
}

#JobSearchWidget .card{
	background-color:transparent;
	border:none;
}

#JobSearchWidget a:link,
#JobSearchWidget a:active,
#JobSearchWidget a:visited{
	color:rgb(255, 255, 255) !important;
	text-decoration:underline;
}

.btn-search-jobs{
	color: rgb(255, 255, 255);
	background-color: rgb(117, 205, 229);
	border-color: rgb(117, 205, 229);
}

.btn-apply{
	background-color:rgb(117, 205, 229);
	color:rgb(255, 255, 255) !important;
	border-color: rgba(0, 0, 0, 0);
}

.btn-more-info{
	background-color:rgb(166, 148, 198);
	color:rgb(255, 255, 255) !important;
	border-color: rgba(0, 0, 0, 0);
}

.btn-search-jobs:hover{
	color: rgb(255, 255, 255);
	background-color: rgb(117, 205, 229);
	border-color: rgb(117, 205, 229);
}

#ResultsPane .card,
#ResultsPane .panel {
	border-radius: 0;
	border: none;
}

#ResultsPane .card-header,
#ResultsPane .panel-heading {
	border-radius: 0;
	font-weight: bold;
	background-color: rgb(166, 148, 198);
	color: rgb(255, 255, 255);
}

#ResultsPane .card-body,
#ResultsPane .panel-body {
	background-color: rgb(243, 243, 243);
	color:rgb(51, 51, 51);
}

#ResultsPane .job-action-buttons{
	margin-top:10px;
}


#ResultsPane .btn{
	padding-left:25px;
	padding-right:25px;
}

footer .privacy p{
	font-weight:bold;
	margin-bottom:0;
}

footer .address p{
	margin-bottom:0;
}

.page-item.active .page-link{
	background-color:rgb(166, 148, 198);
	border-color:rgb(166, 148, 198);
}

.page-item .page-link{
	color:rgb(166, 148, 198);
}

.angular-pagination-container {
	margin-top: 25px;
}

.pagination {
	justify-content: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

.form-control.small-text {
	font-size: 12px;
}

#JobResult .card-body {
	font-size: 0.8em;
}

#JobResult .card-header span {
	line-height: 1.9em;
}

.card-default .card-body {
	background-color: #fff !important;
	border: 1px solid #ccc;
}


/* AJAX Loader */

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
  border-radius: 50%;
  border: 10px solid #000;
  border-color: rgb(255, 255, 255) transparent rgb(255, 255, 255) transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}



