﻿    #menu {
        font-weight: bold;
        text-align: left;
        border-radius: 8px;
        padding: 0px;
    }

        #menu ul {
            height: auto;
            padding: 5px 0px 0px 0px;
            margin: 0px;
            border-bottom: 1px solid black;
            display: table;
        }

        #menu ul:after {
            clear: both;
        }

        #menu li {
            display: inline-block;
            padding: 2px 1px 5px 1px;
            width: 138px;
            background-color: #f5f5f5;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-color: #e3e3e3;
            border-width: 1px;
            border-style: solid;
            text-align:center;
            float:left;
        }

            #menu li:hover {
                color: white;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                border-color: #91B8DA;
                border-width: 1px;
                border-style: solid;
                width: 138px;
            }

            #menu li:hover a {
                text-decoration: underline;
            }


        #menu li.active {
            background-color: #f60;
        }

        #menu li.active a {
            color: #FFF;
        }

        #menu a {
            padding: 0px;
            width: 145px;
        }

.menuheader ul li a {
    display: block;
    padding: 5px;
    background-color: #f5f5f5;
    border-color: #e3e3e3;
    border-width: 1px;
    border-style: solid;
}

.menuheader ul {
    padding-left: 0;
    list-style: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f60;
    font-weight: bold;
    color: white !important;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.jobitemlink {
    color: #800080 !important;
}


.submenu ul li a {
    display: block;
    padding: 25px;
    background-color: #fff;
    border-color: #e3e3e3;
    border-width: 0px;
    border-style: solid;
    color:#808080;
    font-size:16px;
}

.submenu ul {
    padding-left: 0;
    list-style: none;
}

.submenu > .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    font-weight: bold;
    color: #368EDA !important;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #ddd;
}

.btn-submenu {
    background-color: #fff;
    font-weight: bold;
    color: #368EDA !important;
    border-width: 0px 0px 1px 0px !important;
    border-style: solid !important;
    border-color: #ddd !important;
}

.dropdown-menu > li > a {
    display: block !important;
    padding: 3px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.form-control-lg {
    height: 38px !important;
    font-size: 17px !important;
    padding-left: 10px !important;
}


.need-help {
    /*position:absolute;
    right:20px;
    float:left;*/
    width: 200px !important;
    background-color: #FFF !important;
    border-width: 0px !important;
    text-align: right;
}
    .need-help div {
        display: inline;
    }
    .need-help:hover {
        color: black !important;
        border-width: 0px !important;
        width: 200px !important;
    }
.need-help a{display: inline !important;}/*needed for ios mobile*/
.container_popup {
    width: auto;
    padding: 10px;
    margin: 10px;
    background-color: white;
    text-align: left;
}
.medium-modal{
    width:350px;
    max-height:99vh;
}
.large-modal{
    width:800px;
    max-height:99vh;
}








@media only screen and (max-width: 1200px) {
    .need-help {
        width: 150px !important;
    }

        .need-help:hover {
            width: 150px !important;
        }

        .need-help div {
            display: none;
        }
}

@media only screen and (max-width: 990px) {
    #menu {
    }

        #menu ul {
            border-radius: 8px;
            border-bottom: 0px solid black;
            text-align: center;
        }

        #menu li {
            padding: 5px;
            border-radius: 0px;
            float: unset;
            text-align: left;
            width: 95%;
        }

            #menu li:hover {
                border-radius: 0px;
                width: 95%;
            }

            #menu li.active {
            }

        #menu a {
        }

    .need-help {
        position: inherit;
        right: unset;
        float: unset;
        text-align: center;
    }

    .need-help {
        width: 200px !important;
    }

        .need-help:hover {
            width: 200px !important;
        }

        .need-help div {
            display: inline;
        }
}

@media only screen and (max-width:800px){
    .large-modal{
        width:90vw;
    }
}

@media only screen and (max-width:350px){
    .medium-modal{
        width:90vw;
    }
}



