
.width-container {
    max-width: 1070px;
}

body {
    /*min-width: 500px;*/
    font-family: 'MR';
}
.font-or{
    font-family: 'OR';
}

div div div.header-icons-item .header-icons-text{
    min-width: 125px !important;
    width: auto !important;
}
div div div.header-icons-item{
    max-width: 168px !important;
}
#menu-icons {
    position: relative;
    overflow: hidden;
}
#menu-icons:before {
    content: '';
    display: block;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 120%;
}
#navbarQuickLinks  a {
    text-decoration: none !important;
}
.header-icons-item i, .footer-icon{
    font-size: 44px !important;
}

img.main-banner{
    max-height: 300px;
}

.img-banner{
    object-fit: cover;
    height: 300px;
    overflow: hidden;
}

.carousel-inner .carousel-item .carousel-caption-portal{
    bottom: 80px !important;
    left: 55% !important;
    width: 35% !important;
}
.carousel-controls-container{
    position: absolute;
    bottom: 50px;
    left: 55%;
}
#noticias .carousel-inner .carousel-controls-container a.carousel-control-portal{
    background-color: #00a65a;
    text-decoration: none !important;
    font-size: 24px;
}

.control-next{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.control-prev{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}
.badge a{
    text-decoration: none;
}
/* Medium Devices */
@media (min-width: 768px) {
    .footer-contact {
        border-right: 1px dotted white;
    }
}
/* Small Devices */
@media (max-width: 768px) {
    .carousel-item .carousel-caption-portal h5, .carousel-item .carousel-caption-portal p{
        background-color: rgba(0,0,0, 0.5);

    }
    .carousel-inner .carousel-item .carousel-caption-portal{
        bottom: 80px !important;
        left: 0px !important;
        right: 0px !important;
        width: 50% !important;
    }
    .carousel-controls-container{
        position: absolute;
        bottom: 50px;
        left: 0px !important;
        right: 0px !important;
    }
}
.map-item{

    padding-bottom: 10px;
    margin-bottom: 20px;
}
.map-item h5{
    margin-bottom: 15px;
}
.map-item p{
    margin: 0 0 3px 20px;
    padding: 0px;
}



#custom-search-input{
    padding: 1px;
    border: solid 1px #E4E4E4;
    border-radius: 3px;
    background-color: #fff;

}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    font-size: 14px !important;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 2px 0 4px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .fa-search{
    font-size: 16px;
    padding-left: 2px;
}

/* Fonts */

@font-face {
    font-family: 'MR';
    src: url( '../fonts/mr.eot' );
    src: url('../fonts/mr.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mr.woff') format('woff'),
    url('../fonts/mr.ttf') format('truetype'),
    url('../fonts/mr.svg#mr') format('svg');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: OR;
    src:url('../fonts/or.ttf');
}
@font-face {
    font-family: MB;
    src:url('../fonts/mb.ttf');
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: 'MB';
}

.font-mb {
    font-family: 'MB' !important;
}
.font-mr {
    font-family: 'MR' !important;
}
.font-14{
    font-size: 14px !important;
}
.font-arial {
    font-family: Arial, sans-serif;
}
.font-11 {
    font-size: 11px !important;
}
.font-10 {
    font-size: 10px !important;
}
    /* News */
.news li a {
    height: 286px;
    width: 378px;
    background: -moz-linear-gradient(top, rgba(117,117,118,0) 0%, rgba(117,117,118,1) 100%);
    background: -webkit-linear-gradient(top, rgba(117,117,118,0) 0%, rgba(117,117,118,1) 100%);
    background: linear-gradient(to bottom, rgba(117,117,118,0) 0%, rgba(117,117,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00757576', endColorstr='#757576', GradientType=0);
}

.more-news li{
    width: 100% !important;
}
.more-news li a{
    min-height: 100px;
    max-height: 100px;
}
@media (max-width: 575px) {
    .news li a {
        width: 500px;
    }
    .more-news li{

    }
}
@media (max-width: 768px) {

    .news li a {
        width: 700px;
    }
}
/* Gallery */
.news-details ul li div.img {
    width: 137px;
    height: 90px;
    cursor: pointer;
}
.news-details ul li div.img i {
    width: 137px;
    height: 90px;
    font-size: 32px;
}
.news-details ul li div.img:hover i {
    background-color: rgba(255,255,255,0.9);
    display: table-cell !important;
}

/* Accessibility */

@media only screen and (max-width: 640px){
    .header-accessibility {
        text-align: center !important;
    }
    .header-accessibility > span.badge {
        margin-left: 0 !important;
    }
}
@media (max-width: 435px) {
    .header-accessibility span{
        font-size: 65% !important;
    }
}
@media (max-width: 360px) {

    .header-accessibility span{
        font-size: 55% !important;
    }
}

/* Quick Access */

.quick-access .card-body {
    min-height: 270px;
    height: 270px;
}
.quick-access .view-more {
    position: absolute;
    left: 19px;
    bottom: 0px;
}

/* Weather */

.weather {
    max-width: 350px;
}

/* Video */
.video{
    height: 480px;
}
.video iframe{
    height: 100%;
}

/* Main News */

.main-news {
    min-height: 350px;
    position: relative;
    z-index: 2;
}
.main-news ul li > div {
    height: 350px;
    cursor: grab;
}
.main-news ul li > div a {
    height: 350px;
    cursor: grab;
}
.main-news ul li > div a:hover {
    cursor: grab;
}
.main-news ul li > div a:active {
    cursor: grabbing;
}
.main-news ul li a .imgdes {
    width: 507px;
    height: 350px;

}
.main-news ul li > div .title-main-news {
    width: 503px;
}

.main-news .btn-group {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: 32px;
    bottom: 60px;
    overflow: hidden;
}
.main-news .btn-group button {
    width: 48px;
    height: 48px;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1085px) {

    .main-news { min-height: 300px; }
    .main-news ul li > div,
    .main-news ul li > div button { height: 300px; }
    .main-news ul li a .imgdes { width: 400px; height: 300px; float: left; }
    .main-news ul li > div .title-main-news { width: 584px; padding: 38px 0 0 40px; }
    .main-news .btn-group { left: 50%; margin-left: -72px; bottom: 40px; }
}
@media (max-width: 1024px) {
    .main-news ul li > div .title-main-news {
        width: 370px;
        padding: 28px 0 0 30px;
    }

    .main-news .btn-group {
        left: 50%;
        margin-left: -40px;
    }
}

/*Publications and Legilations */
.nav-pub .card{
    width: 100% !important;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
    color: #666;
}
.left-inner-addon input.form-control {
    padding-left: 30px;
}

/*Licitações*/
.biddings th, .biddings tr, .biddings td{
    text-align: left !important;
    vertical-align: middle !important;
}
.biddings th {
    /*padding: 1.75rem 0 !important;*/
    font-weight: normal !important;
}
.bidding th {
    width: 30%;
}
.bidding tr td {
    width: 70%;
    padding: 0.3rem !important;
}
.bidding-dt{

}
/*Perguntas Frequentes*/
.common-questions-card{
    width: 100%;
}
.common-questions-search {
    width: 100%;
}
.common-questions-search #custom-search-input {
    padding: 10px;
}

/*Atalhos */
.shortcuts ul {
    width: 100%;
}

.shortcuts ul li a {
    text-decoration: none;
}
.shortcuts ul li a i {
    padding-right: 15px;
    font-size: 37px;
}
.shortcuts ul li a span {
    font-size: 16px;
    line-height: 18px;
}
.shortcuts ul li a span strong {
    font-family: 'MR';
    font-size: 18px;
    font-weight: normal;
}
.sel-shortcuts {
    background-color: rgba(0,0,0,0.1);
}

@media only screen and (max-width: 991px) {
    #navbarSupportedContent *{
        text-align: center !important;
    }
    .shortcuts ul {
        text-align: center;
    }
    .shortcuts ul li {
        display: block;
    }
    .shortcuts ul li a{
        width: 90%;
        height: auto;
        padding: 12px 0 14px 0;
        /*border-bottom: 1px dashed rgba(0,0,0,0.1);*/
        /*border-left: 1px dashed rgba(0,0,0,0.1);*/
        /*border-right: 1px dashed rgba(0,0,0,0.1);*/
    }
    .shortcuts nav button{
        width: 100%;
        /*border-bottom: 1px dashed rgba(0,0,0,0.1);*/
    }
    /*.shortcuts ul li a i {*/
    /*    display: none !important;*/
    /*}*/
    .shortcuts ul li a span {
        display: block;
        text-align: center !important;
    }
    .shortcuts ul li a span strong {
        display: inline !important;
        font-size: 16px;
    }
}

#menu navbar-toggler {
    border:none !important;
}

/*Relatório Estatístico */

div.dataTables_wrapper div.dataTables_paginate{
    margin-bottom: 10px !important;
}
table.dataTable{
    border-collapse: collapse !important;
}

.table-solicitations {
    display: none;
    overflow: hidden;
}
#solicitations_wrapper{
    padding: 0 !important;
}

#chart_div {
    width: 100%;
    height: 500px;
}
#chart_div div div {
    margin:auto !important;
}
@media (max-width: 800px) {
    #chart_div {
        width: 100%;
        height: 300px;
    }
}
.dropdown-menu {
    padding: 0;
}



/* Paginacao Conteúdos */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#pub-content {
    min-height: 600px;
}


/*menu */
.dropdown-item {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

#logo figure img{
    max-height: 120px;
    width: auto;
}

#logo figure {
    margin: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.1em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
.dropdown-menu {
    padding-top: 4px;
    padding-bottom: 4px;
}

#menu-principal li:last-child .dropdown-submenu .dropdown-menu {
    top: 0;
    left: -82.1%;
}

/*Portal da Transparencia */

.portaldatransparencia ul li {
    width: 190px;
    height: 180px;
    float: left;
    margin: 8px;
}

.portaldatransparencia ul li a {
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid transparent;
    text-decoration: none;
}
.portaldatransparencia ul li a span {
    width: 190px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px; }
.portaldatransparencia ul li a span i {
    font-size: 55px;
    margin-bottom: 10px;
}
.portaldatransparencia ul li a span p {
    font-size: 17px;
}
.portaldatransparencia .mais {
    text-align: center;
    font-family: 'MB';
    font-size: 13px;
    line-height: 9px;
    text-transform: uppercase;
    margin-bottom: -6px;
}
.portaldatransparencia ul li a:hover{
    background-color:white !important;
    color: #343434 !important;
    border: 1px solid #757576;
}


/*reposnsividade transparencia */

@media only screen and (max-width: 1100px){
    .portaldatransparencia ul li,
    .portaldatransparencia ul li a span {
        width: 180.5px;
    }
    .portaldatransparencia {
        width: 800px;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 1000px){
    .portaldatransparencia ul li {
        width: 177px;
    }
    .portaldatransparencia ul li a span {
        width: 177px;
    }
    .portaldatransparencia {
        width: 775px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 800px){
    .portaldatransparencia ul li {
        width: 180px;
    }
    .portaldatransparencia ul li a span {
        width: 180px;
    }
    .portaldatransparencia {
        width: 590px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 640px){
    .portaldatransparencia {
        width: 100%;
    }
    .portaldatransparencia ul li {
        width: 300px;
        float: none;
        margin: auto;
        margin-bottom: 10px
    }
    .portaldatransparencia ul li a span {
        width: 300px;
    }
    .portaldatransparencia {
        width: 100%;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 300px){
    .portaldatransparencia ul li {
        width: 200px;
    }
}

#pubs li:first-child {
    border-top: none ;
}

.solicitar{
    cursor: pointer;
}
