p.error{
    color: red;
}
/*template list page changes*/
.btn-edit i,.btn-delete i{
    padding: 7px;
    border-radius: 5px;
    font-size: 20px;
}
a.btn-delete{
    color: red;
}
a.btn-delete:hover {
    color: #1EAEDB;
}
/*form changes*/

.form-group:before{
    display: table;
    content: " ";
}
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
}
label.control-label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
p.error{
    margin-bottom: 8px;
}
/*cancel button*/
.cancel-btn,.btn-default{
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.cancel-btn:hover,.btn-default:hover{
    color: #333;
    border-color: #888;
    outline: 0;
}
