* {
    box-sizing: border-box;
}

:root {
    --offcanvas-width: 112px;
    font-size: 16px;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-family: "Lato", sans-serif !important;
    overflow: auto;
    border-radius: 0px;
}

a,
button,
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

    button:disabled {
        cursor: not-allowed;
    }

    button:hover:disabled {
        cursor: not-allowed;
    }

    a:disabled {
        cursor: not-allowed;
    }

    a:hover:disabled {
        cursor: not-allowed;
    }

/*a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }*/

h1 {
    color: #191919;
    text-transform: capitalize;
    font-size: 1.25rem;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.form-control:active:disabled {
    border: 1px solid #e9ecef;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #dee2e6;
}

.form-wrapper {
    margin-bottom: 0.5rem;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 1rem;
}

    .form-wrapper label {
        text-align: left;
        font: normal normal bold 0.875rem Lato;
        color: #191919;
        /*margin-bottom: 0.5rem;*/
    }

    .form-wrapper .form-check-input[type=checkbox] {
        border-radius: 3px !important;
    }

    .form-wrapper .form-check input {
        width: 1rem;
        height: 1rem;
        border-width: 1px;
    }

    .form-wrapper hr {
        margin: 0px 1rem !important;
        width: 97%;
    }

.form-check-input:focus {
    box-shadow: none;
}

/* table common css */
table {
    min-width: 100% !important;
    border-radius: 10px;
    overflow: auto;
    position: relative;
    margin-bottom: 0.5rem !important;
}

    table thead {
        height: 3.5rem;
        /*background-color: #ebebeb;*/
        background-color: rgba(15, 124, 198, 0.05) !important;
        vertical-align: middle !important;
    }

        table thead tr th {
            font: normal normal bold 0.875rem Lato;
            text-align: left;
            color: #191919;
            position: relative;
            border-right: 1px solid #CCCCCC;
            background-color: rgba(15, 124, 198, 0.05) !important;
        }

            table thead tr th:last-child {
                border-right: none;
            }

            table thead tr th img { /* this is needed */
                position: absolute;
                right: 0.5rem;
                width: 1rem;
                height: 1rem;
                bottom: 35%;
            }

    table tbody tr {
        min-height: 100% !important;
    }

        table tbody tr td {
            text-align: left;
            font: normal normal normal 0.9375rem Lato;
            color: #191919;
            padding-top: 1rem;
            border-right: 1px solid #CCCCCC;
        }

            table tbody tr td:last-child {
                border-right: none;
            }

            table tbody tr td img {
                height: 1.25rem !important;
                width: 1.25rem !important;
            }

tr:nth-child(even) {
    background-color: #f8f8f8;
}

table p {
    margin: 0;
}

.table > :not(:first-child) {
    border-top: none !important;
}

table input:focus,
input:active {
    box-shadow: none !important;
    outline: 0px !important;
    border-color: initial;
    vertical-align: middle !important;
}

/*to remove overlap of search Icon and cancel Icon in data table */
.dataTables_filter input:focus {
    background: none !important;
}

.rounded-corners {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

/* modal */
.modal-header {
    background-color: #f2f9fe !important;
    border-bottom: none !important;
    border: none;
}

    .modal-header img {
        width: 1.25rem !important;
        height: 1.25rem !important;
        margin-right: 1rem;
        cursor: pointer;
        margin-left: auto;
    }

.modal-title {
    font: normal normal bold 1.5rem Lato !important;
    padding-left: 1.5rem;
    padding-top: 0;
}

.modal-body {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: none;
}

.modal-footer {
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
}

.alert {
    border-radius: 0.625rem;
    font: normal normal bold 0.875rem Lato;
    padding: 0.5rem;
}

.alert-success img,
.alert-warning img {
    width: 1.25rem;
    height: 1.25rem;
}

.alert svg path {
    fill: #FFFFFF;
}

.alert-danger {
    background-color: #D11313;
    color: #fff;
}

    .alert-danger svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .alert-danger img {
        width: 1.25rem;
        height: 1.25rem;
    }

.alert-warning {
    background-color: #FE9705;
    color: #191919;
}

.alert-success {
    background-color: #3AC430;
    color: #191919;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item {
    padding-bottom: 0.25rem;
    text-align: left;
    font: normal normal bold 1.25rem Lato;
    color: #666666;
    border-bottom: 2px solid rgba(204, 204, 204,0.5);
    cursor: pointer;
}

    .breadcrumb-item.active {
        text-align: left;
        font: normal normal bold 1.25rem Lato;
        color: #006ECC !important;
    }

        .breadcrumb-item.active a {
            padding-bottom: 0.25rem;
            border-bottom: 2px solid #006ECC;
        }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #CCCCCC !important;
        border-color: #ccc !important;
    }

    .breadcrumb-item a {
        text-decoration: none;
        color: inherit;
    }

.blue-btn {
    border-radius: 5px;
    border: 1px solid #007DC4;
    background: #007DC4;
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    padding: 0.521vw 1.042vw;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
}

    .blue-btn:hover {
        background-color: #0059A5;
        color: #fff;
    }

    .blue-btn:focus {
        outline: none;
    }

    .blue-btn:disabled {
        opacity: 0.65 !important;
        cursor: no-drop;
    }

    .blue-btn:hover:disabled {
        background-color: #007DC4;
        opacity: 0.65 !important;
        cursor: no-drop;
    }

.white-btn {
    border-radius: 5px;
    border: 1px solid #007DC4;
    background-color: transparent;
    font-family: Lato;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #007DC4;
    padding: 0.521vw 1.042vw;
    padding: 0.625rem 1.25rem;
}

    .white-btn:hover {
        background-color: #0059A5;
        color: #FFFFFF;
    }

.form-switch .form-check-input:not(:checked) {
    border: 1px solid #CCCCCC;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
