html,
body {
    height: 100%;
}

main {
    flex: 1;
}
.content-wrapper{
    flex: 1;
}
aside{
    min-width: 250px;
}
#profilesteps .nav-pills .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #AE8C37;
    font-size: 14px;
    padding: 20px;
}

#profilesteps .nav-pills .nav-link:hover {
    background: rgba(0, 0, 0, 0.5);
}

#profilesteps .nav-pills .nav-link.active {
    background: rgba(0, 0, 0, 0.05);
    background-color: #43042C;
    border-left: 4px solid #fff;
}

#profile_links .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #454545;
    font-size: 14px;
    padding: 20px;
}

#profile_links .nav-link:hover {
    background: rgba(0, 0, 0, 0.5);
}

#profile_links .nav-link.active {
    background: rgba(0, 0, 0, 0.05);
    background-color: #b90000;
    border-left: 4px solid #fff;
}


.bg-default {
    border-radius: 50px;
    color: #fff;
    background-color: #454545;
    padding-top: 40px;
    padding-bottom: 40px;

}

.bg-second {
    border-radius: 50px;
    color: #fff;
    background-color: #AE8C37;
    padding-top: 40px;
    padding-bottom: 40px;

}

.btn-default {
    color: #fff;
    background-color: #454545;
    padding:5px;

}

.btn-second {

    color: #fff;
    background-color: #AE8C37;
    padding: 5px;

}

.btn-second:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  

}

.btn-default:hover {
    color: #fff;
    background-color: #b90000;

}



.bg-default {
    border-radius: 50px;
    color: #fff;
    background-color: #454545;
    padding-top: 40px;
    padding-bottom: 40px;

}

.bg-default:hover {
    background: rgba(0, 0, 0, 0.5);
}



.summary .bg-default {
    border-radius: 10px;
    color: #fff;
    background-color: #454545;
    padding-top: 10px;
    padding-bottom: 10px;

}

.summary .bg-default:hover {
    background: rgba(0, 0, 0, 0.5);
}

.upload-icon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #454545;
}

.btn-file {
    position: relative;
}
.btn-file input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.comment-wrapper {
    flex: 1;
}

.comment-wrapper .dropdown-toggle::after {
    content: none;
}

.title{
    font-size: 30px;
    font-weight: bold;
    color: #95191b;
    margin-left:10px;
    margin-top: 10px;
    vertical-align: middle;
}

.invalid-feedback{
    color: red;
}
.disabled{
    background-color: grey;
}
#profile_links .nav-item {
    margin-top:2px;
    border-bottom: 2px solid #fff;
}

@media print {
    /* Ensure that the div is displayed on a new page */
    .new-page {
        page-break-before: always;
        page-break-inside: avoid;
        text-align: center;
    }

    .new-page img{
        max-height: 90vh;
    }
    .new-page .imgheader{
            text-align: center;
            padding: 10px;
            background-color: black;
            color: #fff;
    }
}

#my-datatable th {
    background-color: rgb(185, 0, 0);
    color: white; 
}
#my-datatable_filter {
    margin-bottom: 20px; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:#b90000;
    border-radius: 20px;
    color: #fff !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background:#454545;
        border-radius: 20px;
        color: #fff !important;
    }

    .required .form-label::before {
        content: "* ";
        color: red;
    }

    .table-bordered tr{
        border: 1px #000 solid;
    }
    .table-bordered td{
        border: 1px #000 solid;
    }

    .table-bordered th{
        border: 1px #000 solid;
    }