/* Minification failed. Returning unminified contents.
(3150,20): run-time error CSS1035: Expected colon, found '{'
 */
@font-face {
    font-family: 'CenturyHappytal';
    src: url(/themes/happytal/content/fonts/century/Century.eot);
    src: url(/themes/happytal/content/fonts/century/Century.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(/themes/happytal/content/fonts/century/Century.woff) format('woff'), /* Modern Browsers */
    url(/themes/happytal/content/fonts/century/Century.ttf) format('truetype'), /* Safari, Android, iOS */
    url(/themes/happytal/content/fonts/century/Century.svg#svgFontName) format('svg');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(/themes/happytal/content/fonts/roboto/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(/themes/happytal/content/fonts/roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(/themes/happytal/content/fonts/roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(/themes/happytal/content/fonts/roboto/Roboto-Regular.ttf) format('truetype');
}

/*
  All Happytal widgets/components styles
*/

.happytal-btn {
    background: #d9477c;
    border: 1px solid #d9477c;
    text-align: center;
    font-size: 14px;
    color: white;
    padding: 4px 0px 4px 0px;
    border-radius: 3px 3px 3px 3px;
    outline: none;
    transition: background-color 200ms;
    cursor: pointer;
}

.happytal-btn:hover {
    background: #FA6EAA;
}

.happytal-secondary-btn {
    background: white;
    border: 1px solid #d9477c;
    text-align: center;
    font-size: 14px;
    color: #d9477c;
    padding: 4px 0px 4px 0px;
    border-radius: 3px 3px 3px 3px;
    outline: none;
    transition: all 200ms;
    cursor: pointer;
}

.happytal-secondary-btn:hover {
    border: 1px solid #FA6EAA;
    color: #FA6EAA;
}

.happytal-role-btn:hover {
    background: rgba(142,146,149,.5);
}

.happytal-role-btn {
    min-width: 90px;
    height: 35px;
    border-radius: 6px;
    text-align: center;
    /* Really need CSS preprocessing ;-) */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    border: 1px solid #d3d3d3;
    background: transparent;
    padding: 5px 0px 10px 0px;
    font-weight: normal;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: all ease .5s;
}

.happytal-role-btn-selected:hover {
    background: #d9477c;
}

.happytal-role-btn-selected {
    background: #d9477c;
}

.happytal-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
}

.happytal-label {
    color: #56585D;
}

.happytal-highlight {
    color: #dc467d;
}

/******************************
  Popup
 ******************************/

.happytal-popup-overlay {
     display: none;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(216,218,217, 0.5);
     z-index: 10;
 }

.happytal-popup {
    top: 20%;
    left: 50%;
    margin: 70px auto;
    background: white;
    border-radius: 5px;
    z-index: 110;
    box-shadow: 0px 0px 4px 1px rgba(191, 191, 191, .5);
}

.happytal-popup-header {
    width: 100%;
    min-height: 56px;
    background: #d9477c;
    padding: 15px 20px 15px 20px;
    border-radius: 5px 5px 0px 0px;
}

.happytal-popup-header-title {
    font-size: 19px;
    color: white;
}

.happytal-popup-header-close-btn {
    font-size: 21px;
    color: white;
}

.happytal-popup-header-close-btn:hover {
    font-size: 21px;
    color: white;
}

.happytal-popup-content {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
}

.happytal-popup-loading {
    display: none;
    text-align: center;
    padding: 50px 20px 50px 20px;
    font-size: 18px;
}

.happytal-popup-loading .loading-icon {
    margin: 0px 5px 0px 0px;
}

.happytal-popup-footer {
    padding: 10px 20px 13px 20px;
    text-align: right;
}

/******************************
  Home Page
 ******************************/

/* Chosen */

#go-to-services .chosen-single div b {
    margin-top: 5px;
}

#go-to-services .chosen-container .chosen-results {
    text-align: left;
}

#go-to-services .institution-select {
    display: none;
}

#go-to-services .department-select {
    display: none;
}

#go-to-services .chosen-container .chosen-results .result-selected {
    color: white !important;
    background: #d9477c !important;
}

#go-to-services .chosen-container .chosen-results .highlighted {
    color: #444;
    background: #ffeaf2;
}

#go-to-services .chosen-single {
    height: 36px;
    font-size: 16px;
}

/* Basket popup */

.happytal-basket-popup {
    max-width: 600px;
    margin: 200px auto;
}

.happytal-basket-popup .happytal-basket-btn {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
}

.happytal-basket-popup .happytal-secondary-btn {
    margin-right: 10px;
}

.happytal-basket-site {
    padding: 15px;
    font-family: 'Roboto-Bold';
    font-size: 18px;
}
.happytal-product-count {
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

#ui-datepicker-div .ui-datepicker-year {
    color: #444444;
}

/* Recaptcha boxes */

.happytal-recaptcha {
    margin-left: 14px;
}

#container2 > div.container2-innerdiv {
    background-color: rgba(255,255,255,0.9);
    background-image: url(/themes/happytal/content/pictures/header/xl/img-background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.header-links-wrapper a, .headerHomePage-links-wrapper a {
    font-size: 14px;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    padding: 1em;
    float: left;
}

.master-wrapper-content {
    margin: 0 0 0;
    width: 100%;
    background: #FFF;
    background-color: white;
    text-align: left;
}

.header a {
    color: #56585d;
}

.header-links-wrapper ul li, .headerHomePage-links-wrapper ul li {
    display: inline;
    list-style: none;
    float: left;
}

.master-wrapper-cph-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #56585D;
}

.category-page, .category-page-min {
    width: 100%;
    margin: 0 auto;
}

section.greysection, .master-wrapper-cph-2, .rolehome-page, .threeblocks, .greyrow, .login-page, .password-recovery-page .wrapper {
    background: none repeat scroll 0 0 #ebeeed;
}

.header-links-wrapper > select, .header-links-wrapper option {
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: block;
}

.clear2 {
    float: none;
    clear: both;
    height: 191px;
    border: medium none;
    font-size: 0;
    line-height: 0;
}

.header, .header-dark {
    position: relative;
    width: 100%;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.8);
}

.header-links-wrapper ul, .headerHomePage-links-wrapper ul {
    margin: 0;
    padding: 0;
}

#container2 {
    width: 100%;
    background: url(/themes/happytal/content/images/15660129311_dc1e75f468_h.jpg) no-repeat scroll 0 0 rgba(0,0,0,1);
}

.header-logo {
    float: left;
    margin-top: 0;
    padding: 0.5em 1em;
    text-align: left;
}

.header-links-wrapper > ul {
    display: none;
}

.header-links-wrapper, .headerHomePage-links-wrapper {
    position: absolute;
    right: 0;
    text-align: right;
    margin: 0 1em 0 0;
    top: 0.25em;
}

.happytal-header-left {
    position: absolute;
    left: 20px;
}

.happytal-header-left .happytal-header-left-item {
    float: left;
}

.happytal-no-link:hover {
    text-decoration: none;
}

.happytal-no-link:visited {
    text-decoration: none;
}

.happytal-no-link {
    text-decoration: none;
}

.happytal-logo {
    float: left;
    width: 129px;
    height: 42px;
    margin: 5px 0px 0px 0px;
    background: url(/themes/happytal/content/pictures/home/xl/happytal-logo.png);
}

.happytal-silver-alliance-logo {
    width: 40px;
    height: 40px;
    background-image: url(/themes/happytal/content/pictures/home/xl/silver-alliance-logo.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin: 8px 0px 0px 15px;
}

ol, ul {
    list-style: none;
}

.fourblocks {
    padding: 1em;
    width: 100%;
    margin: auto;
}

.fluidtable > div {
    display: table-cell;
    float: left;
    margin-bottom: 0;
}

.fourblocks .fluidtable > div {
    width: 100%;
}

footer #contact1 {
    padding: 2em 0 2em 2em;
}

footer .aboutus {
    padding: 2em;
    border-left: 1px solid rgb(235, 238, 237);
}

footer #contact2 {
    padding: 2em 2em 2em 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, input {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}

.header select {
    padding: 0.5em !important;
    width: 100%;
    border: 1px solid #BCBDBE;
    box-shadow: 2px 2px 2px -3px #56585d;
    border-radius: 2px;
    font-size: 1em;
}

footer li {
    padding: 0.5em 0 0.25em;
}

footer h1 {
    color: #56585d;
    font-size: 1.5em;
    padding: 0 0 1em;
}

.footer a {
    text-decoration: none;
}

span.contact_email {
    background-position: -23px 0;
}

span.contact_twitter {
    background-position: -46px 0;
}

span.contact_linkedin {
    background-position: -137px 0;
}

span.contact_location {
    background-position: -115px 0;
}

.contact span {
    background-image: url(/themes/happytal/content/images/icon_sprite.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
}

span.contact_facebook {
    background-position: 3px;
    background-image: url(/themes/happytal/content/images/facebook23.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
    background-size: 75%;
}

.popup-language-radio {
    margin-top: 20px !important;
}
.popup-language-radio label::before {
    display: none;
}
.popup-language-radio label::after{
    display: none;
}
.popup-language-radio input[type="radio"] {
    opacity: 10 !important;
}
.footer_btn-color-pink1 {
    color: #fff;
    background-color: #d9477c;
    border: 1px solid #d9477c !important;
    outline: none;
    width: 90%;
    margin-left: 30px !important;
}
.footer_fs-1em {
    font-size: 1em !important;
}
.footer_buttonSubmit {
    margin: 0 auto;
    min-height: 34px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 25px !important;
    font-size: 14px !important;
}
.footer_btn-color-pink2 {
    color: #d9477c;
    background: #fff;
    border: 1px solid #d9477c !important;
    outline: none;
    margin-left: 150px;
}
.footer-language-bar {
    border-top: 1px solid rgb(235, 238, 237);
    font-size: 15px;
    text-align: center;
    padding: 20px 40px 0px 40px;
}
a.close{
    color: #fff !important;
}
a.close:hover{
    text-decoration: none !important;
}

* {
    font-family: Roboto-Regular;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr, input {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}

body {
    margin: 0 auto;
    width: 100% auto;
    color: #3A4045;
}

/* generic fluid table, width is controlled by setting individual width of divs*/
.fluidtable {
    display: table;
    margin-bottom: 0.5em;
    width: 100%;
}

.fluidtable > div {
    display: table-cell;
    float: left;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    color: #999;
    font-style: italic;
}

::-moz-placeholder {
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

section.greysection,
.master-wrapper-cph-2,
.rolehome-page,
.threeblocks,
.greyrow,
.login-page,
.password-recovery-page .wrapper {
    background: none repeat scroll 0 0 #ebeeed;
}

section.white h1 {
    font-size: 2em;
    text-align: center;
    color: #56585d;
}

section.darksection {
    background-color: #56585d;
}

section.opaquesection {
    background-color: rgba(0, 0, 0, 0.7);
}


section.darksection h1,
section.darksection h2,
section.darksection h3,
section.darksection p,
section.darksection label {
    color: white;
}

/*Common for white back ground section*/

section.white h1 {
    font-size: 2em;
    text-align: center;
    padding: 1em;
    color: #56585d;
}

section.white h2 {
    font-size: 1.5em;
    color: #56585d;
    padding: 1em;
    text-align: center;
}

#theboard h2 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
}

#theboard h3 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
}

#infolist div.fluidtable {
    width: 100%;
    margin: 0 auto;
}

#infolist div.listdiv {
    width: 100%;
    padding: 1em;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    color: #56585d;
    text-decoration: none;
}

a.role {
    font-size: 0.9em;
}

a:hover {
    color: #56585d;
    text-decoration: underline;
}

b {
    font-weight: bold;
}

img {
    border: 0;
}

h2, h3 {
    font-size: 1em;
}

textarea {
    padding: 0.5em 1em;
    width: 100%;
    border: 1px solid #BCBDBE;
    border-radius: 2px;
    box-shadow: 2px 2px 2px -2px #56585D;
    font-family: inherit;
}

/* MASTER PAGE WRAPPERS */
.master-wrapper-page {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.master-wrapper-content {
    margin: 0 0 0;
    width: 100%;
    background: #FFF;
    background-color: white;
    text-align: left;
}
/* one column master page */
.master-wrapper-center-1 {
    float: left;
    width: 100%;
}

.master-wrapper-cph-1 {
    float: left;
    padding: 0;
    width: 100%;
    color: #56585D;
}

#container2 {
    width: 100%;
    background: url(/themes/happytal/content/images/15660129311_dc1e75f468_h.jpg) no-repeat scroll 0 0 rgba(0,0,0,1);
}

#container2 > div.container2-innerdiv {
    background-color: rgba(255,255,255,0.9);
    background-image: url(/themes/happytal/content/images/defaultbanner.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    background-position: center;
}

#container1 {
    width: 100%;
    margin: auto;
}

#container1 #col1 {
    float: left;
    width: 25%;
    padding: 1em;
}

#col1Inner {
    background-color: white;
}

#container1 #col2 {
    position: relative;
    float: left;
    width: 75%;
}

/* two column master page */
.master-wrapper-side-2 {
    display: inline;
    float: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.master-wrapper-center-2 {
    display: inline;
    margin: 0;
    min-height: 100%;
}

.master-wrapper-cph-2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #56585D;
}
/* three column master page */
.master-wrapper-leftside-3 {
    display: inline;
    float: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.master-wrapper-center-3 {
    display: inline;
    float: left;
    overflow: hidden;
    background: #FFF;
}

.master-wrapper-cph-3 {
    float: left;
    margin-bottom: 15px;
    padding: 1em;
    min-height: 400px;
    width: 560px;
    background: #FFF;
    color: #56585D;
}

.master-wrapper-rightside-3 {
    display: inline;
    float: right;
    margin: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* MASTER HEADER */

.header,
.header-dark {
    position: relative;
    width: 100%;
    height: 56px;
    background: white;
}

.header a {
    color: #56585d;
}

.header-dark a {
    color: black;
}

#headerHomePage {
    height: 134px;
}

.header .icon {
    vertical-align: bottom;
}

.header .ico-register {
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-register.gif) no-repeat;
}

.header .ico-login {
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-login.gif) no-repeat;
}

.header .ico-logout {
    z-index: 20;
    float: right;
    padding-bottom: 15px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-lougout-small.png) no-repeat;
}

.header .ico-inbox {
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-inbox.gif)  no-repeat;
}

.header .ico-cart {
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-cart.gif) no-repeat;
}

.header .ico-wishlist {
    padding-bottom: 5px;
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-wishlist.gif) no-repeat;
}

.header-logo {
    float: left;
    margin-top: 0;
    padding: 0.5em 1em;
    text-align: left;
}

.social {
    height: 80px;
    padding-right: 10px;
    position: absolute;
    right: 305px;
    top: 104px;
    width: 164px;
    z-index: 20;
}

.social li {
    float: left;
    margin: 0.5em;
}

.social a {
    display: block;
    height: 32px;
    width: 32px;
}

.ico-recyclebin {
    width: 20px;
    height: 20px;
    background: url(/themes/happytal/content/images/ico-recyclebin.png) no-repeat scroll -1px center transparent;
}

.ico-send-mail {
    background: url(/themes/happytal/content/images/ico-send-mail.png) 10px center no-repeat;
}

.ico-orders-details {
    float: right;
    margin-right: 0;
    padding-right: 0;
    padding-left: 1.5em;
    width: 8em;
    background: url(/themes/happytal/content/images/ico-orders-details.png) no-repeat scroll 0.5em center white;
}

.generic-grid .ico-send-mail {
    background-position: 0 0;
}

#ico-send-mail-wishlist {
    padding-left: 25px;
    color: #58585A;
    text-decoration: underline;
    cursor: pointer;
}

a.logo {
    display: block;
    width: 160px;
    height: 40px;
    background: url(/themes/happytal/content/images/logo---happytal2.png);
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-weight: bold;
    top: 0.25em;
    background-repeat: no-repeat;
}

a.logo2 {
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-weight: bold;
    top: 0.25em;
}

.header-dark a.logo {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em;
    margin-left: 30px;
}

.header-currencyselector {
    float: right;
}

.header-languageselector {
    float: right;
}

.header-links-wrapper, .headerHomePage-links-wrapper {
    position: absolute;
    right: 0;
    text-align: right;
    margin: 0 1em 0 0;
    top: 0.25em;
}

.header-links-wrapper > select,
.header-links-wrapper option {
    background-color: rgba(0,0,0,0.5);
    color: white;
    display: block; /*default is smartphone*/
}

.header-links-wrapper > ul {
    display: none;
}

.header-links {
    display: inline-table;
    margin-bottom: 5px;
    padding: 5px;
    border: solid 1px #FFF;
}

.header-links-wrapper ul, .headerHomePage-links-wrapper ul {
    margin: 0;
    padding: 0;
}

.header-links-wrapper ul li, .headerHomePage-links-wrapper ul li {
    display: inline;
    list-style: none;
    float: left;
}

.header-links-wrapper a, .headerHomePage-links-wrapper a {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: #4b4b4b;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 1em;
    float: left;
}

.header-links-wrapper ul li a:hover,
.headerHomePage-links-wrapper ul li a:hover {
    color: #dc467d;
    text-decoration: none;
}

.subTopLink {
    position: absolute;
    top: 2.55em;
    right: 4.5em;
    float: right;
    margin: 1px 0 0 325px;
}

.subTopLink ul li {
    float: left;
    margin-right: 10px;
    width: 140px;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: white;
    box-shadow: 2px 2px 2px -2px #56585d;
    text-align: center;
    font-size: 0.8em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993');
    cursor: pointer;
}

.subTopLink a {
    display: block;
    padding: 3px 5px;
    line-height: 2em;
}

.searchbox {
    display: inline;
    float: left;
    padding-left: 5px;
}

.searchbox ul {
    margin: 0;
    padding: 0;
}

.searchbox ul li {
    float: left;
    list-style: none;
}

.searchbox .ui-autocomplete-loading {
    background: white url(/themes/happytal/content/images/ajax_loader_small.gif) right center no-repeat;
}

.headermenuDiv {
    padding: 0 1em;
    margin: 0 auto;
    width: 100%;
}

.headermenu {
    padding: 1em;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 1.23em;
    background-color: white;
}

.headermenu ul.topmenu {
    text-align: center;
    margin: 0;
    padding: 0;
}

.headermenu ul.topmenu li {
    padding: 0.25em 0.5em 0.25em 0;
    float: left;
    display: inline;
    list-style: none;
    white-space: nowrap;
}

.headermenu ul.topmenu li a {
    color: #56585d;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer {
    color: #56585D;
    float: left;
    font-size: 0.9em;
    margin: 1em auto;
    /*padding: 1em;*/
    text-align: left;
    width: 100%;
}

footer #contact1 {
    padding: 2em 0 2em 2em;
}

footer #contact2 {
    padding: 2em 2em 2em 0;
}

footer .aboutus {
    padding: 2em;
    border-left: 1px solid rgb(235, 238, 237);
    height: 267px;
}

footer h1 {
    color: #56585d;
    font-size: 1.5em;
    padding: 0 0 1em;
}

footer li {
    padding: 0.5em 0 0.25em;
}

.footer .footerdiv {
    margin: 0 auto;
    width: 100%;
}

footer {
    margin: 0 auto;
    padding: 0 1em;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-disclaimer {
    float: right;
}

.footer-poweredby {
    float: left;
}

.footer-storetheme {
    float: right;
    margin: 0 100px 0 10px;
}

.changedevice {
    clear: both;
    text-align: right;
}
/* MISC. CLASSES */
.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.page-title {
    overflow: hidden;
    width: 100%;
    /* Remove this to allow box (like in orderdetails) and titlebar to touch (no space between them)
		Use padding inside html of page title to get back space
		 */
    /*border-bottom: 1px solid;*/
    /*margin: 0 0 10px;*/
}

.page-title h1, .page-title h2 {
    margin: 0;
    padding: 0.5em;
    font-weight: 400;
}

.page-title .title {
    float: left;
    text-align: left;
}

.page-title .rss {
    float: right;
    text-align: right;
}

td {
    vertical-align: middle;
}

td.fieldname {
    font-size: 0.8em;
}

.table-container {

}

.table-container .row {

}

.table-container .row .item-name {
    display: block;
    padding: 3px 10px 0 0;
    padding-right: 10px;
    vertical-align: middle;
}

.table-container .row .item-value {
    padding: 3px 0 0;
    vertical-align: middle;
}

.table-container .row .item-value-nolabel {
    vertical-align: middle;
}

/* ajax loading indicator */
.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 11040;
    overflow: hidden;
    width: 128px;
    height: 128px;
    right: 0;
    margin: -64px auto;
}

.ajax-loading-block-window .loading-image {
    background-image: url(/themes/happytal/content/images/ajax_loader_large.gif);
    height: 128px;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    position: fixed;
    top: 50%;
    width: 128px;
}

/* data table */
.data-table {
    width: 100%;
    border: 1px solid;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}

.data-table th {
    padding: 3px 8px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table th, .data-table td {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.data-table .odd {

}

.data-table .even {
    background-color: #F4FAFF;
}

.htmlcontent {
    padding-bottom: 5px;
}

.htmlcontent-title {
    clear: both;
    padding: 0 0 5px;
}

.htmlcontent-header {
    font-weight: 700;
    font-size: 1.2em;
}

.htmlcontent-body {

}

.topicpage {

}

.topicpage .topicpage-body {

}

.user-agreement-page {

}

.user-agreement-page .page-title {

}

.user-agreement-page .page-body {

}

.clear {
  float: none;
  clear: both;
  height: 0;
  border: medium none;
  font-size: 0;
  line-height: 0;
}

.clear2 {
  float: none;
  clear: both;
  height: 191px;
  border: medium none;
  font-size: 0;
  line-height: 0;
}

.header-taxdisplaytypeselector {
    float: right;
}

.happyBoyTalking-header {
    position: absolute;
    top: 74px;
    right: 22px;
    z-index: 20;
    width: 56px;
    height: 130px;
    background: url(/themes/happytal/content/images/happyboy-small.png) no-repeat;
}

.header-links span.impersonate {
    color: #E44097;
    font-weight: 700;
}

.header-links span.impersonate .finish-impersonation {
    color: #58DE81;
}

.copyright {
    float: right;
    padding-right: 10px;
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.captcha-box {
}

/* sitemap */
.sitemap-page {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.sitemap-page .entity {
    margin: 5px 0 30px;
}

.sitemap-page .topic-box, .sitemap-page .manufacturer-box, .sitemap-page .category-box, .sitemap-page .product-box {
    vertical-align: bottom;
    text-align: center;
}

.sitemap-page .topic-box .item, .sitemap-page .manufacturer-box .item, .sitemap-page .category-box .item, .sitemap-page .product-box .item {
    margin: 3px 10px;
    width: 150px;
    border-bottom: 1px dotted #ADACAC;
    text-align: left;
}

/* EU cookie law */
.eu-cookie-law {
    text-align: left;
}

/* inputs */
.searchtext {
    width: 100%;
    border: solid 1px #d3d3d3;
    vertical-align: top;
    font-size: 0.75em;
}

.searchboxtext {
    width: 110px;
    border: solid 1px #E8E6D2;
    font-size: 0.75em;
}

.accountsignaturetext {
    width: 500px;
    height: 100px;
    border: solid 1px #E8E6D2;
    vertical-align: top;
}

.forumtopictitletext, .pmtitletext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 0.75em;
}

.forumposttext, .bbeditortext {
    width: 100%;
    height: 300px;
}

.privatemessagesubjecttext {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 0.75em;
}

.forumsearchtext {
    width: 500px;
    border: 1px solid #acacac;
}

.forumsearchboxtext {
    border: 1px solid #acacac;
    font-size: 0.75em;
}

.bbeditortext {
    border: #cec6b5 1px solid;
}

.edittopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-edit.gif) no-repeat;
}

.deletetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-delete.gif) no-repeat;
}

.movetopiclinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-move-topic.gif) no-repeat;
}

.replytopiclinkbutton {
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-forum-post-add.gif) no-repeat;
}

.watchtopiclinkbutton {
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-forum-watch.gif) no-repeat;
}

.editpostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-edit.gif) no-repeat;
}

.deletepostlinkbutton {
    padding-right: 5px;
    padding-left: 18px;
    background: url(/themes/happytal/content/images/ico-delete.gif) no-repeat;
}

.quotepostlinkbutton, .postlink {
    float: right;
    padding: 1px 3px;
    border: solid 1px #ccc;
    color: #555;
    font-size: 11px;
    line-height: 15px;
}

.postlink {
    margin-right: 5px;
    padding: 1px 3px;
    border: none;
}

.searchboxbutton {
    margin-bottom: 2px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton {
    margin-bottom: 3px;
}

ul.languagelist {
    display: inline;
    line-height: 25px;
}

ul.languagelist li {
    display: inline;
    padding: 0 5px;
    list-style: none;
}

ul.languagelist li .selected {
    border: solid 1px #ccc !important;
}

ul.languagelist li:hover {
    cursor: pointer;
}

.storethemelist {
    border: solid 1px #E8E6D2;
}

.forumtopicoptionscheck {

}

.forumtopicoptionscheck label {
    padding-left: 5px;
    color: #555;
    vertical-align: top;
    font-size: .9em;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    color: #2f2f2f;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.25;
}

/* PAGER */
.pager {
    text-align: center;
}

.pager a {
    color: #555;
    font-size: 1em;
}

.pager a:link {
    text-align: center;
}

.institutionLogo {
    padding: 0 1em 1em;
    background-color: white;
    text-align: center;
}

.institutionLogo img {
    max-width: 100%;
}

/* NAVIGATIONS */
.block {
    /*padding-bottom: 5px;*/
    padding-left: 0;
}

.block .title {
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
}

.block .listbox {
    margin: 0;
    padding: 1em;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

nav ul {
    display: inline-block;
}

.block #categoryListBox, .block #myAccountNavigationListBox {
    margin: 0;
    padding: 1em;
    font-size: 17px;
}

#categoryListBox li {
    margin: 0;
    display: inline;
    float: left;
    list-style: outside none none;
}

#categoryListBox a {
    display: block;
    padding: 0.5em;
    margin: 0 0.25em;
    text-decoration: none;
    color: white;
    /*background-color: rgba(0,0,0,0.6);*/
    font-size: 1em;
}

#categoryListBox a:hover {
    background-color: rgba(255,255,255,0.2);
    text-decoration: none;
}

#categoryListBox a.active {
    text-decoration: none;
}

.block #myAccountNavigationListBox {
    margin: 0;
    padding: 1em;
    font-size: 1.02em;
    line-height: 40px;
}

.block a {
}

.block li {
    list-style: none;
}

.block li.separator {
    margin: 5px 0;
    width: 140px;
    height: 1px;
    background: #E8E6D2;
}

.block.block-category-navigation {
    margin: 0 auto;
    /*width: 54em;*/
    width: 100%;
}

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-newsletter, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {

}

.block-category-navigation .listbox ul li.inactive, .block-manufacturer-navigation .listbox ul li.inactive {
    border-bottom: 1px solid #56585d;
    background-color: white;
    color: #56585d;
    text-transform: uppercase;
    cursor: pointer;
}

.block-category-navigation .active a :hover,
.block-manufacturer-navigation .active a:hover {
    text-decoration: underline;
}

div.categoryFilter {
    background-color: white;
    padding: 0 1em 1em;
    width: 100%;
    margin: 1em 0;
    /*box-shadow: 2px 2px 2px -2px #56585D;*/
}

div.categoryFilter table {
    margin: 0 0 0.5em 0;
    width: 100%;
}

div.categoryFilter table.value-container,
div.categoryFilter table.label-container,
div.categoryFilter .button-containerTemplate table {
    margin: 0;
    padding: 0.25em;
}

.button-containerTemplate {
    padding: 1em 0 0;
    background-color: white;
}

.button-containerTemplate .price {
    font-size: 1.5em;
    padding: 0.5em;
    text-align: right;
}

div.categoryFilter table.tableHeader {
    margin: 0;
}

div.categoryFilter table tr td.header {
    height: 175px;
}

div.categoryFilter div.description {
    font-size: 1em;
    padding: 1em 0;
}

div.categoryFilter div.imgDiv {
    padding: 0;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    background-size: 100%;
    background-position: center;
}

.imgDiv > img {
    max-width: 100%;
}

div.categoryFilter div.reserve {
    padding: 0 0 1em 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    float: left;
}

td.chooseDate,
td.chooseProduct {
    padding: 1em;
}

div.categoryFilter table tr td.chooseDate {
    margin: 0 20px 20px 0;
    background-color: white;
}

div.categoryFilter table tr td.chooseDate table {
    margin-bottom: 0.5em;
}

div.categoryFilter table tr td table {
    width: 100%;
}

div.categoryFilter table tr td.chooseProduct {
    margin: 0 20px 20px 0;
    border-bottom: 2px solid #56585d;
    background-color: white;
}

div.categoryFilter table tr td table tr td.firstCol {
    padding: 0.5em;
    width: 40px;
    vertical-align: top;
}

div.categoryFilter .availableHalfdays {
    display: none;
}

table.PriceTable td.colB1, table.PriceTable td.colB3 {
    width: 43%;
}

table.PriceTable td.colB2 {
    width: 14%;
}

/*Distinction of Category Filter Type to adapt format*/
div.categoryFilter table.CatFilter-1 {
    width: 100%;
}

/*CategoryTemplate - RangeFilter*/
/*FORMATING OF STEP 1*/

table#CatRangeFilter-1 .label {
    margin: 16px 0 0 0;
}

table#CatRangeFilter-1 .control {
    margin: 0;
    width: 280px;
}

table#CatRangeFilter-1 #halfday-select .ui-button-text-only .ui-button-text {
    min-width: 75px;
}

/*CategoryTemplate - HomeCare*/
/*FORMATING OF STEP 1*/

#care-page .categoryFilter {
    box-shadow: 2px 2px 2px -2px #56585D;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
    margin: 0 0 1em;
}

#care-page div.categoryFilter table {
    /*overides default filter table margin*/
    margin: 0;
}

/*Generic Template*/
.categoryFilter .control {
    margin: 0 0.5em 0.5em 0;
    padding-bottom: 0;
}

.categoryFilter .controlNolabel {
    padding: 1em 1em 1em 0;
    /*half when in desktop, full when in smartphone*/
    width: 50%;
}

.categoryFilter .control select {
    width: 100%;
}

.categoryFilter .controlNolabel div.add-calendar,
.categoryFilter .control div.add-calendar {
    position: relative;
    top: -28px;
    left: 92%;
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
}

/*Fix for radio buttons, jquery ui*/
.block-account-navigation a {
    white-space: nowrap;
}

.block-account-navigation a.inactive {

}

.block-manufacturer-navigation .listbox .viewall a {

}

.block-newsletter .options {
    margin-top: 5px;
}

.block-newsletter .buttons {
    margin-top: 5px;
}

.block-recently-viewed-products a:hover {

}

.block-popular-tags li, .block-popular-blogtags li {
    display: inline !important;
}

.block-popular-tags .listbox .viewall a {

}

.block-blog-archive .year {
    font-weight: 700;
}

/*Mini-shopping cart */
#flyout-cart {
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-height: 50px;
    width: 300px;
    background: #FFF;
}

#flyout-cart.active {
    display: block;
}

.minishoppingcart {
    margin: 0;
    padding: 5px 10px 10px;
    border: 1px solid #C1C1C1;
    background: #FFF;
    color: #56585D;
    font-size: 11px;
}

.minishoppingcart .count {
    margin: 10px 0 10px;
}

.minishoppingcart .items {
    overflow: hidden;
}

.minishoppingcart .items table {
    width: 100%;
    border-collapse: collapse;
}

.minishoppingcart .items table .first td {
    border-top: 1px solid #EEEEEE;
}

.minishoppingcart .items table td {
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
    vertical-align: top;
}

.minishoppingcart .items .item {
    margin: 5px 0;
    border-bottom: 1px solid #CFCFCF;
}

.minishoppingcart .items .item .product .name {
    clear: both;
}

.minishoppingcart .items .item .product .attributes {
    margin: 0;
    font-size: 10px;
}

.minishoppingcart .items .item .price {
    margin: 5%;
    font-size: 10px;
}

.minishoppingcart .items .item .quantity {
    margin: 0;
    font-size: 10px;
}

.minishoppingcart .totals {
    margin: 10px 0;
    text-align: right;
}

.minishoppingcart .buttons {
    margin: 10px 0;
    text-align: right;
}

.minishoppingcart .cartbutton {
    margin: 0 5px;
}

.minishoppingcart .checkoutbutton {
    margin: 0 5px;
}

/* notifications */
.bar-notification {
    position: fixed;
    bottom: 1em;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
    width: 25em;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px -2px #56585D;
}

.bar-notification.success {
    background: none repeat scroll 0 0 rgba(145, 189, 9, 0.75);
    color: #FFFFFF;
}

.bar-notification.error {
    background: none repeat scroll 0 0 rgba(204, 0, 0, 0.75);
    color: #FFFFFF;
}

.bar-notification .close {
    float: right;
    margin: 0.25em;
    cursor: pointer;
}

.bar-notification p.content {
    padding: 0.25em;
}

/* WISHLIST */
.wishlist-page {
    background-color: white;
}

.wishlist-page .wishlist-page-title {
    font-weight: bold;
    font-size: 0.8em;
}

.wishlist-page .body {
    margin: 0;
    padding: 0;
    color: #555;
}

.wishlist-content .wish-list {
    padding-top: 5px;
}

.wishlist-item {
    margin-bottom: 0.2em;
    padding: 1%;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.wishlist-item:hover {
    border: 1px solid #999999;
    cursor: pointer;
}

.wishlist-content .cart .cart-item-row {
    margin: 10px;
    padding: 15px 5px 5px;
    vertical-align: top;
    text-align: left;
}

.wishlist-content .wish-list div.wishlist-item td.check-box {
    padding: 0;
    border-bottom: 1px solid #56585d;
}

.wishlist-content .wish-list div.wishlist-item td.col1 {
    padding: 0 0 0 5px;
    height: 22px;
    vertical-align: top;
    text-align: left;
}

.wishlist-content .wish-list div.wishlist-item td.col2 {
    padding: 0;
    min-width: 50px;
    vertical-align: middle;
    text-align: right;
}

.wishlist-content .wish-list div.wishlist-item td {
    padding: 0;
    vertical-align: middle;
    text-align: left;
}

.wishlist-content .wish-list div.wishlist-item td.col2 div.total-price {
    font-weight: bold;
}

.wishlist-content .cart .cart-item-row td.end {
    border-top: 1px dotted #c5c5c5;
    background: none;
    color: Green;
    text-align: right;
    font-weight: 700;
}

.wishlist-content .common-buttons tr.wishlist-tr-buttons {
    height: 30px;
}

.wishlist-content .common-buttons tr.wishlist-tr-buttons td.wishlist-td-buttons {
    overflow: hidden;
    margin-top: 10px;
    width: 7.5em;
    vertical-align: top;
    text-align: center;
    font-size: 0.9em;
}

.wishlist-content .text {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 0.5em;
    vertical-align: middle;
    text-align: left;
    font-size: 0.8em;
}

.wishlist-content .common-buttons tr.wishlist-tr-buttons td.wishlist-td-buttons a {
    float: left;
    padding: 31px 0 0;
    width: 90%;
    height: 43px;
    background-color: white;
    background-position: center 6px;
    font-size: 0.88em;
    cursor: pointer;
}

.wishlist-content .reservation {
    font-size: 0.9em;
}

/* ORDER SUMMARY, SHOPPING CART */
.shoppingcart-page {
    margin-right: 1em;
}

.shoppingcart-page .page-title {
    border-bottom: 0 none;
}

.shoppingcart-page .body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: #555;
}

.order-summary-content {
    padding: 1em 1em 0;
    height: auto;
    background-color: white;
    color: #555555;
}

.order-summary-content .shipping {
    display: inline;
    float: left;
    margin: 0;
}

.order-summary-content .coupon-box, .order-summary-content .giftcard-box {
    padding: 1em;
    border: 1px solid #E8E6D2;
    color: #555555;
    margin: 0 0 1em;
}

.order-summary-content .giftcard-box {
    position: relative;
    z-index: 1;
}

.order-summary-content .coupon-box .discountcouponcode, .order-summary-content .giftcard-box .giftcardcouponcode {
    width: 125px;
}

.order-summary-content .cart .cart-header-row {
    padding: 2px 0;
    border-bottom: 1px solid #56585D;
    float: left;
    width: 100%;
    margin: 0 0 0.5em 0;
}

.cart-footer-row {
    border-bottom: 1px solid #56585D;
    margin-bottom: 0.5em;
}

.order-summary-content .cart .cart-item-row {
    font-size: 0.9em;
    width: 100%;
    float: left;
    padding-bottom: 0.5em;
}

.order-summary-content .cart .cart-item-row .qty-input {
    margin-top: 0;
    width: 40px;
    border: solid 1px #E8E6D2;
    text-align: right;
    font-size: 0.75em;
}

.order-summary-content .total-info {
    margin: 0;
}

.order-summary-content .total-info .selected-shipping-method {
    font-weight: normal;
    font-size: 11px;
}

.order-summary-content .cart-header-row > div,
.order-summary-content .cart-item-row > div {
    float: left;
}

.cart .deleteBox {
    padding: 0 10px 0 2px;
    width: 20px;
}

.cart .productpicture {
    padding-right: 10px;
    width: 90px;
}

.cart .product {
    padding-right: 10px;
    width: 30%;
}

.cart .attributeInfo {
    padding-right: 10px;
    width: 29%;
}

.cart .quantity {
    padding-right: 10px;
    width: 50px;
}

.order-summary-content .cart-item-row > div.subtotal,
.order-summary-content .cart-header-row > div.subtotal {
    width: 70px;
    padding-right: 0;
    float: right;
    text-align: right;
}

.cart_total_left {
    width: 100%;
    height: 21px;
    vertical-align: middle;
    text-align: right;
}

.cart_total_left_below {
    width: 100%;
    height: 30px;
    vertical-align: top;
    text-align: right;
}

.cart_total_right {
    padding-left: 5px;
    vertical-align: middle;
    text-align: right;
}

.last_line {
    text-align: right;
    font-weight: bold;
    font-size: 2em;
    line-height: 36px;
}

.order-summary-content .removegiftcardbutton, .remove-discount-button {
    width: 1em;
    border: 0;
    background: url(/themes/happytal/content/images/ico-delete.gif) 0 center no-repeat;
}

.order-summary-content .removegiftcardbutton:hover, .remove-discount-button:hover {
    cursor: pointer;
}

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    color: #353434;
    vertical-align: middle;
    text-align: right;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0;
    padding: 10px 20px;
    border: 1px dotted #D3D3D3;
    background: none repeat scroll 0 0 #F7F5E8;
}

.order-summary-content .checkout-attributes .textprompt {
    font-weight: bold;
}

.order-summary-content .checkout-attributes .textbox {
    width: 300px;
}

.order-summary-content .checkout-attributes textarea {
    width: 300px;
    height: 150px;
}

.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service .read {
    text-decoration: underline;
}

.order-summary-content .terms-of-service .read:hover {
    cursor: pointer;
}

.order-summary-content .common-buttons {
    float: left;
    margin: 1em 0 1.5em;
}

.checkout-buttons {
    float: right;
    margin: 0;
    padding: 0.5em 1em 1em;
    width: 220px;
    text-align: right;
}

.contact-button {
    float: right;
    margin: 0;
    width: 220px;
    text-align: right;
}

.discountAndTotals {
    float: left;
    width: 100%;
}

.discountAndTotals > div {
    float: left;
    width: 100%;
}

.order-summary-content .addon-buttons {
    float: right;
    clear: both;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .crosssells-title {
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    width: 100%;
    border-bottom: 0 none;
    color: #56585D;
    font-weight: 700;
    font-size: 15px;
}

.estimate-shipping {
    margin: 0;
    padding: 1em;
    border: dotted 1px #d3d3d3;
    background: #F7F5E8;
    color: #555;
    font-size: 11px;
}

.estimate-shipping .country-input, .estimate-shipping .state-input {
    width: 137px;
}

.estimate-shipping .zip-input {

}

.estimate-shipping .shipping-options {
    margin: 10px;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.estimate-shipping .shipping-options .shipping-option-item {
    padding: 5px 0 0 5px;
    vertical-align: text-top;
    text-align: left;
}

.estimate-shipping .shipping-options .shipping-option-item .option-name {
    font-weight: 700;
}

.estimate-shipping .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 16px;
}

/* CHECKOUT, ORDER DETAILS */
.checkout-page, .checkout-one-page {
    margin-right: 1em;
}

.checkout-page .generic-grid {
    width: 100%;
}

.checkout-page .page-header {
    padding: 0 20px;
}

.checkout-page .body {
    background-color: white;
    box-shadow: none;
    border: 1px solid;
}

.checkout-page .content {
    width: 100%;
    float: left;
}

.checkout-page .page-title, .checkout-one-page .page-title {
    padding: 10px 20px;
    width: 88%;
    border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data {
    background-color: white;
    color: #555555;
}

.checkout-data .left {
    float: left;
    width: 50%;
}

.checkout-data .right {
    float: left;
    width: 50%;
}

.checkoutstep {

}

.checkoutstep .steptitle {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #2F4F4F;
    background-color: #2E4d7B;
    color: #FFF;
    font-weight: 700;
    font-size: 0.75em;
    font-family: Arial, Sans-Serif;
}

.checkoutstep .stepcontent {
    padding: 5px;
    border: dashed 1px #2F4F4F;
    border-top: none;
}

.order-summary-title {
    clear: both;
    padding: 10px 10px 5px 0;
    color: #555;
    font-weight: 700;
    font-size: 11px;
}

.checkout-data .address-grid {
    margin-bottom: 15px;
    padding: 0;
}

.checkout-data .address-grid .item-box {
    padding-bottom: 10px;
    vertical-align: text-top;
    text-align: center;
}

.address-item {
    margin: 0;
    padding: 0;
    height: auto;
}

.checkout-data .address-grid .address-item .select-button {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.address-box {
    text-align: left;
}

.checkout-data .enter-address {
    margin: 10px;
    height: auto;
    border: 1px solid #d7d7d7;
    text-align: center;
}

.checkout-data .enter-address .enter-address-body {
    margin: 10px;
    text-align: left;
}

.checkout-data .enter-address .buttons {
    margin: 10px;
    text-align: left;
}

.checkout-data .enter-address .the-same-address {
    margin: 10px;
    text-align: left;
}

.checkout-data .shipping-options {
    margin: 10px;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.checkout-data .shipping-options .shipping-option-item {
    padding: 5px 0 0 5px;
    vertical-align: text-top;
    text-align: left;
}

.checkout-data .shipping-options .shipping-option-item .option-name {
    font-weight: 700;
}

.checkout-data .shipping-options .shipping-option-item .option-description {
    padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button {
    margin: 10px;
    text-align: left;
}

.checkout-data .shipping-options .message-error {
    margin: 10px;
    text-align: left;
}

.checkout-data .userewardpoints {
    margin: 0;
    margin-bottom: 10px;
    padding: 1em;
    border: dotted 1px #d3d3d3;
    background: #F7F5E8;
    color: #555;
    font-size: 11px;
}

.checkout-data .payment-methods {
    margin: 10px;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.checkout-data .payment-methods .payment-method-item {
    padding: 1em;
    vertical-align: text-top;
    text-align: left;
}

.checkout-data .payment-methods .select-button {
    margin: 10px;
    text-align: left;
}

.checkout-data .payment-methods .message-error {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
}

.checkout-data .payment-info {
    margin: 10px;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.checkout-data .payment-info .body {
    padding: 1em;
    vertical-align: text-top;
    text-align: left;
}

.checkout-data .payment-info .select-button {
    margin: 10px;
    text-align: left;
}

.checkout-data .select-button {
    text-align: right;
}

.checkout-data .message-error {
    margin: 10px;
    text-align: left;
}

.checkout-data .order-completed {
    padding: 0 10px;
    width: 54%;
    height: auto;
    text-align: left;
}

.checkout-data .order-completed .body {
    padding: 0 10px;
    vertical-align: text-top;
    text-align: left;
}

.checkout-data .order-completed .select-button {
    margin: 10px;
    text-align: left;
}

#order-details {

}

#order-details .page-title {
    border-bottom: 0 none;
    text-align: left;
}

#order-details .page-title .title {
    width: 72%;
}

#order-details .page-title .print-buttons {
    text-align: right;
    font-size: 18px;
    line-height: 32px;
}

.orderdetailsprintbutton {
    padding-left: 1em;
}

#order-details .info {
    padding: 1em;
    border: 1px solid #E8E6D2;
}

#order-details .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    border: none;
    font-weight: bold;
    font-size: 1em;
}

#order-details .order-overview {
    padding-bottom: 10px;
    text-align: left;
}

#order-details .order-overview .order-total-top {
    text-align: right;
}

#order-details .order-details-box {
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

#order-details .order-overview .order-overview-table, #order-details .order-details-box .order-details-table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#order-details .order-details-box .order-details-table .billinginfo, #order-details .order-details-box .order-details-table .shippinginfo {
    width: 50%;
    vertical-align: top;
}

#order-details .products-box, #order-details .shipments-box, #order-details .ordernotes-box {
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

#order-details .checkout-attributes {
    padding: 1em;
    height: auto;
    vertical-align: middle;
    text-align: right;
}

#order-details .cart_total_left {
    color: #56585D;
}

#order-details .products-box > table,
#order-details .ordernotes-box > table {
    width: 100%;
}

#order-details .products-box > table tbody > tr:nth-child(odd) > td,
#order-details .products-box > table tbody > tr:nth-child(odd) > th,
#order-details .ordernotes-box > table tbody > tr:nth-child(odd) > td,
#order-details .ordernotes-box > table tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

#order-details .products-box > table tr td,
#order-details .products-box > table tr th,
#order-details .ordernotes-box > table tr td,
#order-details .ordernotes-box > table tr th {
    padding: 0.25em;
}

#reorderDiv {
    width: 30%;
}

.shipment-details {

}

.shipment-details .page-title {
    border-bottom: 0 none;
    text-align: left;
}

.shipment-details .info {
    padding: 1em;
    border: 1px solid #E8E6D2;
}

.shipment-details .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
}

.shipment-details .overview {
    padding-bottom: 10px;
    text-align: left;
}

.shipment-details .trackingurl {

}

.shipment-details .products-box, .shipment-details .shipmentstatusevents-box {
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.downloadable-products {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.downloadable-products .info {
    padding: 1em;
}

.order-progress {
    overflow: hidden;
    text-align: center;
}

.order-progress ul {
    padding: 0;
}

.order-progress ul li {
    display: table-cell;
    padding: 0 0.3em;
    list-style: none outside none;
}

.order-progress ul li .inactive-step {
    background: #bcbdbe;
}

.order-progress ul li a {
    display: block;
    padding: 0.25em 0.5em;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 2px 2px -2px #56585D;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
    /*for ie, look at : http://jonraasch.com/blog/css-rounded-corners-in-all-browsers*/
}

.return-request .page-title {
    border-bottom: 0 none;
}

.return-request .section-addinfo {
    padding: 10px 10px 5px 0;
    font-weight: 700;
}

.return-request .products-box {
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.return-request .why .comment {
    width: 350px;
    height: 150px;
}

.customer-return-request-list {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.customer-return-request-list .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
    font-size: 0.75em;
}

.customer-return-request-list .request-item {
    margin-bottom: 10px;
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

/* ONE PAGE CHECKOUT */

.opc .buttons {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons .back-link small {
    display: none;
}

.opc .buttons .back-link a {
    padding-left: 20px;
    background: url(/themes/happytal/content/images/arrow-up.png) 0 50% no-repeat;
}

.opc .buttons.disabled button {
    display: none;
}

.opc .buttons .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    padding-left: 18px;
    list-style: disc outside;
}

.opc ul, .opc ol, ul.opc, ol.opc {
    list-style: none outside none;
}

.opc {
    position: relative;
}

.opc .step-title {
    padding: 4px 8px 6px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee 0 100% repeat-x;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 4px;
    border: 1px solid #fff;
    background: #fff;
    color: #999;
    font: bold 11px/14px arial, helvetica, sans-serif;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #999;
    text-transform: capitalize;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
}

.opc .allow .step-title {
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    background: #d0dce1;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    border-color: #dbe6eb;
    background: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

.opc .active .step-title {
    padding-bottom: 5px;
    border: 1px solid #bbafa0;
    background: #f9f3e3;
    color: #f18200;
    cursor: default;
}

.opc .step {
    position: relative;
    padding: 15px 30px;
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 0 0 repeat-x;
}

.opc .step-title:after {
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ".";
    font-size: 0;
    line-height: 0;
}

/* HOME PAGE */
.home-page-product-grid {
    margin-right: auto;
    margin-left: auto;
}

.home-page-product-grid .title {
    clear: both;
    margin: 0 5px 10px;
    padding: 10px 0 1px;
    border-bottom: solid 1px #C4C6C8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.home-page-category-grid {
    margin-right: auto;
    margin-left: auto;
}

.home-page-category-grid .item-box {
    vertical-align: text-top;
    text-align: center;
}

.home-page-category-grid .category-item {
    margin: 10px;
    width: 304px;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: center;
}

.home-page-category-grid .category-item .title {
    display: block;
    overflow: hidden;
    padding: 8px 0 5px;
    height: 1.8em;
    text-align: center;
    font-weight: 700;
    font-size: .9em;
}

.home-page-category-grid .category-item .picture {
    padding: 10px 0;
    text-align: center;
}

.bestsellers {
    margin-right: auto;
    margin-left: auto;
    width: 520px;
}

.bestsellers .title {
    clear: both;
    margin: 0 5px 10px;
    padding: 10px 0 1px;
    border-bottom: solid 1px #C4C6C8;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;


/* Journée des Aidants (Banner) */

.helper-day-banner {
    display: none;
    position: absolute;
    left: 30px;
    top: 95px;
    min-width: 500px;
    min-height: 347px;
    border-radius: 25px;
    background-image: url(/themes/happytal/content/pictures/home/xl/helper-day-banner-desktop.png);
    background-repeat: no-repeat;
    background-size: 500px 347px;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0px 0px 4px 1px rgba(191, 191, 191, .5);
    z-index: 15;
}
}

/* PRODUCTS IN LIST - TEMPLATE */

.item-box {
    vertical-align: text-top;
    text-align: center;
    box-shadow: 2px 2px 2px -2px #56585D;
    margin: 0 0 1em 0;
}

.item-box2 {
    vertical-align: text-top;
    text-align: center;
    margin: 0 0 1em 0;
    font-family: Roboto-Regular !important;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
}

#productsNextDayHeader {
    padding: 1em;
}

#productsNextDay .product-item {
    opacity: 0.75;
}

.product-item {
    margin: 0 0 1em 0;
    text-align: left;
}

.product-item .Avis, .item-box .Avis {
    display: none;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 11px;
}

.product-item div.price {
    margin: 0.25em;
    text-align: right;
    font-weight: bold;
    font-size: 2em;
    line-height: 36px;
}

.product-item div.unitPrice {
    margin: 0 5%;
    text-align: right;
    font-weight: bold;
    font-size: 1.02em;
    line-height: 16px;
}

.product-item table {
    width: 100%;
}

.product-item .content {
    float: left;
    background: white;
    padding: 0.5em;
    width: 100%;
}

.product-item div.rightTopCol {
    overflow: hidden;
    max-width: 17em;
    color: #555;
    float: right;
}

.product-item .rightBottomCol {
    overflow: hidden;
    padding: 0;
    color: #555;
    float: right;
}

.product-item .rightBottomCol > div {
    float: left;
}

.unitPriceValue {
    display: none;
}

.product-item table tr td.linktd {
    height: 40px;
    background: white;
    text-align: right;
}

div#pressing {
    padding-bottom: 0;
}

.outer-table .content {
    background-color: white;
    padding: 1em;
}

.outer-table .product-item {
    margin: 0;
}

.outer-table table {
    width: 100%;
    border: none;
    background-color: white;
}

.outer-table .product-name {
    text-align: left;
    width: 58%;
    float: left;
}

.outer-table .product-price {
    padding-right: 20px;
    text-align: left;
    width: 20%;
    float: left;
}

.outer-table .product-qty {
    padding: 0 0.5em;
    /*fix for having - / + buttons well aligned*/
    width: 150px;
    text-align: left;
    float: left;
}

.product-row,
.product-row-header {
    padding: 0.5em;
}

.product-row {
    background-color: #E8E6D2;
}

.product-row.isOdd {
    background-color: white;
}

.outer-table .label-container .product-row {
    border-bottom: 1px solid #E8E6D2;
}

/*Specific formatting for label td*/
.outer-table .label-container .product-name {
    font-weight: bold;
}

.outer-table .label-container .product-price {
    font-weight: bold;
}

.outer-table .label-container .product-qty {
    text-align: left;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.outer-table .value-container .product-qty input[type="text"] {
    text-align: right;
}

.outer-table .button-container {
    padding: 0 0 0.5em;
    background-color: white;
}

div.categoryFilter .outer-table .button-container table {
    margin: 0;
}

.outer-table .button-container .rightCol {
    width: 17em;
}

/*HOME CARE PAGE*/

td.home-care-Col2 {
    padding: 0.5em 0 0.5em 0.5em;
}

#care-page .categoryFilter td.home-care-Col1 .controlNolabel,
#care-page .categoryFilter td.home-care-Col2 .controlNolabel,
#Ecommerce-page .categoryFilter td.home-care-Col1 .controlNolabel,
#Ecommerce-page .categoryFilter td.home-care-Col2 .controlNolabel {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#care-page .categoryFilter td.home-care-Col2 .controlNolabel #datepicker {
    width: 270px;
}

#Ecommerce-page .categoryFilter td.home-care-Col2 .controlNolabel #contact-supplier,
#Ecommerce-page .categoryFilter td.home-care-Col2 .controlNolabel #product-description {
    width: 270px;
    cursor: text;
}

#care-page .categoryFilter td.home-care-Col2 .controlNolabel input[type="Text"],
#Ecommerce-page .categoryFilter td.home-care-Col2 .controlNolabel input[type="Text"] {
    margin-top: 0;
}

#care-page .categoryFilter #childs-text, #care-page .categoryFilter #additional-comments {
    padding-top: 0.5em;
}

#care-page .categoryFilter #childs-text textarea[name="FirstName-childs"],
#care-page .categoryFilter #additional-comments textarea[name="additional-comments"] {
    margin-top: 0;
    min-width: 100%;
    min-height: 80px;
    max-width: 100%;
    color: #555;
    text-align: left;
    font-family: centuryhappytal;
}

#care-page .categoryFilter td.rightCol,
#Ecommerce-page .categoryFilter td.rightCol {
    width: 17em;
    vertical-align: bottom;
}

.home-care-Col1 {
    width: 46.5%;
}

#care-page .content {
    padding: 1em 0;
}

#care-page button {
    margin: 1em 0 0;
}

/*ECOMMERCE*/

#Ecommerce-page .CatFilter-1 #FirstLine {
    padding-top: 10px;
}

#Ecommerce-page .CatFilter-1 #LastLine {
    padding-bottom: 10px;
}

#Ecommerce-page .CatFilter-1 .Ecommerce-text {
    margin: 0 5% 0 0;
    padding-top: 0;
    padding-bottom: 0;
}

#Ecommerce-page .categoryFilter td#price {
    vertical-align: top;
}

#Ecommerce-page .categoryFilter td#price span {
    font-weight: bold;
    font-size: 2em;
}

/* AND SUB-CATEGORIES ARE JUST LIKE PRODUCTS*/

.sub-category-grid {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
    padding: 1em;
}

.sub-category-grid td {
    width: 25%;
    vertical-align: top;
    float: left;
}

.sub-category-grid table tr td img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.sub-category-grid .item-box {
    padding-bottom: 0;
    box-shadow: 2px 2px 2px -2px #56585d;
    vertical-align: text-top;
    text-align: center;
    position: relative;
    display: block;
    margin: 1em;
}

.sub-category-title {
    margin: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    color: #3a4045;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.sub-category-grid {
    margin: 0;
    text-align: left;
    width: 100%;
    background: rgba(255,255,255,0);
    border-bottom-color: #d9477c;
    border-bottom-width: 50px;
    color: #3a4045;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.sub-category-grid > table {
    width: 100%;
}

.sub-category-grid .sub-category-content div.picture {
    width: 100%;
    background: white;
    float: left;
    padding-bottom: 10px;
}

.sub-category-grid .sub-category-content {
    background-color: white;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
}

.sub-category-grid .sub-category-content .sub-category-title a {
    display: block;
    overflow: hidden;
    padding: 4px 0;
    height: 22px;
    color: white;
    text-decoration: none;
}

div.description {
    color: #9b9b9b;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-color: dimgrey;
    background-image: url(/themes/happytal/content/images/pinkline.svg);
    background-position-y: 6px;
    background-repeat: no-repeat;
    display: block;
}

.sub-category-grid .sub-category-content {
    width: 100%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    font-size: 1em;
    float: left;
    text-align: left;
    position: relative;
    bottom: 0;
    color: #3a4045;
    display: block;
    border: 1px solid #d8e4e7;
    height: 488px;
}

.sub-category-grid .sub-category-content div.linktd {
    width: 100%;
    background: white;
    padding-bottom: 0.5em;
}

.sub-category-content td {
    width: auto;
}

.sub-category-content .sub-category-select-btn {
    width: 90%;
    margin: 0px 5% 0px 5%;
    position: absolute;
    bottom: 14px;
    text-transform: uppercase;
}

/* customer infos GRID ARE JUST LIKE PRODUCTS,subcategories*/
.info-grid .personal-info .info-item {
    margin-top: 0;
}

.info-grid {
    margin: 0 auto;
    width: 100%;
}

.info-grid label {
    font-weight: normal;
    max-width: 90%;
    vertical-align:top;
}

.info-grid table {
    width: 100%;
}

.info-grid table .left,
.info-grid table .right {
    width: 100%;
}

.info-grid table tr td img {
    width: 140px;
    height: 140px;
}

.info-grid .item-box,
#infolist .item-box {
    vertical-align: text-top;
    text-align: center;
    padding: 1em;
    box-shadow: none;
}

.info-grid .info-item {
    text-align: center;
}

.info-item .info-table {
    width: 100%;
}

#happylist-title {
    background-image: url(/themes/happytal/content/images/ico-wishlist-white.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    padding: 1em 0;
}

#orders-title {
    background-image: url(/themes/happytal/content/images/ico-order-white.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    padding: 1em;
}

#info-title {
    background-image: url(/themes/happytal/content/images/ico-myaccount-white.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

#friend-title {
    background-image: url(/themes/happytal/content/images/ico-friends-white.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

#add-friend-title {
    background-color: #58585A;
    background-image: url(/themes/happytal/content/images/ico-add-relative.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

#addresses-title {
    background-image: url(/themes/happytal/content/images/ico-addresses.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

#add-addresses-title {
    background-color: #58585A;
    background-image: url(/themes/happytal/content/images/ico-add-addresses.png);
    background-position: 97% center;
    background-repeat: no-repeat;
}

.info-grid .info-item .info-title a {
    display: block;
    overflow: hidden;
    padding: 0.35em;
    color: white;
    text-decoration: none;
}

.info-grid .info-item td.content {
    position: relative;
    float: left;
    overflow: auto;
    padding: 10px 10px;
    width: 100%;
    height: 300px;
    background: white;
    box-shadow: 2px 2px 2px -2px #56585D;
    color: #555;
    vertical-align: middle;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
}

.info-grid .info-item td.content2col {
    position: relative;
    float: left;
    padding: 1em;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 2px -2px #56585D;
    color: #555;
    vertical-align: middle;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
}

/* friend grid like the info-grid*/
div.generic-grid {
    width: 100%;
    margin: 0 auto;
}

.generic-grid .listdiv {
    width: 100%;
    padding: 1em;
    float: left;
}

.generic-grid table tr td {
    vertical-align: top;
}

.generic-grid table tr td img {
    width: 140px;
    height: 140px;
}

.generic-grid .item-box {
    padding-bottom: 0;
    vertical-align: text-top;
    text-align: center;
}

.generic-grid .friend-item .friend-table {
    width: 100%;
}

.generic-grid .friend-item .friend-title a {
    display: block;
    overflow: hidden;
    padding: 0.35em;
    color: white;
    text-decoration: none;
}

.item h2.title {
    padding: 0.35em;
    color: white;
}

.item h2.title a {
    /*link in title still has to be white*/
    color: white;
}

.item .content {
    background-color: white;
    padding: 1em;
}

.item .content .item-name,
.item .content .item-value {
    text-align: left;
}

.item .content input,
.item .content select {
    max-width: 15em;
}

.generic-grid .friend-item td.content {
    position: relative;
    overflow: auto;
    padding: 10px 10px;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 2px -2px #56585D;
    color: #555;
    vertical-align: middle;
    text-align: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
}

.customer-friends .friends-page-title {
    font-weight: bold;
    font-size: 0.8em;
    padding: 1em 0;
}

.customer-friends .friends-list .friendBloc {
    margin-bottom: 10px;
    padding: 0.4em;
    height: auto;
    border-right: 1px solid #E8E6D2;
    border-bottom: 1px solid #E8E6D2;
    text-align: left;
    line-height: 2em;
}

.customer-friends .friends-list .friendBloc .medicalInfo {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3em;
}

.customer-friends .friends-list .friendBloc table tr td.col1 {
    vertical-align: top;
}

.customer-friends .friends-list .friendBloc .links table tr td.col1-links {
    vertical-align: top;
}

.customer-friends .friends-list .friendBloc .links table tr td.col1-links div.ico-modify-info {
    width: auto;
    height: auto;
}

.customer-friends .friends-list .friendBloc .links table tr td.col2-links {
    vertical-align: top;
}

.customer-friends .friends-list .friendBloc .buttons {
    text-align: right;
}

.customer-friends .friends-list .friendBloc td.order-number {
    font-size: 0.75em;
}

.customer-friends .friends-list .friendBloc td.viewdetails-buttons a {
    padding-left: 20px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 0.75em;
}

.customer-friends .friends-list .friendBloc td.order-detail {
    font-size: 0.75em;
}

.Order-Total {
    text-align: right;
    font-weight: bold;
}

.friendBloc .links {
    font-size: 0.8em;
}

#category-homepage {
    background-color: white;
    padding: 1em;
    margin-top: 1em;
}

#category-homepage #witnesses video {
    width: 100%;
    padding: 0;
}

#category-homepage #witnesses h1,
#category-homepage #witnesses h2,
#category-homepage #witnesses p {
    color: #56585d;
}

#category-homepage #witnesses p.circular {
    border: 1px solid #ebeeed;
}

.master-wrapper-cph-2 > .bodycontainer {
    background-color: white;
    padding: 4em;
    margin-top: 1em;
}

/* PAGES */

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title, .producttag-page .page-title, .producttagall-page .page-title {
    border-bottom: 0 none;
}

.producttagall-page .producttags-list li {
    display: inline;
}

.producttagall-page .producttags-list li a {
    margin: 0 2px 0 0;
}

.category-page .category-description, .manufacturer-page .manufacturer-description {
    color: #0A263C;
    font-size: 1.1em;
}

.category-page,
.category-page-min {
    width: 100%;
    margin: 0 auto;
}

.product-sorting {
    float: left;
    margin: 0 auto 10px;
}

.product-viewmode {
    float: right;
    margin: 0 auto 10px;
}

.product-page-size {
    margin: 0 auto;
    width: 165px;
    text-align: center;
}

.product-filters {
    float: left;
    clear: both;
    margin: 0 auto;
    width: 520px;
    border: 1px solid #E8E6D2;
    background: #F7F5E8;
}

.product-filters .filter-title {
    padding-left: 10px;
    color: #3A4045;
    font-weight: 700;
}

.product-filters .filter-title span {
    display: block;
    overflow: hidden;
    padding: 4px 10px 8px 0;
    height: 2em;
    line-height: 1.3em;
}

.product-filters .filter-item {
    padding: 5px 10px;
}

.price-range-filter .title {
    padding: 1px 0 5px 20px;
    background: url(/themes/happytal/content/images/ico-arrow-r.gif) no-repeat;
    color: #555;
    font-weight: 700;
}

.price-range-filter ul {
    margin: 0;
    padding-left: 20px;
}

.price-range-filter li {
    padding-bottom: 2px;
    list-style: none;
}

.price-range-filter .selected-price-range {
    padding-left: 20px;
}

.price-range-filter .remove-price-range-filter {
    font-weight: 700;
}

.product-spec-filter .title {
    padding: 1px 0 5px 20px;
    background: url(/themes/happytal/content/images/ico-arrow-r.gif) no-repeat;
    color: #555;
    font-weight: 700;
}

.product-spec-filter table.filter {
    width: 100%;
}

.product-spec-filter table.filter tr.group {
    font-weight: 700;
}

.product-spec-filter table.filter tr.item td {
    padding: 2px 2px 2px 16px;
}

.product-spec-filter .remove-filter {
    padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter {
    font-weight: 700;
}

.compare-products .page-title {
    border-bottom: 0 none;
}

.compare-products .body {
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.compare-products-table {
    width: 100%;
}

.compare-products-table .remove-button {
    margin: 5px 5px 5px 0;
}

.compare-products-table tr.product-name {
    background-color: #CCC;
    font-weight: 700;
}

.compare-products-table td {
    padding: 3px;
    border: 1px solid #BFBFBF;
    vertical-align: top;
}

.login-page .page-title {
    border-bottom: 0 none;
}

.login-page .wrapper {
    margin: auto;
}

.login-page .new-wrapper .checkout-as-guest-or-register-block {
    margin: 10px;
    padding: 15px 5px 5px;
    min-height: 240px;
    border-top: 1px solid #56585d;
    vertical-align: top;
    text-align: left;
}

.login-page .new-wrapper .buttons {
    padding-top: 123px;
    padding-right: 20px;
    text-align: right;
    font-size: 0.75em;
}

.login-page .new-wrapper,
.login-page .returning-wrapper {
    width: 100%;
    padding: 1em;
}

.returning-wrapper {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.login-subtitle, .register-subtitle {
    padding: 5px 5px 0 10px;
    background-color: white;
    color: #56585d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
}

.login-page .returning-wrapper .buttons {
    float: right;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 0.75em;
}

.login-page .returning-wrapper .login-block,
.login-page .new-wrapper .register-block {
    padding: 1em;
    background-color: white;
    vertical-align: top;
    text-align: left;
}

.login-block hr {
    margin: 1em 0;
    color: rgb(235, 238, 237);
    background-color: rgb(235, 238, 237);
    height: 1px;
}

#register-button-div {
    padding: 0.5em;
}

#register-button {
    margin: 1em 0 0 1em;
}

#login-button button {
    margin: 1em 0 0 0;
}

.login-table-container {
    width: 100%;
    vertical-align: middle;
}

.login-table-container .row .item-name {
    display: block;
    padding: 10px 10px 10px 0;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.login-table-container .row .item-value {
    padding: 10px 0;
    vertical-align: middle;
    text-align: left;
}

.external-auth-errors {
    width: 100%;
    border: solid 1px #E8E6D2;
    color: Red;
    vertical-align: top;
    text-align: center;
}

.external-auth-association {
    width: 100%;
    border: solid 1px #E8E6D2;
    vertical-align: top;
    text-align: center;
}

.registration-page {
    background-color: #ebeeed;
    padding: 1em;
}

.registration-page .body {
    margin: 0 auto;
    padding: 1em;
    background-color: white;
    color: #56585d;
    box-shadow: 2px 2px 2px -2px #56585d;
}

.registration-page .section-body {
    padding: 1em;
    height: auto;
    text-align: left;
}

.registration-page .section-body table {
    width: 100%;
}

.registration-page .section-body .item-value {
    padding-top: 5px;
    width: 17.5em;
    height: auto;
}

.registration-page .section-body .item-name {
    padding-top: 10px;
    width: 17.5em;
    height: auto;
    text-transform: uppercase;
}

.registration-page .section-body .item-value-nolabel {
    width: 17.5em;
    height: auto;
}

.registration-page .validationTd {
    width: 18em;
}

/* countries in adresses (adresse use friend grid for the time being)*/
/* All select skinning?*/
.ui-selectmenu {
    height: 34px;
}

.registration-page .buttons {
    text-align: left;
}

.registration-page .forcheckbox {
    padding-right: 30px;
}

.availablestatus {
    padding-left: 5px;
    color: green;
}

.notavailablestatus {
    padding-left: 5px;
    color: red;
}

.password-recovery-page .page-title {
    border-bottom: 0 none;
}

.password-recovery-page .wrapper .new-wrapper {
    /* fluid page */
    width: 100%;
    margin: 1em auto;
}

.password-recovery-page .wrapper .new-wrapper .register-subtitle {
    padding: 5px 5px 0 10px;
    width: 96%;
    background-color: white;
    color: #56585d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
}

.password-recovery-page .wrapper .new-wrapper .register-block {
    padding: 1em;
    min-height: 240px;
    background-color: white;
    vertical-align: top;
    text-align: left;
}

.password-recovery-page .wrapper .new-wrapper .register-block td {
    padding: 0 1em 1em;
}

.password-recovery-page .wrapper .new-wrapper td.buttons, .password-recovery-page .wrapper .new-wrapper td.buttons {
    padding-top: 69px;
    padding-right: 10px;
    text-align: right;
}

.password-recovery-page .email {
    width: 250px;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-mail-header {
    width: 100%;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-mail-label {
    width: 40%;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-mail-value {
    width: 60%;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-mail-value .personalmessage {
    min-height: 200px;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-wishlist-button {
    margin-right: 0;
    padding-right: 0;
}

.password-recovery-page .wrapper .new-wrapper .register-block td.send-wishlist-button #send-email {
    float: right;
}

.ico-return {
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(/themes/happytal/content/images/ico-return.png) no-repeat;
}

.password-recovery-page, .newsletter-page {
    margin: 0 auto;
}

.password-recovery-page .page-title, .newsletter-page .page-title {
    border-bottom: 0 none;
}

.password-recovery-page .body, .newsletter-page .body {
    margin: 0;
    padding: 1em;
    background-color: inherit;
    color: #555;
}

.customer-avatar {
    padding: 1em;
}

.customer-avatar .buttons {
    margin: 5px 0;
}

.account-activation-page .page-title {
    border-bottom: 0 none;
}

.account-activation-page .body {
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.address-edit-page .page-title {
    border-bottom: 0 none;
}

.address-edit-page .body {
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.search-panel .page-title {
    border-bottom: 0 none;
}

.search-panel .search-input {
    padding: 1em;
    border: 1px solid #E8E6D2;
}

.search-panel .search-input .buttons {
    text-align: right;
}

.search-panel .search-results {
    padding-top: 10px;
}

.search-panel .search-results .result {
    color: #555;
    font-weight: 700;
}

.search-panel table.basic-search, .search-panel table.adv-search {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    color: #333;
    table-layout: fixed;
    vertical-align: middle;
    text-align: left;
}

.search-panel table.adv-search {
    margin-top: 10px;
    border-top: solid #D3D3D3 1px;
}

.search-panel table.adv-search #Cid {
    width: 374px;
}

.search-panel table.basic-search td.title, .search-panel table.adv-search td.title {
    padding: 4px;
    width: 130px;
    vertical-align: middle;
    text-align: left;
}

.search-panel table.basic-search td.data, .search-panel table.adv-search td.data {
    padding: 4px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

.search-panel table.adv-search .price-from, .search-panel table.adv-search .price-to {
    width: 100px;
}

.search-input .warning {
    text-decoration: underline;
}

.contact-form {
    padding: 20px;
    max-width: 1024px;
}

#homeDiv .contact-form h1 {
    text-align: left;
}

.contact-form .buttons {
    text-align: right;
}

.contact-form .send-email .fullname {
    width: 250px;
}

.contact-form .send-email .email {
    width: 250px;
}

.contact-form .send-email .enquiry {
    height: 150px;
}

.contact-form hr {
    background-color: white;
    color: white;
    height: 1px;
    margin: 0 1em;
}

#manufacturer .contact-form .item-value {
    max-width: 20em;
    width: 20em;
}

.breadcrumb {
    margin: 0 auto;
    padding: 1em 0 0.5em 0;
    font-style: italic;
    font-size: 0.75em;
}

.breadcrumb a {
    color: #3A4045;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.newslist, .newslist-homepage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newslist-homepage .page-title {
    clear: both;
    margin: 0 5px 10px;
    padding: 10px 0 1px;
    border-bottom: solid 1px #C4C6C8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.newsitems {
    margin: 0 5px;
    padding: 0;
}

.newsitems .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #C4C6C8;
}

.newsitems .newsdate {
    color: #9a9a9a;
    font-style: italic;
}

.newsitems a.newstitle {
    color: #555;
    text-decoration: none;
    font-size: 1.2em;
}

.newsitems a.newstitle:hover {
    text-decoration: underline;
}

.newsitems .newsdetails {
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsitem .page-title {
    border-bottom: 0 none;
}

.newsitem .newsdate {
    color: #9a9a9a;
    font-style: italic;
}

.newsitem .newsbody {
    margin: 0;
    padding: 0;
}

.newsitem .result {
    color: red;
    font-weight: 700;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.newscomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newscomments .title {
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.newscomments .newcomment {
    margin: 0;
    padding: 0;
}

.newscomments .newcomment td.leavetitle {
    padding: 0 10px 10px 0;
    color: #3a3a3a;
    font-weight: 700;
}

.newscomments .newcomment td.buttons {
    text-align: right;
}

.newscomments .newcomment .commenttitle {
    width: 350px;
}

.newscomments .newcomment .commenttext {
    width: 350px;
    height: 150px;
}

.newscomments .commentlist {
    margin-top: 10px;
    border-top: solid 1px #E8E6D2;
}

.newscomment .commentinfo {
    float: left;
    padding: 5px;
    width: 170px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo {
    padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.newscomment .commentinfo .userinfo span.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.newscomment .commentinfo .userinfo .avatar {
    margin: 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.newscomment .commentinfo .userinfo .userstats {
    color: #555;
    text-align: left;
    font-weight: 700;
    font-size: .9em;
}

.newscomment .commentinfo .userinfo .userstats .statvalue {
    font-weight: 400;
}

.newscomment .commentcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime {
    padding: 3px;
    background: #e3f3f3;
    font-weight: 700;
    line-height: 20px;
}

.newscomment .commentcontent .commenttime .statvalue {
    font-weight: 400;
}

.newscomment .commentcontent .commenttitle {
    padding: 3px;
    font-weight: 700;
}

.newscomment .commentcontent .commentbody {
    padding: 3px;
}

/*responsive */
.blog {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}

.blog .page-title h1 {
    padding: 0.5em 0;
}

.blog .blogposts .post .blogdate {
    color: #9a9a9a;
    font-style: italic;
}

.blog .blogposts .post a.blogtitle {
    color: #d9477c;
    text-decoration: none;
    font-size: 1.2em;
}

.blog .blogposts .post a.blogtitle:Hover {
    text-decoration: underline;
}

.blog .blogposts {
    margin: 0 5px;
    padding: 0;
}

.blog .blogposts p {
    padding: 0.5em 0;
}

.blog .blogposts .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #C4C6C8;
}

.blog .blogposts .blogbody, .blog .blogposts .tags {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blogpost {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}

.blogpost .page-title {
    border-bottom: 0 none;
}

.blogpost .page-title h1 {
    padding: 0.5em 0;
}

.blogpost .postdate {
    color: #9a9a9a;
    font-style: italic;
}

.blogpost .postbody, .blogpost .tags {
    margin: 0;
    padding: 0;
}

.blogpost .result {
    color: red;
    font-weight: 700;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.blogpost p {
    padding: 0.5em 0;
}

.blogcomments {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 2em;
}

.blogcomments .title {
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.blogcomments .newcomment {
    margin: 0;
    padding: 0;
}

.blogcomments .newcomment .commenttext {
    width: 350px;
    height: 150px;
}

.blogcomments .newcomment td.leavetitle {
    padding: 0 10px 10px 0;
    font-weight: 700;
}

.blogcomments .newcomment td.buttons {
    text-align: right;
}

.blogcomments .commentlist {
    margin: 10px 0 0;
    margin-top: 10px;
    padding: 0;
    border-top: solid 1px #E8E6D2;
    background-color: inherit;
    color: #555D65;
    font-size: 11px;
}

.blogcomment .commentinfo {
    float: left;
    padding: 5px;
    width: 170px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo {
    padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.blogcomment .commentinfo .userinfo span.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.blogcomment .commentinfo .userinfo .avatar {
    margin: 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.blogcomment .commentinfo .userinfo .userstats {
    color: #555;
    text-align: left;
    font-weight: 700;
    font-size: .9em;
}

.blogcomment .commentinfo .userinfo .userstats .statvalue {
    font-weight: 400;
}

.blogcomment .commentcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime {
    padding: 3px;
    background: #e3f3f3;
    font-weight: 700;
    line-height: 20px;
}

.blogcomment .commentcontent .commenttime .statvalue {
    font-weight: 400;
}

.blogcomment .commentcontent .commentbody {
    padding: 3px;
}

.todays-poll-box {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todays-poll-box .title {
    clear: both;
    padding: 10px 10px 5px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.todays-poll-box .todays-poll-box-block {
    margin: 0;
    padding: 0;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.todays-poll-box .poll-item {
    float: left;
    padding: 1em;
    vertical-align: top;
    text-align: left;
}

.block-poll .poll-item {
    margin: 0;
    padding: 0;
    background-color: inherit;
    vertical-align: top;
    text-align: left;
    font-size: 11px;
}

.poll-item label {
    margin: 0 0 0 5px;
}

.poll-take-poll, .poll-results {
    margin-top: 10px;
    padding: 5px;
    border: dashed 1px #666;
}

.poll-display-text {
    font-weight: 700;
}

.poll-total-votes {
    font-style: italic;
}

.emailafriend-page .page-title {
    border-bottom: 0 none;
}

.emailafriend-page .send-email {
    margin-top: 10px;
    padding: 0 0 10px 10px;
    border: 1px solid #E8E6D2;
}

.emailafriend-page .send-email .product {
    font-weight: 700;
}

.emailafriend-page .send-email .friendemail {
    width: 350px;
}

.emailafriend-page .send-email .youremail {
    width: 350px;
}

.emailafriend-page .send-email .personalmessage {
    width: 350px;
    height: 150px;
}

/* CUSTOMER ACCOUNT */

.account-page {
    margin: auto;
}

.account-page .page-title {
    border-bottom: 0 none;
}

.account-page .body {
    margin: 0;
    padding: 0;
    color: #555;
}

.customer-info-box {
    margin: 0;
    color: #555;
}

.customer-info-box .left, .customer-info-box .right {
    float: left;
    padding: 0 10px 10px 10px;
}

.customer-info-box .item-name {
    padding-top: 10px;
    text-transform: uppercase;
}

.customer-info-box .item-value {
    padding-top: 0;
}

.customer-info-box .item-value-nolabel {
    padding-top: 0.5em;
}

.customer-info-box .buttons {
    float: right;
    margin: 5px 16px 5px 0;
    padding-left: 10px;
    text-align: center;
}

.customer-addresses {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
}

.customer-addresses .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
    font-size: 0.75em;
}

.customer-addresses .address-list .buttons {
    text-align: right;
}

.customer-addresses .address-list .address-item {
    margin-bottom: 0.87em;
    padding: 10px 10px 10px 0;
    height: auto;
    border-right: 1px solid #E8E6D2;
    border-bottom: 1px solid #E8E6D2;
    text-align: left;
}

.customer-addresses .address-list .address-item .address-title {
    padding-bottom: 10px;
    font-weight: bold;
}

#country-address {
    margin: 10px 0;
    width: 100%;
}

.customer-addresses .add-button {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}

.customer-orders {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 0.9em;
}

.account-page .orders-page-title {
    font-weight: bold;
    font-size: 0.8em;
}

.customer-orders .recurring-payments {
    clear: both;
    padding: 10px 10px 5px 0;
    width: 100%;
}

.customer-orders .recurring-payments .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
    font-size: 0.75em;
}

.customer-orders .recurring-payments .recurring-payments-box {
    padding: 1em;
    height: auto;
    border: 1px solid #E8E6D2;
    text-align: left;
}

.customer-orders .order-list .order-item {
    margin-bottom: 10px;
    padding: 0.5em;
    height: auto;
    border-right: 1px solid #E8E6D2;
    border-bottom: 1px solid #E8E6D2;
    text-align: left;
    line-height: 1.5em;
}

.customer-orders .order-list .order-item .buttons {
    text-align: right;
}

.customer-orders .order-list .order-item td.viewdetails-buttons a {
    margin-right: 0;
    padding-right: 0.5em;
    padding-left: 2em;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
}

.customer-orders .order-list .order-item td.order-detail div.Order-Total {
    float: right;
    font-weight: bold;
}

div.Order-Status,
div.Order-Status-Green,
div.Order-Status-Red {
    position: relative;
    bottom: -2em;
    width: 13em;
    font-size: 0.9em;
}

div.Order-Status-Green {
    color: green;
}

div.Order-Status-Red {
    color: red;
}

.order-item table {
    width: 100%;
}

.viewdetails-buttons {
    text-align: right;
}

.customer-pass-recovery {
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.customer-pass-recovery .result {
    color: red;
    font-weight: 700;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.customer-rewardpoints {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.customer-rewardpoints .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
    font-size: 0.75em;
}

.customer-rewardpoints .reward-points-overview {
    padding: 10px 10px 5px 0;
    width: 100%;
}

.customer-rewardpoints .reward-points-history {
    margin: 0;
    padding: 5px;
    background-color: inherit;
    color: #555;
    font-size: 11px;
}

.backinstock-subscriptions-box {
    margin: 0;
    padding: 5px;
    color: #555;
    font-size: 11px;
}

.backinstock-subscriptions-box .buttons {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.bissgridpagerstyle {
    padding: 5px;
    background: #eee;
    vertical-align: middle;
}

.bissgridpagerstyle span {
    font-weight: 700;
    font-size: 1.1em;
}

/* PRODUCT DETAILS */

.product-collateral {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-info .picture {
    float: right;
    margin-top: 25px;
    margin-right: 2%;
    margin-bottom: 15px;
    width: 26%;
}

/*fit img to width*/
.product-details-info .picture img {
    width: 100%;
}

.product-details-info .picture .picturethumbs {
    margin-top: 10px;
}

.product-details-info .overview {
    float: left;
    margin-top: 25px;
    padding: 20px;
    width: 66%;
}

.product-details-info .overview .shortdescription, .product-details-info .overview .manufacturers, .product-details-info .overview .sku, .product-details-info .overview .manufacturerpartnumber, .product-details-info .overview .stock, .product-details-info .overview .gtin {
    margin-bottom: .3em;
    color: #555;
    font-size: 1.1em;
}

.backinstocksubscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-info .fulldescription {
    clear: both;
    margin-bottom: .3em;
    border-top: 1px solid #E8E6D2;
    color: #555;
}

.product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-reviews-overview .product-review-box {
    margin-right: 5px;
    width: 69px;
    height: 13px;
}

.product-review-box .rating {
    width: 55px;
    height: 13px;
    background: url(/themes/happytal/content/images/star_x_inactive.gif) 0 0 repeat-x;
}

.product-review-box .rating div {
    height: 12px;
    background: url(/themes/happytal/content/images/star_x_active.gif) 0 0 repeat-x;
}

.product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}

.product-reviews-overview .product-review-links {
    margin: 0;
}

.product-no-reviews {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-reviews-page .page-title {
    border-bottom: 0 none;
}

.product-reviews-page .page-title a {
    border-bottom: 0 none;
    text-decoration: underline;
}

.product-reviews-page .write-review .review-title {
    width: 350px;
}

.product-reviews-page .write-review .review-text {
    width: 350px;
    height: 150px;
}

.product-review-list {
    margin: 30px 0 0;
}

.product-review-list .product-review-item {
    clear: both;
    margin: 10px 0 0;
    padding: 10px 10px 20px;
    border: solid 1px #d3d3d3;
}

.product-review-list .product-review-item .review-title {
    float: left;
    margin-bottom: 5px;
    font-weight: 700;
}

.product-review-list .product-review-item .product-review-box {
    float: right;
    margin-right: 5px;
    width: 69px;
    height: 13px;
}

.product-review-list .product-review-item .review-text {
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .review-info {
    float: left;
    margin-bottom: 5px;
}

.product-review-list .product-review-item .review-info .separator {
    margin: 0 2px;
}

.product-review-helpfulness {
    clear: both;
    color: #333;
    font-size: 11px;
}

.product-review-helpfulness .vote:hover {
    text-decoration: none;
    cursor: pointer;
}

.product-variant-list {
    margin-bottom: 15px;
    padding: 0;
}

.product-variant-line {
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #C4C6C8;
}

.product-variant-line .picture {
    float: left;
    margin-bottom: 15px;
    width: 300px;
}

.product-variant-line .overview {
    float: right;
    margin-right: 25px;
    width: 200px;
}

.product-variant-line .description {
    clear: both;
    margin-bottom: .3em;
    color: #555;
}

.product-details-page .downloadsample {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #555;
}

.product-details-page .downloadsample .downloadsamplebutton {
    overflow: visible;
    padding: 1px 5px;
    width: auto;
    border: 1px solid #B5B5B5;
    background: #F1F1F1 url(/themes/happytal/content/images/btn_download_bg.gif) repeat-x scroll 0 100%;
    color: #444;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-size: 11px !important;
    font-family: arial,sans-serif !important;
    line-height: normal !important;
    cursor: pointer;
}

.product-variant-line .price {
    float: left;
    margin-right: 30px;
    padding: 1em;
}

.product-essential .price {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-variant-line .price .productPrice, .product-essential .price .productPrice {
    color: green;
}

.product-variant-line .price .oldProductPrice, .product-essential .price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}

.product-variant-line .add-info {
    padding: 1em;
    min-height: 17px;
    background: #F7F5E8;
}

.product-variant-line .add-info .enter-price-input, .product-essential .add-info .enter-price-input {
    width: 60px;
}

.product-variant-line .add-info .qty-input, .product-essential .add-info .qty-input {
    width: 40px;
}

.product-variant-line .attributes .textprompt {
    font-weight: bold;
}

.product-variant-line .attributes .textbox {
    width: 300px;
}

.product-variant-line .attributes textarea {
    width: 300px;
    height: 150px;
}

.product-variant-line .giftcard dt {
    float: left;
    clear: left;
    width: 150px;
}

.product-variant-line .giftcard .message {
    width: 300px;
    height: 100px;
}

.related-products-grid .title, .also-purchased-products-grid .title {
    clear: both;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box {
    padding-bottom: 10px;
    vertical-align: text-top;
    text-align: center;
}

.related-products-grid .item, .also-purchased-products-grid .item {
    margin: 10px;
    width: 200px;
    height: 200px;
    border: 1px solid #E8E6D2;
    text-align: center;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 1em;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture {
    text-align: center;
}

.productspec-box .title {
    clear: both;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.producttags-box {
    padding: 5px;
    color: #555;
}

.producttags-box .title {
    clear: both;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.producttags-box .producttags-list a {
    text-decoration: underline;
}

.producttags-box .producttags-list .producttags-wrapper {
    float: left;
}

.tier-prices {
    margin-bottom: 10px;
    text-align: center;
}

.tier-prices .prices-header {
    padding: 3px;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
}

.tier-prices .prices table {
    width: 100%;
    border-collapse: collapse;
    background: #f3f3f3;
    vertical-align: middle;
    text-align: center;
}

.tier-prices .prices .prices-table td {
    padding: 0;
}

.tier-prices .prices .item-table td {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 3px #d7d7d7;
    font-weight: 700;
}

.tier-prices .prices .item-table .item-price {
    color: Green;
}

.tier-prices .prices .header-table td {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 3px #d7d7d7;
    font-weight: 700;
}

.tier-prices .prices .prices-table .field-header {
    text-align: center;
    font-weight: 700;
}

/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #56585D;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/themes/happytal/content/images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/themes/happytal/content/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/themes/happytal/content/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    border: 10px solid #fff;
    border-top-style: none;
    color: #666;
    text-align: left;
    font-size: 10px;
    line-height: 1.4em;
}

#lbCloseLink {
    display: block;
    float: right;
    margin: 5px 0;
    width: 66px;
    height: 22px;
    outline: none;
    background: transparent url(/themes/happytal/content/images/closelabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}
/* PRIVATE MESSAGES */
.sendpmbox {
    display: block;
    float: left;
    margin: 2px 0 2px 2px;
    padding: 2px;
    border: 1px solid #A0A0A0;
    background-color: #EEE;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    font-family: Arial;
}

.sendpmbox .pmlinkbutton {
    padding: 2px 6px 2px 18px;
    background: url(/themes/happytal/content/images/ico-pm.png) no-repeat;
    line-height: 14px;
}

.privatemessagesend .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.privatemessagesend .wrapper {
    padding: 5px;
}

.privatemessagesend table.postmessage {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}

.privatemessagesend table.postmessage td {
    padding: 4px;
}

.privatemessagesend table.postmessage td.fieldname {
    width: 20%;
    color: #555;
    font-weight: 700;
}

.privatemessagesend table.postmessage td.options {
    text-align: right;
}

.privatemessageview .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.privatemessageview .wrapper {
    padding: 5px;
}

.privatemessageview table.viewmessage {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}

.privatemessageview table.viewmessage td {
    padding: 4px;
}

.privatemessageview table.viewmessage td.fieldname {
    width: 20%;
    color: #555;
    font-weight: 700;
}

.privatemessageview table.viewmessage td.options {
    text-align: right;
}

.private-messages-page .page-title {
    border-bottom: 0 none;
}

.private-messages-page .body {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 11px;
}

.private-messages-box {
    margin: 0;
    padding: 5px;
    color: #555;
    font-size: 11px;
}

.private-messages-box .section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    font-weight: 700;
    font-size: 0.75em;
}

.private-messages-box .buttons {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.pmgridtablestyle {
    margin-left: 0;
    width: 100%;
    border: 1px solid gray;
    border-collapse: collapse;
    background-color: #FFF;
    font-size: 11px;
    font-family: arial;
}

.pmgridtablestyle td a {
    display: block;
    text-decoration: none;
}

.pmgridaltrowstyle {
    background-color: #F4FAFF;
}

.pmgridheaderstyle th {
    padding: 5px 10px;
    height: 20px;
    border: solid 1px #676767;
    background: #FA6EAA;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}

.pmgridrowstyle td, .pmgridaltrowstyle td {
    padding: 4px 10px;
    border-right: solid 1px #A0C0E7;
    border-right-color: gray;
}

.pmgridpagerstyle, .latestpostsgridpagerstyle, .fsgridpagerstyle {
    padding: 5px;
    background: #eee;
    vertical-align: middle;
}

.pmgridpagerstyle span, .latestpostsgridpagerstyle span, .fsgridpagerstyle span {
    font-weight: 700;
    font-size: 1.1em;
}

.pmunread {
    font-weight: 700;
}

/* FORUM MAIN */

.forumsmain .forumsmainheader {
    height: 35px;
    border-bottom: solid 1px #f3f3f3;
}

.forumsmain .forumsmainheader .currenttime {
    float: left;
    padding-top: 20px;
    color: #555;
    font-size: .9em;
}

.forumsmain .forumsmainheader .forumsearchbox {
    float: right;
    text-align: right;
}

.forumsmain .activediscussions {
    margin-top: 50px;
}

.forumbreadcrumb {
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.forumbreadcrumb a {
    color: #3a3a3a;
    text-decoration: none;
}

.forumgrouppage .forumsearchbox {
    text-align: right;
}

.forumgroup .grouptitle a {
    font-weight: 700;
}

.forumgroup table.groups {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forumgroup table.groups td {
    padding: 3px 0;
}

.forumgroup tr.groupheader {
    font-weight: 700;
}

.forumgroup tr.groupheader td {
    height: 20px;
    border-right: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
}

.forumgroup tr.groupheader td.forumname {
    padding-left: 3px;
    width: 55%;
    text-align: left;
}

.forumgroup tr.groupheader td.topics {
    width: 10%;
}

.forumgroup tr.groupheader td.posts {
    width: 10%;
}

.forumgroup tr.groupheader td.lastpost {
    width: 25%;
}

.forumgroup tr.forum td.image div {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum.gif) no-repeat 40% 40%;
    text-align: left;
}

.forumgroup tr.forum td {
    padding-left: 3px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
}

.forumgroup tr.forum td.forumname {
    width: 55%;
    text-align: left;
}

.forumgroup tr.forum td.forumname .forumtitle {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 18px;
}

.forumgroup tr.forum td.forumname .forumdescription {
    color: #555;
    font-size: .9em;
}

.forumgroup tr.forum td.lastpost {
    color: #555;
    font-size: .8em;
}

.forum-subscriptions-box {
    margin: 0;
    padding: 5px;
    color: #555;
    font-size: 11px;
}

.forum-subscriptions-box .buttons {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

/* FORUM PAGE */

.forum .forumheader {
}

.forum .top .foruminfo {
    float: left;
}

.forum .top .foruminfo .forumname {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 25px;
}

.forum .top .foruminfo .forumdescription {
    color: #555;
}

.forum .top .actions {
    float: right;
    text-align: right;
}

.forum .top .actions .newtopic {
    padding: 0 10px 3px 20px;
    background: url(/themes/happytal/content/images/ico-forum-post-add.gif) no-repeat;
}

.forum .top .actions .watchforum {
    padding-left: 20px;
    background: url(/themes/happytal/content/images/ico-forum-watch.gif) no-repeat;
}

.forum .top .actions .forumsearchbox {
    padding-top: 5px;
}

.forum table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forum table.topics td {
    padding: 3px 0;
}

.forum table.topics tr.forumheader {
    font-weight: 700;
}

.forum table.topics tr.forumheader td {
    height: 20px;
    border-right: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
}

.forum table.topics tr.forumheader td.topicname {
    padding-left: 3px;
    width: 55%;
    text-align: left;
}

.forum table.topics tr.forumheader td.replies {
    width: 10%;
}

.forum table.topics tr.forumheader td.views {
    width: 10%;
}

.forum table.topics tr.forumheader td.lastpost {
    width: 25%;
}

.forum table.topics tr.topic td {
    padding-left: 3px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
}

.forum table.topics tr.topic td.image div {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum.gif) no-repeat 40% 40%;
    text-align: left;
}

.forum table.topics tr.topic td.topicname {
    width: 55%;
    text-align: left;
}

.forum table.topics tr.topic td.topicname .topictype {
    font-size: .9em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topictitle {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 18px;
}

.forum table.topics tr.topic td.topicname .topicstarter {
    color: #555;
    font-size: .9em;
}

.forum table.topics tr.topic td.topicname .topicspager {
    color: #555;
    font-size: .9em;
}

.forum table.topics tr.topic td.lastpost {
    color: #555;
    font-size: .8em;
}

.forum table.topics tr.topic .post {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum-post.gif) no-repeat 40% 40%;
    text-align: left;
}

.forum table.topics tr.topic .postannoucement, .forum table.topics tr.topic .poststicky {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum-post-high.gif) no-repeat 40% 40%;
    text-align: left;
}

.forum .pager {
    padding: 5px 3px 5px 0;
    text-align: right;
}

/* FORUM TOPIC EDIT */

.postedit .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.postedit .wrapper {
    padding: 5px;
}

.postedit table.posttopic {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}

.postedit table.posttopic td {
    padding: 4px;
}

.postedit table.posttopic td.fieldname {
    width: 20%;
    color: #555;
    font-weight: 700;
}

.postedit table.posttopic td.options {
    text-align: right;
}

.moveforumtopic .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.moveforumtopic .wrapper {
    padding: 5px;
}

.moveforumtopic table.movetopic {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
}

.moveforumtopic table.movetopic td {
    padding: 4px;
}

.moveforumtopic table.movetopic td.fieldname {
    width: 30%;
    color: #555;
    white-space: nowrap;
    font-weight: 700;
}

.moveforumtopic table.movetopic td.options {
    text-align: left;
}

/* FORUM TOPIC */

.forumtopic .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.forumtopic .title .topicname {
    float: left;
    font-size: 0.75em;
}

.forumtopic .title .manage {
    float: right;
    text-align: right;
}

.forumtopic .title .manage a {
    color: #F3F3F3;
}

.forumtopic .topicheader {
    padding: 5px;
    height: 16px;
    border-bottom: solid 1px #6a6a6a;
    background: #F3F3F3;
}

.forumtopic .topicheader .topicoptions, .topicfooter .topicoptions {
    float: right;
    text-align: right;
}

.forumtopic .topicheader .topicoptions a, .topicfooter .topicoptions a {
    font-weight: 700;
}

.topicfooter {
    padding: 5px;
    height: 16px;
    border-top: solid 1px #6a6a6a;
    background: #F3F3F3;
}

.forumtopic .pager, .topicfooter .pager {
    text-align: left;
}

.forumpost {
    border-bottom: solid 1px #E8E6D2;
}

.postinfo {
    float: left;
    padding: 5px;
    width: 170px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

.postinfo .manage {
    line-height: 20px;
}

.postinfo .manage a {
    color: #555;
    font-weight: 700;
}

.postinfo .userinfo {
    padding-top: 5px;
}

.postinfo .userinfo a.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.postinfo .userinfo span.username {
    margin-bottom: 5px;
    font-weight: 700;
}

.postinfo .userinfo .avatar {
    margin: 5px 0;
}

.postinfo .userinfo .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.postinfo .userinfo .userstats {
    color: #555;
    text-align: left;
    font-weight: 700;
    font-size: .9em;
}

.postinfo .userinfo .userstats .statvalue {
    font-weight: 400;
}

.postcontent {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

.postcontent .posttime {
    padding: 3px;
    background: #e3f3f3;
    font-weight: 700;
    line-height: 20px;
}

.postcontent .posttime .statvalue {
    font-weight: 400;
}

.postcontent .postbody {
    padding: 3px;
}

.postcontent .postbody .posttext .quote {
    padding: 5px;
    border: dashed 1px #56585D;
    background-color: #fff;
}

.postcontent .signature {
    margin: 1em 8px 8px;
    padding: 1em 0 20px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #DDD;
    text-align: left;
    font-style: italic;
    font-size: 90%;
}

/* FORUM SEARCH */

.forumsearchbox {
    float: right;
    padding: 5px 0;
    text-align: right;
    font-size: .9em;
}

.forumsearch .forum-search-panel .page-title {
    border-bottom: 0 none;
}

.forumsearch .forum-search-panel .search-error {
    color: Red;
}

.forum-search-panel table.basic-search, .forum-search-panel table.adv-search {
    width: 100%;
    border-collapse: collapse;
    color: #333;
    vertical-align: middle;
    text-align: left;
}

.forum-search-panel table.adv-search {
    margin: 10px 0 0;
    border-top: solid #D3D3D3 1px;
}

.forum-search-panel table.adv-search td.title {
    padding: 4px;
    width: 130px;
    vertical-align: middle;
    text-align: left;
}

.forum-search-panel table.adv-search td.data {
    padding: 4px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
}

.forumsearch table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.forumsearch table.topics td {
    padding: 3px 0;
}

.forumsearch table.topics tr.forumheader {
    font-weight: 700;
}

.forumsearch table.topics tr.forumheader td {
    height: 20px;
    border-right: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
}

.forumsearch table.topics tr.forumheader td.topicname {
    padding-left: 3px;
    width: 55%;
    text-align: left;
}

.forumsearch table.topics tr.forumheader td.replies {
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.views {
    width: 10%;
}

.forumsearch table.topics tr.forumheader td.lastpost {
    width: 25%;
}

.forumsearch table.topics tr.topic td {
    padding-left: 3px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
}

.forumsearch table.topics tr.topic td.image div {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum.gif) no-repeat 40% 40%;
    text-align: left;
}

.forumsearch table.topics tr.topic td.topicname {
    width: 55%;
    text-align: left;
}

.forumsearch table.topics tr.topic td.topicname .topictype {
    font-size: .9em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topictitle {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 18px;
}

.forumsearch table.topics tr.topic td.topicname .topicstarter {
    color: #555;
    font-size: .9em;
}

.forumsearch table.topics tr.topic td.lastpost {
    color: #555;
    font-size: .8em;
}

.forumsearch table.topics tr.topic .post {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum-post.gif) no-repeat 40% 40%;
    text-align: left;
}

.forumsearch table.topics tr.topic .postannoucement, .forumsearch table.topics tr.topic .poststicky {
    width: 36px;
    height: 36px;
    background: url(/themes/happytal/content/images/ico-forum-post-high.gif) no-repeat 40% 40%;
    text-align: left;
}

.forumsearch .pager {
    padding: 5px 3px 5px 0;
    text-align: right;
}

/* PROFILE PAGE */

.profile-page .title {
    padding-left: 3px;
    height: 28px;
    border: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
    font-weight: 700;
    line-height: 28px;
}

.profile-page .body {
    margin-top: 15px;
}

.profile-page .body .profile-info-box {
    border-bottom: solid 1px #E8E6D2;
}

.profile-page .body .profile-info-box, .profile-page .body .user-last-posts {
    font-size: 0.75em;
}

.profile-page .body .profile-info-box .profile-stat {
    padding: 2px;
    font-weight: 700;
}

.profile-page .body .profile-info-box .profile-stat .profile-stat-value {
    color: #555;
    font-weight: 400;
}

.profile-page .body .profile-info-box .user-details {
    float: left;
    padding: 1em;
    width: 180px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
    text-align: center;
}

.profile-page .body .profile-info-box .user-details .avatar {
    margin-bottom: 5px;
}

.profile-page .body .profile-info-box .user-details .avatar .avatar-img {
    border: solid 2px #CEDBE1 !important;
}

.profile-page .body .profile-info-box .user-stats {
    margin-left: 200px;
    padding: 1em;
    border-left: solid 1px #F3F3F3;
}

.profile-page .body .profile-info-box .user-stats .section-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.profile-page .body .user-last-posts .topic {
    margin-bottom: 10px;
    border: solid 1px #F3F3F3;
}

.profile-page .body .user-last-posts .topictitle {
    padding: 3px;
    background: #e3f3f3;
    font-weight: 700;
    line-height: 20px;
}

.profile-page .body .user-last-posts .topicbody {
    padding: 1em;
}

.profile-page .body .user-last-posts .topicbody .quote {
    padding: 5px;
    border: dashed 1px #56585D;
    background-color: #fff;
}

.profile-page .body .user-last-posts .topicdata {
    padding: 3px;
    background: #f3f3f3;
    color: #555;
    font-size: .9em;
}

.profile-page .body .user-last-posts .posts-table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}

/* BB CODE EDITOR */

.toolbar {
    display: inline;
    padding: 2px;
}

.toolbar .button {
    margin-right: 2px;
    padding: 2px;
    border: #cec6b5 1px solid;
    background: url(/themes/happytal/content/images/bbeditor-button-bg.gif) repeat-x;
}

.toolbar .button:hover {
    border: #333 1px solid;
}

/* ACTIVE DISCUSSIONS */

.activediscussions .activediscussionstitle {
    font-weight: 700;
    font-size: 1.1em;
}

.activediscussions .activediscussionstitle .viewall {
    float: right;
    text-align: right;
}

.activediscussions table.topics {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

.activediscussions table.topics td {
    padding: 3px 0;
}

.activediscussions table.topics tr.activediscussionsheader {
    font-weight: 700;
}

.activediscussions table.topics tr.activediscussionsheader td {
    height: 20px;
    border-right: solid 1px #6a6a6a;
    background: #FA6EAA;
    color: #FFF;
}

.activediscussions table.topics tr.activediscussionsheader td.topicname {
    padding-left: 3px;
    width: 55%;
    text-align: left;
}

.activediscussions table.topics tr.activediscussionsheader td.replies {
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.views {
    width: 10%;
}

.activediscussions table.topics tr.activediscussionsheader td.lastpost {
    width: 25%;
}

.activediscussions table.topics tr.topic td {
    padding-left: 3px;
    border-bottom: 1px solid #c5c5c5;
    vertical-align: middle;
}

.activediscussions table.topics tr.topic td.topicname {
    width: 55%;
    text-align: left;
}

.activediscussions table.topics tr.topic td.topicname .topictitle {
    font-weight: 700;
    font-size: 1.1em;
    line-height: 18px;
}

.activediscussions table.topics tr.topic td.topicname .topicstarter {
    color: #555;
    font-size: .9em;
}

.activediscussions table.topics tr.topic td.topicname .topicspager {
    color: #555;
    font-size: .9em;
}

.activediscussions table.topics tr.topic td.lastpost {
    color: #555;
    font-size: .8em;
}
/* BBCODES */

.csharpcode, .csharpcode pre {
    background-color: #fff;
    color: #56585D;
    font-size: small;
    font-family: Consolas, "Courier New", Courier, Monospace;
}

.csharpcode pre {
    margin: 0;
}

.csharpcode .rem {
    color: green;
}

.csharpcode .kwrd {
    color: #00f;
}

.csharpcode .str {
    color: #006080;
}

.csharpcode .op {
    color: #56585D;
}

.csharpcode .preproc {
    color: #c63;
}

.csharpcode .asp {
    background-color: #ff0;
}

.csharpcode .html {
    color: maroon;
}

.csharpcode .attr {
    color: red;
}

.csharpcode .alt {
    margin: 0;
    width: 100%;
    background-color: #f4f4f4;
}

.csharpcode .lnum {
    color: #606060;
}

.debugbox {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    color: gray;
    display: block;
    font-size: 8px;
    font-weight: bold;
    left: 0;
    overflow: hidden;
    padding: 2px;
    position: fixed;
    text-align: left;
    width: 170px;
}

.debugbox #serverRefresh {
    background-color: green;
    text-align: center;
}

.debugbox #serverRefresh a {
    display: block;
    padding: 1em;
    color: black;
    text-align: center;
    font-weight: bold;
}

#homepage {
    float: left;
    padding: 0;
    width: 100%;
    background-size: cover;
}

h1.tagline1,
#homeDiv h1.tagline1 {
    color: white;
    font-size: 3em;
    padding: 2.5em 0 0;
    text-align: center;
}

h2.tagline2,
#homeDiv h1.tagline2 {
    color: white;
    font-size: 1.25em;
    text-align: center;
}

#sliderdiv {
    width: 100%;
    margin: 0 auto;
    height: 700px;
    overflow: hidden;
    background: url(/themes/happytal/content/pictures/home/xl/splash.jpg) no-repeat local;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

#sliderdiv video {
    width: 100%;
}

#how-it-works .threeblocks {
    background: none;
}

#how-it-works .threeblocks div.img1 {
    width: 100%;
    padding: 0;
    background: url(/themes/happytal/content/images/Depliant-perspective-V0.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
    color: white;
    font-size: 10em;
    text-align: center;
}

#how-it-works .threeblocks div.img2 {
    width: 100%;
    padding: 0;
    background: url(/themes/happytal/content/images/HAPPYTAL-PHOTO-DESK.jpg) no-repeat scroll center center transparent;
    background-size: 100% auto;
    color: white;
    font-size: 10em;
    text-align: center;
}

    #how-it-works .threeblocks div.img3 {
        width: 100%;
        padding: 0;
        background: url(/themes/happytal/content/images/livraison.png) no-repeat scroll center center transparent;
        background-size: 100% auto;
        color: white;
        font-size: 10em;
        text-align: center;
    }

#how-it-works .threeblocks div.img-veil {
    background-color: rgba(0,0,0, 0.25);
}

#how-it-works .threeblocks > div > div {
    border: none;
}

#how-it-works .threeblocks > div > div > div {
    background: none repeat scroll 0 0 white;
    margin: 1em;
}

#values {
    padding-bottom: 0;
}

#values .fluidtable {
    margin-bottom: 0;
}

#values p {
    font-size: 1.25em;
    font-style: italic;
    padding: 2em;
}

#how-it-works #values p {
    padding: 2em;
}

#service-people {
    background: url(/themes/happytal/content/images/service-people.jpg) no-repeat scroll center center transparent;
    height: 30em;
}

#how-it-works h1 {
    font-size: 2em;
    text-align: center;
    padding: 1em;
    color: #56585d;
}

#witnesses h1, #homeDiv #witnesses h1 {
    font-size: 2em;
    text-align: center;
    padding: 1em;
    color: white;
}

#how-it-works h2 {
    font-size: 1.5em;
    color: #56585d;
    padding: 1em;
    text-align: center;
    /*varies by screen width*/
    min-height: 7em;
}

#witnesses h2 {
    font-style: italic;
    color: white;
    font-size: 0.9em;
    text-align: right;
}

#how-it-works p {
    text-align: center;
    color: #56585d;
    padding: 0 0 2em;
}

/*#how-it-works > div,*/
#witnesses > div {
    padding: 0;
    margin: 0 auto;
}

#witnesses .fluidtable > div {
    padding: 2em;
}

#witnesses p.signature {
    color: white;
    font-size: 0.8em;
    font-style: italic;
    padding-top: 1em;
    text-align: right;
}

#witnesses video {
    width: 100%;
}

.slides_container {
    margin: 0 auto;
}

#homepage .patient,
#homepage .relative,
#homepage .service {
    float: left;
    margin: 0 0.5em 0 0;
    width: 27px;
    height: 50px;
}

#homepage .patient {
    background-image: url(/themes/happytal/content/images/roles.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#homepage .relative {
    background-image: url(/themes/happytal/content/images/roles.png);
    background-position: 0 -55px;
    background-repeat: no-repeat;
}

#homepage .service {
    background-image: url(/themes/happytal/content/images/roles.png);
    background-position: 0 -110px;
    background-repeat: no-repeat;
}

.translucide-white-background {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255,0.6);
    top: 0;
    z-index: 1;
}

.translucide-black-background {
    width: 100%;
    position: absolute;
    top: 0;
    height: 700px;
    z-index: 1;
}

#go-to-services-bar,
#internal-links-bar {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0,0.5);
    bottom: 0;
    z-index: 10;
}

/*fix common height*/
#go-to-services-bar select,
#go-to-services-bar button {
    height: 2.9em;
}

#go-to-services-bar select#SelectedBusinessRoleId {
    border-radius: 2px 0 0 2px;
}

#go-to-services-bar button {
    background-color: #d9477c;
    border: 1px solid #d9477c;
    color: white;
    font-size: 1em;
    padding: 0 1em;
    border-radius: 3px 3px 3px 3px;
    outline: none;
}

#go-to-services-bar button:disabled {
    background-color: rgba(217,71, 124, 0.5);
    border: 0px none rgba(217,71, 124, 0.5);
}

#go-to-services-bar button:disabled:hover {
    background-color: rgba(217,71, 124, 0.5);
    cursor: default;
}

#go-to-services-bar button:hover {
    background-color: #FA6EAA;
    cursor: pointer;
}

#go-to-services,
#internal-links-bar {
    width: 100%;
    margin: 0 auto;
}

#go-to-services table {
    width: 100%;
}

#go-to-services a {
    display: block;
    padding: 0.4em;
}

#go-to-services a:hover {
    text-decoration: none;
}

#go-to-services .ui-button-text-only .ui-button-text {
    padding: 0.3em 0.5em 0.3em 0.5em;
}

div.access-services {
    padding: 2em 1em 1em;
    text-align: center;
}

div.access-services a {
    color: #d9477c;
}

#internal-links {
    padding: 1em;
    text-align: center;
}

#internal-links a {
    color: white;
    margin: 0 0.5em;
    padding: 0.5em;
}

.step1Link, .step2Link {
    text-decoration: underline;
    cursor: pointer;
}

.step2Div {
    display: none;
}

.chosen {
    background-color: red;
}

.customerRow {
    cursor: pointer;
}

/*fancybox hidden link*/
a#chooseCBLink {
    display: none;
}

a.hiddenLink {
    display: none;
}

/*jslide*/

#container {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 1em;
    width: 580px;
}

#example {
    position: relative;
    top: -15px;
    width: 717px;
    height: 350px;
}

#ribbon {
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}

#frame {
    position: absolute;
    top: -3px;
    left: -80px;
    z-index: 0;
    width: 739px;
    height: 341px;
}

/*
    unslider : http://slidesjs.com/
*/

#slides {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.slide,
.slide.dark {
    margin: 0 auto;
    /*will be shown when slideshow is loaded*/
    display: none;
}

.slide p,
.slide.dark p {
    position: relative;
    display: inline-block;
    font-size: 2em;
    padding: 0.7em;
    text-align: left;
    float: left;
    clear: both;
    color: #56585d;
}

.slide p.subtitle {
    font-size: 1em;
    padding: 0 1em;
    color: #56585d;
}

.slide.dark p.subtitle {
    font-size: 1em;
    padding: 0 1em;
    color: #fcf9f9;
}

.slide img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.slide a.learnmore {
    clear: both;
    float: left;
    margin: 1em;
    text-align: left;
    color: white;
    background-color: #d9477c;
    border-radius: 0.4em;
    padding: 0.5em;
}

.slide.dark a.learnmore {
    clear: both;
    float: left;
    margin: 1em;
    text-align: left;
    color: white;
    background-color: #d9477c;
    border-radius: 0.4em;
    padding: 0.5em;
}

.slide a.learnmore:hover {
    background-color: #FA6EAA;
    text-decoration: none;
}

.slide div {
    width: 270px;
    margin: 0;
}

/*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash

    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/

/*
    Next/prev buttons
*/

#slides .next, #slides .prev {
    position: absolute;
    top: 107px;
    left: -39px;
    z-index: 101;
    display: block;
    width: 24px;
    height: 43px;
}

#slides .next {
    left: 585px;
}

.pagination {
    position: relative;
    top: 41px;
    z-index: 1000;
    float: right;
    padding: 5px 10px 0 0;
    width: 160px;
    background-color: #56585D;
}

.pagination li {
    float: right;
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    float: left;
    overflow: hidden;
    margin: 6px 0;
    padding-left: 0;
    width: 24px;
    height: 23px;
    background-image: url(/themes/happytal/content/images/pagination-home.png);
    background-position: 0 0;
    color: #BCBDBE;
    text-decoration: none;
}

.pagination li.current a {
    padding-left: 0;
    background-position: 0 -31px;
    color: #D63E73;
    text-decoration: none;
}

/*
    Caption
*/

.caption {
    position: relative;
    top: 0;
    left: 0;
    z-index: 500;
    padding: 10px 20px 0 0.5em;
    width: 548px;
    height: 31px;
    border-radius: 10px 0 0 0;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 1.1em;
    line-height: 1.33;
}

/*roleHomePage : homepage for patient, relative and service*/

.rolehome-page .body {
    margin: 0 auto;
}

.rolehome-page .buttonRole {
    float: right;
    margin: 1em 0 0 0;
}

.rolehome-page .left, .rolehome-page .right {
    float: left;
    width: 100%;
    padding: 1em;
}

.rolehome-page .left {
    padding-right: 1em;
}

.rolehome-page .left table,
.rolehome-page .right table {
    width: 100%;
}

.rolehome-page .contentIntroWrapper {
    padding: 1em;
    background-color: white;
}

.rolehome-page .left table.contentIntro,
.rolehome-page .right table.contentIntro {
    width: 100%;
    background-color: white;
}

.rolehome-page .left table tr td.title,
.rolehome-page .right table tr td.title {
    padding: 10px 20px 10px 20px;
    width: 100%;
    border-radius: 0 10px 0 0;
    background-color: #56585d;
    color: white;
    text-transform: uppercase;
    font-size: 1.02em;
    /*for ie, look at : http://jonraasch.com/blog/css-rounded-corners-in-all-browsers*/
}

.rolehome-page .left table.contentIntro tr td.scenarioPicture {
    padding: 5px;
    text-align: center;
}

.rolehome-page .right table.contentIntro tr td.scenarioPicture {
    padding: 5px 10px;
    text-align: center;
}

.rolehome-page .left table.contentIntro tr td.introText {
    padding-bottom: 1em;
}

.rolehome-page .scenarioText {
    margin: 5px;
    padding-bottom: 1em;
}

.rolehome-page .right table.contentIntro tr td.scenarioLabel {
    margin: 5px;
    text-transform: uppercase;
}

/*buttons of patient*/

/*comment : new Role button in a*/
.buttonsA {
    float: right;
}

/*Bouton Role avec des icones différents*/

#add-friend-button {
    float: right;
    margin: 1em 0 0.5em;
    padding-right: 24px;
    padding-left: 47px;
    background-image: url(/themes/happytal/content/images/ico-add-relative.png);
    background-position: 8px center;
    background-repeat: no-repeat;
}

#add-address-button {
    background-image: url(/themes/happytal/content/images/ico-add-addresses.png);
}

#update-address-button {
    background-image: url(/themes/happytal/content/images/ico-addresses.png);
}

.customer-info-box div.buttonsA {
    margin-right: 15px;
}

td.buttonRoleTd {
    padding: 0.5em;
    text-align: center;
}

.buttonRoleTd a {
    display: block;
}

#repost-payment-form {
    width: 60%;
}

.buttonRole a {
    color: white;
}

.buttonRole a:hover {
    color: white;
}

.buttonRole ul li {
    display: block;
    padding-left: 3px;
    color: white;
    vertical-align: middle;
}

.add-to-cart {
    background: url(/themes/happytal/content/images/ico-add-cart.png) no-repeat 10px center;
}

.add-to-wishlist {
    background: url(/themes/happytal/content/images/ico-add-wishlist.png) no-repeat 10px center;
}

#add-to-cart-wishlist {
    color: #58585A;
    text-decoration: underline;
    cursor: pointer;
}

.ico-delete-cart {
    padding-top: 0;
    width: 20px;
    height: 20px;
    background: url(/themes/happytal/content/images/ico-delete-cart.png) no-repeat scroll 0 center white;
    color: #58585A;
    cursor: pointer;
}

.buttonGrey.ico-delete-cart {
    background-position: 10px center;
}

.address-item .ico-delete-cart {
    float: right;
}

/* for normal button, icon at left with padding-left*/
.ico-send-mail-normal {
    padding-left: 2.5em !important;
    background: url(/themes/happytal/content/images/ico-send-mail-white.png) 0.5em center no-repeat;
    background-color: none;
}

/*used by send mail from wishlist only fttb*/
#ico-send-mail-white {
    background: url(/themes/happytal/content/images/ico-send-mail-white.png) center 8px no-repeat;
}
/* login/register button user icon*/
.ico-myaccount {
    background: url(/themes/happytal/content/images/ico-myaccount-white.png) no-repeat 4px center;
}

.ico-myaccount-white {
    width: 20px;
    height: 18px;
    background: url(/themes/happytal/content/images/ico-myaccount-white.png) no-repeat;
}

.ico-modify-info {
    margin-right: 0.5em;
    padding-left: 20px;
    width: 15px;
    height: 15px;
    background: url(/themes/happytal/content/images/ico-modify-info.png) no-repeat scroll 0 center transparent;
}

#modify-address {
    padding-right: 20px;
    padding-left: 20px;
}

.ico-relative-heart {
    position: relative;
    right: 4px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(/themes/happytal/content/images/ico-relative-heart.png) no-repeat scroll 0 0 transparent;
}

.ico-choose-relative {
    padding: 0.5em 0.5em 0.5em 2em;
    background: url(/themes/happytal/content/images/ico-choose-relative.png) no-repeat scroll 0 center;
}

.ico-delete-relative {
    width: 20px;
    height: 14px;
    background: url(/themes/happytal/content/images/ico-delete-relative.png) no-repeat;
}

div#popin-home {
    display: none;
    max-width: 600px;
    background-color: white;
}

.responsiveDivs {
    padding: 0.5em;
    float: left;
    width: 100%;
}

.responsiveDivs > div {
    float: left;
    width: 100%;
}

.manufacturer-popin {
    height: 100%;
}

.popin-confirmation {
    display: none;
    width: 300px;
}

.fancybox-wrap, .fancybox-desktop, .fancybox-type-inline, .fancybox-opened {
    position: relative;
}

.fancybox-inner {
    overflow: visible;
    background-color: white;
}

#nextstep {
    margin: 0;
}

.buttonGrey, .buttonWhite {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0.5em;
    padding: 0.5em 1em 0.5em 1em;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background-color: #f1f1f1;
    box-shadow: 2px 2px 2px -2px #56585d;
    color: #58585A;
    font-size: 1em;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993');
    cursor: pointer;
    text-align: center;
}

.buttonWhite {
    background-color: white;
}

.buttonGrey:hover, .buttonWhite:hover {
    background-color: #fcfcfc;
}

a.buttonGrey:hover {
    text-decoration: none;
}

.buttonGrey ul li {
    display: block;
    padding-left: 3px;
    color: #58585A;
    vertical-align: middle;
}

/*Generic area*/

.area {
    margin: 20px 20px 20px 0;
    text-align: center;
}

.area table {
    border-bottom: 2px solid #56585d;
}

.area .product-title a {
    display: block;
    overflow: hidden;
    padding: 4px 10px 8px 0;
    color: white;
}

.area .picture {
    height: 150px;
    background: white;
    text-align: center;
}

.area .description {
    overflow: hidden;
    padding: 10px 10px;
    width: 173px;
    height: 100px;
    background: white;
    color: #555;
    text-align: center;
}

.area .add-info {
    position: relative;
    height: 85px;
    background: white;
    vertical-align: bottom;
    text-align: right;
}

.area table tr td.content {
    background: white;
}

/*---------------Message box-------------------*/
/*.fancybox-inner*/

.fancybox-inner div h2 {
    padding: 20px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

/*paragraphs of messagebox*/
.fancybox-inner div p.message {
    padding: 1em 1em 0;
}

.fancybox-inner .popin-header .popin-table {
    width: 100%;
}

.fancybox-inner .popin-header .popin-title {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.fancybox-inner .popin-header .close-popin {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    background: url(/themes/happytal/content/images/close-ico-large.png) no-repeat;
    background-position: right;
}

#popin-content-home {
    padding: 1em;
    background-color: white;
    background-image: none;
}

.popin-action-button {
    background-color: white;
}

/*Manufacturer popin formatting*/
.fancybox-inner .popin-content .manufacturer-header {
    margin: 10px;
    background-color: white;
}

.fancybox-inner .popin-content .manufacturer-header .manufacturer-picture {
    padding: 0 10px;
    width: 140px;
    height: 140px;
}

.fancybox-inner .popin-content .manufacturer-header .manuf-header-left, .manufacturer-header .manuf-header-right {
    width: 50%;
    vertical-align: top;
}

.fancybox-inner .popin-content .sub-manufacturer-description {
    margin: 20px 10px;
}

.fancybox-inner .popin-content .sub-manufacturer-description .title a {
    overflow: hidden;
    padding: 4px 10px 8px 0;
    height: 22px;
    color: white;
    text-decoration: none;
    font-size: 1.02em;
}

.fancybox-inner .popin-content .sub-manufacturer-description .content {
    padding: 1em;
    min-height: 125px;
    background-color: white;
}

.fancybox-inner .popin-content .sub-manufacturer-description .content .list-item-content {
    padding-left: 20px;
}

.fancybox-inner .popin-content .sub-manufacturer-description .content .list-item-content p {
    display: list-item;
}

.fancybox-inner .popin-content .description {
    padding: 1em;
    background-color: white;
}

/*hide usefull info about product*/
.offSet, .AvailableDays, #noProduct {
    display: none;
    margin-bottom: 20px;
}

#noProduct {
    width: 100%;
    background-color: white;
}

#noProduct table tr td {
    padding: 1em;
    width: 100%;
    text-align: left;
}

/*Prevent text selection in jquery buttons (radio set, etc...)*/
span.ui-button-text {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

span.subtiltes {
    vertical-align: middle;
    padding-bottom: 10px;
    color: #9b9b9b;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 400;
}
/*Web controls : textboxes, date pickers, etc...*/
input[type="text"], input[type="password"], input[type="email"], select {
    padding: 0.5em;
    width: 100%;
    border: 1px solid #BCBDBE;
    box-shadow: 2px 2px 2px -3px #56585d;
    border-radius: 2px;
    font-size: 1em;
}

select[name="DateOfBirthDay"],
select[name="DateOfBirthMonth"],
select[name="DateOfBirthYear"],
select[name="FriendModel.DateOfBirthDay"],
select[name="FriendModel.DateOfBirthMonth"],
select[name="FriendModel.DateOfBirthYear"] {
    margin-top: 10px;
    padding: 2%;
    width: 100%;
}

select[name="hour&dayInput"],
select[name="NumberDogsInput"],
select[name="NumberCatsInput"] {
    width: 260px;
}

select[id="Address_CountryId"] .span {
    height: 33px;
}

.fancybox-opened .fancybox-skin {
    padding: 0;
}

span#resultString b {
    font-weight: bold;
}

.OneColonPageWrapper {
    width: 100%;
    margin: 0 auto;
}

.OneColonPageWrapper .left {
    float: left;
    margin: 0% 2% 2% 2%;
    width: 96%;
}

.OneColonPageWrapper .left table {
    padding-bottom: 20px;
    width: 100%;
}

.OneColonPageWrapper .left table.contentIntro {
    padding: 0 20px;
    width: 100%;
    background-color: white;
}

.OneColonPageWrapper .left table tr td.title {
    padding: 1em 0.5em;
    width: 100%;
    color: #56585d;
    font-size: 2em;
    /*for ie, look at : http://jonraasch.com/blog/css-rounded-corners-in-all-browsers*/
}

.OneColonPageWrapper .left table.contentIntro tr td p {
    margin: 0 20px 0 20px;
}

.updateFriendWrapper {
    padding: 20px;
}

div.scenarioLabel {
    padding: 6px 0 4px;
}

span#departments-loading-progress img {
    float: right;
    width: 16px;
    height: 16px;
}

span.required {
    position: relative;
    top: -1.5em;
    float: right;
    width: 1em;
    height: 0;
}


.cgv-page ul.c4 {
    list-style: initial;
    margin-left: 1em;
}

.cgv-page .core-text {
    margin: 0 20px;
}

div.cgv-page td.introText div.core-text p {
    margin: 0;
}

.cgv-page .title-2 {
    padding: 10px 0 0 0;
    background-color: white;
    color: #56585d;
    font-weight: bold;
}

#emptyCart {
    padding: 20px;
}

/*Started creating generic itembox */
/*no padding for fancybox itembox*/
.itemBox.fancybox {
    padding: 0;
}

.itemBox {
    padding: 1em;
}

.itemBox .item table {
    width: 100%;
}

.itemBox h1 {
    color: #d9477c;
}

/* todo : why is there td and div . content?*/
.itemBox div.content {
    background-color: white;
}

.itemBox .item .title a {
    display: block;
    overflow: hidden;
    padding: 4px 10px 8px 0;
    height: 22px;
    color: white;
    text-decoration: none;
}

.itemBox .item td.content {
    position: relative;
    overflow: auto;
    width: 100%;
    color: #555;
    vertical-align: middle;
    text-align: left;
}

/*used by contact us*/
.item .page-body {
    padding: 1em;
    background-color: white;
}

.deleteAdressDiv {
    position: relative;
    float: right;
}

/*Common to all page */
.checkout-page, .checkout-one-page, .shoppingcart-page {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}

.checkout-page .body, .checkout-one-page .body, .shoppingcart-page .body, .password-recovery-page .new-wrapper,
.login-page .body {
    background-color: white;
    box-shadow: 2px 2px 2px -2px #56585D;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#868993')";
}

#order-summary .table {
    border-bottom: none;
}

.section-box {
    float: left;
    padding: 1em;
    width: 100%;
}

.section-box.nopadding {
    padding: 0;
}

.section-title {
    clear: both;
    padding: 10px 10px 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75em;
}

.section-body {
    padding: 1em;
    border: 1px solid #E8E6D2;
    text-align: left;
}

/*loading bar */
#loadingbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 2px;
}

/* Full Width Animation Bar */
@-moz-keyframes fullexpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fullexpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

#datepicker {
    background: url(/themes/happytal/content/images/ico-calendar.png) no-repeat 99% 50% white;
    /*let datepicker take all provided space*/
}

.ui-input-datepicker {
    background: url(/themes/happytal/content/images/ico-calendar.png) no-repeat 99% 50% white;
}

.item-value-nolabel {
    padding-top: 0.5em;
}

.item-name > label,
div.scenarioLabel {
    font-size: 0.9em;
}

/*Generic table with equal width cells automatically calculating from number of divs in it. >< Wouhou!!!!*/
div.fixedtable {
    display: table;
    margin-bottom: 0.5em;
    width: 100%;
    table-layout: fixed;
}

div.fixedtable > div {
    display: table-cell;
    margin-bottom: 0;
    width: 2%;
}

.wishlist-div-buttons {
    padding: 0.25em 1em;
    padding: 0.25em;
    text-align: center;
}

.wishlist-div-buttons div,
.content .wishlist-div-buttons a {
    display: block;
    margin: 2%;
    padding: 0.5em 1em;
    width: 94%;
    height: 62px;
    font-size: 1em;
    color: #58585A;
}

.content .wishlist-div-buttons a:hover {
    text-decoration: none;
}

/*.send-mail-label,*/
.send-mail-value {
    padding: 0 0 0.5em;
}

a.info {
    text-decoration: underline;
}

#save-info-button {
    margin-right: 0;
    background-image: url(/themes/happytal/content/images/ico-myaccount-white.png);
    background-position: 1em center;
    background-repeat: no-repeat;
}

#save-info-button.loading-button {
background-image: url(/themes/happytal/content/images/ajax_loader_small.gif);
}

.buttons {
    text-align: right;
}

/*put extra padding at left to make way for icon*/
.buttonWithIcon {
    padding-left: 2.5em !important;
}

.changePreregisteredLink {
    color: #d9477c;
    font-size: 13px;
    font-weight: bold;
    box-shadow: none;
}

.buttons a {
    display: block;
    vertical-align: middle;
    text-align: center;
}

.productName {
    font-weight: bold;
    padding: 0.5em;
}

.productDescription {
    padding: 0.5em;
    min-height: 5em;
}

.ProductPictureImg {
    float: left;
    margin: 0 1em 1em 0;
    width: 125px;
}

.ProductPictureImg-pressing {
    float: left;
    margin: 0 0.5em 0 0;
    width: 80px;
}

#emailwishlist-popin {
    max-width: 32em;
}

#chooseFriend-buttons-container button {
    margin: 0;
}

/*todo : quick fix to hide open calendar text under datepicker in garde pages, we should look into the matter later*/
.t-select {
    display: none;
}

#cgv-text {
    padding: 1em;

}
#cgv-text li {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: circle;
}
.message-error {
    color: red;
    font-style: italic;
}

.validation-summary-errors, .field-validation-error, .required {
    color: red;
}

.htmlcontent-body p {
    font-size: 0.9em;
}

#choosePriceRange label.ui-button {
    width: 69px;
}

.mailnotificationfriend:hover {
    cursor: pointer;
}

/* ----------------------------------------   home pages style : aboutus,recrutement, etc, -------------------------------------------*/

#homeDiv h1 {
    /*changed fro about us, see if it works for other pages*/
    padding: 1em 0;
    color: #56585D;
    font-size: 2em;
    text-align: center;
}

#homeDiv .darksection h1 {
    padding: 1em 0.5em 0.25em;
    color: white;
    font-size: 2em;
}

#homeDiv .darksection h2 {
    padding: 1em;
    color: white;
}

#homeDiv h1.hiring-sub-categories-title {
    padding: 1em;
    text-align: center;
}

#homeDiv .item-name {
    padding: 1em 1em 0;
}

#homeDiv .item-value {
    padding: 0 1em 1em;
}

#homeDiv .contact-button {
    padding: 0 1em 2em;
    float: left;
    text-align: left;
}

#homeDiv input[type="text"] {
    max-width: 20em;
}

.homenav {
    margin: 0 auto;
    width: 100%;
}

.homenav .fluidtable > div {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 1em 0.5em;
    border: 2px solid #ebeeed;
}

.homenav .fluidtable > div > div {
    background-color: white;
    padding: 1em;
    border: 2px solid #ebeeed;
}

.homenav .fluidtable > div > div.current_page_item {
    background-color: #d9477c;
}

.homenav .fluidtable > div > div:hover {
    border: 2px solid #BCBDBE;
    cursor: pointer;
}

.homenav a {
    display: block;
    padding: 3em 0 0 0;
    width: 100%;
    height: 100%;
    color: #D9477C;
    font-size: 1.25em;
}

.homenav .fluidtable div.current_page_item a {
    color: white;
}

.homenav a:hover {
    text-decoration: none;
    background-color: #FA6EAA;
}

#aboutuslink a {
    background: url(/themes/happytal/content/images/home-48.png) no-repeat scroll center 0.5em transparent;
}

#aboutuslink.current_page_item a {
    background: url(/themes/happytal/content/images/home-48-white.png) no-repeat scroll center 0.5em #D9477C;
}

#locationlink a {
    background: url(/themes/happytal/content/images/globe-48.png) no-repeat scroll center 0.5em transparent;
}

#locationlink.current_page_item a {
    background: url(/themes/happytal/content/images/globe-48-white.png) no-repeat scroll center 0.5em #D9477C;
}

#recrutementlink a {
    background: url(/themes/happytal/content/images/graduation_cap-48.png) no-repeat scroll center 0.5em transparent;
}

#recrutementlink.current_page_item a {
    background: url(/themes/happytal/content/images/graduation_cap-48-white.png) no-repeat scroll center 0.5em #D9477C;
}

#prolink a {
    background: url(/themes/happytal/content/images/administrator-48.png) no-repeat scroll center 0.5em transparent;
}

#prolink.current_page_item a {
    background: url(/themes/happytal/content/images/administrator-48-white.png) no-repeat scroll center 0.5em #D9477C;
}

section.homesection {
    margin: 0 auto;
    width: 100%;
}

section.homesection h2 {
    padding-top: 1em;
    padding-bottom: 0.5em;
    color: #D9477C;
    font-size: 1.5em;
}

section.homesection h3 {
    color: #D9477C;
}

section.homesection ol {
    margin: 0 0 0 1em;
    padding: 1em;
    list-style: decimal;
}

section.homesection ol li {
    padding-bottom: 0.5em;
}

#aboutus {
    padding: 0 1em 1em;
    margin: auto;
}

#aboutus ul li {
    padding-bottom: 1em;
}

.twoblocks {
    padding: 1em;
    width: 100%;
    margin: auto;
}

.threeblocks {
    padding: 1em;
    width: 100%;
    margin: auto;
}

.fourblocks {
    padding: 1em;
    width: 100%;
    margin: auto;
}

.fourblocks.blocknopadding, .threeblocks.blocknopadding, .twoblocks.blocknopadding {
    padding: 0;
}

/*initial value of 100%*/
.fourblocks .fluidtable > div {
    width: 100%;
}

.threeblocks img {
    padding: 1em;
    width: 80%;
}

.twoblocks .fluidtable > div {
    width: 100%;
    float: left;
}

.twoblocks .fluidtable2 > div {
    width: 100%;
}

.threeblocks .fluidtable > div {
    width: 100%;
    float: left;
}

.threeblocks .fluidtable div.title {
    padding: 5px 5px 5px 0;
    width: 75%;
    border: none;
    box-shadow: none;
    color: #555555;
    height: 4em;
}

.threeblocks .fluidtable div.iconnumber {
    float: left;
    padding: 5px;
    width: 50px;
    height: 56px;
    border: none;
}

.threeblocks .fluidtable div.iconnumber1 {
    background: url(/themes/happytal/content/images/numberIcon1-Patient.png) no-repeat scroll center center transparent;
}

.threeblocks .fluidtable div.iconnumber2 {
    background: url(/themes/happytal/content/images/numberIcon2-Patient.png) no-repeat scroll center center transparent;
}

.threeblocks .fluidtable div.iconnumber3 {
    background: url(/themes/happytal/content/images/numberIcon3-Patient.png) no-repeat scroll center center transparent;
}

.circular {
    border-radius: 50px;
    float: left;
    height: 100px;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    margin-top: auto;
    width: 100px;
}

#profil1 {
    background: url(/themes/happytal/content/images/portrait-1.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil2 {
    background: url(/themes/happytal/content/images/portrait-2.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil3 {
    background: url(/themes/happytal/content/images/portrait-3.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil4 {
    background: url(/themes/happytal/content/images/portrait-4.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil5 {
    background: url(/themes/happytal/content/images/portrait-5.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil6 {
    background: url(/themes/happytal/content/images/portrait-6.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil7 {
    background: url(/themes/happytal/content/images/portrait-7.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#profil8 {
    background: url(/themes/happytal/content/images/portrait-8.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#theboard {
    padding: 1em;
    margin: auto;
}

#theboard .fluidtable div {
    float: left;
    padding: 0.5em;
    width: 100%;
}

#employees {
    padding: 1em;
}

#hiring {
width: 100%;
margin: 0 auto;
}

#hiring #banner {
float: right;
width: 70%;
padding: 0 0 0 1em;
}

#hiring p {
padding-bottom: 1em;
}

#hiring #banner img {
width: 100%;
height: 100%;
}

#opportunities {
position: relative;
padding: 1em;
background-color: #f2f1f1;
}

#opportunities .fluidtable,
#opportunities h2 {
margin: 0 auto;
width: 100%;
}

#opportunities h2 {
padding: 0.5em;
}

#opportunities .opportunity-box {
box-shadow: 2px 2px 2px -2px #56585D;
}

#opportunities .fluidtable > div {
padding: 0.5em;
}

#opportunities .fluidtable div a {
display: block;
padding: 0.5em;
color: #D9477C;
background-color: white;
text-align: center;
}

#opportunities .fluidtable header {
padding: 0.5em;
background-color: #D9477C;
color: white;
text-align: center;
}

#opportunities section.content {
padding: 1em;
background-color: white;
}

#opportunities section.content h3 {
padding: 0 0 0.25em 0;
color: #D9477C;
}

#opportunities section.content ul li {
padding-bottom: 0.5em;
}


#location {
    padding: 1em;
    margin: 0 auto;
    width: 100%;
}

#location h2 {
    color: #D9477C;
    font-size: 1.5em;
}

#location .fluidtable {
    margin-bottom: 0;
}

#location {
    padding-right: 1em;
}

#location .institutionBox {
    border-bottom: 1px solid rgb(235, 238, 237);
    margin-bottom: 1em;
    padding: 0.5em;
    width: 33.33%;
}

#location .institutionBox img {
    float: left;
    margin: 0.2em 0.2em 0.2em 0;
    height: 125px;
}

#location .institutionBox h4 {
    color: #D9477C;
    padding-bottom: 0.25em;
}

#location .institutionBox address {
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.5em;
}

#location .institutionBox address br {
    margin-bottom: 0.5em;
}

#location a.citymapper,
#location a.googlemaps {
    clear: both;
    float: left;
    text-align: left;
    padding: 0.5em 0.2em 0;
    color: #56585d;
    font-size: 0.9em;
    height: 2em;
}

#location div.citymapper-linkfiller {
    padding: 0.5em 0.2em 0;
    font-size: 0.9em;
    display: block;
    height: 2em;
}

#hospital-page {
    background: url(/themes/happytal/content/images/white-background-hospital.jpg) no-repeat center center fixed;
    background-size: cover;
}

#institutionpartner {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
}

#manufacturerpartner {
    background: url(/themes/happytal/content/images/15803613911_c5bcbf2f9f_k.jpg) no-repeat center center fixed;
    background-size: cover;
}

#manufacturerpartner > div {
    background-color: rgba(255,255,255,0.8);
}

#manufacturerpartner > div > div {
    padding: 1em;
    width: 100%;
    margin: 0 auto;
}

#manufacturerpartner .threeblocks {
    background: none;
}

#manufacturerpartner .threeblocks .block {
    padding: 1em;
}

#manufacturerpartner .threeblocks .block > div {
    background: none repeat scroll 0 0 rgba(255,255,255,0.9);
    padding: 1em;
    /*is increased when screen size is decreased -> smartphones*/
    min-height: 14em;
    box-shadow: 2px 2px 2px -2px #56585D;
}

#manufacturerpartner .threeblocks .block .title {
    border: medium none;
    box-shadow: none;
    color: #555555;
    height: auto;
    padding: 0.5em 0 1em;
    width: auto;
    font-size: 2em;
}

/*for manufacturer & press*/
.darkbox {
    background-color: rgba(86, 88, 93,1);
    padding: 1em;
    max-width: 50em;
    margin: 2em auto;
}

.darkbox .title {
    color: white;
    font-size: 2em;
    padding: 0.5em 0;
}

.darkbox .sub-title {
    color: white;
    font-size: 1.5em;
    padding: 0.5em 0;
}

.darkbox .description {
    color: white;
    padding: 1em 0;
}

.darkbox .date {
    color: white;
    font-size: 0.8em;
}

/*link to download*/
.content .darkbox a {
    color: white;
    text-align: left;
    display: inherit;
}

.whitebox {
    box-shadow: 2px 2px 2px -2px black;
    padding: 1em;
}

.whitebox h2,
#homeDiv .darksection .whitebox h2 {
    color: #56585d;
    padding: 1em 0;
}

#press-talking {
    padding: 0 0 1em;
}

#press-talking .whitebox {
    float: left;
    width: 16em;
    height: 8em;
    margin: 1em;
    padding: 0;
}

#press-talking .whitebox > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 1em;
    width: 16em;
    height: 8em;
}

#press {
    background: url(/themes/happytal/content/images/presse-fond-blur-blur.jpg) no-repeat center center fixed;
    background-size: cover;
}

#press > div {
    background-color: rgba(255,255,255,0.8);
}

#press h1 {
    text-align: center;
}

#press h2 {
    text-align: left;
    font-size: 2em;
}

#press p {
    padding: 0 0 1em;
}

div.leftpro {
    float: right;
    width: auto;
}

.loginlink {
    background: url(/themes/happytal/content/images/login.png) no-repeat scroll center 1em transparent;
    box-shadow: 2px 2px 2px -2px #56585D;
}

.maillink {
    background: url(/themes/happytal/content/images/message_outline-32.png) no-repeat scroll center 1em transparent;
    box-shadow: 2px 2px 2px -2px #56585D;
}

.leftpro div {
    position: relative;
    margin: 0 1em;
    width: 11em;
    height: 7em;
    background-color: #D9477C;
    text-align: center;
}

.leftpro div a {
    display: block;
    padding: 4.8em 0.5em 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.8em;
}

.greyrow {
    width: 100%;
    height: 1em;
}

.banner {
    position: relative;
    text-align: center;
}

.banner li {
    list-style: none;
}

.banner ul li {
    float: left;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
}

.banner .dots {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
}

.banner .dots li {
    display: inline-block;
    margin: 0 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #56585D;
    border-radius: 9px;
    text-indent: -999em;
    opacity: 0.4;
    cursor: pointer;
    -moz-transition: background 0.5s ease 0s, opacity 0.6s ease 0s;
    -o-transition: background 0.5s ease 0s, opacity 0.6s ease 0s;
    -webkit-transition: background 0.5s ease 0s, opacity 0.6s ease 0s;
    transition: background 0.5s ease 0s, opacity 0.6s ease 0s;
}

.banner .dots li.active {
    background: none repeat scroll 0 0 rgba(86, 88, 93,0.5);
    opacity: 0.7;
}

.content table#homeAssistance tr td, .content table#homeAssistance tr th {
    text-align: center;
}

#sendinvoiceform ol {
    list-style: decimal;
    margin: 0 0 0 1em;
}

#sendinvoiceform ul {
    list-style: square;
    margin: 0 0 0 1em;
}

table.alternateRowStyle th {
    background-color: #F3F3F3;
    font-weight: bold;
}

table.alternateRowStyle tr:nth-child(even) {
    background-color: #F3F3F3;
}

table.alternateRowStyle th, table.alternateRowStyle td {
    padding: 0.5em;
    text-align: center;
}

.availableHalfdays {
    display: none;
}

.labelAndControlBox {
    width: 100%;
    float: left;
}

nav select {
    display: none;
}

/*generic transition background*/
.slide a.learnmore:hover,
#go-to-services .patientLink:hover,
#go-to-services .relativeLink:hover,
#go-to-services .serviceLink:hover,
.header-links-wrapper ul li a,
.buttonRole, .buttonGrey, .buttonWhite,
#categoryListBox a,
.homenav a,
#go-to-services-bar button {
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms;
}

.sub-category-grid .item-box,
.wishlist-item,
.homenav .fluidtable > div > div /*nav links*/ {
    -moz-transition: border 200ms;
    -o-transition: border 200ms;
    -webkit-transition: border 200ms;
    transition: border 200ms;
}

#giftcard-page {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}

#giftcard-page .item-box {
    margin: 0;
    text-align: left;
}

#giftcard-page p {
    padding-bottom: 0.5em;
}

#giftcartgenerated-message .fullname,
#giftcartgenerated-message .couponcode,
#giftcartgenerated-message .amount,
#existing-giftcard-message .fullname,
#existing-giftcard-message .couponcode,
#existing-giftcard-message .amount,
#existing-giftcard-message .ipp {
    font-weight: bold;
}

/*=>smartphones low-res

    screen resoultion ex :
    ex : even though alcatel idol 3 is 1080px * 1920px, it has a low ppi ratio
    */

/*=>smartphones hi-res

    screen resoultion ex :
    iphone 4 : 640 x 960
    nexus 4 : 768 x 1280
    wiko cink five : 720 x 1280

    we don't support lower than 480 res (we fix everything at 480px : scrolled)
    */


/*tablet*/


/*=>pc & wide screen

    Resolution ranking :
    1366x768
    768x1024
    1280x800

    */


/*hd*/


/*popup over lay (used for blocking ie)*/
#popup-block {
    padding: 1em;
    border-radius: 0.5em;
    background-color: white;
}

#popup-block h2,
#popup-block-ie7 h2 {
    padding-bottom: 0.5em;
}

#popup-block-ie7 {
    background: white;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
}

/*small icons in footer*/
.contact span {
    background-image: url(/themes/happytal/content/images/icon_sprite.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
}

span.citymapper {
    background-image: url(/themes/happytal/content/images/icon_120_citymapper.png);
    background-repeat: no-repeat;
    background-size: 85%;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
}

span.googlemaps {
    background-image: url(/themes/happytal/content/images/googlemaps.jpg);
    background-repeat: no-repeat;
    background-size: 85%;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
}

span.contact_email {
    background-position: -23px 0;
}

span.contact_twitter {
    background-position: -46px 0;
}

span.contact_location {
    background-position: -115px 0;
}

span.contact_linkedin {
    background-position: -137px 0;
}

span.contact_facebook {
    background-position: 3px;
    background-image: url(/themes/happytal/content/images/facebook23.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
    background-size: 75%;
}

.ui-helper-coverbg {
    background-image: url(/themes/happytal/content/images/videocover_perso.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -5px;
}

.ui-helper-coverbg-video2 {
    background-image: url(/themes/happytal/content/images/video-background.jpg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -5px;
}

.ui-helper-nobg {
    background: none;
    background-color: none;
}

.ui-helper-transparentblackbg {
    background-color: rgba(0, 0, 0, 0.55);
    margin-bottom: 0 !important;
}

.ui-helper-transparenthover:hover {
    color: white !important;
    text-decoration: none !important;
}

.ui-helper-modal-player-button {
    font-size: 9em;
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    padding-top: 60px;
    height: 460px;
    text-shadow: 2px 2px rgba(0,0,0,0.4);
}

/* + / - buttons in pressing temp*/
input[type="text"].qty {
    width: 40px;
    height: 25px;
    text-align: center;
}

input.qtyplus, input.qtyminus {
    width: 40px;
    height: 25px;
    border: 1px solid #D3D3D3;
}

input.qtyplus:hover, input.qtyminus:hover {
    background-color: #fcfcfc;
}

input.customerpasswordinput {
    width: 360px;
}

/*Stay Model Selection Generics*/
.staymodelselectionpart.disabledpart {
    opacity: 0.7;
}

.staymodelselectionpart .easy-autocomplete-container ul li,
.staymodelselectionpart .easy-autocomplete-container ul .eac-category {
    border-style: none;
    background: transparent;
}

.staymodelselectionpart .easy-autocomplete-container ul .eac-item {
    word-break: break-word;
}

.staymodelselectionpart .radiobuttonset {
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    background: transparent;
    font-weight: normal;
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    min-width: 90px;
    height: 35px;
}

.staymodelselectionpart .radiobuttonset.ui-button-disabled {
    opacity: unset;
}

.staymodelselectionpart .radiobuttonset.ui-state-hover {
    background: rgb(142, 146, 149);
    color: black;
}

.staymodelselectionpart .radiobuttonset.ui-state-active,
.staymodelselectionpart .radiobuttonset.ui-state-active.ui-state-hover {
    background: #d9477c;
    color: white;
}

.staymodelselectionpart .easy-autocomplete-container ul {
    max-height: 180px;
    overflow-y: scroll;
    margin: 4px 4px 4px 0px;
    background-color: transparent;
}

.staymodelselectionpart .easy-autocomplete-container ul::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: none;
}

.staymodelselectionpart .easy-autocomplete-container ul::-webkit-scrollbar {
    width: 8px;
}

.staymodelselectionpart .easy-autocomplete-container ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
}

/*Home page*/
#go-to-services .selectiontitle {
    font-size: 20px;
    color: white;
    padding-bottom: 9px;
    width: 86%;
    font-family: Roboto-Regular;
    padding-left: 5px;
}

#go-to-services-bar.fourblocks {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    height: 150px;
}

#go-to-services > div {
    margin: 13px 0px 13px 0px;
    text-align: center;
}

#go-to-services span.required {
    font-size: 31px;
    width: 4px;
    top: -2.2px;
}

#go-to-services .staymodelselectionpart .radiobuttonset {
    color: white;
}

#go-to-services .easy-autocomplete input {
    border-radius: 0px;
    background: transparent;
    border-top-color: transparent;
    border-left: none;
    border-right: none;
    color: white;
    padding: 4px 5px 2px 5px;
    box-shadow: none;
    width: 88%;
    text-overflow: ellipsis;
    outline: none;
}

#go-to-services .easy-autocomplete-container {
    width: 88%;
    background-color: rgba(0,0,0,0.9);
}

#go-to-services .easy-autocomplete-container ul {
    color: white;
    border: none;
    padding-top: 10px;
}

#go-to-services .easy-autocomplete-container ul > li.selected {
    background: rgba(39, 37, 37, 0.90);
    color: white;
    border: none;
}

#go-to-services .radiobuttonset.ui-button {
    margin-right: 0;
}

#go-to-services .staymodelselectionpart .radiobuttonset {
    font-size: 16px;
}

#go-to-services .easy-autocomplete-container ul li,
#go-to-services .easy-autocomplete-container ul .eac-category {
    font-size: 16px;
}

/*Cateogry - Stay selection*/
#stayselectiondialog-form {
    overflow: visible;
    padding: 0px 0px 0px 0px;
}

.stayselectiondialog-form-parent.ui-dialog {
    overflow: visible;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.stayselectiondialog-form-parent .ui-widget-content {
    border: 0px none;
}

.stayselectiondialog-form-parent .buttonpane {
    text-align: center;
    padding: .4em 1em .1em .4em;
    margin: 1.5em 0 1em 0;
}

.stayselectiondialog-form-parent .buttonpane button {
    margin: 10px 30px 10px 30px;
    padding: 12px 10px 12px 10px;
    font-size: 13px;
    color: white;
    border: none;
    border-radius: 0px;
    background: rgb(173, 175,177);
    width: 210px;
    outline: 0;
}

.stayselectiondialog-form-parent .buttonpane button:hover {
    background: rgb(142, 146, 149);
}

.stayselectiondialog-form-parent .buttonpane button.serviceaccesslink {
    background: #d9477c;
}

.stayselectiondialog-form-parent .buttonpane button.serviceaccesslink:hover {
    background: rgb(201,41,101);
}

.stayselectiondialog-form-parent .buttonpane button:disabled.serviceaccesslink {
    background: rgba(217,71, 124, 0.25);
}

.stayselectiondialog-form-parent .buttonpane button:disabled.serviceaccesslink:hover {
    background: rgba(217,71, 124, 0.25);
}

.stayselectiondialog-form-parent .titlebar {
    border-radius: 0px;
    border: none;
    background: #d9477c;
    color: white;
    text-align: center;
    padding: 20px 5px 20px 5px;
    float: none;
    font-family:Roboto-Bold;
    font-size:20px;
    font-weight:700;
}

.stayselectiondialog-form-parent .ui-button-text-only .ui-button-text {
    padding: 0.6em 0.5em 0.6em 0.5em;
}

.stayselectiondialog-form-parent .loginlinkpart {
    margin-top: 20px;
    margin-bottom: 20px;
}

.stayselectiondialog-form-parent .loginlinkpart > a {
    color: #d9477c;
    font-family:Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
}

.stayselectiondialog-form-parent .button-text {
    font-family:Roboto-Bold;
    font-size:14px;
    font-weight:700;
}

.stayselectiondialog-form-parent .contentwrapper {
    padding: 0px 50px 00px 50px;
    max-width: 600px;
}

.stayselectiondialog-form-parent .contentwrapper > div {
    padding: 30px 0px 0px 0px;
}

.stayselectiondialog-form-parent .scenarioText {
    color: rgb(155, 155, 155);
    font-family:Roboto-Regular;
    font-size:16px;
    font-weight:400;
}

.stayselectiondialog-form-parent .selectiontitle {
    font-size: 16px;
    color: black;
    padding-bottom: 10px;
    font-family: Roboto-Medium;
    font-weight: 500;
}

.stayselectiondialog-form-parent .radiobuttonset.ui-button {
    margin-right: 30px;
}

.stayselectiondialog-form-parent .staymodelselectionpart .radiobuttonset {
    color: rgb(155, 155, 155);
    background: transparent;
    border: 1px solid #d3d3d3;
    font-weight: normal;
    font-size: 13px;
}

.stayselectiondialog-form-parent .staymodelselectionpart .radiobuttonset.ui-state-hover {
    background: rgba(217, 71, 124, 0.1);
    /*color: black;*/
}

.stayselectiondialog-form-parent .staymodelselectionpart .radiobuttonset.ui-state-active,
.stayselectiondialog-form-parent .staymodelselectionpart .radiobuttonset.ui-state-active.ui-state-hover {
    background: #d9477c;
    color: white;
}

.stayselectiondialog-form-parent span.required {
    float: none;
    top: -2.2px;
    color: rgb(155, 155, 155);
}

.stayselectiondialog-form-parent .easy-autocomplete input {
    box-shadow: none;
    width: 100%;
    text-overflow: ellipsis;
    outline: none;
}

.stayselectiondialog-form-parent .easy-autocomplete-container {
    border: 0px none #d3d3d3;
    border-top: 0px;
    width: 100%;
    background-color: #fAfAfA;
}

.stayselectiondialog-form-parent .easy-autocomplete-container ul {
    border: 0px none;
    color: rgb(155, 155, 155);
    padding-top: 10px;
}

.stayselectiondialog-form-parent .easy-autocomplete-container ul > li.selected {
    background: rgba(217, 71, 124, 0.20);
    border: none;
}

.stayselectiondialog-form-parent .easy-autocomplete-container ul::-webkit-scrollbar-thumb {
    background-color: rgb(187,189,191);
}

.stayselectiondialog-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.stayselectiondialog-form-parent {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    background-color: white;
    border: 1px solid #d3d3d3;
}

.billingaddresssection .content .section-box.sectionv2 .table-container {
    width: 88%;
}

.section-box.sectionv2 .table-container span.required {
    float: none;
    top: 0px;
    color: unset;
}

.section-box.sectionv2 table.table-container tr td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 53px;
}

.section-box.sectionv2 table.table-container tr td.item-label {
    padding-right: 20px;
    font-size: 15px;
    padding-top: 18px;
    width: 150px;
}

.section-box.sectionv2 table.table-container tr.formrow-error td.item-label {
    color: #ff6e6e;
}

.section-box.sectionv2 table.table-container tr.formrow-error td.item-label label.radiocheckbox {
    color: #56585D;
}

.section-box.sectionv2 table.table-container tr.formrow td.item-label.item-label-nointerline {
    padding-top: 5px;
    height: initial;
}

.section-box.sectionv2 table.table-container tr td.item-labelvalue {
    font-size: 15px;
    padding-top: 18px;
}

.section-box.sectionv2 table.table-container span.field-validation-error {
    font-size: 15px;
}

.section-box.sectionv2 .table-container input {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 0.25em;
    border-radius: 0px;
}

.section-box.sectionv2 .table-container input[readonly=readonly] {
    border-bottom: none;
    color: black;
}

.section-box.sectionv2 .table-container .formrow-error input {
    border-color: #ff6e6e;
}

.section-box.sectionv2 .table-container textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 0.25em;
    border-radius: 0px;
    resize: none;
    overflow: hidden;
}

.section-box.sectionv2 .table-container .formrow-error textarea {
    border-color: #ff6e6e;
}

.formrow-error .field-validation-error {
    color: #ff6e6e;
}

.generic-grid.generic-grid-v2 .buttonpink {
    font-size: 13px;
    color: white;
    border: none;
    border-radius: 3px;
    outline: 0;
    background: #d9477c;
    padding: 10px 15px 10px 15px;
}

.generic-grid.generic-grid-v2 .buttonpink:hover {
    background: rgb(201,41,101);
}

.generic-grid.generic-grid-v2 .content .buttons {
    margin-right: 50px;
}

.generic-grid.generic-grid-v2 .section-title {
    font-size: 15px;
    font-weight: bold;
    color: #d9477c;
    text-transform: initial;
    padding-top: 30px;
}

/*Radio buttton as a checkbox*/
.radiocheckbox > input {
    visibility: hidden;
    display: none;
}

.radiocheckbox {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0 0 0;
}

.generic-grid table tr td .radiocheckbox img {
    height: 30px;
    width: 30px;
}

.radiocheckbox > img {
    display: inline-block;
    padding: 0px;
    height: 30px;
    width: 30px;
    background-image: url(/themes/happytal/content/images/radiobox-unchecked.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.formrow-error .radiocheckbox > img {
    background-image: url(/themes/happytal/content/images/radiobox-unchecked-error.svg);
}

.radiocheckbox > input:checked + img {
    background-image: url(/themes/happytal/content/images/radiobox-checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.billingaddresssection label.radiocheckbox {
    min-width: 130px;
}

.billingaddresssection::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(/themes/happytal/content/images/radiobox-checked.svg) url(/themes/happytal/content/images/radiobox-unchecked-error.svg);
}

.v2-page-title {
    color: #d9477c;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 40px;
}

.v2-section-title {
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 30px;
}

.v2-buttonStyle .radiobuttonset.ui-state-hover {
    background: #d9477c;
    color: white;
}

.v2-buttonStyle .radiobuttonset.ui-state-active,
.v2-buttonStyle .radiobuttonset.ui-state-active.ui-state-hover {
    background: white;
    border: solid #d9477c 1px;
    color: #d9477c;
}


.v2-scenario-title {
    color: #d9477c;
    font-family: Roboto-Bold;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 33px;
}

.v2-scenario-titlePink {
    color: #d9477c;
    font-family: Roboto-Bold;
    font-size: 26px;
    font-weight: 700;
    padding-top: 5%;
    display: inline-block;
}

.v2-part.businessrolepart .radiobuttonset.ui-button {
    margin-right: 10px;
}

.v2-part .twoblocks {
    padding: 0 0 0 0px;
}

.v2-part > hr {
    width: 50px;
    height: 2px;
    color: #d9477c;
    border-color: #d9477c;
    background-color: #d9477c;
    margin-bottom: 40px;
    margin-top: 15px;
}

.v2-part span.required {
    color: unset;
    position: unset;
    top: unset;
    float: unset;
}

.v2-part .item-label {
    font-size: 16px;
    color: #3f5461;
    font-weight: 500;
}

.v2-part input[type=text] {
    border-radius: 3px;
    height: 40px;
    outline: none;
}

.v2-part .v2-section .formrow > div {
    padding-right: 60px;
    padding-bottom: 10px;
}

.v2-part .v2-section .formrow {
    padding-bottom: 20px;
}

.v2-part .formrow-error .item-label {
    color: #ff6e6e;
}

.v2-part .formrow-error .item-label label.radiocheckbox {
    color: #56585D;
}

.v2-part .formrow-error input {
    border-color: #ff6e6e;
}

.v2-part .formrow-error textarea {
    border-color: #ff6e6e;
}

.v2-part .formrow-error .radiocheckbox > img {
    background-image: url(/themes/happytal/content/images/radiobox-unchecked-error.svg);
}

/*************************************************/

.v2-part .v2-section .forgot-password {
    width: 30%;
}

.v2-part .v2-section .loginpopup.password-creat {
    width: 70%;
}

.v2-part .v2-section .password-creat p.passwordruletxt {
    font-family: Roboto-Regular;
    font-weight: 300;
    font-size: 13px;
    color: #72888e;
}

.v2-part .v2-section .formrow .Put-left {
    padding: 0 0 10px 0;
    vertical-align: middle;
    text-align: right;
    line-height: 0.8em;
}

.v2-part .v2-section .forgot-password .Put-left a {
    color: #d9477c;
    font-family: Roboto-Regular;
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
}

/*style of retourn button*/
.retournButton {
    /* text-transform: uppercase; */
    box-shadow: 2px 2px 2px -2px #56585d;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#56585d')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#56585d');
    border-radius: 4px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0.5em;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 14px;
    text-align: center;
}

.retournButton:hover {
    text-decoration: none;
    color: white;
    background-color: #bebfc1;
}

.button-pink-color {
    background-color: #adafb1;
    border: 1px solid #adafb1;
    color: white;
}
/**********************/

/*style d'une paragraphe*/
.formtext-Grey-color {
    color: #9b9b9b;
    font-family: Roboto-Regular;
}

.formtext-pink-color {
    color: #d9477c;
    font-family: Roboto-Regular;
}

.formtext {
    font-size: 14px;
    font-weight: 400;
}

.formtext > p {
    padding-bottom: 20px;
}
/*********************/

.centerRow {
    text-align: center;
}

.v2-part .formrow .text-mail {
    color: #4672ea;
}

.emptyPage {
    background-color: #d8dad9;
    height: 500px;
}

.annotation {
    /* Style for “Tous les c” */
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.annotation.color {
    color: #d9477c;
}

div.MiniTitleWithDetails {
    width: 25%;
    color: #d9477c;
    font-family: Roboto-Regular;
    font-size: 21px;
    font-weight: 700;
    display: initial;
    background: url(/themes/happytal/content/images/line-copy.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 12px;
}

div.alerteTextObligatoire {
    padding-top: 20px;
    color: #d9477c;
    font-family: roboto-Regular;
    font-size: 12px;
    font-weight: 400;
}

div.textQuestions {
    color: #4a4a4a;
    font-family: Roboto-Regular;
    font-size: 21px;
    font-weight: 500;
    padding-top: 30px;
}

div.textExplications {
    color: #4a4a4a;
    font-family: Roboto-Regular;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
}

div.txtprecisions {
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div.BottomDiv {
    vertical-align: bottom;
    vertical-align: text-bottom;
    text-align: end;
}

div.MiniTitleWithDetails2 {
    width: 100%;
    height: 15%;
    color: #d9477c;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    /*padding-top: 20px;*/
}

div.Title-scenario {
    color: #d9477c;
    font-family: Roboto-Bold;
    font-size: 21px;
    font-weight: 700;
}

div.MiniTitleWithDetailstext {
    padding-right: 10%;
    color: #9b9b9b;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    padding-top: 18px;
    /*text-align: justify;*/
}

.subtiltes {
    vertical-align: middle;
    padding-bottom: 10px;
    color: #9b9b9b;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 400;
}

div.subtiltes2 {
    vertical-align: text-top;
    margin: 0 0 1em 0;
    font-family: Roboto-Regular !important;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
}

div.textcheckbox {
    font-family: Roboto-Regular !important;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
}

label.textcheckbox, span.textcheckbox {
    font-family: Roboto-Regular !important;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
}

.Icon-Oval1 {
    background: url(/themes/happytal/content/images/oval-1.svg) no-repeat;
    padding: 3%;
    vertical-align: middle;
    background-position-y: center;
    height: 100px;
    min-width: 48px;
}

.Icon-Oval2 {
    background: url(/themes/happytal/content/images/oval-2.svg) no-repeat;
    padding: 3%;
    vertical-align: middle;
    background-position-y: center;
    height: 100px;
    min-width: 48px;
}

.Icon-Oval3 {
    background: url(/themes/happytal/content/images/oval-3.svg) no-repeat;
    padding: 3%;
    vertical-align: middle;
    background-position-y: center;
    height: 100px;
    min-width: 48px;
}

.Icon-Oval4 {
    background: url(/themes/happytal/content/images/oval-4.svg) no-repeat;
    padding: 3%;
    vertical-align: middle;
    background-position-y: center;
    height: 100px;
    min-width: 48px;
}

.icon-Line-Verticale {
    background: url(/themes/happytal/content/images/line.png) no-repeat;
    background-position: 20px 50%;
    background-size: 3px 75%;
}

.listylePink {
    color: #9b9b9b;
    font-family: roboto-Regular;
    list-style: none !important;
    font-size: 16px;
    font-weight: 400;
    width: 300px;
}

.listylePink3 {
    color: #9b9b9b;
    font-family: roboto-Regular;
    list-style: none !important;
    font-size: 16px;
    font-weight: 400;
}

.listylePink li {
    padding-left: 1em;
    background-image: url(/themes/happytal/content/images/pinkDot.svg);
    background-repeat: no-repeat;
    list-style: none;
    background-position-x: left;
    background-position-y: center;
    color: #9b9b9b;
    font-family: roboto-Regular;
    list-style: none !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.listylePink3 li {
    padding-left: 1em;
    background-image: url(/themes/happytal/content/images/pinkDot.svg);
    background-repeat: no-repeat;
    list-style: none;
    background-position-x: left;
    background-position-y: center;
    color: #9b9b9b;
    font-family: roboto-Regular;
    list-style: none !important;
    font-size: 16px;
    font-weight: 400;
    margin-left: 1em;
}

lilistylePink {
    height: 30px;
    color: #9b9b9b;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 400;
}

li.before {
    content: "• ";
    color: #d9477c;
}

div.textetoile {
    color: #9b9b9b;
    font-weight: 400;
    font-family: Roboto-Regular;
    font-size: 14px;
}

div.textimportant {
    color: #9b9b9b;
    font-family: roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    font-weight: 700;
    padding-top: 18px;
}

input.CodePostal {
    width: 100px;
    height: 21px;
    color: #9b9b9b;
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 400;
    text-underline-position: below;
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
    outline: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0.25em;
    border-radius: 0px;
}

input.txtprecisions {
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: none;
    box-shadow: none;
    outline: none;
}

textCenter {
    vertical-align: text-top;
    text-align: center;
    font-family: roboto-Regular;
    vertical-align: text-top;
    text-align: center;
    margin: 0 0 1em 0;
}

div.txtAdresse {
    font-family: Roboto-Regular;
    font-size: 16px;
}

/* 1 column: 320px */
.autowide {
    margin: 0 auto;
    width: 98%;
}

.autowide img {
    float: left;
    margin: 0 .75rem 0 0;
}

.autowide .module {
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.autowide .module p {
    padding: .25rem .75rem;
}

.error_border {
    border-bottom: 2px solid #ff6e6e !important;
}

.error_label {
    color: #ff6e6e !important;
}

.contentLead {
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;
}

.buttonRoleLD {
    background-color: #d9477c;
    border: 1px solid #d9477c;
    color: white;
    /*text-transform: uppercase;*/
    box-shadow: 2px 2px 2px -2px #56585d;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#56585d')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#56585d');
    border-radius: 4px;
    /*for ie, look at : http://jonraasch.com/blog/css-rounded-corners-in-all-browsers*/
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* The 3 params should be set by superclass, these below are just default values
	width: 84%;*/
    margin: 0.5em;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1em;
    text-align: center;
    font-family: Roboto-Regular;
}

.infoBlock {
    margin: 0px 50px 20px 50px;
}

.infoBlock a {
    color: #4a90e2;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.loading {
    background-image: url(/themes/happytal/content/images/ajax_loader_large.gif);
    height: 128px;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    position: fixed;
    top: 50%;
    width: 128px;
}

.TitreBlanc {
    width: 400px;
    color: white;
    font-family: Roboto-Regular;
    font-size: 30px;
    font-weight: 700;
}

.TextBlanc {
    width: 400px;
    color: white;
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.buttonRoleHome {
    width: 240px;
    font-size: 14px;
    font-weight: bold;
    align-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-color: #d9477c;
    box-shadow: 2px 2px 2px -2px #56585d;
    cursor: pointer;
    font-family: Roboto-Regular;
    border: 1px solid #d9477c;
    color: white;
    padding: 0 1em;
    border-radius: 3px 3px 3px 3px;
    line-height: 18px;
    outline: none;
    padding: 10px 30px 10px 30px;
}

.buttonRoleHome:hover {
    background-color: #FA6EAA;
}

.spacealigne {
    text-align: center;
    padding-top: 10px;
}

.ServiceChambre {
    background-size: cover;
}

.ServiceProches {
    background-image: url(/themes/happytal/content/images/img-cadeaux.png);
    background-size: cover;
}

.ServiceConciergerie {
    background-image: url(/themes/happytal/content/images/Img-services.png);
    background-size: cover;
}

.logoHappy {
    padding: 8px 0px 7px 20px;
    height: 50px;
}

.spaceheight100 {
    height: 2%;
}

.styleImageHome {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div.StyleTextHome {
    width: 100%;
    color: #4b4b4b;
    font-family: Roboto-Regular;
    font-size: 20px;
    font-weight: 400;
    margin-top: 17%;
    margin-top: 13%;
    padding-left: 12%;
    padding-right: 20%;
}

.home-why-happytal-blank {
    height: 60px;
    background: #f1f1f1;
}

div.StyleDivBootstrp {
    height: 300px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.NewRowStyle {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

div.lightgreyBack {
    background-color: #f1f1f1;
    padding-left: 10%;
}

.ImageFixe {
    width: 20%;
    height: 52%;
    border-radius: 10px;
}

.ImageFixe img {
    border-radius: 8px 8px 0px 0px;
}

.TextDescImg {
    width: 300px;
    padding: 40px 25px 30px 21px;
    font-family: Roboto-Regular;
    background-color: #ffffff;
    height: 160px;
    color: #4b4b4b;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 0px 0px 8px 8px;
}

.titlePink30 {
    color: #dc467d;
    font-family: 'Roboto-Regular';
    font-size: 26px;
    font-weight: 200;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.textTemoignage {
    max-width: 450px;
    font-family: 'Roboto-Regular';
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: #818181;
    padding-left: 120px;
}

.textpersTemoin {
    max-width: 450px;
    font-family: 'Roboto-Regular';
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    padding-left: 120px;
}

.spaceAbove {
    padding-top: 30px;
}

.tiretPink {
    width: 50px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d9477c;
    margin-top: 20px !important;
    margin-bottom: -20px !important;
    margin-left: 10px;
}

.textpink {
    color: #d9477c;
    font-family: Roboto-Regular;
    font-size: 22px;
    border-image: url(/themes/happytal/content/images/pinkline.svg);
    border-image-repeat: unset;
    border-bottom-width: 50px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-left: 10px;
}

div.headerCategory {
    color: #4a4a4a;
    font-family: Roboto-Regular;
    font-size: 24px;
    font-weight: 700;
    padding-left: 18px;
    padding-bottom: 24px;
}

.happytal-brand {
    font-weight: 700;
}

.happytal-value {
    padding: 30px 40px 30px 40px;
    background: #f1f1f1;
}

.explain-block {
    padding-top: 30px;
    border-radius: 4px;
}

.explain-block .thumb {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    box-shadow: #a8a8a8 0px 0px 2px;
}

.explain-block .text {
    min-height: 195px;
    font-family: 'Roboto-Regular';
    font-size: 20px;
    font-weight: 400;
    color: #4b4b4b;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    background: white;
    box-shadow: #a8a8a8 0px 0px 2px;
}

.happytal-more-infos {
    text-align: center;
    padding: 30px 40px 30px 40px;
    background: #f1f1f1;
}

.happytal-more-infos .more-btn:hover {
    background: white;
    color: #dc467d;
}

.happytal-more-infos .more-btn:active {
    background: #ffa5c3;
    color: white;
}

.happytal-more-infos .more-btn {
    display: inline-block;
    font-family: 'Roboto-Light';
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    color: white;
    outline: none;
    padding: 12px 36px 12px 36px;
    border-radius: 3px 3px 3px 3px;
    border: none;
    background: #313131;
    cursor: pointer;
    transition: background-color ease .3s;
}

.happytal-how-to {
    padding: 10px 40px 30px 40px;
    background: #f1f1f1;
}

.happytal-how-to .explain-block .text {
    min-height: 100px;
}

.happytal-testimonials {
    border-bottom: 1px solid rgb(235, 238, 237);
    padding: 10px 40px 30px 40px;
}

/**************
    Join Us
**************/

.happytal-join-us {

}
.happytal-join-us .join-us-overlay {
    max-width: 700px;
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 0px 10px 0px;
    color: white;
    background: rgba(0,0,0,.4);
}
.happytal-join-us .join-us-splash {
    height: 700px;
    padding: 60px 0px 0px 0px;
    background-color: black;
    background-image: url(/themes/happytal/content/pictures/join-us/xl/splash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.happytal-join-us .join-us-splash .join-us-title {
    font-size: 26px;
}
.happytal-join-us .join-us-splash .join-us-text {
    font-size: 17px;
}
.happytal-join-us .join-us-medias {
    min-height: 400px;
}
.happytal-join-us .join-us-medias .join-us-title {
    margin: 50px 40px 10px 40px;
    font-size: 25px;
    color: #dc467d;
}
.happytal-join-us .join-us-medias .join-us-text {
    margin: 20px 40px 50px 40px;
    text-align: justify;
    font-size: 16px;
}
.happytal-join-us .join-us-medias .video {
    display: inherit;
    background: black;
}
.happytal-join-us .join-us-actions {
    min-height: 320px;
    background: #ECECEC;
}
.happytal-join-us .join-us-btn {
    position: relative;
    width: 320px;
    height: 200px;
    margin: 60px auto 60px auto;
    border-radius: 5px;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.happytal-join-us .join-us-btn:hover .text {
    color: white;
    background: rgba(0,0,0,.8);
}
.happytal-join-us .join-us-btn:active {

}
.happytal-join-us .join-us-btn .text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    font-size: 20px;
    color: #eae9e9;
    padding: 20px 0px 20px 0px;
    background: rgba(0,0,0,.5);
    transition: all ease 1.5s;
}
.happytal-join-us .operational-btn {
    background-image: url(/themes/happytal/content/pictures/join-us/xl/operational-bg.jpg);
}
.happytal-join-us .corporate-btn {
    background-image: url(/themes/happytal/content/pictures/join-us/xl/corporate-bg.jpg);
}

/**************
    About Us
**************/

.happytal-about-us {

}
.happytal-about-us .about-us-overlay {
    max-width: 700px;
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 0px 10px 0px;
    color: white;
    background: rgba(0,0,0,.4);
}
.happytal-about-us .about-us-splash {
    height: 700px;
    padding: 60px 0px 0px 0px;
    background-color: black;
    background-image: url(/themes/happytal/content/pictures/about-us/xl/splash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.happytal-about-us .about-us-splash .about-us-title {
    font-size: 26px;
}
.happytal-about-us .about-us-splash .about-us-text {
    font-size: 17px;
}
.happytal-about-us .mozaik {
    padding: 10px 0px 10px 0px;
}
.happytal-about-us .mozaik .mozaik-medias {

}
.happytal-about-us .mozaik .title {
    padding: 20px 25px 0px 25px;
    font-size: 26px;
    color: #dc467d;
}
.happytal-about-us .mozaik .text {
    margin: 10px 25px 20px 25px;
    text-align: justify;
    font-size: 17px;
}
.happytal-about-us .thumb-photo {
    position: relative;
    margin: 10px 10px 30px 10px;
    border-radius: 5px;
    background: black;
    overflow: hidden;
    cursor: pointer;
}
.happytal-about-us .thumb-photo:hover .thumb-image {
    transform: scale(1.2);
    opacity: 0.8;
}
.happytal-about-us .thumb-play {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px auto 0px auto;
    border-radius: 25px;
    text-align: center;
    background: #00C29A;
    box-shadow: 0 0 0 0px rgba(0,194,154,0.3);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 3;
}
.happytal-about-us .thumb-photo:hover .thumb-play {
    box-shadow: 0 0 0 15px rgba(0,194,154,0.3);
}
.happytal-about-us .thumb-play .thumb-play-icon {
    margin: 19px 0px 0px 2px;
    color: white;
}
.happytal-about-us .thumb-view {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    background: #00C29A;
    box-shadow: 0 0 0 0px rgba(0,194,154,0.3);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 3;
}
.happytal-about-us .thumb-photo:hover .thumb-view {
    box-shadow: 0 0 0 15px rgba(0,194,154,0.3);
    opacity: 1;
}
.happytal-about-us .thumb-view .thumb-view-icon {
    margin: 19px 0px 0px 0px;
    color: white;
}
.happytal-about-us .thumb-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
    transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.happytal-about-us .thumb-legend {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px 20px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
.happytal-about-us .thumb-legend-content {
    float: left;
    max-width: 70%;
    margin: 0px 0px 0px 15px;
}
.happytal-about-us .thumb-legend .thumb-text {
    font-family: 'Roboto-Bold';
    font-size: 17px;
    color: white;
}
.happytal-about-us .thumb-legend .thumb-subtext {
    font-size: 16px;
    color: white;
}
.happytal-about-us .founders {
    padding: 10px 0px 10px 0px;
}
.happytal-about-us .founders .title {
    margin: 0px 25px 0px 25px;
    font-size: 26px;
    color: #dc467d;
}
.happytal-about-us .founders .text {
    margin: 10px 25px 20px 25px;
    text-align: justify;
    font-size: 17px;
}
.happytal-about-us .founders-list {

}
.happytal-about-us .founder-photo {
    position: relative;
    max-width: 350px;
    margin: 10px auto 10px auto;
    border-radius: 5px;
    overflow: hidden;
}
.happytal-about-us .founder-photo:hover {

}
.happytal-about-us .founder-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.happytal-about-us .founder-legend {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px 20px 15px;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}
.happytal-about-us .founder-legend .founder-name {
    font-size: 20px;
    color: white;
}
.happytal-about-us .founder-legend .founder-title {
    font-size: 16px;
    color: white;
}
.happytal-about-us .founder-text {
    padding: 20px 10px 10px 10px;
    text-align: justify;
    font-size: 16px;
}
.happytal-about-us .player {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0f0f11;
    z-index: 4;
    transition: all ease 1s;
}
.happytal-about-us .player-open {
    bottom: 0px;
}
.happytal-about-us .player .player-close-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 25px;
    text-align: center;
    background: #323232;
    box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    z-index: 4;
}
.happytal-about-us .player .player-close-btn:hover {
    background: #dc467d;
}
.happytal-about-us .player .player-close-icon {
    margin: 22px 0px 0px 0px;
    color: white;
}
.happytal-about-us .player .player-video {
    display: inherit;
}
.happytal-about-us .player .player-photo {
    width: 100%;
    height: calc(100% - 200px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.happytal-about-us .player .player-legend {
    height: 100%;
    padding: 10px 20px 50px 20px;
    background: #1B1C20;
}
.happytal-about-us .player .player-legend-title {
    text-align: center;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #dc467d;
}
.happytal-about-us .player .player-legend-subtitle {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    color: white;
}

/**************
    Jobs
**************/

.happytal-jobs {

}
.happytal-jobs .jobs-overlay {
    max-width: 700px;
    margin: 0px auto 0px auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 0px 10px 0px;
    color: white;
    background: rgba(0,0,0,.4);
}
.happytal-jobs .jobs-splash {
    height: 500px;
    padding: 60px 0px 0px 0px;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jobs-splash-operational {
    background-image: url(/themes/happytal/content/pictures/jobs/xl/splash-operational.jpg);
}
.jobs-splash-corporate {
    background-image: url(/themes/happytal/content/pictures/jobs/xl/splash-corporate.jpg);
}
.happytal-jobs .jobs-splash .jobs-title {
    font-size: 26px;
}
.happytal-jobs .jobs-splash .jobs-text {
    font-size: 17px;
}
.happytal-jobs .jobs-search {

}
.happytal-jobs .jobs-search-bar {
    padding: 50px 60px 5px 60px;
    background: #f9f9f9;
}
.happytal-jobs .jobs-search-input {
    font-size: 20px;
    border: 2px solid #a4a4a4;
    border-radius: 5px;
    color: #373942;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.happytal-jobs .jobs-search-input:focus {
    border: 2px solid #dc467d;
    color: #dc467d;
}
.happytal-jobs .jobs-search-legend {
    padding: 10px 60px 30px 60px;
    font-size: 15px;
    background: #f9f9f9;
    color: #373942;
}
.happytal-jobs .jobs-search-results {
    padding: 20px 0px 0px 0px;
}
.happytal-jobs .jobs-search-results .job-result {
    padding: 5px 60px 5px 60px;
}
.happytal-jobs .jobs-search-results .job-result .job-title {
    font-size: 17px;
    color: #999;
}
.happytal-jobs .jobs-search-results .job-result:hover .job-title {
    color: #373942;
}
.happytal-jobs .jobs-search-results .city-result {
    padding: 0px 60px 5px 60px;
}
.happytal-jobs .jobs-search-results .city-result .city-title {
    font-size: 20px;
    color: #dc467d;
}
.happytal-jobs .jobs-search-results .city-result .city-jobs {

}
.happytal-jobs .jobs-search-pages {
    padding: 50px 30px 50px 30px;
    text-align: center;
}
.happytal-jobs .jobs-search-pages .job-page {
    display: inline-block;
    margin: 0px 4px 0px 4px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background: #eee;
    color: #999;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.happytal-jobs .jobs-search-pages .job-page:hover {
    background: #dc467d;
    color: white;
}
.happytal-jobs .jobs-search-pages .job-page-selected {
    background: #dc467d;
    color: white;
    cursor: default;
}
.happytal-jobs .jobs-search-pages .job-page-selected:hover {
    background: #dc467d;
}

/*quantcast custom*/


.qc-cmp-button {
    background-color: #d9477c !important;
    border-color: #d9477c !important;
}

.qc-cmp-button:hover {
    background-color: transparent !important;
    border-color: #d9477c !important;
    color: #d9477c !important;
}

.qc-cmp-alt-action,
.qc-cmp-link {
    color: #d9477c !important;
}

.qc-cmp-button {
    color: #fff !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
    color: #d9477c !important;
}

.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
    color: #ffffff !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
    border-color: #4b4b4b !important;
    background-color: transparent !important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
    background-color: #4b4b4b !important;
}

.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
    color: #4b4b4b !important;
}

.qc-cmp-ui a,
.qc-cmp-ui .qc-cmp-alt-action {
    color: #d9477c !important;
}

.qc-cmp-ui {
    background-color: #fff !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-header {
    background-color: #fafafa !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-row {
    background-color: #ffffff !important;
}

.qc-cmp-toggle-off {
   background-color: #4b4b4b73 !important;
}

.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
    background-color: #4b4b4b !important;
    border-color: #4b4b4b !important;
}

.qc-cmp-persistent-link {
    background-color: #4b4b4b !important;
}

.qc-cmp-toggle-status {
    color: #4b4b4b !important;
}

/*
  xs, extra-small: 0px or 600px
*/

@media (max-width: 330px) {
    .sub-category-grid .sub-category-content {
        height: 130px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media (min-width:330px) and (max-width: 370px) {
    .sub-category-grid .sub-category-content {
        height: 145px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media (min-width:370px) and (max-width: 410px) {
    .sub-category-grid .sub-category-content {
        height: 165px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media (min-width: 410px) and (max-width: 430px) {
    .sub-category-grid .sub-category-content {
        height: 175px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media (min-width: 430px) and (max-width: 450px) {
    .sub-category-grid .sub-category-content {
        height: 185px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media (min-width: 450px) and (max-width: 480px) {
    .sub-category-grid .sub-category-content {
        height: 200px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 500px) {
    .centerRow {
        display: flex;
        justify-content: center;
    }

    .retournButton + .buttonRole {
        margin-left: 50px;
    }
}

@media (max-width: 482px){
    .footer_btn-color-pink1 {
        margin-left: 110px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 480px) {

    .header-links-wrapper, .headerHomePage-links-wrapper {
        float: left;
        padding: 0;
        margin: 0 0.5em;
    }

    .master-wrapper-cph-2 > .bodycontainer {
        background-color: white;
        padding: 4em 4em 0 4em;
        margin-top: 1em;
    }

    #container2 > div.container2-innerdiv {
        background-size: 552px 298px !important;
    }

    footer .aboutus {
        padding: 2em 0 0;
        border: none;
    }

    footer #contact1 {
        padding: 2em 0 0;
    }

    footer #contact2 h1 {
        display: none;
    }
}

/*
  Official ;-) for new uses
*/

@media (max-width: 768px) {

    /* Widgets */
    .happytal-basket-popup {
        margin: 200px 25px;
    }

    /* Journ�e des Aidants (Banner) */
    .helper-day-banner {
        left: calc(50% - 150px);
        top: 44px;
        min-width: 300px;
        min-height: 301px;
        border-radius: 25px;
        background-image: url(/themes/happytal/content/pictures/home/xl/helper-day-banner-mobile.png);
        background-repeat: no-repeat;
        background-size: 300px 301px;
    }

    /* Join Us */
    .happytal-join-us .join-us-overlay {
        margin: 0px 40px 0px 40px;
    }
    .happytal-join-us .join-us-medias .video {
        width: 320px;
        height: 240px;
        margin: 50px auto 40px auto;
    }

    /* About Us */
    .happytal-about-us .about-us-overlay {
        margin: 0px 40px 0px 40px;
    }
    .happytal-about-us .player .player-video {
        width: 100%;
        min-height: calc(100% - 400px);
        margin: 70px 0px 0px 0px;
    }

    /* Jobs */
    .happytal-jobs .jobs-overlay {
        margin: 0px 40px 0px 40px;
    }

}

/*
  sm, small: 600px or 960px
*/

@media (max-width: 480px) {

    .textTemoignage {
        width: 97% !important;
    }

    .textpersTemoin {
        width: 97% !important;
    }

    div.StyleTextHome {
        font-size: 16px !important;
        font-weight: 400;
        margin-top: 7% !important;
        padding-left: 12% !important;
    }

    .styleImageHome {
        width: 100%;
        height: 150px !important;
    }

    div.StyleDivBootstrp {
        height: 150px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    div.Height015 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-bottom: 14px;
    }

    div.Height115 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-bottom: 14px;
    }

    div.LineBleueDessous {
        margin-bottom: 20px;
    }

    .spaceheight100 {
        height: 2%;
    }

    .greybackDCI {
        display: table-cell;
    }

    .greyBackground {
        width: 84%;
        margin: 10% 5% 0 8%;
        background-color: rgba(0, 0, 0, 0.25);
        position: relative;
        display: inline-block;
    }

    h1.TitreBlanc {
        width: 250px;
        font-family: Roboto-Regular;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        height: 12%;
        margin-left: 5%;
    }

    p.TextBlanc {
        width: 88%;
        height: 30%;
        color: white;
        font-family: Roboto-Regular;
        font-size: 14px;
        line-height: 17px;
        margin: 10px;
    }

    .spacealigne {
        text-align: center;
        padding-top: 0px !important;
    }

    div.Height215 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-bottom: 14px;
    }

    div.Height070 {
        height: 28%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height270 {
        height: 76%;
    }

    html {
        /*globall reduce font*/
        font-size: 12px;
    }

    .header-dark {
        height: auto;
    }

    .header-links-wrapper, .headerHomePage-links-wrapper {
        float: left;
        padding: 0;
        margin: 0 0.5em;
    }

    .headermenuDiv .headermenu {
        padding: 0;
    }

    .headermenu ul.topmenu li a {
        text-transform: none;
    }

    footer #contact1 {
        padding: 2em 0 0;
    }

    footer #contact2 {
        padding: 2em 0 0;
    }

    footer #contact2 h1 {
        display: none;
    }

    footer .aboutus {
        padding: 2em 0 0;
        border: none;
    }

    .login-page .wrapper {
        width: 100%;
    }

    .checkout-page, .checkout-one-page, .shoppingcart-page {
        padding: 1em 0;
    }


    .last_line {
        font-size: 1em;
    }

    .order-summary-content .cart .cart-item-row td.end {
        font-size: 1em;
    }

    .order-summary-content .cart .cart-item-row {
        font-size: 0.75em;
    }

    .cart .productpicture {
        width: 90px;
        display: none;
    }

    .order-summary-content .cart-item-row > div.subtotal,
    .order-summary-content .cart-header-row > div.subtotal {
        width: 50px;
    }

    .order-summary-content .common-buttons {
        margin: 0;
    }

    .order-progress ul li a {
        text-transform: none;
    }

    .homenav .fluidtable div a {
        font-size: 0.75em;
        min-height: 8em;
        padding-top: 5em;
    }

    .threeblocks .block2,
    .threeblocks .block3 {
        border-left: none;
    }

    .Tel_Contact_HeaderHomePage {
        left: 0;
        top: 0;
        margin: 0.9em;
    }

    /*put menu navigation on top*/
    #container1 #col1 {
        width: 100%;
    }

    #container1 #col2 {
        width: 100%;
        padding: 0 1em;
    }

    .rolehome-page .left,
    .login-page .new-wrapper {
        padding-bottom: 0;
    }

    .rolehome-page .right,
    .login-page .returning-wrapper {
    }

    div.categoryFilter div.description {
        font-size: 1em;
        float: left;
        width: 100%;
    }

    div.categoryFilter div.imgDiv {
        height: 200px;
    }

    .categoryFilter .control,
    .categoryFilter .controlNolabel {
        padding: 0.5em 0;
        /*half when in desktop, full when in smartphone*/
        width: 100%;
    }

    .sub-category-grid td {
        /*4 cols become 1 cols in smartphones */
        width: 50%;
    }

    #slide1, #slide2, #slide3, #slide4, #slide5 {
        margin: 0 auto;
        width: 100%;
    }

    .banner ul li {
        height: 311px;
        background-size: 768px auto;
    }

    .banner .dots {
        bottom: 75px;
    }

    /*pressing table*/
    .outer-table .product-name {
        width: 60%;
        float: left;
    }

    .outer-table .product-price {
        width: 22%;
    }

    .outer-table .product-qty {
        width: 18%;
    }

    #go-to-services span.required.errordetail {
        font-size: 14px !important;
        top: 4px;
    }

    #go-to-services-bar {
        top: -417px;
    }

    #go-to-services .selectiontitle {
        padding-bottom: 9px;
        width: 86%;
        height: 30px;
        color: #ffffff;
        font-family: Roboto-Regular !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    #go-to-services > div {
        margin: 5px 0px 8px 0px !important;
    }

    #go-to-services-bar > div {
        width: 87%;
    }

    #go-to-services-bar.fourblocks {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        height: 300px !important;
        margin-top: 117px !important;
    }

    #go-to-services-bar button {
        width: 200px !important;
        height: 40px !important;
    }

    #homepage .patient,
    #homepage .relative,
    #homepage .service {
        float: none;
    }

    /*convert nav into select*/
    nav ul {
        display: none;
    }

    nav select {
        display: inline-block;
    }

    #sliderdiv,
    .translucide-black-background {
        /*decreasing fixed hieght of video*/
        height: 687px;
    }

    h1.tagline1, #homeDiv h1.tagline1 {
        padding: 0;
        font-size: 2em;
    }

    #sliderdiv video {
        display: none;
        /*no video in smartphone*/
    }

    #location, #location #googlemap {
        float: left;
        width: 100%;
    }

        #location div.institutionBox {
            width: 100%;
        }

    #go-to-services-bar > div {
        margin-left: 20px;
    }

    h1.TitreBlanc {
        width: 90%;
        font-family: Roboto-Regular;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        height: 12%;
    }

    p.TextBlanc {
        width: 90%;
        height: 48%;
        color: white;
        font-family: Roboto-Regular;
        font-size: 14px;
        line-height: 17px;
    }

    div.description {
        visibility: hidden !important;
        display: none !important;
    }

    .sub-category-content .sub-category-select-btn {
        display: none;
    }

    .textpink {
        text-align: center;
        width: 100%;
        height: 16px;
        color: #d9477c;
        font-family: Roboto-Regular;
        font-size: 14px !important;
        font-weight: 400;
        padding-left: 0px !important;
    }

    .sub-category-grid .sub-category-content div.picture {
        padding-bottom: 5px !important;
    }

    div.headerCategory {
        font-size: 12px !important;
        font-weight: 400 !important;
        padding-bottom: 10px !important;
    }

    section.opaquesection {
        height: auto !important;
    }

    .clear {
        height: auto !important
    }

    .icon-Line-Verticale {
        background-size: 3px 85% !important;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }

    #container2 > div.container2-innerdiv {
        background-size: 552px 298px !important;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    section.opaquesection {
        height: auto !important;
    }

    .clear {
        height: auto !important
    }

    .textTemoignage {
        width: 97% !important;
    }

    .textpersTemoin {
        width: 97% !important;
    }

    div.Height015 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-top: 14px;
        padding-bottom: 25px;
    }

    div.Height115 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-top: 14px;
        padding-bottom: 25px;
    }

    div.Height215 {
        height: 15%;
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 1%;
        padding-top: 14px;
    }

    div.Height070 {
        /*height: 76%;*/
        height: 28%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height270 {
        height: 76%;
    }


    html {
        /*globall reduce font*/
        font-size: 14px;
    }

    .header-dark {
        height: 50px;
        /*remove fixed height, so that tag lines goes up*/
    }

    .header-links-wrapper, .headerHomePage-links-wrapper {
        float: left;
        padding: 0;
        margin: 0 0.5em;
    }

    .headermenuDiv .headermenu {
        padding: 0;
    }

    .headermenu ul.topmenu li a {
        text-transform: none;
    }

    footer #contact1 {
        padding: 2em 0 0;
    }

    footer #contact2 {
        padding: 2em 0 0;
    }

    footer #contact2 h1 {
        display: none;
    }

    footer .aboutus {
        padding: 2em 0 0;
        border: none;
    }

    .login-page .wrapper {
        width: 100%;
    }

    /*minimize cart*/
    .checkout-page, .checkout-one-page, .shoppingcart-page {
        padding: 1em 0;
    }

    .last_line {
        font-size: 1em;
    }

    .order-summary-content .cart .cart-item-row td.end {
        font-size: 1em;
    }

    .order-summary-content .cart .cart-item-row {
        font-size: 0.75em;
    }

    .cart .productpicture {
        width: 90px;
        display: none;
    }

    .order-summary-content .cart-item-row > div.subtotal,
    .order-summary-content .cart-header-row > div.subtotal {
        width: 50px;
    }

    .order-summary-content .common-buttons {
        margin: 0;
    }

    .order-progress ul li a {
        text-transform: none;
    }

    .homenav .fluidtable div a {
        font-size: 0.75em;
        min-height: 8em;
        padding-top: 5em;
    }

    .threeblocks .block2,
    .threeblocks .block3 {
        border-left: none;
    }

    .Tel_Contact_HeaderHomePage {
        left: 0;
        top: 0;
        margin: 0.9em;
    }

    /*put menu navigation on top*/
    #container1 #col1 {
        width: 100%;
    }

    #container1 #col2 {
        width: 100%;
        padding: 0 1em;
    }

    .rolehome-page .left,
    .login-page .new-wrapper {
        padding-bottom: 0;
    }

    .rolehome-page .right,
    .login-page .returning-wrapper {
    }

    .categoryFilter .control,
    .categoryFilter .controlNolabel {
        padding: 0.5em 0;
        /*half when in desktop, full when in smartphone*/
        width: 100%;
    }

    .sub-category-grid td {
        width: 50%; /*4 cols become 1 cols in smartphones */
    }

    #slide1, #slide2, #slide3, #slide4, #slide5 {
        margin: 0 auto;
        width: 100%;
    }

    .banner ul li {
        height: 311px;
        background-size: 768px auto;
    }

    .banner .dots {
        bottom: 75px;
    }

    /*pressing table*/
    .outer-table .product-name {
        width: 48%;
        float: left;
    }

    .outer-table .product-price {
        width: 18%;
    }

    .outer-table .product-qty {
        width: 142px;
    }

    #go-to-services a {
        display: block;
        font-size: 1em;
    }

    #go-to-services .textLink div {
        margin: 0 auto;
    }

    #homepage .patient,
    #homepage .relative,
    #homepage .service {
        float: none;
    }

    #go-to-services-bar {
        top: -417px;
    }

    #go-to-services .selectiontitle {
        padding-bottom: 9px;
        width: 86%;
        height: 30px;
        color: #ffffff;
        font-family: Roboto-Regular;
        font-size: 16px;
        font-weight: 400;
    }

    #go-to-services > div {
        margin: 5px 0px 8px 0px !important;
    }

    #go-to-services-bar > div {
        width: 87%;
    }

    #go-to-services-bar.fourblocks {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        height: 300px !important;
        margin-top: 117px !important;
    }

    /*convert nav into select*/
    nav ul {
        display: none;
    }

    nav select {
        display: inline-block;
    }

    #sliderdiv,
    .translucide-black-background {
        /*decreasing fixed hieght of video*/
        height: 635px;
    }

    h1.tagline1, #homeDiv h1.tagline1 {
        padding: 0;
        font-size: 2em;
    }

    #sliderdiv video {
        display: none;
        /*no video in smartphone*/
    }

    #location, #location #googlemap {
        float: left;
        width: 100%;
    }

    #location div.institutionBox {
        width: 100%;
    }

    #go-to-services-bar > div {
        width: 87%;
    }

    .greybackDCI {
        height: 310px;
        display: table-cell;
    }

    .greyBackground {
        width: 300px;
        margin-left: 10%;
        margin-right: 5%;
        background-color: rgba(0, 0, 0, 0.25);
        position: relative;
        padding-top: 3px;
        margin-left: 10px;
        display: inline-block;
        margin-top: 4%;
    }

    h1.TitreBlanc {
        width: 250px;
        font-family: Roboto-Regular;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        height: 12%;
        margin-left: 5%;
    }

    p.TextBlanc {
        width: 88%;
        height: 30%;
        color: white;
        font-family: Roboto-Regular;
        font-size: 14px;
        line-height: 17px;
        margin: 10px;
    }

    .leadrequest-bottombuttondescription {
        margin-bottom: 15px;
    }

    #container2 > div.container2-innerdiv {
        background-size: 768px 414px !important;
    }
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
    .autowide .module {
        float: left;
        margin-right: 2.564102564102564%;
        width: 48.717948717948715%;
    }
    .autowide .module:nth-child(2n+0) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px)  {

    .header-links-wrapper, .headerHomePage-links-wrapper {
        float: left;
        padding: 0;
        margin: 0 0.5em;
    }

    .master-wrapper-cph-2 > .bodycontainer {
        background-color: white;
        padding: 4em;
        margin-top: 1em;
    }

    .fourblocks .fluidtable > div {
        width: 25%;
    }
}

@media (min-width: 480px) and (max-width: 768px)  {

    #container2 > div.container2-innerdiv {
        background-size: 768px 414px !important;
    }

    footer #contact1 {
        padding: 2em 0 0;
    }
    footer .aboutus {
        padding: 2em 0 0;
        border: none;
    }
    footer #contact2 h1 {
        display: none;
    }
}

@media (max-width: 768px) {
    .Tel_Contact_HeaderHomePage {
        clear: left;
        left: 0;
        top: 0;
        margin: 0 0 1em 0.6em;
        /*width: 50%;*/
    }

  .block .listbox ul {
      display:none !important;
  }
}

/*
  Official ;-) for new uses
*/

@media (min-width: 768px) and (max-width: 992px){

    /* Join Us */
    .happytal-join-us .join-us-medias .video {
        width: 560px;
        height: 340px;
        margin: 50px auto 40px auto;
    }

    /* About Us */
    .happytal-about-us .player .player-video {
        width: 640px;
        height: 360px;
        margin: 100px auto 40px auto;
    }

}

@media (min-width: 600px) and (max-width: 960px) {

    /* Journée des Aidants (Banner) */
    .helper-day-banner {
        left: calc(50% - 150px);
        top: 44px;
        min-width: 300px;
        min-height: 301px;
        border-radius: 25px;
        background-image: url(/themes/happytal/content/pictures/home/xl/helper-day-banner-mobile.png);
        background-repeat: no-repeat;
        background-size: 300px 301px;
    }
}
/*
  md, medium: 960px or 1280px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .login-page .wrapper {
        width: 100%;
    }

    .login-page .new-wrapper,
    .login-page .returning-wrapper,
    .info-grid table .left,
    .info-grid table .right,
    #infolist div.listdiv,
    .generic-grid .listdiv,
    .checkout-page .content,
    .discountAndTotals > div {
        /*default (mobile) is 1 col and change into 2
        columns instead of 1*/
        width: 50%;
    }

    /*transforming 1 col to 2 cols*/
    .twoblocks .fluidtable > div {
        width: 50%;
    }

    /*transforming 1 col to 3 cols*/
    .threeblocks .fluidtable > div,
    #theboard .fluidtable div {
        width: 33.33%;
    }

    /*transforming 4 cols to 1 col*/
    .fourblocks #go-to-services.fluidtable > div {
        width: 100%;
    }

    .fourblocks .fluidtable > div {
        width: 25%;
    }

    /*getting merged two cells*/
    .fourblocks .fluidtable div.two-cells {
        width: 50%;
    }

    .rolehome-page .left {
        width: 60%;
    }

    .rolehome-page .right {
        width: 40%;
    }

    .order-progress ul li a {
        padding: 0.25em 3em;
    }

    .headermenu a {
        font-size: 1em;
    }

    .headermenu ul.topmenu li {
        padding: 0 1em 0 0;
    }

    #container1 #col2 {
        padding: 1em 1em 0.5em 0;
    }

    #categoryListBox a {
        padding: 0.5em;
        margin: 0 0.25em;
    }

    .sub-category-grid .sub-category-content div.linktd {
        width: 100%;
        background: white;
        text-align: right;
        padding: 0 0.5em 0.5em 0;
    }

    .rolehome-page .left,
    .login-page .new-wrapper,
    .generic-grid .left {
        padding-right: 0.5em;
    }

    .rolehome-page .right,
    .login-page .returning-wrapper,
    .generic-grid .right {
        padding-left: 0.5em;
    }

    /*same height for both blocks*/
    .rolehome-page .contentIntroWrapper {
        min-height: 33em;
    }

    .labelAndControlBox {
        width: 50%;
        float: left;
    }

    .banner ul li {
        height: 415px;
        background-size: 1366px auto;
    }

    #go-to-services-bar {
        top: -417px;
    }

    #go-to-services .selectiontitle {
        padding-bottom: 9px;
        width: 86%;
        height: 30px;
        color: #ffffff;
        font-family: Roboto-Regular;
        font-size: 16px;
        font-weight: 400;
    }

    #go-to-services > div {
        margin: 5px 0px 8px 0px !important;
    }

    #go-to-services-bar > div {
        width: 87%;
    }

    #go-to-services-bar.fourblocks {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        height: 300px !important;
        margin-top: 117px !important;
    }

    .responsiveDivs > div {
        width: 50%;
    }

    #sliderdiv,
    .translucide-black-background {
        /*decreasing fixed hieght of video*/
        height: 635px;
    }

    #sliderdiv video {
        display: none;
        /*no video in smartphone*/
    }

    .homenav .fluidtable div a {
        min-height: 6em;
    }

    .sub-category-grid td {
        width: 33%;
        vertical-align: top;
        float: left;
    }

    .header-links-wrapper, .headerHomePage-links-wrapper {
        float: left;
        padding: 0;
        margin: 0 0.5em;
    }

    #location div.institutionBox h4 {
        height: 40px;
    }

    h1.tagline1, #homeDiv h1.tagline1 {
        padding: 0;
        font-size: 2em;
    }

    div.Height015 {
        height: 15%;
    }

    div.Height115 {
        height: 15%;
    }

    div.Height215 {
        height: 15%;
    }

    div.Height070 {
        height: 76%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height270 {
        height: 76%;
    }

    div.LineBleueDessous {
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 87%;
        height: 306px;
        margin-bottom: 30px;
    }

    .greybackDCI {
        height: 310px;
        display: table-cell;
    }

    .greyBackground {
        width: 300px;
        margin-left: 10%;
        margin-right: 5%;
        background-color: rgba(0, 0, 0, 0.25);
        position: relative;
        padding-top: 3px;
        margin-left: 10px;
        display: inline-block;
        margin-top: 4%;
    }

    h1.TitreBlanc {
        width: 250px;
        font-family: Roboto-Regular;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        height: 12%;
        margin-left: 5%;
    }

    p.TextBlanc {
        width: 88%;
        height: 30%;
        color: white;
        font-family: Roboto-Regular;
        font-size: 14px;
        line-height: 17px;
        margin: 10px;
    }

    .leadrequest-bottombuttondescription {
        margin-top: 20px;
    }

    #categoryListBox a {
        font-size: 14px !important;
    }

    .Tel_Contact_HeaderHomePage {
        left: 0;
    }
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
    .autowide .module {
        width: 31.623931623931625%;
    }
    .autowide .module:nth-child(2n+0) {
        margin-right: 2.564102564102564%;
    }
    .autowide .module:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {

    .header-links-wrapper > select, .header-links-wrapper option {
        display: none;
    }
    .header-links-wrapper > ul {
        display: block;
    }
    .master-wrapper-cph-2 > .bodycontainer {
        background-color: white;
        padding: 4em;
        margin-top: 1em;
    }
    .fourblocks .fluidtable > div {
        width: 25%;
    }
}

/*
  Official ;-) for new uses
*/

@media (min-width: 992px) and (max-width: 1200px){

    /* Join Us */
    .happytal-join-us .join-us-medias .video {
        width: 380px;
        height: 300px;
        margin: 92px auto 40px auto;
    }

    /* About Us */
    .happytal-about-us .player .player-video {
        width: 800px;
        height: 520px;
        margin: 50px auto 40px auto;
    }

}

/*
  lg, large: 1280px or 1920px
*/

@media (min-width: 1024px) and (max-width: 1366px) {
    /*we no longer fix this , we let it go to 100%, we start fixing at 1366*/
    /*.rolehome-page .body,
    .registration-page .body,
    .login-page .wrapper,
    .header,
    #how-it-works > div,
    #witnesses > div,
    .footer .footerdiv,
    .info-grid,
    #infolist .fluidtable,
    div.generic-grid,
    .checkout-page, .checkout-one-page, .shoppingcart-page,
    #container1,
    .OneColonPageWrapper,
    .twoblocks,
    .threeblocks,
    .fourblocks,
    #aboutus,
    #theboard,
    .homenav,
    #location,
    section.homesection,
    .headermenuDiv,
    #giftcard-page {
        width: 1280px;
    }*/

    /*we don't want those to get larger than 1024px*/
    #values,
    .category-page-min {
        width: 1000px; /*do not put it at exactly 1024px (due to scroll bar near range of media query*/
    }

    .login-page .new-wrapper,
    .login-page .returning-wrapper,
    .info-grid table .left,
    .info-grid table .right,
    #infolist div.listdiv,
    .generic-grid .listdiv,
    .checkout-page .content,
    .discountAndTotals > div,
    .twoblocks .fluidtable > div {
        /*default (mobile) is 1 col and change into 2 columns instead of 1*/
        width: 50%;
    }

    /*transforming 1 col to 3 cols*/
    .threeblocks .fluidtable > div,
    #theboard .fluidtable div {
        width: 33.33%;
    }

    .TitreBlanc {
        width: 400px;
        height: 70px;
        color: white;
        font-family: Roboto-Regular;
        font-size: 30px;
        font-weight: 700;
    }

    .TextBlanc {
        width: 400px;
        color: white;
        font-family: Roboto-Regular;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .greyBackground {
        background-color: rgba(0, 0, 0, 0.25);
        position: relative;
        max-width: 440px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        margin-left: 10px;
        display: inline-block;
        margin-top: 15%;
    }

    .greybackDCI {
        height: 310px;
        display: table-cell;
    }
    /*transforming 4 cols to 1 col*/
    .fourblocks #go-to-services.fluidtable > div {
        width: 33.3%;
    }

    .fourblocks #go-to-services.fluidtable > div#serviceaccess {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .fourblocks .fluidtable > div {
        width: 25%;
    }

    div.LineBleueDessous {
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 87%;
        height: 306px;
        margin-bottom: 30px;
    }

    div.Height015 {
        height: 15%;
    }

    div.Height115 {
        height: 15%;
    }

    div.Height215 {
        height: 15%;
    }

    div.Height070 {
        height: 76%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height270 {
        height: 76%;
    }

    /*getting merged two cells*/
    .fourblocks .fluidtable div.two-cells {
        width: 50%;
    }

    .rolehome-page .left {
        width: 60%;
    }

    .rolehome-page .right {
        width: 40%;
    }

    .order-progress ul li a {
        padding: 0.25em 3em;
    }

    .headermenu a {
        font-size: 1em;
    }

    .headermenu ul.topmenu li {
        padding: 0 1em 0 0;
    }

    .sub-category-grid .sub-category-content div.linktd {
        width: 100%;
        background: white;
        text-align: right;
        padding: 0 0.5em 0.5em 0;
    }

    #container1 #col2 {
        padding: 1em 1em 0.5em 0;
    }

    .rolehome-page .left,
    .login-page .new-wrapper,
    .listdiv.left {
        padding-right: 0.5em;
    }

    .rolehome-page .right,
    .login-page .returning-wrapper,
    .listdiv.right {
        padding-left: 0.5em;
    }

    /*same height for both blocks*/
    .rolehome-page .contentIntroWrapper {
        min-height: 28em;
    }
    .labelAndControlBox {
        width: 50%;
        float: left;
    }
    .slide {
        width: 1366px;
        margin: 0 auto;
    }
    .slide div {
        width: 270px;
        margin: 11em 0;
    }
    .banner ul li {
        height: 519px;
        background-size: 1280px auto;
    }

    #go-to-services-bar > div {
        width: 960px;
    }

    .header-links-wrapper > select,
    .header-links-wrapper option {
        display: none;
    }

    .header-links-wrapper > ul {
        display: block;
    }

    #sliderdiv,
    .translucide-black-background {
        /*decreasing fixed hieght of video*/
        height: 700px;
    }

    div.Height015 {
        height: 15%;
    }

    div.Height115 {
        height: 15%;
    }

    div.Height215 {
        height: 15%;
    }

    div.Height070 {
        height: 76%;
    }

    div.Height70 {
        height: 76%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height270 {
        height: 76%;
    }

    #go-to-services-bar.fourblocks {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
        height: 186px !important;
    }

    .leadrequest-bottombuttondescription {
        margin-top: 20px;
    }
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
    .autowide .module {
        width: 23.076923076923077%;
    }
    .autowide .module:nth-child(3n+0) {
        margin-right: 2.564102564102564%;
    }
    .autowide .module:nth-child(4n+0) {
        margin-right: 0;
    }
}

@media (min-width: 1366px) {
    .header-links-wrapper > ul {
        display: block;
    }

    .header-links-wrapper > select, .header-links-wrapper option {
        display: none;
    }

    .master-wrapper-cph-2 > .bodycontainer {
        background-color: white;
        padding: 4em;
        margin-top: 1em;
    }

    .category-page {
        width: 1280px;
    }

    .header-links-wrapper > ul {
        display: block;
    }

    .fourblocks .fluidtable > div {
        width: 25%;
    }
    .footer .footerdiv {
        width: 1280px;
    }
}

/*
  Official ;-) for new uses
*/

@media (min-width: 1200px) and (max-width: 1424px){

    /* Join Us */
    .happytal-join-us .join-us-medias .video {
        width: 560px;
        height: 340px;
        margin: 180px auto 40px auto;
    }
    /* About Us */
    .happytal-about-us .player .player-video {
        width: 800px;
        height: 520px;
        margin: 100px auto 0px auto;
    }

}

/*
  xl, xlarge: 1920px or larger
*/

@media (min-width: 1366px) {
    .rolehome-page .body,
    .registration-page .body,
    .login-page .wrapper,
    .header #how-it-works > div,
    #witnesses > div,
    .footer .footerdiv,
    #go-to-services-bar > div,
    .info-grid,
    #infolist div.fluidtable,
    div.generic-grid,
    .checkout-page, .checkout-one-page, .shoppingcart-page, .category-page,
    #container1,
    .OneColonPageWrapper,
    #aboutus,
    #theboard,
    .homenav,
    #location,
    section.homesection,
    .headermenuDiv,
    #giftcard-page,
    #institutionpartner,
    #manufacturerpartner > div > div,
    #hiring,
    #opportunities .fluidtable,
    #opportunities h2,
    .password-recovery-page .wrapper .new-wrapper,
    .newsletter-page,
    .blog,
    .blogpost,
    .account-page {
        width: 1280px;
        /*quick fix until i find how to have it to the exact  1366px length may be padding/border-box bug*/
    }

    /*we don't want those to get larger than 1024px*/
    #how-it-works > div#values .login-page .wrapper,
    .category-page-min {
        width: 1000px;
    }

    #category-homepage #witnesses > div {
        width: 100%;
    }

    #category-homepage #witnesses .threeblocks {
        background: none repeat scroll 0 0 #ebeeed;
    }

    .login-page .new-wrapper,
    .login-page .returning-wrapper,
    .info-grid table .left,
    .info-grid table .right,
    #infolist div.listdiv,
    .generic-grid .listdiv,
    .checkout-page .content,
    .discountAndTotals > div,
    .twoblocks .fluidtable > div {
        /*default (mobile) is 1 col and change into 2 columns instead of 1*/
        width: 50%;
    }

    /*transforming 1 col to 3 cols*/
    .threeblocks .fluidtable > div,
    #theboard .fluidtable div {
        width: 33.33%;
    }

    /*transforming 4 cols to 1 col*/
    .fourblocks .fluidtable > div {
        width: 25%;
    }

    /*getting merged two cells*/
    .fourblocks .fluidtable div.two-cells {
        width: 50%;
    }

    .rolehome-page .left {
        width: 60%;
    }

    .rolehome-page .right {
        width: 40%;
    }

    .order-progress ul li a {
        padding: 0.25em 3em;
    }

    .headermenu a {
        font-size: 1em;
    }

    .headermenu ul.topmenu li {
        padding: 0 1em 0 0;
    }

    .greybackDCI {
        height: 310px;
        display: table-cell;
    }

    .sub-category-grid .sub-category-content div.linktd {
        width: 100%;
        background: white;
        text-align: right;
        padding: 0 0.5em 0.5em 0;
    }

    #container1 #col2 {
        padding: 1em 1em 0.5em 0;
    }

    .rolehome-page .left,
    .login-page .new-wrapper,
    .listdiv.left {
        padding-right: 0.5em;
    }

    .rolehome-page .right,
    .login-page .returning-wrapper,
    .listdiv.right {
        padding-left: 0.5em;
    }

    /*same height for both blocks*/
    .rolehome-page .contentIntroWrapper {
        min-height: 28em;
    }

    .labelAndControlBox {
        width: 50%;
        float: left;
    }

        .labelAndControlBox .label {
            padding: 1em 0;
        }

    .slide {
        width: 1366px;
        margin: 0 auto;
    }

        .slide div {
            width: 270px;
            margin: 10em 0;
        }

    .banner ul li {
        height: 553px;
        background-size: 1366px auto;
        /*set to 1366 as its the most common resolution*/
    }

    #go-to-services-bar > div {
        width: 90%;
        padding-top: 1.3%;
        text-align: left;
    }

    .responsiveDivs > div {
        width: 50%;
    }

    .header-links-wrapper > select,
    .header-links-wrapper option {
        display: none;
    }

    .header-links-wrapper > ul {
        display: block;
    }

    #go-to-services #serviceaccess {
        padding-top: 30px;
    }

    #go-to-services .institutionselectionpart .staycriteriainput,
    #go-to-services .staymodelselectionpart .staycriteriainput {
        font-size: 16px;
    }

    div.LineBleueDessous {
        background: url(/themes/happytal/content/images/line-copy.svg);
        background-repeat: no-repeat;
        background-position-y: 87%;
        height: 306px;
        margin-bottom: 30px;
    }

    div.Height015 {
        height: 15%;
    }

    div.Height070 {
        height: 76%;
    }

    div.Height115 {
        height: 15%;
    }

    div.Height170 {
        height: 76%;
    }

    div.Height215 {
        height: 15%;
    }

    div.Height270 {
        height: 76%;
    }

    .TitreBlanc {
        width: 400px;
        height: 70px;
        color: white;
        font-family: Roboto-Regular;
        font-size: 30px;
        font-weight: 700;
    }

    .TextBlanc {
        width: 400px;
        color: white;
        font-family: Roboto-Regular;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .greyBackground {
        background-color: rgba(0, 0, 0, 0.25);
        position: relative;
        max-width: 440px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        margin-left: 10px;
        display: inline-block;
        margin-top: 15%;
    }

    .greybackDCI {
        height: 310px;
        display: table-cell;
    }

    .leadrequest-bottombuttondescription {
        margin-top: 20px;
    }
}

/*
  Official ;-) for new uses
*/

@media (min-width: 1424px){

    /* Join Us */
    .happytal-join-us .join-us-medias .video {
        width: 640px;
        height: 385px;
        margin: 90px auto 40px auto;
    }
    /* About Us */
    .happytal-about-us .player .player-video {
        width: 1024px;
        height: 744px;
        margin: 0px auto 0px auto;
    }

}

/*! jQuery UI - v1.11.4 - 2016-04-06
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fsDefault=1.1em&fwDefault=bold&cornerRadius=6px&bgColorHeader=%23dd5989&bgTextureHeader=highlight_soft&borderColorHeader=%23e3a1a1&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23eeeeee&fcContent=%23333333&iconColorContent=%23dd5989&bgColorDefault=%23eeeeee&bgTextureDefault=highlight_hard&borderColorDefault=%23d8dcdf&fcDefault=%23404040&iconColorDefault=%23dd5989&bgColorHover=%23f6f6f6&bgTextureHover=highlight_hard&borderColorHover=%23cdd5da&fcHover=%23111111&iconColorHover=%23dd5989&bgColorActive=%23ffffff&bgTextureActive=flat&borderColorActive=%23eeeeee&fcActive=%23dd5989&iconColorActive=%23dd5989&bgColorHighlight=%23fbf8ee&bgTextureHighlight=glass&borderColorHighlight=%23dd5989&fcHighlight=%23444444&iconColorHighlight=%23dd5989&bgColorError=%23f3d8d8&bgTextureError=diagonals_thick&borderColorError=%23dd5989&fcError=%232e2e2e&iconColorError=%23dd5989&bgColorOverlay=%23a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=%23333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px&bgImgOpacityHeader=15&bgImgOpacityContent=75&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=65&bgImgOpacityHighlight=55&bgImgOpacityError=75
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url(/vendors/jquery-ui/1.11.4/images/ui-menu-item.gif);
    }
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(/vendors/jquery-ui/1.11.4/images/ui-progressbar-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
    border: 1px solid #e3a1a1;
    background: #dd5989 url(/vendors/jquery-ui/1.11.4/images/ui-bg_highlight-soft_15_dd5989_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d8dcdf;
        background: #eeeeee url(/vendors/jquery-ui/1.11.4/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #404040;
    }
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #404040;
	text-decoration: none;
}
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #cdd5da;
        background: #f6f6f6 url(/vendors/jquery-ui/1.11.4/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #111111;
    }
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #111111;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #eeeeee;
	background: #ffffff;
	font-weight: bold;
	color: #dd5989;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #dd5989;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #dd5989;
        background: #fbf8ee url(/vendors/jquery-ui/1.11.4/images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
        color: #444444;
    }
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #dd5989;
        background: #f3d8d8 url(/vendors/jquery-ui/1.11.4/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
        color: #2e2e2e;
    }
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/vendors/jquery-ui/1.11.4/images/ui-icons_dd5989_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url(/vendors/jquery-ui/1.11.4/images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #333333;
	opacity: .1;
	filter: Alpha(Opacity=10); /* support: IE8 */
	border-radius: 8px;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/content/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/content/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/content/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/content/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */

.easy-autocomplete.eac-square{font-family:"Roboto-Regular", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-square input{border:1px solid #7f8c8d;border-radius:0;color:#7f8c8d;font-family:inherit;font-size:18px;font-style:italic;font-weight:300;margin:0;min-width:350px;padding:12px 43px 12px 15px}.easy-autocomplete.eac-square ul{border-color:#7f8c8d;border-top:0;box-shadow:none;top:0}.easy-autocomplete.eac-square ul li,.easy-autocomplete.eac-square ul .eac-category{border-color:#7f8c8d;font-family:inherit;font-size:16px;font-weight:300;padding:6px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-square ul li *,.easy-autocomplete.eac-square ul .eac-category *{font-weight:300}.easy-autocomplete.eac-square ul li.selected,.easy-autocomplete.eac-square ul .eac-category.selected{background-color:#f1f1f1;font-weight:300}.easy-autocomplete.eac-square ul li b,.easy-autocomplete.eac-square ul .eac-category b{font-weight:600}.easy-autocomplete.eac-round{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-round input{border:2px solid #888;border-radius:10px;color:#888;font-family:inherit;font-size:16px;font-weight:400;margin:0;min-width:300px;padding:10px}.easy-autocomplete.eac-round input:hover,.easy-autocomplete.eac-round input:focus{border-color:#3079ed}.easy-autocomplete.eac-round ul{background:none;border-color:#888;border-width:0;box-shadow:none;min-width:300px;top:20px}.easy-autocomplete.eac-round ul li,.easy-autocomplete.eac-round ul .eac-category{background:#fff;border-color:#3079ed;border-width:0 2px;font-size:14px;padding:8px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-round ul li.selected,.easy-autocomplete.eac-round ul .eac-category.selected{background-color:#d4e3fb}.easy-autocomplete.eac-round ul li:first-child,.easy-autocomplete.eac-round ul .eac-category:first-child{border-radius:10px 10px 0 0;border-width:2px 2px 0}.easy-autocomplete.eac-round ul li:last-child,.easy-autocomplete.eac-round ul .eac-category:last-child{border-radius:0 0 10px 10px;border-width:0 2px 2px}.easy-autocomplete.eac-round ul li b,.easy-autocomplete.eac-round ul .eac-category b{font-weight:700}.easy-autocomplete.eac-funky{font-family:"Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-funky input{background:#07ED89;border:0;border-radius:0;color:#ED076B;font-family:inherit;font-size:18px;min-width:240px;padding:12px}.easy-autocomplete.eac-funky ul{background:transparent;border:0}.easy-autocomplete.eac-funky ul li,.easy-autocomplete.eac-funky ul .eac-category{background:transparent;border:0;color:#ED076B;font-size:18px;padding:4px 12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-funky ul li.selected,.easy-autocomplete.eac-funky ul .eac-category.selected{color:#8907ED}.easy-autocomplete.eac-solid input{box-shadow:0 1px 2px rgba(0,0,0,0.15) inset;border-color:#ddd;color:#666;font-size:13px;min-height:0;padding:6px 12px}.easy-autocomplete.eac-solid ul li,.easy-autocomplete.eac-solid ul .eac-category{transition:all 0.4s ease 0s}.easy-autocomplete.eac-solid ul li.selected,.easy-autocomplete.eac-solid ul .eac-category.selected{background-color:#f2f2f2}.easy-autocomplete.eac-plate{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate ul{background:#b5b5b5;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate ul li,.easy-autocomplete.eac-plate ul .eac-category{background:#b5b5b5;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate ul li b,.easy-autocomplete.eac-plate ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate ul li.selected,.easy-autocomplete.eac-plate ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate ul li:first-child,.easy-autocomplete.eac-plate ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate ul li:last-child,.easy-autocomplete.eac-plate ul .eac-category:last-child{border-radius:0 0 6px 6px}.easy-autocomplete.eac-plate-dark{font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif}.easy-autocomplete.eac-plate-dark input{font-size:13px;padding:6px 12px}.easy-autocomplete.eac-plate-dark ul{background:#212121;border-radius:6px;border-width:0;top:10px}.easy-autocomplete.eac-plate-dark ul li,.easy-autocomplete.eac-plate-dark ul .eac-category{background:#212121;color:#FAFAFA;font-size:12px;transition:all 0.4s ease 0s}.easy-autocomplete.eac-plate-dark ul li b,.easy-autocomplete.eac-plate-dark ul .eac-category b{color:#ffd464}.easy-autocomplete.eac-plate-dark ul li.selected,.easy-autocomplete.eac-plate-dark ul .eac-category.selected{background:#656565}.easy-autocomplete.eac-plate-dark ul li:first-child,.easy-autocomplete.eac-plate-dark ul .eac-category:first-child{border-radius:6px 6px 0 0}.easy-autocomplete.eac-plate-dark ul li:last-child,.easy-autocomplete.eac-plate-dark ul .eac-category:last-child{border-radius:0 0 6px 6px}
/*# sourceMappingURL=easy-autocomplete.themes.min.css.map */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(216,218,217, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.overlay.overlayShow {
    visibility: visible;
    opacity: 1;
}
.overlayHide {
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.headerPopup {
    background-color: #d9477c;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.headerPopup2 {
    background-color: #ff6e6e;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popup {
    font-family: "Roboto-Bold";
    margin: 70px auto;
    background: #fff;
    border-radius: 5px;
    z-index: 110;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -30%);
    box-shadow: 0px 0px 4px 1px rgb(191, 191, 191);
}
.popup-p-fixed {
    position: fixed;
}
.popup-position {
    position: fixed;
}
.popup-p-absolute {
    position: absolute;
}
.popupError {
    width: 34%;
    min-width: 380px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}
.popup .contentPopup .popup2 {
    max-height: 600px;
    overflow: auto;
}
.contentPopup p {
    text-align: justify;
    font-family: Roboto-Regular;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.titlePopup {
    padding: 10px 20px 10px 20px;

    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.contentPopup {
    padding: 26px 30px 26px 30px;
}
.contentPopup > .infoBlock > span {
    font-family: Roboto-Regular;
    font-size: 16px;
}
.contentPopup p, .contentPopup span {
    font-family: Roboto-Regular;
    font-size: 16px;
}
.contentPopup > .content-Login {
    padding: 0 70px 0 70px;
}
.dont-scroll-page {
    overflow-y: hidden;
}

@media screen and (max-width: 1024px) {
    .popup {
        width: 70%;
    }
    .contentPopup > .content-Login {
        padding: 0 20px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .popup {
        border-radius: 0;
        box-shadow: none;
    }
    .popup-position {
        margin:0 !important;
        top:0 !important;
        position: fixed;
        width: 100% !important;
        overflow: auto !important;
        overflow-y: visible !important;
        max-height: 100vh;
        transform: translate(-50%, 0%) !important;
    }
    .headerPopup2 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .headerPopup {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


    .v2-checkbox  label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .v2-checkbox  label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .v2-checkbox  label::after {
            display: inline-block;
            position: absolute;
            width: 26px;
            height: 26px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 14px;
            color: #555555;
        }

    .v2-checkbox  input[type="checkbox"] {
        opacity: 0;
    }

        .v2-checkbox  input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .v2-checkbox  input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .v2-checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .v2-checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .v2-checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .v2-checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(216,218,217, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

    .overlay.overlayShow {
        visibility: visible;
        opacity: 1;
    }

.overlayHide {
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.error_border {
    border-color: #ff6e6e !important;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/vendors/chosen/1.8.7/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/vendors/chosen/1.8.7/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/vendors/chosen/1.8.7/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/vendors/chosen/1.8.7/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/vendors/chosen/1.8.7/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/vendors/chosen/1.8.7/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

