.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}
.bs-callout{padding-right:5px;padding-left:5px;margin:15px 0;}
.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-green{border-left-color:#82c341}
.bs-callout-green h4{color:#82c341}

.bs-callout-error{border-left-color:#d9534f}
.bs-callout-error p{color:#d9534f; font-weight:bold;}

.btn-ace {
    background-color: #5c656d;
    color:#ffffff;
    font-size:12px;   
    border-radius: 2px;
    line-height:18px;
    box-shadow: 0 0 8px rgba(000,000,000,0.2);     
}
.btn-ace:hover, .btn-ace:focus {
    background-color: #333f48;
    color:#ffffff;
}


.btn-ace {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-ace.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.panel-chubb-gray {
  border-color: #5c656d; 
  
}
.panel-chubb-gray > .panel-heading {
  color: #fff;
  background-color: #5c656d;
  border-color: #5c656d;
  padding-top:5px;
  padding-bottom:3px;
  border-bottom:4px solid #82c341;  
  border-radius: 0px;
}
.panel-chubb-gray > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #333f48;
}
.panel-chubb-gray > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #333f48;
}
.panel-chubb-gray >.panel-heading{
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom,#333f48 0,#333f48 100%); /*475864*/
}

.uil-default-css
{	
	width:0px;
	height:0px;	
}