﻿* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

#headerLogin {
    background-color: white;
    width: 100%;
    height: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-menu .ui-menu-item a {
    color: dimgrey;
    font-size: small;
}

#headerLogin h1 {
    display: block;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
    width: 45%;
    height: 50px;
}

.userheight {
    height: 100%;
    width: 90%;
}

#headerLogin h1 a {
    display: block;
    width: 35%;
    height: 50px;
}

#headerLogin ul {
    list-style: none;
}

#headerLogin li {
    display: inline;
}

#headerTop {
    width: 100%;
    height: 10px;
    /*margin-bottom: 5px;*/
    background-color: #95be3c;
    /*margin-top:-15px;*/
}

#SearchOptions {
    background-color: gray;
    width: 100%;
    height: 35px;
    /*margin-top:5px;*/
}

#imgUserPicDirectory {
    width: auto;
    max-width: 60px;
    height: 63px;
    /*below is code tested and works for all with FredType but the set pic height is below normal*/
    /*max-width:63px;*/
    /*added above max-width to fix pictureURL issue with picture setting*/
    /*max-height:63px;*/
    /*originally
     width:auto;
    max-height:63px;*/
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        #imgUserPicDirectory {
            max-width: 60px;
            height: 63px;
        }
    }
}

#loginList {
    background-color: white;
    color: dimgray;
}

#login-trigger {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    color: dimgray;
    background: white;
}

.autosuggest {
    background: white;
    padding: 2px;
    margin: 3px;
    /*width: 238px;*/
    border: 1px solid #ccc;
    font-family: segoe ui, Arial, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
}

#login2Header {
    height: 50px;
    padding: 5px;
    margin-bottom: 15px;
    color: dimgray;
    text-align: center;
    background-color: #95be3c;
}

#contentLogin2 {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #95be3c;
    z-index: 1000
}

#spanLogin2, #spanReset {
    font-family: 'Segoe UI';
    font-size: x-large;
    font-family: 'Segoe UI';
    font-weight: 700;
    color: white;
}

#login-trigger {
}

    #login-trigger:hover,
    #loginList .active {
        background: white;
        color: dimgray;
    }

#login-content {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 999;
    background: #ffffff;
    border: 1px solid lightgrey;
    border-top: none;
    padding: 15px;
    width: 300px;
    -moz-box-shadow: 5px 5px 5px grey;
    -webkit-box-shadow: 5px 5px 5px grey;
    box-shadow: 5px 5px 5px grey;
}

.EPinput {
    background: #f1f1f1;
    padding: 6px 5px;
    margin: 0 0 10px 0;
    width: 238px;
    font-family: 'Segoe UI';
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
}

    .EPinput:focus {
        background-color: #fff;
        border-color: lightgray;
        outline: none;
        -moz-box-shadow: 0 0 0 1px grey inset;
        -webkit-box-shadow: 0 0 0 1px grey inset;
        box-shadow: 0 0 0 1px grey inset;
    }

#loginList #actions {
    margin: 10px auto;
    border: none;
}
/*#loginList removed before submit stop combine new login pabel button class*/
.submit {
    background-color: grey;
    border: none;
    margin: 0 25% 0 25%;
    height: 30px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px 'Segoe UI';
    color: white;
}

.LabelText {
    font: 14px 'Segoe UI';
}

.submit:hover,
.submit:focus {
    background-color: darkgray;
    background-image: -webkit-gradient(linear, left top, left bottom, from(grey), to(darkslategrey));
    background-image: -webkit-linear-gradient(top, grey, darkslategrey);
    background-image: -moz-linear-gradient(top,grey, darkslategrey);
    background-image: -o-linear-gradient(top, grey, darkslategrey);
    background-image: linear-gradient(top, grey, darkslategrey);
}

.submit:active {
    outline: none;
}

.submit::-moz-focus-inner {
    border: none;
}

#leftaccordion {
    margin: 15px auto;
    width: 55%;
}

@media only screen and (max-width: 1300px) {
    #leftaccordion {
        width: 90%;
    }

    #textFind {
        width: 40% !important;
    }
}

@media only screen and (max-width: 1000px) {
    #login-content {
        display: none;
        position: absolute;
        top: 20px;
        /*left: -220px;*/
        left: 0px;
    }
}
