.gd-portal-stat .count {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.gd-portal-stat .count .sub-title {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 0;
    position: relative;
}
.gd-portal-stat .count .sub-title:before {
	background: rgb(255 255 255 / 70%);
	content: '';
	height: 1px;
	position: absolute;
	top: -8px;
	width: 20px;
}
.home-post-title {
	padding:0px !important;
	margin:0 !important;
}
.home-post-title a,
.home-post-title a:active,
.home-post-title a:visited {
	color:#18457e;
}
.home-post-title a:hover {
	text-decoration:underline;
}
.slider-item  > .uk-grid {
	margin-top:15px !important;
	
}
.uk-dotnav { 
	margin-top:30px !important;
}
.uk-dotnav > .uk-active > * {
	background-color:#22272b !important;
}
.uk-dotnav > * > * {
	background-color:#bcbdbf !important;
	border:none !important;
}
.hfe-search-form__input { 
	border-radius:0px !important;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.times__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #bf1f1f;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.times {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #bf1f1f;
  animation: fill_red .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.times__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@keyframes fill_red {
  100% {
    box-shadow: inset 0px 0px 0px 30px #bf1f1f;
  }
}

#search-member-box, .info-box {
	text-align:center;
}
.info-box {
	padding:0px !important;
}
h3.uk-card-title  { font-size:22px !important; }

.not-logged-in {
	border:1px solid black;
	padding:40px !important;
}
.member-name, .member-id { 
	font-size:18px;
	color:#000;
}
.member-id { 
	color:#6a6b6e;
}
.member-name { 
	color:#2f2f30;
	font-weight:500;
}
.divider {
	width:50px;
	height:2px;
	background-color:#c6c6c6;
}
#search-member-box .uk-button-primary { background-color:#4267B2; }
.application_status { font-size:13px;}
.plan { font-size:15px;}
.gd-portal-news-tabs .uk-tab {
    background: transparent;
    display: block;
    margin: 0 0 30px;
	padding: 0 10px !important;
    text-align: left;
}
.gd-portal-news-tabs .uk-tab:before {
    left: 0;
    display: none;
}
.gd-portal-news-tabs .uk-tab li {
    display: inline-block;
    padding: 0 20px 0 0;
}
.gd-portal-news-tabs .uk-tab li a {
	background: #fff;
	color: #646464;
    border: 0;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
}
.gd-portal-news-tabs .uk-tab li.uk-active a {
    background: #2e6993;
    border: 0;
    color: #fff !important;
}
.gd-portal-news-tabs .widget-tabs-content {
    margin: 0;
}
.gd-portal-news-tabs .widget-tabs-content li {
    padding: 0 10px;
}
.gd-portal-news-tabs .item-box {
    border-radius: 10px;
    color: #1f1f1f;
    transition: all .4s ease;
}
.gd-portal-news-tabs .item-box:hover {
    transition: all .4s ease;
}
.gd-portal-news-tabs .item-box img {
	height: 160px;
	object-fit: cover;
	width: 100%;
}
.gd-portal-news-tabs .item-content {
	background: #fff;
    border-top: 3px solid #d5b415;
	border-radius: 10px;
	box-shadow: 0 2px 3px #f1f1f1;
	margin: -40px 15px 0;
	padding: 15px;
	position: relative;
	text-align: left;
}
.gd-portal-news-tabs .item-content h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
}
.gd-portal-news-tabs .item-content h4 a {
	color: #2e6993;
}
.gd-portal-news-tabs .item-content .content p {
    font-size: 14px;
    margin: 0;
}
.gd-portal-news-tabs .item-content .date p {
	font-size: 13px;
	margin: 20px 0 0;
}
.gd-portal-news-tabs .item-fields {
    margin: 20px 0 0;
    font-size: 14px;
    /*position: absolute;
    bottom: 10px;*/
}
.gd-portal-news-tabs .item-fields i {
    padding: 0 10px 0 0;
    width: 25px;
}
.gd-portal-news-box .item-content {
    border: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 3px solid #d5b415;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    margin: 20px 0 0 -60px;
    min-height: 120px;
}
.gd-portal-news-box img {
    border-radius: 3px;
    box-shadow: 0 3px 10px #ddd;
}
.gd-portal-news-box .item-content h4 a {
    font-size: 17px;
}
.gd-portal-news-headlines {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 4px 14px #efefef;
    padding: 20px;
}
.gd-portal-news-headlines .item-box {
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin: 0 0 15px;
    min-height: auto;
    padding: 0 0 5px;
}
.gd-portal-news-headlines .item-box h4 {
    font-size: 17px;
    font-weight: 600;
}
.gd-portal-news-headlines .item-fields {
    margin: 40px 0 0;
    position: relative;
}
.gd-portal-news-headlines .item-box:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.gd-portal-news-box2 {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 20px !important;
}
.gd-portal-news-box2 .uk-width-1-4 {
    padding: 0 25px 0 0;
}
.gd-portal-news-box2 .uk-width-3-4 {
    padding-left: 0;
}
.gd-portal-news-box2:last-child {
    border-bottom: 0;
    margin: 0 !important;
    padding: 0;
}
.gd-portal-news-box2 img {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
}
.gd-portal-jobs .job-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px #ddd;
    min-height: 280px;
    padding: 20px;
    position: relative;
}
.gd-portal-jobs .job-date {
	margin: 0;
}
.gd-portal-jobs .job-date span {
    border-radius: 50px;
    display: block;
    font-size: 13px;
}
.gd-portal-jobs .job-category {
    text-align: left;
}
.gd-portal-jobs .job-category a {
    display: inline-block;
    padding: 0 5px 0 0;
    transition: all .4s ease;
}
.gd-portal-jobs .job-category a:hover {
    color: #3785bb;
    text-decoration: none;
    transition: all .4s ease;
}
.gd-portal-jobs .job-title {
    font-size: 16px;
	font-weight: 600;
    margin: 10px 0 40px;
}
.gd-portal-jobs .job-title a {
    color: #97670b;
	display: block;
    transition: all .4s ease;
}
.gd-portal-jobs .job-title a:hover {
    color: #1f1f1f;
    text-decoration: none;
    transition: all .4s ease;
}
.gd-portal-jobs .job-company {
    bottom: 20px;
    font-size: 13px;
    margin: 0;
    position: absolute;
}
.gd-portal-jobs .job-info {
    color: #626262;
    font-size: 14px;
    position: absolute;
    bottom: 18px;
}
.gd-portal-jobs .job-info i {
    color: #626262;
    padding: 10px 10px 5px 0;
    width: 25px;
    text-align: center;
}
.gd-portal-jobs .job-info a {
    color: #000;
}
.gd-portal-events {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px #e8e8e8;
    padding: 20px;
}
.gd-portal-events .view-date p {
	background: #4d4d4d;
	border-radius: 30px;
    color: #fff;
	display: inline-block;
	padding: 10px 18px 8px;
}

.gd-calendar-style .gd-portal-events .view-date p {
	background: #0a686e;
	font-weight:700 !important;
}

.gd-calendar-style .gd-portal-events:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900 !important;
	content: "\f073";
	color:rgba(243, 245, 246, 0.7);
	font-size:48px;
	right:10px;
    position:absolute;
    bottom:0;
	transform:rotate(15deg);
}

.page-id-12277 { overflow-x:hidden !important; }
.gd-calendar-style .gd-portal-events {
   min-height:235px;
}
.gd-calendar-style .gd-portal-events .event-details a { color:#108C94; } 

.gd-portal-events .view-date .fas {
	display: inline-block;
    font-size: 18px;
	margin: 0 10px 0 0;
	vertical-align: top;
	transform: rotate(-15deg);
}
.gd-portal-events .view-date .date {
	display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
	vertical-align: top;
}
.gd-portal-events .event-details {
    border-left: 3px solid #ddd;
    margin: 0 0 15px;
    padding: 3px 15px;
}
.gd-portal-events .event-details:last-child {
	margin: 0;
}
.gd-portal-events h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.gd-portal-events .event-details .dates {
	font-size: 14px;
	margin: 0;
}
.gd-portal-events .no-events-found {
    margin: 0;
    font-size: 15px;
}
/* Calendar CSS */
.fc-content-skeleton tbody {
    display: none;
}
.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: block;
}
.fc-view-container table td {
    border: 0;
	padding: 0;
}
.fc-view-container table th {
    background: #A06103 !important;
    border: 0;
    color: #fff;
    padding: 5px;
}
.fc-view-container table th span {
	color: #fff;
}
.fc-view-container .fc-content-skeleton table td {
    border: 0;
    padding: 8px;
}
.fc-ltr .fc-basic-view .fc-day-top.has-event a,
.fc-ltr .fc-basic-view .fc-day-top.has-event a:hover {
    background: #1B8366;
    color: #fff;
}
.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number,
.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number:hover {
	background: #555;
	color: #fff;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    display: block;
    text-align: left;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 4px 12px;
    color: #555;
    transition: all .4s ease;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.fc-event-container a {
    border: 0;
    border-radius: 5px;
	color: #fff !important;
    font-size: 14px;
    padding: 5px;
    transition: all .4s ease;
}
.fc-event-container a:hover {
    background: #555;
    transition: all .4s ease;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
}
.fc-right .fc-button {
    background: #555;
    border: 0;
    border-radius: 50px !important;
    margin: 5px 10px 0 0 !important;
    text-shadow: none;
    color: #fff;
    outline: none;
    padding: 3px 4px !important;
    transition: all .4s ease;
}
.fc-right .fc-button:hover {
    background: #fbb040;
    transition: all .4s ease;
}
.fc-left .fc-button {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #555 !important;
    display: inline-block;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0;
	outline: none;
    padding: 8px 20px !important;
}
.fc-left .fc-button.fc-state-active {
    background: #555;
    border: 0;
    border-radius: 50px;
    color: #fff !important;
    text-shadow: none;
}
.fc-toolbar {
    display: block !important;
}
.fc-prev-button .fc-icon,
.fc-next-button .fc-icon {
    width: 17px !important;
}
.fc-prev-button .fc-icon:after,
.fc-next-button .fc-icon:after {
    font-size: 24px !important;
    top: -4px !important;
}
#events-list {
	position: relative;
}
#events-list h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
#events-list .event-item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 14px #ddd;
    display: block;
    margin: 0 0 20px;
    padding: 20px;
    transition: all .4s ease;
}
#events-list .event-item p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
#events-list .event-item a {
    color: #2a6da3;
	display: block;
    transition: all .4s ease;
}
#events-list .event-item a:hover {
    color: #000;
    transition: all .4s ease;
}
#events-list .event-item p span {
	color: #727272;
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}
.month-events {
    background: transparent;
    color: #4054b2 !important;
    display: inline-block;
    font-size: 12.5px;
    font-weight: 600;
	font-style: italic;
    margin: 0;
    padding: 5px 0;
    position: absolute;
	right: 0;
    text-align: right;
	top: 0;
    transition: all .4s ease;
}
.month-events:hover {
    color: #222 !important;
    transition: all .4s ease;
}


/* Dashboard */

.gd-fa-user-circle,
.gd-fa-user-address,
.gd-fa-flask,
.gd-fa-cogs,
.gd-fa-building,
.gd-fa-briefcase,
.gd-fa-dep,
.gd-fa-events,
.gd-fa-graduate,
.gd-fa-mentor,
.gd-fa-news,
.gd-fa-medical,
.gd-fa-search,
.gd-fa-job-list,
.gd-fa-users {
	font-family: 'Font Awesome\ 5 Free';
	text-align:center;
	font-size:70px; 
	font-weight: 900 !important;
	color: rgba(37,48,58,0.4);
	display:flex;
	align-content:center;
	justify-content:center;
}
.gd-fa-active,
.gd-fa-inactive {
	 font-family: 'Font Awesome\ 5 Free';
	text-align:center;
	font-weight: 900 !important;
	font-size:16px !important;
}
.gd-fa-users::before {
	content: "\f019"; 
}
.gd-fa-job-list::before {
	content: "\f03a"; 
}
.gd-fa-search::before {
	content: "\f002"; 
}
.gd-fa-events::before {
	content: "\f073"; 
}
.gd-fa-graduate::before {
	content: "\f19d"; 
}
.gd-fa-mentor::before {
	content: "\f500"; 
}
.gd-fa-news::before {
	content: "\f1ea"; 
}

.gd-fa-medical::before {
	content: "\f469"; 
}

.gd-fa-active::before {
	content: "\f111"; 
	color:#3EC54C;
}
.gd-fa-inactive::before {
	content: "\f111"; 
	color: rgba(37,48,58,0.4);
}
.gd-h3-custom-size {
	font-size:16px;
}
.gd-dash-welcome-title {
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
.gd-dash-welcome-text {
	font-size:15px;
	margin:0 auto;
	width:63%;
	text-align:center !important; 
}
.gd-dash-welcome-text p {
	text-align: center !important;
}
.gd-account-title {
	display:flex;
	align-content:center;
	justify-content:center;
	color:#373737;
	margin-top:15px;
	text-align:center;
}
.gd-dashboard-grey-box {
    background: #f2f3f6;
    margin: 60px -42px 0 !important;
    padding: 40px 40px 40px 0 !important;
}

.gd-bell::before {
	font-family: 'Font Awesome\ 5 Free';
	text-align:center;
	font-size:25px; 
	font-weight: 900 !important;
	color: rgba(255,255,255,0.85);
	display:flex;
	align-content:flex-end;
	justify-content:center;
	content: "\f0f3"; 
	border-radius:50px !important;
	background-color:rgba(255, 255, 255, 0.12);
	width:50px !important;
	height:50px !important;
	align-items:center !important;
}

.gd-listing-header {
    background: #486c87;
    border-radius: 4px;
	color: #fff;
    margin: 0 !important;
    padding: 20px !important;
}
.gd-listing-header > * {
    padding: 0 !important;
    width: 12.5% !important;
}
.gd-listing-header > *:first-child {
    width: 50% !important;
}
.gd-listing-header p {
    font-size: 15px;
    font-weight: 500;
	margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.gd-listing-header > *:first-child p {
    text-align: left;
}
.gd-listing-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0 0 !important;
    padding: 20px !important;
	transition: all .4s ease;
}
.gd-listing-item:hover {
	background: rgba(242, 243, 248, 0.8);
	transition: all .4s ease;
}
.gd-listing-item > * {
    padding: 0 !important;
    width: 12.5% !important;
}
.gd-listing-item > *:first-child {
    width: 50% !important;
}
.gd-listing-item p {
	font-size: 14px;
	margin: 0;
    text-align: center;
}
.gd-listing-item > *:first-child p {
    text-align: left;
}
.gd-listing-item p a {
	color: #1f1f1f;
	display: block;
	font-size: 15px;
	font-weight: 500;
	transition: all .4s ease;
}
.gd-listing-item p a:hover {
	color: #874175;
	transition: all .4s ease;
}
.gd-listing-item p .fas {
	font-size: 16px;
}
.gd-left-icon::before {
	content: "\f053"; 
}
.gd-right-icon::before {
	content: "\f054"; 
}
.gd-fa-user-circle::before {
	content: "\f2bd"; 
}
.gd-fa-user-address::before {
	content: "\f2bb"; 
}
.gd-fa-flask::before {
	content: "\f0c3"; 
}
.gd-fa-cogs::before {
	content: "\f085"; 
}
.gd-fa-building::before {
	content: "\f1ad";
}
.gd-fa-briefcase::before {
	content: "\f0b1";
}
.gd-fa-dep::before {
	content: "\f508";
}
.gd-home-banner {
	width:100%;
	padding-bottom:40px;
	border-radius:10px;
}
.gd-big-box .uk-description-list > dt {
	float: left !important;
	width: 80% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none;
}
.gd-big-box .uk-description-list > dd {
	float: left !important;
	width: 20% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align:right;	
}
.gd-left-icon,
.gd-right-icon{
  font-family: 'Font Awesome\ 5 Free';
	font-size:12px; 
	font-weight: 900 !important;
	color: #747373;
}
.gd-dash-statistics p {
	font-size:14px;
	color:#0D0D0D;
}
.gd-circle_color_pink_test,
.gd-circle_color_blue,
.gd-circle_color_green {
	font-size:28px;
}
.gd-stats-box-title {
	text-align:left;
}
.gd-big-box dt {
	font-size:14px;
	color:#373737;	
}
.gd-big-box dt,
.gd-big-box dd {
	padding-top:10px;
}
/*
.gd-job-cols {
	padding-top:80px;
}*/
.gd-job-cols .uk-card-default {
    background: rgb(255 255 255 / 95%);
    border: 1px solid #6f87a32d;
    box-shadow: 0 3px 14px rgb(25 25 25 / 5%);
    border-radius: 10px !important;
	margin: 0 0 20px !important;
    padding: 10px 5px;
    margin: 0 0 30px !important;
}
.gd-job-cols .uk-badge {
	background-color: #44586B !important;
    color: #fff !important;
    display: inline-block;
    font-size: 13px !important;
    font-weight: normal;
    height: auto;
    padding: 13px 13px !important;
}
.gd-job-cols .gd-title {
	background:none !important;
	border-radius:0px !important;
	color:#1f1f1f !important;
}
.gd-job-title a {
	font-size:16px !important;
	text-align:left !important;
	color:#B17A0F !important;
}
.gd-company-name  {
	color:#232323 !important;
	font-size:13px;
	padding: 0 10px;
}
.gd-dash-statistics .uk-badge {
	width: 120px;
	height: 120px;
	text-align:center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#0D0D0D !important;
	font-size:28px;
}
.gd-blue-circle {
	background-color:rgba(40, 108, 191, 0.2) !important;
}
.gd-green-circle {
	background-color:rgba(47, 156, 55,0.2) !important;
}
.gd-pink-circle {
	background-color:rgba(191, 67, 40, 0.2) !important;
}
.uk-card-header { 
	padding:15px 15px !important;
	border:none !important;
}
.uk-card-footer { 
	padding:15px 7px !important;
	padding-top:100px !important;
	border:none !important;
}
.footer-social-icons span {
	font-size:26px;
	background-color:rgba(224, 224, 224, 0.7) ;
	width:44px;
	height:44px;
	border-radius:70%;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-icons a {
	color:rgba(75, 75, 75, 0.35) !important;
}
.footer-social-icons a:hover {
    color: #000 !important;
}
.footer-social-icons a:hover {
	text-decoration:none;
}
.gd-big-box .uk-width-4-5 {
	text-align:left !important;
}
.gd-big-box .uk-width-1-5 {
	text-align:right !important;
}
.gd-big-box .uk-width-4-5,
.gd-big-box .uk-width-1-5 {
	color:#373737 !important;
	font-size:14px !important;
}
.gd-job-cols .uk-description-list > dt {
    width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
	text-transform: none;
	text-align:left;	
}
.gd-job-cols .uk-description-list > dd {
	width: 50% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align:right;	
	text-transform: none;	
}
.gd-job-cols .uk-card-body {
	padding: 0px 16px !important;
	min-height:60px;
}
.uk-card  {
	border-radius:5px !important;
}
.gd-big-box .uk-card-body {
	padding:40px 20px !important;
}
.gd-big-box hr {
	margin: 0 0 5px 0 !important;
}
.gd-card-box {
	background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.gd-box-title {
	text-align:center;
}
.gd-message-box {
	margin-left:auto;
	margin-right:auto;
	width:40%;
	background-color: #f2f3f6;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top:50px;
}
.gd-arrow-left::before {
	font-family: 'Font Awesome\ 5 Free';
	font-size:14px; 
	font-weight: 900 !important;
	color: rgba(37,48,58,0.4);
	content: "\f060";
	padding-left:20px;
}
.gd-main-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin: 8px 0 0 !important;
}
a.gd-back-link {
	font-size:13px !important; 
	color:#7E7E7E !important;
}
.gd-seperator {
	color:#7E7E7E;
	padding:0px 20px;
}

.user-full-name {
	font-size:20px;
}
.gd-top-margin {
	margin-top:40px !important;
}
.gd-dl-lists .uk-description-list > dt {
	width: 40% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none;
	font-size:15px;
	font-weight:bold;
	float:left;
}
.gd-dl-lists  .uk-description-list > dd {
	width: 60% !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size:15px;
	color:#000000;
	float:left;
}
.gd-dl-lists  .uk-description-list > dd p,
.gd-dl-lists .uk-description-list > dt p {
	text-align:left !important;
}
.gd-dl-big-list .uk-description-list > dt {
	width: 60% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none;
	font-size:15px;
	font-weight:bold;
	float:left;
	word-wrap: break-word;
}
.gd-dl-big-list  .uk-description-list > dd {
	width: 40% !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size:15px;
	color:#000000;
	float:left;
}
.gd-dl-big-list .uk-description-list > dt p, .gd-dl-big-list  .uk-description-list > dd p {
		text-align:left !important;
}
.gd-job-cols .uk-description-list > dt {
	width: 50% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none;
	text-align:left !important;
	font-size:15px;
	font-weight:bold;
	float:left;
}
.gd-job-cols .uk-description-list > dd {
	width: 50% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align:right !important;
	font-size:15px;
	color:#000000;
	float:left;
}
.gd-profile-info .uk-description-list > dt {
	width: 45% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none;
	text-align:left !important;
	font-size:15px;
	font-weight:bold;
	float:left;
}
.gd-profile-info .uk-description-list > dd {
	width: 55% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align:left !important;
	font-size:15px;
	color:#000000;
	float:left;
}
.gd-profile-info .uk-description-list dt > p,
.gd-profile-info .uk-description-list dd > p{
	text-align:left !important;
}
.gd-profile-info {
	padding-top:20px;
}
.gd-short-desc-title {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
.gd-short-desc {
	color:#000000;
}
.edit-button {
	background-color:#979797 !important;
	color:#FFFFFF !important;
	font-size:13px !important;
	border-radius:5px !important;
	text-transform:capitalize !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group {
	border:none !important;
}
.acf-fields > .acf-tab-wrap {
	background:none !important;
}
.acf-fields > .acf-field {
	border-top:none !important;
}
.acf-fields > .acf-field label {
	font-size: 15px;
	font-weight: 500 !important;
	margin: -5px 0 0 0 !important;
	padding: 0 30px 0 0 !important;
	text-align: right;
}
.uk-tab {
	padding:10px 10px 0px 10px !important;
}
.uk-tab>.uk-active>a {
	padding-bottom:10px !important;
	border-bottom:2px solid #1e87f0;
	color:#286CBF !important;
	font-weight:bold !important;
}

.uk-tab>*>a {
	padding-bottom:10px !important;
	text-transform:capitalize !important;
	font-size:15px !important;
	font-weight:bold !important;
}
.gd-all-jobs .uk-card{
	margin-top:30px !important;
}
.fa-chevron-right:before,
.fa-chevron-left:before {
	font-size:16px;
}
.pagination {
	text-align:center;
	margin: 0 auto;
	margin-top:80px;
}
.pagination ul{
  display: inline-block;
	list-style-type:none;
}
.pagination li  {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination li a,
.pagination li {
	font-size:12px;
	color:#747373;
}
.pagination .current {
	color:#2D77CE;
	font-weight:bold;
}
.gd-stats-box-title {
	border-bottom:1px solid #D7D7D7;
	padding-bottom:10px;
}
.acf-field input,
.acf-field select,
.acf-field textarea {
	background: #fff;
    border: 1px solid #E3E3E3 !important;
	color: #1f1f1f;
	outline: none !important;
	padding: 10px !important;
	transition: all .3s ease;
}

input.select2-search__field { border: none !important; }

.select2.select2-container .select2-selection.select2-selection--multiple { padding:5px 5px !important; }

.acf-field input:focus,
.acf-field select:focus,
.acf-field textarea:focus {
	border-color: #555 !important;
	transition: all .3s ease;
}
.acf-fields .acf-tab-wrap .acf-tab-group li a {
	background:transparent !important;
	border:none !important;
	font-size: 11px;
	line-height: 13px;
}
.acf-fields .acf-tab-wrap .acf-tab-group li a {
	background:transparent !important;
	border:none !important;
}
.acf-fields .acf-tab-wrap .acf-tab-group li.active a {
	background-color:#286CBF !important;
	border-radius:15px !important;
	color:#fff !important;
	padding:10px 12px;
}
.acf-field .acf-label {
	width: 20% !important;
    display: inline-block !important;
	padding-top: 12px;
    padding-left: 25px;	
}
.acf-field .acf-input {
  width: 80% !important;
    float: right !important;
}
.acf-fields.-border {
	border:none !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group {
	border-bottom: 2px solid #ddd !important;
  /*  display: flex !important;
    align-items: left !important;*/
	padding: 0;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li {
	margin: 0 35px 0 0 !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a {
	background: transparent !important;
	border-bottom: 2px solid #ddd !important;
	color: #555 !important;
	margin: 0 0 -2px 0 !important;
	padding: 0 0 20px !important;
	border-radius:0 !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
	background: transparent !important;
	color: #289dcb !important;
	border-bottom: 2px solid #289dcb !important;
	border-radius:0 !important;
}
.acf-fields > .acf-tab-wrap {
	margin-top:40px;
}
.acf-form-submit button, .acf-form-submit input[type="button"], .acf-form-submit input[type="reset"], .acf-form-submit input[type="submit"] {
	  border: none !important;
    border-radius: 7px;
    background: #1F1F1F;
    color: #fff;
    line-height: 1;
    padding: 12px;
	margin-top:30px;
}
.acf-fields {
    padding-top: 0;
}
.acf-tab-group {
    display: block !important;
    text-align: center;
    margin: 0 0 40px !important;
}
.acf-tab-group li {
    display: inline-block !important;
    float: none !important;
    margin: 0 6px;
}
.acf-tab-group li a {
    background: #555 !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 12px 16px !important
}
.acf-form .acf-field-group .acf-fields {
    background: #f9f9f9;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
}


.gd-introduction-text {
	margin-top:30px;
}
.gd-job-fields  {
	margin-top:60px;
}
.gd-job-fields p {
	text-align:left !important;
}
input.gd-submit {
	border: none !important;
    border-radius: 5px !important;
    background: #1F1F1F !important;
    color: #fff !important;
    line-height: 1 !important;
    padding: 12px !important;
	margin-top:30px !important;
}
.gd-checkbox-list  {
	list-style-type:none;
	columns: 2 !important;
	-webkit-columns: 2 !important;
	-moz-columns: 2 !important;
}
.gd-checkbox-list li {
	padding-top:10px;
}
.gd-circle-logout {
	background-color:rgba(255, 255, 255, 0.12);
	color:rgba(255, 255, 255, 0.85);
	text-align:center !important;
	font-size:25px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:70px !important;
}

.gd-circle-logout .uk-button-default {
	border:none !important;
	background:transparent !important;
	color:rgba(255, 255, 255, 0.85);
	text-align:center;
	font-size:25px !important;
	border-radius:50px;
}

.gd-dropdown li {
	font-size:14px;
	text-align:left;
}


.acf-field input, .acf-field select:focus {
	border:none;
}
.gd-access-denied {
	background-color:#fff;
	padding:50px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
}
.gd-dashboard-page h1.entry-title {
	display:none;
}
.gd-list-posts {
	margin-top:20px !important;
}
.gd-list-posts table th {
	text-transform:none !important;
}
.gd-list-posts table a {
	color:#000 !important;
}
.gd-list-posts table a:hover {
	color:#286CBF !important;
	text-decoration:none !important;
}
.gd-list-posts table a span {
	color:#286CBF !important;
	font-size:24px;
}
.gd-list-posts table a:hover span {
	color:#000 !important;	
}
.gd-list-posts .uk-table td {
	vertical-align:middle !important;
}
.gd-list-posts .inactive {
	color:#979797;
}
.gd-list-posts .active {
	color:#3EC54C;
}
.gd-staff-posts-stats {
	margin-top:20px !important;
}
 .uk-alert-primary.gd-staff-alert {
	background-color: #fff !important;
    color: #1f1f1f !important;
    padding: 0;
}
.gd-add-new-section {
    margin: -30px 0 40px;
}
.gd-add-new-section a {
    background: #874175;
    border-radius: 50px;
    box-shadow: 0 3px 13px #ddd;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 25px;
    transition: all .4s ease;
}
.gd-add-new-section a:hover {
    background: #323232;
    transition: all .4s ease;
}
div.gd-testclass{
	position: absolute;
  	bottom: 30px;
  	left: 500px;
  	background-color: blue;
}
div.gd-one{
	background-color: blue;
}
div.gd-opacity{
	opacity: 0.4;
}
div.gd-ad-content h4{
	color: #cab624;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
}
	
@media screen and (max-height: 450px) {
	.gd-sidenav {padding-top: 15px;}
	.gd-sidenav a {font-size: 18px;}
}
.gd-profilepic{
	padding:10px;
	padding-top: 30px;	
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#calendar{
	position: relative;
    right: 50px;
    top: 25px;
    float: left;
    height: 80px;
    width: 80px;
}
h1 {text-align: center;}
h5{text-align: center;}
h6{text-align: left;}
p {text-align: left;}

@media (max-width: 1300px) {
	.gd-dashboard-page .container {
		padding: 0 40px;
	}
}
.gd-fas{
	font-size: 80px;
	color: black;
}
#smallbox {
    cursor: pointer;
}
.gd-ban{
	margin-top: 70px;
	height: 140px;
	width: 800px;
	background-image:
    linear-gradient(
      to right, 
      #157DEC, purple
    );
	text-align: left;
}
.gd-mytestclass {
	color: red;
}
.uk-button-participate{
	border-radius: 50px !important;
    top: 45px;
    right: 30px;
    position: relative;
    float: right;
    height: 40px;
}
.gd-career h5 {
	color: #FEFEFE;
    position: relative;
    top: 40px;
    right: 100px;
}
.gd-stat-number{
	text-align: right;
	color: blue;
}
.gd-stat-title{
	text-align: left;
	font-size: 80%;
	font-weight: 500;
}
.gd-card-title{
	font-weight: 600;
}
.gd-box-three-stats{
    position: relative;
    width: 800px;
    bottom: 123px;
}
.uk-flex{
	gap: 1%;
}
.gd-column {
	align-items: center; 
}

/* Clear floats after the columns */
.gd-row:after {
  content: "";
  display: table;
  clear: both;
}
.gd-date-textstyle h5 {
	position: absolute;
    top: 20px !important;
    left: 20px;
	background-color: #435769;
    color: #FEFEFE;
    border-radius: 20px;
    width: 90px;
    font-size: 12px;
}
.gd-company-name h4 {
	font-size: 0.9rem;
    line-height: 1.1;
}
.gd-bio-stats p{
    text-align: left;
    font-size: 100%;
    font-weight: 400;
}
.gd-circle-color-pink {
	padding: 100px;
	text-align: center;
	background-color: #f8e6e2;
	border-radius: 50%;
	width: 100px;
    height: 100px;
}
.uk-badge.gd-circle-color-pink-test {
	background-color: #f8e6e2 !important;
	padding: 70px !important; 
	border-radius: 100% !important; 
	color:#000 !important;
}
.uk-badge.gd-circle-color-blue{
	padding: 70px !important;
	background: #e6edf6 !important;	
	border-radius: 100% !important;
	color:#000 !important;
}
.uk-badge.gd-circle-color-green{
	padding: 70px !important;
	background: #e2efe3 !important;
	border-radius: 100% !important;
	color:#000 !important;	
}
.gd-date-textstyle-homepage h5 {
	position: absolute;
    top: 20px !important;
    left: 20px;
    color: black;
    border-radius: 20px;
    width: 90px;
    font-size: 12px;
}

.gd-homepage-posttitle h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #B17A0F !important;
}
.gd-homepage-posttitle-jobs h4 {
	 color:  #435769 !important; 
    text-align:center !important; 
    font-weight: 400;
}
.gd-homepage-content{
	color: black;
    text-align:left !important; 
    font-weight: 400;
}
.gd-homepage-circle-color-blue {
	
	background-color: #56a7e6 !important;
	padding: 70px !important; 
	border-radius: 100% !important; 
	color:#000 !important;
	width: 0px;
}
.gd-homepage-circle-color-blue-shadow{
	background-color:#cde6fb !important;
    padding: 80px !important;
    border-radius: 100% !important;
    width: 0px;
}
.gd-homepage-circle-color-pink {
	background-color: #f04c71 !important;
	padding: 70px !important; 
	border-radius: 100% !important; 
	color:#000 !important;
	width: 0px;
}
.gd-homepage-circle-color-pink-shadow{
	background-color:#fac9d7 !important;
    padding: 80px !important;
    border-radius: 100% !important;
    width: 0px;
}
.gd-homepage-circle-color-yellow {
	background-color: #feb238 !important;
	padding: 70px !important; 
	border-radius: 100% !important; 
	color:#000 !important;
	width: 0px;
}
.gd-homepage-circle-color-yellow-shadow{
	background-color: #fcebca !important;
    padding: 80px !important;
    border-radius: 100% !important;
    width: 0px;
}
.gd-homepage-circle-color-green {
	background-color: #61cd82 !important;
	padding: 70px !important; 
	border-radius: 100% !important; 
	color:#000 !important;
	width: 0px;
}
.gd-homepage-circle-color-green-shadow{
	background-color:#c5f2d2 !important;
    padding: 80px !important;
    border-radius: 100% !important;
    width: 0px;
}
.gd-fas {
    font-size: 40px;
    color: black;
    top: 70px;
    position: relative;
    right: 45px;
    opacity: 0.5;
}
.gd-edit-button{
	position: absolute;
	width: 1093px;
	height: 306px;
	left: 162px;
	top: 297px;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px #E8E8E8;
	border-radius: 4px;
}
.gd-button-edit-cv{
	background-color: #777777 !important;
	border-radius: 6px;
	padding: 6px 14px;
	color: #DFDEDF;
}
.uk-tab{
    margin-left: 0px !important;
	background-color: white;
}
.gd-title-class dt {
     font-weight:bold !important;
	 text-transform: none !important; 
	font-size: 16px !important;
}
ul.gd-title-class dt {
    font-weight:bold !important;
	text-transform: none !important; 
	float: left !important;
    width: 60% !important;
	font-size: 16px !important;
}
ul.gd-title-class  dd {
    float: left !important;
    width: 40% !important;
	font-size: 16px !important;
}
.gd-notactive{
	background-color: green !important;
}
.gd-firstname-lastname{
	font-weight:bold;
	text-align: left;
	font-size: 20px;
	color:#272727 !important;
	width:100%;
	padding-top: 40px;
}
.gd-foreas{
	display: inline-block !important;
	color:black;
	font-size:16px !important;
}
.gd-title-badge{
	display: inline-block !important;
	color:black;
}
.gd-badge-notactive{
	background-color:green !important;
}
.gd-foreas span{
	margin-right: 25px !important;
}
.gd-computers{
	text-align:left;
}
.gd-title-padding{
	padding-bottom: 50px!important;
}
.gd-title-class dd{
	color:black;
}
.gd-textcolor{
	color:black;
	font-size: 16px;
}
.gd-textalign p{
	text-align: left !important;
}
.gd-textalign-strong p{
	text-align: left !important;
	font-weight: bold;
	font-size: 15px;
}
.gd-item-group-row {
    border-left: 2px solid #ddd;
    padding-left: 20px;
    position: relative;
}
.gd-item-group-row:hover {
    border-color: #286cbf;
    transition: all .4s ease;
}
.gd-item-group-row p {
    margin: 10px 0;
}
.gd-item-group-row p:last-child {
    margin-bottom: 20px;
}
.gd-footer{
	text-align:center !important;
	justify-content: center !important;
	margin-top:150px;
	padding-bottom:10px;
	margin-bottom: -20px;
}
.gd-footer p {
	color: rgba(68, 68, 68, 0.751599);
	font-size: 16px;
}
#search-cv-button {
	margin-top:30px !important; 
}
.search-cv-form {
    clear: both;
    margin: 0 0 50px;
    padding: 0 0 30px;
}
.gd-search-cvs .gd-listing-header > *,
.gd-search-cvs .gd-listing-item > * {
    width: 20% !important;
}
.gd-search-cvs .gd-listing-header p,
.gd-search-cvs .gd-listing-item p {
    text-align: left;
}
/* .fa-download::before,
.fa-arrow-down::before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900 !important;
	color: rgba(37,48,58,0.4);
	text-align:center;
} */
.ur-submit-button{
	background-color: black;
	color : #fff !important;
	margin: 0 auto !important;
}
.user-registration-Button {
	background-color: black !important;
	margin: 0 auto;
}
.ur-form-grid{
	text-align: center !important;
}
.user-registration-register {
	background-color: #979797;
	margin: 0 auto !important;
	text-align: center;
	width:25%;
	padding: 10px;
	border-radius: 30px;
	cursor: pointer;
}
.user-registration-register a{
	color: white !important ;
}
.user-registration {
	text-align: center !important;
}
.ur-frontend-form{
	margin: 0 auto !important;
	border-color : transparent;
}
.ur-label{
	text-align: left;
}
.uk-notification-message-success {
   color:#fff !important;
}
.uk-notification-message {
   background-color:#2C6DAF !important;
}
 .row-actions .ur_user_deny_action a {
	color:green !important;
    display: none!important;
}
.gd-inline-items{
	display: inline;
}
form.export-excel {
  float:right;
}
input.uk-button.uk-button-default.export-button {
    background-color: #979797;
    color: #fff;
    padding: 12px 32px;
    border-radius: 5px;
    text-transform: none;
}
.page-template-gd {
    background: #ebf1f3;
    background-size: 82.2% !important;
    background-position: 50% 10% !important;
}
.gd-dashboard-page {
    padding: 80px 40px;
}
.gd-dashboard-page .container {
    background: rgb(255 255 255 / 94%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgb(104 137 169 / 10%);
    backdrop-filter: blur(4px);
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 40px;
}
#menu-dashboard-menu {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0;
}
#menu-dashboard-menu li {
    display: inline-block;
}
#menu-dashboard-menu li a {
    color: #999 !important; 
	font-size:14px; 
    display: block;
	margin-bottom: -23px;
    padding: 10px 20px 33px;
    transition: all .4s ease;
}
#menu-dashboard-menu li.current-menu-item a,
#menu-dashboard-menu li a:hover {
    color: #fff;
    transition: all .4s ease;
}
#menu-dashboard-menu .menu-item-has-children {
    position: relative;
}
#menu-dashboard-menu .sub-menu {
    display: none;
}
#menu-dashboard-menu .menu-item-has-children:hover .sub-menu {
    background: #555;
    border-radius: 0 0 4px 4px;
    display: block;
    font-size: 14px;
    position: absolute;
    width: max-content;
    margin-top: 23px;
    right: 0;
    padding: 0;
}
#menu-dashboard-menu .sub-menu li a {
    margin: 0;
    padding: 15px 20px
}
.gd-top-section {
    background: rgb(72 108 135);
    margin: -42px -42px 80px !important;
    padding: 20px !important;
    border-radius: 10px 10px 0 0;
}
.gd-top-section .uk-width-1-4\@m {
	padding: 0;
}
.gd-dashboard-page .gd-account-boxes .uk-width-1-4\@l {
	margin-bottom: 30px;
}
.gd-dashboard-page .gd-account-boxes .uk-card {
    background: rgb(255 255 255 / 95%);
    border: 1px solid #286cbf2d;
    box-shadow: 0 8px 32px 0 rgba(25, 25, 25, 0.05);
    border-radius: 50px !important;
    padding: 10px;
    min-height: auto !important;
    height: auto !important;
	
}
.gd-dashboard-page .gd-account-boxes .uk-card:hover span:first-child {
    background: #286cbf;
}
.gd-dashboard-page .gd-account-boxes .uk-card > * {
    color: #555;
    display: inline-block;
    margin: 0;
}
.gd-dashboard-page .gd-account-boxes .uk-card span:first-child {
    background: #555;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 10px 5px;
	text-align: center;
    width: 40px;
	transition: background 0.6s;
}
.gd-notification-item {
    border-left: 5px solid #126d91 !important;
    padding: 0px !important;
}
a.gd-bell {
  position: relative;  
}
span.num {
  position: absolute;
  font-size: 0.7em;
  top: 1px;
  color: #fff;
  right: -5px;
  height: 1rem;
  width: 1rem;
  text-align: center;
  border-radius:30px;
}
a.uk-text-bold { 
	font-weight:bold !important;
}
.fa-building, .fa-calendar-days {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900 !important;
}

.gd-dropdown-fullname {
	font-size:13px;
	text-align:center;
	font-weight:600;
}
.gd-dropdown-email {
	font-size:11px;
	text-align:center;
	color:#949494;
}
/*
.uk-dropdown {
	padding:0px !important;
	padding-bottom:15px !important;
}*/

.dashboard-title {
	width:21% !important;
}
.dashboard-menu {
	width:79% !important;
}


#menu-dashboard-menu .sub-menu li {
	display: block !important;
}

#menu-dashboard-menu .sub-menu li a {
    background-color: rgb(72 108 135);
}

.gd-home {
	color:#fff !important;
	font-size:24px !important;
}

/* End Dashboard */ 

.application-button {
	margin-bottom:10px;
}


.uk-slidenav-previous,
.uk-slidenav-next {
	color:#44586B !important;
}

.gd-job-cols .uk-position-small {
	margin:5px !important;
}

.elementor-terms::after {
	content:",";	
}
.elementor-terms:last-child:after {
	content:" ";
}


/* Salon Booking */
#sln-salon {
    border: 0 !important;
    padding: 0 !important;
	max-width: 100% !important;
}
.sln-salon-my-account-tab-nav {
    margin: 0;
    text-align: center;
}

.uk-dropdown .gd-dropdown-header { 
	text-align:center; 
	background-color:#f0f0f0;
	padding:20px;
	margin:-25px -25px 25px;
}

.gd-divider {
	border-left:2px solid #f0f0f0;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member{
    background: transparent !important;
    border: 1px solid #ebebeb !important;
    border-radius: 3px;
    width:18% !important;
    margin-left:1% !important;
    margin-right:1% !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer{
    width:0 !important;
}

.fa-bars:before {
	color:#fff;
	font-size:24px;
}

#offcanvas-nav .gd-dropdown-header {
	text-align:left; 
	background-color:#222;
	padding:12px 0px;
	color:#fff;
	border-bottom:1px solid #f0f0f0;
	
}

#offcanvas-nav .gd-dropdown-header .gd-dropdown-fullname {
	font-size:20px;
}
#offcanvas-nav .gd-dropdown-header .gd-dropdown-email {
	font-size:16px;
}
/*
[class*=uk-dropdown-bottom] {
	margin-top:30px !important;
}*/

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear { 
   right: 50px !important;
   font-size: 30px;
   color: #aaaaaa !important;
   margin: 0 !important;
   top: -15px;
}

.col-xs-12.col-md-6.field-password.sln-input.sln-input--simple.sln-text {
   display: none;
}

.col-xs-12.col-md-6.field-password_confirm.sln-input.sln-input--simple.sln-text {
   display: none;
}



.search-icon {
    font-size: 16px;
    background: #2C6DAF;
    color: #fff !important;
    display: block;
    border-radius: 50px;
    padding: 10px 14px;
    transition: all .4s ease;
}

.custom-search-box {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px #ddd;
    margin: 0 0 20px;
    padding: 10px 20px;
	margin-top:30px;
}

.custom-search-box input[type="submit"] {
    background: #555;
	font-size: 15px;
    font-weight: 400;
	outline: none;
    border: 0;
    color: #fff;
	line-height: normal;
	border-radius: 50px;
    height: 40px;
    padding: 10px 15px;
	box-shadow: none;
	width:20%;
	display: block;
    margin-left: auto;
}



.all-filters {
	display:flex;
	align-content:center;
}
.post-type-filters {
}

.categories_dropdown  {
	margin-left:auto;	
}

.categories_dropdown button {
	background: #874175;
    border-radius: 50px;
    box-shadow: 0 3px 13px #ddd;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 10px 14px;
    transition: all .4s ease;
}

.categories_dropdown button:hover {
	background: #323232;
	color:#fff;
}


.gd-elementor-taxonomy-dropdown.uk-dropdown.uk-dropdown-bottom-right {
	
    height: 400px !important;
    overflow-y: scroll !important;
}

.uk-notification-message {
	font-size:16px;
}

.new-job {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.gd-padding {
	padding-top:80px;
}


.gd-home-dashboard {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900 !important;
	content: "\e3af"; 
	background-color:rgba(255, 255, 255, 0.12);
	color:rgba(255, 255, 255, 0.85);
	width:50px !important;
	height:50px !important;
	text-align:center !important;
	font-size:25px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:70px !important;
	margin-left:30px !important;
}




.gd-icon-menu {
	
	background-color:rgba(255, 255, 255, 0.12) !important;
	color:rgba(255, 255, 255, 0.85) !important;
	width:50px !important;
	height:50px !important;
	text-align:center !important;
	font-size:25px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:70px !important;
	border: none;
	
}

.gd-user-icon-menu {
	
	background-color:rgba(255, 255, 255, 0.12) !important;
	color:rgba(255, 255, 255, 0.85) !important;
	
	text-align:center !important;
	font-size:25px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:70px !important;
	
}

.gd-padding-user{
	background-color:rgba(255, 255, 255, 0.85); !important;
	color:#486C87 !important;
	width:40px !important;
	height:40px !important;
	text-align:center !important;
	font-size:25px !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	border-radius:70px !important;
	margin: 5px;
}
.gd-padding-name-menu{
	padding-left:10px;
	padding-right:20px;
	font-size:17px !important;
	font-weight:400;
	
}
.gd-dropdown-menu{
	position: absolute;
	width: 250px !important;
	box-shadow: 0px 4px 14px rgba(165, 165, 165, 0.24);   
	border-radius: 10px;
	border:1px solid #286cbf2d;
	
}
.gd-menu-arrow{
	position: absolute;
	right: 30px;
	
}
.gd-dropdown-submenu li {
	display: block !important;
	border-bottom: 1px solid #e5e5e5 !important;
	
}
.gd-dropdown-submenu{
	width: 280px !important;
	box-shadow: 0px 4px 14px rgba(165, 165, 165, 0.24);
	border-radius: 10px;
	border:1px solid #286cbf2d;
}
.gd-dropdown-submenu a {
	margin-left: -19px;
}
#menu-dashboard-menu li:last-child {
  border-bottom: none !important;
}
button.gd-icon-menu{
	
}
.fa-ellipsis-v:before, .fa-ellipsis-vertical:before{
	color: rgba(255,255,255,0.85) !important;
}

.multiSelect div:hover {
	background-color: #fff0;
}

.gd-disabled {
  pointer-events: none;
  cursor: default;
}

.validate-inputs p {
	color:red;
}

.universis-register-form {
	width:60%;
	margin:0 auto;
}

.gd-switcher-back{
	color: #999 !important;	
}


.gd-menu-items a{
	color: #999 !important;
	font-size: 14px;
	
}

.gd-menu-items p{
	border-bottom: 1px solid #e5e5e5 !important;
	margin-bottom: -6px;
	font-size: 14px;
	padding-bottom: 0.7em;
}

.gd-menu-items p:last-child{
	font-size: 14px;
	border-bottom: none !important;
	margin-bottom:-30px;
}

.gd-menu-items p:first-child{
	
	margin-top:-18px;
}

.gd-menu-items li{
	border-bottom: 1px solid #e5e5e5 !important;
	margin-bottom: -10px;
	padding-top:15px;
	font-size: 14px;
	padding-bottom: 0.4em;
}

.gd-menu-items li:last-child{
	border-bottom: none !important;
	
}

.fa-angle-left:before { margin-right: 5px; }


/* Φόρμα εγγραφής αποφοίτων απο Taxisnet */
#universis-title-box h2 {
	font-size:24px;
}

.gd-bordered {
	border:2px solid #F4F4F4;
}

#universis-box .gd-slider-background {
	background-color:#2F5F74;
	padding:0 35px !important;
}
#universis-box .gd-slider-background img {
	width: 80% !important;
    height: 100% !important;
    object-fit: contain !important;
}

#universis-box .uk-slideshow-items h2 {
	font-size:18px;
	position:relative;
	top:20px;
}
#universis-box .uk-slideshow-items p {
	font-size:12px;
	text-align:center;
}

#universis-box .uk-dotnav {
	margin-top:25px !important;
}

#universis-box, #universis-title-box {
	padding-top:0px;
	width:85%;
	margin:0 auto;
}


#universis-form .uk-subnav-pill li.gd-completed-step {
	 background:#6BD28E;
}

#universis-form .uk-subnav-pill li {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #EDEDED;
  margin: 0 1em;
  display: inline-block;
  color: white;
  position: relative;
}

#universis-form  .uk-subnav-pill li::before{
  content: '';
  position: absolute;
  top: .9em;
  left: -4em;
  width: 4em;
  height: .2em;
  background: #F4F4F4;
  z-index: -1;
}


#universis-form  .uk-subnav-pill li:first-child::before {
  display: none;
}

#universis-form  .uk-subnav-pill li.uk-active {
  background-color: #6BC0D2 !important;
  
}

#universis-form .uk-subnav {
	justify-content:space-around;
	 position: relative;
    margin: 0 -40px;
}

#universis-form .uk-subnav:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #F4F4F4;
    height: 3px;
    left: 0;
    right: 0;
}

#universis-form button, #universis-form input[type="submit"] {
	background:#F5F5F5;
	color:#C4C4C4;
	border:none;
	float:right;
	margin-left:1px;
}
#universis-form input[type="submit"] {
	padding: 12px 35px;
    border-radius: 0px;
}

#universis-form input[type="text"], #universis-form input[type="email"]{
	background:#F9F9F9;
	outline:#D1D1D1;

} 

.gd-live-button {
	background:rgb(72 108 135) !important;
	color:#fff !important;
}

#universis-form input[type="checkbox"] {
	-ms-transform: scale(1); /* IE */
	-moz-transform: scale(1); /* FF */
	-webkit-transform: scale(1); /* Safari and Chrome */
	-o-transform: scale(1); /* Opera */
	transform: scale(1);
	padding: 10px;
}

#universis-form .uk-subnav-pill>.uk-active>a {
	background:transparent !important;
} 

#universis-form #gd-graduate-data-table td {
	padding-top:5px !important;
}
#universis-form #gd-graduate-data-table {
	margin-top:50px;
	margin-left:-50px;
}


.gd-checkbox-label {
	display:flex;
    align-items: center;
}
#accept-data {
    margin-right: 8px;
}


.gd-custom-dots.uk-dotnav > .uk-active > * {
	background-color:rgba(255,255,255,0.86) !important;
}

.gd-custom-dots.uk-dotnav a{
	background-color:rgba(255,255,255,0.4) !important;
}


#universis-form .uk-subnav-pill li span {
    font-size: 13px;
    color: black;
    display: block;
    position: relative;
    text-align: center;
    padding: 25px;
    left: -79px;
    top: -60px;
    width: 160px;
    text-transform: capitalize;
    font-weight: 500;
}

#universis-form  .uk-subnav-pill li.uk-active span{
	font-weight: bold; 
}

#universis-box .uk-grid>*{
	padding-left:0px !important;
}


#universis-box .uk-position-bottom {
	bottom:-20px;
}
/* Φόρμα εγγραφής αποφοίτων απο Taxisnet */



/* Φόρμα Σύνδεσης (login page) */
#gd-login-boxes {
	padding:100px 0;	
}

.gd-login-title {
	font-size:24px;
}
#gd-login-boxes .gd-slider-box {
	background-color:#2F5F74;
	padding:0 35px !important;
	border-radius:7px !important;
}

#gd-login-boxes .gd-slider-box .uk-dotnav {
	position:relative;
	bottom:20px !important;
}


#gd-login-boxes .uk-card {
	text-align:center !important;
	padding:40px 20px 40px 20px !important;
	border-radius:7px !important;
}
#gd-login-boxes .uk-card img {
	width:65% !important;
}

#gd-login-boxes h3.uk-card-title {
	font-size:20px !important;
	font-weight:700 !important;
	margin-top: 20px !important;
}
#gd-login-boxes .uk-card p {
	font-size:14px !important;
	text-align:center !important;
	margin-top:-18px !important;	
}

#gd-login-boxes .gd-slider-box img {
	width: 100% !important;
    height: 60% !important;
    object-fit: contain !important;
}

#gd-login-boxes .gd-slider-box h2 {
	font-size:20px;
	font-weight:600;
	position:relative;
	top:15px;
}
#gd-login-boxes .gd-slider-box p {
	font-size:12px;
	text-align:center;
}


#gd-login-boxes .uk-card a.uk-button {
	background-color:#23799E;
	color:#fff;
	border-radius:40px;
	text-transform:capitalize !important;
	width:55%;
	font-size:14px;
	
}
#gd-login-boxes .uk-card a.uk-position-bottom { 
	bottom:20px;
}

a.gd-inline-button, a.gd-inline-button2{
	display:inline-block;
	width:45% !important;
	position:relative;
	bottom:-25px;
	font-size:14px;
}
a.gd-inline-button2{ 
	background-color:#4A565B !important;
}

#gd-login-boxes .gd-slider-box .uk-position-bottom {
	bottom:15px !important;
}

/* Φόρμα Σύνδεσης (login page) */


#search-cv-button {
	background: #874175;
    border-radius: 50px;
    box-shadow: 0 3px 13px #ddd;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 25px;
    transition: all .4s ease;
}

#display-cvs {
	margin-top:130px;
}

.ediplomas_form .uk-table th {
	vertical-align: middle !important; 
}
.uk-table.first-table {
	margin-bottom:10px !important;
	margin-top: 10px !important;
}


.uk-table.first-table th {
	color:#000 !important;
	padding-top:1px !important;
	padding-bottom:1px !important;
	text-transform:capitalize !important;
	vertical-align: middle !important; 
	font-weight:bold !important;
}
.uk-table.first-table td {
	padding-top:1px !important;
	padding-bottom:1px !important;
}
.first-table input {
	border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #000 !important;
   /* border-bottom: 1px solid #000 !important;*/
	border-radius:0px !important;
	
}

.gd-ediplomas-table td, .gd-ediplomas-table th {
	padding-top:1px !important;
	padding-bottom:1px !important;
}


.uk-table.gd-ediplomas-table th {
	text-transform:capitalize !important;
	vertical-align: middle !important; 
}
.gd-ediplomas-table {
	border-top:2px solid #f0f0f0;
	margin-bottom:10px !important;
	margin-top: 10px !important;
}
.gd-ediplomas-table .vathmida-select {
	border:none !important;
	background:transparent !important;
	color:#000 !important;
	
}

.uk-table.gd-ediplomas-table input,
.uk-table.gd-ediplomas-table textarea {
	border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #000 !important;
   /* border-bottom: 1px solid #000 !important;*/
	border-radius:0px !important;
}
.uk-table.gd-ediplomas-table textarea { padding-left:0px !important; }


#gd-validate-step {
	pointer-events:initial;
}


.acf-field, .acf-field .acf-label, .acf-field .acf-input {
	display:flex;
	flex-direction:column;
}
.acf-fields > .acf-field label{
	text-align:left !important;
}

.acf-field .acf-label, .acf-field .acf-input {
	padding-left:0px !important;
	width:100% !important;
}

.uk-subnav-pill>.uk-active>a {
	background: ##2C6DAF !important;
    color: #fff !important;
    
    border-radius: 0 !important;
	text-transform:capitalize !important;
}
.uk-subnav-pill>*>:first-child {
	text-transform:capitalize !important;
}

.um-new-dropdown ul li {
	border-bottom:1px solid #ddd;
	
}
.um-new-dropdown ul li a {
	color:#000;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-nav-line .um-member-directory-sorting .um-member-directory-sorting-a a,
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-nav-line .um-member-directory-filters .um-member-directory-filters-a a {
	color:#289dcb;
}

.gd-tabs-style1.uk-nav-default>li>a {
	color:#4A4A4A !important;
	font-weight:500 !important;
}

.gd-tabs-style1.uk-nav-default>li.uk-active>a {
	color:#0a686e !important;
	font-weight:700 !important;
}
.gd-el-tabs-grid .item-content {
	border:none !important;
}

.gd-portal-news-tabs .gd-el-tabs-grid .item-content {
	min-height: 300px;
}

.gd-portal-news-tabs .uk-dotnav > .uk-active > * {
	background-color:#108C94 !important;
	width: 45px !important;
    border-radius: 13px !important;
	transition: all .4s ease;
}
.gd-portal-news-tabs .uk-dotnav > * > * {
	transition: all .4s ease;
}

.gd-portal-news-tabs .gd-el-tabs-grid .item-content {
	margin: 0 15px 0 !important;
	position:inherit !important; 
}

.gd-portal-news-tabs .gd-el-tabs-grid .item-content h4 a {
	color:#1F1F1F !important;
	/*font-size:16px;*/
}
.gd-el-tabs-grid .uk-padding-left {
	padding-left:80px !important;
}

.gd_portal_stats_boxes .gd-portal-stat {
	text-align:center !important;
}

.gd_portal_stats_boxes .gd-portal-stat .number {
	width:250px !important;
	height:250px !important;
	border:1px solid #6A6A6A !important;
	border-radius:200px !important;
	text-align:center !important;
	
}
.gd_portal_stats_boxes .gd-portal-stat .count .sub-title {
	text-align:center !important;
}

.gd_portal_stats_boxes  .gd-portal-stat .count .sub-title:before {
	display:none !important;
}



.gd_portal_stats_boxes .gd-portal-stat .number {
    width: 130px !important;
    height: 130px !important;
    border: 1px solid #6A6A6A !important;
    border-radius: 200px !important;
    text-align: center !important;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.gd-news-style7 h3 {
	font-weight:600 !important;
	font-size:20px !important;
}
.gd-news-style7 h3:before {
    display: inline-block;
    content: "";
    border-top: 3px solid #108C94;
    width: 80px;
    transform: translateY(-0.5rem);
	margin-left:-43px !important;

}

/* Responsive */

@media screen and (max-width: 1373px) and (min-width: 1200px){
	.gd-account-title {
		font-size:13px !important;
	}
	
}

@media screen and (max-width: 760px) and (min-width: 640px){
	.gd-account-title {
		font-size:12px !important;
	}
}

@media screen and (max-width: 640px){
	.gd-dash-welcome-text {
		width:100% !important;
	}
	#sln-salon-my-account.mobile-version .table > tbody > tr > td:before {
		width:20% !important;
	}
	
	#universis-box .gd-universis-slideshow { display:none; }
	
	#universis-form li.step_1 span,
	#universis-form li.step_2 span,
	#universis-form li.step_3 span	{
		display:none;
	}
	
	.gd-universis-desc {
		font-size:14px;
	}
	
	#gd-graduate-data-table td { display:block;  width:100%; padding-left:60px;}
	
	#gd-graduate-data-table td span { width:100%; text-align:left !important;}
	
	#gd-validate-step, .gd-back-1 { width:100% !important; margin-top:10px; }
	
	.um-directory.uimob340 .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line {
		display:flex;
		flex-direction: column;
	}
	 input.um-search-line,
	.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search	{
		width:100% !important;
		margin-top:20px;
	}
	
		
	#gd-login-boxes .gd-slider-box{
		padding: 30px 35px !important;
	}
	
	#gd-login-boxes .uk-card img {
		width:30% !important;
	}
	
	#gd-login-boxes .uk-card a.uk-position-bottom {
		bottom: 10px;
	}
	
	
	#gd-notifications-list .gd-listing-item > * {
		
		width: 100% !important;
	}
	#gd-notifications-list .gd-listing-item > *:first-child {
		width: 100% !important;
	}
	#gd-notifications-list .gd-listing-item p {
		text-align:left !important;
		font-weight:normal !important;
	}
	#gd-notifications-list .gd-listing-item .gd-notif-title {
		font-weight:bold !important;
	}
	#gd-notifications-list .gd-listing-item .gd-notif-date:before {
		content:"\f073" !important;
		font-weight:500 !important;
		font-family: FontAwesome !important;
	}
	
	
	.external .gd-circle-icon1 {
		left: 35% !important;
	}
		
	.external .fa-circle.circle-pink {
		left: 43% !important;
		bottom: -135px !important;
	}
	
	.external .small-circle {
		right: 5% !important;
		bottom:-140px !important;
	}
	
	.external .gd-circle-icon3 {
		right: 3% !important;
		bottom: -45px !important;
	}
	.external .fa-circle.circle-blue {
		left: 47% !important;
	}
	
	.external .fa-university {
		right:2% !important;
	}

	.external .fa-award { right:12% !important; }


	.external .fa-circle.circle-orange {
	   right:25% !important;
	}

	.external .fa-circle.circle-grey { right:30% !important; }

	.external button { width:75% !important; }

	.external .big-circle { top:-160px !important; }

	.external .gd-circle-icon1 { top:-180px !important; }

	.external .fa-circle.circle-yellow { left:53% !important;}
	
	
	
}

@media screen and (max-width: 1600px){ 
	.gd-grid-tabs2 .uk-subnav:after {
		display:none !important;
	}
}


@media screen and (max-width: 1200px){
	.acf-fields > .acf-tab-wrap .acf-tab-group li {
		display: flex !important;
		flex-direction: column !important;
	}
	.acf-fields > .acf-tab-wrap .acf-tab-group li a {
		padding:10px !important;
		border:none !important;
		border-left: 2px solid #ddd !important;
		text-align:left; 
	}
	
	.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
		background: transparent !important;
		color: #289dcb !important;
		border-bottom:none !important;
		border-left: 2px solid #289dcb !important;
		border-radius:0 !important;
		text-align:left;
	}
	
	.acf-fields > .acf-tab-wrap .acf-tab-group {
		border:none !important;
	}
	
	.acf-fields > .acf-tab-wrap .acf-tab-group li { margin-right:0px !important; }
	
	.gd-fields-tabs .uk-tab {
		display: flex !important;
		flex-direction: column !important;
		border:none !important;
	}
	
	.gd-fields-tabs .uk-tab li a{
		padding: 15px 0 !important;
		border:none !important;
		border-left: 2px solid #ddd !important;
		float: left;
		padding-left: 20px !important;
	}	
	.gd-fields-tabs .uk-tab li.uk-active a {
		border-left: 2px solid #289dcb !important;
		float: left;
		padding-left: 20px !important;
	}
	
	#gd-login-boxes {
		padding:100px 60px !important;	
	}
	.gd-slider-box {
		display:none !important;
	}
	
}


@media screen and (max-width: 960px){
	.gd-top-section {
		display:flex !important;
		flex-direction: column !important;
	}
	.dashboard-title {
		width:100% !important;
		padding-bottom:20px !important;
	}
	.dashboard-title .uk-flex-left {
		justify-content: center !important;
	}
	
	.dashboard-menu {
		width:100% !important;
		padding:0 !important;
	}
	.dashboard-menu .uk-flex-right {
		justify-content: center !important;
	}
	.gd-dashboard-page { padding: 40px 20px !important; }
	
	.gd-main-title { text-align:center !important; }
	
	.gd-listing-header {
		display:none !important;
	}
	.gd-view-content > *:first-child {
		width: 100% !important;
	}
	.gd-view-content > *:first-child p {
		text-align:center !important;
	}
	.gd-view-content > *:first-child a {
		font-size:20px !important;
		font-weight:500 !important;
		padding-bottom:10px !important;
	}
	.gd-view-content > *:nth-child(2) {
		width: 100% !important;
	}
	.gd-view-content > *:nth-child(2) p {
		text-align:center !important;
	}
	.gd-view-content > *:nth-child(3) p:before {
		content:"Κατάσταση" !important;
		color:#000 !important;
		padding-right:10px !important;
	}
	.gd-view-content > *:nth-child(4) a:before,
	.gd-view-content > *:nth-child(5) a:before {
		padding-right:10px !important;
		font-size:14px !important;
	}
	.gd-view-content > *:nth-child(4) a:before {
		content:"Γρήγορη Επεξεργασία" !important;
	}
	.gd-view-content > *:nth-child(5) a:before {
		content:"Πλήρης Επεξεργασία" !important;	
	}
	.gd-view-content > * {
		width: 100% !important;
	}
	
	.gd-search-cvs .gd-listing-item.gd-list-cvs > *:first-child a {
		font-size:20px !important;
		font-weight:500 !important;
		padding-bottom:10px !important;
	}
	
	.gd-search-cvs .gd-listing-item.gd-list-cvs > * {
		width: 100% !important;	
	}
	
	.gd-search-cvs .gd-listing-item.gd-list-cvs > *:last-child a {
		text-align:right !important;
	}
		
	
	
	.gd-add-new-section a { padding: 5px 25px !important; }
	
	.gd-dash-statistics .uk-card, 
	.gd-big-box .uk-card{
		margin-top:20px;
	}	
	
	
	.gd-grid-tabs1 .uk-align-right {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.gd-grid-tabs1 ul.gd-tabs-style1 {
		display:flex;
	}
	
	.gd-grid-tabs1 ul.gd-tabs-style1 li a:before {
		content:" ";
	}

	h3.gd-widget-title:before { display:none !important; }

}

/* Τέλος Responsive */






#gd-portal-jobs-grid .job-title a {
	color:#996a10;
	font-weight:500;
	font-size:18px;
}

#gd-portal-jobs-grid .job-category a,
#gd-portal-jobs-grid .gd-company-content {
	color:#000;
	
}

#gd-portal-jobs-grid .job-info {
	margin-top:60px !important;
}

#gd-portal-jobs-grid .uk-card {
	padding: 20px !important;
}  

.footer-links a { color:#fff !important; }

.social-icons-box {
	display:flex;
	align-items:center;
	justify-content:flex-end;	
}


.gd-grid-tabs2 .uk-subnav-pill>.uk-active>a,
.gd-grid-tabs2 .uk-subnav-pill>*>a,
.gd-grid-tabs2 .uk-subnav-pill>*>a:hover
 {
	background:transparent !important;
	color:#000 !important;
	
}

.gd-grid-tabs2 .uk-subnav-pill>.uk-active>a {
	font-weight:700 !important;
}


.gd-grid-tabs2 .uk-subnav:after {
	display: inline-block;
    content: "";
    /*border-top: 3px solid #108C94;*/
    width: 87%;
	position:absolute;
	right:0;
	left:30%;
	border: 3px solid transparent;
	border-image: linear-gradient(to left, #DBDBDB , rgba(219, 219, 219, 0.1));
	border-image-slice: 1;	
}
.gd-grid-tabs2 .uk-subnav:before {
	display: inline-block;
    content: "";
    border-top: 3px solid #952655;
    width: 15%;
	position:absolute;
	left:-16%;
}

h3.gd-widget-title:before {
	display: inline-block;
    content: "";
    border-top: 3px solid #108C94;
    width: 13%;
	position:absolute;
	left:-16%;
	top:25px;
}

a.gd-link-content { color:#000 !important; }









/**** CIRCLES *****/
.external {
   /* background: #f3f5f6;*/
    max-width: 500px;
    padding: 200px 20px;
   /* border: 1px solid #ddd;
     margin: 950px auto 100px; */
}
.external .internal {
     position: relative;
}
.external .internal a {
    color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: all .4s ease;
}
.external .internal a:hover {
	color: #fff;
	text-decoration: none;
	transition: all .4s ease;
}
.external button {
	display: block;
	padding: 25px;
	background: #fff;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 4px 14px rgba(172, 172, 172, 0.25);
	font-size: 15px;
	font-weight: 600;
	width: 60%;
	margin: 0 auto;
	position:relative;
	z-index: 2;
	cursor:pointer;
}
.external .big-circle {
    position: absolute;
    top: -150px;
    width: 170px;
    height: 170px;
    background: #BA435F;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.external .middle-circle {
    position: absolute;
    bottom: -120px;
    width: 140px;
    height: 140px;
    background: #626A6C;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    left: 15%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.external .small-circle {
    position: absolute;
    bottom: -160px;
    width: 120px;
    height: 120px;
    background:#99690F !important; 
    color: #fff;
    padding: 0;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    right: 15%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	
}
.external .fa-university {
    background: #37B96B;
    color: #fff;
    padding: 18px;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    right: 12%;
    top: -45px;
}
.external .fa-award {
    background: #CC81AE;
    color: #fff;
    padding: 12px 15px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    right: 22%;
    top: -95px;
 }
.external .fa-circle.circle-orange {
    color: #DBC8A3;
    font-size: 26px;
    position: absolute;
    right: 33%;
    top: -48px;
}
.external  .fa-circle.circle-grey {
    color: #A1A1A1;
    font-size: 16px;
    position: absolute;
    right: 38%;
    top: -75px;
}
.external .fa-circle.circle-blue {
    color: #1FA8C6;
    font-size: 20px;
    position: absolute;
    left: 37%;
    top: -45px;
}
			
		
.external .gd-circle-icon1 {
	background: #DCD420;
    color: #fff;
	font-size: 23px;
    border-radius: 50%;
    position: absolute;
    left: 27%;
    top: -170px;
    z-index: 1;
	width:55px;
	height:55px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
				
.external .gd-circle-icon2 {
	background: #1FA8C6;
    color: #fff;
    padding: 18px;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    left: 9%;
    bottom: -150px;
    z-index: 2;
	width:65px;
	height:65px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
	
.external .fa-circle.circle-yellow {
    color: #DCD420;
    font-size: 16px;
    position: absolute;
    left: 45%;
    bottom: -35px;
}
.external .fa-circle.circle-pink {
    color: #CC81AE;
    font-size: 24px;
    position: absolute;
    left: 40%;
    bottom: -125px;
}
.external .fa-circle.circle-blue-light {
    color: rgba(31, 168, 198, 0.29);
    font-size: 38px;
    position: absolute;
    right: 27%;
    bottom: -30px;
    z-index: 1;
}
.external .fa-circle.circle-pink2 {
    color: #CC81AE;
    font-size: 20px;
    position: absolute;
    right: 33%;
    bottom: -32px;
    z-index: 2;
}
.external .fa-circle.circle-orange2 {
    color: #DBC8A3;
    font-size: 26px;
    position: absolute;
    right: 37%;
    bottom: -63px;
}
.external .gd-circle-icon3 {
	background: #A1A1A1;
    color: #fff;
    padding: 15.6px 17px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    right: 9%;
    bottom: -85px;
    z-index: 1;
	width:45px;
	height:45px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

/**** CIRCLES ****/


.archive article {
	background: #fff;
    border-left: 5px solid #126d91;
    border-radius: 3px;
    box-shadow: 0 3px 13px #e6e6e6;
    padding: 20px;
	margin-top:20px;
}

.archive .entry-title a {
	font-size:18px !important;
	color:#000;
}

.archive .entry-title a:hover {
	color:#2C6DAF;
}

.archive .date {
	font-size:14px;
}
/*
.archive .page-title {
	font-size:20px;
}
*/
.archive .site-main {
	padding:120px 10px 20px !important;
}

.archive .page-title {
	text-align:left;
}

.archive .date .date_number {
	padding-left:5px;
}

.gd-institution-title { 
	font-size:12px !important; 
}

.gd-institution-header.uk-card-header {
	min-height:80px !important;
}
.gd-institution-body.uk-card-body {
	min-height:85px !important;
}

.new-institutions .uk-table.gd-ediplomas-table input, 
.new-institutions .uk-table.gd-ediplomas-table textarea {
	border:1px solid #F4F4F4 !important;
}

.new-institutions .gd-ediplomas-table {
	padding-top:20px !important;
}

.gd-institution-toggle {
	float:left !important;
	text-transform:lowercase !important;
	color:#000 !important;
}

#ethae_graduate_year, .ethae_graduate_year_label { display:none; }


body {
   overflow-x: hidden;
}

.gd-poststudies-link a {
	color:#000;
}
.gd-poststudies-link a:hover {
	color:#B17A0F;
}

.new-institutions .uk-table.gd-ediplomas-table input.select2-search__field { border:none !important; }


.export-button {
	background:#737373 !important;
}

.uk-subnav-pill>.uk-active>a {
	background-color:#0E75DD !important;
}

.um input[type=submit].um-button, .um a.um-button {
	background-color:#2178AB !important;
	color:#fff !important;
}

.um-form a.um-link-alt,
.um-form .um-field-checkbox-option{
	color:#000 !important;
}

.um-field-block {
	color:#000 !important;
}


.gd-portal-archive-item .item-fields p .fas:first-child, .gd-portal-archive-grid .item-fields p .fas:first-child {
	margin:0 !important;
}

input#job_application_submit {
    border: none;
    border-radius: 0px;
    background-color: #207DA2;
    padding: 10px 15px;
    color: #fff;
    transition: background 0.3s ease-in-out;
}

input#job_application_submit:hover {
    background-color: #000;
}