.legislacao {position: relative; width: 900px; margin-bottom: 15px;}
.legislacao h4 {text-align: center;}
.legislacao h6 {text-align: center;}
.legislacao h6 .icon-warning {color: #DAA520; font-size: 1.5em; vertical-align: middle;}

.form-leg {position: relative; float: left; width: 880px; padding: 10px 10px; background: #f3f3f3; margin-bottom: 10px; border-top: 1px dotted #d1d1d1; border-bottom: 1px dotted #d1d1d1;}
.form-leg .button {background: #007DF9; color: #fff; padding: 10px 10px; border: none; font-size: 1.2em; cursor: pointer; font-family: 'Century Gothic', CenturyGothic, AppleGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;}
.form-leg .button:hover {background: #ccc; color: #fff;}
.form-leg label {display: block;}
.form-leg .form-l, .form-leg .form-r {position: relative; float:left; width: 50%;}

.form-leg .campo {width: 90%; border: 1px solid rgba(0, 0, 0, 0.1); padding: 7px; margin-bottom: 15px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;}
.form-leg .campo:focus {border: 1px solid cornflowerblue; background-color: rgba(255, 255, 255, 1); }

.result_busca {position: relative; float: left; width: 900px; font-size: 0.95em; max-height: 999999px;}
.result_busca .ul {padding: 0; list-style: none;}
.result_busca .ul .li {background: #f3f3f3; padding: 5px; margin-bottom: 15px;}
.result_busca .ul .li a {text-decoration: none; color: #007DF9; font-weight: bold;}
.result_busca .ul .li a:hover {text-decoration: underline; color: cornflowerblue;}
.result_busca .ul .assunto {margin-top: 0;}
.result_busca .ul .revogacao {margin: 0; line-height: 0; color: red; font-weight: bold; font-size: 1.2em;}
.result_busca .ul .resumo {margin: 0;}
/*.result_busca .notfound {width: 900px;}*/

.legislacao .navegacao {display: none;}

.legislacao .navegacao .busca_pag {position: relative; float: left; display: inline; margin-right: 10px;}
.legislacao .navegacao .campo {height: 25px; vertical-align: top; text-align: center;}
.legislacao .navegacao .button {background: #007DF9; color: #fff; padding: 9px; border: none; cursor: pointer; font-family: 'Century Gothic', CenturyGothic, AppleGothic, "Trebuchet MS", Arial, Helvetica, sans-serif;}
.legislacao .navegacao .button:hover {background: #ccc; color: #fff;}

.legislacao .j_new_search {float: left; position: relative; cursor: pointer; padding: 5px; color: #007DF9; background: #e1e1e1;}
.legislacao .j_new_search:hover {background: #007DF9; color: #fff;}
.legislacao .j_print {float: left; position: relative; cursor: pointer; margin-left: 10px; padding: 5px; color: #007DF9; background: #e1e1e1;}
.legislacao .j_print:hover {background: #007DF9; color: #fff;}
.legislacao .paginacao {margin: 15px 0 15px 0; background: #f1f1f1; padding: 5px 5px; color: #007DF9;}
.legislacao .paginacao span {font-weight: bold;}
.legislacao .paginacao .offset_a, .legislacao .paginacao .offset_de {color: #000;}

.legislacao .notfound {background-color: rgba(0, 0, 0, 0.6); z-index: 99; position:fixed; top:0; left:0; width:100%; height:100%; display: none;}
.legislacao .notfound .exit {position: absolute; top: 3px; right: 5px; z-index: 99; background: #fff; color: #ccc; cursor: pointer; padding: 5px 10px;}
.legislacao .notfound .exit:hover {background: cornflowerblue; color: #fff;}
.legislacao .notfound .content {position: relative; width: 40%; height: 80px; background: #fff; text-align: center; top: 30%; margin-left: 31%; font-size: 1.2em;}
.legislacao .notfound .legenda {position: absolute; top: 0; width: 100%; height: 40px; padding-top: 10px; background: red; font-weight: bold; color: #fff; text-align: center;}
.legislacao .notfound .msg {position: absolute; top: 40px; width: 100%; padding-top: 10px; background: #fff; font-weight: bold; color: #fff; text-align: center;}