﻿/* Side notes for calling out things
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */
.bs-callout {
margin: 0px 0;
padding: 0px 30px 0px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
 
/* Themes for different contexts */
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
.bs-callout-warning {
background-color: #FCF8F2;
border-color: #F0AD4E;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #85B7D8;
}

.bs-callout-info-bottom {
border-bottom: solid 1px #85B7D8;
}

.bs-callout-alert {
background-color: #DFF0D8;
border-color: #78BA7A;
}

.bs-callout-default {
background-color: #b6b6b6;
border-color: #585858;
color: #FFFFFF;
}







.panel-tip1 {
  border-color: #D6D6D6;
}
.panel-tip1 > .panel-heading {
  color: #606060;
  background-color: #E8E8E8;
  border-color: #D6D6D6;
}
.panel-tip1 > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #D6D6D6;
}
.panel-tip1 > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #D6D6D6;
}





   .input-xs {
    height: 23px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
    }
