﻿body {
    font-family: 'Didact Gothic';
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
    padding-right: 0 !important; 
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* Nav Bar */
.navbar-default {
    border-color: transparent !important;
    margin-bottom: 0px;

}

#logo {
    height: 50px;
}

#printTemplate {
    display: none;
}

#clone {
    padding-left: 8px;
}

#send-email-modal {

}
    .modal-company-logo {
        width: 120px;
        height: 90px;
    }

/*** Search box close button style ***/
.btnPopoverClose {
    padding-right: 5px;
    padding-left: 5px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.5;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .btnPopoverClose:hover,
    .btnPopoverClose:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
        outline: 0;
    }

/*On large displays place padding left/right as we are using container fluid inside nav. */
@media screen and (min-width: 1200px) {
    .nav-container {
        padding-left: 120px;
        padding-right: 120px;
    }

}
/*When Screen is mobile width make the search dropdown white. */
@media screen and (min-width: 760px) {

    #divSearchResult {
        background-color:white !important;
    }

    #email-modal-body {
        margin: 0 auto;
        width: 50%
    }
}
/* Make sure the search products dropdown has white background. */
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: white !important;
    }
}

@media (min-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        width: 350px !important;
    }
}

/*.navbar-brand{
    min-height: 100px !important;
}*/

