﻿
/*------------------------------------------------------------------------------------------------------------------------   
        Notice search
------------------------------------------------------------------------------------------------------------------------*/

.notice-search-result {
    margin-top: 25px;
}

        .cpv-input {
            width: 166px;
        }

        .tree-checkbox {
            margin-right: 5px !important;
        }

        .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
            font-size: 14px !important; /* override font-size 0px from bootstrap */
        }

.notice-search-item {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#cpvFilterInput {
    position: static !important; /* override position: relative from bootstrap, which makes it "unfocusable" */
}

#filterNoticeSearch { /* make the search button align with the center of the input fields */
    width: 220px;
}

    .notice-search-item .left-col {
        width: 580px;
        float: left;
    }

    .notice-search-item .right-col {
        width: 195px;
        float: right;
        text-align: right;
    }

.notice-search-item-header {
    font-family: Cambria, Times New Roman, serif;
    font-size: 17.5px;
    font-weight: 700;
    color: #005380;
}


    .notice-search-item-header a {
        color: #005380;
    }
    
    .notice-search-item .doc-icon {
        text-align: center;
        margin-right: 10px;
        margin-top: -3px;
    }


/*------------------------------------------------------------------------------------------------------------------------   
        pager
------------------------------------------------------------------------------------------------------------------------*/

.ctm-pagination .ctm-pager>li>a, .ctm-pagination .ctm-pager>li>span {
    padding-left: 8px;
    padding-right: 8px;
}

.ctm-pagination .ctm-pager-info>li>a, .ctm-pagination .ctm-pager-info>li>span {
    padding-left: 3px;
    padding-right: 3px;
}

.ctm-pagination .ctm-pager-info {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: auto;
}

.ctm-pagination ul.ctm-pager {
    width: auto;
}



/* make pager look like in the minimum bootstrap layout also in this width span */
@media (max-width: 979px) {
    .ctm-pagination .ctm-pager-info {
        margin-top: 10px;
    }
}

/*@media (min-width: 980px) {
    .ctm-pagination ul.ctm-pager-info {
        width: 320px;
    }

}*/

/*------------------------------------------------------------------------------------------------------------------------   
        Notice details view
------------------------------------------------------------------------------------------------------------------------*/

.details-view-action-box {
    margin-bottom: 20px;
}

.amendment-box .modification-box {
    width: 400px; 
}



/*------------------------------------------------------------------------------------------------------------------------   
        Help page
------------------------------------------------------------------------------------------------------------------------*/

.eps-table{
	table-layout: fixed;
}

.eps-table-head {
	background-color: #c8dce6;
	color: #005380;
    font-family: Cambria, Times New Roman, serif;

}
.eps-table-head > tr > th:first-child{
	width: 200px;
}