/*
 *
 *   wdcCRM - Custom Styling
 *
*/


body {
  background-color: #3b4e61;
}

div.navbar-header .btn-primary {
  background-color: #54c2f5;
  border-color: #54c2f5;
  color: #FFFFFF;
}


ul#side-menu.nav > li.active {
  border-left: 4px solid #54c2f5;
  background: #293846;
}


.row.customer-edit-form {
    padding: 20px 0 0 14px;
}
    .row.customer-edit-form select {
        height: 30px;
        border: 1px solid #e5e6e7;
        outline-color: #1ab394;
    }


.row.customer-edit-form-buttons .col-lg-10 {
    padding: 20px 0 0 40px;
}
    .row.customer-edit-form-buttons button:nth-child(1) {
        margin-right: 20px;
    }


.customer-edit-form-buttons.customer-edit .col-lg-10 {
    padding: 20px 0 40px 15px;
}



.form-group .field-validation-error {
    color: red!important;
}

.logo-element {
    font-size: 15px;
}


.nav-header {
    background-image: url("patterns/header-profile-skin-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.order-column .sorting_1 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.wdc-data-table-item-alert {
    color: red;
}

