@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

.shadow-drop-center {
    -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes shadow-drop-center {
    0% {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    }

    100% {
        box-shadow: 0 0 7px rgba(43, 56, 124, 0.51);
    }
}

@keyframes shadow-drop-center {
    0% {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    }

    100% {
        box-shadow: 0 0 7px rgba(43, 56, 124, 0.51);
    }
}

h1 {
    color: #6e6f93;
    font-size: 30px;
    font-weight: bold;
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #eeeff6;
    height: 100%;
    max-width: 1920px;
}

header {
    background: #fff;
    padding: 10px 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

footer {
    margin-top: 30px;
    background-color: #504e5a;
    color: #a09cb4;
    width: 100%;
    padding: 10px 0 15px;
    z-index: 2;
    position: fixed;
    bottom: 0;
}

    footer ul {
        padding: 0 20px;
        list-style: none;
    }

        footer ul li {
            float: right;
        }

            footer ul li:first-child {
                float: left;
            }

            footer ul li a {
                color: #a09cb4;
                margin-right: 15px;
            }

                footer ul li a:hover {
                    color: #a09cb4;
                }

.h-100 {
    height: 100%;
}

.image-holder {
    background: url("../images/bg1.jpg") no-repeat;
    background-size: cover;
    display: flex;
}

.login-page {
    background: #fff;
}

.main-content {
    min-height: 650px;
    padding-bottom: 110px;
}

.font-13 {
    font-size: 13px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn-link-pink {
    color: #e62b7d;
}

.btn-purple {
    color: #fff;
    background-color: #242782;
}

    .btn-purple:active,
    .btn-purple:hover {
        color: #fff;
        background-color: #313493;
    }

.btn-xs {
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
}

.btn-group-sedu {
    padding: 3px 10px 0 0;
    border-right: 1px solid #eeeff6;
    margin: 12px 20px 0 0;
}

    .btn-group-sedu button {
        color: #858585;
        font-size: 18px;
    }

        .btn-group-sedu button:after {
            display: none;
        }

        .btn-group-sedu button:hover,
        .btn-group-sedu button:active,
        .btn-group-sedu button:focus {
            color: #242782;
            text-decoration: none;
        }

.image-holder {
    padding: 0;
}

.avatar {
    padding: 15px 0;
}

    .avatar .profile-pic {
        width: 40px;
        float: right;
    }

    .avatar span {
        color: #666666;
        margin: 8px 0 0 10px;
        float: right;
    }

.login-box {
    background: #fff;
    padding: 7% 5% 0;
}

    .login-box h2 {
        color: #999;
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .login-box form label {
        color: #666;
        margin: 0;
        font-size: 14px;
    }

    .login-box form input {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #cccccc;
        padding: 0.375rem 0;
    }

    .login-box form .form-control:focus {
        box-shadow: 0 0 0;
    }

.card-box-holder {
    border-radius: 10px;
    overflow: hidden;
    /*margin-top: 20px;*/
}

    .card-box-holder .card-box-head {
        background: #fff;
        padding: 15px;
        border-bottom: 2px solid #f9f9f9;
    }

        .card-box-holder .card-box-head h4 {
            font-size: 18px;
            margin: 0;
            font-weight: bold;
        }

            .card-box-holder .card-box-head h4 i {
                margin-right: 5px;
            }

    .card-box-holder .card-box-body {
        background: #fbfbfd;
        padding: 15px;
        overflow: hidden;
    }

        .card-box-holder .card-box-body .relatorio-box {
            width: 100%;
            display: block;
            height: 80px;
            background: #fff;
            border-radius: 5px;
            position: relative;
            padding: 15px;
            margin-bottom: 20px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
        }

            .card-box-holder .card-box-body .relatorio-box:hover {
                -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
                animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            }

            .card-box-holder .card-box-body .relatorio-box h5 {
                font-size: 12px;
                line-height: 14px;
                font-weight: bold;
                color: #2b3375;
                position: absolute;
                /**z-index: 1;*/
                margin-right: 10px;
            }

            .card-box-holder .card-box-body .relatorio-box i {
                position: absolute;
                right: 15px;
                bottom: 10px;
                color: #f4f4f4;
                font-size: 30px;
            }

        .card-box-holder .card-box-body table {
            background: #fff;
        }

            .card-box-holder .card-box-body table td {
                padding: 15px 15px 0 15px;
            }

.favorito-box {
    padding: 0px !important;
}

.favorito-box img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 5px;
}

.favorito-box h5 {
    padding: 5px 0px 0px 90px;
}

.badge-purple {
    background-color: #5f6593;
    color: #fff;
    font-weight: normal;
}

.graph-open {
    background: #fff !important;
}

.btn-group-link {
    color: #585e92;
    font-size: 18px;
}

.search-title {
    display: inline-block !important;
    width: inherit !important;
    margin-left: 10px;
}

.holder-form {
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.071);
    float: left;
    width: 100%;
}

.bottom-form {
    border-top: 1px solid #ccc;
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 20px 0 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .well .form-check-inline {
        margin-right: 30px;
    }

.btn-icon-group .btn-light:not(:disabled):not(.disabled).active {
    background: #f94795;
    border-color: #f94795;
    color: #fff;
}

.table-responsive {
    overflow-x: auto !important;
}

@media screen and (max-width: 768px) {
    .image-holder {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    header .brand {
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    header .btn-group-sedu {
        border: 0;
        position: absolute;
        left: 0;
        top: -50px;
        margin: 0;
        padding: 0;
    }

        header .btn-group-sedu span {
            display: none;
        }

    header .avatar {
        display: none;
    }

    footer {
        text-align: center;
    }

        footer ul {
            margin: 0 auto;
        }

            footer ul li {
                display: inline-block;
                float: inherit;
            }

    .search-title {
        clear: both;
        margin: 20px 0 0;
        width: 100% !important;
    }

    h1 a {
        clear: both;
        float: left;
        margin: 10px 0 0;
        width: 100%;
    }
}

.resumo {
    height: 65%;
}

    .resumo a {
        text-decoration: none;
    }

.card-box:hover .card-box-resumo {
    opacity: 1;
}
.card-box-resumo a h2 {
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
}

.card-box-resumo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    width: 95%;
    opacity: 0;
    transition: .3s ease;
    background-color: #6e6f93;
}

.card-box .card-box-resumo .resumo .show-report {
    position: absolute;
    margin-left: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.card-box .card-box-resumo .resumo .show-report h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.card-box .card-box-resumo .resumo .show-report i {
    margin-right: 5px;
}

.card-box .card-box-resumo .resumo .bookmark i {
    margin-right: 5px;
}

.card-box .card-box-resumo .resumo .bookmark {
    position: absolute;
    margin-left: 30px;
    margin-top: 50px;
    cursor: pointer;
}

.card-box .card-box-resumo .resumo .bookmark h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}