﻿.asp-validation ul {
    list-style-type: none;
}

.btn .material-icons {
    font-size: 1.5rem;
}

.img-profile img {
    height: auto;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 50% !important;
    min-height: 160px;
}

.profile-fileupload-buttons {
    position: absolute;
    top: -26px;
    display: inline-flex;
    float: right;
    margin-left: 90px;
}

@media screen and (max-width: 930px) {
    .profile-fileupload-buttons {
        bottom: 60px;
        position: relative;
        top: unset;
        float: unset;
        margin-left: unset;
    }
}

@media screen and (max-width: 400px) {
    .profile-fileupload-buttons {
        display: grid;
    }
}

/*HOME INDEX*/
#ProfileImg img {
    cursor: pointer;
    -webkit-transition: -webkit-filter 100ms linear;
}

#ProfileImg img:hover {
    filter: grayscale(100%) drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
}

.profile .fileinput {
    display: inherit;
}


/*UTILITY CLASSES*/
.cur-p {
    cursor: pointer;
}

.fs-0 {
    font-size: 10px !important;
}

.fs-1 {
    font-size: 15px !important;
}

.fs-2 {
    font-size: 20px !important;
}

.fs-3 {
    font-size: 25px !important;
}

.fs-4 {
    font-size: 30px !important;
}

.fs-5 {
    font-size: 35px !important;
}

.mw-35 {
    min-width: 35px;
}

/*DATA TABLES*/
.dtr-title{
    width: 100%;
}

.dtr-details{
    width: 100%;
}

.dataTables_length{
    float:left;
}

@media screen and (max-width: 400px) {
    .bootstrap-select > .dropdown-toggle {
        width: unset;
    }

    div.dataTables_wrapper div.dataTables_length label {
        text-align: inherit !important;
        white-space: inherit !important;
    }
}

/*PAGE NAVS*/

.nav-raised {
    top: -22px;
    position: relative;
}




/* FOOTER CALIBRE */
.footer-logo {
    width: 30px;
    position:relative; 
    top:-3px;
}

.footer-fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.header-mini {
    height: 35vh;
    min-height: 35vh;
}


.center-vertical {
    align-items: center;
    align-content: center;
    display: flex;
}

.center-horizontal {
    justify-content: center;
    display: flex;
}

.text-faded {
    color: #aaa !important;
}

.rounded-circle {
    width: 145px !important;
    height: 145px !important;
}

.ov-hidden {
    overflow:hidden !important;
}

.profile-pictures-wrapper {
    overflow:hidden !important;
    min-width:145px !important;
    min-height: 145px !important;
}

.no-transform {
    -webkit-transform: none !important;
    transform: none !important;
}

.img-profile-fix-view {
    min-height: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
}

.rounded-circle-frame {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
}