﻿.container {
    width: 100%;
    padding: 10px 30px;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #222;
}

.navbar-brand {
    padding: 5px 5px 5px 0;
    margin: 8px 0 0 -5px;
    border-right: 2px solid;
    height: 61px;
}

    .navbar-brand img {
        height: 100%;
        float: left;
        margin-right: 15px;
    }

.dropdown-menu > li > p {
    display: block;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
}

.dropdown-toggle {
    background: #FFF;
    padding-right: 30px !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    margin-top: 0px;
    font-size: 25px;
}

a {
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: underline;
    }

#pesquisaHome .input-group-addon, #pesquisaHome .form-control {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0;
    color: #464646;
}

.panel-footer {
    padding: 0;
    background-color: white;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #fce0d3;
}

.table > tbody > tr > td {
    padding: 3px 7px;
    vertical-align: middle;
    color: #666;
    font-size: 12px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #464646;
    border: #464646;
    padding: 9px 15px;
}

    .panel-default > .panel-heading h3 {
        font-size: 17px;
    }

    .panel-default > .panel-heading a, .panel-default > .panel-heading a {
        font-size: 17px;
        text-decoration: none;
        transition: 0.4s;
    }

        .panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:hover {
            color: #ffd6aa;
            padding-left: 10px;
        }

label {
    font-weight: normal;
    font-size: 11px;
}

.btn-default {
    border-color: transparent;
    text-decoration: none;
}

    .btn-default:hover {
        color: #fff;
        background-color: #555555;
        border-color: transparent;
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f6f6f6;
    border: none;
    box-shadow: none;
    opacity: 1;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar-nav {
    margin: 18px -5px;
    float: right !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

hr {
    border-top: 1px solid #fff;
}

.modal-content {
    border: none;
    border-radius: 0;
    background: #EFEFEF;
}

    .modal-content .modal-header {
        border: none;
        background: #464646;
        color: white;
    }

        .modal-content .modal-header button {
            color: white;
        }

    .modal-content .modal-body {
        color: #464646;
        overflow: auto;
        height: calc(100% - 55px);
    }

        .modal-content .modal-body label {
            display: block;
            color: #333;
            margin: 3px 0 0 0;
        }

    .modal-content .modal-footer {
        border: none;
        padding: 8px 15px;
    }

.modal-header .close {
    opacity: 1;
}

    .modal-header .close:hover {
        color: #464646;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

.modal-title {
    color: white;
}

.btn.badge {
    background: #464646;
    color: #FFF;
    border-radius: 0;
    padding: 3px !important;
    font-size: 16px;
}

.table > tfoot > tr > td {
    padding: 3px;
    vertical-align: middle;
}

.pagination li a {
    border: 0px;
    background: transparent !important;
    padding-left: 1px;
    padding-right: 1px;
    color: #000;
}

.pagination li #linkPaginaAnterior, .pagination li #linkProximaPagina {
    font-size: 17px;
    margin-top: -1px;
}

.pagination li.disabled a span {
    color: #CCC !important;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #464646;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px;
}

.nav-tabs > li > a {
    border: none;
    background: #ebebeb;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-image: linear-gradient(to top, #EFEFEF, #464646) !important;
    border: 1px solid #464646;
    border-bottom-color: #EFEFEF;
}

.nav-tabs {
    border-bottom: 1px solid #464646;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
}

.alert h4 {
    margin: 9px 0 0 0;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .lista-grid th, .lista-grid #linha-pesquisa span, .lista-grid #linha-pesquisa input, .lista-grid, .lista-grid span {
        font-size: 1.1vw;
    }

    #linha-pesquisa td {
        padding: 2px;
    }

    #linha-pesquisa .input-group .pesquisa {
        padding: 0 1px 0 4px;
        height: 26px;
    }

    #linha-pesquisa .input-group .btn {
        padding: 2px;
    }

    .pagination li #linkPaginaAnterior, .pagination li #linkProximaPagina {
        margin-top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -5px;
    }
}
