﻿.row-default.sr {
    height: 400px;
    width: 650px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.row-default.sr.sr-periodos {
    height: 300px;
    width: 650px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
}

    .img-ranking{
        height:180px;
        width:auto;
    }

    .row-default.sr:hover {
        cursor: pointer;
        box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
    }


.row-default.sr.desativado{
    background-color: rgba(51, 51, 51, 0.1);
}


.row-default.sr-adm {
    position: absolute;
    bottom: 0px;
    height: 50px;
    background-color: #E8EBFC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.row-default.sr:hover .sr-adm{
    opacity:1;
}

.btn-icone.btn-move{
    position:absolute;
    top:5px;
    right:5px;
}

.btn-icone.btn-sr-config{
    position:absolute;
    top:auto;
    bottom:5px;
    right:10px;
    height:20px;
    width:20px;
}

.btn-icone.btn-sr-config img{
    height:15px;
    width:auto;
}


.img-ranking-desativado {
    height: 120px;
    width: auto;
    position: absolute;
    left: 5px;
    top: 10px;
}

.img-ranking-periodo-congelado {
    height: 120px;
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 60px;
}

.row-default.periodo{

}

.row-default.periodo h1{
    font-size:18px;
}

.row-default.periodo img{
    height:20px;
    width:auto;
    margin-right:10px;
}

.row-default.sr-nivel{
    height:25px;
    width:auto;
    padding-left:20px;
    padding-right:20px;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
}

.sr-periodo-info{
    height:150px !important;
    padding-left:30px !important;
    padding-right:30px !important;
}

.sr-periodo-info h1{
    font-size:22px;
}

.sr-periodo-info h2{
    font-size:13px;
}

.img-sr-periodo-info{
    position:absolute;
    right:30px;
    height:40px;
}

.sr-score {
    width: 80%;
    height: 10px;
    background-color: #e9e9e9;
    border-radius: 5px;
}

    .sr-score.list {
        width: 100% !important;
        height: 15px;
    }

    .sr-score.resultado {
        width: 100% !important;
        height: 10px;
    }

.sr-score-resultado {
    width: 0px;
    height: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #00a8ff;
    opacity: 0;
}

.sr-list-score{
    position:absolute;
    right:5px;
}

    

.sr-list {
    height: 200px;
    width: 42%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    transform: translateX(100vw);
    animation: slideInRight 0.6s ease forwards;
    padding-left:20px;
    padding-right:20px;
}

    .sr-list:hover {
        background-color: rgba(51, 51, 51, 0.02);
        cursor: pointer;
    }

    
.row-default .sr-list:nth-child(1) {
    animation-delay: 0.2s;
}

.row-default .sr-list.outra-linha:nth-child(1) {
    animation-delay: 0.6s;
}

.row-default .sr-list.outra-linha:nth-child(2) {
    animation-delay: 1s;
}

.row-default .sr-list.outra-linha:nth-child(3) {
    animation-delay: 1.4s;
}

.row-default .sr-list.outra-linha:nth-child(4) {
    animation-delay: 1.8s;
}

.row-default .sr-list.outra-linha:nth-child(5) {
    animation-delay: 2.2s;
}

.row-default .sr-list.outra-linha:nth-child(6) {
    animation-delay: 2.6s;
}

.row-default .sr-list.outra-linha:nth-child(7) {
    animation-delay: 3s;
}

.row-default .sr-list.outra-linha:nth-child(8) {
    animation-delay: 3.4s;
}


.row-default .sr-list.outra-linha:nth-child(n+9) {
    animation-delay: 3.8s;
}

.sr-list-parte-1{
    height:100%;
    width:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
}

.sr-grid {
    height: 400px;
    width: 320px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateX(100vw); 
    animation: slideInRight 0.6s ease forwards;
}

.row-default .sr-grid:nth-child(1) {
    animation-delay: 0.2s;
}

.row-default .sr-grid:nth-child(2) {
    animation-delay: 0.6s;
}

.row-default .sr-grid:nth-child(3) {
    animation-delay: 1s;
}

.row-default .sr-grid.outra-linha:nth-child(1) {
    animation-delay: 1.4s;
}

.row-default .sr-grid.outra-linha:nth-child(2) {
    animation-delay: 1.8s;
}

.row-default .sr-grid.outra-linha:nth-child(3) {
    animation-delay: 2.2s;
}

.row-default .sr-grid.outra-linha:nth-child(4) {
    animation-delay: 2.6s;
}

.row-default .sr-grid.outra-linha:nth-child(5) {
    animation-delay: 3s;
}

.row-default .sr-grid.outra-linha:nth-child(6) {
    animation-delay: 3.4s;
}


.row-default .sr-grid.outra-linha:nth-child(n+7) {
    animation-delay: 3.8s;
}


@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sr-grid:hover{
    background-color:rgba(51, 51, 51, 0.02);
    cursor:pointer;
}

.sr-grid-foto {
    height: 180px;
    width: 180px;
    border-radius: 100px;
    background-color: #E8EBFC;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    position:relative;
    margin-bottom:20px;
}

.sr-grid-foto img{
    height:160px;
    width:160px;
    border-radius:100px;
}


.sr-grid-foto-info {
    height: 70px;
    width: 70px;
    background-color: white;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    border-radius: 100px;
    position: absolute;
    top: -30px;
    right: -15px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .sr-grid-foto-info img{
        height:50px;
        width:auto;
    }



.sr-resultado-foto {
    height: 140px;
    width: 140px;
    border-radius: 100px;
    background-color: #E8EBFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-right:20px;
}

    .sr-resultado-foto img {
        height: 120px;
        width: 120px;
        border-radius: 100px;
    }


.sr-resultado-foto-info {
    height: 50px;
    width: 50px;
    background-color: white;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
    border-radius: 100px;
    position: absolute;
    top: -20px;
    right: -5px;
    border: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .sr-resultado-foto-info img {
        height: 30px;
        width: auto;
    }




.sr-list-foto {
    height: 110px;
    width: 150px;
    border-radius: 100px;
    background-color: #E8EBFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

    .sr-list-foto img {
        height: 100px;
        width: 100px;
        border-radius: 100px;
    }

.row-default.form-score-total {
    height: 150px;
    width: 100%;
    border: 2px solid #e9e9e9 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    padding-left: 20px;
    padding-right: 20px;
    flex:0 0 auto;
}

.row-default.form-score-kpi {
    height: 140px;
    width: 100%;
    border: 2px solid #e9e9e9 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
}

.row-default.form-score-acel-red {
    height: 140px;
    width: 48%;
    border: 2px solid #e9e9e9 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.05);
    padding-left: 20px;
    padding-right: 20px;
}

.row-default.form-score-acel-red h1{
    width:90%;

}

@media(max-width:1300px) {
    .row-default.sr{
        min-width:100%;
    }
        .row-default.sr.sr-periodos {
            width: 100%;
        }

    .sr-periodo-info{
        width:100%;
    }
    .sr-list {
        width: 100%;
    }
}

@media(max-width:800px){


    .row-default.form-score-acel-red {
        width: 100%;
    }

    .sr-grid {
        width:100%;
        height:300px;
    }

    .sr-grid-foto {
        height: 120px;
        width: 120px;
    }

    .sr-grid-foto img {
        height: 100px;
        width: 100px;
    }


    .sr-grid-foto-info {
        height: 40px;
        width: 40px;
        top: -20px;
        right: -5px;
    }

        .sr-grid-foto-info img {
            height: 20px;
            width: auto;
        }
}