﻿/* Customize the label (the container) */

.Registrocontaine {
    background-position: center center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: inherit;
    padding-right: inherit;
}

.registroTitulos {
    width: auto;
    height: 40px;
    font-weight: 400;
    font-size: 50%;
    padding-left: initial !important;
    padding-right: initial !important;
}

.registroLineItem {
    display: flex;
    opacity: 0.9;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #e0e0dd !important;*/
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding-top: 3px !important;
    text-align: center;
    align-items: center;

}

.registroLineItem:hover {
    border-color: #00bfdf !important;
    opacity: 1;
}

.registroLineItem p {
    font-size: 13px;
}


/* Valor para centralizar na celula*/

.registroLineItem h4 {
    font-size: 15px !important;
    line-height: 35px !important;
    text-transform: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-top: 3px;
}


/*Tabela COL*/

.colregistro01 {
    width: calc( 28%-1);
    /*float: right;*/
}

.colregistro02 {
    width: calc( 28% -1);
    /*float:left;
    padding-left:10px;*/
}

.registroCol01,
.registroCol02,
.registroCol04,
.registroCol05 {
    float: left;
    line-height: 40px;
    height: 40px;
    /*padding-right: 15px;*/
    /*border-right: solid thin #FFFFFF;*/
}

.registroCol01 {
    width: 14%;
    text-transform: uppercase;
    float: left;
    line-height: 52px;
    padding: 11px;
    height: 22%;
}

.registroCol02 {
    width: calc( 15% + 38px);
    text-transform: uppercase;
    padding-left: 10px;
}

.registroCol03 {
    width: calc( 29%);
    float: right;
}

.registroCol04 {
    width: calc( 10% + 50px);
    text-align: center;
    line-height: 52px;
}

.registroCol05 {
    text-align: center;
    text-transform: uppercase;
    padding: 4px;
    line-height: 35px !important;
}

.registroTitulos .registroCol01,
.registroTitulos .registroCol02,
.registroTitulos .registroCol05,
.registroTitulos .registroCol04 {
    border-right: none !important;
    text-transform: none;
}

.bttRegistro {
    height: 63px;
    width: 93%;
    margin-top: 20px;
    background-size: 30px auto;
    background-color: #0ca2bb;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    opacity: 0.5;
}


/* Checkbox */

.checkbox {
    position: initial;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    opacity: 0;
    cursor: pointer;
}

.check {
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.checkbox:hover input~.check {
    border: 2px solid #2489C5;
}

.checkbox input:checked~.check {
    background-color: #2489C5;
    border: none;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.check:after {
    display: block;
}

.checkbox .check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*BOX*/

.boxFormRegistro {
    width: 700px;
    height: 250px;
    margin: 15px;
    background-color: #262c31;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid rgba(0, 0, 0, 0.20);
}

.butRegistro {
    width: 130px;
    height: 170px;
    margin: 22px;
}

.butRegistro a {
    background-color: #FFFFFF;
    display: inline-block;
    width: 100%;
    padding-top: 130px;
    height: 50px;
    border: thin solid #333333;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.butRegistro a h5 {
    line-height: 15px;
    display: grid;
    width: 100%;
}

.butRegistro a:hover {
    background-color: rgb(255, 255, 255);
}

.butRegistro .icons {
    background-position: center 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.butRegistro a:hover.icons {
    background-size: 100%;
}


/*BOX*/

.boxFormRegistroCliente {
    /*width: 953px;
    height: 700px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5%;
    border: 5px solid rgba(0, 0, 0, 0.20);
    border-radius: 15px
}

.boxFormDependenteCliente {
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.timeLine {
    width: 100%;
    display: block;
    margin-top: 1px;
    margin-left: 2%;
    margin-right: 2%;
    height: 800px;
}

.pdfRed {
    text-align: center;
    width: 70%;
    height: calc(105% - 100px);
    margin: 2%;
    max-height: 100%;
    max-width: 85%;
}


/* .pdfRed {
    text-align: center;
    width: 80%;
    margin: 2%;
    max-height: 100%;
    height: 800px;
} */

.telaRelatorio {
    position: absolute;
    width: 100%;
    height: calc(100%);
    left: 0;
    background-color: rgba(255, 255, 255, 0.90);
    display: none;
}

.telaRelatorioOn {
    top: 0;
    background-color: rgba(55, 55, 55, 0.90);
}

.contRelatorio {
    text-align: center;
    width: 90%;
    height: 100%;
}

.fullScremRel {
    text-align: center;
    width: 95%;
    height: calc( 110% - 200px);
    max-height: 100%;
    max-width: 100%;
    top: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow-y: scroll;
    z-index: 900;
    margin-top: 60px;
}

.playerDetail2 {
    text-align: center;
    height: calc( 110% - 200px);
    max-height: 100%;
    max-width: 100%;
    top: 15px;
    left: 15px;
    position: relative;
    width: 87vw !important;
    padding-right: 5%;
    overflow:hidden !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow-y: scroll;
    z-index: 900;
    margin-top: 60px;
}


/* .playerDetail2 {
    text-align: center;
    max-width: 100%;
    top: 5px;
    position: relative;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow-y: scroll;
    z-index: 900;
    margin-top: 60px;
} */

.playerButCloseVideo a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.80);
    border: 2px solid #FFFFFF !important;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1000;
    text-align: center;
    font-size: 13px;
    font-weight: 200;
    color: #FFFFFF !important;
    font-family: 'Raleway', sans-serif;
    margin-top: 88px;
    margin-right: 8px;
}


/*NOTES MEDIOS*/

@media (max-width: 1300px) {}


/*TABLETS*/

@media (max-width: 1024px) {
    .boxFormRegistroCliente,
    .boxFormDependenteCliente {
        /*width: calc( 100% - 2%);*/
        padding: 0%;
        border-left: 0;
        border-right: 0;
    }
    .Registrocontaine {
        background-position: center center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 0%;
    }
}

@media (max-width: 768px) {
    .boxFormRegistroCliente {
        /*width: calc( 100% - 8%);*/
        padding-top: 30px;
        padding-left: 4%;
        padding-right: 4%;
        border-left: 0;
        border-right: 0;
    }
    .boxFormDependenteCliente {
        width: calc( 100% - 8%);
        padding-top: 30px;
        padding-left: 4%;
        padding-right: 4%;
        border-left: 0;
        border-right: 0;
    }
    .boxFormRegistro {
        width: auto;
        height: auto;
    }
    .registroTitulos {
        line-height: 30px;
        height: 30px;
        padding: 10px;
        /*border: solid;*/
        border-width: 1px 1px 1px 8px;
    }
    .registroLineItem {
        line-height: 30px;
        height: 30px;
        padding: 10px;
        /*border: solid;*/
        border-width: 1px 1px 1px 8px;
    }
    .registroLineItem p {
        font-size: 10px;
        line-height: 30px;
    }
    .registroLineItem h4 {
        text-transform: none;
        font-size: 15px;
        line-height: 30px;
    }
    .registroCol01,
    .registroCol02,
    .registroCol03,
    .registroCol04,
    .registroCol05,
    .colregistro01,
    .colregistro02 {
        line-height: 30px;
        height: 30px;
    }
    .pdfRed {
        text-align: center !important;
        width: 95% !important;
        height: 85vh !important;
    }
    .playerDetail2 {
        height: auto;
        text-align: center;
        max-width: 95%;
        top: 40px;
    }
}


/*MOBILES Menores*/

@media (max-width: 420px) {
    .boxFormRegistro {
        height: auto;
    }
    /*.boxFormRegistroCliente {
        height: auto;
    }*/
    .registroTitulos {
        height: auto;
    }
    .registroLineItem {
        height: auto;
    }
    .registroLineItem p {
        font-size: 10px;
    }
    .registroLineItem h4 {
        line-height: 20px;
        text-transform: none;
        font-size: 15px;
    }
    .registroCol01,
    .registroCol02 {
        float: none;
        line-height: 20px;
        height: 15px;
        padding-right: 15px;
        border-right: none !important;
    }
    .registroCol01 {
        width: calc( 100% - 20px);
    }
    .registroCol02 {
        width: calc( 100% - 20px);
        text-transform: uppercase;
        padding-left: 0px;
        height: auto;
    }
    .registroCol03 {
        width: calc( 100%);
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 5px;
        float: none;
        padding-left: 0;
    }
    .registroCol04 {
        width: calc( 100%);
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 5px;
        /*float: none;*/
        padding-left: 0;
    }
    .registroCol05 {
        width: calc( 100%);
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 5px;
        float: none;
        padding-left: 0;
    }
    .colregistro01 {
        width: calc( 100%);
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 5px;
        float: none;
        padding-left: 0;
    }
    .colregistro02 {
        /*width: calc( 100%);*/
        height: 40px;
        line-height: 40px;
        /*margin-top: 10px;*/
        margin-bottom: 5px;
        float: none;
        padding-left: 0;
    }
    .playerDetail2 {
        height: auto;
        width: auto;
        max-height: 40%;
        max-width: 100%;
        text-align: center;
        max-width: 90%;
        top: 40px;
        margin-top: 100px;
    }
    .pdfRed {
        text-align: center;
        width: 90%;
        height: 55%;
        margin-top: 15px;
    }
    .playerButCloseVideo a {
        right: 5%;
        top: 6%;
    }
}