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

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fafafa;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
a {
    color: #1c7dc2;
    text-decoration: none;
}
a:hover {
    color: #5ab043;
    text-decoration: underline;
}
.btn-social-icon {margin:0 5px 0 0;}
.ftr-link {font-size:13px;     padding: 0 8px;
    color: #808080;
    line-height: 31px; border-right:1px solid #ccc;}

.fa {
    font-size: 18px;
    color: #9f9f9f;
}
.fa-user,
.fa-sign-in {
    color: #ffd242;
}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:hover:active {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #58ba2b;
    border-color: #58ba2b;
    border-width: 2px;
    border-radius: 2px;
    padding: 8px 50px;
    text-transform: uppercase;
    margin: 25px 0;
}
.hr {
    border-bottom: 2px solid #d5d5d5;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
}
.header {
    background-color: #fff;
    border-width: 0 0 0px 0;
    padding: 5px 0 5px 0;
    width: 100%;
    left: 0;
    position: fixed;
    height: 50px;
    z-index: 10000;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    align-content: center;
}

.navbar-nav img {
    height: 42px!important;
}
.footer-internal {

    padding: 15px 0;
    margin: 20px 0 0 0;
    width: 100%;
    position: absolute;
    left: 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);
    /* height: 300px; */
}
.sub-footer {
    background-color: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 15px 0;
    margin-top: 75px;
}
.sub-footer a {
    padding: 0 10px;
    color: #000000;
    background: url(../images/dotted-line.png) repeat-y right center;
    font-size: 13px;
}
.footer h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
}
.copyright {
    line-height: 36px;
    font-size: 13px;
	    text-align: center;
}
ul.footer-content {
    list-style-type: none;
    font-size: 14px;
}
ul.footer-content li a {
    color: #717171;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 32px;
}
.middle-container {
    background-color: #fff;
    border: 1px solid #eeefef;
    padding: 15px 30px 30px 30px;
    margin: 10px 0 0 0;
}
h1.head-bar {
    font-size: 26px;
    font-weight: 500;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ccc;
}
.spacer-internal {
    height: 75px;
}
p {
    font-size: 15px;
    line-height: 24px;
}
.dropbtn {
    background: none;
    color: #5f6368;
    padding: 0px;
    margin: 0 0 0 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0 14px;
}
.dropdown.active a {
    color: #0b6d9d;
    font-weight: 800!important;
    border: 1px solid #0b6d9d;
    border-radius: 0px;
    padding: 6px 25px;
    background-color: #fff;
    margin: 7px 0 0 5px;
}
.dropdown a {
    color: #5f6368;
    font-size: 15px;
    font-weight: 400!important;
}
/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    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: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	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 {} .footer-container a {
    font-weight: 300;
    font-size: 14px;
}
.box-border-internal {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 0 20px 0;
    padding: 13px 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin {
    color: #fff;
	font-size: 14px!important;
}
/*
    Multicoloured Hover Variations
*/

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-facebook a{
    color: #ffffff!important;
    
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #ffffff!important;
    background-color: #25417c;
    border-color: #25417c;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #4b69a7;
    border-color: #4b69a7;
}
.btn-google-plus {
    color: #fff;
    background-color: #dd4b38;
    border-color: #dd4b38
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ca3523;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
    background-image: none
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter {
    color: #fff;
    background-color: #33ccff;
    border-color: #33ccff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #309aea;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    background-image: none
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb7;
    border-color: #007bb7;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005f8d;
    border-color: rgba(0, 0, 0, 0.2)
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
    background-image: none
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

/* Profile Menu */
.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: #b91c1c!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: 31px;
    height: 31px;
    border: 1px solid #4c5661;
    margin: -8px 0 0 15px;
    border-radius: 50%;
}
.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 {
    color: #404040;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400!important;
	clear:left;
}

.fa-facebook, .fa-linkedin, .fa-twitter, .fa-google-plus{
    font-size: inherit;
    color: #fff!important;
	text-align:center!important;
}

.profile-inner img {
	    border-radius: 5px;
    padding: 0;
    width: 60px;
    height: 60px;
	border: 1px solid #ccc;
    object-fit: unset;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.logo-dashboard img {border-radius:5px;}