﻿/* --- Master Glaziers SQL Portal ---*/
/* DEFAULTS
----------------------------------------------------------*/
/* Colours */
:root {
    --novus-blue: #005DAA;
    --novus-lightblue: #3B8EDE;
    --novus-red: #DC0032;
    --novus-blue-darker: color-mix(in hsl shorter hue, var(--novus-blue) 100%, #000000 20%);
    --novus-blue-lighter: color-mix(in hsl shorter hue, var(--novus-blue) 100%, #ffffff 20%);
    --novus-lightblue-darker: color-mix(in hsl shorter hue, var(--novus-lightblue) 100%, #000000 20%);
    --novus-lightblue-lighter: color-mix(in hsl shorter hue, var(--novus-lightblue) 100%, #ffffff 20%);
    --novus-red-darker: color-mix(in hsl shorter hue, var(--novus-red) 100%, #000000 20%);
    --novus-red-lighter: color-mix(in hsl shorter hue, var(--novus-red) 100%, #ffffff 20%);
}
/* Theme */
:root {
    --button-style1-bg: var(--novus-blue);
    --button-style1-hoverbg: var(--novus-blue-darker);
    --button-style1-activebg: var(--novus-red);
    --button-style1-color: #fff;
}


body {
    background: #454f53;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    color: #6bb9d6;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
    margin: 5px 0px 10px 0px;
}

h2 {
    font-size: 22px;
    margin: 5px 0px 10px 0px;
}

h3 {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
}

h4 {
    font-size: 14px;
    margin: 5px 0px 10px 0px;
}

h5, h6 {
    font-size: 12;
    margin: 5px 0px 10px 0px;
}

input.btn_blue {
    border: none;
    background: url(../images/btn_blue_bg.png) repeat-x #6bb9d6;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1200px;
    margin: 10px auto 35px;
    font-size: 12px;
}

.page_main {
    background: #fff;
    padding: 20px;
    border-radius:12px;
}

.radius_top_left {
    background: url(../images/radius_top_left.png) no-repeat left top;
}

.radius_top_right {
    background: url(../images/radius_top_right.png) no-repeat right top;
}

.radius_bot_left {
    background: url(../images/radius_bot_left.png) no-repeat left bottom;
}

.radius_bot_right {
    background: url(../images/radius_bot_right.png) no-repeat right bottom;
}

.radius_bg {
    height: 10px;
    margin: 0px 10px;
    background: #fff;
}

.header {
    position: relative;
    margin: -11px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    background: url(../images/main_bg.png) no-repeat 478px 0px;
}

.logo {
    float: left;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    min-height: 500px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    line-height: normal;
    width: 491px;
    margin-left: 180px;
    float: left;
}

.fooer_mid {
    background: #fff;
    font-size: 24px;
    color: #135091;
    padding-top:4px;
    padding-bottom:6px;
    padding-left:10px;
    padding-right:10px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.fooer_mid_txt {
    margin: 0px 0px 0px 0px;
}

.login_style {
    float: left;
    color: #fff;
    padding: 8px 10px;
}

    .login_style a {
        color: #fff;
        text-decoration: none;
    }

        .login_style a:hover {
            text-decoration: underline;
        }

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #6bb9d6;
    width: 100%;
}


    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #6bb9d6;
            border: 1px #6bb9d6 solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}


/* ********** Menu ************** */
#top_menu {
    background: var(--novus-blue);
    position: relative;
    top: -20px;
    padding-left:20px;
    padding-right:20px;
    width: 100%;
    box-sizing:border-box;
}

    #top_menu:has(ul) {
        border-bottom: 2px solid var(--novus-red);
    }

    #gomenu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }

    #gomenu ul {
        display: inline-block;
    }

    #gomenu ul:after {
        content: ".";
        font-size: 0px;
        height: 0px;
        display: block;
        clear: both;
        visibility: hidden;
    }

    #gomenu ul {
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }
        
    #gomenu li.has-popup:hover ul.dynamic,
    #gomenu li.has-popup:has(:hover) ul.dynamic {
        display: grid !important;
        visibility: visible;
    }

    #gomenu li {
        list-style: none none outside;
        float: left;
        position: relative;
        margin: 0px 0px;
        padding: 0px;
        margin-right: 1px;
    }

    #gomenu ul li a {
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-size: 0.8rem;
        width: auto;
        float: left;
        line-height: 24px;
        padding-bottom: 4px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: var(--button-style1-color);
        background:transparent;
        border:none;
    }
    
    #gomenu ul.dynamic li:not(:hover) a {
        background:transparent;
    }
    
    #gomenu ul li span {
        padding: 0px 15px 0px 15px;
        display: block;
        white-space: nowrap;
    }

    #gomenu ul li span img {
        vertical-align: middle;
    }

    #gomenu ul li a:hover,
    #gomenu ul.level1 li a.highlighted {
        background: var(--button-style1-hoverbg);
    }
    
    #gomenu ul li a:active {
        background: var(--button-style1-activebg);
    }

    #gomenu ul li a:hover span {
        color: #000;
    }

    #gomenu ul li.current a {
        text-decoration: none;
        background: none;
    }

    #gomenu ul li.current span {
        color: #000;
    }

    #gomenu ul li.current .menuslide span {
        background: transparent;
    }

    #gomenu ul li a.menu_hover {
        background: none;
    }

    #gomenu ul li a.menu_hover span {
        color: #000;
        text-decoration: none;
    }


    /* ********** Sub Menu ************** */
    #gomenu .menuslide {
        display: none;
        float: left;
        overflow: hidden;
        position: absolute;
    }

        #gomenu .menuslide div {
            margin-top: -1px;
        }

    #gomenu img {
        display: none;
    }

    #gomenu .menuslide ul {
        display: none;
        left: 0px;
        border: 1px solid #b3b3b3;
        float: left;
        position: relative;
        margin: 0px;
        background: #6bb9d6;
        padding: 0px;
    }

        #gomenu .menuslide ul li {
            display: block;
            clear: both;
            padding: 0px;
            background: none;
            margin: 0px;
        }

            #gomenu .menuslide ul li span {
                color: #fff;
                display: block;
                padding: 0 20px 0 10px;
                margin: 0px;
                background: none;
            }

                #gomenu .menuslide ul li span img {
                    vertical-align: middle;
                }

            #gomenu .menuslide ul li a {
                display: block;
                font-weight: normal;
                font-size: 12px;
                margin: 0px;
                padding: 0px;
                background: none;
                float: left;
                line-height: 26px;
            }

        #gomenu .menuslide ul a:hover {
            width: 100%;
            background: none;
            padding: 0px;
            line-height: 26px;
            background: #efefef;
        }

            #gomenu .menuslide ul a:hover span {
                color: #000;
                margin: 0px;
                background: none;
            }

    #gomenu .menuslide ul {
        float: left;
        left: 0px;
        position: relative;
    }

        #gomenu .menuslide ul li a.menu_hover {
            background: #efefef;
            color: #000;
        }

    #gomenu .menuslide a.menu_hover span {
        background: none;
        margin: 0px;
        color: #000;
    }

    #gomenu .menuslide ul > li.dir > a {
        background: url(../images/icon-1.gif) 96% 50% no-repeat;
    }

        #gomenu .menuslide ul > li.dir > a:hover {
            background: url(../images/icon-2.gif) 96% 50% no-repeat #efefef;
        }

        #gomenu .menuslide ul > li.dir > a.menu_hover {
            background: url(../images/icon-2.gif) 96% 50% no-repeat #efefef;
        }

/* MISC  
----------------------------------------------------------*/

.clearfix:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.head_title {
    float: right;
    text-align: right;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    color: #135091;
}

    .head_title img {
        margin-bottom: 10px;
    }

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*---------Media - Print---------*/

@media print {
.logo {
    font-size: 24px;
    }

.top_menu, .radius_bg, .radius_bot_left, .radius_bot_right, .radius_top_left, .radius_top_right, .fooer_mid_txt, .head_title {
    display: none;
        }
.page_main {
    width: 100%;
}

}
.td1w {
    width: 10%
}

.td4w {
    width: 30%
}

/*================= Seasonal Effects ======================*/
.header.xmas {
    background: url(../images/xmasbanner.png) no-repeat 470px;
    background-size: 41% auto;
    background-position-y: -25px;
    padding-top:10px;

}

.seasonalBanner {
    height: 100%;
    position: fixed;
    display: block;
    background-color: transparent;
    z-index: -3;
    top: 0%;
    bottom: 0%;
    width: var(--seasonalBanner-width);
}

#seasonalBanner1 {
    left: 0px;
}

#seasonalBanner2.xmas {
    width: 30%;
    right: 0px;
    bottom: 0px;
    background: url("../images/xmasTree.png") no-repeat;
    background-size: auto 90%;
    background-position-x: left;
    background-position-y: bottom;
}

.PageBg {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    margin:-20px;
    margin-top:-20px;
    padding:20px;
    padding-bottom:10px;
    border-radius:12px;
    background-color: #fff;
    z-index: -4;
}
/* ======================== duplicate job modal ====================== */
.modalPopup {
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 10px;
    max-width: 80%;
}

div.modalPopupContainer {
    display: grid;
    padding: 2.5%;
    width: 95%;
}

div.modalPopupContainerRow.headerRow {
    font-size: 32px;
    color: var(--mg-blue);
}

    div.modalPopupContainerRow.headerRow h2 {
        text-align: left;
    }

.modalPopupContainer.withIcon .modalPopupContainerRow.headerRow i:first-child {
    flex-grow: 0;
}

.modalPopupContainerRow {
    text-align: center;
    max-width: 100%;
    padding: 0px;
    margin: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    color: #000;
    margin-top: 3%;
}

    .modalPopupContainerRow * {
        flex-grow: 1;
        max-width: 95%;
        padding: 0px 2.5%;
    }

    .modalPopupContainerRow.text {
        display: block;
    }

        .modalPopupContainerRow.text span {
            font-size: 14px;
            line-height: 1.5;
            color: #888;
        }

    .modalPopupContainerRow.buttons {
        gap: 5%;
    }

.modalPopupButton {
    height: 24px;
    position: relative;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 2.5px;
    box-sizing: border-box;
    padding: 4px;
    margin: 0px, 0px, 0px, 0px;
}

    .modalPopupButton:hover {
        background-color: #e0e0e0;
        border-color: #dedede;
        cursor: pointer;
    }

.dmodalPopup {
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 10px;
    width: auto;
}
