﻿/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    
}


/*Edge*/
@supports (-ms-ime-align: auto) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 0px;
    }

    .form-control:focus{
        box-shadow:none;
    }
}


/*Firefox*/
@-moz-document url-prefix() {
    .mk-removeTimePeriode {
        margin-top: -15px;
    }

    .mk-ExceptionActive{
        margin-top: -8px;
        padding-left: 15px;
        margin-left: 10px;  

    }
}

/*testing*/