/*******************************************************************************
 *
 * Toolbar CSS
 *
 *******************************************************************************/

#ifdToolbar {
    background-color: #F0F3F7;
    border-bottom: 1px solid #ADBDCF;
    margin: -10px;
    height: 40px;
}

.ifdRightAlign{
    float: right;
}

/*
 * And the buttons!
 */
.ifdDownloadCsv {
    text-decoration: none !important;
    width:30px;
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    background-image: url('../webimages/icon_csvstandard.png');
    font-size: 0;
    line-height: 0;
}

.ifdDownloadCsv:hover {
	background-image: url('../webimages/icon_csvhover.png');
}

.ifdDownloadCsvDisable, a.ifdDownloadCsvDisable:hover {
    background-image: url('../webimages/icon_csvgrey.png');
}

.ifdDownloadPng {
    width:30px;
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    background-image: url('../webimages/icon_pngstandard.png');
    font-size: 0;
    line-height: 0;
}

.ifdDownloadPng:hover {
	background-image: url('../webimages/icon_pnghover.png');
}

.ifdDownloadPngDisable, a.ifdDownloadPngDisable:hover {
    background-image: url('../webimages/icon_pnggrey.png');
}

.ifdDownloadCoeff {
    text-decoration: none !important;
    width:30px;
    display:none;
    height:30px;
    margin: 5px;
    float: left;
    background-image: url('../webimages/icon_coeffstandard.png');
    font-size: 0;
    line-height: 0;
    outline:0;
}
.ifdDownloadCoeff:hover {
	background-image: url('../webimages/icon_coeffhover.png');
}

.ifdDownloadCoeffDisable, a.ifdDownloadCoeffDisable:hover {
    background-image: url('../webimages/icon_coeffgrey.png');
}


.ifdDownloadAllDesign {
    text-decoration: none !important;
    width:30px;
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    background-image: url('../webimages/icon_alldesignstandard.png');
    font-size: 0;
    line-height: 0;

}

.ifdDownloadAllDesign:not(:focus){
      outline:0;
}

.ifdDownloadAllDesign:hover {
	background-image: url('../webimages/icon_alldesignhover.png');
}



.ifdPrintScreen {
    width:30px;
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    background-image: url('../webimages/icon_printstandard.png');
    font-size: 0;
    line-height: 0;
}

.ifdPrintScreen:hover {
	background-image: url('../webimages/icon_printhover.png');
}

.ifdPrintScreenDisable, a.ifdPrintScreenDisable:hover {
    background-image: url('../webimages/icon_printgrey.png');
}

.ifdDownloadAllCsv, .ifdDownloadExtent, .ifdDownloadAllPng {
    text-decoration: none !important;
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    font-size: 5;
    line-height: 0;
    cursor: pointer;
}

/* .ifdDownloadAllCsv:hover {
}

.ifdDownloadAllCsvDisable, a.ifdDownloadCsvDisable:hover {
}

.ifdDownloadAllPng:hover {
}

.ifdDownloadAllPngDisable, a.ifdDownloadPngDisable:hover {
} */

.ifdDownloadAllPng {
    height:30px;
    margin: 5px;
    display: block;
    float: left;
    font-size:5;
    line-height: 0;
    cursor: pointer;
}

.ifdDownloadAllPngForm {
    float: left;
}

.ifdDownloadAllCsvForm {
    float: left;
}
