﻿#customGrid th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

#customGrid td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    min-width: 24px;
}

#customGrid td i {
    font-size: 19px;
}

#customGrid td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table input .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table .form-control.error {
    border-color: #f50000;
}

#customGrid td .add {
    display: none;
}

.add-new {
    float: right;
}
