﻿.dataTables_filter input {
    margin-left: 8px;
}

.ui-tabs .ui-tabs-panel {
    margin-top: 6px !important;
}

.smart-style-3 #header {
    background-color: #142369;
    background-image: -moz-linear-gradient(top,#fbfad4,#faac75);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbfad4),to(#faac75));
    background-image: -webkit-linear-gradient(top,#fbfad4,#faac75);
    background-image: -o-linear-gradient(top,#fbfad4,#faac75);
    background-image: linear-gradient(to bottom,#fbfad4,#faac75);
}

.smart-style-3 #logo-group span#activity, .smart-style-3 .btn-header > :first-child > a {
    background-color: #dd7c37;
    background-image: -moz-linear-gradient(top,#6d3a03,#bb6406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6d3a03),to(#bb6406));
    background-image: -webkit-linear-gradient(top,#6d3a03,#bb6406);
    background-image: -o-linear-gradient(top,#6d3a03,#bb6406);
    background-image: linear-gradient(to bottom,#6d3a03,#bb6406);
    color: #fff !important;
    border: 1px solid #faac75;
    text-shadow: #985813 0 -1px;
}

.smart-style-3 .page-footer, .smart-style-3 .superbox-show {
    background: #fff;
}
.smart-style-3 #ribbon {
    background: #fff;
}
.smart-style-3.fixed-ribbon #ribbon {
    box-shadow: 0 0.0625em 0.3125em rgba(0,0,0,.35);
}

.menu-on-top .menu-item-parent {
    max-width: 200px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #555;
}
/* ADAPTAÇÃO MENUS */
.menu-on-top .menu-item-parent {
    max-width: 200px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 13px;
}

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #ddd;
}

.smart-style-2 #hide-menu a > i, .smart-style-2 .btn-header > :first-child > a{
    color: #555 !important;
}
/* ADAPTAÇÃO LOGIN */
@media only screen and (max-width: 479px) and (min-width: 320px) {
    #login-page .hidden-menu #main {
        left: 0px !important;
    }
}

@media (max-width: 992px) {
    #login-page .form-holder .form-content {
        padding: 125px 20px 60px;
    }

    .website-logo .logo {
        margin: 20px 20px;
        text-align: center;
    }

    .website-logo {
        left: 0px !important;
        top: 0px !important;
        background-color: #ffffff;
        width: 100%;
        text-align: center;
    }

    .website-logo .logo img {
        opacity: 1 !important;
    }

        .website-logo .logo {
            background-image: none;
        }
}

@media (max-width: 880px) and (min-width: 768px){
    .hidden-menu #main {
        left: 0px !important;
    }
}

html, body {
    height: 100%;
}

header .login-info-hearder {
    display: none;
}
html .smart-skin-2 header .login-info-hearder {
    display: block !important;
    padding-top: 15px;
    font-size: 14px;
    color: #555555;
    padding-right: 15px;
}

/* Personalização tela de atendimento */
#exemplocad_wrapper td{
    font-size: 12px !important;
}

#tbl-contratos td{
    font-size: 12px !important;
}

.smart-accordion-default .panel-title {
    font-weight: bold;
}

#tbl-contratos_wrapper .dataTables_filter {
    display: none !important;
}

#filtro_nbs {
    padding: 5px 12px !important;
}

#filtro_nbs #ComboNbs {
    margin-top: 10px !important;
}

#checkout-tels .TelAtivo{
    border: 1px solid #0f4d00
}

.blink {
    animation-duration: 1200ms;
    animation-name: blink-animation;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink-animation 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink-animation {
    from {
        color: #1fa67a;
    }

    to {
        color: #a0ead2;
    }
}

@-webkit-keyframes blink-animation {
    from {
        color: #1fa67a;
    }

    to {
        color: #a0ead2;
    }
}

.LayoutAtendimento.menu-on-top #main{
    margin-top: 0px !important;
}

.LayoutAtendimento.fixed-ribbon #content {
    padding-top: 20px;
}

#exemplocad .margem-negativa td:nth-child(11) {
    background-color: #DB4A67;
    font-weight: bold;
}

#exemplocad .margem-nove-contratos td {
    background-color: #E2B14A;
}

#dadosFuncionais .badge {
    padding: 3px 7px !important;
}

#tbl-contratos .contrato-selecionado {
    background-color: #cdf1d0;
}

#tbl-contratos .contrato-selecionado-proposta {
    background-color: #d7e9f5;
}

div.dataTables_length label{
    float: right !important;
}

.select2-dropdown.increasedzindexclass {
    z-index: 999999;
}

.panel-simulacao .smart-form fieldset{
    padding: 20px 0px 5px 0px !important;
}

.panel-simulacao .smart-form .col-md-3 {
    width: 23% !important;
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.website-logo .logo {
    background: none !important;
}

    .website-logo .logo img.logo-size{
        opacity: 1;
    }

/*aside nav ul li > ul {
    height: 250px;
    overflow-y: scroll;

}*/

/* NOTIFICACOES */
#dropdown-notificacoes {
    right: 0;
    left: auto;
    width: 380px;
    left: -344px;
}

#dropdown-notificacoes li {
    margin: 7px;
    width: 365px;
}

    #dropdown-notificacoes li .notificacao-botoes{
        float: right;
        margin-top: -17px;
    }

    #dropdown-notificacoes li .notificacao-botoes a {
        font-size: 9px;
    }

   .fa[data-count] {
        position: relative;
    }

.fa[data-count]:after {
    position: absolute;
    right: -0.75em;
    top: -.75em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: rgba(255,0,0,.75);
    text-align: center;
    min-width: 2em;
    font: bold .4em sans-serif;
}