.panel-body .list-group-item
{
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
}
.panel-body .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    /*margin-top: -15px;*/
    border-top: none;
}

.panel-body .list-group-item:last-child
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel{
    border-radius: 0px;
}

.no-border-radius {
    border-radius: 0;
}


/*

LOGO COLORS
blue: #005789
yellow: #FABB00
black: #1A171B
*/


/* active navitem */
.nav-primary > ul > li.active > a {
    border-left: 2px solid #FABB00;
    padding-left: 8px;
}
.nav-primary > ul > li.active > a i,
.nav-primary > ul > li > a:hover i{
    color: #FABB00;
}

.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #FABB00;
    color: #333;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover i{
    background-color: inherit;
    color: #333;
    font-weight: bold;
}

.nav-primary > ul > li > a {
    border-bottom: none;
}


/*
 * HEADBAR
 */


.navbar-brand{
    width: 150px;
    padding: 0;
}

/* searchform in headbar */
.navbar-form input[type="text"]{
    border-radius: 3px;
}


/*
 * Page Title
 */

.page-title h3{
    margin-top: 10px;
}

.page-title h3 .btn{
    margin-top: -5px;
}

/*
 * Searchform in Lists
 */

header form{
    margin-bottom: 0;
}



/*
 * FORM-FIELDS
 */

.file-input-wrapper.btn{
    margin-top: -7px;
    margin-left: -13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*
 * checkbox-custom and radio custom
 */
.radio-custom, .checkbox-custom {
    margin: 0;
}

/* checked: empty box "fa-square-o" */
.checkbox-custom > i.checked:before {
    content: '\f096';
}

/* checked: empty box "fa-check-square-o" */
.radio-custom > i.checked:before,
.checkbox-custom > i.checked:before {
    content: "\f046";
}

/* use default color */
.radio-custom > i:before,
.checkbox-custom > i:before {
    color: #656565;
}

/* use "button-color" for active checkboxes */
.radio-custom > i.checked:before,
.checkbox-custom > i.checked:before {
    color: #5191d1
}




/*
 * ENTITY-SIDEBAR
 * (use bootstrap default style overwrite theme style)
 */
a.list-group-item.active {
    background-color: #428bca;
    border-color: #428bca;
    color: #ffffff;
}


.list-group li:nth-child(even)
{
    background-color: #f7f8f9;
}


.visible-sm-inline {
    display: inline-block !important;
}


/*
for alert messages in content area!
*/
.alert-in-content {
    border-left: 0;
    border-right: 0;
}



.flash-selection{
    border-radius: 0px;
    font-size: 75%;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #D3D6D9;
}

.panel-body .wizard{
    margin: -15px -15px 0 -15px;
}

.flash-selection{
    font-size: large;
}


.sidebar_icon{
    width: 20px;
    text-align: center;
}

/*
Social button classes
*/
.btn-xing {
    background-color: #006567;
    color: #fff;
}

.btn-xing:hover, .btn-xing:focus, .btn-xing:active, .btn-xing.active {
    background-color: #0F7476;
    color: #fff;
}