.lblProjudi {
    width: 170px !important;
}

.infoProjudi {
    width: 520px !important;
}

.icon_home {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 10px;
    background-size: auto 16px;
    background: url(../imagens/layout/home.png) no-repeat #888;
    background-position: 1px;
    background-size: 23px;
}

.lblPubData {
    width: 80px !important;
}

.showProcessoEletronico {
    display: none;
    position: fixed;
    z-index: 300;
    bottom: 0px;
    left: 40%;
    margin-left: -420px;
    border: 10px solid #999;
    min-width: 1100px;
    height: 600px;
    padding: 10px;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

.showProcessoEletronicoAbre {
    display: block;
}

.showProcessoEletronico .topoProcessoPletronico {
    position: absolute;
    top: 5px;
    right: 5px;
}

.showProcessoEletronico .topoProcessoPletronico div {
    float: right;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/*Jurisprudencia*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.content-jurisprudencia {
    padding: 10px;
    color: #828282;
}

.full-width {
    max-width: 100% !important
}

.lista-orgaos {
    margin-top: 10px;
}

.lista-termos {
    padding-left: 30px;
}

.input-termo {
    padding: 7px;
    border: 1px solid #cecece;
    height: 19px;
    float: left;
    width: 256px;
    margin-bottom: 3px;
}

.modal_jurisprudencia {
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal_jurisprudencia .content_modal_jurisprudencia {
    /*width: 345px;*/
    width: 80% !important;
    max-width: 80% !important;
    height: auto !important;
    background: #EEE;
    position: absolute;
    margin: 69px 165px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

.modal_jurisprudencia .content_modal_jurisprudencia .fecha_modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
    text-align: center;
    line-height: 21px;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    background: #158A32;
    border: 3px solid #EEE;
}

.modal_jurisprudencia .modal_header{
    line-height: 13px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    background: #DDD;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
}

.modal_jurisprudencia .modal_header h3{
    font-size: 25px;
    font-weight: 600;
    padding: 0px 30px;
}

.modal_jurisprudencia .modal_header .navegacaoModal{
    margin-top: 10px;
}

.modal_jurisprudencia .modal_header .pagina_anterior,
.modal_jurisprudencia .modal_header .pagina_posterior{
    float: left;
    width: 1.33333333%;
    font-weight: bolder;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #afaeae;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.modal_jurisprudencia .modal_header .pagina_anterior:hover,
.modal_jurisprudencia .modal_header .pagina_posterior:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}

.modal_jurisprudencia .modal_header .disabled_button{
    cursor: not-allowed !important;
    border: 2px solid #FFFFFF !important;
    background-color: #C1C1C1 !important;
    color: #d7d9da;
}

.modal_jurisprudencia .modal_header .pagina_posterior{
    margin-left: 5px;
}

.modal_jurisprudencia .modal_header .quantidade_jurisprudencia{
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    width: 70px;
}

.conteudo_termo_modal{
    color: #007bff;
    text-decoration: none;
    background-color: #0000;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}
.conteudo_termo_modal:hover{
    color: #004999;
}

.cabecalho_jurisprudencia {
    padding-top: 5px;
    padding-left: 40px;
    line-height: 21px;
}

.conteudo_jurisprudencia {
    padding-top: 5px;
    padding-left: 40px;
}

.titulo-cabecalho {
    font-size: 17px;
    font-weight: bold;
}

.conteudo-cabecalho {
    font-size: 16px;
}



.footer_model_jurisprudencia {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #9a9a9a;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #12822d;
    border-color: #1f6130;
    /*-webkit-box-shadow: inset 0px 8px 4px 1px rgba(0,0,0,0.67);*/
    /*box-shadow: inset 0px 8px 4px 1px rgba(0,0,0,0.67);*/
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #25a043;
    border-color: #54a969;
}

.btn-info:hover:not(.loading) {
    color: #fff;
    background-color: #25a043;
    border-color: #54a969;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.error-notice {
    margin: 5px 5px; /* Making sure to keep some distance from all side */
}

.oaerror {
    width: 90%; /* Configure it fit in your design  */
    margin: 0 auto; /* Centering Stuff */
    background-color: #FFFFFF; /* Default background */
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.danger {
    border-left-color: #d9534f; /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1); /* Same color as the left border with reduced alpha to 0.1 */
}

.danger strong {
    color: #d9534f;
}

.letter {
    float: left;
    font-size: 14px;
    color: #fff;
}

.loading {
    cursor: no-drop;
    opacity: 0.7;
}

.loading .letter {
    animation-name: loading;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {
    animation-delay: .48s;
}

.l-2 {
    animation-delay: .6s;
}

.l-3 {
    animation-delay: .72s;
}

.l-4 {
    animation-delay: .84s;
}

.l-5 {
    animation-delay: .96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (min-width:481px) and (max-width:959px)
{
    .col-sm-10 {
        max-width: 75%;
    }
    .modal_jurisprudencia .content_modal_jurisprudencia {
        margin: 69px 100px;
    }
}
/*//jurisprudencia*/