﻿body {
    padding-bottom: 20px;
    font-family: Raleway, sans-serif;
}

footer {
    padding:25px;
    font-weight:bolder;
}

.fa {
    font-size:24px!important;
}

.navbar {
    background: #f2f2f2;
    border-bottom: 2px solid #ced4da;
}

.card-tools {
    float: right;
    margin-right: 0;
    font-weight:bolder;
}

/*th, td {
    padding:25px;
}*/
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after 
{
    font-size: 1.45em!important;
}
input::placeholder {
    color: gray !important;
}
.dataTables_wrapper .dataTables_filter {
    padding-bottom:20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1640px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1620px;
    }
}

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

   
    .timeline {
        margin: 0 0 45px;
        padding: 0;
        position: relative;
    }

        .timeline::before {
            border-radius: 0.25rem;
            background-color: #dee2e6;
            bottom: 0;
            content: "";
            left: 31px;
            margin: 0;
            position: absolute;
            top: 0;
            width: 4px;
        }

        .timeline > div {
            margin-bottom: 15px;
            margin-right: 10px;
            position: relative;
        }

            .timeline > div::before, .timeline > div::after {
                content: "";
                display: table;
            }

            .timeline > div > .timeline-item {
                box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
                border-radius: 0.25rem;
                background-color: #fff;
                color: #495057;
                margin-left: 60px;
                margin-right: 15px;
                margin-top: 0;
                padding: 0;
                position: relative;
            }

                .timeline > div > .timeline-item > .time {
                    color: #666;
                    float: right;
                    font-size: 12px;
                    padding: 10px;
                }

                .timeline > div > .timeline-item > .timeline-header {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
                    color: #495057;
                    font-size: 16px;
                    line-height: 1.1;
                    margin: 0;
                    padding: 10px;
                }

                    .timeline > div > .timeline-item > .timeline-header > a {
                        font-weight: 600;
                    }

                .timeline > div > .timeline-item > .timeline-body,
                .timeline > div > .timeline-item > .timeline-footer {
                    padding: 10px;
                }

                    .timeline > div > .timeline-item > .timeline-body > img {
                        margin: 10px;
                    }

                    .timeline > div > .timeline-item > .timeline-body > dl,
                    .timeline > div > .timeline-item > .timeline-body ol,
                    .timeline > div > .timeline-item > .timeline-body ul {
                        margin: 0;
                    }

                    .timeline > div > .timeline-item > .timeline-footer > a {
                        color: #fff;
                    }

            .timeline > div > .fa,
            .timeline > div > .fas,
            .timeline > div > .far,
            .timeline > div > .fab,
            .timeline > div > .fal,
            .timeline > div > .fad,
            .timeline > div > .svg-inline--fa,
            .timeline > div > .ion {
                background-color: #adb5bd;
                border-radius: 50%;
                font-size: 16px;
                height: 30px;
                left: 18px;
                line-height: 30px;
                position: absolute;
                text-align: center;
                top: 0;
                width: 30px;
            }

            .timeline > div > .svg-inline--fa {
                padding: 7px;
            }

        .timeline > .time-label > span {
            border-radius: 4px;
            background-color: #fff;
            display: inline-block;
            font-weight: 600;
            padding: 5px;
        }

    .timeline-inverse > div > .timeline-item {
        box-shadow: none;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }

        .timeline-inverse > div > .timeline-item > .timeline-header {
            border-bottom-color: #dee2e6;
        }

    .dark-mode .timeline::before {
        background-color: #6c757d;
    }

    .dark-mode .timeline > div > .timeline-item {
        background-color: #343a40;
        color: #fff;
        border-color: #6c757d;
    }

        .dark-mode .timeline > div > .timeline-item > .timeline-header {
            color: #ced4da;
            border-color: #6c757d;
        }

        .dark-mode .timeline > div > .timeline-item > .time {
            color: #ced4da;
        }

    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .input-group-prepend {
        margin-right: -1px;
        display: flex;
    }

    .input-group > .form-control:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .login-box {
        width: 360px;
        box-shadow: gray 10px 10px inset;
    }

    .btn-login {
        background-color: black;
        border-color: #cccccc;
        width: 50%;
        color: #ffffff;
    }

    user_card {
        height: 400px;
        width: 350px;
        margin-top: auto;
        margin-bottom: auto;
        background: #f39c12;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 5px;
    }

    .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -75px;
        border-radius: 50%;
        background: #60a3bc;
        padding: 10px;
        text-align: center;
    }

    .brand_logo {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .form_container {
        margin-top: 100px;
    }

    .login_btn {
        width: 100%;
        background: #c0392b !important;
        color: white !important;
    }

        .login_btn:focus {
            box-shadow: none !important;
            outline: 0px !important;
        }

    .login_container {
        padding: 0 2rem;
    }

    .input-group-text {
        color: white !important;
        border: 0 !important;
        border-radius: 0.25rem 0 0 0.25rem !important;
    }

    .input_user,
    .input_pass:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

    .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #c0392b !important;
    }


    .form-container {
        /*background: linear-gradient(150deg,#1B394D 33%,#2D9DA7 34%,#2D9DA7 66%,#EC5F20 67%);*/
        font-family: 'Raleway', sans-serif;
        text-align: center;
        padding: 30px 20px 50px;
    }

        .form-container .title {
            color: #343a40;
            font-size: 23px;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 60px;
        }

        .form-container .form-horizontal {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0,0,0,0.4);
        }

    .form-horizontal .form-icon {
        color: #fff;
        background-color: #FFFFFF;
        font-size: 75px;
        line-height: 110px;
        height: 90px;
        width: 90px;
        margin: -65px auto 10px;
        border-radius: 50%;
    }

    .form-horizontal .form-group {
        margin: 0 20px 10px 20px;
        position: relative;
    }

        .form-horizontal .form-group:nth-child(3) {
            margin-bottom: 30px;
        }

        .form-horizontal .form-group .input-icon {
            color: #00954c;
            font-size: 23px;
            position: absolute;
            left: 0;
            top: 10px;
        }

    .form-horizontal .form-control {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        padding: 10px 10px 10px 40px;
        margin: 0 0 5px;
        border: none;
        border-bottom: 2px solid #e7e7e7;
        border-radius: 0px;
        box-shadow: none;
    }

        .form-horizontal .form-control:focus {
            box-shadow: none;
            border-bottom-color: #00954c;
        }

        .form-horizontal .form-control::placeholder {
            color: #000;
            font-size: 16px;
            font-weight: 600;
        }

    .form-horizontal .forgot {
        font-size: 13px;
        font-weight: 600;
        text-align: right;
        display: block;
    }

        .form-horizontal .forgot a {
            color: #777;
            transition: all 0.3s ease 0s;
        }

            .form-horizontal .forgot a:hover {
                color: #777;
                text-decoration: underline;
            }

    .form-horizontal .btn-login {
        color: #fff;
        background-color: #343a40;
        font-size: 17px;
        text-transform: capitalize;
        letter-spacing: 2px;
        width: 90%;
        padding: 12px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        transition: all 0.4s ease 0s;
    }

    h3 {
        margin-bottom: 20px;
    }

.dt-paging-button {
    border:none;
    background:none;
}

.dt-input {
    border: lightgray, solid, 1px;
    padding: 5px;
    border-radius: 4px;
}

.dt-search {
    margin-bottom:15px;
}

.dt-paging-button.current {
    font-weight: bolder;
    color: #b41e3b;
    font-size: 1.25rem;
}