﻿/*Base css to hide elements*/
.bsaPlgHiddenImp {
    display: none !important;
}

/*Base css input*/
.bsaDisabledInput {
    background-color: #e9ecef !important;
    color: #495057 !important;
    opacity: 0.8;
}

/*Mobile css*/
@media (max-width:480px), (max-device-width:480px), only screen and (max-device-width:480px) {
    .bsaPlgDisplayBlockMobile {
        display: block !important;
    }

    .bsaDisplayInlineMobile {
        display: inline !important;
    }

    .bsaDisplayNoneMobile {
        display: none !important;
    }

    .bsaPlgMaxWidthMobile {
        width: 100% !important;
    }

    .bsaOuterHeight {
        max-height: 15px !important;
        height: 15px !important;
    }

    .bsaOuterWidth {
        max-width: 15px !important;
        width: 15px !important;
    }

    .bsaOuterMargin {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
