﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e3e3e5;
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #AAAAAA;
}

label {
    font-weight: normal;
}

.basketText, .basketText a:link, .basketText a:visited, .basketText a:hover, .basketText a:active {
    color: #ffffff;
}


a:link {
    color: #034af3;
    text-decoration: none !important;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

a img {
    border: 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

li {
    list-style: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    width: 100%;
}

/*firefox fix */
@-moz-document url-prefix() {
    fieldset {
        top: 69px;
    }
}

/* end firefox fix*/


legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

select, textarea,
input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    color: #444;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
}

/*firefox fix */
@-moz-document url-prefix() {
    input[type="text"] {
        height: 20px;
    }
}


select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #2E6E9E;
    outline: medium none !important;
}

select {
    border: 1px solid #ccc;
    color: #444;
    /* padding: 2px;     */
    font-family: Tahoma;
    font-size: 11px;
    /*height: 30px;*/
    height: 23px;
}

/*firefox fix */
@-moz-document url-prefix() {
    select {
        position: relative;
        top: -1px;
        height: 24px;
    }
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

.subgrid-options {
    height: 20px;
    margin-bottom: 10px;
}

.options {
    float: right;
}

    .options a {
        margin-right: 10px;
    }


/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    color: #000000;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

    table.packs {
        font-size: 12px;
        width: 100%;
    }

        table.packs td:first-child {
            width: 150px;
        }
        /*table.packs td:last-child{ width: 100px; }*/
        table.packs td {
            width: 450px;
        }

        table.packs th {
            background-color: #eee;
            border: 1px solid #ccc !important;
        }

        /*table.packs th {background-color: #2E6E9E; color: #FFFFFF;}*/
        /*table.packs tr:nth-child(2n+1) {background-color: #FFF;}*/
        table.packs tr {
            background-color: #f1f4f7;
        }

    table.msds {
        font-size: 12px;
        width: 100%;
    }

        table.msds th {
            background-color: #eee;
            border: 1px solid #ccc !important;
        }

        table.msds tr {
            background-color: #f1f4f7;
        }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


@media only screen and (max-width:480px) {
    [class*="vspace-xs"] {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    [class*="vspace-sm"] {
        display: block;
    }
}

@media only screen and (max-width:991px) {
    [class*="vspace-md"] {
        display: block;
    }
}

@media only screen and (max-width:1199px) {
    [class*="vspace-lg"] {
        display: block;
    }
}

.space {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
}

.vspace-xs, .vspace-sm, .vspace-md, .vspace-lg {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    display: none;
    margin: 12px 0;
}

.space-32 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 32px 0 31px;
}

.space-30 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 30px 0 29px;
}

.space-28 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 28px 0 27px;
}

.space-26 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 26px 0 25px;
}

.space-24 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 24px 0 23px;
}

.space-22 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 22px 0 21px;
}

.space-20 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 20px 0 19px;
}

.space-18 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 18px 0 17px;
}

.space-16 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 16px 0 15px;
}

.space-14 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 14px 0 13px;
}

.space-12 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}

.space-10 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 10px 0 9px;
}

.space-8 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 8px 0 7px;
}

.space-6 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 6px 0 5px;
}

.space-4 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 4px 0 3px;
}

.space-2 {
    width: 100%;
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 2px 0 1px;
}

a object {
    pointer-events: none;
    display: block;
}

.middle-vertical-align {
    display: flex;
    justify-content: center;
    align-items: center; 
}

.relative-container {
    position: relative;
}

.logo-background {
    position: absolute;
    height: 100%;
    width: 12.5%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    z-index: 0;
}

.navbar {
    border: none;
}

/*For mobile*/
@media (max-width: 767px) {
    .side-logo-mobile {
        position: absolute;
        height: 100%;
        background-color: #FFFFFF;
        display: flex !important;
    }
    .side-logo-mobile a {
        width: 100%;
    }
    #login-information, #fpid-menu {
        margin-left: 25%;
    }
}
/*End for mobile*/

@media (min-width: 768px) {
    .navbar-content {
        float: left;
        width: 93.75%;
        margin-left: 6.25%;
        border-bottom: 1px solid transparent;
    }
    .side-logo {
        float: left;
        width: 6.25%;
        position: absolute;
        height: 100%;
        background-color: #FFFFFF;
    }

    .side-logo a {
        position: relative;
	    top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .side-logo .logo-background {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .side-logo {
        width: 4.166666666%;
    }
    .navbar-content {
        margin-left: 4.166666666%;
    }
}

/*For guest menu*/
.logo-background-guest {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5%;
    height: 100%;
    background-color: #FFFFFF;
}

@media (max-width: 900px) {
    object#logo, img#logo {
        width: 100%;
    }
}
/*End for guest menu*/

/* New Styles for Master Products*/

.pack-size--header {
    color: #000000;
    font-weight: bolder;
    font-size: 18px;
}
.pack-size-table-header {
    color: #000000;
    font-weight: bolder;
}

.pack-size-table-row {
    color: #000000;
    font-weight: normal;
}

.font-bigger {
    font-size: 20px;
}

.ref-code {
    font-size: 8px;
    font-weight: normal;
}

a > b.dropdown-toggle {
    padding: 5px 10px 0 5px;
}