.btn{
    white-space: inherit;
}
.box_panel{
box-shadow: 0 1px 4px rgba(0,0,0,0.30);
border-radius: 5px;
overflow: hidden;
}
.box_panel .ProfileAvatar{}
.box_panel .ProfileAvatar img{width: 80px;height: 80px;}
.box_panel .ProfileAvatar h4{padding-top: 24px;font-size: 15px;color: #505050;margin-bottom: 4px;}
.box_panel .ProfileAvatar p{font-size: 14px;line-height: 1.6;}
.box_panel .list_user{}
.box_panel .list_user li{font-size: 12px;margin-bottom: 10px;}
.box_panel .list_user li strong{padding-left: 10px;font-weight: 500;}
.box_panel .list_user li span{line-height: 25px;font-weight: 300;font-size: 15px;}
/*....*/
.Notifications_titel,
.Report_titel{}
.Notifications_titel i,
.Report_titel i{font-size: 22px;color: #505050;padding-bottom: 6px;}
.Notifications_titel p,
.Report_titel p{font-size: 15px;font-weight: 500;color: #505050;}
.Notifications_list{padding: 15px 0;}
.Notifications_list li{padding: 15px;border-bottom: 1px solid #d8d8d8;}
.Notifications_list li i{font-size: 18px;color: #6e6e64;margin-left: 4px;}
.Notifications_list li > span{}
.Notifications_list li a{}
.Notifications_list li a span{}
.bg_red{background: #ff5252;}
.bg_info{background: #0096ff;}
.bg_success{background: #4caf50 !important;}
.bg_warning{background: #ffa000;}
.color_info{}
.color_success{color: green;}
.color_red{color: red;}
.pad_not{
    padding: 0;
}
.pad_15{
    padding: 15px;
}
.box_left{
    background: #fafafa;
border-radius: 5px 0 0 5px;
}
.Report_list{padding: 15px;}
.Report_list li{line-height: 30px;}
.Report_list li b{font-weight: 500;margin-left: 15px;display: inline-block;width: 40%;}
.Report_list li span{font-weight: 300;}
.Report_list li span i{}
.btn_f{-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);background: #fff;border-color: #fff;color: #222;text-shadow: none;margin-top: 15px !important;}
.btn_f:hover,
.btn_f:focus,
.btn_f:active,
.btn_f:active:hover{
    background: #fff;
    border-color: #fff;
    color: #333;
}
/*........*/
.list_links{}
.list_links li{width: 48%;float: right;margin: 1%;}
.list_links li a{display: block;padding: 10px 15px;color: #fff;}
.list_links_last{background: #3c3c3c;color: #fff !important;display: block;padding: 10px;margin: 1%;}
.bg_e{
    background: #fafafa;
}
.bg_f{
    background: #fff;
}
/*........*/
.alert-noitem{}
.icon_plus{
    font-size: 20px;
line-height: 0;
position: relative;
top: 3px;
}

@media(max-width : 768px){
   .pull_respon{
    float: none !important;
}
.height_respon{
    height: auto !important;
}
.box_panel .ProfileAvatar img {
    margin: auto;
}
.box_panel .ProfileAvatar,
.box_panel .list_user{
    text-align: center;
}
}
.mrg_20 {
    margin-bottom: 20px !important;
}