﻿/*
    Estilos padrão para a geração da listagem de municípios
*/

/* Custom Bootstrap */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #06C10D;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

.alert {
    border: 1px solid #06c10d;
    background: #b7ffb9;
}

.close {
    vertical-align: middle !important;
    margin-top: 3px !important;
}

.btn, .btn-primary {
    background: #06C10D !important;
    border: 1px solid #06C10D !important;
    border-radius:unset;
    padding: 10px;   
}

.btn-primary.pink {
    background: #FF0C5D !important;
    border: 1px solid #FF0C5D !important;
    width: 100%;
}

.nav-pills li {
    background:#06C10D;
    border: 1px solid #06C10D !important;
}
.nav-pills li a {
    color: #fff;
}
.nav-pills li a:hover {
    background:#06C10D;
}

.nav-pills li.active {
    background: #2e3456 !important;
    border: none !important;
}
.nav-pills .active a {
    background: #2e3456 !important;
    border: 1px solid #2e3456 !important;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
}

div.separator {
    margin-bottom: 10px;
}

div.box-search{
    background: #f9f9f9;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#search-message {
    display:none;
}

#search {
    width: 100%;
    height: 43px;
    font-size: 19px;
}

#box-pesquisar {
    width: 100%;
}

.form-padding {
    padding-bottom: 10px;
}
#btnExportarParaExcel {
    width: 100%;
    font-size: 19px;
}
.row {
    padding:0px;
}

#box-opcionais {
    margin-top: 10px;
}

.description-form {
    color: #2e3456;
    font-weight:normal;
    display:inline-block;
    margin-top:10px;
    font-weight:bold;
}

span.text {
    display:inline-block;
    padding-left: 5px;
}

table {
    border-collapse: collapse;
    width:100%;
}

table tbody tr:nth-child(odd) {
    background: #b2f4ab;
}

table tr th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    background: #2E3456;
    color: #06C10D;
    vertical-align: middle;
}

table tr th span.descricao {
    font-style: italic;
    display: block;
    font-weight: normal;
}

table tr th span.descricao span.optional {
    color: #FF0C5D;
    font-weight: bold;
}

table tr td {
    padding-right: 20px;
    padding: 10px;
}

table tr td p {
    padding: 0px;
    margin: 0px;
}

table tr td p.undefined {
    color: #c00;
    font-weight:bold;
}

div.legenda {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

div.legenda span.italic {
    display: block;
}

div.legenda span.italic .pink {
    color: #FF0C5D;
}

/* Close search */
::-webkit-search-cancel-button {
    width: 30px;
    height: 30px;
    background: transparent;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC)
}
::-webkit-search-cancel-button:hover {
    cursor:pointer;
}
    