body{margin-top: 60px;}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
    font-weight: bold;
}
#page-wrapper{
    min-height: 356px;
    padding: 0;
}
.navbar-brand{
    padding-top: 5px;
    margin-top: 0;
}
.navbar-brand span{
    padding-top: 10px;
    display: inline-block;
}
.page-header.custom-page-header{
    margin-top: 10px;
}
#actions-sidebar{
    margin-bottom: 20px;
}
#actions-sidebar ul.navbar-nav li a{
    padding: 2px 10px !important;
    margin-left: 10px;
    margin-bottom: 10px;
}
#actions-sidebar ul.navbar-nav li a:hover{
    color: inherit !important;
}
table tr td.actions a{
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
}
.content.view>table>tobody>tr>th{
    width: 35%;
}
table thead tr th.actions, table tbody tr td.actions,
.content.view .related>table thead tr th.actions, .content.view .related>table tbody tr td.actions{
    width: 15%;
}
#page-wrapper .content{
    padding: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 375px) {
    .navbar-brand span{
        padding-top: 0px;
        display: inline;
    }
}
.search_hilight{color:#e32; font-weight: bold;}
.change_status{cursor: pointer;}
.change_status_container .label{cursor: auto;}

/*.navbar-default{background:#00b785;}*/
.breadcrumb{background: transparent; padding: 0 15px; margin-bottom: 0px; }
.breadcrumb li{line-height: 50px;}

/*.navbar-default{background:#00b785;}*/
.breadcrumb{background: transparent; padding: 0 15px; margin-bottom: 0px; }
.breadcrumb li{line-height: 50px;}

.radio.form-control{
    height: auto;
    width: auto;
}