.json_btn {
    float:right !important;
    position: relative;
    bottom:20px;
}

.m_b {
    padding-left:40px;
    border-top:1px solid #f4f4f4;
}
.m_b h3 {
    color:#999;
}
.form-group.required .control-label:after {
    content:"*";
    color:red;
    padding:10px;
}
.content-header {
    padding:15px !important;
}
.content-header>.breadcrumb {
   left:43px !important;
   top:44px !important;
}
.content-header>.breadcrumb a:active {
    color:#32C1F4;
}
.breadcrumb>li+li:before {
    color:#32C1F4;
    font-size: 22px;
}
.fa-dashboard:before, .fa-tachometer:before {
    position: relative;
    top:14px;
    font-size: 15px;
    padding:0 10px;
}
.breadcrumb > li  {
    font-size:17px;
    
}
.btn-container-center { 
    margin:0 auto !important;
}
.glyphicon-list {
    padding-left:5px;
}
.glyphicon-list:before , .glyphicon-edit:before  {
    padding-right:3px;
}
.no-sort.sorting_asc:after {
    display: none !important;
}
.main_img {
    width:200px !important;
}
@media screen and (max-width:1000px) {
    .content-header>.breadcrumb {
        top:0 !important;
    }
    .fa-dashboard:before, .fa-tachometer:before {
        top:31px;
    }
}

