.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}


.huge {
    font-size:28px;
	line-height:22px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.panel-heading{    padding: 8px 10px;}
.panel-footer{    padding: 3px 10px;}
.panel-footer-right{    padding: 3px 10px; font-family:Helvetica,Arial , sans-serif; font-size:13px;}

.custom-panel .panel{ padding-bottom:5px;}
.custom-panel .panel > .panel-heading{border-color: #353535; color: #fff; background-color: #353535;}
.custom-panel .panel-red > .panel-sec1{border-color: #353535; color: #fff; background-color: #d9534f; padding:8px 10px;}
.custom-panel .panel-yellow > .panel-sec2{border-color: #353535; color: #fff; background-color: #f0ad4e; padding:8px 10px;}
.custom-panel .panel-green > .panel-sec3{border-color: #353535; color: #fff; background-color: #5cb85c; padding:8px 10px;}
.custom-panel .panel-primary > .panel-sec4{border-color: #353535; color: #fff; background-color: #428bca; padding:8px 10px;}

a.details{ color:#000000 !important; font-weight:bold;text-decoration: underline; margin-top:10px; float:right;}
a.details:hover{ text-decoration: none;}

.custom-panel .panel-red a,
.custom-panel .panel-green a,
.custom-panel .panel-yellow a,
.custom-panel .panel-primary a{float:none; color:#fff !important; text-decoration:none;}

.panel-footer-right table td, .panel-footer-right table th{padding:5px 10px; border-color:rgba(225, 225, 225, 0.9);}

.custom-panel .panel-red table{background-color: #ff9997;}
.custom-panel .panel-red table th{color: #fff; background-color: #ce5f5c; font-weight:bold;}
.custom-panel .panel-red table tr:nth-child(even) {background-color: #ffdedd;}

.custom-panel .panel-yellow table{background-color: #ffcd86;}
.custom-panel .panel-yellow table th{color: #fff; background-color: #efab4b; font-weight:bold;}
.custom-panel .panel-yellow table tr:nth-child(even) {background-color: #ffe8c7;}


.custom-panel .panel-green table{background-color: #8be48b;}
.custom-panel .panel-green table th{color: #fff; background-color: #52ce52; font-weight:bold;}
.custom-panel .panel-green table tr:nth-child(even) {background-color: #befdbe;}

.custom-panel .panel-primary table{background-color: #88c7fd;}
.custom-panel .panel-primary table th{color: #fff; background-color: #67b3f5; font-weight:bold;}
.custom-panel .panel-primary table tr:nth-child(even) {background-color: #a4d5ff;}

#header_toolbar h1{font-weight:bold;}


/*.panel-gray > .panel-sec1 , .panel-sec2, .panel-sec3, .panel-sec4 a{ text-decoration:none !important; color:#FFF !important;}
.panel-gray > .panel-sec1 , .panel-sec2, .panel-sec3, .panel-sec4 a:hover{ text-decoration:underline;color:#FFF !important;}*/
