/*
Theme Name: NOO JobMonster Child Theme
Theme URI: http://nootheme.com/
Author: NooTheme
Author URI: http://nootheme.com/
Description: This is a custom child theme for NOO JobMonster
Template: noo-jobmonster
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: noo
*/


a {
    color: #28a745; /* Green text */
    font-weight: bold; /* Make the text bold */
 Wavy underline for emphasis */
    transition: color 0.3s ease; /* Add a smooth color transition for hover effect */
}

a:hover {
    color: #218838; /* Darker green for hover effect */
}

.nav-item-member-profile > a > span.profile-name {
display: none;
}

.header-2 .nav-item-member-profile.register-link a {
	background: transparent;
}
.content-thumb img { 
	height: auto!important; 
}

.content-meta .job-company .company-logo img { height: 20px; }


.myDiv {
  background-color: #0077be;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
	font-size: 95%;
}

.myDiv h3 {
  color: #fff;
}

/* Style the table */
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* Style the table header */
th {
	border: 2px solid #ddd;
  font-weight: bold;
  padding: 12px;
  text-align: left;
}

/* Style the table cells */
td {
  border: 2px solid #ddd;
  padding: 12px;
  text-align: left;
}


/* Hover effect */
tr:hover {
  background-color: #ddd;
}


.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);

		
	background-color:#77b55a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:15px 39px;
	text-decoration:none;
	text-shadow:0px 0px 5px #5b8a3c;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}