.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}
.bs-callout:last-child {
    margin-bottom: 0px;
}
.bs-callout h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.resume .list-group-item:first-child, .resume .list-group-item:last-child{
    border-radius:0;
}

form fieldset legend {
    background-color: #0c84e4;
    color: #fff;
    padding: 5px;
    width: 100%;
}

@media (min-width: 768px) {
    form fieldset legend {
        width: 33%;
    }
}

form label.required {
    font-weight: bold;
}

form label.required:after {
    content: " *";
}

form .radio label {
	font-weight: normal;
}

form .radio label:after {
    content: "";
}

.form-horizontal .form-group {
    margin: 15px;
}

body > div.container {
	margin-bottom: 80px;
}

.footer {
	background-color: #2196f3;
	color: #FFF;
	bottom: 0;
	height: 60px;
	padding-top: 20px;
	position: fixed;
	width: 100%;
}

.popover-title {
    background-color: #0c84e4;
    color: #FFF;
}

.admin .panel .h1,
.admin .panel .h2,
.admin .panel .h3,
.admin .panel .h4,
.admin .panel .h5,
.admin .panel .h6,
.stats .panel .h1,
.stats .panel .h2,
.stats .panel .h3,
.stats .panel .h4,
.stats .panel .h5,
.stats .panel .h6 {
	color: inherit;
}

.admin .panel.panel-primary .panel-heading:hover,
.stats .panel.panel-primary .panel-heading:hover {
	background-color: #0d87e9;
}

.admin .panel.panel-success .panel-heading:hover,
.stats .panel.panel-success .panel-heading:hover {
	background-color: #439a46;
}

.admin .panel.panel-warning .panel-heading:hover,
.stats .panel.panel-warning .panel-heading:hover {
	background-color: #e08600;
}

.admin .panel.panel-danger .panel-heading:hover,
.stats .panel.panel-danger .panel-heading:hover {
	background-color: #b7161c;
}

#evaluation-projects tr.evaluation-project-evaluate {
    background-color: rgba(255, 188, 90, 0.25);
}

#admin-projects tr.admin-project-evaluated,
#evaluation-projects tr.evaluation-project-evaluated {
    background-color: rgba(76, 175, 80, 0.25);
}

.progress {
    height: 50px;
    font-size: 24px;
}

.progress-bar {
    font-size: 24px;
    line-height: 50px;
}

.project-view .toggle {
    width: 100% !important;
}

.topspacing {
    margin-top: 20px;
}

.modal-header.bg-primary h1,
.modal-header.bg-primary h2,
.modal-header.bg-primary h3,
.modal-header.bg-primary h4,
.modal-header.bg-primary h5,
.modal-header.bg-primary h6,
.modal-header.bg-primary .close {
    color: #FFF;
}

input:disabled {
    color: #ddd;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.hovereffect:hover img {
	filter: grayscale(1) blur(3px);
	-webkit-filter: grayscale(1) blur(3px);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hovereffect a {
	background-color: transparent;
	display: inline-block;
	color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.hovereffect a:hover {
	text-decoration: none;
}

.hovereffect:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hovereffect .glyphicon {
	color: #fff;
	font-size: 2500%;
}

