﻿/* Navigation */
#navmenu > ul > li > a:hover {
    background-color: white;
    color: #005387;
    transition: all 0.5s ease-out;
}

#navmenu-brand > a > img {
    height: 1.5em;
    width: 15em;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#navmenu-brand {
    top: 1.25%;
}

#customerSearchStatsContainer {
    left: 18%;
}

/* line 7, ../../app/styles/main.scss */
.browsehappy
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* line 14, ../../app/styles/main.scss */
.equity
{
    font-weight: bold;
    color: #1ED037;
}

/* line 19, ../../app/styles/main.scss */
.body {
    font-size: 12px;
}

.table-striped tbody tr.highlight td { 
    background-color: #1ED037;
    font-weight:bold;
}

.primary-color {
    color: #005288;
}

.primary-background-color {
    background-color: #fff;
}

.highlight {
    background-color: #1ED037;
    font-weight:bold;
}
.dealername {
    color: #005288;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 28px;
    margin-top: 21px;
}


/* line 34, ../../app/styles/main.scss */
.header,
.marketing,
.footer
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    background-color: #FFF;
}

/* Custom page header */
/* line 44, ../../app/styles/main.scss */
.header,
.footer
{
    color: #fff;
}
/* line 48, ../../app/styles/main.scss */
.header h3,
.footer h3
{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
/* line 56, ../../app/styles/main.scss */
.footer
{
    position: fixed;
    height: 50px;
    background-color: #005288;
    bottom: 0;
    margin-bottom: 0;
    line-height: 60px;
}

/* line 65, ../../app/styles/main.scss */
.container-narrow > hr
{
    margin: 30px 0;
}

/* Main marketing message and sign up button */
/* line 70, ../../app/styles/main.scss */
.jumbotron
{
    text-align: center;
    border-bottom: 1px solid #005288;
}
/* line 74, ../../app/styles/main.scss */
.jumbotron .btn
{
    font-size: 16px;
    font-weight: bold;
}

/* Supporting marketing content */
/* line 81, ../../app/styles/main.scss */
.marketing
{
    margin: 40px 0;
}
/* line 84, ../../app/styles/main.scss */
.marketing p + h4
{
    margin-top: 28px;
}

/* line 89, ../../app/styles/main.scss */
.reveal-animation
{
    position: relative;
    top: 0;
    left: 0;
}

/* line 142, ../../app/styles/main.scss */
.widget
{
    background: #fafafa;
    border: 1px solid #cfcfcf;
    clear: both;
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 3px;
}

/* line 153, ../../app/styles/main.scss */
.widget .widget-header
{
    background-color: #005288;
    background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #cfcfcf;
    height: 42px;
    padding: 0px 15px;
    line-height: 42px;
    color: #FFFFFF;
}

/* line 171, ../../app/styles/main.scss */
.widget .widget-body
{
    padding: 15px;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0 0 2px 2px;
}

/* line 179, ../../app/styles/main.scss */
.widget .form-group
{
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: center;
}

/* line 185, ../../app/styles/main.scss */
.dashboard-wrapper
{
    position: relative;
    min-height: 680px;
    padding: 9px 4px 4px 4px;
}

@media (min-width: 1200px)
{
    /* line 10, ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    /* line 194, ../../app/styles/main.scss */
    .container
    {
        width: 98%;
    }
}
/* line 199, ../../app/styles/main.scss */
.divcenter
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* line 206, ../../app/styles/main.scss */
.hover
{
    cursor: pointer;
}

.ui-view-container
{
    position: relative;
}

[ui-view].ng-enter, [ui-view].ng-leave
{
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

[ui-view].ng-enter
{
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[ui-view].ng-leave
{
    opacity: 1;
    /*padding-left: 0px;*/  
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[ui-view].ng-leave-active
{
    opacity: 0;
    /*padding-left: 100px;*/
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.brand-image
{
    float: left;
    height: 32px;
    margin: -7px 0 0 20px;
    
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 24px;
        padding-bottom: 16px;
    }
}