.breadcrumb, .breadcrumb li, .breadcrumb li:active {
    background-color: transparent;
    color: #333 !important;
}
.secondaryNav {
    padding: 1em 0 1em 1em;
    border-top: 10px solid #1B5292;
}
.secondaryNav li {
    list-style: none;
    font-size: 1.125em;
    margin: 0.5em auto;
}
.secondaryNav li a, 
.secondaryNav li a:hover
.secondaryNav li a:visited
.secondaryNav li a:active {
    color: inherit;
}
.secondaryNav li ul.submenu {
    margin: 1em auto;
}
.secondaryNav li ul.submenu li {
    font-size: 0.938em;
    font-style: italic;
    margin:0;
}
.secondaryNav li ul.submenu li.active {
    color: #337ab7;
    font-weight: 600;
}
.secondaryNav li a:before {
    content: "";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    margin-right: .5em;
    font-size: x-large;
}
.secondaryNav li a.collapsed:before {
	content: "\f107";
}
.secondaryNav li a.coll_apse:before {
	content: "\f106";
}
.bg-image-int{
    background: url(/application/immagini-sito/Agcm6.png);
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
/*competenze intena*/
.competenze_int h3{
    color: #fff;
    background-color: rgba(0,0,0, .6);
    padding: 15px;
    margin: 0px 14px;
    font-weight: 500;
    font-size: 18px;
    display: table;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    min-height: 73px;
}
/* main container */
.content-wrap {
    min-height: 43em;
}
/* print button */
.printBtn-page {
    border-top: 1px solid #eee;
}
.printBtn-page .stampaagcm {
    color: #5a6772;
    font-size: 18px;
}
/*bollettino settimanale*/
label{
font-weight: 500;
}
.italic{
    font-style: italic;
}
.btn-search{
    padding: 6px 10px;
    background: #005393; 
    text-transform: none; 
    color: white;
    margin-right: 10px;
}
.btn:hover {
 background: #005393; 
 color: white;
}
.form-control {
border-radius: 0px !important;
/*height: 24px;    */
}
.form-control-header {
    border-radius: 0px;
    height: 24px;
    background: #EDEDED;
    color: #727271;
    width: 200px;
    border: 1px solid #E2E2E2;
    padding-left: 3px;
}
.form-group-header {
    padding-right: 10px;
}
table{
    font-size: 120%;
}
.secondaryNav li.active {
    color: #337ab7;
    font-weight: 600;
}
.pagination{
 margin: 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0px 7px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid transparent;
}
.pagination>li>a>b {
 color: #000;
}
.inline{
    display: inline;
}
.text-center{
text-align: center;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.btn-search-header{
    padding: 1px 6px;
    background: #005393;
    text-transform: none;
    color: white;
    border-radius: 0px;

}
/*pubblicazioni*/
.pubblicazioni_int h3{
    color: #fff;
    background-color: rgba(0,0,0, .4);
    padding: 24px 15px 24px 15px;
    margin: 0px 14px;
    font-weight: 600;
    font-size: 18px;
    display: table;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    min-height: 106px;
}
/* mediaquery */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .pubblicazioni_int h3{
        min-height: 86px;
            padding: 2px 15px 4px 5px;
    } 
}
@media only screen and (max-width:768px) {
    .form-control {
        height: auto;
    }
    .btn-search {    
        margin-bottom: 10px;
    }
}