@CHARSET "UTF-8";

.buttonDialog{
    padding: 8px;
}

.deleteButton {
    width: 16px;
    height: 16px;
    background-image:url(../img/delete.ico);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
}

.imageIco {
    height: 16px;
}

.hr_dashed {
    border: 0;
    border-top: 1px dashed black;
    margin-bottom: 8px;
    margin-top: 8px;
}

.hr_dashed_lightgray {
    border: 0;
    border-top: 1px solid lightgray;
    margin-bottom: 8px;
    margin-top: 8px;
}

.headerTitlePortal{
    font-size: 30px;
}

#ImgSettings,
#ImgSetting{
    height: 16px;
    vertical-align: middle;
}
