@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,400italic,700italic);

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300italic,300,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);*/
/*@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700,400italic,700italic,300italic&subset=latin,latin-ext);*/

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.03em;
    padding-top: 72px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.unavailablePage {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000000;
    background-color: white;
    text-decoration: none;
    color: black;
    font-family: unset;
    top: 0;
}

.containerLarge {
    min-width: 1500px;
}

.form-control {
    font-size: 13px;
    box-shadow: none;
    background-color: #fcfcfc;
}

input, textarea, select, a, button {
    resize: none;
    outline: none;
}

:focus, :active, button:active {
    outline: none
}

.alert p {
    font-size: 12px;
}

.alert a {
    font-size: 12px;
}

.alert {
    font-size: 12px;
    font-weight: 400
}

.panel {
    box-shadow: none
}

@-webkit-keyframes shine {
    0% {
        box-shadow: 0px 0px 10px #ff485c;
    }
    50% {
        box-shadow: 0px 0px 0px #ff485c;
    }
    100% {
        box-shadow: 0px 0px 10px #ff485c;
    }
}

.btn-primary-shine {
    text-shadow: 0 1px 0 #ff485c;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #DDD;
    box-shadow: 0px 0px 10px #ff485c;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
}

input.form-control {
    outline: 0;
}

.noDisplay {
    display: none;
}

a {
    text-decoration: none;
    outline: 0;
    outline: none !important
}

a:hover, a:active, a:focus {
    text-decoration: none;
    font-weight: normal
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.sepMarginTop0 {
    margin-top: 0px
}

.sepMarginTop5 {
    margin-top: 5px
}

.sepMarginTop15 {
    margin-top: 15px
}

.sepMarginTop20 {
    margin-top: 20px
}

.sepMarginTop25 {
    margin-top: 25px
}

.sepMarginTop30 {
    margin-top: 30px
}

.sepMarginTop50 {
    margin-top: 50px
}

.sepMarginBottom5 {
    margin-bottom: 5px
}

.sepMarginBottom15 {
    margin-bottom: 15px
}

.sepMarginBottom30 {
    margin-bottom: 30px
}

.sepMarginBottom50 {
    margin-bottom: 50px
}

.nomargin {
    margin: 0;
}

.sepLine {
    border-bottom: 1px solid #ddd;
    margin: 8px 0px;
}

.smaller {
    font-size: 0.9em
}

.bigger {
    font-size: 1.2em
}

.jumbo {
    font-size: 2em
}

.form-group {
    margin-bottom: 0
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    font-weight: 400
}

p, a {
    font-size: 12px;
    line-height: 1.5em
}

.panel-body.scrollHeight {
    max-height: 463px;
    overflow-y: auto
}

.panel-body.scrollHeight {
    padding-bottom: 0px;
}

.panel-body.scrollHeight table {
    margin-bottom: 20px;
}

/*HEADERS*/

header {
    height: 72px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.45);
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    left: 0;
    top: 0
}

header .logo {
    float: left;
    line-height: 72px
}

header .logo img {
    max-width: 220px;
    vertical-align: middle
}

header .logo .menuButton {
    float: right;
}

header .menu-large {
    float: right;
    margin: 0 5px;
}

header .menu-large a.menuLink {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 0.93em
}

header .menu-large a.menuLink div {
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    margin-top: -30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

header .menu-large a.menuLink div i.iconMenu {
    opacity: 0;
    font-size: 30px;
}

header .menu-large a.menuLink div i.iconMenu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .menu-large a.menuLink:hover div i.iconMenu {
    opacity: 1;
}

header .menu-large a.menuLink:hover div {
    margin-top: -5px;
}

header .menu-large a.menuLink.active div {
    margin-top: -5px;
}

header .menu-large a.menuLink.active div i.iconMenu {
    opacity: 1;
}

header .menu-large a.menuLink.active div i.icon-diamonds {
    opacity: 1;
    font-size: 21px;
    position: absolute;
    display: inline-block;
    margin-left: -12px;
    margin-top: -1px
}

header.railway {
    height: auto;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd
}

header.railway .title {
    line-height: 64px;
    font-size: 20px;
}

header.railway .links {
    text-align: right;
    font-size: 12px;
    line-height: 64px;
    vertical-align: middle
}

header.railway .links a {
    font-size: 12px;
}

header.railway .links i {
    opacity: 0.1;
    margin: 0 5px
}

header .menu-large a.menuLink div div.menuNotification {
    display: block;
    font-size: 11px;
    background-color: #fff;
    border: 2px solid #000;
    position: absolute;
    margin: -6px 0 0 47px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle !important;
}

header .menu-large a.menuLink div div.menuNotificationNotActive {
    display: inline-block;
    font-size: 11px;
    background-color: #fff;
    border-radius: 6px;
    height: 17px;
    line-height: 13px;
    text-align: center;
    vertical-align: middle !important;
    margin-top: -2px;
    padding: 2px 4px;
    margin-left: 4px;
}

header .menu-large a.menuLink div div.menuNotificationNotActive i {
    font-size: 11px;
    opacity: 1
}

/* MENU HOME PAGE STRIPE*/

.menuHp {
    border-top: 1px solid #fff;
}

.menuHp .menuBigHp {
    text-align: center;
    border: 1px solid #fff;
    border-width: 0px 0px 0px 0px;
}

.menuHp .menuBigHp a {
    display: inline-block;
    width: 24.85%;
    border-left: 1px solid #fff;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.menuHp .menuBigHp a i {
    font-size: 35px;
    opacity: 0.7
}

.menuHp .menuBigHp a:last-child {
    border-right: 1px solid;
}

.menuHp .menuBigHp a:hover i {
    opacity: 1;
}

.menuHp .menuBigHp a:hover {
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2)
}

/* COMPONENTS */

.roundedLabel {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    font-weight: 700;
    margin: 0px 7px;
}

/* FOOTER */

footer {
    margin: 50px 0px 30px 0px;
    padding: 30px 0px;
}

.copyright {
    margin-bottom: 30px
}

.copyright h6 {
    margin-bottom: 5px
}

/* LIST INFO PICTOS*/

.listPicto {
}

.listPicto .picto {
    float: left;
    font-size: 18px;
}

.listPicto .text {
    float: left;
    margin-left: 5px;
}

.listPicto .text a {
    font-size: 1em;
}

/* CATALOG LINKS */

.catalog-height {
    min-height: 600px
}

.list-link div {
    padding: 4px 0px;
    border-bottom: 1px solid #ddd;
}

.list-link div:last-child {
    border-bottom: none
}

.list-link div a {
    display: inline-block;
    padding: 2px 4px;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/* PRODUCTS */

.productNotAvailable {
    opacity: 1;
}

.productList {
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    min-height: 480px;
    display: block;
    flex-direction: column;
    justify-content: flex-end;
}

.productList h4 {
    margin-top: 20px;
    margin-bottom: 5px
}

.productList h6 {
    margin-top: 0px
}

.productList img {
    max-width: 100%;
    max-height: 150px;
}

.productList button {
    margin: 15px 0px
}

.productList:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.08)
}

.price {
    letter-spacing: -0.02em;
    font-size: 2em;
    margin-top: 15px;
}

.price .symbol {
    font-size: 0.9em
}

.price .decimal {
    font-size: 0.7em;
}

#BUY_APPLICATIONS_CONTENT .price {
    letter-spacing: -0.02em;
    font-size: 20px;
    margin-top: 25px;
    line-height: 20px
}

.productPage {
    margin-bottom: 25px;
}

.products .productPage h2 {
    font-size: 23px;
}

.products .productPage .doublePrice {
    font-size: 1.7em;
}

.productPage img {
    width: 100%;
}

/* SMART SELECT*/
.SmartSelectWrapper {
    height: 50px;
}

.SmartSelect {
    position: relative;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #FCFCFC;
    padding: 8px 12px;
    margin: 0px 0px;
    cursor: pointer;
}

.SmartSelect .headLine {
    width: 90%;
    float: left
}

.SmartSelect .caretLine {
    margin-top: 2px;
    width: 10%;
    float: left;
    text-align: right
}

.SmartSelect:hover {
    background-color: #eee
}

.SmartSelect .listValues {
    border: 1px solid #ddd;
    margin: 10px 0px 8px;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100px;
    max-height: 200px;
    border-radius: 10px;
    display: none;
}

.SmartSelect .listValues > div {
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
}

.SmartSelect .listValues > div .picture {
    width: 25%;
    float: left;
    text-align: center;
    line-height: 70px;
}

.SmartSelect .listValues > div .picture img {
    max-height: 70px;
    width: auto;
    vertical-align: middle
}

.SmartSelect .listValues > div .name {
    margin: 0% 2%;
    width: 56%;
    float: left;
    line-height: 70px;
    vertical-align: middle
}

.SmartSelect .listValues > div .selected {
    width: 10%;
    float: left;
    text-align: right;
    font-size: 1.5em;
    line-height: 70px;
    vertical-align: middle
}

/* Device Selection */
.deviceSelect {
    padding: 12px 15px;
    margin: 6px 0px;
    display: block;
    border-radius: 10px;
}

.deviceSelect h4, .deviceSelect h5, .deviceSelect p {
    margin: 3px 0px;
}

.deviceSelect h4 {
    font-size: 16px
}

.deviceSelect h5 {
    font-size: 10px
}

.deviceSelect p {
    font-size: 9px
}

.deviceSelect .status {
    float: right;
    font-size: 15px;
}

.deviceSelect.addDevice {
    background: transparent;
    border: 1px solid #909090;
    padding: 18px 15px;
    text-align: center
}

.deviceSelect.addDevice h4, .deviceSelect.addDevice h4 i {
    color: #909090;
}

.activated .deviceSelect h6 {
    color: rgba(255, 255, 255, 0.8);
}

.appList {
    padding: 15px 15px 15px 20px;
    line-height: 16px;
    margin: 6px 0px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.appList h4, .appList h5, .appList h6 {
    margin: 0;
    padding: 0;
}

.appList .appName {
    white-space: nowrap;
    vertical-align: middle
}

.appList .label {
    font-size: 11px
}

.appList .appName p {
    white-space: normal;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 0;
    font-weight: normal
}

.appList .appName div {
    display: inline-block;
    vertical-align: top
}

/*.appList .appName div:first-child{margin-right:10px;font-size:30px}*/
.appList .appName.small div:first-child {
    margin-right: 5px;
    font-size: 25px
}

.appList .appName.small div:last-child {
    margin-left: 5px;
}

.appList .appDate {
    float: left;
    width: 35%;
    margin-right: 1%;
}

.appList .appInfos {
    float: left;
    width: 23%;
    text-align: right;
}

.appList .appIcons {
    max-width: 33%;
    display: inline-block;
    text-align: center;
    line-height: 3px;
    margin: 0px 5px;
    vertical-align: middle;
}

.appList .appIcons .pictoBig {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -0.09em;
    vertical-align: top;
    padding: 5px 0px 4px 0px;
}

.appList .appIcons .subTitle {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 15px;
}
.appList .appName .divNameSoft{
    width: 126px !important;
    overflow-wrap: break-word !important;
}

.appList .appName .appNameSoft{
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

/*REPAIR*/
.repairChat {
    background-image: url('../img/furley_bg.png');
    padding: 0px 0px 25px 0px;
    max-height: 500px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow-y: auto;
}

.repairChat .date {
    font-style: italic;
    color: #aaa;
    font-size: 11px;
    text-align: center;
    clear: both;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px
}

.repairChat .message {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 15px 15px;
    background-color: #fff;
    width: 60%;
    float: left;
    margin: 0px 15px 20px 15px;
}

.repairChat .message h6 {
    font-style: italic;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    margin: 0;
    opacity: 0.9;
}

.repairChat .message h6 span {
    opacity: 0.8;
}

.repairChat .message p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.repairChat .message.service {
    float: right
}

.repairChatAnswer {
    border: 1px solid #ccc;
    background-color: #eee;
    border-top: 0px;
    padding: 15px;
}

.repairChatAnswer .icon {
    width: 7%;
    float: left
}

.repairChatAnswer .icon h1 {
    margin: 0px;
    text-align: center
}

.repairChatAnswer .answer {
    margin-left: 1%;
    width: 92%;
    float: left
}

.repairChatAnswer .answer textarea {
    border: 0;
    width: 100%;
    height: 90px;
}

@media (max-width: 991px) {

    .menuTopUser{
        display: contents;
    }

    header {
        min-height: 72px
    }

    header.railway {
        min-height: 10px
    }

    header .logo {
        float: none;
        padding: 0px 0px;
        border-bottom: 0px
    }

    header .logo img {
        max-width: 215px
    }

    header .menu-large {
        float: none;
        display: none;
    }

    header {
        height: auto;
    }

    header .menu-large a.menuLink {
        display: block;
        padding: 10px 15px;
        height: auto;
        line-height: normal;
        transition: none
    }

    header .menu-large a.menuLink div,
    header .menu-large a.menuLink:hover div,
    header .menu-large a.menuLink.active div {
        margin: 0px;
        line-height: normal;
        transition: none
    }

    .panel-body {
        overflow-x: scroll;
    }
}

/* Colors */

.green {
    color: #29cc22 !important;
}

/* LIST FILES  */

.listFileMessage .preview {
    float: left;
    display: inline-block;
    margin: 8px 8px 0px 0px;
    word-wrap: break-word;
    border-radius: 5px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    font-size: 11px;
    padding: 15px 6px 6px 6px;
    overflow: hidden;
    height: 80px;
    min-width: 80px;
    max-width: 100px;
    background-size: cover;
    background-position: 50% 50%
}

.listFileMessage .preview i {
    font-size: 25px;
    margin-top: 13px;
    margin-bottom: 6px;
}

.listFileMessage .preview:hover {
    background-color: #f3f3f3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.listFile {
    border: 0px solid #ddd;
    margin: 5px 0px;
    border-radius: 5px;
    background: #fff
}

.listFile:hover {
    background-color: #f5f5f5;
}

.listFile .preview {
    width: 15%;
    float: left;
    display: block;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    font-size: 35px;
    color: #999;
    overflow: hidden;
    height: 60px;
    background-size: cover;
    background-position: 50% 50%
}

.listFile .preview.image i, .listFileMessage .preview.image i {
    opacity: 0.5;
}

.listFile .content {
    width: 85%;
    float: left;
}

.listFile .content .text {
    margin: 8px;
    font-size: 11px
}

.listFile .content .text a, .listFile .content .text b {
    font-size: 13px
}

.dragListFile {
    background-color: #f3f3f3
}

.dragListFile {
    opacity: 0.5
}

/* Captcha */
.g-recaptcha {
    margin-top: 6px;
}

.nav-cardManager {
    padding-left: 0;
    margin-bottom: 60px;
    list-style: none;
}

.nav-cardManager > li {
    position: relative;
    display: block;
}

.nav-cardManager > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-cardManager > li > a:hover,
.nav-cardManager > li > a:focus {
    color: #333333;
}

.nav-tabs-cardManager > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-cardManager > li.active > a {
    color: #333333;
}

.nav-tabs-cardManager > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #acacac;
    font-size: 14px;
}

.nav-tabs-cardManager > li > a:hover {
    color: #333333;
}

.nav-tabs-cardManager > li.active > a,
.nav-tabs-cardManager > li.active > a:focus {
    color: #333333;
    cursor: default;
}

.spinner {
    animation-duration: 2s;
    animation-name: spinner;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

}

@-moz-keyframes spinner {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.UpgradeAvailable {
    opacity: 1;

}

.UpgradeNotAvailable {
    opacity: 0.25;

}

.RPCstatus {
    width: 200px;
    height: 40px;
    position: fixed;
    z-index: 800
}

.RPCstatus .deviceSelect {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
    animation: blink 1s infinite;
}

#ID_CARDMANAGER {
    margin-top: 20px;
}

.colorRedCross {
    color: #AF0907;
}

.pointerCursor {
    cursor: pointer;
}

.appName > div.thumb {
    float: left;
    margin-right: 15px;
    width: 96px;
    border: 3px solid #e2e2e2;
    border-radius: 5px;
}

.appName > div.thumb img {
    width: 90px
}

.appName > div.plusIcon {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    padding-top: 15px;
}

.appName > div.arrowIcon {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    padding-top: 15px;
}

.appName h4 {
    padding-top: 10px
}

.appName h4 a {
    font-size: 18px;
    color: #333;
}

.appName h4 a i {
    font-size: 14px
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] {
    background-color: black;
    border-color: transparent;
    cursor: not-allowed;
}

#ID_CONTACT_VALID[disabled] {
    opacity: 0.4 !important;
}

.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuTopUser {
    border: 1px solid #ddd;
    float: right;
    height: 72px;
    border-width: 0px 1px;
    margin-left: 15px;
    background-color: #f2f2f2;
    text-align: center;
    min-width: 120px;
}

.menuTopUser .lineConnection {
    padding: 10px 12px 10px 12px;
    border-bottom: 1px solid #ddd;
}

.menuTopUser .lineConnection a {
    font-size: 14px;
    font-weight: bold;
}

.menuTopUser .lineAccount {
    padding: 15px 8px 0 8px;
    font-size: 15px;
    line-height: 14px;
    font-weight: bold;
}

.menuTopUser .lineAccount a {
    font-weight: bold;
}

.menuTopUser .lineLogout {
    padding: 0px 12px 5px 12px;
    border-bottom: 1px solid #ddd;
    line-height: 11px;
}

.menuTopUser .lineLogout a {
    font-size: 11px;
    color: #555;
}

.menuTopUser .lineLang {
    padding: 2px 12px;
}

.menuTopUser .lineLang a {
    color: #333;
    font-weight: bold;
    opacity: 0.5;
}

.menuTopUser .lineLang a:hover {
    opacity: 1;
}

#userAccount {
    cursor: pointer;
    font-size: 10px;
}

.menuUserOpen {
    background-color: white;
    border: 2px solid #f2f2f2;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.menuUserOpen ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menuUserOpen li:hover {
    background-color: #f2f2f2;
}

.menuUserOpen li {
    text-align: left;
    padding: 4px 0 4px 15px;
}

.menuUserOpen a {
    color: #333;
}

.menuUserOpen ul li a div {
    font-weight: bold;
}

.cartButton {
    background-color: inherit !important;
    font-size: 16px;
}

.cartButton:hover {
    background-color: #ebebeb !important;
}

.cartButton i {
    color: black;
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.avantages ul {
    padding-left: 0;
    list-style: none;
}
.avantages li {
    padding: 5px 0 5px 0;
}
.avantages i {
    float: left;
    font-size: 18px;
    color: #00CC00;
    padding-top: 3px;
}
.avantagesSpan {
    width: 90%;
    display: inline-block;
    font-size: 15px;
    padding-left: 10px;
}
.loadingHome {
    width: 70px;
    margin: 280px auto;
    font-size: 70px;
}
.loadingProduct {
    width: 70px;
    margin: 120px auto;
    font-size: 50px;
}
.priceCustomer {
    padding-left: 20px;
}

.rotate0 {
    transform : rotate(0deg);
    transition-duration: 0.5s;
}

.rotate90 {
    transform : rotate(90deg);
    transition-duration: 0.5s;
}
#ID_VIRTUAL_CARD_INPUT {
    text-align: center;
}
#ID_CONTACT_FORM ::placeholder {
    opacity: 0.5;
}
.addCartButtonIcon {
    padding: 0 6px;
    font-size: 23px;
}
.icon-feedback {
    position: absolute;
    right: -10px;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 13px;
    width: 34px;
}
.has-error .form-control {
    background-color: #F9B0AE;
}

.disabled {
    background-color: #F0F0F0;
    cursor: not-allowed;
}

.rating a {
    float: right;
    color: #aaa;
    text-decoration: none;
    font-size: 1.5em;
    transition: color .4s;
}
.rating a:hover,
.rating a:focus,
.rating a:hover ~ a,
.rating a:focus ~ a,
.notationIconHovered {
    color: orange;
    cursor: pointer;
}

.notationIcon > .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    transition: color .4s;
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: green;
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: green;
}

#successAnimationResult {
    fill: green;
    opacity: 0;
}

#successAnimation.animated {
    animation: scaleAnimation 1s ease-out 0s 1 both;
}

#successAnimation.animated #successAnimationCircle {
    animation: drawCircle 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both, fadeOut 0.3s linear 0.9s 1 both;
}

#successAnimation.animated #successAnimationCheck {
    animation: drawCheck 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both, fadeOut 0.3s linear 0.9s 1 both;
}

#successAnimation.animated #successAnimationResult {
    animation: fadeIn 0.3s linear 0.9s both;
}
