﻿body {
    font-family: 'Merriweather', Georgia, Trebuchet , serif !important;
}
.e-grid {
    font-family: 'Merriweather', Georgia, Trebuchet , serif !important;
}
.e-input {
    font-family: 'Merriweather', Georgia, Trebuchet , serif !important;
}
.e-ddl-popup {
    font-family: 'Merriweather', Georgia, Trebuchet , serif !important;
}
.e-datepicker {
    font-family: 'Merriweather', Georgia, Trebuchet , serif !important;
}
.e-grid .e-rowcell {
    white-space: pre-wrap !important;
}

.hide
{
    display:none;
}

.specialRadio input[type="radio"] {
    display: none;
}

    .specialRadio input[type="radio"] + .btn-group > label span {
        width: 20px;
    }

        .specialRadio input[type="radio"] + .btn-group > label span:first-child {
            display: none;
        }

        .specialRadio input[type="radio"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .specialRadio input[type="radio"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .specialRadio input[type="radio"]:checked + .btn-group > label span:last-child {
        display: none;
    }
}

.mt-5{
    margin-top:5px;
}

.mb-5{
    margin-bottom: 5px;
}

/*.modal-dialog{
    width:800px;
}*/