/**
 * @version     1.0.0
 * @package     com_chamadas_publicas
 * @copyright   Copyright (C) 2015. Todos os direitos reservados.
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 */

table.front-end-list{
    width: 100%;
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

table.front-end-list thead th{
    text-align: center;
    background: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

table.front-end-list td, table.front-end-list th{
    padding: 4px;
}

table.front-end-list thead th.align-left{
    text-align: left;
}

table.front-end-list thead th.align-center, table.front-end-list tbody td.align-center {
    text-align: center;
}

table.front-end-list tbody tr td{
    background: #fff;
    border: 1px solid #fff;
}

table.front-end-list td{
    padding-left: 8px;
}

div.list-footer{
    clear:both;
    text-decoration: none;
    text-align: center;
}

div.list-footer ul{
    list-style: none;
    display: inline-block;
}

div.list-footer ul li{
    display: inline-block;
}

div.list-footer div.limit{
    display: inline-block;
}

div.list-footer div.counter{
    display: inline-block;
}

div.filter-select.hide{
    display: none;
}

div.filter-select.show{
    display: block;
}

div.filter-search , div.filter-select {
    float: left;
    clear: both;
}

div.filter-select .fltlft{
    float: left;
    clear: both;
}

div.field-filter{
    float: left;
    margin: 10px;
}

#filter-bar div.fltrt div.button2-left .blank a {
    margin-top: 0 !important;
}

button.open{
    font-weight: bold;
}

div.field-filter:first-of-type{
    margin-left: 0;
}

#barraEsquerda{
    width: 30%;
}

#conteudoChamada{
    float: right;
    width: 65%;
}
.item_fields.page-header {
    float: right;
    width: 66%;
}

#barraEsquerda select{
    color: #898888!important;
    font-size: 12px;
}
#barraEsquerda input{
    color: #898888!important;
    font-size: 12px;
    width: 96%;
}

.chamada-data input {
    width: 75px!important;
    border: hidden;
    padding: 0px!important;
    margin-left: 28px;
    margin-right: 3px;
}
.chamada-data {
    border: 1px solid #DDD;
    border-radius: 3px;
    width: 45%!important;
    float: left;
}
.chamada-data.right{
    margin-left: 8%
}
.chamada-data .btn{
    padding: 1px;
}


.blockde span {
    position: absolute;
    z-index: 99;
    margin-top: -8px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 24px;
    color:#898888;
}

.chamada-data input{
    font-size: 12px;
    border: 0px!important;
}

/***** Chamadas Publicas ***/

.finder-chamadas-publicas fieldset{
    padding-top: 20px;
}

.finder-chamadas-publicas .boxcheck li:nth-child(odd){
    background-color: #f1f1f1;
}

.finder-chamadas-publicas label{
    color: #1d1e1f;
    font-family: "Kozuka Gothic Pr6N";
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
}

.finder-chamadas-publicas input{
    color: #898888;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 25px;
    width: 100%;
    border-color: #dddddd;
}

.check-pub{
    height: 15px !important;
    width: 15px !important;
    clear: both;
    float: right;
}

.finder-chamadas-publicas select{
    color: #898888;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 35px;
    width: 100%;
    border-color: #dddddd;
}


.finder-chamadas-publicas .controls{
    margin-left: 0px;
}

.finder-chamadas-publicas .control-label{
    text-align: left; 
}

.finder-chamadas-publicas .btn-primary:first-of-type{
    margin-right: 0 !important;
}
.finder-chamadas-publicas .btn-primary{
    background-color: #056462 !important;
    float: right !important;
    margin-bottom: 20px !important;
    cursor: pointer !important;
    opacity: 1 !important;
    margin-right: 5px;
    margin-top: 10px !important;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: none !important;
}
.chamada-data-container{
    width:100%;
}

.chamada-data{
    border: 1px solid #dddddd;
    border-radius: 3px;
    width: 49%;
    float: left;
}

.chamada-data span{
    float: left;
    padding-top: 6px;
}

.chamada-data input{
    width: 50px;
    border: hidden;
}

.chamada-data button{
    background: none;
    border: none;
    box-shadow: none;
}

.boxcheck li {
    padding: 7px 7px;
    font-size: 13px;
    line-height: 28px;
    color: #898888;
    font-family: "Kozuka Gothic Pr6N";
}



.document {
    margin:0px;padding:0px;
    width:100%;
    /*box-shadow: 10px 10px 5px #888888;*/
    border:1px solid #e5e5e5;

    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.document table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.document tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.document table tr:first-child th:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.document table tr:first-child th:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.document tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.document tr:hover td{
    background-color:#ffffff;


}
.document td{
    vertical-align:middle;

    background-color:#fafafa;

    border:1px solid #e5e5e5;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:10px;
    font-family:Arial;
    font-weight:normal;
    color:#898888;
}.document tr:last-child td{
    border-width:0px 1px 0px 0px;
}.document tr td:last-child{
    border-width:0px 0px 1px 0px;
}.document tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.document tr:first-child th{
    font-family: "Kozuka Gothic Pr6N" !important;
    font-weight: normal !important;
    padding: 10px 0;
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #eef2f2) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#eef2f2");	background: -o-linear-gradient(top,#fafafa,eef2f2);

    background-color:#fafafa;
    border:0px solid #e5e5e5;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#056462;
}
.document tr:first-child:hover th{
    background:-o-linear-gradient(bottom, #fafafa 5%, #eef2f2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #eef2f2) );
    background:-moz-linear-gradient( center top, #fafafa 5%, #eef2f2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#eef2f2");	background: -o-linear-gradient(top,#fafafa,eef2f2);

    background-color:#fafafa;
}
.document tr:first-child td:first-child{
    border-width:0px 1px 1px 0px;
}
.document tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

.finder-chamadas-publicas li{
    list-style: none;
}

.document{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    /*border: 1px solid #333;*/
}
.document th {
    /*    border: 1px solid #333;
        background: #EFEFEF;
        padding: 5px 0;*/
}
.document td{
    /*border: 1px solid #333;*/
    text-align: center;
    font-family: "Kozuka Gothic Pr6N";
    font-size: 12px;
}
.document td img {
    width: 25px;
}
.documentos {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
}
.documentos h4{
    padding-bottom: 10px;
    border-bottom: 1px dashed #898888;
    color: #f36f32 !important;
    font-size: 22px;
    font-family: "Kozuka Gothic Pr6N";
    font-weight: 100;
    margin: 0px 0 15px;
}
h2.header.results {
    font-size: 22px;
    border: none;
    float: left;
    margin: 10px 0 1px;
}
.tit_sep {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #DDD;
}
.ver_todas {
    float: right;
    margin-top: 32px;
}
.ver_todas a{
    font-size: 14px;
    font-family: tahoma, Arial, sans-serif;
    color: #898787;
}
.group.desc {
    margin-bottom: 30px;
    margin-top: 0;
}
.item-separator-conteudo .item,
#conteudoChamada .item{
    border-bottom: 1px dashed #DDD;
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0;
    padding-bottom: 25px;
    left: 0px !important;
}
.item-separator-conteudo {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.item-separator-conteudo .item:last-of-type,
#conteudoChamada .item:last-of-type{
    border-bottom:none;
}
.item-separator-conteudo .item h3,
#conteudoChamada .item h3{
    color: #f36f32 !important;
    font-family: "Kozuka Gothic Pr6N";
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 10px;
}
.item-separator-conteudo .item h3 a,
#conteudoChamada .item h3 a{
    color: #f36f32 !important;
    font-size: 18px;
    font-family: "Kozuka Gothic Pr6N";
    font-weight: 100;
    line-height: 26px;
}
.div {
    font-size: 14px;
    font-family: "Kozuka Gothic Pr6N";
    line-height: 30px;
    color: #898787;
}
.div strong{
    color: #1D1E1F;
    font-weight: normal;
}
span.tag {
    font-family: tahoma, arial, sans-serif;
    text-transform: lowercase;
    background: #E9E9E9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 1px 10px;
    margin: 0 3px;
    font-size: 13px;
    color: #056361;
    border: 1px dotted #cfcfcf;
}
.group{
    font-size: 14px;
    font-family: "Arial";
    line-height: 23px;
    color: #898787;
}

.group .tit{
    color: #1D1E1F;
}
span.tag {
    font-family: tahoma, arial, sans-serif;
    /*text-transform: lowercase;*/
    text-transform: inherit;
    background: #E9E9E9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 1px 10px;
    margin: 0 3px;
    font-size: 13px;
    color: #056361;
    border: 1px dotted #cfcfcf;
}
.warning{
    color: #8A6D3B;
    background-color: #FCF8E3;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 100%;
    float: left;
    margin-top: 15px;
}

#jcemediabox-popup-ajax .chzn-done{
    display: block !important;
    height: auto;
}

#jcemediabox-popup-ajax #tema_chzn{
    display: none !important;
}

#jcemediabox-popup-ajax #obs-tema{
    display: block !important;
    font-size: 11px;
}

.pagination{
    width: 65%;
    float: right;
    text-align: right;
}
.destaque_documentos{
    background-color: #FEF1EB !important;
}
/*Veja os documentos de licitação*/
.div.link_acesse a:visited {
    color: #551A8B;
}
.div.link_acesse a {
    color: #006699;
}