.form-group{margin-bottom:8px;}
/*.form-horizontal .control-label{padding-top:7px;}*/
.form-horizontal .control-label.none{padding-top:0;}
div.bhoechie-tab-menu div.list-group > a{
	border-bottom:1px solid #cc1e15;
	float:none;
}
header .logo{
	width:auto;
}
header .logo img{width:auto;}
.application-package .form-control.small{
	width:300px;
}
.form-horizontal .control-label.second{padding-top:0; line-height:normal;}
.form-horizontal .control-label.p-none{padding:0; line-height:normal;}
#menu-toggle {
    background: #ee2e24;
    width: 38px;
    height: 38px;
    padding: 10px;
    /*position: fixed;
    top: 187px;
    left: 200px;*/
    box-shadow: none;
    border: none;
    z-index: 1000;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin:3px -38px 0 0;
    float:right;
}
#wrapper.toggled #menu-toggle{
    left:0;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 0.5s;
}

@-webkit-keyframes example {
    from {left:200px;}
    to {left:0;}
}
@keyframes example {
    from {left:200px;}
    to {left:0;}
}
panel-body.pad0{padding:15px;}

