/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div.caes-abrangidas div.badge {font-size: 1em;font-weight: initial;}

.nomeIrct {
	padding: 5px 5px;
	margin-top: 10px;
}
 
#irct_form {
margin: 15px auto;
}

span[id^="empty-"] {
    display: block;
}

.collapse-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
    margin-left: 5px;
}
.collapse-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    margin-left: 5px;
}

.btn.btn-primary {
/*	text-decoration: none;*/
/*	white-space: inherit;*/
}

.btn.btn-info {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
}

.convencao td {padding-left: 6px;}