.btn-primary {
    background-color: #004c75;
    border-color: #004c75;
}
.c-app {
    background-color: #ffffff;
}
.c-sidebar {
    border: 1px solid #d8dbe0;
}
.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    /*width: 100% !important;*/
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
.c-sidebar {
   
    color: #4f5d73;
    background: #fff;
}

.c-sidebar .c-sidebar-brand {
    background: rgb(255 255 255 / 20%);
}
.c-sidebar-nav-dropdown.c-show {
    background: rgba(0,0,21,.2);
}
.c-sidebar .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link {
    color: rgb(8 8 8 / 80%);
    background: 0 0;
}
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active {
    color: #fff;
    background: rgb(0 0 0 / 5%);
}
.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon {
    color: rgb(8 8 8 / 80%);
}
.container-fluid .card-header:first-child {
    font-weight: 700;
    background-color: #004c75;
    color: #fff;
	font-size:17px;
    text-align: center;
	  text-transform: uppercase;

}
.form-group label{
	font-weight:bold;
	color:#4f5d73;
	font-size: .875rem;

}
td>a{
	color:#4f5d73;
}
.c-sidebar .c-sidebar-nav-link {
    font-weight: 600;
}
.c-sidebar .c-sidebar-nav-link.c-active {
    color: #fff;
    background: #004c75;
}
.c-header .c-header-nav .c-header-nav-link {
    font-weight:600;
}
.accordion .card-header:first-child {
    background-color: #fff;
    color: #3c4b64;
	font-size:16px;
    text-align:left;
}
.card-header>h5>a{
	color: #3c4b64;
}
.select2-container .select2-selection--single {
    height: 34px;
    
}
#dynamic-ar{
	display: block;
	background: #004c75;
	font-weight:600;
	color:#fff;
}
.c-sidebar-brand
{
	border-bottom:1px solid #d8dbe0;
}
.dataTables_scrollHeadInner{
	width:100% !important;
}

