﻿/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .tab-style .ajax__tab_outer {
        height: 22px;
    }
    .tab-style .ajax__tab_tab {
        border-bottom-width: 4px !important;
    }

    input[type=checkbox] {
        width: 14px;
        margin-left: 4px;
        margin-bottom: 0;
    }

    input[type=checkbox] + label {
        margin-left: 2px;
    }

    .filter-arrows input[type=submit] {
        vertical-align: auto;
    }


    .ie-icons-padding-top {
        padding-top: 6px;
    }

    .closespaced td.Active_colour {
        padding-top: 5px;
    }

    .time-morneve::before, .altshifts-dayseves::before, .switch-shift::before {
        display: none;
    }
    .time-morneve, .altshifts-dayseves {
        background-image: url('../images/clock-gradient-32.png');
        background-size: cover;
        width: 9px;
        height: 9px;
        margin: 3px;
    }

    .switch-shift {
        background-image: url('../images/switch-shift-32.png');
        background-size: cover;
        width: 11px;
        height: 11px;
        margin: 0;
    }
    .to-calendar::after {
        top: 5px !important;
    }
    input[type=checkbox]:disabled {
        margin-right: 0;
    }
}

/* IE Edge 12+ CSS styles go here */
@supports (-ms-accelerator:true) {
    .tab-style .ajax__tab_outer {
        height: 22px;
    }

    .tab-style .ajax__tab_tab {
        border-bottom-width: 4px !important;
    }

    input[type=checkbox] {
        width: 14px;
        margin-left: 4px;
        margin-bottom: 0;
    }

    input[type=checkbox] + label {
        margin-left: 2px;
    }

    .ie-icons-padding-top {
        padding-top: 6px;
    }

    .closespaced td.Active_colour {
        padding-top: 5px;
    }

    input[type=checkbox]:disabled {
        margin-right: 0;
    }
}
/* Edge */
@supports (-ms-ime-align: auto) {
    .tab-style .ajax__tab_outer {
        height: 22px;
    }

    .tab-style .ajax__tab_tab {
        border-bottom-width: 5px !important;
    }

    .tab-style .ajax__tab_inner {
        border-bottom: white 1px solid;
        height: 28px;
    }

    input[type=checkbox] {
        width: 14px;
        margin-left: 4px;
        margin-bottom: 0;
    }

    input[type=checkbox] + label {
        margin-left: 2px;
    }

    .ie-icons-padding-top {
        padding-top: 6px;
    }

    .closespaced td.Active_colour {
        padding-top: 5px;
    }

    input[type=checkbox]:disabled {
        margin-right: 0;
    }
}

@-moz-document url-prefix() {
    input[type=checkbox] {
        width: 14px;
        margin-left: 4px;
        margin-bottom: 0;
    }

    input[type=checkbox] + label {
        margin-left: 2px;
        margin-right: 6px;
    }

    input[type=checkbox]:disabled {
        margin-right: 0;
    }

    .CurrentViewFilterColumn.float-right .to-grpworksheetassign::after, .CurrentViewFilterColumn.float-right .to-worksheetassign::after {
        top: 4px; 
    }
}