@charset "utf-8";/* CSS Document */
body {font-family: 'Poppins', sans-serif;   background-color: #eeeef2; margin:0;    font-size: 14px;    line-height: 1.42857143;    color: #333;}a {color:#0087be; text-decoration:none;}a:hover {color:#0087be; text-decoration:underline;}.header {width:100%; left:0; position:fixed; background-color:#323c46; padding:10px 0;}.footer {width:100%; left:0;  position:absolute; background-color:#ffffff; padding:10px 0;}ul.footer-content {list-style-type:none; font-size:14px;}ul.footer-content li a {line-height:24px;}.middle-container {background-color:#fff; padding:15px 25px; margin:100px 0 0 0;}h1.head-bar {font-size:26px; font-weight:500; padding:0; margin:0; border-bottom:1px solid #ccc;}.spacer {height:50px;}p {font-size:14px;}.dropbtn {    background:none;    color: #fff;    padding: 0px;	margin:0 0 0 0;    font-size: 14px;	font-weight:700;    border: none;    cursor: pointer;	text-transform:uppercase;}/* The container <div> - needed to position the dropdown content */.dropdown {    position: relative;    display: inline-block;    margin: 0 0px 0 0; padding:0 25px;}.dropdown a{color:#fff;}/* Dropdown Content (Hidden by Default) */.dropdown-content {    display: none;    position: absolute;    background-color: #fff;    min-width: 175px;	text-align:left;    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	}/* Links inside the dropdown */.dropdown-content a {    color: #000;    padding: 12px 16px;    text-decoration: none;    display:block;	}/* Change color of dropdown links on hover */.dropdown-content a:hover {background-color: #f1f1f1}/* Show the dropdown menu on hover */.dropdown:hover .dropdown-content {    display: block;}/* Change the background color of the dropdown button when the dropdown content is shown */.dropdown:hover .dropbtn {    background-color:none;}.footer-container {	background-color: white;}.footer-container a {font-weight:300; font-size:14px;}.social-circle a.icoRss{background-color: #F56505;}.social-circle a.icoFacebook{background-color: #3B5998;}.social-circle a.icoTwitter{background-color: #33ccff;}.social-circle a.icoGoogle-plus{background-color: #dd4b38;}.social-circle a.icoMobile-phone{background-color: #373737;}.social-circle a.icoLinkedin{background-color: #007bb7;}/* footer social icons */ul.social-network {	list-style: none;	display: inline;	margin-left:0 !important;	padding: 0;}ul.social-network li {	display: inline;	margin: 0 1px;}/* footer social icons */.social-network a.icoRss:hover {	background-color: #F56505;}.social-network a.icoFacebook:hover {	background-color:#3B5998;}.social-network a.icoTwitter:hover {	background-color:#33ccff;}.social-network a.icoGoogle:hover {	background-color:#BD3518;}.social-network a.icoVimeo:hover {	background-color:#0590B8;}.social-network a.icoLinkedin:hover {	background-color:#007bb7;}.social-network a.icoMobile-phone:hover {	background-color:#373737;}.social-network a.icoGoogle-plus:hover {	background-color:#dd4b38;}.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoMobile-phone:hover i, .social-network a.icoGoogle-plus:hover i, .social-network a.icoLinkedin:hover i {	color:#fff;}a.socialIcon:hover, .socialHoverClass {	color:#44BCDD;}.social-circle li a {	display:inline-block;	position:relative;	margin:0 auto 0 auto;	-moz-border-radius:50%;	-webkit-border-radius:50%;	border-radius:50%;	text-align:center;	width: 30px;	height: 30px;	font-size:15px;}.social-circle li i {	margin:0;	line-height:30px;	text-align: center;}.social-circle li a:hover i, .triggeredHover {	-moz-transform: rotate(360deg);	-webkit-transform: rotate(360deg);	-ms--transform: rotate(360deg);	transform: rotate(360deg);	-webkit-transition: all 0.2s;	-moz-transition: all 0.2s;	-o-transition: all 0.2s;	-ms-transition: all 0.2s;	transition: all 0.2s;}.social-circle i {	color: #fff;	-webkit-transition: all 0.8s;	-moz-transition: all 0.8s;	-o-transition: all 0.8s;	-ms-transition: all 0.8s;	transition: all 0.8s;}

.header {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: #004967;
    padding: 10px 0;
    border-bottom: 1px solid #004967;
	z-index:1000;
}
.internal-logo {
	    height: 40px;
    background-color: #fff;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
}
.footer-internal{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 35px 0 25px 0;
    background-color: #f9f8f7;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	margin:50px 0 0 0;
	}

.footer-internal tr {
	    vertical-align: top;
}
.job-noti {
	font-size: 18px!important;
	padding: 6px 0;
}
.notification-company, .notification-location {
    color: #808080;
    font-size: 11px;
}
.notification-title {
    color: #22b14c;
}
.badge-notify a{
    background: #ff0000!important;
    position: relative;
    top: -44px;
    left: 33px;
	font-size:11px;
	font-weight:400;
  }
  .resume-badge {
	float:right;
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #b1b1b1;
    border-radius: 10px;
}
.pull-right {
	color: #b1b1b1;
}
.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 1px 7px 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d9534f;
    border-radius: 10px;
    margin: -3px 0 0 -8px;
}
img.jobseeker-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
img.jobseeker-profile2 {
width: 36px;
height: 36px;
margin: 0px 0 0 15px;
border-radius: 50%;
background-color: #fff;
object-fit: fill;
}
.dropdown-content-custom a {
	    text-transform: capitalize;
    border-top: 1px solid #eee;
}
.jprofile img {
    height: 70px;
    width: 70px;
    border-radius: 0;
    display: -webkit-inline-box;
    vertical-align: text-bottom;
    float: left;
    margin-right:10px;
	margin-top:10px;
}
p.jname {
    margin: 10px 0 0 0;
    padding: 0;
	font-weight: 600;
}
p.jemail a.em {
    color: #2cc4df;
    margin: 0 5px 30px 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    background-color: transparent;
    border: none;
    word-wrap: break-word;
    text-transform: lowercase;
	}

.dropdown a{font-weight: 700;}

.dropdown-content-custom {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-transform: capitalize;
    margin: 0px 0 0 -10px;
    border-radius: 5px;
    padding-top: 5px;
	right: 0;
    left: auto;	
}
.dropdown-content a {
    
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400!important;
	clear:left;
}
.profile-inner img {
border-radius: 5px;
    padding: 0;
    width: 60px;
    height: 60px;
    margin: 2px 10px 10px 10px;
    object-fit: unset;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border:1px solid #ccc;
}
.logo-dashboard img {border-radius:5px;}