﻿body {
    background-color: #f8f9fc;
}

/* Regra do boostrap sobrescrita */
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    background-color: rgba(17, 16, 16, 0.25) !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.check-box {
    margin-left: 0 !important;
}

.navbar-brand {
    padding: 0 0 0 15px !important;
}

.ui-widget.ui-widget-content {
    border-radius: 5px;
}

.ui-autocomplete {
    padding: 5px;
    background: #999999;
}

.ui-menu-item {
    padding: 5px;
    margin-bottom: 3px !important;
    background: #e5e5e5;
    border-radius: 5px;
}

    .ui-menu-item .ui-coner-all {
        margin: 5px;
        border-radius: 5px;
    }

    .ui-menu-item .ui-state-focus {
        margin: 5px;
        color: #fff;
        background: brown !important;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
    border: 1px solid #000;
    background: #b7b7b7;
    border-radius: 5px !important;
}

@media only screen and (max-width: 600px) {

    .error {
        font-size: 12px;
    }

    .lista-processo-options {
        text-decoration: none;
        color: #3c3f44;
        padding-top: 0px;
        line-height: 0px;
    }

        .lista-processo-options a {
            text-decoration: none;
            color: #3c3f44;
            padding: 3px 15px;
            line-height: 0px;
        }

    .lista-processo-formulario input, select {
        max-width: none;
    }

    .lista-processo-options.navbar-nav {
        margin: 3px -15px;
        display: flex;
    }

    .lista-processo-options > li > a {
        display: inline;
    }

    .back {
        display: none !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .error {
        font-size: 12px;
    }

    .lista-processo-options {
        text-decoration: none;
        color: #3c3f44;
        padding-top: 0px;
        line-height: 0px;
    }

        .lista-processo-options a {
            text-decoration: none;
            color: #3c3f44;
            padding: 11px 15px;
            line-height: 0px;
        }

    .lista-processo-formulario input, select {
        max-width: none;
    }

    .lista-processo-options.navbar-nav {
        margin: 1px -15px;
        display: flex;
    }

    .lista-processo-options > li > a {
        display: inline;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .lista-processo-options {
        text-decoration: none;
        color: #3c3f44;
        padding-top: 0px;
        line-height: 0px;
    }

        .lista-processo-options a {
            text-decoration: none;
            color: #3c3f44;
            padding: 11px 15px;
            line-height: 0px;
            width: auto;
        }

    .lista-processo-formulario input, select {
        max-width: none;
    }

    .lista-processo-options.navbar-nav {
        margin: 1px -15px;
        width: auto;
    }

    .lista-processo-options > li > a {
        display: inline;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .lista-processo-options {
        text-decoration: none;
        color: #3c3f44;
        padding-top: 0px;
        line-height: 0px;
    }

        .lista-processo-options a {
            text-decoration: none;
            color: #3c3f44;
            padding: 11px 15px;
            line-height: 0px;
        }

    .lista-processo-formulario input, select {
        max-width: none;
    }

    .lista-processo-options.navbar-nav {
        margin: 1px -15px;
        width: auto;
    }

    .lista-processo-options > li > a {
        display: inline;
    }

    .btn-round {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

        .btn-round i {
            margin: -2px;
        }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .lista-processo-options {
        text-decoration: none;
        color: #3c3f44;
        padding-top: 0px;
        line-height: 0px;
    }

        .lista-processo-options a {
            text-decoration: none;
            color: #3c3f44;
            padding: 11px 15px;
            line-height: 0px;
        }

    .lista-processo-formulario input, selec {
        max-width: none;
    }

    .lista-processo-options > li > a {
        display: inline;
    }

    .btn-round {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

        .btn-round i {
            margin: -2px;
        }
}

.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #337ab7;
}

.blue-tooltip + .tooltip > .tooltip-arrow {
    border-top-color: #337ab7;
    border-bottom-color: #337ab7;
}
/*Marcelo*/
.header.navbar .navbar-nav .dropdown-menu {
    margin-top: 3px;
}

.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #ffffff !important;
}

    .dropdown-menu.extended:before,
    .dropdown-menu.extended:after {
        border-bottom-color: #ddd !important;
        border-top-color: #ddd !important;
    }

    .dropdown-menu.extended li a {
        display: block;
        padding: 5px 10px !important;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        white-space: normal !important;
    }

    .dropdown-menu.extended li i {
        margin-right: 3px;
    }

    .dropdown-menu.extended li a {
        font-size: 13px;
        padding: 10px !important;
        background-color: #ffffff;
    }

        .dropdown-menu.extended li a:hover {
            background-image: none;
            background-color: #f5f5f5;
            color: #000;
            filter: none;
        }

    .dropdown-menu.extended li p {
        padding: 10px;
        background-color: #eee;
        margin: 0px;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .dropdown-menu.extended li label > input {
        background-color: #eee;
        margin-left: 10px;
    }

    .dropdown-menu.extended li a {
        padding: 7px 0 5px 0px;
        list-style: none;
        border-bottom: 1px solid #f4f4f4 !important;
        font-size: 12px;
        text-shadow: none;
    }

    .dropdown-menu.extended li:first-child a {
        border-top: none;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li:last-child a {
        border-top: 1px solid white !important;
        border-bottom: 1px solid #f4f4f4 !important;
    }

    .dropdown-menu.extended li.external > a {
        font-size: 13px;
        font-weight: 400;
    }

        .dropdown-menu.extended li.external > a > i {
            margin-top: 3px;
            float: right;
        }

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

/***
Dropdown Menu
***/

.dropdown-menu > li > label {
    padding: 5px;
}

.panel-heading .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    /*COMENTARIO: MARCELO DRUMAND*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

/*tamanho campo clienteVariacao*/
/*.width {
    min-width: 350px !important;
}*/

/*Mensagem del erro jqueryvalidate*/
.error {
    color:red;
}

/* Center the loader */
#loading_img {
    position: absolute;
    left: 50%;
    top: 0%;
    z-index: 50;
    width: 35px !important;
    height: 35px !important;
    margin: 30% 0 0 -5%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}


/*Tela del detalhe do Amdamento Processual*/
.voltar-ao-topo {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #b08653;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

    .voltar-ao-topo:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: #000000
    }



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
}

/*Custom Class*/

/*Classe para sobrepor entre outros objetos do DOM */
.swal2-container {
    z-index: 70000;
}

.card-box-shadow {
    -ms-transition: box-shadow 0.4s ease-in-out !important;
    -o-transition: box-shadow 0.4s ease-in-out !important;
    -webkit-transition: box-shadow 0.4s ease-in-out !important;
    transition: box-shadow 0.4s ease-in-out !important;
}

    .card-box-shadow:hover {
        box-shadow: 10px 10px 5px gray !important;
    }

.border-bottom {
    border-bottom: #3c3f44;
}

.border-1 {
    border: solid 1px #dbdbdb !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.cursor-pointer{
    cursor:pointer;
}

.swal2-cancel {
    margin-right: 1rem;
}

.swal2-confirm {
    margin: 0 1rem 0 0;
}

.bg-purple {
    background-color: #8f8f97;
}

/*Cor menu lateral*/
.accordionSidebar {
    background: #c6c6c6 !important;
}

footer {
    padding: 0px 0px 10px 0px !important;
}

.float-lg-right.pr-4 img{
    margin-top: 14rem;
}

.checkbox-ativo {
    position: absolute;
    border-radius: 15px;
    font-size: 15px;
    font-family: 'Roboto';
    right: 25px;
    font-weight: bold;
}

.highlight.highlighted{
    background-position: -100%
}

.highlight {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,var(--text-highlight-color,#ef6e2d52) 0);
    background-size: 200%;
    background-position: 0;
    transition: background-position .8s;
}