/********************** 
    ATTENTION
    MODIFY SOURCE IN 
    C:\Projects\DataOnline\Website30\DATAOnline30\DOL365_Common\css\custom.css
***********************/

/********************** HTML OVERRIDE ***********************/
* {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.4rem;
    outline: none;
    box-sizing: border-box;
}

    *:before,
    *:after {
        box-sizing: border-box;
    }

html {
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

body {
    background-color: #fff;
    height: 100%;
    position: relative;
}

    body form {
        height: 100%;
        position: relative;
    }

a {
    cursor: pointer;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
}

#containerAll {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 54px;
}

textarea.form-control.fullWidth {
    min-height: 5rem;
    min-width: 100%;
    max-width: 100%;
}

textarea:focus, input:focus {
    border: 1px solid #A6C7FF;
    -webkit-box-shadow: 0px 0px 5px #A6C7FF;
    box-shadow: 0px 0px 5px #A6C7FF;
}

table {
    /*border: 1px solid #ddd;*/
    margin-bottom: 0 !important;
}

form {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* form-control override START */
/* Bootstrap override START */

@media (max-width:990px) {
    .text-right {
        text-align: unset;
    }

    .hide-small-990 {
        /*Used to show on large screens*/
        display: none !important;
    }

    .show-small-990 {
        /*Used to hide on small screens*/
        display: block !important;
    }
}


/* Overwrite for Bootstrap disabled buttons and links */
a.btn.disabled, fieldset[disabled] a.btn {
    /* Will display a red disabled circle */
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

a.disabled, a.disabled:focus, a.disabled:hover {
    /* Set color for WCAG proper contrast*/
    color: #333 !important;
}

/* used for color-picker cancel button */
a.sp-cancel.btn-xs {
    line-height: 23.2px !important;
    display: inline-block !important;
    text-align: center !important;
    box-sizing: content-box !important;
    height: 23.2px !important;
    vertical-align: middle;
}


/* sp-replacer used for color picker */
/* mferland 2024/01/24: Removed !important on height and border-radius */
.form-control, .sp-replacer {
    border: 1px solid rgb(90,92,92) !important;
    height: 34px ;
    border-radius: 4px ;
    display: inline-block !important;
}

/* overide RenderTemplateResponsive RadComboBox border to transparent */
.transparent-border {
    border: 0px solid rgba(255,255,255,0) !important;
    box-shadow: none !important;
}

/* overide RenderTemplateResponsive rcbInner for advisorpicker and userpicker */
.rcbInner {
    border-color: transparent !important;
    padding: 0px 0px 0px 0px !important;
}

/* overide RenderTemplateResponsive rcbActionButton for advisorpicker and userpicker */
/* to overwritte the left of the button*/
.rcbActionButton {
    border-width: 0 0 0 0px !important;
}


/* sp-choose for color picker */
.sp-choose {
    color: #333 !important;
    background-color: #fff !important;
}

    .sp-choose:hover {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

    .sp-choose:active {
        background-image: none !important;
        background-color: #e6e6e6 !important;
    }

    .sp-choose:focus {
        color: #333 !important;
        background-color: #e6e6e6 !important;
    }

.btn, .sp-choose {
    border-radius: 4px !important;
    border: 1px solid #556576;
    font-weight: 700 !important;
    /*text-transform: uppercase;*/
}

.btn-wrap {
    white-space: normal;
    margin-right: 20px;
}

.btn-xs {
    font-size: 15px !important;
}

.btn-cancel {
    background-color: white;
    color: #C2191D;
}

    .btn-cancel:hover {
        color: #C2191D;
        background-color: #E8E8E8;
    }

    .btn-cancel:focus {
        color: #C2191D;
        background-color: #CCC;
    }

.autoWidth {
    width: auto !important;
}

.width-50 {
    width: 5rem !important;
}

.width-75 {
    width: 7.5rem !important;
}

.width-100 {
    width: 10rem !important;
}

.width-150 {
    width: 15rem !important;
}

.width-200 {
    width: 20rem !important;
}

.width-200-lg {
    width: 20rem !important;
}

.width-250 {
    width: 25rem !important;
}

.max-width-100-percents-overflow {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.max-width-262-overflow {
    max-width: 262px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.width-300 {
    width: 30rem !important;
}

.width-350 {
    width: 35rem !important;
}

.width-400 {
    width: 40rem !important;
}

.width-450 {
    width: 45rem !important;
}

.width-500 {
    width: 50rem !important;
}

/*** Stationery Tool CSS Classes (Start) */

.stationery-width-50 {
    width: 5rem !important;
}

.stationery-width-75 {
    width: 7.5rem !important;
}

.stationery-width-100 {
    width: 10rem !important;
}

.stationery-width-150 {
    width: 15rem !important;
}

.stationery-width-200 {
    width: 20rem !important;
}

.stationery-width-250 {
    width: 25rem !important;
}

.stationery-width-300 {
    width: 30rem !important;
}

.stationery-width-350 {
    width: 35rem !important;
}

.stationery-width-400 {
    width: 40rem !important;
}

.stationery-width-450 {
    width: 45rem !important;
}

.stationery-width-500 {
    width: 50rem !important;
}

/*** Stationery Tool CSS Classes (END) */

/*** FLEX CROPPER START ***/

.valign-center-flex {
    display: flex !important;
    align-items: center !important;
}

.halign-right-flex {
    display:flex !important;
    justify-content:flex-end !important;
}

/*** FLEX CROPPER END ***/

/*** Custom Page Builder START ***/

.margin-right-10-767 {
    margin-right: 10px !important;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.align-top {
    justify-content: flex-start;
}

.align-center {
    justify-content: center;
}

.align-bottom {
    justify-content: flex-end;
}

.margin-top-10-large {
    margin-top: 10px;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.margin-left-10-767 {
    margin-left: 10px;
}

/*** Custom Page Builder END ***/

@media (max-width: 767px) {

    /*** Stationery Tool CSS Classes (START) */
    .stationery-width-50,
    .stationery-width-75,
    .stationery-width-100,
    .stationery-width-150,
    .stationery-width-200,
    .stationery-width-250,
    .stationery-width-300,
    .stationery-width-350,
    .stationery-width-400,
    .stationery-width-450,
    .stationery-width-500 {
        width: 100% !important;
    }

    /*** Stationery Tool CSS Classes (End) */

    /*** Custom Page Builder START ***/

    .margin-top-10-large {
        margin-top: 0px;
    }

    .margin-bottom-5-small-767 {
        margin-bottom: 5px;
    }

    .row-flex {
        display: block;
    }

    .col-flex {
        display: block;
    }

    .max-width-unset {
        max-width: unset !important;
    }

    .margin-left-10-767 {
        margin-left: unset;
    }

    .margin-right-10-767 {
        margin-right: unset !important;
    }

    /*** Custom Page Builder END ***/
}

.height-34 {
    height: 34px;
}

.line-height-34 {
    line-height: 34px;
}

.height-50 {
    height: 50px !important;
}

.height-100 {
    height: 100px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

/*TELERIK Orerride START*/ 
li .ruButton.ruRemove, li .ruUploadProgress.ruUploadSuccess {
    display:none;
}

.riSingle .riTextBox {
    height: 34px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.riTextBox26 {
    height: 26px !important;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.riTextBox34 {
    height: 34px !important;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.RadCalendar_Default .rcMain .rcOtherMonth a, .RadCalendar_Default .rcMain .rcOutOfRange span {
    color: #333 !important;
    background-color: gainsboro;
}

.RadCalendar_Default .rcMain .rcRow a, .RadCalendar_Default .rcMain .rcRow span {
    font-weight: 700 !important;
}

.rcFastPrev, .rcPrev, .rcNext, .rcFastNext {
    color: #333 !important;
    font-weight: 700 !important;
}

/* TELERIK Orerride END */

/* form-control override END */

.form-horizontal .checkbox, .form-horizontal .radio {
    padding-left: 20px;
}

/* TELERIK Orerride*/
/* desactivé car problème de largeur */
/*.riSingle .riTextBox {
    height: 34px !important;
    width: auto !important;
}*/

.label-header-middle {
    color: rgb(78,80,80);
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.required {
    border-left-color: Red !important;
    border-left-style: solid !important;
    border-left-width: 3px !important;
}

.required-field {
    color: #C2191D;
    font-weight: bold;
    font-size: 18px;
    vertical-align: sub;
}

.charCounterLabel {
    color: #6E6E6E
}


.row-background {
    background-color: darkgrey;
}

.messagePanel {
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 4px;
    line-height: 1.5;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-weight: 700;
    font-size: 1.7rem;
    color: black;
}

.errorMessagePanel {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    border-radius: 4px;
    line-height: 1.5;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 1.7rem !important;
    color: black;
}

.loginErrorMessagePanel {
    max-width: 50rem !important;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
}

.error-message, .error-message-block {
    font-weight: bold;
    color: #C2191D;
}

.success-message {
    font-size: 1.7rem;
    font-weight: bold;
    color: #008500;
}

.error-message2 {
    font-weight: bold;
    color: #C2191D;
    display: inherit;
}

.error-message-block {
    display: block;
}

span.error-message[style*="inline"], span.error-message[style*="visible"], span.error-message:not([style]) {
    display: block !important;
}

.errorfont {
    font-size: 1.7rem !important;
    color: #ee0000;
    font-weight: 700;
}


.center-text-lg {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text-lg {
    text-align: right;
}

.white-background {
    background-color: white;
}

.glyphicon {
    top: 2px;
}

.checkboxbutton.icon-checkbox {
    display: none;
}

    .checkboxbutton.icon-checkbox + label .unchecked {
        display: inline;
    }

    .checkboxbutton.icon-checkbox + label .checked {
        display: none;
    }

.checkboxbutton:checked.icon-checkbox {
    display: none;
}

    .checkboxbutton:checked.icon-checkbox + label .unchecked {
        display: none;
    }

    .checkboxbutton:checked.icon-checkbox + label .checked {
        display: inline;
    }

.radioDesign label {
    margin-left: 5px;
}

.multiselect-container label.checkbox {
    margin-left: 10px !important;
}

.checkBox-spaces {
    margin-left: 20px;
}

    .checkBox-spaces label {
        margin-left: 10px;
    }

/************************ FAVORITE ICON ***********************/

.favorite-outline, .favorite-outline:focus, .favorite-outline:active {
    color: white;
    text-shadow: -2px 0 #fe5757, 0 2px #fe5757, 2px 0 #fe5757, 0 -2px #fe5757;
}

.favorite-filled, .favorite-filled:focus, .favorite-filled:active {
    color: #fe5757;
    text-shadow:none;
}

.favorite, .favorite:focus, .favorite:active {
    border: 1px solid transparent;
    background-color: transparent !important;
}

    .favorite:hover {
        border: 1px solid black;
        background-color: white !important;
    }

    .favorite-outline:hover {
        color:white;
    }

    .favorite-filled:hover {
        color: #fe5757;
    }

/********************* SORTING FAVORITE ITEMS ***************/

.drag-selected {
    position: absolute;
    display: none;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    z-index: 2;
}

/************************* GENERIC **************************/
.arrow {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .arrow.rotatedown {
        transform: rotate(90deg);
    }

    .arrow.rotateup {
        transform: rotate(-90deg);
    }

.checkvcenter + label {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px !important;
}

.checkvcenter label {
    position: relative;
    top: -2.5px;
}

input[type=text] {
    padding-left: 10px;
}

::-webkit-input-placeholder { /* Edge */
    color: black;
    font-weight: 700;
    padding-left: 5px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: 700;
    padding-left: 5px;
}

::placeholder {
    color: black;
    font-weight: 700;
    padding-left: 5px;
}


.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-10-lg {
    padding-bottom: 10px;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-10-lg {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-top-300 {
    padding-top: 300px;
}

.padding-top-400 {
    padding-top: 400px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-sides-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.no-margin-sides {
    margin-left: 0;
    margin-right: 0;
}

.margin-20 {
    margin: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-5-keep {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-5-small {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-40-small {
    margin-bottom: 0px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.input-daterange input:last-child {
    border-radius: 4px !important;
}

.input-daterange input:first-child {
    border-radius: 4px !important;
}

.inline {
    display: inline;
}

.text-color-title {
    color: rgba(24, 62, 110, 1) !important;
}

.text-color-sectionTitle {
    color: rgba(252, 108, 15, 1) !important;
}

.text-color-validation {
    color: rgba(225, 0, 0, 1) !important;
}

.content-title {
    font-size: 3rem;
}

.title {
    /*text-transform: uppercase;*/
    /*color: rgb(0,58,112);*/
    color: black;
    font-weight: 700;
    font-size: 3rem;
}

.section-title-perrenial {
    /*text-transform: uppercase;*/
    color: rgb(0,58,112);
    font-weight: 700;
    font-size: 2rem;
}

.box-title {
    font-size: 2rem;
}

.fullWidth {
    width: 100%;
}

.imgFullSize {
    width: 100%;
    height: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

/* OVERRIDEN IN perrenial.css */

/*.page-title {
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    padding: 0 20rem 0 20rem;
}*/

.phone-with-extension {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .phone-with-extension > .phone {
        width: 74%;
        float: left;
    }

    .phone-with-extension > .extension {
        width: 25%;
        float: right;
    }


.badge {
    color: white;
    background-color: black;
}

td.centeredCheckbox {
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    td.centeredCheckbox > input[type=checkbox].bigCheckbox {
        height: 2rem;
        width: 2rem;
    }

input[type=number] {
    padding: 0;
    padding-left: 0.5rem;
}


tr.active {
    background-color: transparent !important;
}

    tr.active > td {
        background-color: rgba(147, 213, 10, 0.25) !important;
    }


.table-responsive {
    border: 1px solid #ddd;
}

    .table-responsive > table {
        border: none;
    }

.row.equal {
    /*margin-top:20px;
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap !important;
    justify-content:space-evenly;*/
    text-align: left;
}

.jumbotron.overBackgroundImage {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    color: #E8E8E8;
    /* color: rgb(0, 86, 190); */
}

.checkbox-pad {
    padding-left: 3rem;
}

.no-wrap {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

.max-width-none {
    max-width: none !important;
}

.environment {
    display: inline-block;
    padding-top: 12px;
}

.customer-block {
    display: inline-block;
    font-weight: bold;
    font-size: large;
    height: 53px;
}

.customer-name-block {
    display: inline-block;
    vertical-align: middle;
    padding-top: 14px;
    font-weight: bold;
    font-size: large;
    height: 53px;
    padding-left: 15px;
    padding-right: 15px;
}


.block-inline {
    display: inline-block !important;
}

.hide-small {
    /*Used to show on large screens and hide on small screen*/
}

.hide-small-990 {
    /*Used to show on large screens and hide on small screen*/
}

.hide-small-1100 {
    /*Used to show on large screens and hide on small screen*/
}

.hide-small-1024 {
    display: block;
}

.hide-small-1024-inline {
    display: inline-block;
}

.show-small {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}

.show-small-690 {
    display: none;
}

.show-small-767 {
    display: none;
}

.show-small-990 {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}

.show-small-1100 {
    /*Used to show on small screens and hide on large screen*/
    display: none !important;
}

.inline-block-1100 > a > span {
    font-size: 20px;
}

.show-small-1024 {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}

.show-small-1024-inline {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}

.show-small-1400 {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}


.show-small-glyph {
    /*Used to show on small screens and hide on large screen*/
    display: none;
}

/* tab color */
.nav-tabs > li > a {
    /*background-color: #2e6da4;
    border-color: #337ab7;*/
    background-color: black;
    border-color: black;
    color: #fff;
    font-weight: bolder;
}

    /* hover tab color */
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        /*border-color: #5bc0de;*/
        border-color: black;
        background-color: #286090;
    }

/* active tab color */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    /*background-color: #5bc0de;
    border: 1px solid #46b8da;*/
    background-color: black;
    border: 1px solid black;
}


#formMain {
    width: 100%;
    height: 100%;
}

.rmtb-block {
    display: block;
}

.font-weight-700 {
    font-weight: 700;
}

.label-uppercase {
    /*text-transform: uppercase;*/
}

.pull-right-lg {
    float: none !important;
    /* used to float element right when min width is 1200 px*/
}

.vbottom {
    vertical-align: bottom;
}

.vtop {
    vertical-align: top;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block !important;
}

.word-wrap-break-word{
    word-wrap:break-word;
}

.max-width-100{
    max-width:100px;
}

/************************* HEADER **************************/

.vertical-line {
    width: 2px;
    background-color: rgb(12,58,109);
    height: 25px;
    margin-top: 15px;
    box-sizing: content-box;
}

#header {
    /*flex-shrink: 0;
    flex-grow: 0;*/
    width: 100%;
    background-color: #52658F;
    color: #E8E8E8;
    text-align: center;
}

.navbar {
    border: none;
    padding-bottom: 1px;
}

.headerBannerContainer {
    /*margin-top: 50px;*/
    /*margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: transparent;
        font-weight: bold;
        color: #E8E8E8;
        height: 175px;
        max-height: 175px;*/
    /* JPT 6-26-2019 COMMENTED PREVIOUS CSS FOR MOCKUP, UNCOMMENT FOR BANNER, HEIGHT IS 100 PX FOR BANNER AND REMOVE BG-COLOR */
    height: 30px;
    /*position: fixed;
    top: 0px;*/
    width: 100%;
    z-index: 10;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 45px;
        left: 0;
        position: absolute;
    }

#header .navbar {
    background-color: #E8E8E8;
    border-color: #52658F;
    color: #333A56;
    border-radius: 0px;
    height: auto;
    /*max-height: 100px;*/
    margin-bottom: 0px !important;
    /*z-index: 9999;*/
}

#header .nav.navbar {
    max-height: 100%;
    overflow-y: auto;
}

#header .navbar a {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

    #header .navbar a:hover {
        /*color: white !important;*/
        text-decoration: none;
    }

    #header .navbar a:focus {
        background-color: #E8E8E8;
        border-color: #52658F;
        /*color: white !important;*/
    }

    #header .navbar a span.hovertoggle {
        position: absolute;
        margin-left: -1.8rem;
        margin-top: 0.1rem;
        opacity: 0;
        transition: opacity 250ms ease-out;
    }

#header .navbar span.hovertoggle2 > span:first-child {
    margin-left: -1.8rem;
    opacity: 0;
    transition: opacity 250ms ease-out;
}

#header .navbar a:hover span.hovertoggle, #header .navbar span.hovertoggle2:hover > span:first-child {
    opacity: 1;
    transition: opacity 250ms ease-in;
}

#header .navbar a:focus span.hovertoggle {
    opacity: 1;
    transition: opacity 250ms ease-in;
}

#header .navbar .navbar-brand {
    padding: 0px;
    height: auto;
    max-height: 100px;
}

    #header .navbar .navbar-brand > img {
        height: 100%;
        padding: 1rem;
        width: auto;
        max-height: 100px;
        max-width: 240px;
    }

#header .navbar .navbar-toggle {
    background-color: transparent;
    border-color: #52658F;
}

    #header .navbar .navbar-toggle:hover {
        background-color: #52658F;
        border-color: #E8E8E8;
    }

    #header .navbar .navbar-toggle .icon-bar {
        background-color: #333A56;
    }

    #header .navbar .navbar-toggle:hover .icon-bar {
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        color: #E8E8E8;
    }

a.kitMenuSelected {
    font-size: 1.4rem;
    color: rgb(51,51,51);
    font-weight: 700;
    line-height: 1.4rem;
    text-decoration: none;
    display: table;
}

    a.kitMenuSelected.leftAlign {
        margin-right: 0px;
        margin-left: auto;
    }

    a.kitMenuSelected.rightAlign {
        margin-right: auto;
        margin-left: 0px;
    }

span.kitMenuItem {
    display: table-cell;
}

/*a.kitMenuSelected:hover{
        color:white;
        background-color:rgb(78,80,80);
    }*/

#header .navbar .navbar-nav li a.mainMenuItem {
    /*text-transform: uppercase;*/
    font-size: 24pt;
    color: rgb(12,58,109);
    font-weight: 700;
    line-height: 21px;
    min-height: 57px;
    transition: background-color 0.5s ease-out;
}

    #header .navbar .navbar-nav li a.mainMenuItem:hover {
        background-color: #52658F;
        color: #E8E8E8;
    }

    #header .navbar .navbar-nav li a.mainMenuItem:focus {
        background-color: #52658F;
        color: #E8E8E8;
    }

        #header .navbar .navbar-nav li a.mainMenuItem:focus a[aria-expanded="true"] {
            background-color: #52658F;
            color: #E8E8E8;
        }

#header .navbar .navbar-nav li.active > a {
    /*background-color: #52658F !important;*/
    color: #E8E8E8 !important;
}

#header .navbar .navbar-nav li a[aria-expanded="true"] {
    background-color: #52658F;
    /*color: #E8E8E8 !important;*/
}

/*#header > ul > li.active > a,
a[aria-expanded="true"] {
    background-color: #52658F;
    /*color: #E8E8E8 !important;*/
/*}*/

#header .dropdown-menu.dropdown-panel {
    padding: 2rem;
    background-color: #52658F;
    color: #E8E8E8;
    width: auto;
}

    #header .dropdown-menu.dropdown-panel a {
        background-color: #52658F;
        color: #E8E8E8;
        text-decoration: none;
    }

        #header .dropdown-menu.dropdown-panel a:hover {
        }

    #header .dropdown-menu.dropdown-panel.dropdown-cart {
        min-width: 25rem;
    }

        #header .dropdown-menu.dropdown-panel.dropdown-cart .cart-total {
            color: #FC6C0F;
        }

.headerImageBanner {
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
    background-size: 100% auto;
}

/************************* CONTENT **************************/

/* THIS IS NOT WORKING */
/* DOUBLE SCROLLBAR GLITCH IN FIREFOX */
/*@-moz-document url-prefix() {

    div#contentwrappersidebar {
        padding-bottom: 20px;
    }
}*/

/* FOR DOUBLE SCROLLBAR GLITCH FIREFOX */
div#contentwrappersidebar {
    padding-bottom: 20px;
}

.margin-top-7 {
    margin-top: 7px;
}

#pageTitle {
    /*margin-top: 80px;*/
    /*background-color: rgb(239,239,239) !important;*/
    background-color: #fff;
}

#mainbody {
    width: 100%;
    max-width: 100%;
    display: block;
    /*flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    overflow-x: hidden !important;*/
}

    #mainbody #contentwrapper {
        /*flex-grow: 1;
        flex-shrink: 1;*/
        padding: 1rem 20rem 2rem 20rem;
        transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        -webkit-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        /*overflow-x: hidden !important;*/
    }

    #mainbody #contentwrapper, .img-inline-resp {
        margin-bottom: 50px;
        max-width: 100%;
    }

.img-inline-resp {
    height: auto;
}

/*ul.listSubmenu li.active2 a {
    background-color: black;
    color: white !important;
    display: inline-block;
    margin-top: 5px;
}*/

/*ul.listSubmenu li.active2 a:hover {
    color: black !important;
}*/

/************************* FOOTER **************************/

/*.footer {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgba(24, 62, 110, 1);
    color: #cecece;
    z-index: 5;
}*/

.footer {
    /*position:absolute;
    bottom:0;
    width:100%;*/
}

    .footer.navbar-bottom {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

.footer-element {
    text-align: center;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.footer a {
    color: rgb(0,58,112) !important;
}

    .footer a:hover {
        color: white;
        text-decoration: none;
    }

    .footer a:focus {
        color: white;
    }

    .footer a span.hovertoggle {
        position: absolute;
        margin-left: -1.8rem;
        margin-top: 0.1rem;
        opacity: 0;
        transition: opacity 250ms ease-out;
    }

    .footer a:hover span.hovertoggle {
        opacity: 1;
        transition: opacity 250ms ease-in;
    }

    .footer a:focus span.hovertoggle {
        opacity: 1;
        transition: opacity 250ms ease-in;
    }

#contentWithSideMenu {
    width: 100%;
    padding: 0;
}

#adminMenu ul.listSubmenu li a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-right: 1rem;
}

.vcenter {
    vertical-align: middle;
}

.listmenuspan {
    vertical-align: middle;
    font-size: 0.6em;
}

.panel-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 0 !important;
}

.panel2 {
    color: #333A56 !important;
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.panel-group-login {
    background-color: #E8E8E8 !important;
}

.panel-group {
    color: #333A56 !important;
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.panel-heading {
    font-weight: bold;
}

    .panel-heading span {
        font-size: 2rem;
    }

/************************* MODALS **************************/


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333A56 !important;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.75);
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#quantitySelection .modal-body .input-group-btn > button > i.glyphicon {
    font-size: 1rem;
}

.modal-dialog {
    color: #333A56 !important;
}

    .modal-dialog .modal-header {
        color: #52658F !important;
    }

    .modal-dialog .modal-body .modalSectionTitle {
        color: #52658F !important;
    }


/************************* ITEM LIST **************************/
.max-width-125 {
    max-width: 125px;
}

.row.equal .thumbnail {
    /*display: flex;
    flex-direction: column;*/
    /* height: 100%; */
    border: none;
}

    .row.equal .thumbnail img {
        /*flex-grow: 0;
        flex-shrink: 1;*/
    }

    .row.equal .thumbnail .caption {
        /*flex-grow: 1;
        flex-shrink: 1;
        display: flex;
        flex-direction: column;*/
    }

        .row.equal .thumbnail .caption h3,
        .row.equal .thumbnail .caption div {
            /*flex-grow: 0;
            flex-shrink: 1;*/
        }

.thumbnail:hover {
    border-color: #1f1f1f;
}

.thumbnail.product {
    /* min-width: 30rem; */
}

    .thumbnail.product > .imgContainer {
        width: 280px;
        height: 280px;
        border: 0.1rem solid #ddd;
        border-radius: 3px;
        overflow: hidden;
        text-align: center;
        position: relative;
        /*VERTICALLY ALIGN INPUT IN DIV */
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .thumbnail.product > .imgContainer > input {
            /*margin: auto;*/
            /*max-width: 100% !important;
            max-height: 100% !important;*/
            /*height: 100%;
    width: auto;*/
            padding: 10px;
        }

    .thumbnail.product > .caption .itemName {
        color: rgba(24, 62, 110, 1);
    }

        .thumbnail.product > .caption .itemName:hover {
            color: #456896;
        }

    .thumbnail.product > .caption .itemPrice {
        color: #183d6e;
        font-weight: bold;
    }

        .thumbnail.product > .caption .itemPrice.special {
            color: #A00000;
        }

    .thumbnail.product > .caption p.productDescription {
        margin: 1rem 0;
        max-height: 10rem;
        max-width: 100%;
        overflow: hidden;
        /* white-space: wrap; */
        text-overflow: ellipsis;
        /*flex-grow: 1;
        flex-shrink: 1;*/
    }

    .thumbnail.product > .caption input.productQty,
    .thumbnail.product > .caption button.addToBasket {
        width: 100%;
    }

.new-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.group-icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.group-item-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 1.4rem;
    line-height: 1.4rem;
    top: 12px;
    right: 60px;
    opacity: 0;
    transition: opacity 1s;
}

    .group-item-tooltip::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }

img.group-icon:hover + span.group-item-tooltip {
    visibility: visible;
    opacity: 1;
}

/************************* ITEM CONFIGURATION **************************/
.imageRadioButtonGroup {
    padding: 4px;
    /* border: 1px solid rgba(24, 62, 110, 0.6); */
    border: 1px solid #CCC;
    border-radius: 4px;
    white-space: nowrap;
    overflow-x: auto;
}

.img-check.active > img {
    opacity: 0.8;
}

/************************* ORDERS PAGE **************************/
#ordersHistoryTable {
    min-width: 800px;
}

#ddlSearchTypeSelect {
    width: auto;
}

.input-group-btn:last-child > #ddlSearchTypeSelect {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-btn:first-child > #ddlSearchTypeSelect {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-group > .input-group-btn:not(:first-child):not(:last-child) > * {
    border-radius: 0;
}


#orderListTypeSelectContainer,
#orderListTypeSelectContainer > * {
    width: 100% !important;
    max-width: 100% !important;
}

    #orderListTypeSelectContainer > .bootstrap-select > button.dropdown-toggle > span {
        font-size: 3rem;
    }

/************************* MEDIA QUERIES **************************/


/*@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
}*/

@media (min-width:1200px) {

    .pull-right-lg {
        float: right !important;
        /*used to float element right when min width equals 1200px*/
    }
}

@media (min-width:1400px) {

    .pull-right-xl {
        float: right;
    }

    .clear-xl-offset {
        margin-left: 0%;
    }
}

@media (min-width:1200px) {

    .pull-right-lg {
        float: right;
    }
}

@media (min-width:992px) {

    .pull-right-md {
        float: right;
    }
}

@media (min-width:815px) {
    #containerAll {
        padding-bottom: 74px;
    }
}

@media (min-width:768px) {

    .pull-right-sm {
        float: right;
    }
}

@media (max-width:830px) {
    .search-block {
        display: block;
        margin-bottom: 10px;
        clear: both;
    }

    .btn {
        text-align: left;
    }
}

}

@media (max-width: 1300px) {

    #mainbody #contentwrapper {
        padding: 1rem 5rem 2rem 5rem;
        margin-bottom: 50px;
    }

    .autoWidth {
        width: 20rem !important;
    }
}

@media (max-width: 1100px) {

    .padding-bottom-10-lg {
        padding-bottom: 1px;
    }

    .padding-top-10-lg {
        padding-top: 1px;
    }


    .show-small-1100, .inline-block-1100 {
        display: inline-block !important;
        width: auto !important;
    }

    .inline-block-1100 {
        font-size: 24px;
    }

    .align-left-small {
        text-align: left;
    }

    .hide-small-1100 {
        display: none !important;
    }

    .valign-top-small {
        vertical-align: top;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 1000px;
    }

    #header .nav.navbar {
        overflow-y: visible;
    }

    /*JPT 2020-12-15 DO NOT CHANGE BORDER ET BOX SHADOW STYLE IN COLLAPSIBLE MODE*/
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        /*background-color: transparent;
        border: 0;*/
        /*-webkit-box-shadow: none;
        box-shadow: none;*/
        max-width: 100%;
    }

    /*JPT 2020-12-15 KEEP BORDER ET BOX SHADOW STYLE IN COLLAPSIBLE MODE THE SAME AS IN FULL SCREEN MODE*/
    .navbar-nav .open .dropdown-menu {
        border: 1.15px solid rgba(0,0,0,0.15) !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
        -webkit-box-shadow: rgba(0,0,0,0.176) 0px 6px 12px 0px !important;
        box-shadow: rgba(0,0,0,0.176) 0px 6px 12px 0px !important;
    }

    #header .dropdown-menu.dropdown-panel {
        background-color: rgba(255, 255, 255, 0.8);
        color: black;
    }

        #header .dropdown-menu.dropdown-panel a {
            background-color: #fff;
            color: black;
        }

            #header .dropdown-menu.dropdown-panel a:hover {
                background-color: #fff;
                color: black;
                text-decoration: underline;
            }

    #header .navbar .navbar-nav li a.mainMenuItem {
        text-align: left;
        /*text-transform: uppercase;*/
        font-size: 24pt;
        color: rgb(12,58,109);
        line-height: 21px;
        min-height: 57px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        background-color: white;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        z-index: 1000;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
        background-color: white;
    }

    #mainbody #contentwrapper {
        padding: 1rem 5rem 2rem 5rem;
        margin-bottom: 50px;
    }

    .environment {
        display: block;
        padding-top: 0px;
    }

    .right-text-lg {
        text-align: left;
    }

    .center-text-lg {
        text-align: left;
    }

    .page-title, .page-message {
        background-color: #FFFFFF;
        width: 100%;
        padding: 0 1rem 0 5rem;
    }
}

@media (max-width: 690px) {
    .show-small-690 {
        display: block !important;
    }
}



@media (max-width: 767px) {

    .loginErrorMessagePanel {
        width: auto;
    }

    .width-200-lg {
        width: 10rem !important;
    }

    .width-350,
    .width-400,
    .width-450,
    .width-500 {
        width: auto !important;
    }

    .headerImageBanner {
        height: 100px;
    }

    #contentWithSideMenu {
        width: 100%;
        padding: 0;
    }

    #mainbody {
        padding-top: 3rem;
        /*background-color: rgb(239,239,239);*/
    }

        #mainbody #contentwrapper {
            padding: 0 5rem 2rem 5rem;
            margin-right: 0;
            -webkit-transform: none;
            transform: none;
            margin-bottom: 50px;
        }

            #mainbody #contentwrapper.active {
                margin-right: -100%;
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }

    #adminMenu ul.listSubmenu li a {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        padding-right: 2rem;
        padding-left: 3rem;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        color: black;
    }

    #orderListTypeSelectContainer > .bootstrap-select > button.dropdown-toggle > span {
        font-size: 1.8rem;
    }

    .headerBannerContainer {
        height: 30px;
        position: static;
        top: 0px;
        width: 100%;
        z-index: 10;
    }

    .margin-top-40 {
        margin-top: 0px;
    }

    .hide-small {
        /*Used to show on large screens and hide on small screen*/
        display: none !important;
    }

    .input-group .form-control {
        float: none;
    }

    .input-group {
        display: block;
    }

    .show-small-767 {
        display: block !important;
    }

    .show-small {
        /*Used to show on large screens and hide on small screen*/
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .show-small-glyph {
        display: block;
        padding-top: 4px;
        padding-bottom: 6px;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }
}

@media (max-width:412px) {
    #containerAll {
        padding-bottom: 94px;
    }
}

@media (max-width:320px) {
    #mainbody #contentwrapper {
        padding: 0px;
        margin-bottom: 50px;
    }
}

/* SPECIFIC FOR IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        min-height: 600px;
        height: 100%;
    }

    #header .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/************************** ANIMATIONS ***************************/

/* Button loading rotation animation */
.glyphicon-refresh-animate {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}



/* Animation to fade in the menu right icons */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-ms-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/********************** MASTER PAGE ***********************/
#headerBanner {
    /*height: 100%;
    width: 100%;*/
}

.imgHeader {
    height: auto;
    max-height: 175px;
    width: 100%;
    border-bottom: 1px solid black !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 175px;
}

.lblHeader {
    height: auto;
    max-height: 175px;
    width: 100%;
    background-color: transparent;
    color: black;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 1000px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: static;
}

@media print {
    .container {
        max-width: none !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row {
        margin-left: -1% !important;
        margin-left: -1% !important;
    }

    [class*="col-"] {
        float: left !important;
        padding-left: 1% !important;
        padding-right: 1% !important;
    }

    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100% !important;
    }

    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667% !important;
    }

    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333% !important;
    }

    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75% !important;
    }

    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667% !important;
    }

    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333% !important;
    }

    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50% !important;
    }

    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667% !important;
    }

    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333% !important;
    }

    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25% !important;
    }

    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667% !important;
    }

    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333% !important;
    }
}

@media (max-width:1400px) {

    .show-small-1400 {
        display: block;
    }

    .margin-bottom-5-small {
        margin-bottom: 5px;
    }

    .margin-bottom-40-small {
        margin-bottom: 40px;
    }
}

@media (max-width:1024px) {

    .padding-top-200,
    .padding-top-300,
    .padding-top-400 {
        padding-top: 10px;
    }

    .show-small-1024 {
        display: block !important;
    }

    .show-small-1024-inline {
        display: inline-block !important;
    }

    .hide-small-1024 {
        /*Used to show on large screens and hide on small screen*/
        display: none;
    }

    .hide-small-1024-inline {
        /*Used to show on large screens and hide on small screen*/
        display: none;
    }

    .margin-bottom-125-small {
        margin-bottom: 125px;
    }
}

@media (max-width:1087px) {

    #menuPipe {
        display: none;
    }
}

@media (max-width:380px) {
    .thumbnail.product {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .contentwrappersidebar {
        padding: 0px;
    }
}

/********************************* WCAG START ***************************************/

h1, h2 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: inherit;
}

.outline-zero {
    outline: 0;
}

.outline-force:focus {
    outline: 2px solid black!important;
}

.checkbox-large input[type="checkbox"],
.gridDesign.gridPerrenial input[type="checkbox"] {
    min-width: 24px;
    min-height: 24px;
}

.gridDesign.gridPerrenial caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/********************************* WCAG END ******************************************/