.btn-row{
    margin: 0 -5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-row .row div {
    padding: 2px 5px; 
}

.btn-row .row div  a,.btn-row .row div  button{
    line-height: 50px;
    text-transform: uppercase;
    padding: 0;
}

.btn-row  .btn-block + .btn-block {
    margin-top: 0px;
}

.inline-edit{ 
    position: relative;
}
.inline-edit textarea{ 
    font-size: 12px;
}

.inline-save{    
    position: absolute;
    bottom: 10px;
    right: 10px;
}    

/*страничка шаблонов*/
.template-item{
    margin:15px 0;
}
.template-item div.pic {
    background-size: 266px auto !important;
    position: relative;
    height: 200px;
    border:#000 1px solid;
}

.template-item div.buttons {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 35px 5px 5px;
    text-align: center;
}

.template-item div span {
    position: absolute;
    bottom: 0;
    height: 40px; width: 100%;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    opacity: 0.7
}

@media screen and (max-width: 767px) {
    .filter-field{
        margin-top: 0px;
        margin-bottom: 15px;
    }
}  

.btns-column a.btn{
    margin-bottom: 2px;
    margin-right: 2px;
}

.narrow th, .narrow td{
    padding: 6px !important;     
}

.panel-header-fio{
    font-size: 12px;
    color: #999;
}