/* Acessibilidade */
body.inverted,
.inverted .mainHeader .menu-item,
.inverted .home-section,
.inverted .services-section,
.inverted .sub-footer-section,
.inverted .footer-section,
.inverted .itens-section a.service-item,
.inverted .transparency-section,
.inverted .container-full,
.inverted .services .box-service .title-service,
.inverted .submenu,
.inverted .acesibilidade
{
    background-color: black;
    color: yellow;
}

.inverted .toolbar,
.inverted .linhaPar {
    background-color: darkgray;
}

.inverted .gwt-TabBarItem-wrapper{
    background-color: gray;
}

.inverted .services .box-service .description-service {
    font-size: 110%;
}

/* Novo Estilo */

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 10px;
    width: 1170px;
}

.main-body .container {
    padding-bottom: 10px;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: " ";
}

.container:after,
.container-fluid:after {
    clear: both;
}

.home-section {
    background: url("/portalcidadao/portalcidadao/images/bg_homepage.jpg") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    color: #FFFFFF;
    padding: 50px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.main {
    width: 100;
}

.mainHeader {
    box-shadow: 0 0 4px #DCDCDC;
}
.mainHeaderContent {
    min-height: 120px;
}

.mainMenu {
    clear: right;
    float: right;
    padding: 0;
    text-align: right;
}

.mainMenu li {
    display: inline-table;
    vertical-align: top;
}

.mainMenuItem {
    text-align: right;
}

.mainMenuLogin {
    width: 100%;
    height: 65px;
}

.mainMenuLogin .form-input {
    float: left;
    padding-right: 3px;
}

.mainMenuLogin .form-links {
    clear: left;
}

/* ConfiguraÃ§Ãµes Globais */
ol, ul {
    list-style-type: none;
}

html {
    font-size: 94%;
    -webkit-text-size-adjust: 94%;
    -ms-text-size-adjust: 94%;
}

html,body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    color: #636363;
}

html,button,input,select,textarea,p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    outline: none;
}

input[type="text"], input[type="password"], select, textarea {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 95%;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

fieldset {
    border-color: rgba(227, 227, 227, 0.8) !important;
}

/* Estrutura Portal */
.container-full {
    width: 100%;
    background-color: #ffffff;
}

.menu-responsive {
    display: none;
    cursor: pointer;
    float: left;
    padding: 2px;
    font-size: 150%;
}

.menu-responsive {
    float: right;
    padding-right: 15px;
}

.menu-responsive:HOVER,
.menu-responsive:FOCUS {
    opacity: 0.4;
}

.navbar {
    padding: 5px 10px;
    position: relative;
}

.hide-sidebar {
    display: block;
}

.logo {
    padding-top: 10px;
    display: inline-block;
}

.logo .logo-image {
    max-width: 80px;
    display: inline-block;
}

.logo .system {
    display: inline-block;
    padding: 0px;
    max-width: 580px;
}

.logo .system .entity {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo .system .entity .conn-name {
    padding-top: 4px;
    padding-right: 6px;
    font-size: 16px;
}

.logo .logo-image img {
    max-width: 100%;
}

.logo h3 {
    margin: 0;
}

.conn-item {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.conn-item:hover {
    background-color: rgba(52, 143, 226, 0.4);
}

.conn-label {
    font-size: 18px;
    padding: 5px;
}

.city-name {
    font-size: 75%;
}

.menu-item {
    cursor: pointer;
    font-size: 90%;
    text-transform: uppercase;
}

.mainMenuItem:HOVER .submenu {
    display: block;
}

.mainHeader .menu-item {
    color: #586B76;
    font-size: 80%;
    position: relative;
}

.mainMenu .menu-item:before {
    content: "|";
    padding-right: 11px;
    font-size: 150%;
}

.menu-item > .fa {
    font-size: 200%;
    padding-right: 6px;
}

.menu-item .fa-caret-down, .menu-item .fa-caret-right {
    font-size: 105%;
    padding-left: 3px;
}

.menu-item:hover,
.menu-item:focus {
    opacity: 0.8;
}

.login-link:HOVER,
.login-link:FOCUS,
.user-menu-item:HOVER,
.user-menu-item:FOCUS,
.user-name:HOVER,
.user-name:FOCUS,
.login-panel .link:HOVER,
.login-panel .link:FOCUS,
.gwt-DialogBox .Caption i:HOVER,
.gwt-DialogBox .Caption i:FOCUS,
.breadcrumb a:HOVER,
.breadcrumb a:FOCUS,
.popupwarn i:HOVER,
.popupwarn i:FOCUS {
    opacity: 0.4;
}

.sidebar-login {
    width: 100%;
    display: block;
}

.login-link {
    font-size: 110%;
    cursor: pointer;
    float: right;
    padding: 6px 6px 6px 0;
}

.login-link .fa{
    margin-right: 5px;
}

.sub-footer-section {
    color: #fff;
    width: 100%;
    background: #137BB4;
}

.sub-popup-section {
    color: #fff;
    width: 400px;
    background: #137BB4;
}

.sub-footer-section .mainMenu {
    text-align: center;
    width: 100%;
}

.sub-footer-section .mainMenuItem {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-footer-section .mainMenu .mainMenuItem:first-child .menu-item:before {
    content: "";
    padding: 0px;
}
.sub-footer-section .mainMenu .mainMenuItem:nth-child(n+1) .menu-item:before {
    content: "|";
    padding: 11px;
}

.footer-section {
    width: 100%;
    background: #0F608D;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.footer-legal {
    border-top: 1px solid #87B0C6;
    padding: 15px;
    margin-top: 15px;
}

.footer-legal ul {
    float: left;
    text-align: left;
    width: 50%;
    margin: 0;
}

.footer-legal ul li {
    display: inline;
    padding-right: 15px;
}

.footer-legal-copy {
    color: #87B0C6;
    float: right;
    font-size: 80%;
    text-align: right;
}

.footer-legal ul li a {
    color: #CFDFE8;
    font-size: 0.8125em;
    text-decoration: none;
}

.footer-legal ul li a:hover, .footer-legal ul li a:active, .footer-legal ul li a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}

.main-body {
    clear: both;
    padding-top: 10px;
}

/* .submenu-item:before {
  	content: "\f1db";
    font-family: FontAwesome;
    font-size: 10px;
    padding-right: 11px;
}
 */

.submenu-item {
    cursor: pointer;
    font-size: 80%;
    padding: 5px 10px 8px;
}

.submenu-item:first-child {
    border-top: 0 none;
}

.submenu-item:HOVER,
.submenu-item:FOCUS {
    background: none repeat scroll 0 0 #E0E0E0;
}

.submenu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    position: absolute;
    text-align: left;
    z-index: 9;
    display: none;
}

.submenu .menu-item {
    padding-bottom: 6px;
}

/* ConfiguraÃ§Ãµes de Sistema */
.organ-name {
    display: inline-block;
}

.logo-footer {
    opacity: 0.8;
}

.address {
    font-size: 80%;
}

.user-panel {
    font-size: 90%;
    float: right;
    position: relative;
    line-height: 30px;
}

.user-name {
    cursor: pointer;
    display: inline-block;
    padding-right: 5px;
}

.user-panel .quit {
    cursor: pointer;
    border-left: 1px solid rgba(227, 227, 227, 0.5);
    display: inline-block;
    padding-left: 5px;
    font-size: 160%;
    color: #CA2426;
}

.user-panel .quit:HOVER,
.user-panel .quit:FOCUS {
    opacity: 0.5;
}

.container-user-menu {
    position: absolute;
    z-index: 999999;
}

.container-user-menu .fa-power-off {
    color: #CA2426;
}

.container-user-menu .fa-key {
    color: #DC970B;
}

.container-user-menu .fa-sign-in {
    color: #26895A;
}

.user-menu {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 6px;
    border: 1px solid #E3E3E3;
    text-align: left;
    min-width: 250px;
}

.user-menu-item {
    padding: 4px 10px;
    cursor: pointer;
}

.user-menu-item .fa {
    padding-right: 4px;
}

.user-menu li,
.user-menu {
    list-style: none;
    margin: 0;
}

.user-menu li {
    border-bottom: 1px solid rgba(227, 227, 227, 0.5);
    font-size: 95%;
    display: block;
}

.user-menu li:last-child {
    border: medium none;
}

.login-panel {
    float: right;
}

.login-panel input {
    -moz-box-sizing: border-box;
    height: auto;
    padding-left: 24px;
    position: relative;
}

.login-panel .login {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

.login-panel .password {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-panel .fa-user,
.login-panel .fa-lock {
    color: #D8D8D8;
    font-size: 120%;
    padding-left: 5px;
    padding-top: 8px;
    position: absolute;
    z-index: 1;
}

.login-panel .btn {
    float: left
}

.login-panel .link {
    font-size: 80%;
    cursor: pointer;
    padding: 5px 0;
}

.login-panel .link-forgot {
    float: left;
}

.login-panel .link-register {
    float: right;
}

.login-modal {
    padding: 20px 35px;
    width: 350px;
}

.login-modal .login-panel .btn {
    float: none;
    clear: both;
}

.login-modal .login-panel {
    float: none;
}

.apresentacao {
    margin-top: -10px;
}

.apresentacao a {
    color: #111111;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}


.instruction {
    border: 1px solid rgba(227, 227, 227, 0.8);
    /* border-radius: 4px; */
    padding: 8px;
    margin-bottom: 10px;
}

.instruction .fa.fa-key {
    float: left;
    font-size: 270%;
    padding-right: 10px;
    color: #DC970B;
}

.footer-dialogBox {
    padding-top: 15px;
    text-align: right;
}

.footer-dialogBox button {
    margin-left: 5px;
}

.change-password .form-horizontal input.form-control {
    width: 70%;
}

/* ConfiguraÃ§Ãµes de serviÃ§os */
.services {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services .box-service {
    clear: left;
    cursor: pointer;
    font-size: 90%;
    margin: 14px;
    width: 100%;
}

.services .box-service:hover,
.services .box-service:focus {
    /* -webkit-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1); */
    text-decoration: underline;
}

.services .box-service img {
    display: block;
    float: left;
    width: 50px;
}

.services .box-service .title-service {
    font-size: 130%;
    padding: 0 20px ;
    color: #111111;
}

.services .box-service .description-service {
    font-size: 90%;
    padding: 0px 5px 5px;
}

/* .box-service:hover .service {
    display: none;
}

.box-service:hover .overlayer {
    display: block;
} */

.box-service .overlayer {
    background: none repeat scroll 0 0 rgba(62, 131, 104, 0.8);
    color: #FFFFFF;
    display: none;
    height: 100%;
}

.service-back {
    background: none repeat scroll 0 0 #26895A;
    border: 1px solid;
    /* border-radius: 4px; */
    color: #FFFFFF;
    padding: 8px;
}

.toolbar {
    background: none repeat scroll 0 0 #F4F4F4;
    margin-top: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.toolbar .form-group {
    display: block;
    margin: auto;
    width: 40%;
}

.toolbar .form-group input {
    padding-left: 30px !important;
}

.toolbar .form-group > .fa.fa-search {
    display: inline-block;
    font-size: 140%;
    padding: 12px 7px;
    position: absolute;
    color: #348fe2;
}

.toolbar .btn.btn-success {
    float: right;
}

/* Date Componente */
.dateBoxPopup {
    z-index: 99999;
}

/* DialogBox */
.gwt-DialogBox {
    background-color: white;
    overflow: hidden !important;
    /* border-radius: 4px; */
    border: 1px solid rgba(227, 227, 227, 0.5);
    z-index: 1;
}


.gwt-DialogBox .dialogContent {
    padding: 5px;
}


.gwt-DialogBox .dialogTopCenter {
    border-bottom: 1px solid #E3E3E3;
}

.gwt-DialogBox .Caption {
    padding: 10px;
    text-align: left;
}

.gwt-DialogBox .Caption div {
    float: right;
}

.gwt-DialogBox .Caption i {
    cursor: pointer;
}

.portal-PopupPanelGlass {
    background-color: #000000;
    opacity: 0.6;
}

.popupwarn {
    background-color: rgba(243, 175, 72, 0.9);
    border: 1px solid rgba(227, 227, 227, 0.5);
    /* border-radius: 4px; */
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px;
    position: fixed;
    right: 5px;
    width: 450px;
    z-index: 999999;
}

.popupmsg {
    background-color: #0a780a;
    border: 1px solid gray;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    z-index: 999999;
}
.popupwarn i {
    float: right;
    display: block;
    cursor: pointer;
}

.popupwarn span {
    display: block;
    padding-top: 3px;
}

/* ConfiguraÃ§Ãµes de Form */
.form-horizontal,
.form-inline {
    font-size: 85%;
    margin-top: 10px;
}

.form-horizontal.input-user .form-label {
    width: 30%;
}

.form-horizontal .form-group {
    display: block;
    clear: left;
    padding: 5px;
}

.form-horizontal input.form-control,
.form-horizontal select.form-control,
.form-horizontal textarea.form-control {
    width: 70%;
}

.form-horizontal .form-label,
.form-horizontal .form-label-control {
    display: inline-block;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-right: 8px;
    text-align: right;
    width: 25%;
}

.form-horizontal .form-label-control {
    text-align: left !important;
}

.form-vertical .form-label,
.form-vertical .form-label-control {
    display: inline-block;
    line-height: 34px;
    margin-bottom: 4px;
    padding-right: 8px;
    width: 100% !important;
}


.form-horizontal .gwt-RadioButton, .form-horizontal .gwt-CheckBox {
    line-height: 34px;
}

.form-inline .form-label {
    display: inline-block;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-right: 8px;
    text-align: right;
    width: 25%;
}

.form-inline .form-group {
    clear: none;
    display: inline-block;
    padding: 5px;
}

.form-inline input.form-control {
    width: 60%;
}

.form-inline select.form-control {
    width: 60%;
}

.title {
    border-bottom: 1px solid rgba(227, 227, 227, 0.8);
    font-size: 120%;
    padding: 3px;
    text-align: left;
    width: auto;
    position: relative;
}
.facade {
    font-size: 70%;
    padding: 3px;
    color: rgba(192,199,192,0.48);
}

.form-horizontal .title {
    font-size: 14px;
}

.tab-conf-geral {
    margin-top: 10px;
}

.form-assunt-geral {
    margin-left: 6%;
}

.form-email-geral input.form-control,
.form-email-geral select.form-control,
.form-email-geral textarea.form-control {
    width: 60%;
}

.form-email-geral .form-label {
    width: 35%
}

.form-email-geral .form-label {
    width: 35%
}

.form-item-dinamico .form-label {
    width: 20%;
}

.form-pagina-dinamica .form-label {
    width: 10%;
}

.form-pagina-dinamica .visualizar-html {
    vertical-align: top;
}

.form-rotulo .form-label {
    width: 15%;
}

.form-rotulo input.form-control,
.form-rotulo select.form-control {
    width: 40%;
}

.form-report-des-orc .form-label {
    width: 10%;
}

.form-report-default .form-label {
    width: 15%;
}

.form-report-proc .form-label {
    width: 15%;
}

.form-report-proc input.form-control,
.form-report-proc select.form-control {
    width: 40%;
}

.form-repor-forn .form-label,
.form-fornec-apre .form-label {
    width: 15%;
}

.form-config-serv .title {
    font-weight: bolder;
}

.form-lici .form-label {
    width: 15%;
}

.form-lici input.form-control,
.form-lici select.form-control {
    width: 40%;
}

.form-contra .form-label {
    width: 15%;
}

.form-contra input.form-control,
.form-contra select.form-control {
    width: 40%;
}

.form-tab-apresent .form-label-control {
    width: 70%;
}

.form-tab-apresent .form-label {
    width: 15%;
}

.form-tab-apresent-large .form-label-control {
    width: 70%;
}

.form-tab-apresent-large .form-label {
    width: 20%;
}

.form-cad-fornec input.form-control,
.form-cad-fornec select.form-control {
    width: 60%;
}

.tituloDataAtualizado {
    color: #1D76CF;
    float: right;
    font-size: 80%;
    padding-top: 5px;
}

.box-tags {
    height: 215px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gwt-CheckBox {
    display: block;
    width: 100%;
}

/* ConfiguraÃ§Ãµes de Tab */
.col {
    float: left;
}

.two {
    width: 50%;
}

.box {
    border: 1px solid rgba(227, 227, 227, 0.8);
    padding: 10px;
    /* border-radius: 4px; */
}

.box-header {
    border-bottom: 1px solid #f1f4f9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    height: 48px;
    line-height: 16px;
    padding: 16px 12px;
    position: relative;
}

.box-content {
    padding: 12px;
    position: relative;
}

.gwt-TabPanelBottom {
    border: 1px solid rgba(227, 227, 227, 0.8);
    border-top: 0;
    padding: 6px;
    margin-top: -1px;
}

.gwt-TabBarRest-wrapper,
.gwt-TabBarFirst-wrapper {
    border-bottom: 1px solid rgba(227, 227, 227, 0.8);
}

.gwt-TabBarItem-wrapper {
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px */;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(227, 227, 227, 0.8);
    color: #C0C0C0;
    padding: 10px 16px;
    font-size: 85%;
}

.gwt-TabBarItem-wrapper .tabMiddleCenterInner {
    cursor: pointer;
}

.gwt-TabBarItem-wrapper .tabMiddleCenterInner:HOVER,
.gwt-TabBarItem-wrapper .tabMiddleCenterInner:FOCUS {
    color: #111111;
    outline: none;
}

.gwt-TabBarItem-wrapper-selected .tabMiddleCenterInner:hover,
.gwt-TabBarItem-wrapper-selected .tabMiddleCenterInner:focus {
    color: #ffffff;
}

.gwt-TabBarItem-wrapper-selected {
    background: none repeat scroll 0 0 #348fe2;
    border-bottom: 0;
    color: #ffffff;
}

/* Classes Auxiliares */
.overflow-auto {
    overflow: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-botton-10 {
    margin-bottom: 10px;
}
.sonner {
    color: #00A859;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    clear: both;
}

.active {
    opacity: 0.4;
}

.inline-block{
    display: inline-block;
}

.text-bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-left-important {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
    font-weight: 300;
}

h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
    font-weight: 300;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
    font-weight: 300;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
    font-weight: 300;
}

h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
    font-weight: 300;
}

h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
    font-weight: 300;
}

.link {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.link-sm {
    font-size: 12px;
    line-height: 1.5;
}

.link-primary {
    color: #348fe2;
}


.link-primary.active,
.link-primary.focus,
.link-primary:active,
.link-primary:focus,
.link-primary:hover {
    color: #2a72b5;
}

.link-danger {
    color: #ca2426;
}


.link-danger.active,
.link-danger.focus,
.link-danger:active,
.link-danger:focus,
.link-danger:hover {
    color: #a90305;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    /* border-radius: 3px; */
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-success {
    background-color: #3E8368;
    border-color: #3E8368;
    color: #FFFFFF;
}

.btn-info {
    color: #fff;
    background: #49b6d6;
    border-color: #49b6d6;
}

.btn-primary {
    color: #fff;
    background: #348fe2;
    border-color: #348fe2;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #2a72b5;
    border-color: #2a72b5;
    color: #fff;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #3a92ab;
    border-color: #3a92ab;
    color: #fff;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #276C51;
    border-color: #20654A;
    color: #fff;
}

.btn-back {
    font-size: 130%;
    position: absolute;
    right: 5px;
    top: 10px;
}

.btn-block {
    display: block;
}

.arrow_box:after, .arrow_box:before {
    bottom: 99%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #E3E3E3;
    border-bottom-color: #E3E3E3;
    border-width: 11px;
    margin-left: -11px;
}

.load-panel {
    display: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}

.gwt-Button:HOVER:enabled,
.gwt-Button:FOCUS:enabled,
.gwt-SubmitButton:HOVER:enabled,
.gwt-SubmitButton:FOCUS:enabled {
    background-color: #2a72b5;
    border-color: #2a72b5;
    color: #FFFFFF;
}

.gwt-Button,
.gwt-SubmitButton {
    background-color: #348fe2;
    border-color: #348fe2;
    color: #FFFFFF;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    /* border-radius: 3px; */
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.gwt-Button:disabled,
.gwt-SubmitButton:disabled {
    background-color: #c1c6da;
}

.loader {
    bottom: 50%;
    height: 300px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.loader::before,
.loader::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 3px solid #F6F6F6;
    border-radius: 50%;
    content: '';
}

.loader::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: #4F98BE;
    border-left-color: #4F98BE;
    -webkit-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}

.loader::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: #4F98BE;
    border-bottom-color: #4F98BE;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}


@-webkit-keyframes rotation {
    0% 		{ -webkit-transform: rotate(0deg); }
    50% 	{ -webkit-transform: rotate(180deg); }
    100% 	{ -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
    0% 		{ transform: rotate(0deg); }
    50% 	{ transform: rotate(180deg); }
    100% 	{ transform: rotate(360deg); }
}

/* ConfiguraÃ§Ãµes de Tabela*/
.table-default {
    font-size: 85%;
    color: #636363;
}

.table-default thead th {
    border-bottom: 2px solid #E3E3E3;
    font-size: 90%;
    font-weight: bold;
    color: #636363;
    text-shadow: none;
    padding: 0;
}

.del-button button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    font-size: 150%;
}

.del-button button:HOVER,
.del-button button:FOCUS {
    color: #CA2426;
}

.view-button button:HOVER,
.view-button button:FOCUS {
    color: #348fe2;
}

.view-button button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    font-size: 150%;
}

/* ConfiguraÃ§Ãµes antigas de VIEW alteradas*/
.table-wrapper {
    font-size: 85%;
    padding-left: 20px;
    padding-right: 20px;
}

.tabelaHeader {
    border-bottom: 2px solid #E3E3E3;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
}

.linhaPar {
    background-color: #F4F4F4;
}
.linha:hover {
    background-color: #f1f6fa;
}


.treeTableItem {
    border: 0;
}

.treeTableItem-title {
    background-color: white;
    border: 0;
}

.treeTableColumn-title {
    border-collapse: collapse;
}

.treeTableColumn-title thead th {
    border-bottom: 2px solid #E3E3E3;
    font-size: 90%;
    font-weight: bold;
    color: #636363;
    text-shadow: none;
    padding: 0;
}

.treeTable-icon {
    vertical-align: middle;
}

.treetableItem-spacer {
    width: 10px;
}

.gwt-DisclosurePanel {
    border: 0 !important;
    width: 100%;
    padding-left: 10px;
}

.gwt-DisclosurePanel .header {
    color: #636363;
    text-decoration: none;
    cursor: pointer;
}

.item-sistema {
    font-weight: normal;
    color: #2A72B5;
}

.item-sistemadesc {
}

.item-descricao {
    font-size: 10px;
    word-wrap: break-word;
}

.diarioOficial {
    border: 1px solid lightgray;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: lighter;
    -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
    box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}

.diarioOficial-titulo {
    background: none repeat scroll 0 0 #5f88af;
    color: #FFFFFF;
    font-size: 130%;
    padding: 5px;
}

.diarioOficial-caderno-titulo {
    font-size: 140%;
}

.diarioOficial-caderno {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 7px;
    padding: 5px;
    border-top: 1px solid #E3E3E3;
}

.diarioOficial-caderno-verificador {
    font-size: 80%;
}

.diarioOficial-caderno-item-titulo {
    color: #2A72B5;
    font-size: 100%;
    font-weight: 500;
}

.diarioOficial-caderno-verificador-left {
    font-size: 120%;
    margin-left: 7px;
    font-weight: bold;
}

.diarioOficial-caderno-titulo-left {
    font-size: 140%;
    margin-left: 7px;
}

.diarioOficial-caderno-item-descricao {
    font-size: 10px;
}

.diarioOficial-date {
    font-size: 80%;
    float: right;
}

.diarioOficial-titulo-sub {
    background: #348fe2;
    color: #FFFFFF;
    font-size: 100%;
    padding: 5px;
}

/* Date Picker */
.gwt-DatePicker {
    border: 1px solid #A2BBDD;
    cursor: default;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
    outline: none
}

.datePickerMonthSelector td:focus {
    outline: none
}

.datePickerDays {
    width: 100%;
    background: white;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
    font-size: 80%;
    text-align: center;
    padding: 4px;
    outline: none;
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
    background: none repeat scroll 0 0 #348FE2;
    color: #ffffff;
    padding: 0px 4px 2px;
    cursor: default;
}

.datePickerDay {
    padding: 4px 8px;
    cursor: pointer;
}

.datePickerDayIsToday {
    border: 1px solid #E3E3E3;
    padding: 3px;
}

.datePickerDayIsWeekend {
    background: #EEEEEE;
}

.datePickerDayIsFiller {
    color: #888888;
}

.datePickerDayIsValue {
    background: #aaccee;
}

.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}

.datePickerDayIsHighlighted {
    background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
    background: #bbddd9;
}

.datePickerMonthSelector {
    background: none repeat scroll 0 0 #348FE2;
    color: #FFFFFF;
    width: 100%;
}

.datePickerPreviousButton,.datePickerNextButton {
    font-size: 200%;
    line-height: 1em;
    cursor: hand;
    cursor: pointer;
    padding: 0px 4px;
}

td.datePickerMonth {
    font-size: 100%;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.gwt-DateBox input {
    width: 8em;
}

.dateBoxFormatError {
    background: #ffcccc;
}

.notes-form {
    display: block;
    margin: auto;
    position: relative;
    width: 40%;
}

.toolbar .notes-form {
    width: 100%;
}

.toolbar .notes-form .form-group {
    position: relative;
}

.toolbar .notes-form .form-group input {
    padding-left: 16px;
}

input[type="text"].input-lg, input[type="password"].input-lg, select.input-lg, textarea.input-lg{
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.notes-form .btn-search {
    font-size: 130%;
    padding: 2px 10px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.itens-section {
    min-height: 250px;
}

.itens-section h3 {
    color: #A9B6BF;
    font-weight: 500;
    text-transform: uppercase;
}


.itens-section a.service-item:HOVER,
.itens-section a.service-item:FOCUS {
    text-decoration: underline;
    opacity: 0.8;
}

.itens-section a.service-item {
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: none;
    color: #0F608D;
    font-weight: 500;
    display: block;
}

.itens-section a.service-item:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 110%;
    position: absolute;
    color: #DE092F;
}

.transparency-section {
    background: #F4F4F4;
}

.itens-section-result a.service-item:HOVER,
.itens-section-result a.service-item:FOCUS {
    text-decoration: underline;
    opacity: 0.8;
}

.itens-section-result a.service-item {
    color: #0F608D;
    display: block;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: none;
    width: 50%;
}

.itens-section-result a.service-item:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 110%;
    position: absolute;
    color: #DE092F;
}

.msg-not-found {
    font-size: 90%;
    opacity: 0.8;
    text-align: center;
}

.strong {
    font-weight: bold;
}

.text-danger {
    color: #a94442;
}
.gwt-SuggestBoxPopup{
    z-index: 9;
}
.suggestPopupContent{
    height: 200px;
    overflow-y: scroll;
}

.wizard-status {
    display: block;
    float: right;
    padding-top: 10px;
}

.wizard-status .wizard-step {
    display: block;
    width: 30px;
    padding: 3px;
    background: #E0E0E0;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}


.wizard-step.wizard-step:last-child {
    margin-right: -2px;
}


.wizard-step.wizard-step-current {
    margin-right: 20px;
    color: #137bb4;
    font-weight: bold;
    margin-right: 20px;
}

.wizard-step.wizard-step-done {
    background: #137BB4;
    color: white;
    font-weight: bold;
}

.wizard-step.wizard-step > span {
    display: block;
    text-align: center;
}

.wizard-step.wizard-step-error {
    color: white;
    background: #ca2426;
}

.radio-vertical {
    display: block;
    margin-left: 15%;
}

.form-interno-campo-cadastro {
    border: 1px solid #E3E3E3;
}

.flex-table {
    font-size: 100%;
}

.flex-table .table-header {
    border-bottom: 2px solid #E3E3E3;
    font-size: 90%;
    font-weight: bold;
    color: #636363;
    text-shadow: none;
    padding: 0;
}


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-verticaltimeline {
    background-color: #e9f0f5;
}

.cd-container {
    width: 100%;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}


/*Vertical Time Line CSS*/
.cd-container {
    position: relative;
    padding: 7em 0;
}

.cd-container::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
    .cd-container {
        margin-bottom: 3em;
    }
    .cd-container::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em;
    margin-left: 0em;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0
    4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img>div {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@
-webkit-keyframes cd-bounce-1 { 0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    scale
    (1
    .2
);


}
100%
{
    -webkit-transform
    :

    scale
    (1);


}
}
@
-moz-keyframes cd-bounce-1 { 0% {
    opacity: 0;
    -moz-transform: scale(0.5);
}

60%
{
    opacity
    :

            1;
    -moz-transform
    :

    scale
    (1
    .2
);


}
100%
{
    -moz-transform
    :

    scale
    (1);


}
}
@
keyframes cd-bounce-1 { 0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    scale
    (1
    .2
);


    -moz-transform
    :

    scale
    (1
    .2
);


    -ms-transform
    :

    scale
    (1
    .2
);


    -o-transform
    :

    scale
    (1
    .2
);


    transform
    :

    scale
    (1
    .2
);


}
100%
{
    -webkit-transform
    :

    scale
    (1);


    -moz-transform
    :

    scale
    (1);


    -ms-transform
    :

    scale
    (1);


    -o-transform
    :

    scale
    (1);


    transform
    :

    scale
    (1);


}
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    font-weight: bold;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 6px;
        font-size: 14px;
        font-size: 0.875rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 120%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in
    {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@
-webkit-keyframes cd-bounce-2 { 0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    translateX
    (20px);


}
100%
{
    -webkit-transform
    :

    translateX
    (0);


}
}
@
-moz-keyframes cd-bounce-2 { 0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
}

60%
{
    opacity
    :

            1;
    -moz-transform
    :

    translateX
    (20px);


}
100%
{
    -moz-transform
    :

    translateX
    (0);


}
}
@
keyframes cd-bounce-2 { 0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    translateX
    (20px);


    -moz-transform
    :

    translateX
    (20px);


    -ms-transform
    :

    translateX
    (20px);


    -o-transform
    :

    translateX
    (20px);


    transform
    :

    translateX
    (20px);


}
100%
{
    -webkit-transform
    :

    translateX
    (0);


    -moz-transform
    :

    translateX
    (0);


    -ms-transform
    :

    translateX
    (0);


    -o-transform
    :

    translateX
    (0);


    transform
    :

    translateX
    (0);


}
}
@
-webkit-keyframes cd-bounce-2-inverse { 0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    translateX
    (-20px);


}
100%
{
    -webkit-transform
    :

    translateX
    (0);


}
}
@
-moz-keyframes cd-bounce-2-inverse { 0% {
    opacity: 0;
    -moz-transform: translateX(100px);
}

60%
{
    opacity
    :

            1;
    -moz-transform
    :

    translateX
    (-20px);


}
100%
{
    -moz-transform
    :

    translateX
    (0);


}
}
@
keyframes cd-bounce-2-inverse { 0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

60%
{
    opacity
    :

            1;
    -webkit-transform
    :

    translateX
    (-20px);


    -moz-transform
    :

    translateX
    (-20px);


    -ms-transform
    :

    translateX
    (-20px);


    -o-transform
    :

    translateX
    (-20px);


    transform
    :

    translateX
    (-20px);


}
100%
{
    -webkit-transform
    :

    translateX
    (0);


    -moz-transform
    :

    translateX
    (0);


    -ms-transform
    :

    translateX
    (0);


    -o-transform
    :

    translateX
    (0);


    transform
    :

    translateX
    (0);


}
}

/* SAUDE */
#superior {
    text-align: right;
    font-size: 9px;
}
#header {
    text-align: center;
    padding: 5px;
}
#nav {
    background-color: #eeeeee;
    padding: 5px;
}
#section {

}
#footer {
    width: 500px;
    clear: both;
    text-align: left;
    padding: 5px;
    font-family: "Courier New";
    font-size: 12px;
}
h1 {
    font-family: "Courier New";
    font-size: 16px;
    text-align: center;
}
h2 {
    font-family: "Courier New";
    font-size: 14px;
    text-align: center;
}
h3 {
    font-family: "Courier New";
    font-size: 12px;
    text-align: center;
}
table#mapa {
    border-spacing: 15px;
    border: 1px solid black;
    border-collapse: collapse;
}
tr#mapa {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
}
th#campomapa {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 4px;
    font-family: "Courier New";
    font-size: 8px;
    text-align: right;
}
th#campomapatitulo {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 4px;
    font-family: "Courier New";
    font-size: 10px;
    text-align: right;
}

th#valormapa {
    border: 1px solid black;
    border-collapse: collapse;
    font-family: "Courier New";
    font-size: 8px;
    text-align: left;
}

th#valormapatitulo {
    border: 1px solid black;
    border-collapse: collapse;
    font-family: "Courier New";
    font-size: 10px;
    text-align: left;
}

th#campo {
    font-family: "Courier New";
    font-size: 12px;
    text-align: right;
    width: 10%;
}

th#valorcampo {
    font-family: "Courier New";
    font-size: 12px;
    text-align: left;
}

th#referencia {
    font-family: "Courier New";
    font-size: 10px;
}

th#thExame {
    background-color: lightgray;
    text-align: left;
    font-size: 12px;
    border-style: solid;
    border-color: #000000;
}

th#thMaterial {
    background-color: lightgray;
    text-align: left;
    font-size: 12px;
    width: 20%;
    border-style: solid;
    border-color: #000000;
}
.break {
    page-break-before: always;
    page-break-inside: avoid;
}

.well {
    min-height: 115px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    cursor:pointer;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-danger {
    background-color: #d9534f;
}
.label-success {
    background-color: #0F608D;
}
.label-primary {
    background-color: #428bca;
}
.label-info {
    background-color:#31b0d5;
}
.label-prioridade {
    color: #d9534f;
}
.label-inline {
    display: inline;
}

/* questao aula */
.questao-pergunta {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.questao-resposta {
    border-color: #ccc;
    background-color: #ddd;
    float: right;
}

.questao-pergunta::after {
    content: "";
    clear: both;
    display: table;
}

.questao-time-right {
    float: right;
    color: #aaa;
}

.questao-time-left {
    float: left;
    color: #999;
}

/* --- exibição de leis */

.lei .table > table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double #b3b3b3;
}

.lei .table thead {
    vertical-align: middle;
    border-color: inherit;
}

.lei .table tr {
    vertical-align: inherit;
    border-color: inherit;
    page-break-inside: avoid;
}

.lei .table > table th {
    font-weight: 700;
    background: #fafafa;
    min-width: 2em;
    padding: .4em;
    text-align: center;
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    font-size: 12px;
}

.lei .table > table td {
    padding: 2px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: white;
    margin: 0 auto;
    font-size: 12px;
}

.lei .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 50px;
}

.lei blockquote {
    font-family: Georgia, serif;
    margin-left: 146.6px;
    margin-right: 21.6px

    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.image > img {
    width: 100%;
    height: auto;
}

/* botão GOV.BR */

.enviar-button {
    margin-top: 6px;
}

.br-button {
    --button-background: #1351b4;
    --button-border: transparent;
    --button-color: #fff;
    --button-radius: 100em;
    --button-font-size: 16px;
    --button-font-weight: 600;
    --button-xsmall: 24px;
    --button-small: 32px;
    --button-medium: 40px;
    --button-large: 48px;
    --button-size: var(--button-medium);
    --button-padding: 0 24px;
    --button-img: 20px;
    --interactive-rgb: 255,255,255;
    align-items: center;
    background-color: var(--button-background);
    border: 1px solid var(--button-border);
    border-radius: var(--button-radius);
    color: var(--button-color);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    height: var(--button-size);
    justify-content: center;
    padding: var(--button-padding);
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.br-button:hover {
    background-color: #2670e8;
}

