﻿
/*DataTables Button Collection*/
div.dt-button-collection .dt-button {
    padding: 0.2em 1em !important;
}

/*TextBox Labels*/
.textboxLables {
    font-weight: 400 !important;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.textboxLablesRequired::after {
    content: " *";
    color: red;
}

.textboxLablesBold {
    font-weight: bold !important;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.button-textbox {
    height: 40px !important;
}

/*Font Awesome Icon Disable*/
.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Table Customization*/
.CustomTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

    .CustomTable td, .CustomTable th {
        border: 1px solid #ddd;
        padding: 4px;
        white-space: nowrap;
    }

    .CustomTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .CustomTable tr:hover {
        background-color: #ddd;
    }

    .CustomTable th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background-color: #0013;
        color: #000;
        font-weight: 500 !important;
    }

.table.dataTable thead th, table.dataTable tfoot th {
    text-align: center;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center !important;
}

/*
    table.dataTable {
        table-layout: fixed !important;
        width: 100% !important;
    }

    table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

/* End of Table Customization*/

/* Icons Customization*/
.fa-info-circle {
    color: #6C757D;
}

.fa-tag {
    color: #FFC107;
}

.fa-trash {
    color: #DC3545;
}

.fa-lock {
    color: #DC3545;
}


/* Bootstrap Defaults Customization*/
.btn-primary {
    background-color: #915700;
    border-color: #915700;
}

    .btn-primary:hover {
        background-color: #C48238;
        border-color: #C48238;
    }

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #915700 !important;
        border-color: #915700 !important;
        box-shadow: none !important;
    }

.btn-danger {
    background-color: #BF2424;
    border-color: #BF2424;
}

    .btn-danger:hover {
        background-color: #E33939;
        border-color: #E33939;
    }

    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .show > .btn-danger.dropdown-toggle {
        background-color: #BF2424 !important;
        border-color: #BF2424 !important;
        box-shadow: none !important;
    }

.card-primary.card-outline {
    border-top: 3px solid #915700;
}

a {
    color: #915700;
}

    a:hover {
        color: #C48238;
    }

.icheck-primary input[type="checkbox"]:checked + label::before {
    background-color: #915700;
    border-color: #915700;
}

.icheck-primary input[type="radio"]:checked + label::before {
    background-color: #915700;
    border-color: #915700;
}

.icheck-primary input[type="checkbox"]:focus + label::before,
.icheck-primary input[type="radio"]:focus + label::before {
    border-color: #C48238;
}


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #915700;
    color: #fff;
}

.bg-primary {
    background-color: #915700 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #C48238 !important;
}

.bg-secondary {
    background-color: #C48238 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #915700 !important;
}

.card-primary:not(.card-outline) > .card-header {
    background: linear-gradient(to left, #C48238, #915700);
}

.card-add:not(.card-outline) > .card-header {
    background: linear-gradient(to left, #61162b, #915700);
    color: #fff;
}

.card-edit:not(.card-outline) > .card-header {
    background: linear-gradient(to left, #4682B4, #915700);
    color: #fff;
}
