@charset "utf-8";
/* CSS Document */

/*------------------------*/
/* Side notes for calling out things
------------------------------ */
.bs-callout {
    padding: 15px 10px 20px 22px;
    margin: 5px 22px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	background:none;
}
.bs-callout p a
{
color:#333;
text-decoration:none;	
	
}
.bs-callout p a:hover
{
text-decoration:underline;	
	
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
/*------------------------------------------------*/

.bs-callout-default {
    border-left-color: #777;
	background-color:rgb(248,248,248,0.3);
}
.bs-callout-default h4 {
    color: #777;
}
/*------------------------------------------------*/

.bs-callout-primary {
    border-left-color:#095292;/* #428bca;*/
	background-color:rgba(193,223,249,0.3);
}
.bs-callout-primary h4 {
    color:#095292;
}
.bs-callout-primary p a:hover
{
	color:#000;
}


.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
/*------------------------------------------------*/

.bs-callout-danger {
    border-left-color:#870603;/* #d9534f;*/
	background:rgba(245,192,191,0.3);

}
.bs-callout-danger h4 {
    color: #870603;
}

.bs-callout-danger p{
    color: #333333;
	font-size:14px;
}
.bs-callout-danger p a:hover
{
	color:#000;
}




/*------------------------------------------------*/
.bs-callout-green {
    border-left-color: #125904/*#90BF29 #F58634*/;
	background:rgba(233,242,217,0.4);

}
.bs-callout-green h3 {
    color: #125904;
}
.bs-callout-green h4 {
    color: #125904;
}
.bs-callout-green p{
    color: #333333;
	font-size:14px;
}
.bs-callout-green p a:hover
{
	color:#000;
}
/*------------------------------------------------*/

.bs-callout-orange {
    border-left-color: #f96a00 /*#F58634*/;
	background:rgba(254,211,178,0.3);

}
.bs-callout-orange h3 {
    color:  #f96a00;
}
.bs-callout-orange h4 {
    color:  #f96a00;
}
.bs-callout-orange p{
    color: #333333;
	font-size:14px;
}
.bs-callout-orange p a:hover
{
	color:#000;
}
/*------------------------------------------------*/

.bs-callout-warning {
    border-left-color: #f0ad4e;
	background:rgba(245,218,180,0.3);
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-warning p a:hover
{
	color:#000;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}