/*
    Created on : 05/01/2022, 16:40:17
    Author     : Renato
*/

body{
    background-color: #ebebeb!important;
}

a{
    color: #000!important;
}
a:hover{color: rgba(0, 0, 0, 0.85)}

li {
    list-style-type: none;
}

.none{display: none}

/* -----------------------------------
padrões de estruturas para todo projeto
----------------------------------- */

.bg-grey-1{background-color: #C4C4C4!important;}
.bg-grey-2{background-color: #f4f4f4!important;}
.bg-grey-3{background-color: #6c757d!important;}
.bg-blue-1{background-color: #00b0e8!important;}
.bg-blue-2{background-color: #17a2b8!important;}
.bg-green-1{background-color: #4DC591!important;}
.bg-green-2{background-color: #28a600!important;}
.bg-red-1{background-color: #dc3545!important;}
.bg-red-2{background-color: #fd626d!important;}
.bg-yellow-1{background-color: #ffc000!important;}
.bg-purple-1{background-color: #6610f2!important;}

.bg-default-2{background-color: #1d1d75!important;}
.bg-default-3{background-color: #3554f0!important;}
.bg-default-4{background-color: #05dbf2!important;}

.bg-border-grey-1{border-color: #C4C4C4!important;}
.bg-border-grey-2{border-color: #f4f4f4!important;}
.bg-border-grey-3{border-color: #6c757d!important;}
.bg-border-blue-1{border-color: #17a2b8!important;}
.bg-border-green-1{border-color: #4DC591!important;}
.bg-border-green-2{border-color: #28a600!important;}
.bg-border-red-1{border-color: #dc3545!important;}
.bg-border-yellow-1{border-color: #ffc000!important;}
.bg-border-purple-1{border-color: #6610f2!important;}

.bg-border-blue-1{border-color: #17a2b8!important;}
.bg-border-green-1{border-color: #4DC591!important;}
.bg-border-red-1{border-color: #dc3545!important;}

.bg-cinza-padrao{background-color: #C4C4C4!important;}
.bg-cinza-claro-padrao{background-color: #f4f4f4!important;}
.bg-verde-padrao{background-color: #4DC591!important;}
.bg-azul-padrao{background-color: #17a2b8!important;}
.tx-black{color: #000!important;}

.btn-padrao{
    min-width: 170px;
    background-color: #C4C4C4!important;
    font-weight: 600!important;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.btn-padrao:hover{opacity: 0.95}

.btn-padrao-icone{
    text-align: center!important;
    padding: 5px!important;
    border: none!important;
    width: 30px!important;
    margin: 0px 3px 3px 0px;
    float: left
}
.btn-padrao-icone i{
    margin: 0px auto!important;
    text-align: center!important;
}

.btn-redondo-laterais{
    border-radius: 50px!important;
}

.broca{
    background-color: red!important;
    color: green!important;
}


.tab-pane-border, .tab-border-default{
    border-radius: 5px;
    border-left: 15px solid #868686;
}


/* -----------------------------------
ajustes no estilo de componentes
----------------------------------- */

.navbar{
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.58);
    box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.28);
}
.padrao_avatar{
    background-color: #C4C4C4;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    padding-top: 7px;
    margin-top: -10px;
}

.botoes_principal{
    line-height: 16px;
}
.botoes_principal .circulo_padrao{
    background-color: #C4C4C4;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    margin: 20px auto 5px auto;
    font-size: 2em;
}
.botoes_secundarios{
    line-height: 16px;
}
.botoes_secundarios .circulo_padrao{
    background-color: #C4C4C4;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    margin: 20px auto 5px auto;
    font-size: 1.5em;
}

.radio-padrao{
    background-color: #e0e0e0;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.radio-padrao input[type=radio]{
    margin-left: 12px;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin-top: 6px;
}
.radio-padrao .form-check-label{
    margin-left: 35px;
    font-weight: 600;
}

.checkbox-padrao{
    background-color: #e0e0e0;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.checkbox-padrao input[type=checkbox]{
    margin-left: 12px;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin-top: 6px;
}
.checkbox-padrao .form-check-label{
    margin-left: 35px;
    font-weight: 600;
}


@media (max-width: 425px) {
    .botoes_principal p{
        font-size: 12px;
        line-height: 12px;

    }
    .botoes_principal .circulo_padrao {
        width: 50px;
        height: 50px;
        padding-top: 7px;
        font-size: 1.5em;
    }
}

.lista-negocios-processuais {
    width: 100%;
    overflow: hidden!important;
}
.lista-negocios-processuais .bnt-trash {
    position: absolute;
    z-index: 100;
    top: 10px!important;
    right: 10px;
}

.lista-negocios-processuais .item-lista {
    width: 100%!important;
    background-color: #fff;
}
.lista-negocios-processuais .item-lista-d2{
    border-left: 15px solid #1d1d75;
}
.lista-negocios-processuais .item-lista-d3{
    border-left: 15px solid #3554f0;
}
.lista-negocios-processuais .item-lista-1{
    border-left: 15px solid #6c757d ;
}
.lista-negocios-processuais .item-lista-2{
    border-left: 15px solid #17a2b8;
}
.lista-negocios-processuais .item-lista-3{
    border-left: 15px solid #ffc107;
}
.lista-negocios-processuais .item-lista-4{
    border-left: 15px solid #dc3545;
}
.lista-negocios-processuais .item-lista-5{
    border-left: 15px solid #dc3545;
}
.lista-negocios-processuais .item-lista-6{
    border-left: 15px solid #6610f2;
}
.item-lista-7,.item-lista-8,.item-lista-9,.item-lista-10,.item-lista-11,.item-lista-12,.item-lista-13,.item-lista-14,.item-lista-15{
    border-left: 15px solid #20c997;
}
.lista-negocios-processuais .item-lista-16{
    border-left: 15px solid #28a745;
}
.content-btn-trash-files{position: relative;z-index: 2000}

.btn-trash-files{
    position: absolute;
    margin: 0 auto;
    top:-5px;
    right: 0px;
    background-color: #fff;
    border-radius: 3px;
    width: 40px;
    text-align: center
}

.etapas-processo {
    padding-left: 0px!important;
}
.etapas-processo li{
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 4px 2px;
    width: 210px;
    /*font-size: 14px;*/
    /*height: 80px;*/
    padding: 20px 10px;
    border-radius: 3px;
}

.etapas-processo li .iconeItem{
    font-size: 2em!important
}
.etapas-processo li .textItem{
    font-size: 14px;
    font-weight: 600;
}
.nameUser small{
    margin: 0px!important;
    padding: 0px!important;
}
.nameUser{
    line-height: 1!important;;
    margin-top: -6px!important;
    margin-left: 50px!important;
}



.area-upload{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: center!important;
}

.area-upload label.label-upload{
    border: 2px dashed #474747;
    min-height: 70px;
    padding: 20px;
    text-align: center!important;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #474747;
    position: relative;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .6s all;
}
.iconeUploadFile{text-align: center!important;}

#file, #file1, #file2, #file3 { display: none; }

.fileName{
    text-align: center!important;
    display: none;
    background-color: #e6e6e6;
    padding: 5px 15px;
    margin: 15px auto 0px auto;
    width: 50%;
}
