﻿.iwiSearchLabel {
    font-weight: bold;
    font-size: xx-large;
    font-family: Comic Sans MS;
}

input[type=image] {
    cursor: pointer;
}

.textbox {
    font-family: Arial;
}

.textbox-search {
    line-height: 18px;
}

.watermark {
    padding-left: 3px;
    color: gray;
    font-style: italic;
    font-family: Arial;
}

.textboxtemplate {
    color: #4c8ffb;
    font-style: italic;
}

.textboxtemplatedifferent {
    color: #DD4B39;
}

.negativechoice {
    color: #DD4B39;
}

.positivechoice {
    color: darkgreen;
}


.dropdownlist {
    height: 22px;
}

.dropdownlisttemplate, .dropdownlisttemplate > button > span {
    height: 22px;
    color: #4c8ffb;
    font-style: italic;
}

.dropdownlisttemplatedifferent, .dropdownlisttemplatedifferent > button > span {
    height: 22px;
    color: #DD4B39;
}

.optiontemplate {
    color: #4c8ffb;
    font-style: italic;
}

.optiontemplatedifferent {
    color: #DD4B39;
}

.imgtemplate {
    vertical-align: middle;
}

.buttonContactIwiLight {
    padding: 10px;
    height: auto !important;
    font-size: 20px;
}

.button {
    min-width: 80px;
    height: 27px;
    border: 1px solid #3079ed;
    background-color: #3079ed;
    color: White;
    font-weight: bold;
    cursor: pointer;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

    .button:hover {
        min-width: 80px;
        height: 27px;
        border: 1px solid #2f5bb7;
        background-color: #2968CC;
        color: White;
        font-weight: bold;
        cursor: pointer;
    }

    .button:disabled, .buttonred:disabled, .buttongreen:disabled {
        border: 1px solid #686b6f;
        background-color: #6d7075;
        cursor: not-allowed;
    }

        .button:disabled:hover, .buttonred:disabled:hover, .buttongreen:disabled:hover {
            border: 1px solid #686b6f;
            background-color: #6d7075;
        }

.buttongrey {
	min-width: 80px;
	height: 27px;
	border: 1px solid gray;
	background-color: gray;
	color: White;
	font-weight: bold;
	cursor: pointer;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

	.buttongrey:hover {
		min-width: 80px;
		height: 27px;
		border: 1px solid dimgray;
		background-color: dimgray;
		color: White;
		font-weight: bold;
		cursor: pointer;
	}

.buttonred {
    min-width: 80px;
    height: 27px;
    border: 1px solid #c53727;
    border-color: #c53727;
    background-color: #D74937;
    color: White;
    font-weight: bold;
    cursor: pointer;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

    .buttonred:hover {
        min-width: 80px;
        height: 27px;
        border: 1px solid #d14836;
        border-color: #d14836;
        background-color: #c53727;
        color: White;
        font-weight: bold;
        cursor: pointer;
    }

    .buttonred[disabled=disabled] {
        border: 1px solid rgba(209, 72, 54, 0.3);
        border-color: rgba(209, 72, 54,0.3);
        background-color: rgba(197, 55, 39,0.3);
    }

.buttongreen {
    min-width: 80px;
    height: 27px;
    border: 1px solid #0D8B0C;
    border-color: #0D8B0C;
    background-color: #34992A;
    color: White;
    font-weight: bold;
    cursor: pointer;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

    .buttongreen:hover {
        min-width: 80px;
        height: 27px;
        border: 1px solid #266920;
        border-color: #266920;
        background-color: #32822A;
        color: White;
        font-weight: bold;
        cursor: pointer;
    }

.buttonNumeric {
    overflow: hidden;
    width: 24px;
    height: 12px;
    border: 1px solid #3079ed;
    background-color: #3079ed;
    color: White;
    font-weight: bold;
    font-size: 7pt;
    line-height: 1em;
    cursor: pointer;
}

    .buttonNumeric:hover {
        overflow: hidden;
        width: 24px;
        height: 12px;
        border: 1px solid #2f5bb7;
        color: White;
        font-weight: bold;
        font-size: 7pt;
        line-height: 1em;
        cursor: pointer;
    }


/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

/* Google */
.loginBtn--google {
    background: #dfdfdf;
    width: 270px;
    color: #4f4f4f;
    border: #c0c0c0 1px solid;
}

    .loginBtn--google:before {
        border-right: #c0c0c0 1px solid;
        background: url('../img/auth_google.svg') 18px no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #eaeaea;
    }

/* Google */
.loginBtn--microsoft {
    background: #545454;
    width: 270px;
    border: #2d2d2d 1px solid;
}

    .loginBtn--microsoft:before {
        border-right: #2d2d2d 1px solid;
        background: url('../img/auth_microsoft.svg') 18px no-repeat;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .loginBtn--microsoft:hover,
    .loginBtn--microsoft:focus {
        background: #666;
    }

.DisplayNone {
    display: none;
}

​ .checkbox {
}

.checkboxtemplate {
    color: #4c8ffb;
}

.checkboxtemplatedifferent {
    color: #DD4B39;
}

.radiobutton {
}

.radiobuttontemplate {
    color: #4c8ffb;
}

.radiobuttontemplatedifferent {
    color: #DD4B39;
}

.link {
    color: #808080;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.requirefieldvalidator {
    font-size: large;
}

.LabelEdit {
    color: #808080;
    font-weight: bold;
    font-size: 12px;
}

.LabelEdittemplate {
    color: #4c8ffb;
    font-weight: bold;
    font-size: 12px;
}

.Unit {
    color: Black;
}

.LabelEdittemplatedifferent {
    color: #DD4B39;
    font-weight: bold;
    font-size: 12px;
}

.DonneesObligatoires {
    padding-left: 40px;
    color: Red;
    text-align: left;
    font-weight: normal;
    font-size: small;
    display: inline-block;
    float: left;
}

.Red {
    color: red;
}

.Green {
    color: green;
}

.AsyncFileUpload input {
    width: 100% !important;
}

.treeview {
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

.treeviewselected {
    background-color: Yellow;
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

/***********DropDown*************/
.DropDownDiv {
    z-index: 5;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #abadb3;
    background-image: url('../img/DropDownImg.PNG');
    background-position: right top;
    background-repeat: no-repeat;
}

    .DropDownDiv:hover {
        background-image: url('../img/DropDownImgHover.PNG');
    }

.DropDownTDimg {
    background-image: url('../img/DropDownImg.PNG');
    background-repeat: repeat-x;
}

.DropDownLabel {
    font-weight: normal;
    font-size: 12px;
}

    .DropDownLabel:hover {
    }

.DropDownInput {
    z-index: 0;
    color: White;
}

.DropDownTr {
    background-color: White;
}

    .DropDownTr:hover, .DropDownTrhover {
        background-color: #3399ff;
    }

        .DropDownTrhover td {
            color: White;
        }

.DropDownTd {
    color: Black;
}

    .DropDownTd:hover {
        color: White;
    }
/************************/


.labelEntete {
    color: Gray;
    text-shadow: 0px 0px 1px #DDD;
    font-weight: bold;
    font-size: 26px;
}

.labelBleu {
    color: #36C;
}

.Display {
}

.NoDisplay {
    display: none;
}

.SearchFilterLinkButton {
    color: #36C;
}

.imgMargin5 {
    margin-top: 5px;
}

a.linkButton:visited {
}

/*** iZySwitch ***/

.switch-label {
    vertical-align: middle;
}

.switch-options {
    display: inline-block;
    padding: 0;
}


    .switch-options .switch-option,
    .switch-options .switch-option-selected {
        float: left;
        margin: 0;
        padding: 7px;
        padding-right: 20px;
        padding-left: 20px;
        border: 1px solid #5d81ab;
        font-weight: 700;
        cursor: pointer;
    }

    .switch-options .switch-option {
        background: #FFFFFF;
        color: #A9ADB3;
        font-weight: 300;
    }

        .switch-options .switch-option[disabled] {
            background-color: #ececec;
            color: #9b9b9b;
            cursor: default;
        }

    .switch-options .switch-option-selected {
        background: #80a9da;
        color: #FFFFFF;
    }

        .switch-options .switch-option-selected[disabled] {
            background-color: #5AA1BD !important;
            color: white !important;
            cursor: default;
        }


    .switch-options .switch-option:hover {
    }

    .switch-options .switch-option:first-child {
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .switch-options .switch-option:last-child {
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .switch-options .switch-option {
        background: #FFFFFF;
        color: #A9ADB3;
        font-weight: 300;
        border: 1px solid #A9ADB3;
        padding-right: 10px;
        padding-left: 10px;
        padding: 4px;
        cursor: pointer;
    }

    .switch-options .switch-option-selected {
        margin: 0;
        padding: 4px;
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid #3079ed;
        font-weight: 700;
        cursor: pointer;
        background: #3079ed;
        color: #FFFFFF;
    }



.badge {
    position: relative;
    top: -2px;
    left: -15px;
    z-index: 999;
    display: inline-block;
    float: none !important;
    padding: 1px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    text-align: center;
    font: bold 12px Helvetica;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    /* -webkit-transform: rotate(-10deg); */
    /* transform: rotate(-10deg); */
    background-color: #dd4b39;
    border-radius: 10px;
    line-height: 16px;
}

.note {
    margin-top: 5px;
    width: 400px;
}

.noteAccount {
    float: left;
    color: #2968CC;
    font-weight: bold;
    font-size: 12px;
}

.noteDate {
    padding-right: 18px;
    color: #808080;
    text-align: right;
    font-weight: 300;
    font-size: 11px;
}

.noteText {
    float: left;
    margin-bottom: 5px;
    padding-right: 18px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 380px;
    border-bottom: 1px solid gray;
    color: black;
    text-align: left;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 500;
    font-size: 11px;
}

.noteAjout {
    vertical-align: middle;
}

.allnotes {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
}

.iframe05 {
    position: absolute;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.ddlFill {
    width: 100%;
}

.tbBtnAnnuler {
    border: 1px solid silver;
    width: 100%;
    display: flex;
    height: 24px;
}

.btnRechercheProduits {
    margin-right: -4px;
    margin-left: -2px;
}

.PackLabel:enabled {
    color: #36C;
    text-decoration: underline;
    font-weight: bold;
}

.noborder > .tableEdit {
    border: none !important;
}

.tableScrollY {
    position: relative;
    overflow-y: auto;
    max-height: 200px;
    margin-top: 30px;
}

.tableScrollX {
    overflow-x: auto;
    margin-left: 113px;
    margin-right: 35px;
    overflow-y: visible;
    padding: 0;
    /* width: 100%; */
}


.colheaderH {
    position: absolute;
    width: 100px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    margin-left: 10px;
    line-height: 26px;
}

.colheaderHR {
    position: absolute;
    width: 35px;
    min-width: 35px !important;
    right: 0%;
    top: auto;
    border-top-width: 1px;
    margin-top: 3px;
    background: none;
    border: none;
}

.colheaderV {
    position: absolute;
    height: 30px;
    top: 0;
}

div.THEdit {
    height: 100%;
    line-height: 30px;
}

.priceTableLabel {
    float: left;
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-right: -10px;
}

.integratedPrice {
    margin-left: 10px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.integratedBasePrice {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.NoOptionPrice > table {
    width: auto !important;
}

.integratedBasePrice td {
    text-align: center;
}

.integratedBasePrice:not(.integratedOnlyPrice) > tbody > tr:first-child > td span {
    font-size: 1.5em;
}

.integratedBasePrice input, .integratedBasePrice .integratedSymbol, .integratedBasePrice:not(.integratedOnlyPrice) > tbody > tr:first-child > td span {
    color: cornflowerblue;
}

.integratedBasePrice:not(.integratedOnlyPrice) > tbody > tr > td:nth-last-of-type(2):not(:first-child), .integratedBasePrice:not(.integratedOnlyPrice) > tbody > tr > td:last-child:not(:nth-child(2)) td input, .integratedBasePrice:not(.integratedOnlyPrice) > tbody > tr:first-child > td:last-child:not(:nth-child(2)) span {
    color: #f00 !important;
}

.integratedSymbol {
    font-size: 4em;
    width: 10%;
}

.optionPrice {
    margin-left: 10px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}


.optionPriceUnique .optionPrice .priceTableLabel, .optionPriceUnique .optionPrice .optionUpPrice {
    width: 50%;
}

.optionUpPrice {
    float: right;
    width: 90%;
    position: relative;
}

.OptionMassUpdate .optionUpPrice {
    float: none !important;
    width: 100% !important;
}

.OptionMassUpdate .buttonred {
    float: left;
}

.EnseignePrice .optionUpPrice {
    width: 100%;
}

.EnseignePrice > div {
    float: left;
    margin: 5px;
}

.inline {
    display: inline-block;
}

.centerBlock {
    text-align: center;
}

.p10 {
    padding: 10px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        color: white;
        background-color: #3079ed;
        max-width: 80%;
        /* font-size: 1.25rem; */
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        /* display: inline-block; */
        overflow: hidden;
        padding: 0.625em 1.25rem;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: #2968CC;
        }

        .inputfile + label svg {
            width: 1em;
            height: 1em;
            vertical-align: middle;
            fill: currentColor;
            margin-top: -0.25em;
            margin-right: 0.25em;
        }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.btn-deploy {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 2em;
    position: relative;
    height: 2em;
    margin: 40px;
    vertical-align: middle;
    margin-top: -80px;
    width: 14em;
    display: inline-block;
}

    .btn-deploy a {
        color: #fff;
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

    .btn-deploy::before, .btn-deploy::after {
        background: #2f5bb7;
        border-radius: 2px;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        height: 1em;
    }

    .btn-deploy::before {
        -webkit-box-shadow: -1px 1px 0 #2968CC, -2px 2px 0 #2968CC, -3px 3px 0 #2968CC, -4px 4px 0 #2968CC;
        box-shadow: -1px 1px 0 #2968CC, -2px 2px 0 #2968CC, -3px 3px 0 #2968CC, -4px 4px 0 #2968CC;
        -webkit-transform: skew(45deg);
        transform: skew(45deg);
        top: 0;
    }

.gray {
    color: gray;
}

.linkButton-button {
    color: white;
    background-color: #3079ed;
    line-height: 35px;
    padding: 0.625em 1.25rem;
    font-weight: bold;
    cursor: pointer;
}

    .linkButton-button svg {
        vertical-align: sub;
    }

.btn-deploy::after {
    -webkit-box-shadow: 1px 1px 0 #2968CC, 2px 2px 0 #2968CC, 3px 3px 0 #2968CC, 4px 4px 0 #2968CC;
    box-shadow: 1px 1px 0 #2968CC, 2px 2px 0 #2968CC, 3px 3px 0 #2968CC, 4px 4px 0 #2968CC;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    bottom: 0;
}

.btn-deploy:hover::before, .btn-deploy:hover::after {
    background: #3079ed;
}

.btn-deploy:focus {
    outline: 0;
}

    .btn-deploy:focus::before, .btn-deploy:focus::after {
        background: #3079ed;
    }

@-webkit-keyframes zoom {
    25% {
        -webkit-transform: scale3d(1.5, 1.5, 0);
        transform: scale3d(1.5, 1.5, 0);
    }

    50% {
        -webkit-transform: scale3d(1, 1, 0);
        transform: scale3d(1, 1, 0);
    }

    75% {
        -webkit-transform: scale3d(1.25, 1.25, 0);
        transform: scale3d(1.25, 1.25, 0);
    }
}

@keyframes zoom {
    25% {
        -webkit-transform: scale3d(1.5, 1.5, 0);
        transform: scale3d(1.5, 1.5, 0);
    }

    50% {
        -webkit-transform: scale3d(1, 1, 0);
        transform: scale3d(1, 1, 0);
    }

    75% {
        -webkit-transform: scale3d(1.25, 1.25, 0);
        transform: scale3d(1.25, 1.25, 0);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.disabled.btn-deploy::before {
    -webkit-box-shadow: -1px 1px 0 #AFBCD1, -2px 2px 0 #AFBCD1, -3px 3px 0 #AFBCD1, -4px 4px 0 #AFBCD1;
    box-shadow: -1px 1px 0 #AFBCD1, -2px 2px 0 #AFBCD1, -3px 3px 0 #AFBCD1, -4px 4px 0 #AFBCD1;
}

.disabled.btn-deploy::after {
    -webkit-box-shadow: 1px 1px 0 #AFBCD1, 2px 2px 0 #AFBCD1, 3px 3px 0 #AFBCD1, 4px 4px 0 #AFBCD1;
    box-shadow: 1px 1px 0 #AFBCD1, 2px 2px 0 #AFBCD1, 3px 3px 0 #AFBCD1, 4px 4px 0 #AFBCD1;
}

.disabled.btn-deploy::before, .disabled.btn-deploy::after, .disabled.btn-deploy:hover::before, .disabled.btn-deploy:hover::after, .disabled.btn-deploy:focus::before, .disabled.btn-deploy:focus::after {
    background: #7b859b;
}

.buttonLink {
	color: blue;
	cursor: pointer;
	background: transparent;
	border: 0;
	outline: 0;
	padding-left: 8px;
	float: left;
}
.buttongrey {
    border: 1px solid #686b6f;
    background-color: #6d7075;
}

    .buttongrey:hover {
        border: 1px solid #4f5155;
        background-color: #4c4e51;
    }

.buttonLink:hover {
	text-decoration: underline;
}

.switch {
    display: inline !important;
}

.ms-parent {
    text-align: left !important;
}


/****** iZySwitch CSS V2 *****/

.c-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}


.c-switch__item {
	background-color: #fff;
	border: 1px solid #3079ed;
	color: #3079ed;
	cursor: pointer;
	padding: 2px 10px;
	height: 100%;
}

.c-switch .c-switch__item:first-child {
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.c-switch .c-switch__item:last-child {
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.c-switch .c-switch__item.switch-option-selected {
	background-color: #3079ed;
	color: #FFF;
	cursor: pointer;
}

.c-switch .c-switch__item[disabled] {
	border-color: #76a7f3;
	color: #76a7f3;
	cursor: default;
}

.c-switch .c-switch__item.switch-option-selected[disabled] {
	background-color: #76a7f3;
	color: #fff;
}

.c-switch .c-switch__item:not([disabled]):hover {
	background-color: #3079ed;
	color: #fff;
}