﻿/*///////<summary>
        /// Author: Gerard
        /// Date: 20 August 2018
        /// Copyright: Orderwise (Pty) Ltd
        ///
        /// CSS FOR IE
        ///
        ///
//////</summary>
/////Version 1.0.0
*/


/*************************************** Internet Explorer 10 & 11 Styling **********************/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .Col10 {
        width: 77% !important;
        margin-left: 6% !important;
    }

    .btnSearch {
        font-size: 9px !important;
    }

        .btnSearch span {
            left: -77px !important;
            top: 9px !important;
            font-size: 11px !important;
        }

    #divPageSpinner {
        width: 30% !important;
    }

    .loader, .loader::after {
        width: 4em !important;
        height: 4em !important;
    }

    .loader {
        border-top: 0.6em solid rgba(120, 142, 169, 0.3) !important;
        border-right: 0.6em solid rgba(120, 142, 169, 0.3) !important;
        border-bottom: 0.6em solid rgba(120, 142, 169, 0.3) !important;
        border-left: 0.6em solid #1976d2 !important;
    }

    .TopRightAttrubuteContainer {
        font-size: 10px !important;
    }
}

 /*************************************** End of Internet Explorer 10 & 11 Styling **********************/