.m-radio-inline {
    padding: 0 0;
}

.m-radio-inline .m-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.m-radio-inline .m-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.m-radio-inline .m-radio {
    top: 1px;
}

.m-radio-inline .m-radio:last-child {
    margin-right: 0;
}

.m-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.m-radio > input:checked~span {
    background-color: #3699ff;
}

.m-radio > input:checked~span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: none;
}

.m-radio > span {
    background-color: #ecf0f3;
    border: 1px solid transparent;
}

.m-radio > span {
    height: 18px;
    width: 18px;
}

.m-radio>input:checked~span:after {
    background-color: #fff;
    border-color: #fff;
}

.m-radio>input:checked~span:after {
    display: block;
}

.m-radio>span:after {
    width: 6px;
    height: 6px;
}

.m-radio > span:after {
    content: '';
    display: none;
    border-radius: 100%!important;
}

.m-radio > span {
    border-radius: 50%;
    background-color: none;
    position: absolute;
    top: 1px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ges-span-dark input[type="radio"]{
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.ges-span-dark > pre {
    font-size: 1em !important;
}

table.list-table .ges-span-dark a:not(.button):not(.btn):not(.ALTbutton){
    color: #181c32;
}

/*Hide Rows responsive tadaTable*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .dataTables_wrapper .child .dtr-details > li.hide-row {display: none !important;}
    .action-container-custom {width: 115px;}
    .name-task-container-custom { width: 100%;}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .dataTables_wrapper .child .dtr-details > li.hide-row {display: none !important;}
    .action-container-custom {width: 115px;}
    .name-task-container-custom { width: 115px;}
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .dataTables_wrapper .child .dtr-details > li.hide-row {display: none !important;}
    .action-container-custom {width: 115px;}
    .name-task-container-custom { width: 115px;}
}
