﻿body {
    font-size: 0.8rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dot {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    display: inline-block;
}

.btn-circle {
    border-radius: 25px !important;
}

.hidden {
    display: none
}

.fa-15x {
    font-size: 1.5rem;
}

.text-white {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .container {
        max-width: none;
    }
}

.page-white {
    background: white;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.custom-footer {
    bottom: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #c5d6de;
    z-index: 80;
    position: fixed;
    font-size: 0.7rem;
}

.custom-dropdown-menu {
    margin-left: 1.375rem;
}

.custom-dropdown-item {
    color: #0064fb;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.custom-dropdown-item:hover {
    text-decoration: none
}


.app-logo{
    display:block;
    max-width:150px;
    color:black;
    text-decoration: none;
    font-size:0.8em;

}
    .app-logo:hover {
        text-decoration: none;
        color:black;
    }

    .app-logo img{
        width: 100%;
        height:50px;
        margin-bottom: 10px;
    } 
.app-logo embed{
    width:100%;
}

.user-title {
    min-width: 10rem;
}


.footer-logo {
    min-width: 56px;
    max-width: 100px;
    padding: .2rem;
}

    .footer-logo img {
        max-width: 100%;
    }
.btn-az {
    color: #ffffff;
    background-color: #64aded;
    border-color: #64aded;
}

    .btn-az :hover {
        color: #ffffff;
        background-color: #4da1ea !important;
        border-color: #4da1ea !important;
    }

/*.form-control {
    height: calc(1.75rem + 2px);
    padding: .1rem .4rem;
    font-size: 0.9rem;
}*/


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #e8e6e6 !important;
    background: none !important;
    border: 1px solid #e2e2e2 !important;
}

.badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: .3rem;
}
.badge-big {
    font-size: 1.2rem;
    font-weight: 600;
    padding: .5rem;
}