body, html{
	height: 100%;
}

.menu-button {
	display: flex;
  align-items: center;
  justify-content: center;
	padding: 10px;
}

.menu-button input {
	width: 50%;
}

.addResource{
	margin-bottom: 30px;

}



.resource-skills-box{
	min-height: 50px;
	width: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
}

.resource-skills {
	text-align: center;
	padding: 15px;
}

.addSkillsWrapper {
	display: block;
	width: 100%;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.resource-skills h4 {
	display: inline-flex;
	font-size: 16px;
	margin: 3px 0px;
}

.log-skill {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
	padding: 6px 12px;
}

.label-success {
  background-color: rgba(94,216,79,0.7);
  border-color: rgba(94,216,79,0.7);
}

.label-warning {
  background-color: rgba(255,185,0,0.7);
  border-color: rgba(255,185,0,0.7);
}

.label-danger {
  background-color: red;
  border-color: red;
}

.success {
  color: green;
}

.warning {
  color: orange;
}

.danger {
  color: red;
}


#loading-wrapper{
	position: fixed;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
}

#loading-content{
	width: 50px;
	height: 50px;
	background-image: url('../images/gears.gif');


}

.trafficlight{
	display: inline-block;
	margin: 0px 5px 0px 5px;
	width: 10px;
	height: 10px;
  border-radius: 50%;
	cursor: pointer;
}

.trafficlight.disabled {
	display: inline-block;
	margin: 0px 5px 0px 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: default;
}

.trafficlight-0{
	border: #FF4700;
	color: red;
	border: 1px;
	border-style: double;
}

.trafficlight-1{
	border: green;
	color: green;
	border: 1px;
	border-style: double;
	background-color: green;
}

.trafficlight-2{
	border: #FF4700;
	color: red;
	border: 1px;
	border-style: double;
}

.trafficlight-3{
	border: #FF4700;
	color: red;
	border: 1px;
	border-style: double;
}

.cross{
	display: none;
	font-size: 11px;
	position: relative;
	left: 1.9px;
	bottom: 1.6px;
}

.profile{
	width: 105px;
	height: 95px;
	background: white;
	display: inline-block;
	margin-left: 80px;
	margin-top: 5px;
}


.imageholder {
  width: 105px;
  height: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
	margin-top: -22px;
}

.profile:hover .edit{
	opacity: 1;
}

.edit {
	opacity: 0;
	display: inline-flex;
  background-color: black;
  color: white;
  width: 96px;
  cursor: hand;
  z-index: 100;
	padding: 5px;

}

.search-box {
  width: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.skills-content h4{
  display: inline-flex;
  margin: 3px 0px;
}

.edit-btn-grp{
  height: 60px;
  width: 300px;
}

.edit-btn {
  font-size: 18px;
  height: 60px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.skills-edit-btn {
  opacity: 0;
  width: 300px;
}



.skill-delete {
  display: none;
  width: 20px;
  padding: 0px 0px 0px 10px;
  line-height: 15px;
  cursor: pointer;
}

.log-resource-wrapper:hover .skills-edit-btn {
  opacity: 1;
}


.edit:hover {
  background-color: white;
  color: black;
	cursor: pointer;
}
