/* 
    Created on : 17/08/2018, 09:52:39
    Author     : Anderson Brandão Batistoti <anderson@lxtec.com.br>
*/
#main {
    display: none;
}

html {
    position: relative;
    min-height: 100%;
}

.bg-dark {
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.fonte-times {
    font-family: "Times New Roman" !important;
}

article.panel-law {
    margin-left: 70px;
}

.ato-content {
    font-size: 16px;
    font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn {
    border-radius: 0px;
}

body {
    /*background: url(../img/layout/pattern.png);*/
    font-size: 12px;
    min-height: 100%;
    margin-bottom: 60px;
    overflow-x: hidden;
}

.form-group {
    margin-bottom: 0px;
}

dd {
    margin-bottom: .2rem;
    margin-left: 0;
}

.table-no-border td, .table-no-border th {
    border: none;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.hidden {
    display: none !important;
}

.vertical-middle {
    vertical-align: middle !important
}

.container {
    width: 1000px;
}

#main {
    background-color: #fff;
    min-height: 100%;
}

.bg_cor2:hover {
    background-color: #f5f5f5;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.header {
    /*background-color: #321f57;*/
    color: #fff;
    padding: 5px;
    text-align: center;
}

.btn {
    white-space: normal !important;
}

#menu {
    padding: 2px;
}

footer {
    height: 10vh;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
}

div.leis-recentes ul {
    overflow: hidden;
    margin-bottom: 20px;
    list-style: none;
    margin: 0px;
    padding: 10px;
}

div.leis-recentes ul li {
    font-size: 12px;
    padding: 5px;
}

div.leis-recentes ul li .title {
    display: block;
    margin: 0px;
    color: #aaa;
    font-size: 12px;
}

.breadcrumb {
    margin-bottom: 0px;
    background: transparent;
}

.artigo li {
    margin-left: 10px;
}

.selecionado {
    background-color: #F3F781;
}

.fixed {
    position: fixed;
}

/*
    Created on : 18/12/2017, 15:26:43
    Author     : Anderson Brandão Batistoti <anderson@lxtec.com.br>
*/
.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #3c8dbc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #095e36 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #095e36), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #095e36, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #095e36 0, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #095e36) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#095e36', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-fiorilli {
    background: #08aea6;
}

.bg-fiorilli-gradient {
    background-image: linear-gradient(to right, #08aea6, black);
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.clearfix:after {
    clear: both;
}


h1 {
    color: #ccc;
    text-align: center;
}

/*Fun begins*/
.tab_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

.tab-label {
    font-weight: 500;
    font-size: 16px;
    display: block;
    float: left;
    width: 25%;
    padding: 1em;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
    color: #0CE;
}

.tab-label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
    .tab-label span {
        font-size: 14px;
    }

    .tab-label .fa {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .tab-label span {
        display: none;
    }

    .tab-label .fa {
        font-size: 16px;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
/*@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}*/

mark {
    background: yellow;
}

mark.current {
    background: orange !important;
}

.selection {
    background-color: rgba(255, 255, 0, 0.3);
}

.search-icon {
    background: none !important;
    font-size: 20px;
    position: relative;
    left: -4px;
    top: 5px;
}

#pesquisar-lei {
    position: absolute;
    top: 0px;
    z-index: 100;
    right: -291px;
    font-size: 20px;
    border: 1px solid #DDD;
    background-color: white;
    box-shadow: 8px 8px 18px #BBB;
    display: none;
}

#pesquisar-lei .header {
    position: absolute;
    top: -16px;
    z-index: 100;
    right: -25px;
    padding: 12px 30px;
    font-size: 20px;
    background: white;
    border: 1px solid #BB0000;
    color: #BB0000;
}

#pesquisar-lei .header-back {
    background: #BB0000;
    position: absolute;
    z-index: 82;
    height: 40px;
    width: 40px;
    right: -14px;
    transform: rotate(45deg);
    top: 12px;
}

#pesquisar-lei .main {
    background: white;
    z-index: 85;
    position: relative;
    padding: 50px 0px 0px 25px;
    width: 280px;
}

#pesquisar-lei .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: white;
    border: 1px solid #DDD;
    top: 23px;
    transform: rotate(45deg);
    left: -14px;
    z-index: 6;
}

#pesquisar-lei input {
    font-size: 14px;
    margin-bottom: 10px;
    width: 120px;
    min-height: 30px;
    height: 30px;
    resize: vertical;
    border: 1px solid #d8e2ea;
    padding: 4px;
    line-height: 1.25;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    overflow: hidden;
}

#pesquisar-lei p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

#pesquisar-lei button {

}

#pesquisar-lei .counter {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555;
    line-height: 150%;
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 13px;
    display: none;
}

.btns.btns-green {
    color: #FFF;
    background-color: #5CB85C;
    border-color: #4CAE4C;
}

.btns-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btns {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.options-share.options-fixed {
    position: fixed;
    margin-top: 16%;
}

.options-share {
    margin: 0px;
    float: left;
    border-radius: 7px;
    border: 1px solid #4b6f8e;
    position: relative;
}

.options-share ul {
    padding: 0px;
    margin: 0px;
}

.options-share ul li {
    display: inline;
}

.options-share ul li a:hover, .options-share ul li a:active, .options-share ul li a:focus {
    text-decoration: none;
    outline: medium none;
}

.options-share ul li:first-child a {
    border-top: 0px none;
}

.options-share ul li a {
    width: 50px;
    height: 50px;
    display: block;
    color: #FFF;
    border-top: 1px solid #30485c;
    line-height: 60px;
    font-size: 12px;
    text-align: center;
}

.slower {
    transition: all 1s ease-in-out 0s;
}

div.leis-relevantes {
    border-right: 2px dashed #eee;
}

div.leis-relevantes ul {
    padding-left: 0px;
}

div.leis-relevantes ul li {
    list-style: none;
    display: inline-flex;
    width: 100%;
}

i.relevante-icon.lei-organica.white {
    background-position: -405px -41px !important;
}

div.leis-relevantes ul li a span.separator {
    border-right: 1px dotted #a3bbcf;
    margin: 5px 10px 0px 0px;
    display: block;
    height: 40px;
    float: left;
}

div.leis-relevantes ul li a {
    width: 100%;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #82a2bd;
    border-radius: 8px;
    /*background: #4e7495;*/
    background: #08aea6;
    /*background: linear-gradient(to bottom, #6089ac 0%, #4b6f8e 100%) repeat scroll 0% 0% transparent;
    background: linear-gradient(to right, #08aea6, #387529);*/
    color: white;
}

div.leis-relevantes ul li a:hover {
    background: #387529;
    text-decoration: none;
}

i.relevante-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    margin: 4px 5px 0px 4px;
    background-size: 490px;
    top: 8px;
    float: left;
}

div.leis-relevantes ul li a strong {
    position: relative;
    top: 8px;
    right: 5px;
}

.ui-datepicker {
    z-index: 9 !important;
}

.loading {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30001;
    filter: alpha(opacity=70);
}

.loading p {
    position: absolute;
    top: 30%;
    left: 48%;
}

.loading p i {
    color: #00a65a;
    font-weight: bold;
}