.licitacao {width: 975px;}
.licitacao .paginator {width: 965px;}
.licitacao .icone {float: right; font-size: 0.6em; font-weight: normal; color: #fff; background: #aaa; padding: 2px 2px;}
.licitacao .cabecalho {text-align: center; line-height: 0;}
.licitacao .cabecalho .icon-phone, .licitacao .cabecalho .icon-mail2 {color: #DAA520; vertical-align: middle;}
.licitacao .cabecalho a {text-decoration: none; color: #000; font-weight: bold;}
.licitacao .cabecalho a:hover {text-decoration: underline; color: cornflowerblue;}

.licitacao .info {cursor: pointer; text-align: center; color: #007DF9; margin-bottom: 15px;}
.licitacao .info:hover {text-decoration: underline; color: cornflowerblue;}

.licitacao .andamento .ul {padding: 0; list-style: none;}
.licitacao .andamento .ul p {text-align: justify;}
.licitacao .andamento .li {background: #f1f1f1; padding: 5px; margin-bottom: 15px;}
.licitacao .andamento .li .resumo {color: #000; font-weight: normal;}
.licitacao .andamento a {text-decoration: none; color: #007DF9; font-weight: bold;}
.licitacao .andamento a:hover {text-decoration: underline; color: cornflowerblue;}

.licitacao .content {width: 975px; border: 1px dotted #d1d1d1; margin-bottom: 15px;}
.licitacao .content .ul {list-style: none; padding: 0;}
.licitacao .content .li {padding: 0 15px 0 15px;}
.licitacao .content .li .tipo {color: #006393; font-weight: bold;}
.licitacao .content .li a {text-decoration: none; color: #007DF9;}
.licitacao .content .li a:hover {text-decoration: none; color: #000;}

.licitacao .modal-lic {background-color: rgba(0, 0, 0, 0.6); z-index: 99; position:fixed; top:0; left:0; width:100%; height:100%; display: none;}
.licitacao .modal-lic .content {position: relative; width: 50%; min-height: 150px; background: #fff; top: 30%; margin-left: 26%;}
.licitacao .modal-lic .legenda {position: absolute; top: 0; width: 100%; height: 30px; padding-top: 10px; background: #FFD700; font-weight: bold; color: #007DF9; text-align: center;}
.licitacao .modal-lic .fechar {position: absolute; padding: 5px 10px; top: 5px; right: 5px;}
.licitacao .modal-lic .acesso {position: absolute; width: 100%; background: #fff; top: 50px; text-align: center; font-size: 1.2em;}
.licitacao .modal-lic a {text-decoration: none; color: #007DF9; font-weight: bold;}
.licitacao .modal-lic a:hover {text-decoration: underline; color: cornflowerblue;}

.licitacao .campo {padding: 7px; margin-bottom: 15px; background: transparent; border: none; color: #606060; font-size:18px;}

/*DataTables*/
.licitacao table.dataTable thead th, .licitacao table.dataTable tfoot th {padding-left: 11px; text-align: left; font-size: 0.8em;}
.licitacao table.dataTable tbody td {font-size: 0.8em;}
.licitacao table a {text-decoration: none; color: #007DF9;}
.licitacao table a:hover {text-decoration: none; color: #000;}

/*Nova*/
.hover-effect:hover {
  opacity: 0.5;
}

.menu-icon {
  font-size: 500%;
}

.widget.single-news {
    margin-bottom: 20px;
    position: relative;
}

.widget.single-news .image img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.widget.single-news .image .gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 35%);
    background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 35%);
    background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.05) 35%);
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.05) 35%);
}

.widget.single-news .details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.widget.single-news .details .category {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.widget.single-news .details .category a {
    color: #fff;
    zoom: 1;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
}

.widget.single-news .details h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 19px;
}

.widget.single-news .details h3 {
    text-decoration: none;
    color: #fff;
    zoom: 1;
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: alpha(opacity=95);
}

.widget.single-news .details h3:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  filter: alpha(opacity=75);
}

.widget.single-news .details time {
    color: #fff;
    font-size: small;
    text-decoration: none;
  }

.liner {
  display: flex;
  align-items: flex-start;
  text-align: left;

  &:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #C7C8C9;
    min-width: 20px;
    margin: auto;
  }

  &:after {
    margin-left: 20px;
  }
}

/*Nav Pills*/


/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}