.login-register {
    background: url(../plugins/images/login-register.jpg) center center/cover no-repeat!important;
    height: 100%;
    position: fixed;
}
.header_title .page-title{
    float: left;
}
.header_title .add_new{
    float: right;
}
.bootstrap-select{
    width: 100% !important;
}
.load_img{
    text-align: center;
}
.left_panel_full{
    width: 100%;
}
.border_bottom{
    border-bottom: solid 1px #ccc;
}
.header_title{
    overflow: hidden;
}
.card{
    margin: 5px 0;
}
#accordionExample  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#accordionExample .active,#accordionExample  .accordion:hover {
    background-color: #ccc;
}

#accordionExample  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#accordionExample  .active:after {
    content: "\2212";
}

#accordionExample  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.right_accor{
    text-align: right;
    padding: 10px;
}

#side-menu > li > a {
    border-left: 3px solid #fff;
}
#side-menu > li > a i {
    margin-right: 10px;
}