.table {
        background-color: #fff;
}
.clear{
        clear: both;
}
.pagination .page-item.selected a.page-link {
    background: #343940;
    color: #fff;
}
.grid-view .summary {
        text-align:left;
}
.dropdown-item:focus, .dropdown-item:hover,
.nav.nav-treeview li.active {
        background: #484e54;
}
.nav-sidebar .nav-treeview {
        padding-left: 20px;
}
.yii-selectize {
    display: inline-flex;
    margin-right: 10px;
}
.CodeMirror {border: 1px solid #999;}
.btn-default {
    background: #fff;
}
a.call-icon,
a.whatsapp-icon {
    font-size: 15px;
    margin-right:5px;
}
a.whatsapp-icon {
    font-size: 20px;
    color: green;
}
body,
.btn {
    font-size: 13px;
}
.grid-view .table td{
    white-space: nowrap;
}
.errorMessage {
    color: red;
}
.form-row .row {
    margin-bottom: 10px;
}
.btn-group.action .dropdown-menu{ min-width: 90px; }
.btn-group.action .dropdown-item:focus,
.btn-group.action .dropdown-item:hover { color: #fff; }
.grid-view .btn-group-sm>.btn, .btn-sm {
    padding: .5px .5rem;
}
.grid-view .table td.wrap,
.grid-view .table .wrap {
    white-space: pre-wrap;
}
.grid-view .table th {
    padding: 8px 8px;
    background: #f4f6f9;
    color: #4b545c;
}
.grid-view .table th a {
    color: #4b545c;
}
.grid-view .table td {
    padding: 3px 8px;
}
.custom-collout {
    padding: 5px 15px;
    margin: 0px;
}
.content-wrapper {
    background: #f4f6f9;
    padding: 10px;
}
