@charset "utf-8";
/* CSS Document */

body {margin:0;
font-family: 'Poppins', sans-serif;
    background-color: #ecf0f5; margin:0;    font-size: 14px;
    line-height: 1.42857143;
    color: #333;}

.job-noti {
	font-size: 18px!important;
	padding: 6px 0;
}
.notification-company, .notification-location {
    color: #808080;
    font-size: 11px;
}
.internal-logo {
        height: 35px;
    background-color: #fff;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
}
.notification-title {
    color: #22b14c;
}
.badge-notify a{
    background: #ff0000!important;
    position: relative;
    top: -44px;
    left: 33px;
	font-size:11px;
	font-weight:400;
  }
.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%;
}











a {color:#0087be; text-decoration:none;}
a:hover {color:#0087be; text-decoration:underline;}

td.top-bar-bg {background-color:#fff;padding: 10px 25px;}

.header {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: #8B0000;
    padding: 12px 0;
    z-index: 10000;
	
	}
	
	
.footer-internal {
	width:100%; left:0;  position:absolute;   padding: 50px 0 30px 0;
  
	margin: 50px 0 0 0;
	   background-color: #fff;
    -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);
	}

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:90px !important;}

p {font-size:14px;}

/***************** profilepic css begin**********************/
.dropbtn {
    background: none;
    color: #fff;
    padding: 0px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
       position: relative;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 16px;
    text-transform: capitalize;
	vertical-align: -webkit-baseline-middle;
	}

.jprofile img {
    width: 70px;
    border-radius:3px;
    display: -webkit-inline-box;
    vertical-align: text-bottom;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p.jname {
margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}
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{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);
	text-transform:capitalize;
	
}
.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;	
}
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;
}
.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: #777;
    border-radius: 10px;
}
.pull-right {
	color: #777;
}
/************* profile pic css end******************************/


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display:block;
	border-top: 1px solid #e5e5e5;
	clear:left;
	
}

/* 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;
}

.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;
}

.post-resume {
    color: #8b0000 !important;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    font-weight: 600;
    border-radius: 100px;
}
.logo-dashboard img {border-radius:5px;}