﻿.btn-primary:hover {
    background-color: #011932 !important;
    border-color: #011932 !important;
    color: #fff !important;
}

/*.card.custom-card 
{
    border: 0;
    box-shadow: 0 0 .5rem rgba(10, 10, 10, .08);
}*/
.crm-highlight-card {
    background-color: #114d8f !important;
}
.app-header {
    background-color: #0e447f !important;
}

.app-header *
{
  color: #f0f0f0 !important;
}

.main-header-dropdown {
    background-color: #0e447f !important;
}

.main-header-dropdown li {
    border-bottom: 1px solid #6d6f77;
}

.btn-primary {
    background-color: rgb(0, 113, 184,1) !important;
    border-color: rgb(0, 113, 184,1) !important;
}

.card.custom-card.crm-highlight-card {
    background-color: #0e447f !important;
}

/* Make the Actions column sticky and set its width */
th.actions-col, td.actions-col, th.col-action, td.col-action {
/*    position: sticky;
    right: 0;
    z-index: 2;*/
    width: 18%;
}


th.col-action, td.col-action {
    width: 12%;
}
/*th.col-serial, td.col-serial { width: 10%; }
th.col-company, td.col-company { width: 15%; }

table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid #e5e7eb;*/ /* Add this line */
    /*padding-left: 5px;
}*/

