body,.header-navbar,.content-header-title,.breadcrumb-item, .xcrud-view label, .ui-tabs .ui-tabs-nav li a,
.pt-1, .py-1, .text-white, h1,h2,h3,h4,h5,h6,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans', 'Quicksand', 'Tajawal', sans-serif;
}

footer.footer {
    padding: 30px 20px;
}

.xcrud-list-container {
    margin-top: 20px;
}

.xcrud-nav {
    padding: 15px 0;
    padding-bottom: 0;
}

.breadcrumbs-top {
    margin-bottom: 20px;
}

.xcrud-search .select2-container .select2-selection--single {
    height: calc(1.25em + 1.5rem + 2px);
    border-radius: 0;
}

.xcrud-search input {
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: calc(1.25em + 1.5rem + 2px);
}

.xcrud-top-actions {
    padding: 5px 0;
    margin-bottom: 20px;
}

.xcrud-view label {
    font-weight: bolder;
    color: black;
}

.xcrud-th th {
    background: #0088d0;
    color: white;
}

.content-header-title {
    font-weight: 900;
    color: black;
    font-size: 33px;
}

.xcrud-view .xcrud-upload-container img {
    max-width: 200px;
    max-height: 200px;
}

#crypto-stats-2 .mb-2 {
    margin-bottom: 8px!important;
}


.table {
    color: black;
}



.menu-collapsed .nav-link i {
    margin: 0!important;
}

.pagination {
    float: left;
}

.pagination a {
    color: inherit!important;
}

.xcrud-limit-buttons {
    float: right;
}

.required {
    margin: 0 5px;
    color: red;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 200px;
    height: auto;
    margin-top: 6px;
}

.btn-full {
    width: 100%;
}

.bold-tr {
    font-weight: bold;
    border-top: 2px solid;
}

@media print {
table {
    font-size: 12px;
}

}

.font-large-1 {
    font-size: 23px !important;
}

h4, .h4 {
    font-size: 16px;
}


.table th, .table td {
    vertical-align: middle;
}

.report-table th {
    cursor: pointer;
}


.contract-header {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px double black;
}


.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #3279b7;
    color: white;
}