/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

/* Color of invalid field */
.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

.has-error-radio{
  background-color: #a94442 !important;
}

.has-success-radio{
  background-color: #51bf87 !important;
}

.dropdown-menu form button{
	width: 100%;
	text-align:left;
	background: none;
	border: none;
	padding: 3px 20px;
	font-size: 14px;
	color: #333;
}

.trashed{
	opacity: .3;
	transition: opacity .3s;
}

.trashed:hover{
	opacity: 1;
}

.read_at{
	opacity: .5;
	transition: opacity .3s;
}

.read_at:hover{
	opacity: 1;
}

.highlight {
	transition: all 1s;
	background:none;
}

.highlightYellow {
	background-color: rgba(255, 255, 0, 0.3) !important;
}

.header-link > a > a{
	display: inline !important;
}

.ui-datepicker{ z-index: 9999 !important;}

a.no_decoration {
	text-decoration: none;
}
.breadcrumb {
	background-color: #ffffff !important;
} 

.form-control.bg-danger {
    background-color: #df6a78; 
}

