/** TabPanel borders fix */
.tab-pane {border-left: 1px solid #ddd;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;border-radius: 0px 0px 5px 5px;padding: 10px;}
.nav-tabs {margin-bottom: 0;  }

/** Margins classes */
.top-0 { margin-top:0!important; }
.top-5 { margin-top:5px!important; }
.top-7 { margin-top:7px!important; }
.top-10 { margin-top:10px!important; }
.top-15 { margin-top:15px!important; }
.top-17 { margin-top:17px!important; }
.top-30 { margin-top:30px!important; }

.bottom-0 { margin-bottom:0!important; }
.bottom-5 { margin-bottom:5px!important; }
.bottom-7 { margin-bottom:7px!important; }
.bottom-10 { margin-bottom:10px!important; }
.bottom-15 { margin-bottom:15px!important; }
.bottom-17 { margin-bottom:17px!important; }
.bottom-30 { margin-bottom:30px!important; }

/** Bedges classes */
.badge:hover {color: #ffffff;text-decoration: none;cursor: pointer;}
.badge-error {background-color: #b94a48!important;}
.badge-error:hover {background-color: #953b39!important;}
.badge-warning {background-color: #f89406!important;}
.badge-warning:hover {background-color: #c67605!important;}
.badge-success {background-color: #468847!important;}
.badge-success:hover {background-color: #356635!important;}
.badge-info {background-color: #3a87ad!important;}
.badge-info:hover {background-color: #2d6987!important;}
.badge-inverse {background-color: #333333!important;}
.badge-inverse:hover {background-color: #1a1a1a!important;}

/** Progress bars with centered text*/
.progress {position: relative;}
.progress span {position:absolute;display: block;width: 100%;color: black;}

.panel-heading a:after {font-family: 'Glyphicons Halflings';content:"\e114";float: right;color: grey;}
.panel-heading a.collapsed:after {content:"\e080";}
.accordion-toggle{width: 100%;  display: inline-block;}
.accordion-toggle:hover{text-decoration:none;}