﻿.raporty-wrapper {
    width: 100%;
}
.raporty-wrapper .form-group-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.form-group-custom{
    position: relative;
}

.form-group-custom label{
    width: 30%;
}
.form-group-custom img.calendarImage {
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form-group-custom input[type=radio] {
    width: 20px;
    height: 20px;
    /*margin-right: 350px;*/
    /*transform: translateX(100%);*/
}
