﻿.EscalarModal {
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    transform-origin: bottom right;
}

.EscalarModal.in {
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    transform-origin: bottom right;
}

.ModalExLg {
    width: 90% !important;
    /*height: 90% !important;*/
}

.Modal70 {
    width: 70% !important;
}

.ModalBodyExLg {
    height: auto;
    max-height: 100% !important;
}

.FixModalTopCombined {
    top: 0!important;
}

span.chk-no-space-label
 label{
    height: 17px !important;
}