@charset "utf-8";
/* CSS Document */
/* Default Class < */
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #FFF;
}
.loading-body{
	overflow: hidden;
}
.loading {
	background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
  	border: 8px solid #f3f3f3;
	border-top: 8px solid #E3171F;
  	border-bottom: 8px solid #09AD64;
  	border-radius: 50%;
  	width: 75px;
  	height: 75px;
  	animation: spin 1s linear infinite;
}
@keyframes spin {
  	0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
}
.error-class {
    color:#E3171F;
	padding-top: 5px;
	margin-bottom: 0px !important;
}
.form-error-class {
    color:red;
	padding-top: 5px;
	margin-bottom: 0px !important;
}
.form-valid-class {
    color:green;
	padding-top: 5px;
}
.bg-green {
    background-color: #008D4E;
}
.bg-red {
    background-color: #D51119;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.main-title {
    color: #008D4E;
    font-size: 24px;
    font-weight: 700;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/* Sticky column < */
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
}
.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
/* Sticky column >*/
@media only screen and (max-width: 991px) {
    .container {
        max-width: 1140px;
    }
}
/* Default Class > */
/* Buttons < */
.btn {
    font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn:hover {
    font-size: 14px !important;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-green {
    color: #FFFFFF !important;
    background-color: #008D4E;
    border-color: #008D4E;
}
.btn-green:hover {
    color: #008D4E !important;
    background-color: #FFFFFF;
    border-color: #008D4E;
}
.btn-green-outline {
    color: #008D4E !important;
    background-color: #FFFFFF;
    border-color: #008D4E;
}
.btn-green-outline:hover {
    color: #FFFFFF !important;
    background-color: #008D4E;
    border-color: #008D4E;
}
.btn-white {
    color: #D51119;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.btn-white:hover {
    color: #000000;
}
.btn-white-custom {
    color: #008D4E;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding-top: 13px;
    min-height: 50px;
}
.btn-white-custom:hover {
    color: #D51119;
}
.btn-white-custom:focus {
    background-color: #008D4E;
    color: #FFFFFF;
    border-color: #008D4E;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.btn-white-plus {
    color: #008D4E;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding-top: 13px;
    min-height: 50px;
}
.btn-white-plus:hover {
    color: #D51119;
}
.btn-white-plus:focus {
    color: #D51119;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-white-border {
    color: #484848;
    background-color: #FFFFFF;
    border-color: #E4E4E4;
}
.btn-white-border:hover {
    color: #484848;
	background-color: #E4E4E4;
}
.btn-red {
    color: #FFFFFF !important;
    background-color: #D51119;
    border-color: #D51119;
}
.btn-red:hover {
    color: #D51119 !important;
    background-color: #FFFFFF;
    border-color: #D51119;
}
.btn-grey {
    color: #484848;
    background-color: #E4E4E4;
    border-color: #E4E4E4;
}
.btn-grey:hover {
    color: #484848;
    background-color: #FFFFFF;
    border-color: #E4E4E4;
}
.btn-favourite {
    border-radius: 75px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    color: #484848;
    background-color: #E4E4E4;
}
.btn-favourite:hover {
    color: #FFFFFF;
    background-color: #D51119;
}
.btn-favourite.active {
    color: #FFFFFF;
    background-color: #008D4E;
}
.btn-favourite.active:hover {
    color: #FFFFFF;
    background-color: #D51119;
}
.btn-shadow {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.btn-shadow:hover {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}
.btn-shadow:focus {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2)!important;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2)!important;
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.btn-edit {
    background-color: #008D4E;
    border-color: #008D4E;
    color: #FFF;
	 -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
	width: 40px;
	height: 40px;
	text-align: center;
	 -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}
.btn-edit i {
    font-size: 20px !important;
}
.btn-edit:hover {
    background-color: #FFF;
    border-color: #008D4E;
    color: #008D4E;
}
.btn-delete {
    background-color:#CD0003;
    border-color: #CD0003;
    color: #FFF;
	 -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
	width: 40px;
	height: 40px;
	text-align: center;
	 -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}
.btn-delete i {
    font-size: 20px !important;
}
.btn-delete:hover {
    background-color: #FFF;
    border-color: #CD0003;
    color: #CD0003;
}
.shadow-sp {
    -webkit-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
}
/* Buttons > */
/* Navbar < */
.navbar {
    border-bottom: solid 1px #E4E4E4;
}
.navbar-nav .nav-link {
    font-size: 16px;
    padding: .5rem 15px !important;
}
.navbar-nav li:last-child {
    margin-right: 20px;
}
.navbar-nav .nav-link:active, .navbar-nav .nav-link:link, .navbar-nav .nav-link:visited {
    color: #484848;
}
.navbar-nav .nav-link:hover {
    color: #008D4E;
}
.navbar-nav .seperator:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #E3E3E4;
    margin-left: 15px;
    margin-top: 2px;
}
.logo {
    width: 100%;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #FFF;
    border: 1px solid #5A5A5A;
    border-radius: 0;
	color: #5A5A5A;
	margin-left: auto!important;
    max-width: 45px;
}
.dropdown-toggle::after {
	display: none;
}
.show#company .btn-green { 
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    height: 40px;
    line-height: 0px;
}
.dropdown-custom {
    z-index: 1000;
    min-width: 13rem;
    padding: .5rem 20px;
    margin: 0;
    color: #FFF;
    right: 8px;
    text-align: left;
    list-style: none;
    background-color: #008D4E;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 15px 0 15px 15px;
    -moz-border-radius: 15px 0 15px 15px;
    border-radius: 15px 0 15px 15px;
}
.dropdown-custom .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border-bottom: solid 1px #9ED3BC;
    text-align: left;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom .dropdown-item:hover {
    font-weight: 400;
    color: #FFF;
    background-color: inherit;
    padding: 8px 3px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
    cursor: pointer;
}
.dropdown-custom .dropdown-item:last-child {
    border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  
    .navbar-nav li:last-child {
        margin-right: 40px;
    }
    
}
@media only screen and (max-width: 1091px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: .5rem 15px !important;
    }
    .logo {
        width: 150px;
    }
    .notification-nav{
        top: 25px;
    }
}
@media only screen and (max-width: 950px) {
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: .5rem 5px !important;
    }
    .logo {
        width: 100px;
    }
    .navbar-nav li:last-child {
        margin-right: 50px;
    }
    .navbar-nav .seperator:after {
        margin-left: 5px;
    }
}
@media only screen and (max-width: 767px) {
	.navbar-nav .seperator:after {
        display: none;
    }
    .navbar-collapse {
        margin-top: 8px !important;
    }
    .logo {
        width: 124px;
    }
    .navbar-nav .nav-link {
        padding: .5rem 0;
    }
    .navbar-nav  {
        padding-bottom: 15px;
    }
    .navbar-collapse  {
        border-top: solid 1px #E4E4E4;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-nav li:last-child {
        margin-right: 0px;
    }
    .m-nav-item {
        float: left !important;
        width: 50%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .m-reset {
        width: 100%;
    }
    .dropdown .btn-green {
        -webkit-border-radius: 15px !important;
        -moz-border-radius:  15px !important;
        border-radius:  15px !important;
        height: 40px;
        line-height: 0px;
    }
    #company.dropdown.show >.btn-green {
        -webkit-border-radius: 15px 15px 0 0 !important;
        -moz-border-radius:  15px 15px 0 0 !important;
        border-radius:  15px 15px 0 0 !important;
        height: 40px;
        line-height: 0px;
    }
    .dropdown-custom {
        -webkit-border-radius: 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        position: inherit !important;
    }
}
/* Navbar > */
/* Search Bar < */
.search-bar .form-control {
	height: 50px;
	border: none;
	border-radius: 50px !important;
	padding: 0 60px;
	z-index: 1;
    font-size: 14px;
	font-weight: 400;
    position: relative;
}
.search-bar .form-control::placeholder { 
	font-size: 14px;
	font-weight: 400;
	color:#919192;
}
.search-icon {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 24px;
    color: #008D4E;
    z-index: 4;
}
.search-bar .search-input {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .search-input:hover {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .search-input:focus {
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.search-bar .btn-search-submit {
	position: absolute;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
	margin-top: 0;
    width: 100px;
    margin-left: -100px;
	background-color: #008D4E;
	height: 50px !important;
	border: none;
	-webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
	color:#FFF;
	z-index: 2;
}
.search-bar .btn-search-submit:hover {
	background-color: #D51119;
	color:#FFF;
}
.search-bar .search-input {
	z-index: 2 !important;
}
@media only screen and (max-width: 767px) {
    .search-bar .form-control {
	    padding: 0 20px;
    }
	.search-bar .btn-search-submit {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
	    margin-top: 0;
        width: 40px;
        font-size: 18px !important;
        margin-left: -40px;
        background-color: #FFFFFF;
        color: #008D4E;
    }
    .btn-white-custom {
        color: #008D4E;
        padding: 0;
        height: 50px;
        width: 50px !important;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        text-align: center;
        font-size: 24px;
    }
    .btn-white-plus {
        color: #008D4E;
        padding: 0;
        line-height: 50px;
        height: 50px;
        width: 50px !important;
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        text-align: center;
        font-size: 24px;
    }
}
.dropdown-custom-cat {
    z-index: 1000;
    min-width: 15rem;
    padding: .5rem 20px;
    margin: 0;
    color: #FFF;
    right: 8px;
    text-align: left;
    list-style: none;
    background-color: #008D4E;
    background-clip: padding-box;
    border: none;
    -webkit-border-radius: 0 15px 15px 15px;
    -moz-border-radius: 0 15px 15px 15px;
    border-radius: 0 15px 15px 15px;
    transform: translate3d(0px, 50px, 0px) !important;
    
}
.dropdown > .dropdown-toggle:hover + .dropdown-custom-cat{
    position: absolute;
    top: 0;
    transform: translate3d(0px, 50px, 0px) !important;
}
.dropdown > .dropdown-toggle:focus + .dropdown-custom-cat{
    display: block !important;
    transform: translate3d(0px, 50px, 0px) !important;
}
.dropdown-custom-cat .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border-bottom: solid 1px #9ED3BC;
    text-align: left;
    padding: 8px 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom-cat .dropdown-item:hover {
    font-weight: 400;
    color: #FFF;
    background-color: inherit;
    padding: 8px 3px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-custom-cat .dropdown-item:last-child {
    border-bottom: none;
}
/* Search Bar > */
.home-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow:auto;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.home-categories li {
    float: left;
    border-right: solid 1px #75C29F;
    padding: 15px 30px;
    display: block;
    text-align: center;
}
.home-categories li:first-child {
    padding-left: 0px;
}
.home-categories li:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}
.home-categories li a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 700;
    display: block;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-categories li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .home-categories {
        display: inherit;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .home-categories li {
        float: inherit;
        border-right: none;
        border-bottom: solid 1px #75C29F;
        padding: 10px 10px;
        display: block;
        text-align: left;
    }
    .home-categories li:first-child {
        padding-left: 10px;
    }
    .home-categories li:last-child {
        padding-right: 10px;
        border-bottom: none;
    }
    .home-categories li a {
        text-decoration: none;
    }
}
/* Announcements < */
.announcements {
	color: #FFFFFF;
	min-height: 60px;
	height: auto
}
.announcements .title {
	height: 100%;
	font-size: 16px;
	font-weight: 700;
	background-color: #DB343B;
	text-align: center;
}
.announcements .content {
	text-align: left;
	background-color: #D51119;
}
.announcements .content a {
	color: #FFFFFF;
}
.announcements .content a:hover {
	 opacity: 0.7; 
}
.announcements .detail {
	font-size: 16px;
	font-weight: 700;
	background-color: #E3171F;
	text-align: center;
	min-height: 50px;
}
.announcements .navigation {
	font-size: 18px;
	text-align: center;
	height: 100%;
}
.announcements .navigation a {
	color: #FFFFFF;
	display: block;
}
.announcements .carousel-control-next:hover, .announcements .carousel-control-prev:hover {
    opacity: 1 !important; 
}
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #DB343B;
    border-radius: 75px;
    padding-top: 5px;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-control-prev {
    width: 40px;
    height: 40px;
    background-color: #DB343B;
    border-radius: 75px;
    padding-top: 5px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.announcements-container {
		padding: 0 15px;
		border-radius: 15px;
		margin: 40px 0;
		background-color: #FFF !important;
	}
	.announcements-xs {
		-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
		border-radius: 15px;
	}
	.announcements .title {
		height: 40px;
		padding: 10px 0;
		border-radius: 15px 15px 0 0;
		background-color: #FFF;
		font-weight: 700;
		color: #000;
		font-size: 20px;
		margin-top: 15px;
	}
	.announcements .content {
		text-align: center;
		padding: 15px 15px 25px 15px;
		color: #000;
		background-color: #FFF;
	}
	.announcements .content a {
		color: #000;
	}
	.announcements .navigation {
        position: relative;
		left: 0px;
        bottom: 10px;
	}
    .all-announcements {
        margin-bottom: 15px;
    }
}
/* Announcements > */
.job {
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    padding: 20px 15px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.job:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.job h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}
.job h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 3px;
}
.job p {
    font-size: 14px;
    color: #919192;
    padding-bottom: 10px;
    padding-top: 0;
    border-bottom: solid 1px #E4E4E4;
}
.auto-h-1 {
	overflow: hidden;
	white-space: nowrap
}
.auto-h-2 {
	min-height: 35px;
	max-height: 35px;
	height: 35px;
	line-height: 17px;
	overflow: hidden;
}
.auto-h-3 {
	min-height: 50px;
	max-height: 50px;
	height: 50px;
	line-height: 17px;
	overflow: hidden;
}
.auto-h-4 {
	min-height: 45px;
	max-height: 45px;
	height: 45px;
	line-height: 15px;
	overflow: hidden;
}
.job .date {
    font-size: 12px;
    color: #484848;
    position: relative;
}
.job .date:before {
    font-size: 12px;
    color: #484848;
    position: relative;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f073";
    padding-right: 5px;
}
.job .type {
    font-size: 12px;
    font-weight: 700;
    color: #008D4E;
}
.job .activeItem {
    font-size: 14px;
    font-weight: 700;
    color: #008D4E;
    border: none;
    padding: 0;
    padding-top: 5px;
    margin-bottom: 0;
    position: relative;
}
.job .activeItem:before {
    position: relative;
    color: #008D4E;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f111";
    padding-right: 5px;
}
.job .passiveItem {
    font-size: 14px;
    font-weight: 700;
    color: #F2B818;
    border: none;
    padding: 0;
    padding-top: 5px;
    margin-bottom: 0
}
.job .r-md-w {
    min-width: 130px;
}
.job .passiveItem:before {
    position: relative;
    color: #F2B818;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f111";
    padding-right: 5px;
}
.job .address {
    font-size: 12px;
    color: #484848;
}
.job .appdate {
    font-size: 12px;
    color: #484848;
}
.job .thumbnail-container{
    overflow: hidden;
    width: 60px;
    height: 60px;
    position:relative;
    border: solid 1px #E4E4E4;
    padding: 5px;
    display: table;
    background-color: #FFF;
}
.job .thumbnail-container .img-container{
    display: table-cell;
    vertical-align: middle;
}
.thumbnail-container-reset{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position:relative;
    border: solid 1px #E4E4E4;
    padding: 5px;
    display: table;
}
.thumbnail-container-reset .img-container-reset{
    display: table-cell;
    vertical-align: middle;
}
.job .job-type {
    margin: 0;
    padding: 0;
}
.job .job-type li {
    float: left;
    font-size: 12px;
    font-weight: 700;
    color: #008D4E;
    margin-right: 25px;
}
.job .job-type li:last-child {
    margin-right: 0;
}
.job .job-type li a {
    text-decoration: none;
    color: #008D4E;
}
.job .job-type li a:hover {
    text-decoration: none;
    color: #D51119;
}
.job .job-type li:first-child {
    list-style: none;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .job .reset-fav-m {
        margin-top: -10px;
    }
    .job .appdate {
        float:left;
        margin-right: 5px;
        padding-top: 3px;
        position: relative;
    }
    .job .appdate:after {
        content: " :";
    }
}
.job .job-line {
    margin-top: 7px;
    margin-bottom: 7px;
}
.home-blog {
    background-color: #F2F1F5;
}
.home-blog-item {
    border:solid 1px #EFEFEF;
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-blog-item:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-blog-item a {
    text-decoration: none;
}
.home-blog-exp {
    color: #484848;
    margin-bottom: 0;
}
.blog-title {
    font-size: 14px;
    font-weight: 700;
    color: #484848;
}
.anno-title {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
    padding: 0;
    margin: 0;
}
.anno-content {
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
}
.anno-title:before {
    position: relative;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f073";
    padding-right: 5px;
    font-size: 12px;
}
.btn-continue {
    font-size: 12px;
    font-weight: 700;
    color: #008D4E;
    position: relative;
    text-decoration: none;
}
.btn-continue:before {
    font-size: 10px;
    font-weight: 700;
    color: #008D4E;
    position: relative;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f054";
    padding-right: 5px;
}
.btn-continue:hover {
    color: #D51119;
    text-decoration: none;
}
.btn-continue:hover:before {
    color: #D51119;
}
.footer {
    background-color: #008D4E;
}
.footer-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}
.footer-content p {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.footer-content a {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-menu-bg{
    /*background-color: #01703E;*/
    width: 100%;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow:auto;
    display: table;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.footer-menu li {
    float: left;
    border-right: solid 1px #76b297;
    background-color: #01703E;
    display: block;
    text-align: center;
}
.footer-menu li:last-child {
    margin-right: 0px;
    border-right: none;
}
.footer-menu li a {
    padding: 15px 15px;
    text-decoration: underline;
    font-weight: 700;
    display: block;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-menu li a:hover {
    color: #008D4E;
    background-color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .footer-content img {
        width: 60%;
    }
    .footer-menu {
        display: inherit;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .footer-menu li {
        float: inherit;
        border-right: none;
        border-bottom: solid 1px #76b297;
        display: block;
        text-align: left;
    }
    .footer-menu li:first-child {
        padding-left: 10px;
    }
    .footer-menu li:last-child {
        padding-right: 10px;
        border-bottom: none;
    }
    .footer-menu li a {
        text-decoration: none;
    }
}
.footer-line {
    border-top: solid 1px #80c6a7;
}
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contact li {
    float: left;
    color: #FFF;
    margin-right: 20px;
}
.footer-contact li i {
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .footer-contact li {
        float: inherit;
        margin-bottom: 20px;
        border-bottom: solid 1px #76b297;
        padding-bottom: 10px;
    }
    .footer-contact li:last-child {
        border-bottom:none;
    }
}
.copyright {
    color: #FFF;
}
.social-media {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-media li {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.social-media li:last-child {
	float: inherit;
	margin-right: 0;
}
.social-media li a {
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 3px;
	width: 25px;
	height: 25px;
	text-align: center;
	 -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.social-media li a:hover {
	color: #E3171F;
	background-color: #FFFFFF;
    text-decoration: none;
}
.page-title {
    background-color: #F5F5F5;
}
.page-title h1 {
    font-size: 20px;
    color: #484848;
    font-weight: 700;
    margin: 0;
}
.content-box {
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
}
@media only screen and (max-width: 767px) {
    .content-box {
        padding: 20px 15px;
    }
}
.form-title {
    color: #008D4E;
    font-size: 20px;
    font-weight: 700;
}
.logout-title {
    color: #D51119;
    font-size: 20px;
    font-weight: 700;
}
.form-label {
    font-weight: 700;
    font-size: 14px;
    color: #484848;
}
.form-control::placeholder {
    color: #E4E4E4;
    font-size: 14px;
    font-weight: 400;
}
.form-control {
    color: #000;
    font-size: 14px;
}
.form-control:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.input-icon {
    position: absolute;
    right: 20px;
    top: 40px;
}
.datepicker td, .datepicker th {
     font-size: 14px !important;
}
.form-check-label {
    font-weight: 400;
    font-size: 12px;
}
/* Custom optionbox < */
.custom-option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.optionbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: solid 1px #CCCCCC;
  border-radius: 50%;
}
.custom-option:hover input ~ .optionbox {
  background-color: #ccc;
}
.custom-option input:checked ~ .optionbox {
  background-color: #008D4E;
  border: solid 1px #008D4E;
}
.optionbox:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-option input:checked ~ .optionbox:after {
  display: block;
}
.custom-option .optionbox:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFFFFF;
    border: none;
}
/* Custom optionbox > */
/* Custom checkbox < */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: solid 1px #ccc;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #008D4E;
    border: solid 1px #008D4E;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Custom checkbox > */
.page-left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #EFEFEF;
    background-color: #FCFCFC;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page-left-menu li {
	border-bottom: solid 1px #E2E2E2;
}
.page-left-menu li a {
	display: block;
	padding: 10px 20px;
    font-weight: 700;
    color: #484848 !important;
    text-decoration: none;
    cursor: pointer;
}
.page-left-menu li a:hover {
	background-color: #F5F1EE !important;
    color: #008D4E;
}
.page-left-menu li .active-page{
	color: #008D4E !important;
	font-weight: 700;
}
.page-left-menu li .active{
	color: #008D4E !important;
	font-weight: 700;
    position: relative;
}
.page-left-menu li .active:before{
    margin-right: 10px;
	color: #008D4E;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f00c";
	font-size: 12px;
}
.page-left-menu li .active:hover{
	color: #000000 !important;
}
.page-left-menu li:last-child {
	border-bottom: none;
}
.page-left-menu li:first-child {
	background-color: #008D4E ;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}
.page-left-menu li ul {
	list-style: none;
	margin: 0;
	padding: 0 ;
}
.page-left-menu li .has-sub{
	background-color: #F5F1EE;
}
.page-left-menu li ul li a {
	padding: 10px 20px 10px 30px;
}
.page-left-menu li ul li a:before {
	margin-right: 10px;
	color: #ccc;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f0da";
	font-size: 12px;
}
.page-left-menu li ul li:first-child {
	background-color:inherit;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-radius: inherit;
}
#leftMenu.collapse {
	display: block !important;
}
@media only screen and (max-width: 767px) {
	#leftMenu.collapse {
		display: none !important;
	}
	#leftMenu.show  {
		display: block !important;
	}
	.page-left-menu {
		border-radius: 0 0 15px 15px ;
	}
	.page-left-menu-title {
		display: none;
	}
}
.user-photo-container {
    padding: 7px;
    margin: 0 auto;
    border: solid 1px #E4E4E4;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.user-photo-container .uploadText {
    position: absolute;
    bottom: 6px;
    left: 7px;
    width: 225px; 
    background-color:#008D4E;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}
.user-photo-container:hover .uploadText {
    background-color:#D51119;
}
@media only screen and (max-width: 767px) {
    .btn-w-m {
        width: 100%;
    }
}
select.classic {
	background-color: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    height: 40px;
    padding-right: 50px;
    width: auto;
    min-width: 250px;
	font-size: 14px;
	border: solid 1px #E4E4E4;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 15px) calc(15px + 1px), calc(100% - 10px) calc(15px + 1px), 100% 0;
    background-size:5px 5px,5px 5px,2em 3.5em;
    background-repeat: no-repeat;
}
select.classic, select.classic:focus {
    outline: none;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
@media only screen and (max-width: 767px) {
    select.classic {
        width: 100% !important;
    }
}
.side-content {
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    height: auto;
    width: 100%;
    background-color: #FCFCFC;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
}
.side-menu-title {
	background-color: #008D4E;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	border-radius: 10px 10px 0 0;
}
.sub-title {
    font-weight: 700;
    color: #008D4E;
    font-size: 14px;
}
.company-desc {
    font-size: 12px;
    color: #484848;
    line-height: 24px;
}
.font-size-12 {
    font-size: 12px !important;
}
.company-detail-table {
	font-size: 12px;
	border-collapse: collapse;
    border-spacing: 0;
	color: #484848;
}
.company-detail-table table {
    width: 100%;
}
.company-detail-table  table td:first-child {
    line-height: 25px;
    font-weight: 700;
    width: 50%;
}
.company-detail-table  table td:not(:first-child) {
    width: 50%;
}
.company-detail-table table tr td {
    width: auto;
    vertical-align: middle;
}
.job-detail-table {
	font-size: 12px;
	border-collapse: collapse;
    border-spacing: 0;
	color: #484848;
}
.job-detail-table table {
    width: 100%;
}
.job-detail-table table tr:nth-child(even) {
    background-color:#F6F6F6;
}
.job-detail-table  table td:first-child {
    line-height: 30px;
    font-weight: 700;
    width: 20%;
    padding-left: 10px;
}
.job-detail-table  table td:not(:first-child) {
    width: 80%;
    position: relative;
    padding-left: 10px;
}
.job-detail-table  table td:not(:first-child):before {
    content:":";
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    padding-left: 25px;
}
.job-detail-table table tr td {
    width: auto;
    vertical-align: middle;
}
@media only screen and (max-width: 991px) {
	.job-detail-table  table td:first-child {
    	width: 30%;
	}
	.job-detail-table  table td:not(:first-child) {
    	width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	.job-detail-table  table td:first-child {
    	width: 45%;
	}
	.job-detail-table  table td:not(:first-child) {
    	width: 55%;
	}
}

.social-share {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 25px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.fb {
	background-color: #4164A2;
	font-size: 20px;
	padding: 2px 10px;
}
.fb:hover {
	background-color: #213C6A;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tw {
	background-color: #00ACEE;
	font-size: 20px;
	padding: 3px 8px;
}
.tw:hover {
	background-color: #0A89BA;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ws {
	background-color: #00E676;
	font-size: 22px;
	padding: 0px 8px;
}
.ws:hover {
	background-color: #06B15D;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.banner {
    background-color: #F2F1F5;
    /*min-height: 300px;*/
    vertical-align: center;
}
.banner h1 {
	color: #484848;
	font-size: 32px;
	font-weight: 700;
}
.banner p {
	color: #919192;
	
}
@media only screen and (max-width: 767px) {
	.banner h1 {
		font-size: 18px;
	}
	.banner {
        padding-top: 20px;
    }
}
.content-title {
    color: #008D4E;
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 1px #E4E4E4;
    padding-bottom: 15px;
}
.content {
    color: #484848;
    line-height: 25px;
}
.content img {
    margin-bottom: 10px;
}
.blogRightSide  {
    border-bottom: solid 1px #E4E4E4;
    padding: 15px 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blogRightSide a  {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blogRightSide a:hover  {
    color: #D51119;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blogRightSide:hover  {
    background-color:#FFF;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blogRightSide:hover a  {
    color: #D51119;
    text-decoration: none;
}
.blogRightSide:last-of-type  {
     border-bottom: none
}
.blogRightSide .blog-title {
    color: #000000;
    font-size:12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.carousel-thumbnails .carousel-indicators{
	position: inherit;
	bottom: inherit;
	right: inherit;
	left:inherit;
	margin-top: 15px;
}
.carousel-thumbnails .carousel-indicators li{
	width: 100px;
	height: auto;
}
.carousel-thumbnails .carousel-indicators li img{
	opacity: 0.5;
}
.carousel-thumbnails .carousel-indicators .active img{
	opacity: 1;
}
.content .carousel-control-prev {
    width: 30px;
    height: 30px;
    margin-left: 5%;
    background-color: inherit;
    border-radius: inherit;
    padding-top: inherit;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content .carousel-control-next {
    width: 30px;
    height: inherit;
    margin-right: 5%;
    background-color: inherit;
    border-radius: inherit;
    padding-top: inherit;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-all .card {
    margin-bottom: 30px;
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius:  10px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
	box-shadow: 0px 5px 0px 0px rgba(239, 239, 239, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-all .card:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
	box-shadow: 0px 5px 0px 0px rgba(213, 213, 213, 1);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-all .card .card-title {
    color: #484848;
    font-size: 18px;
    font-weight: 700;
}
.blog-all .card .card-text {
    color: #969696;
    font-size: 12px;
    line-height: 17px;
}
@media only screen and (max-width: 767px) {
	.blog-all .card {
        margin-bottom: 20px;
    }
    .blog-all .card {
        margin-bottom: 30px;
    }
}
.font-reset {
    font-size: 14px !important;
}
.nav-pills .nav-link {
    color: #484848;
    background-color: #F5F5F5;
    font-weight: 700;
    font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #008D4E;
    font-weight: 700;
    font-size: 14px;
}
.nav-pills .nav-item a {
    border-radius:0px !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
}
.nav-pills .nav-item:first-child a {
    border-radius:10px 0 0 10px !important;
    border-left: solid 1px #E4E4E4 !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
}
.nav-pills .nav-item:last-child a{
    border-radius:0 10px 10px 0 !important;
    border-right: solid 1px #E4E4E4 !important;
    border-top: solid 1px #E4E4E4 !important;
    border-bottom: solid 1px #E4E4E4 !important;
}
@media only screen and (max-width: 767px) {
	.nav-pills .nav-item a {
        border-radius:10px !important;
        border: solid 1px #E4E4E4 !important;
        margin-bottom: 10px;
    }   
    .nav-pills .nav-item:first-child a {
        border-radius:10px!important;
        border: solid 1px #E4E4E4 !important;
    }
    .nav-pills .nav-item:last-child a{
        border-radius:10px !important;
        border: solid 1px #E4E4E4 !important;
    }
}
.unread-message {
    background-color: #EBFFE9;
}
.message-incoming {
	padding: 20px;
	width: 90%;
	text-align: justify;
	border: 1px solid #EFEFEF;
	margin-bottom: 20px;
    border-radius: 10px;
	background-color: #F9F9F9;
}
.message-sent {
	padding: 20px;
	width: 90%;
	text-align: justify;
	position: relative;
    float: right !important;
	right: 0;
	border: 1px solid #EFEFEF;
	margin-bottom: 20px;
    border-radius: 10px;
    background-color: #FFF;
}
.message-write-panel {
	border: 1px solid rgba(0,0,0,.125);
	padding: 10px;
}
.messageContent {
    border: none !important;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    color: #919192;
}
@media only screen and (max-width: 767px) {
	.message-incoming {
	    padding: 20px 10px;
	    width: 100%;
    }
    .message-sent {
    	padding: 20px 10px;
    	width: 100%;
    }
}
.inline-link {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.inline-link:hover {
    color: #D51119;
    text-decoration: none;
}
.inline-link-green {
    text-decoration: none;
    color: #008D4E;
    font-weight: 700;
}
.inline-link-green:hover {
    color: #D51119;
    text-decoration: none;
}
.job-inline-title {
    border:0 !important;
    padding: 0;
    margin: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.inline-chosen-container {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.filter-container {
    background-color: #F8F8F8;
    padding: 20px;
    border: solid 1px #E4E4E4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.filter-title {
    color: #008D4E;
    font-size: 14px;
    font-weight: 700;
    border-bottom: solid 1px #E4E4E4;
    padding-bottom: 10px;
}
.filter-title a {
   cursor: pointer;
   color: #008D4E;
    display: block;
   float: right;
}
.filter-title a:hover {
    color: #D51119;
}
.filter-title .active i {
     transform: rotate(180deg);
}
.filter-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-item li {
    border: solid 1px #E4E4E4;
    background-color: #FFFFFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 15px;
    font-size: 12px;
    color: #484848;
}
.filter-item button {
    border: none;
    background-color: inherit;
    padding: 0;
    font-size: 14px;
    line-height: 12px;
    margin-left: 5px;
    margin-top: 2px;
    color: #D51119;
    cursor: pointer;
}
.filter-item button:hover {
    color: #008D4E;
    cursor: pointer;
}
.profile-name {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
}
.profile-title {
    font-weight: 400;
    font-size: 16px;
    color: #008D4E;
    text-align: left;
}
.education li ul  {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.education li ul li {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius:  0;
    -webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
    font-size: 12px;
}
.education li ul li {
    float: left;
    margin-right: 25px;
}
.education li ul li:last-child {
    margin-right: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius:  0;
    -webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}
.education li ul li:first-child {
    list-style: none;
    margin-right: 25px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius:  0;
}
.education-box h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.education-box h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #5D5D5D;
}
.education-box p {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.education-line {
    margin-top: 5px;
    margin-bottom: 5px;
}
.r-line {
    border-right: 1px solid rgba(0,0,0,.1);
}
.l-line {
    border-left: 1px solid rgba(0,0,0,.1);
}
.education {
    list-style: none;
    margin: 0;
    padding: 0;
}
.education li:first-child { 
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
    border-radius:  10px 10px 0 0;
}
.education li:last-child { 
    border: solid 1px #EFEFEF;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.education li {
    padding: 25px 20px;
    border: solid 1px #EFEFEF;
}
.last-education {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.form-title-sub {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.c-green {
    color: #008D4E;
}
.ref-company {
    font-size: 14px;
    font-weight: 400;
}
.ref-company:before {
    content: " - "
}
@media only screen and (max-width: 767px) {
	.profile-name {
        text-align: center;
        font-size: 24px;
    }
    .profile-title {
        text-align: center;
        font-size: 14px;
    }
    .education li ul  {
        list-style: none;
    }
    .education li ul li {
        list-style: none;
        margin-bottom: 5px;
    }
    .education-box h3 {
        text-align: center;
    }
    .education-box p {
        margin-bottom: 10px;
        text-align: center;
    }
    .r-line {
        border-right: none;
        padding: 0;
    }
    .l-line {
        border-left: none;
        padding: 0;
    }
    .department {
        text-align: left !important;
    }
}
.card { 
    border: 0;
    -webkit-border-radius: 10px 10px 0 0 ;
    -moz-border-radius: 10px 10px 0 0 ;
    border-radius: 10px 10px 0 0 ;
}
.card-header:first-child {
     border-radius: 10px 10px 0 0 ;
}
.card-header:last-child {
     border-radius:  0 0 10px 10px;
}
.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #008D4E;
    padding: 10px 10px;
    margin: 0;
    border-bottom: solid 1px #FFF;
}
.card-header .btn-link {
    color: #FFF;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 0;
}
.side-content-filter {
    border: solid 1px #EFEFEF;
    background-color: #FCFCFC;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.set-date {
    font-size: 12px;
    color: #484848;
}
/* Login / Forgot Password / Logout Modal < */
.modal-content {
    padding: 0px 10px;
    background-color: #FFF;
    border-style: none;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16);
}
.at-login-form  .modal-header {
    padding: 10px 10px;
    border-bottom: 0px solid #e5e5e5;
}
.modal {
    overflow-y: hidden !important;
}
.modal-open {
    overflow-y: overlay;
}
.at-login-form .signup-or-separator {
	background: none;
	height: 40px;
	position: relative;
	text-align: center;
}
.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;	
 }
.at-login-form .forgot-password {
    color: #D51119;
    cursor: pointer;
}
.at-login-form .forgot-password:hover {
    color: #008D4E;
    cursor: pointer;
}
.modal-header .close {
    padding: 0;
    margin: 0; 
}
.modal .close {
	color: #D51119;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-shadow: inherit;
    filter:inherit;
    opacity:inherit;
}
.modal .close:focus, .modal .close:hover {
    color: #008D4E;
    text-decoration: none;
    cursor: pointer;
    filter:inherit;
    opacity:inherit;
}
@media only screen and (max-width: 767px) {
    .at-login-form .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }
}
/* Login / Forgot Password / Logout Modal > */
.icon-ok {
	font-size: 50px;
	color: #09AD64 !important;
}
.reset-close {
    margin: -1rem -1rem -1rem auto !important;
}
.notificaiton-line {
    margin-bottom: 15px;
}
.notificaiton-line .date:before {
    font-size: 12px;
    color: #484848;
    position: relative;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f073";
    padding-right: 5px;
}
.edit-container {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #E4E4E4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.edit-title {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.edit-content {
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.chosen-container .chosen-results .no-results {
    display: list-item;
    padding: 15px;
    color: #C90205;
    font-size: 12px !important;
}
/* Notification Container < */
.notificationLink {
    font-size: 24px !important;
}
.notification-nav{
    list-style:none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 25px;
}
.notification-nav li {
    font-size: 14px;
    margin-right: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.notification-nav li a{
    color:#484848;
    text-decoration:none
}
.notification-nav li a:hover{
    color:#008D4E;
    text-decoration:none
}
.notification-nav li a:focus{
    color:#008D4E;
    text-decoration:none
}
.notification-container {
    background-color: #FFFFFF;
    border: 1px solid rgba(100, 100, 100, .4);
    webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
    overflow: visible;
    position: absolute;
    top: 50px;
    margin-left: -368px;
    width: 400px;
    z-index: 99;
    display: none;
}
.notification-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #484848;
    border-color: transparent transparent #008D4E;
    margin-top: -20px;
    right: 10px;
}
.notification-title{
    font-weight: 700;
    padding: 8px;
    font-size: 14px;
    background-color: #ffffff;
    color: #008D4E;
    border-bottom: 1px solid #dddddd;
    webkit-border-radius:10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.notification-footer{
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 14px;
    border-top: 1px solid #dddddd;
    webkit-border-radius:0 0 10px 10px ;
    -moz-border-radius: 0 0 10px 10px ;
    border-radius:0 0 10px 10px ;
}
.notification-count {
    padding: 3px 7px 3px 7px;
	background: #cc0000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 0;
	border-radius: 75px;
	-moz-border-radius: 75px; 
	-webkit-border-radius: 75px;
	position: absolute;
	margin-top: -11px;
	font-size: 12px;
}
.notification-list {
    margin: 0;
    padding: 10px 20px 20px 20px;
    list-style: none;
    width: 100%;
}
.notification-list li {
    width: 100%;
    border-bottom: solid 1px #CCC;
}
.notification-list li:last-child {
    border-bottom: none;
}
.notification-list li a {
    font-size: 14px;
    font-weight: 400;
    color:#484848;
    text-decoration:none;
    padding-bottom: 5px;
}
.notification-list a:hover {
    color:#008D4E;
    text-decoration:none
}
@media only screen and (max-width: 1091px) {
    .notification-nav{
        top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .notification-nav{
        position: absolute;
        right: 55px;
        top: 17px;
    }
    .notification-container {
        top: 40px;
        right: 0;
        margin-left: -400px;
        width: 250px;
    }
    .notification-container:before {
        margin-top: -20px;
        right: 40px;
    }
}
/* Notification Container > */
@media print {
    .d-print-inline {
        flex: 0 0 100%;
        max-width: 100%; 
    }
}
.alert-red {
    color: #D51119 !important;
    background-color: #FFFFFF;
	font-weight: 400 !important;
	font-size: 12px;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.alert-red {
    color: #D51119 !important;
    background-color: #FFFFFF;
	font-weight: 400 !important;
	font-size: 12px;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.alert-red:before {
    color: #D51119 !important;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f071";
}
.alert-green {
    color: #008D4E !important;
	border: solid 1px #008D4E;
	padding: 5px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color:#E5FFF3;
	font-weight: 400 !important;
	font-size: 12px;
	display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.alert-green:before {
    color: #008D4E !important;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f058";
}
/* Search Bar < */
.ui-autocomplete { position: absolute; cursor: default; background:#CCC }   
html .ui-autocomplete { 
	width:1px; /* without this, the menu expands to 100% in IE6 */
}
.ui-menu {
    list-style:none;
    margin: 0; 
    display:none;
    float: left;
	background-color: #FFF;
	padding: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.16);
	z-index: 2;
	position: absolute;
	padding-top: 20px;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-menu .ui-menu {
    margin-top: -3px !important;
}
.ui-menu .ui-menu-item {
	border-bottom: solid 1px #EBEBEB;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
	cursor: pointer;
	padding: 5px 10px;
}
.ui-menu li {
	cursor: pointer !important;
}
.ui-menu li:hover {
	cursor: pointer !important;
	background-color:#EDEDED;
}
.ui-menu li:hover {
	cursor: pointer !important;
	color: #09AD64;
}
.ui-menu .ui-menu-item:last-child {
	border-bottom: none;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;	
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
/* Search Bar > */
.chosen-container span {
	font-weight: 400 !important;
	color: #000;
}
.chosen-results li {
	font-weight: 400 !important;
}
.chosen-container-single .chosen-single {
	height: calc(2.25rem + 2px) !important;
	padding: .1rem .75rem !important;
}
#croppicModalObj {
	top: 50% !important;
	margin-top: -112px !important;
}
.bubblingG {
	border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: inherit !important;
    animation: none !important;
}
.clear-filter {
	border: solid 1px #E4E4E4;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 15px;
    font-size: 12px;
	background-color: #D51119 !important;
	color: #FFF !important;
	cursor: pointer;
} 
.clear-filter:hover {
	border: solid 1px #D51119;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 15px;
    font-size: 12px;
	background-color: #FFF !important;
	color: #D51119 !important;
	cursor: pointer;
}