/* tabs */
.ap-tab-content{
	padding:10px;
}
.ap-active{
	background-color: #FFFFFF !important;
    border-bottom: 1px solid #0073AA !important;
}
.ap-tabs{
	width:100%;
	border-bottom:1px solid #cccccc;
}
.ap-tab{
	text-align:center;
	display:inline-block;
	padding:10px;
	border:1px solid #F1F1F1;
	background-color:#F1F1F1;
	border-bottom:1px solid #F1F1F1;
	cursor:pointer;
	margin:2px 0px 0px 0px;
}

input#agenda_minutes_time {
    width: 100%;
}

a.select_time:hover {
    background: #0071a1;
    border-color: #0071a1;
    color: #fff;
}

a.select_time {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    font-size: 13px;
    margin: 10px 10px 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    width: calc(100% - 30px);
    text-align: center;
}

/* tabs */

#agm_attachments .agm-wrap h3:after {
    content: '+';
    float: right;
}

.agm-wrap{
	border: 1px solid #ccc;
	margin: 10px 0px;
}

#agm_attachments h3 {
    background-color: #0073aa;
    padding: 10px;
    cursor: pointer;
    margin: 5px;
    color: #FFF;
}

#agm_attachments .agm-wrap:nth-child(even) h3 {
    background-color: #004465;
}

.agendas-minutes iframe[id^="cpt_pdf_agendas_minutes_html"] {
    min-height: 400px;
}

.attachments{
    margin-top: 20px;
}
.abox{
    border:1px dashed #bbb;
    padding:5px;
    margin:2px;
    float:left;
    width:105px;
}
.rem{	
    clear:both;
    float:left;
}
.down{
    float:right;
}

#attachment-items{
    float:left;
    width: 100%;
    box-sizing: border-box;
}
.supp-columns{
    width: 33%;
    float: left;
}
.supp-add-files{
    width:100%; 
    margin-bottom:5px;
    float: left;
}
.supp-abox{
    border:1px solid #bbb;
    padding:5px;
    float:left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.supp-edit{
    padding-right: 10px;
    float: right;   
}
.supp-rem{
    padding-right: 10px;
    float: right;   
}
.supp-down{
    padding-right: 10px;
    float: right;   
}