

    #noscript{
        display: none;
    }

    #script{
        display: block;
    }

    .content-detached > .row {
        margin: auto;
    }

    .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
		border-top: none;
	}

	.panel-body + .panel-body, .panel-body + .table, .panel-body + .table-responsive, .panel-body.has-top-border {
		border-top: none;
    }

    .navbar-inverse {
        border: none !important;
        border-radius: 0px !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar .navbar-brand {
        width: 100%;
    }

    .navbar .navbar-brand img {
        margin: auto;
    }

    #pesquisa {
        border-radius: 20px 0px 0px 20px;
    }

    #btn_pesquisar {
        border-radius: 0px 20px 20px 0px;
    }

    .mobile {
        display: none;
    }

    @media(max-width: 768px) {
        .mobile {
            display: block;
        }   
    }

    #footer div:first-child {
        margin: 0;
        padding: 13px 20px;
    }

    #footer .logo {
        margin: auto;
    }

    .footer {
        position: relative;
    }

    #scrollToTop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #000000;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
        opacity: 0.5;
    }

    #scrollToTop:hover {
        background-color: #555555;
    }

    #form_newsletter > div.input-group {
        padding: unset;
        padding-bottom: 10px;
    }

    .breadcrumb-line {
        z-index: 1 !important;
    }

    .modal {
        overflow: scroll;
        overflow-x: hidden;
    }