
@font-face {
    font-family: 'Pilat Demi';
    src: url('Pilat Demi.ttf'), url('Pilat Demi.otf');
}

@font-face {
    font-family: 'Pilat Light';
    src: url('Pilat Light.ttf'), url('Pilat Light.otf');
}

@font-face {
    font-family: 'Pilat Wide Heavy';
    src: url('Pilat Wide Heavy.ttf'), url('Pilat Wide Heavy.otf');
}


/* Override the system font */
body {
    font-family: 'Pilat Light';
}

h1
{
    font-family: 'Pilat Wide Heavy';
}

h2, h3, h4, h5 {
    font-family:'Pilat Demi';
}


/* ---------------- Form Card ------------------------------- */



.formCard {
    width: 100%;
    margin: 1px;
    border: 1px solid #d4b8b8;
    height: auto;
    margin: auto;
    margin-top: 60px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}



    .formCard p {
        padding: 20px;
        font-weight: 600;
    }



    .formCard label {
        color: #73676E;
        font-size: .80em;
    }



    .formCard select {
        color: #3A3136;
        font-size: .90em;
        min-height: 50px;
    }


.formRow {
    padding-bottom: 20px;
}



label {
    color: #73676E;
    font-size: .80em;
}



input:not([type='submit']):not([type='button']):not([type='image']), select {
    min-height: 50px;
}


/* ---------------- Login Page ------------------------------- */

.canvas {
    padding-top: 5%;
    padding-bottom: 5%;
}



.Logo-Login {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;
}


.Logo-Login-Caption {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;
}



.Logo-Login img {
    width: 75%;
    margin: auto;
}


.Logo-Login-Caption img {
    width: 85%;
    margin: auto;
}



.Logo-Login img {
    text-align: center;
    margin: auto;
    position: relative;
    top: 20%;
}


.loginCard {
    background-color: #FFFFFF;
    border: 1px solid #B8ADAD;
    height: 600px;
    border-radius: 15px;
}


.LoginBoxCaption {
    margin-top: 10%;
    margin-bottom: 10%;
    font-weight: 600;
}



    .LoginBoxCaption h2 {
        font-weight: 600;
        font-size: 36px;
    }



.forgotPass a {
    text-decoration: none;
    color: #0F0D0D;
    font-size: 14px;
    float: left;
}



    .forgotPass a:hover {
        text-decoration: underline;
    }

.NotMember a {
    text-decoration: none;
    color: #0F0D0D;
    font-size: 14px;
    float: right;
}


    .NotMember a:hover {
        color: #2E2C2C;
        text-decoration: underline;
    }


.loginBtns div {
    margin-top: 10px;
    min-height: 60px;
}


.loginBtns a {
    width: 100%;
    min-height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
}


    .loginBtns a span {
        display: block;
        padding-top: 10px;
        color: #F1E9E9;
    }

a#LBtn1 {
    background: #00E68C;
}



a#LBtn2 {
    background: #FF2261;
}


/* --------------------------- Home Page ----------------------------------------*/


#topHeader {
    padding: 25;
    /*border: 1px solid #666666;*/
}

#logoImg {
    width: 35%;
}


#logOutImg {
    width: 25px;
    margin-left: 10px;
}

.LogOut1 {
    padding-top: 20px;
    text-align: right;
}


.menuCard {
    width: 300px;
    border: 1px solid #d4b8b8;
    height: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}

    .menuCard:hover {
        transform: scale(.8);
        transition: .5s;
        cursor: pointer;
    }

    .menuCard h5 {
        padding-top: 20px;
        text-align: center;
        text-decoration: none;
    }


.homeMenus {
    padding-bottom: 25px;
}


a.mainLink {
    text-decoration: none;
    color: #3A434C;
}


.logRisk {
    position: relative;
    top: 50px;
}

    .logRisk img {
        margin: auto 0px;
    }


/* ---------------------------Audit Issue ----------------------------------------*/

#ctl00_menuBar {
    min-height: 40px;
    background: #1E1450;
}


#ctl00_breadcrumbBar {
    min-height: 40px;
    background: #ffffff;
    border-bottom: 1px solid #CACACA;
    -webkit-box-shadow: 0px 7px 11px -5px #B0B0B0;
    box-shadow: 0px 7px 11px -5px #B0B0B0;
}


.menuBtns a {
    color: #ffffff;
    text-align: center;
}

.menuBtns .btn-group {
    min-width: 120px;
}

.menuBtns a {
    border: none;
    border-radius: 0px;
    min-height: 40px;
}

    .menuBtns a:hover {
        color: #ffffff;
        background: #41B6E6;
    }


    .menuBtns a:focus {
        outline: none;
        background: #41B6E6;
    }



/* RR 15/08/25 There is a conflict with summernote dropdowns which use divs for dropdowns (rest of site uses ul) so don't apply to divs */
.dropdown-menu:not(div) {
    width: 100%;
    min-width: 200px;
    padding: 20px;
}

#aimsadminmenu {
    
    min-width: 225px;
    
}
#aimsreportsmenu {
    min-width: 300px;
}

#micsadminmenu {
    min-width: 270px;
}

#micsreportsmenu, #micsAdminReports {
    min-width: 370px;
}

.aimsadminreportsmenu > ul {
    padding-left: 0px;
}

ul.dropdown-menu li {
    display: block;
    min-height: 30px;
    font-size: 14px;
    margin-right: 20px;
}

    ul.dropdown-menu li a {
        color: #666666;
    }


        ul.dropdown-menu li a:hover {
            color: #41B6E6;
            background: none;
            text-decoration: none;
        }

.pageCaption h3 {
    padding-left: 25px;
    padding-top: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}


.pageCaption2 h3 {
    padding-left: 14px;
    padding-top: 10px;
    font-size: 17px;
    margin-bottom: 10px;
}


.pageCaption3 h3 {
    padding-left: 0px;
    padding-top: 0px;
    font-size: 17px;
    margin-bottom: 10px;
}


.pageCaption3 svg {
    margin-right: 10px;
}


.closeBtn {
    float: right;
    cursor: pointer;
}


.breadCrumb1 a {
    float: right;
    color: #666666;
    display: inline-block;
    text-decoration: none;
}


.wCard {
    background-color: #ffffff;
    min-height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}



table.mydataTable {
    width: 100%;
    font-size: 12px;
}

    table.mydataTable thead {
        background: #41B6E6;
        color: #ffffff;
    }

    table.mydataTable th {
        background: #41B6E6;
        color: #ffffff !important;
    }

        table.mydataTable th > label {
            color: white;
            margin: 0px;
            padding-top: 16px;
            padding-left: 5px;
            font-size: 12px;
        }

        table.mydataTable th > input[type='checkbox'], table.mydataTable td > input[type='checkbox'] {
            min-height: 0px !important; 
        }

/*table#ctl00_MainContent_GridViewBusinessUnits th > label {
    color: white;
    width: 95px;
    display: block;
    float: right;
    vertical-align: middle;
    margin: 0px;
    padding-top: 16px;
    padding-left: 5px;
    font-size: 12px;
}
    */



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

    .sidenav a {
        text-decoration: none;
        font-size: 12px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 24;
        margin-left: 50px;
    }


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 20px;
}


.filterContainer {
    border: 1px solid #ced4da;
    background: #f3f2f0;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    display: none;
}


.filterBtn {
    border: 1px solid #ced4da;
    background: #f3f2f0;
    border-radius: 25px;
    margin-bottom: 10px;
    min-width: 100px;
    font-size: 12px;
    float: right;
}



.filtersBtn {
    padding-top: 20px;
    padding-bottom: 10px;
}

.applyBtn {
    background-color: #ABCAE9;
    color: #ffffff;
    min-width: 200px;
}

    .applyBtn:hover {
        color: #ffffff;
    }

.cancleBtn {
    background-color: #453E3E;
    color: #ffffff;
    min-width: 200px;
}


.applyBtn:hover {
    background: #ABAFE9;
    color: #ffffff;
}


.cancleBtn:hover {
    background: #292525;
    color: #ffffff;
}

ul.twoColList {
    column-count: 2;
    list-style-type: circle;
}

.divReadOnly {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-top: 10px;
}



