/**
 * Contao module aid_ressource
 *
 * @copyright aiDESIGNER 2016 <http://www.ai-designer.de>
 * @author    René Fehrmann <fehrmann@ai-designer.de>
 * @license   Commercial
 */

/***** backend icons *****/

#tl_buttons .pdfUse {
    margin-left: 15px;
    padding: 3px 0 3px 21px;
    background: url('../icons/sizes.gif') left center no-repeat;
}

/***** widget *****/

.aid_ressource_wizard .styled_select {
    display: none;
}

.aid_ressource_wizard select {
    opacity: 1 !important;
}

.aid_ressource_wizard td {
    padding: 2px 4px 2px 0;
}

.aid_ressource_wizard .aid_category {
    width: 100px;
    height: 30px;
}

.aid_ressource_wizard .aid_skills {
    width: 300px;
}

.aid_ressource_wizard .aid_date {
    width: 90px;
    height: 33px;
}

.aid_ressource_wizard .aid_start_time {
    width: 70px;
    height: 33px;
}

.aid_ressource_wizard .aid_end_time {
    width: 70px;
    height: 33px;
}

.aid_ressource_wizard .aid_ressource {
    width: 150px;
    height: 30px;
}
