﻿
body {
    background-color: white;
}

.container2 {
    background: url('../../hmcImages/homeValley.jpg') no-repeat;
    position: relative;
    background-size: 100% 100%;
    
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../../hmcImages/homeValley.jpg',
        sizingMethod='scale');
    height:100%;
}

.container3 {
    position: relative;
    margin: 20px 10px 20px 10px;
}

.brand {
    background: url('../../hmcImages/loginValley.PNG') no-repeat;
    position: relative;
    background-size: 100% 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../../hmcImages/loginValley.PNG',
        sizingMethod='scale');
}

.current{
    color:blue !important;
}
.login_wrapper {
    background: rgba( 37, 66, 110, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F25426E,endColorstr=#7F25426E);

}

    .login_wrapper h1 {
        padding-top: 30px;
        color: #F0CA16;
    }

    .login_wrapper p {
        font-size: 14px;
    }

    .login_wrapper .form-group label {
        font-size: 14px;
    }

    .login_wrapper .form-check label {
        font-size: 14px;
    }

.col-center {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.nomarginright {
    margin-right: auto !important;
}

ul,ol {
    list-style: none;
}

.cleaner {
    height: 0;
    line-height: 0;
    clear: both;
}
    a,
    a:hover {
        text-decoration: none;
    }
#nav {
    width: 100%;
}

#nav li {
    position: relative;
}

    #nav li a {
        color: #fff;
        display: block;
    }

        #nav li a:active {
            background-color: #C0C2C4 !important;
        }

#nav > ul {
    background-color: #808285;
       overflow: hidden;
    margin: 0;
    padding: 0;
}

    #nav > ul > li {
        width: 20%;
        height: 100%;
        float: left;
    }

        #nav > ul > li > a {
            height: 100%;
            font-size: 1em;
            /* 24 */
            line-height: 2.5em;
            /* 60 (24) */
            text-align: center;
        }
    @media (max-width:790px) {
        #nav > ul > li > a {
            line-height: 1.5em;
            
        }
        .btn-sm {
            margin-top:10px;
        }
    }

        #nav > ul > li:not( :last-child) > a {
            border-right: 1px solid #808285;
        }

        #nav > ul > li:hover > a,
        #nav > ul:not( :hover) > li.active > a {
            background-color: #C0C2C4;
        }

/* second level */

#nav li ul {
    background-color: #808285;
    position: relative;
    top: 100%;
    display: block;
}

#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

#nav li:not( :first-child):hover ul {
    left: -1px;
}

#nav li ul a {
    font-size: 1.25em;
    /* 20 */
    border-top: 1px solid #e15a1f;
    padding: 0.75em;
    /* 15 (20) */
}

#nav li ul li a:hover,
#nav li ul:not( :hover) li.active a {
    background-color: #e15a1f;
}

#nav ul li.selected {
    background-color: #58595B;
}

@media only screen and ( max-width: 62.5em) {
    #nav {
        width: 100%;
        position: inherit;
        margin: 0;
    }
}

@media only screen and (max-width: 1072px) {
    #nav {
        font-size: 12px !important;
    }

    .login_wrapper {
        padding-bottom: 0px;
        padding-top: -10px;
    }

        .login_wrapper h1 {
            margin-top: 20px !important;
        }

        .login_wrapper p {
            font-size: 12px;
        }

        .login_wrapper .form-group label {
            font-size: 12px;
        }

        .login_wrapper .form-check label {
            font-size: 12px;
        }
}

.popUpTbl {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(192, 192, 192);
    border-collapse: collapse;
    visibility: visible !important;
    position: absolute !important;
    /*left: 800px !important;*/
    top: 318px !important;
    z-index: 1000;
    width: 600px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.popUpTblWidth800 {
    left: 80px !important;
}

.popUpTblWidth1000 {
    left: 200px !important;
}

.popUpTblWidth1200 {
    left: 250px !important;
}

.popUpTblWidth1400 {
    left: 500px !important;
}

.popUpTblWidth {
    left: 800px !important;
}



.popUpBtn {
    height: 22px;
    width: 90px;
    background-color: #f3692e;
    cursor: pointer;
    border: none;
    color: White;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}


//starts css for Resource Downloads .corporate {
    margin-top: 20px;
    margin-bottom: 20px;
}

.corporate span {
    color: #25426E;
    font-weight: lighter;
}

.download {
    cursor: pointer;
    text-decoration: underline !important;
    color: #5C5D82 !important;
}

.colors {
    background-color: #25426E;
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper {
    display: table;
    table-layout: fixed;
}

    .wrapper > div {
        display: table-cell;
        text-align: right;
    }

#accordion .glyphicon {
    margin-right: 10px;
}

* {
    border-radius: 0 !important;
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 0;
    border-bottom: none;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 0;
    border-bottom: 0;
    padding-left: 30px;
}

    .panel-collapse .list-group-item li.list-group-item:last-child {
        padding-bottom: 0;
    }

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 0;
    border-bottom: 0;
    padding-left: 30px;
}


//orderItems stylesheets //productEdit stylesheets 
.boxoverbody {
    width: 200px;
    border: 1px solid #A5CFE9;
    background-color: white;
}

.boxoverheader {
    width: 200px;
    color: #4B7A98;
    border: 1px solid #A5CFE9;
    background-color: #D5EBF9;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
}

.popupControl {
    background-color: #f6fbfe;
    border-style: solid;
    border-color: #0075c9;
    border-width: 2px;
    font-family: Verdana Tahoma;
}

.modal {
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

a {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #0075c9;
}

.colorPalette {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 14px;
}

.caption2 {
    font-weight: bold;
    font-size: 10pt;
    color: #1F3850;
    font-family: "Times New Roman", "Tahoma", "Verdana", "Arial", "MS Sans Serif", "sans-serif";
}

.style1 {
    height: 15px;
}
