﻿

.alert-text {
    word-break:break-word !important;
}

.tblBoardApprovals {
    background-color: #e9e7e7;
    border-collapse: separate;
    border-spacing: 2px;
}

    .tblBoardApprovals td {
        background-color: #ffffff;
        padding: 10px;
    }


.symbol.symbol-purple .symbol-label {
    background-color: #2c1e5a;
    color: #fff;
}

.symbol.dash-pessimistic {
    box-shadow: 0px 0px 0px 5px #cc0b0b;
}
.symbol.dash-neutral {
    box-shadow: 0px 0px 0px 5px #d7df01;
}
.symbol.dash-optimistic {
    box-shadow: 0px 0px 0px 5px #1a8413;
}

@media (min-width: 992px) {
    .header-fixed .wrapper {
        padding-top: 80px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 134px;
    }

    .aside-fixed .wrapper {
        padding-left: 265px;
    }

    .aside-fixed.aside-minimize:not(.aside-minimize-hover) .wrapper {
        padding-left: 70px;
    }

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding: 0 25px;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 65px;
        position: relative;
        z-index: 2;
    }

        .header.header-fixed {
            height: 80px;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 97;
        }

    .aside-enabled .header.header-fixed {
        left: 265px;
    }

    .header-fixed.aside-minimize .header {
        left: 70px;
    }

    .header-fixed.subheader-fixed .header {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-fixed.subheader-fixed .subheader {
        position: fixed;
        height: 54px;
        top: 80px;
        left: 0;
        right: 0;
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease;
        z-index: 95;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
        box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
        background-color: #ffffff;
        border-top: 1px solid #EBEDF3;
        margin: 0;
    }

    .header-fixed.subheader-fixed.header-minimize:not(.aside-minimize-hover) .subheader {
        top: 80px;
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease;
    }

    .aside-enabled.subheader-fixed .subheader {
        left: 265px;
    }

    .subheader-fixed.aside-minimize .subheader {
        left: 70px;
    }

    .subheader-enabled:not(.subheader-fixed) .content {
        padding-top: 0;
    }

    .subheader-enabled:not(.subheader-fixed) .subheader.subheader-solid {
        margin-bottom: 25px;
    }
}





@media (min-width: 992px) {
    body {
        font-size: 13px !important;
    }

    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }

    .form-group label {
        font-size: 1rem !important;
    }

    .form-control {
        font-size: 1rem !important;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 75%;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 14px !important;
    }

    .form-group label {
        font-size: 1.1rem !important;
    }

    .form-control {
        font-size: 1.1rem !important;
    }
}
@media (min-width: 1921px) {
    body {
        font-size: 18px !important;
    }

    .form-group label {
        font-size: 1.2rem !important;
    }

    .form-control {
        font-size: 1.2rem !important;
    }
}


@media (min-width: 992px) {
    .login.login-3 .login-aside {
        width: 100%;
        max-width: 30%;
    }

    .login.login-3 .login-form {
        width: 100%;
        max-width: 800px;
    }
}

@media (min-width: 992px) and (max-width: 1220.98px) {
    .login.login-3 .login-aside {
        width: 100%;
        max-width: 450px;
    }
}

@media (min-width: 1221px) and (max-width: 1399.98px) {
    .login.login-3 .login-aside {
        width: 100%;
        max-width: 650px;
    }
}

@media (max-width: 991.98px) {
    .login.login-3 .login-form {
        width: 100%;
        max-width: 650px;
    }
}

@media (max-width: 575.98px) {
    .login.login-3 .login-form {
        width: 100%;
        max-width: 100%;
    }
}