﻿.logo .logo-sm-text-light {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.alert.alert-danger .close {
    font-size: 1.1rem !important;
}

.align-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.subtitle-box .subtitle {
    font-size: .95rem;
    font-weight: bold;
}

.subtitle-box .subtitle-right {
    float: right;
    margin-bottom: 10px;
}

.swal2-popup .swal2-title,
.swal2-popup .swal2-content {
    font-size: 1em !important;
    font-weight: 400 !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
}

.swal2-actions .swal2-confirm,
.swal2-actions .swal2-cancel {
    font-size: .8em !important;
}

@media (max-width:640px) {
    .page-title-box {
        background-color: transparent !important;
        -webkit-box-shadow: none !important
    }

        .page-title-box .page-title {
            float: left !important;
            white-space: normal !important;
            line-height: 35px !important;
            text-align: center !important;
        }

        .page-title-box .page-title-right {
            display: block !important;
            float: unset !important;
            text-align: center !important;
        }

            .page-title-box .page-title-right .btn {
                white-space: normal !important;
                max-width: 130px !important;
            }

    .logo-box {
        display: inline-block;
        float: right;
        position: fixed;
        padding-left: 48px;
    }
}
