﻿global-header {
    background-color: #01224e;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    top: 0px;
    z-index: 5;
    margin-top: 18px;
    min-height: 55px;
}

.ex-logo {
    background-image: url("../../images/spa/EX-logo.svg");
}
global-header nav {
    display: block;
    float: left;
    /*display: inline-block;
    vertical-align: top;*/
    padding-right:inherit!important;
}

    global-header nav:nth-of-type(2) {
        float: right;
    }

.main-nav {
    margin-left: 250px;
}
.main-nav > ul > li {
    display: inline-block;
    float: none;
    z-index: 9999;
    border-bottom: 0px;
    background-color: inherit;
    padding: 14px 5px;
    font-size: 15px!important;
    /*vertical-align: baseline;*/
}

global-header > nav > ul > li {
    display: inline-block;
    float: none;
    z-index: 9999;
    border-bottom: 0px;
    background-color: inherit;
    padding:14px 5px;
    /*vertical-align: baseline;*/
}

/*nav {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-area: nav;
    display: block;
}*/

global-header > nav > ul {
    /*display: inline-block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;*/
    padding-left: 0px;
}

global-header nav:nth-of-type(2) img:nth-of-type(1) {
    display: none;
}

global-header #support {
    display: inline-block;
    background-image: url("/images/spa/Support.png");
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer;
}
/*:host nav:nth-of-type(2) a {
    padding: inherit;
}*/
@media (max-width:1210px) {
    /*start showing button icon*/
    /*:host nav:nth-of-type(2) img:nth-of-type(1) {
        border: none;
        cursor: pointer;
        padding-right: 10px;
        display: inline-block;
        width: 45px;
        padding-top: 5px;
    }*/
    /*higher buttons will be hidden*/
    /*:host nav:nth-of-type(1) a {
        display: none;
    }*/
}
/*--------------------a tag layout------------------- */
global-header nav a {
    text-decoration: none;
    padding: 5px;
    /*padding-bottom: 10px;*/
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top;
    font-size: 15px;
}
.main-nav a {
    text-decoration: none;
    padding: 5px;
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #ffffff;
    vertical-align: top;
    font-size: 15px!important;
}
/*-------------------*/
/* unvisited link */
global-header nav ul li a:link {
    border-bottom: 0px;
    text-decoration: none;
    /*color: #757575!important;*/
}

/* visited link */
global-header nav ul li a:visited{
    border-bottom: 0px;
    color: #ffffff;
}

/* mouse over link */
global-header nav ul li a:hover {
    border-bottom: 5px solid #f47f4e;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

/*global-header nav ul li a:nth-of-type(4):hover, .main-nav ul li a:nth-of-type(4):hover {
    border-bottom: 0px;
    padding-bottom: 20px;
    color: #ffffff;
    text-decoration: none;
}*/
/* selected link */
global-header nav ul li a:active, .main-nav ul li a:active {
    border-bottom: 5px solid green;
    color: #ffffff;
    cursor: pointer;
}
/*-------------:host images---------------*/
global-header img {
    /*margin-top: 10px;*/
    float: left; /*added*/
    position: absolute;
    left: 20px;
    top: 0 !important;
}

/*-----------global search field---------------*/
global-header input {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 24px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 5px;
    background: url(/images/spa/search.png) no-repeat center left;
    vertical-align: top;
    margin-top: 5px;
}

@media (max-width: 1300px) {
    global-header input {
        width: 150px;
    }
}

@media (max-width: 1249px) {
    global-header input {
        width: 100px;
    }
}

@media (max-width: 1150px) {
    global-header input {
        width: 150px;
    }
}

/*----user name and company name in the header-----------*/
nav section {
    font-size: 88%;
    display: inline-block;
    color: #ffffff;
    /*margin-left: 20px;*/
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
}

@media (min-width: 1281px) {
    nav section {
        font-size: 75%;
    }

    global-header nav section p:nth-of-type(2) {
        max-width: 100%;
    }
}

global-header nav section p {
    display: block;
    /*margin-top: 6px;*/
    margin-bottom: 0px;
    color: #ffffff;
    font-size:10px;
}

    global-header nav section p:nth-of-type(1) {
        font-weight: 700;
    }

    global-header nav section p:nth-of-type(2) {
        min-width: 125px;
        max-width: 150px;
        padding-top:auto;
        padding-bottom:auto;
        vertical-align:central;
    }

nav section.auth {
    background: url(/images/spa/Show.png) no-repeat center right;
    height: 47px;
    cursor: pointer;
    vertical-align: text-top;
}

    nav section.auth > ul,
    nav > ul li ul {
        display: none;
        position: absolute;
        background-color: #fff;
        margin-left: 0px;
        list-style-type: none;
        text-transform: uppercase;
        color: #000;
        z-index: 9999;
    }

    nav section.auth > ul {
        margin-top: 1px;
    }

/*nav > ul li ul {
    margin-top: 17px;
}
.main-nav ul li ul {
    margin-top: 10px;
}*/
    nav section.auth > ul, nav > ul li ul li {
        text-transform: capitalize !important;
    }

global-header nav ul li ul li:hover, .main-nav ul li ul li:hover {
    border-bottom: inherit;
    background-color: #bcd4f9;
    text-decoration: none;
    list-style-type: none;
    color: #000;
    border:inherit;
}
.main-nav ul li ul li a {
    color:#000000;
    border:inherit!important;
    width:100%;
}
global-header nav ul li ul li {
    /*padding: 6px;*/
    border:1px solid #ffffff;
}
global-header nav ul li:hover ul li:hover {
    outline:none!important;
}
nav section.auth:hover ul {
    display: block;
    border-bottom: inherit;
    padding-left: 0px;
    border: 1px solid #98b3e0;
    text-align: left;
    width: 162px;
}

    nav section.auth:hover ul li {
        display: block;
        float: left;
        padding-left: 0px;
        text-align: left;
        /*padding-top: 10px !important;
        padding-bottom: 10px !important;*/
        width: 100%;
    }

        nav section.auth:hover ul li:hover {
            background-color: #bcd4f9;
        }

nav > ul li:hover ul {
    display: block;
    border-bottom: inherit;
    padding-left: 0px;
    border: 1px solid #98b3e0;
}

nav section.auth:hover ul li a {
    border-bottom: 0px;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-transform: capitalize;
    display:block;
}
/* added below code for fire fox not to show line around a tag */
nav > ul li:hover ul li a:focus, .main-nav > ul li:hover ul li a:focus, .main-nav > ul li:hover ul li a:hover {
    outline: none!important;
    text-decoration: none;
    border: inherit;
    color: #000000;
    outline:0!important;
}
a {
    outline: none!important;
    outline:0;
}

nav > ul li:hover ul li a::-moz-focus-inner, .main-nav > ul li:hover ul li a::-moz-focus-inner {
    border: 0px;
    outline: none;
    text-decoration: none;
    outline:0;
}
nav > ul li:hover ul li a:focus {
    outline: none;
    outline:0;
}

.main-nav > ul li:hover ul li a::-moz-focus-inner {
    border: 0px;
    outline: none;
}
/*---------------------*/

nav > ul li:hover ul li a {
    border: 0px;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    outline: none;
}

li .hdg {
    /*padding-left: 10px;*/
    color: darkblue;
    font-weight: 700;
    background-color: #fff;
}
/*---------submenu----------*/
.sub-menu {
}

li.submenu a {
    border-bottom: 0px !important;
    padding-bottom: 22px;
}
/*stop all action css*/
.section-status-window2 {
    background-color: #ffffff;
    float: left;
    /*margin-top: 15px;*/
    border: 1px solid #999999;
    border-left: 15px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
}

.status-window-restricted2 {
    background-image: url(/images/RedXsmall.png);
    background-size: 30px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.statusheader {
    font-size: 14px !important;
    font-weight: 700;
    width: 100%
}
