/* =============================================================== */
/* IMPORT
/* =============================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700); /* google webfont */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700|Roboto+Condensed:300,400,700); 

/* =============================================================== */
/* GLOBAL
/* =============================================================== */
.italic{
	font-style: italic;
}
.blue{
	color: #1C6D88;
}
.red{
	color: red;
}
#page-wrapper{
	padding-bottom: 20px;
}
.bg-yellow{
	background-color: #ffff80 !important;
}
.panel-heading{
	font-weight:bold;
}
.field-required{
	color:#a94442;
}
.btn-danger {
    background-color: #E74C3C;
    color: #FFF;
}
.btn-edit {
    background-color: #E4CB65;
    color: #FFF;
}
.glyphicon {
    margin:5px;
}
.error{
	color:red;
}
.app-section{
	color: #007acc;
}

/* =============================================================== */
/* HEADER
/* =============================================================== */
.peds-logo{
	margin-right: -25px;
}
.navbar-header .logo-image{
	width: 35px;
	height: auto;
	margin-top: -5px;
	margin-right: 15px;
}

.logo span, .logo-title span{
	font-weight: lighter;	
}

.logo, .logo-title {
    font-family: Open Sans Condensed, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #16A085;
}

@media(min-width:767px){
	
.logo, .logo-title {
    font-size: 28px;
}

}

/* =============================================================== */
/* FOOTER
/* =============================================================== */

.footer-copy{
	text-align:center;
	margin-top: 5px;
}