﻿input[type="radio"] {
    margin-right: 1em;
    margin-left: 2em;
}

    input[type="radio"] + label {
        font-family: Open Sans, serif;
        font-size: 16px;
        color: #858889;
    }

/* Loading*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a, serif;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End loading*/
.ZephyrTopPadding {
    padding: 1rem 0 0;
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

    .box .rowHeader {
        flex: 0 1 auto;
        height: auto;
    }

.title {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1rem;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4rem;
    text-align: left;
    white-space: nowrap;
}

.viewTitle {
    height: auto;
    width: 100%;
    margin: 0;
    color: #FFC400;
    font-family: Open Sans, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    white-space: nowrap;
}

.titleMultiline {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem 0 1rem;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.titleMultilineRight {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem 0 1rem;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.titleMultilineCenter {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem 0 1rem;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.titleMultiline-std {
    font-size: 20px;
    line-height: 20px;
}

.titleMultiline-small {
    font-size: 17px;
    line-height: 17px;
}

.ZephyrLookup {
    --fullscreen: false;
}

.ZephyrAction {
    font-family: Open Sans, serif;
    background-color: #1DB3DD !important;
    border-color: #1DB3DD !important;
    padding: 1.5rem;
    width: -webkit-fill-available;
}

.ZephyrButtonSecondary {
    font-family: Open Sans, serif;
    background-color: white !important;
    border-color: #1DB3DD !important;
    color: #1DB3DD !important;
    padding: 0.5rem;
    width: 100%;
}

.ZephyrButtonPoids {
    font-family: Open Sans, serif;
    background-color: #1DB3DD !important;
    border-color: #1DB3DD !important;
    color: white !important;
    padding: 0.3rem;
    width: 100%;
}

.ZephyrButtonLink {
    font-family: Open Sans, serif;
    background: none !important;
    border: none;
    color: #1DB3DD !important;
    padding: 0.5rem;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

#btnReset {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

#btnSwitch {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

.SwitchIcon {
    background: url(../Images/switch.png) no-repeat;
    background-size: 24px 24px;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 0px;
}

.ZephyrActionSmall {
    font-family: Open Sans, serif;
    background-color: #1DB3DD !important;
    border-color: #1DB3DD !important;
    padding: 0.5rem;
    width: 100%;
}

.ZephyrActionSmallOk {
    font-family: Open Sans, serif;
    background-color: #00C851 !important;
    border-color: #00C851 !important;
    padding: 0.5rem;
    width: 100%;
}

.ZephyrActionSmallKo {
    font-family: Open Sans, serif;
    background-color: #FF3547 !important;
    border-color: #FF3547 !important;
    padding: 0.5rem;
    width: 100%;
}

.ZephyrTitle {
    font-family: Open Sans, serif;
    background-color: white;
    border: 1px solid white;
    border-radius: 5px 5px 0 0;
    margin: 0 1rem;
    padding-bottom: 1rem
}

.ZephyrSecondaryTitle {
    color: #1DB3DD !important;
    padding: 1rem;
    font-family: Open Sans, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.ZephyrContent {
    margin: 0;
    background-color: #F0F4F6;
    width: 100%;
}

.ZephyrFullScreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border: 0 !important;
    background-color: white;
    padding: 1rem;
}

.ZephyrFullScreenTitle {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0.8rem;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.15rem;
    white-space: nowrap;
    text-align: center;
}

.ZephyrForm {
    background-color: white;
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    margin: 0 1rem;
}

.ZephyrLookupTitle {
    font-family: Open Sans, serif;
    font-size: 16px;
    color: #858889;
    margin: 0;
}

.ZephyrLookupTitleError {
    font-family: Open Sans, serif;
    font-size: 16px;
    color: #FF8888 !important;
    margin: 0;
}

.ZephyrLookupBack {
    background-image: url(/Images/x-mark-24.png) !important;
}

.ZephyrLookupDropdownTitle {
    padding: 2rem 0 0 0;
    height: auto;
}

.ZephyrChantierLookupOption {
    display: flex;
    flex-flow: column;
    margin-bottom: 0.5rem;
}

.ZephyrChantierLookupOptionSecondary {
    font-family: Open Sans, serif;
    font-size: 14px;
    color: #848889;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .ZephyrChantierLookupOptionSecondary {
    background-color: #5897fb;
    color: #DDDBDC;
}

.ZephyrTable {
    table-layout: auto;
    margin: 0;
    width: 100%;
}

.PeseeTable {
    table-layout: auto;
    margin: 0;
    width: 100%;
    border: 2px #1DB3DD solid;
    border-radius: 5px;
}

.ZephyrTableRecapFieldName {
    white-space: nowrap;
    padding: 0.2rem;
    font-family: Open Sans, serif;
    font-size: 15px;
    color: #858889;
}

.ZephyrTableRecapValue {
    width: 100%;
    white-space: nowrap;
    color: #2B2B2B;
    font-family: Open Sans, serif;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ZephyrTableMainFieldName {
    white-space: nowrap;
    padding: 0.2rem;
    font-family: Open Sans, serif;
    font-size: 18px;
    color: #858889;
}

.ZephyrTableMainValue {
    width: 100%;
    white-space: nowrap;
    color: #1DB2DD;
    font-family: Open Sans, serif;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

.ZephyrMainInfo {
    white-space: nowrap;
    color: #1DB2DD;
    font-family: Open Sans, serif;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.ZephyrPending {
    background-image: url(/Images/VehiculeEnAttenteSmall2.jpg);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 50px;
}

.ZephyrPendingDiv {
    display: flex;
    padding: 10px;
    padding-left: 0px;
}
.ZephyrPendingCount {
    color: #1DB3DD;
    padding: 2px 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border-color: #1DB3DD;
    border-style: solid;
    height: 35px;
    margin-left: -15px;
    margin-top: 25px;
}

.ZephyrBackInput {
    position: absolute;
    left: 1rem;
    background-image: url(/Images/back.png);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    padding: 0;
    width: 24px;
}

.ZephyrBackInputAlt {
    background-image: url(/Images/backJ.png) !important;
}

.ZephyrText {
    font-size: 16px;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    text-align: center;
}

.ZephyrTextSmall {
    font-size: 12px;
    color: #4D4D4D;
    font-family: Open Sans, serif;
    text-align: center;
}

.ZephyrTotalWeight_Unknown {
    color: #858889 !important;
}

.ZephyrTotalWeight_Over {
    color: #FF3547 !important;
}

.ZephyrTotalWeight_Ok {
    color: #00C851 !important;
}

.ZephyrInput {
    background-color: #F0F4F6 !important;
    margin-bottom: 1.5rem;
    border: 1px solid #1DB3DD !important;
    width: 100%;
}

    .ZephyrInput:focus {
        outline: none !important;
        border: 1px solid #1DB3DD !important;
        box-shadow: 0 0 3px #1DB3DD !important;
        -moz-box-shadow: 0 0 3px #1DB3DD !important;
        -webkit-box-shadow: 0 0 3px #1DB3DD !important;
    }

.ZephyrSelect2Td {
    max-width: 0px; /*Seule solution trouvé pour ne pas avoir des select2 qui sorte de l'écran*/
}

.ZephyrPrintButton {
    display: block;
    margin: auto;
    border: 1px solid #1DB3DD !important;
}

.ZephyrModePaiement {
    background-color: white;
    border: 1px solid white;
    border-radius: 0 0 5px 5px;
    margin: 0 1rem;
    padding: 0 0 1rem;
    align-content: center;
    text-align: center;
    height: 128px;
    display: flex;
    flex-direction: row;
}

@media (max-width: 480px) {
    .divButtonFlex {
        margin: 0.8rem;
        display: flex;
        flex-flow: column;
    }

    .buttonFlexDouble {
    }

    .buttonFlexSortant {
        width: 100%;
        height: 100%;
        margin-bottom: 0.2rem;
    }

    .buttonFlexEntrant {
        width: 100%;
        height: 100%;
        margin-top: 0.2rem;
    }

    .ZephyrModePaiementCBButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 94px !important;
        height: 55px !important;
    }

    .ZephyrModePaiementEspeceButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 94px !important;
        height: 61px !important;
    }

    .ZephyrModePaiementChequeButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 94px !important;
        height: 94px !important;
    }
}

@media (min-width: 481px) {
    .divButtonFlex {
        margin: 0.8rem;
        display: flex;
        flex-flow: row;
    }

    .buttonFlexDouble {
        width: 50%;
    }

    .buttonFlexSortant {
        height: 110px;
        margin-right: 0.2rem;
    }

    .buttonFlexEntrant {
        height: 110px;
        margin-left: 0.2rem;
    }

    .ZephyrModePaiementCBButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 132px !important;
        height: 76px !important;
    }

    .ZephyrModePaiementEspeceButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 132px !important;
        height: 86px !important;
    }

    .ZephyrModePaiementChequeButton {
        display: block;
        margin: auto;
        border: 1px solid black !important;
        padding: 0.2rem;
        width: 132px !important;
        height: 132px !important;
    }
}

.ZephyrModePaiementButtonSelected {
    border: 5px solid lightgreen !important;
}

.ZephyrReprintButton {
    display: block;
    border: 1px solid #1DB3DD !important;
}

.ZephyrError {
    font-size: 14px;
    color: #FF8888;
    display: table-row;
}

.select2-span-searchMatched {
    background-color: #FFC400;
}

.ZephyrIconKo {
    color: #ff3547;
}

.ZephyrIconOk {
    color: #00c851;
}

.ZephyrHistoDate {
    font-family: Open Sans, serif;
    font-weight: 400;
    font-size: 0.9rem;
    padding-right: 1rem;
    width: 50px;
}

.ZephyrHistoMain {
    font-family: Open Sans, serif;
    font-weight: 600;
    font-size: 1.2rem;
    position: relative;
}

    .ZephyrHistoMain:before {
        content: '&nbsp;';
        visibility: hidden;
    }

    .ZephyrHistoMain span {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ZephyrHistoSecondary {
    font-family: Open Sans, serif;
    font-weight: 400;
    font-size: 1rem;
    color: #858889;
    position: relative;
}

    .ZephyrHistoSecondary:before {
        content: '&nbsp;';
        visibility: hidden;
    }

    .ZephyrHistoSecondary span {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ZephyrHistoDetail {
    width: 16px;
    color: #858889;
    padding-left: 1rem;
}

.ZephyrHistoDetailBtn {
    color: inherit;
    left: 1rem;
    background-image: url(/Images/detail.jpg);
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

button.btn.edit::before {
    font-family: fontAwesome, serif;
    content: "\f002";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s
    }

@media (prefers-reduced-motion) {
    .animated {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: unset !important;
        animation: unset !important
    }
}

@-webkit-keyframes rotateIn {
    from {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}


.lds-circle {
    display: inline-block;
    transform: translateZ(1px);
}

    .lds-circle > .spinning {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        background: #1DB3DD;
        animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

    .lds-circle > .ok {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        background: #00C851;
    }

    .lds-circle > .ko {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        background: #FF3547;
    }

@keyframes lds-circle {
    0%, 100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}
