html{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
#BlocPushRight{
    position: fixed;
    width: 100%;
    max-width: 400px;
    height: 100%;
    top: 60px;
    right: -400px;
    background: #fff;
    z-index: 9;
    overflow-y: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
#BlocPushRight .HeadBlocPushRight{
    width: 100%;
    height: 35px;
}
#BlocPushRight .HeadBlocPushRight .close{
    width: 35px;
    height: 35px;
    display: block;
    float: right;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    cursor: pointer;
}
html.BlockRightIsOpening #BlocPushRight{
    right: 0px;
}
html.BlockRightIsOpening{
    padding-right: 400px;
}
#BlocPushRight .ContentBlocPushRight{
    padding: 0 20px;
    padding-bottom: 60px;
}

#BlocPushRight::-webkit-scrollbar {
    width: 6px;
}
#BlocPushRight::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
#BlocPushRight::-webkit-scrollbar-thumb {
    background: #888; 
}
#BlocPushRight::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
#BlocPushRight .mainInfo{
    margin: 0;
    margin-bottom: 10px;
    display: flow-root;
}
#BlocPushRight .mainInfo .avatar{
    width: 80px;
    height: 80px;
    background: #d2d6dc;
    border-radius: 2px;
    background-size: cover;
    text-align: center;
    font-size: 35px;
    line-height: 80px;
    display: inline-block;
    float: left;
    margin-right: 8px;
}
#BlocPushRight .mainInfo h4{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #6b6b6b;
}
#BlocPushRight .mainInfo h4 ~ span{
    font-size: 13px;
    color: #9c9c9c;
}
#BlocPushRight .mainInfo .actions{
    margin-top: 8px;
}
#BlocPushRight .mainInfo .actions a{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #212529;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    line-height: 25px;
}
#BlocPushRight .formsearch{
    /* background: #f1f1f1; */
    /* padding: 10px; */
    margin: 15px 0;
}
#BlocPushRight .formsearch form .row{
    margin: 0;
}
#BlocPushRight .formsearch form input{
    width: calc(100% - 53px);
}
.elements_docs{
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#BlocPushRight .nav-tabs{
    border-bottom: 0;
}
.nav-tabs .nav-item { 
    margin-bottom: 1px;
    font-size: 12px;
    padding: 0px 0px 0 0;
	margin-left: 1px;
}
#BlocPushRight .nav-tabs .nav-link{
    padding: 6px 5px;
    border: 0;
    border-radius: 0 0 0;
    background: #f1f1f1;
    color: #212529;
    border-bottom: 2px solid #454b50;
}
#BlocPushRight .nav-tabs .nav-link.active{
    background: #454b50;
    color: #fff;
}
#BlocPushRight .tab-content{
    padding-top: 10px;
}

.elements_docs .element {
    width: 100%;
    height: auto;
    min-height: 70px;
    background: #f1f1f1;
    padding: 5px;
    padding-left: 70px;
    position: relative;
    margin-bottom: 5px;
    display: flow-root;
}
.elements_docs .element .avatar{
    width: 60px;
    height: 60px;
    /* background: red; */
    position: absolute;
    left: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.elements_docs .element .avatar img{
    width: 100%;
    height: 100%;
}
.elements_docs .element span.owner{
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 1px;
}
.elements_docs .element .details {
    width: calc(100% - 79px);
    float: left;
}
.elements_docs .element .btnsActions {
    width: 74px;
    height: 60px;
    right: 5px;
    top: 5px;
    float: right;
}
.elements_docs .element .btnsActions .btn {
    padding: 2px 9px;
    position: relative;
    margin-right: 6px;
    min-width: 36px;
    margin: 1px 0px 0px 1px;
}
.elements_docs .element:last-child{
    margin-bottom: 0;
}
#BlocPushRight .widget-flat{
    padding: 7px 7px;
    overflow: hidden;
    margin-bottom: 10px;
}
#BlocPushRight .widget-flat h3{
    margin: 4px 0;
    font-size: 18px;
    color: white;
    line-height: 18px;
}
#BlocPushRight .widget-flat p{
    color: white;
    margin-bottom: 0;
    font-size: 12px !important;
}
#BlocPushRight .tab-pane .row{
    margin: 0;
}
#BlocPushRight .tab-pane .col-md-6{
    padding: 0 5px;
}

@media (max-width: 770px){
    html.BlockRightIsOpening{
        padding-right: 0;
    }
    #BlocPushRight{
        max-width: 100%;
        right: -100%;
    }
}
a.add.btn.btn-success.pull-right {
    background-color: #0acf97;
}
a.view.btn.btn-info.pull-right.fancybox {
    background-color: #4eb7eb;
}
a.copy.btn.btn-warning.pull-right {
    background-color: #f9bc0b;
}
a.supp.btn.btn-danger.pull-right {
    background-color: #f1556c;
}