﻿html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", Helvetica, Garuda, Arial, sans-serif;
    color: white;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(240, 240, 240);
}

a {
    color: #3b4348;
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .container:after {
        clear: both;
    }

.row {
}

    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

.DeliveryContentPlace {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
    overflow: auto;
    background-color: rgb(240, 240, 240);
}

.PartLstProduct {
    display: table-cell;
    width: 200px;
    height: 100%;
    background-color: rgb(35,193,205);
    color: white;
    border-right: 5px solid rgb(30,154,164);
    word-wrap: break-word;
}

.PartProductDelivery {
    vertical-align: top;
    display: table-cell;
    width: 300px;
    height: 100%;
    background-color: white;
    border-right: thin solid grey;
    word-wrap: break-word;
    margin: 0;
}

.PartProductSN {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.pictureDelivery {
    width: 100%;
    height: 200px;
    text-align: center;
    color: white;
}

.productNameDelivery {
    background-color: rgb(142,215,230);
    border-top: thin solid grey;
    border-bottom: thin solid grey;
    width: 290px;
    min-height: 56px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.productStockDelivery {
    background-color: grey;
    width: 290px;
    min-height: 55px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.productLineDelivery {
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
    color: black;
}

.productdivBorder {
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px grey;
}

.productLineDeliveryTxt {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 6px;
    width: 280px;
    color: black;
}

.productCodediv {
    background-color: rgb(31,173,183);
    width: 190px;
    border-left: solid 5px rgb(28,154,166);
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    display: inline-block;
}

.divDelivery {
    table-layout: fixed;
    overflow: auto;
    width: 100%;
    position: fixed;
    top: 50px;
    bottom: 50px;
}

.productSNsrv {
    width: 100%;
    vertical-align: middle;
    margin-top: 5px;
    background-color: white;
    display: inline-block;
    border-bottom: 1px solid;
}

.productSN {
    width: 100%;
    vertical-align: middle;
    margin-top: 5px;
    background-color: white;
    display: inline-block;
    border-bottom: 1px solid;
}

    .productSN:hover {
        background-color: lightskyblue;
    }

.productSNBorder {
    border-bottom: 1px solid red !important;
    background-color: lightskyblue;
}

.divSNandCode {
    float: left;
    width: 80px;
    margin-right: 5px;
}

.divSNfromTxt {
    float: left;
    padding-top: 7px;
    vertical-align: middle;
}

.divSNLocation {
    float: right;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

.productSNplus {
    float: right;
    font-size: 30px;
    vertical-align: middle;
    margin-top: 5px;
    background-color: white;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.productSNplusLeft {
    float: left;
    font-size: 30px;
    vertical-align: middle;
    margin-top: 5px;
    background-color: white;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.sub-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px:;
    *border-bottom-width: 2px:;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .sub-menu li {
        padding-left: 10px;
        padding-right: 10px;
    }

.codeli {
    list-style: none;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .codeli:hover {
        background-color: aliceblue;
    }

#smallpopup_name ul {
    padding: 5px 0;
    font-size: 20px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

#smallpopup_name li {
    margin-top: 3px;
}

.infoRecap {
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
    width: auto;
    height: 116px;
    overflow: hidden;
    position: relative;
}
.portfolio-item-SN {
    background: #e7e6e5;
    margin: 0 auto 0px;
    width: 260px;
    position:relative;
    z-index:2;
}

    .portfolio-item-SN figcaption {
        color: #575757;
        font-size: 14px;
        padding: 10px;
        height: 60px;
    }

    .portfolio-item-SN .portfolio-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        padding:10px;
        word-wrap: break-word;

    }
.item-SN {    
    margin-top:25px;
    width: auto;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    background-color: white;
    color:black;
    border: 1px solid black;
}
.item-portfolio-SN {
    margin-bottom: 0px !important;
    width:350px !important;
}
.item-Container-SN {
    margin-bottom: 0px !important;
    width:290px !important;
}
.picture {
    margin-top: 25px;
    text-align: center;
    width: auto;
    height: 177px;
    overflow: hidden;
    position: relative;
    background-color: white;
}
.portfolio-quickview-SN {
    background: #e7e6e5;
    margin: 25px auto 0px;
    width: 340px;
    position:relative;
    z-index:2;
}
.container-quickview-SN {
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    color: #444;
    text-shadow: none;
    background-color: white;
    border: 1px solid black;
}

#ContentPlaceHolder1_btnnewScan .picture {
    background-color:grey;
}

    .picture img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.portfolio-item {
    background: #e7e6e5;
    margin: 0 auto 5px;
    width: 280px;
    position:relative;
    z-index:2;
}

    .portfolio-item figcaption {
        color: #575757;
        font-size: 14px;
        padding: 10px;
        height: 60px;
    }

    .portfolio-item .portfolio-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

/* Portfolio Item Hover - Overlay */
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 500;
}

    .overlay .bullet {
        width: 26px;
        height: 12px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 45%;
    }

/* Zoom Icon */
.zoom {
    width: 45px;
    height: 45px;
    border: 3px solid rgba(255,255,255,1);
    display: block;
    margin: 23% auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -ms-transform: scale(2.0);
    -o-transform: scale(2.0);
    transform: scale(2.0);
}

    .zoom i {
        color: rgba(255,255,255,1);
        font-size: 18px !important;
        line-height: 45px;
        text-align: center;
        padding:0 !important;
    }

    .zoom:hover {
        border-color: rgba(255,255,255,1);
    }

        .zoom:hover i {
            color: rgba(255,255,255,1);
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
        }

/* Portfolio Item Hover Effects */
.portfolio-item:hover figcaption, .portfolio-item:hover span {
    color: rgba(255,255,255,1) !important;
}

.portfolio-item:hover .zoom {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.portfolio-item:hover .picture img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.portfolio-Container {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: inline;
}

.portfolio-wrapper {
    width: 100%;
    height: auto;
}

.lst-portfolio-Container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#fade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: 4999;
}

#fadeTransparent { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
}

#fadeMenuTransparent { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .0;
    z-index: 20;
}

#loginfade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: 9998;
}

#smallPopupfade { /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65;
    z-index: 8000;
}

#popup_name {
    display: none;
    color: black;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.0em;
    position: fixed;
    top: 50%;
    z-index: 5000;
}

.popup_name {
    display: none;
    color: black;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.0em;
    position: fixed;
    top: 50%;
    z-index: 5000;
}
#loginpopup_name { 
    display: none; /*--masqué par défaut--*/
    color: black;
    background: #fff;
    float: left;
    font-size: 1.0em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#pwdpopup_name { 
    display: none; /*--masqué par défaut--*/
    color: black;
    background: #fff;
    float: left;
    font-size: 1.0em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.popup_content {
    display: none; /*--masqué par défaut--*/
    color: black;
    background: #fff;
    padding: 10px;
    float: left;
    font-size: 1.0em;
    position: fixed;
    top: 50%;
}

.overflowPopup {
    display: inline-block;
    overflow-y: auto;
    max-height: 580px;
}

.lb-close {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    padding-right: 10px;
    text-align: right;
    outline: none;
}

.lb-scan {
    font-size: 22px;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
    outline: none;
}

.PartProductDeliveryC {
    display: table;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
}

.PartCreateProduct {
    display: none;
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}
.PartCreateProduct i {
    font-size:50px;
}

.PartProductSNc {
    display: table-cell;
    vertical-align: top;
}

.productLineDeliveryC {
    width: 300px;
    color: black;
}

.PartProductDetails {
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    display: table-cell;
    vertical-align: top;
}

.productLineHead {
    width: 100%;
    margin-bottom: 20px;
    color: black;
}

.productLineContent {
    position: relative;
    width: 100%;
}

.productLineContentDetail {
    float: left;
    width: 300px;
    vertical-align: top;
}
.productLineContentDetailBis {
    float: right;
    width: 290px;
    vertical-align: top;
    padding-left:10px;
}
.productLineContentPicture {
    float: right;
    width: 220px;
    min-height: 280px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: center;
}

    .productLineContentPicture img {
        width: 100%;
        height: auto;
    }

.productLineFooter {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: black;
}

.productdivBorderC {
    width: 300px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: solid 1px grey;
}

.PartProductDeliveryBtnc {
    display: table-cell;
    font-size: 38px;
    text-align: center;
}

.btnProduct {
    float: left;
    width: 50%;
    font-size:50px;
}

.small-circle-emptyfill {
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid black;
    background-color: white;
    padding-left: 2px !important;
    padding-right: 2px !important;
    float: none !important;
    font-size: 18px;
    padding-top: 5px;
}

.processCheck {
    min-width: 250px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.processBar {
    position: relative;
    top: 23px;
    border-bottom: 2px solid black;
    height: 1px;
    width: 76%;
    margin-left: 12%;
}

#verify {
    width: 100%;
    height: 200px;
    margin-top: 70px;
}

.smallpopup_name_minsize {
    width: 650px;
    min-height: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .smallpopup_name_minsize textarea {
        width: 630px;
        height: 260px;
        margin-right: 5px;
    }

    .smallpopup_name_minsize input {
        width: 300px;
        font-size: 20px;
        padding-left: 5px;
        height: 30px;
        margin-right: 5px;
    }

.matched-area {
    width: 960px;
}

.matched-content {
    display: block;    
    overflow-y: auto;
    height: 430px;
    max-height: 430px;
    text-align: left !important;
    padding-right:15px;
}

    .matched-content ul {
        font-weight: normal !important;
    }

.selection-content {
    float: left;
    display: block;
    width: 639px;
    padding-left: 35px;
    padding-right: 5px;
    border-left: 1px solid black;
}

    .selection-content ul {
        font-weight: normal !important;
    }

.selection-content-search {
    margin-top: 10px;
    text-align: left;
    display: inline-block;
}

    .selection-content-search div {
        text-align: center;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
    }

    .selection-content-search input {
        width: auto;
        font-size: 20px;
        padding-left: 0px;
        height: auto;
        margin-right: 0px;
    }

.selection-content ul {
    display: inline-block;
}

.matched-add-content {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
}
/* Login -------------------------------------------------------------------------------------------------------------------*/
.login-container {
    padding: 15px 15px 10px 15px;
}

.login-picture {
    display: none;
    width: 100%;
}

#logo-login {
    width: 100%;
    height: 50%;
}

.login-sign {
}

.login-title {
    border-left: solid 15px #e08653;
    margin-left: -15px;
    padding-left: 35px;
    height: 50px;
}

    .login-title p {
        font-size: 32px;
        font-weight: bold;
    }

#login-form {
}

    #login-form .input-common, #search-form input.search-term, #search-form .login-btn {
        font-family: "Open Sans", sans-serif;
        box-shadow: none;
        border-radius: 0;
        display: inline-block;
        border: none;
        vertical-align: bottom;
    }

    #login-form input.search-term {
        width: 360px;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        padding: 12px;
        color: #858c91;
        margin-top: 20px;
        margin-bottom: 0;
        border: solid 1px grey;
    }

    #login-form .login-btn {
        background-color: #e08653;
        font-size: 24px;
        font-weight: bold;
        line-height: 19px;
        font-weight: 600;
        padding: 14px 30px 15px;
        color: rgb(155,48,28);
        margin-top: 20px;
        text-align: center;
        border: solid 1px grey;
        cursor: pointer;
    }

    #login-form input.search-term.iconeUser {
        background-image: url("img/userpic.png");
        background-repeat: no-repeat;
        background-position: 98% 50%;
        padding-right: 38px;
    }

    #login-form input.search-term.iconePwd {
        background-image: url("img/pwdpic.png");
        background-repeat: no-repeat;
        background-position: 98% 50%;
        padding-right: 38px;
    }

.suggested {
}

.suggested-row-header {
    cursor: default;
}

    .suggested-row-header h3 {
        margin-top:10px;
        margin-bottom:10px;    
    }
.suggested-row-nbr {
    margin-right: 11px;
    margin-left: 11px;
    float: right;
}
.suggested-row {
    margin-right: 11px;
    margin-left: 11px;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px solid grey;
    display: block;
    text-decoration: none;
}

.error-message {
    color: red;
    margin-top: 10px;
}
/* Profil -------------- ---------------------------------------------------------------------------------------------------*/
#profil-area {
    display: none;
    position: absolute;
    z-index: 5000;
    margin-top: 55px;
    right: -40px;
    height: auto;
    background-color: white;
    border: 1px solid black;
    color: black;
}

    #profil-area ul {
        list-style: none;
        padding: 0;
        margin: 5px;
        list-style-type: disc;
    }

        #profil-area ul li {
            float: none;
            display: block;
            padding: 10px 12px 1px 2px;
            list-style: none;
        }

            #profil-area ul li span {
                display: block;
                width: 230px;
                margin-left: 10px;
            }

        #profil-area ul li {
            display: flexbox;
            display: flex;
        }

.disconnected {
    cursor: pointer;
    font-size: 16px !important;
    color: black !important;
    text-align: right;
    padding: 5px;
    width: 50%;
}

    .disconnected:hover {
        background-color: #E7E7E7;
    }
/* Header - menu and logo ---------------------------------------------------------------------------------------------------*/
.header-wrapper {
    background-color: #3b4348;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 3;
}

    .header-wrapper .container {
        position: relative;
        min-height: 60px;
        height: auto !important;
        height: 60px;
        margin-right: 40px;
    }

.logo-container {
    padding-bottom: 5px;
    padding-top: 12px;
    padding-left: 20px;
}

    .logo-container img {
        margin-right: 10px;
    }

.lt-ie9 .logo-container {
    width: 450px;
}

span.tag-line {
    color: white;
    font-size: 18px;
    position: relative;
    top: -15px;
}

.logo-heading {
    color: #fff;
    font-weight: 600;
    display: inline;
    margin-right: 15px;
    position: relative;
    top: 4px;
}

    .logo-heading a {
        color: #fff;
    }

        .logo-heading a:hover {
            color: #eaeaea;
        }

.main-nav {
    position: absolute;
    top: 5px;
    right: 0;
}

.responsive-nav {
    display: none;
}
/* -- example 2 -- */
.current-menu-item {
    color: orange !important;
}

.header-nav2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .header-nav2 ul li {
        display: inline-block;
    }

.header-nav2 a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-decoration: none;
    cursor:pointer;
}

    .header-nav2 a:hover {
        color: orange;
        text-decoration: none;
    }

.header-nav2 {
    z-index:9999;        
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 11px;
}

    .header-nav2 li ul li, .header-nav2 > ul li ul li {
        display: block;
        position: relative;
    }

    .header-nav2 .current-menu {
        margin-right: -11px !important;
    }

    .header-nav2 .menu {
    }

    .header-nav2 .menu-item-parent {
        margin-left: 30px;
        height:38px;
    }

    .header-nav2 a {
        z-index:9999;
        display: block;
    }

    .header-nav2 .menu-item i {
        font-size: 48px;
    }

    .header-nav2 .menu-item:hover {
        z-index:9999;
        background-color: #F0F0F0;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    .header-nav2 > ul > li:hover > ul, .header-nav2 li:hover > .menu-table.menu-anim, .header-nav2 li:hover > .menu-table.menu-anim .menu-children {
        z-index:9999;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition-delay: 0s, 0s, 0s;
        -moz-transition-delay: 0s, 0s, 0s;
        -o-transition-delay: 0s, 0s, 0s;
        transition-delay: 0s, 0s, 0s;
        display: block;
    }

    .header-nav2 .menu-table {
        z-index:9999;
        position: absolute;
        right: -40px;
        color: #000;
        padding-top: 17px;
        display: block;
        text-align: left;
        visibility: visible;
    }

    .header-nav2 .menu-table.menu-anim {
        margin-top: 40px;
        visibility: hidden !important;
        opacity: 0;        
        -webkit-transition-property: opacity, visibility, margin;
        -moz-transition-property: opacity, visibility, margin;
        -o-transition-property: opacity, visibility, margin;
        transition-property: opacity, visibility, margin;
        -webkit-transition-duration: .4s, 0s, .4s;
        -moz-transition-duration: .4s, 0s, .4s;
        -o-transition-duration: .4s, 0s, .4s;
        transition-duration: .4s, 0s, .4s;
        -webkit-transition-delay: 0s, .4s, 0s;
        -moz-transition-delay: 0s, .4s, 0s;
        -o-transition-delay: 0s, .4s, 0s;
        transition-delay: 0s, .4s, 0s;
    }

    .header-nav2 .menu-table > ul {
        border: 1px solid black;
        display: table !important;
        table-layout: fixed;
        opacity: 1 !important;
            position: relative !important;
            background-color: #fff;
            padding-top: 0;
            left: 0;
    }
         
        .header-nav2 .menu-table.menu-anim > ul 
        { 
            transform: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
            -khtml-opacity: 1 !important;
            -moz-opacity: 1 !important;            
        }

#header-nav2 .menu-table > ul > li {
    display: table-cell;
    position: relative;
}

.header-nav2 .menu-table ul {
    margin-left: 0 !important;
    opacity: 1 !important;
    margin-top: 0 !important;
}

.header-nav2 .menu-table > ul > li {
    display: table-cell;
    position: relative;
}

.header-nav2 .menu-table li span {
    padding: 15px 20px 0px 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.header-nav2 .menu-table > ul > li ul {
    display: block;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    left: 0 !important;
    position: relative !important;
}

.header-nav2 .menu-table .menu-footer {
    padding: 8px 15px;
    background-color: #fff;
    color: #000;
    vertical-align: top;
}

    .header-nav2 .menu-table .menu-footer span {
        color: #fff;
        text-transform: none;
        font-size: 12px;
        display: inline-block;
        margin-top: 9px;
    }

.header-nav2 .menu-children {
    text-align: center;
    background-color: #fff;
    display: block;
    opacity: 0;
}

.header-nav2 .menu-table.menu-anim .menu-children {
    margin-top: 40px;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, margin;
    -moz-transition-property: opacity, visibility, margin;
    -o-transition-property: opacity, visibility, margin;
    transition-property: opacity, visibility, margin;
    -webkit-transition-duration: .4s, 0s, .4s;
    -moz-transition-duration: .4s, 0s, .4s;
    -o-transition-duration: .4s, 0s, .4s;
    transition-duration: .4s, 0s, .4s;
    -webkit-transition-delay: 0s, .4s, 0s;
    -moz-transition-delay: 0s, .4s, 0s;
    -o-transition-delay: 0s, .4s, 0s;
    transition-delay: 0s, .4s, 0s;
}

.header-nav2 li ul, .header-nav2 div.menu > ul li ul {
    display: none;
    position: absolute;
    padding-top: 17px;
    min-width: 180px;
}

.header-nav2 > ul li ul li a {
    display: block;
    color: #000;
    white-space: nowrap;
    background: #fff;
    padding: 13px 20px;
    font-size: 11px;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}

/* Header - Search ---------------------------------------------------------------------------------------------------*/
.search-area-wrapper {
    background-image: url("blue-skin/blue-bg.jpg");
    background-color: #4c4a77;
    width: 100%;
    position: fixed;
    top: 60px;
}

    .search-area-wrapper #search-form .search-btn {
        background-color: #6392C6;
    }

        .search-area-wrapper #search-form .search-btn:hover {
            background-color: #588ac2;
        }

.search-area-wrapper {
    background: #353b65; /*url("img/main-bg.jpg") center top no-repeat;*/
    background-size: 100%;
    height: 100px;
}

    .search-area-wrapper .search-area {
        padding: 0px;
        width: 1170px;
        padding-left: 20px;
        padding-right: 40px;
    }

.search-area-form {
    width: 66.66%;
    float: left;
    position: relative;
    min-height: 1px;
}

.search-area-title {
    width: 33.33%;
    float: left;
    position: relative;
    min-height: 1px;
}

.search-header {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: left;
    margin: 11px 0;
    display: block;
}

.search-tag-line {
    font-family: "Droid Serif", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

#search-form {
    margin: 25px 0 0;
    text-align: left;
}

    #search-form .input-common, #search-form input.search-term, #search-form .search-btn {
        font-family: "Open Sans", sans-serif;
        box-shadow: none;
        border-radius: 0;
        display: inline-block;
        border: none;
        vertical-align: bottom;
    }

    #search-form input.search-term {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        padding: 12px;
        width: 58%;
        color: #858c91;
        margin-right: 10px;
        margin-bottom: 0;
    }

        #search-form input.search-term.loading {
            background-image: url("img/search-loader.gif");
            background-repeat: no-repeat;
            background-position: 98% 50%;
        }

    #search-form .search-btn {
        background-color: #3f4b55;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        padding: 14px 30px 15px;
        color: #fff;
        margin-right: 7px;
    }

        #search-form .search-btn:hover {
            background-color: #4b5760;
        }

#search-error-container label {
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

.lt-ie8 #search-form .search-btn {
    padding-top: 12px;
    padding-bottom: 13px;
}
/*---------------------------popupError--------------------------------------*/
.warning {
    border: 2px solid red;
}

.popupError {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 150;
}

.popupErrorBackground {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    opacity: 0.2;
    z-index: -5;
}

.popupErrorBlackUp {
    height: 30%;
    width: 100%;
}

.popupErrorWhite {
    width: 100%;
    background-color: rgba(76,174,211,0.8); /*rgb(76,174,211)*/
    display: table;
}

.popupErrorWhiteL {
    width: 28%;
    height: 100%;
    display: table-cell;
    padding-top: 60px;
    padding-bottom: 20px;
}

.popupErrorWhiteC {
    width: 32%;
    height: 100%;
    display: table-cell;
    padding-top: 60px;
    padding-bottom: 60px;
    vertical-align: top;
}

.popupErrorWhiteR {
    height: 100%;
    display: table-cell;
    padding-top: 60px;
    padding-bottom: 20px;
}

.popupErrorWhiteCTitle {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.popupErrorWhiteCSubTitle {
    font-size: 20px !important;
}

.closePopupMessage {
    color: black;
    text-decoration: none;
}

.btnPopupExport {
    color: grey;
    font-size: 18px;
    text-decoration: none;
    height: 32px;
    width: 250px;
    background-color: white;
    text-align: center;    
    border-left: 4px solid grey;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px;
    cursor: pointer;
}

.popupPopupYesNoWhiteC {
    display: inline-block;
    margin-left: 30px;
    padding-bottom:10px;
}

.popupPopupYesNoWhiteR {
    display: inline-block;
    float: right;
    margin-right: 30px;
}
/* Home -------- ---------------------------------------------------------------------------------------------------*/
.backgroundpicture {
    background: black url('img/ecole-ordinateur_731729.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y:auto;    
}
.page-container {
    width: 100%;
    background-color: white;
    top: 160px;
    bottom: 60px;
    position: fixed;
}

    .page-container .container {
        margin-top: 20px;
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }

.row.separator {
    margin-bottom: 0px;
}

.home-title {
    margin-bottom: 20px;
    padding: 0 4%;
    text-align: center;
}

    .home-title h2 {
        font-size: 34px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .home-title p {
        font-size: 1.1em;
        line-height: 1.6em;
        margin: 0;
    }

.circle {
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3498db;
}

.circle:hover {
    opacity: 0.85;
}

.circle i:hover {
    color: #fff;
    opacity: 1 !important;
}

.circle i {
    color: #fff;
    font-size: 40px;
}

.circle i {
    display: inline-block;
    zoom: 1;
    *display: inline:;
    vertical-align: middle;
    color: #fff;
}

.circle span {
    height: 100px;
    display: inline-block;
    zoom: 1;
    *display: inline:;
    vertical-align: middle;
}

.homesection {
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.4); /*#fff;*/
    position: relative;
    border: 1px solid grey;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 12px grey;
    -moz-box-shadow: 0px 0px 12px grey;
    box-shadow: 0px 0px 12px grey;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.WelcomePageText {
    text-align:left;
}
.NoteWelcomePage 
{
    margin:0;
}
.NoteWelcomePage:hover a
{
    margin-left:20px;
    visibility:visible !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4285;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: white;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.areaHome .btn:hover {
    background-color: #333;
    color: #fff !important;
}

.areaHome a {
    color: white /*#3b4348*/;
}

.areaHome .btn {
    border: solid 1px #333;
    color: #333;
    margin-bottom: 35px;
}

.areaHome .menu-message {
    height: 50px;
}
.areaHome2 {
    margin-bottom:5px;
    margin-left:20px;
    text-align:left;
}
    .areaHome2 .areaHomeCenter {
        width: 285px;
        text-align: center;
    }
    .areaHome2 div {
        display:inline-block;
        vertical-align:top;
    }
.areaHome2 .circle {
    margin: 5px 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3498db;
}
.areaHome2 .circle i {
    color: #fff;
    font-size: 25px;
}

.areaHome2 .circle span {
    height: 50px;
    display: inline-block;
    zoom: 1;
    *display: inline:;
    vertical-align: middle;
}
.areaHome2 .menu-message {
    height: 25px;
    display: block;
    font-size: 16px;
    font-weight:normal;
}
.areaHome2 a {
    font-weight:bold;
    font-size:22px;
}

.box-zero .circle {
    background-color: #e08653;
}
.box-one .circle {
    background-color: #72b288;
}
.box-two .circle {
    background-color: #6899d1;
}
.box-three .circle {
    background-color: #808080;
}
.box-four .circle {
    background-color: #FF3348;
}
.box-five .circle {
    background-color: #3498db;
}
.box-six .circle {
    background-color: #412965;
}
/* menu -------- ---------------------------------------------------------------------------------------------------*/
.dataStock {
    top: 60px;
    bottom: 0px;
}

.nav-btn-bottom {
    bottom: 0;
    position: absolute;
}

    .nav-btn-bottom > div {
        text-align: center;
        display: inline-block;
        padding: 15px 24px 15px 24px;
        cursor: pointer;
    }

nav.vertical {
    width: 200px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    background-color: rgb(29,43,54);
    z-index: 2000;
    border-bottom: 4px solid orange;
}

    nav.vertical > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        nav.vertical > ul > li {
            display: block;
            border-bottom: solid 2px rgb(40, 54, 63);
        }

.btn-nav-data {
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: orange /*rgb(0, 154, 194)*/;
    background: rgb(40, 54, 63);
}

.iconeNav {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: orange /*rgb(0, 154, 194)*/;
}

.iconeNavArrow {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 15px;
}

.nameMenu {
    display: inline-block;
    width: 110px;
    font-size: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2rem;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    text-transform: uppercase;
    transition: all .1s ease;
}

nav.vertical  > ul > li > div {
    color: rgb(255,255,255);
    display: block;
    text-decoration: none;
}

    nav.vertical  > ul > li > div:first-child {
        margin-bottom: 10px;
    }

nav.vertical  > ul > li > a {
    color: rgb(255,255,255);
    display: block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
}

    nav.vertical > ul > li > a:hover {
        background-color: rgb(40, 54, 63);
        border-left: solid 5px orange /*rgb(0, 154, 194)*/;
        cursor: pointer;
    }

nav.vertical > ul > li > div > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    nav.vertical > ul > li > div > ul > li > a {
        color: rgb(255,255,255);
        display: block;
        height: 30px;
        text-decoration: none;
    }

    nav.vertical > ul > li > div > ul > li:hover > a {
        background-color: rgb(40, 54, 63);
        border-left: solid 5px orange /*rgb(0, 154, 194)*/;
        cursor: pointer;
    }
/* datastock -------- ---------------------------------------------------------------------------------------------------*/
.containerData {
    position: absolute;
    top: 0px;
    left: 200px;
    right: -200px;
    bottom: 0px;
}

    .containerData .search-area {
        height: 60px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 200px;
        /*background-color: #353b65;*/
        padding: 0px;
        padding-left: 20px;
        padding-right: 0px;
        border-bottom: solid 2px grey;
        z-index: 1;
    }

        .containerData .search-area #search-form {
            margin-top: 10px;
        }

            .containerData .search-area #search-form .search-term {
                padding: 6px;
                border: 1px solid black !important;
            }

            .containerData .search-area #search-form .search-btn {
                padding: 9px 15px 9px;
            }

.popupSearch {
    border: 1px solid grey;
    padding: 3px;
    background-color: white;
    color: black;
    z-index: 250;
}

.combo {
    float: left;
}

    .combo select, .combo input[type=text] {
        margin-top: 15px;
        height: 30px;
        width: 200px;
        font-size: 24px;
    }

    .combo input[type=checkbox] {
        margin-top: 0px;
        margin-left:10px;
        width: 50px;
        height: 20px;
        font-size: 24px;
    }

    .combo a, .combo label {
        font-size: 24px;
        color: #3b4348 !important;
    }

.extrafeature {
    color:black;
    margin-left:20px;
    margin-right:10px;
    
}

    .extrafeature input[type='radio'] {
        margin-top:12px;
        width: 21px;
        height: 20px;
    }

    .extrafeature label {
        margin-right:20px;
        font-size:25px;
    }

.containerData .search-area .search-area-form {
    width: 500px;
    float: right;
}

#search-form #btnScan {
    /*margin-right:20px;*/
}

.containerData .listing-area {
    color: black;
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 0px;
    right: 200px;
}

.listing-block {
    height: 100%;
}

    .listing-block > div {
        height: 100%;
    }

.containerData footer {
    width: initial;
    left: 200px;
    right: 0px;
}

    .containerData footer .btnFooter {
        width: 390px;
    }

    .containerData footer .footer {
        width: 780px;
    }

.add-new-item {
    position: absolute;
    right: 12px;
    font-size: 30px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .add-new-item i {
        margin-right: 5px;
    }

.reset-search {
    position: absolute;
    left: 12px;
    font-size: 30px;
    height:30px;
    padding-bottom: 10px;
    cursor: pointer;
    z-index:1000;
}

    .reset-search i {
        margin-right: 5px;
    }
/* Calendar -------- ---------------------------------------------------------------------------------------------------*/
#main-calendar-emp, #main-calendarEmp-school {
    width:126px; 
    overflow-y:hidden;
    display:inline-block;
    height: 100%;
    /*direction: rtl;*/
}
#main-calendar-date-top, #main-calendar-date-topEmp { 
    display: table;  
    background-color: #cfebfd !important;
}
.main-calendar-date { 
    height: 40px;
    width: auto;
    display:table-row;
}
#main-calendar-table, #main-calendarEmp-table {
    display: block; 
    width: 100%;
    display: table; 
}
.main-calendar-line { 
    height: 120px; 
    display:table-row;
}
.main-calendar-case {  
    display:table-cell; 
    vertical-align: top;
}
.main-calendar-case > div { 
    height: 118px;
    width: 118px;
    border:1px solid black;
    text-align:center; 
    font-weight:600;
}
.main-calendar-school {
    text-align:center;
    color:white;
    background-color:green;
    font-size:12px;    
    border-bottom:1px solid black;
}
/* Map -------- ---------------------------------------------------------------------------------------------------*/
#map1 {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.content-custo-row {
    border-top: 1px solid grey;
    height: 115px;
    width: auto;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.content-wrap-custo-list {
    top: 0px;
    overflow: auto;
}
.content-custo-row-list {
    height: auto !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.content-custo {
    cursor:pointer;
    border-right: 1px solid grey;
    height: 150px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
}
.content-custo-list {
    display:none;
    position:relative;
}
.content-supplier {
    border-right: 1px solid grey;
    height: 150px;
    width: 220px;
    display: inline-block;
    vertical-align: top;
}
/* List -------- ---------------------------------------------------------------------------------------------------*/
.list-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px:;
    *border-bottom-width: 2px:;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    min-height: 50px;
}
    .list-container:hover {
        background-color: rgb(240, 240, 240);
        cursor: pointer;
    }

    .list-container > div:first-child {
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid grey;
    }

    .list-container > div {
        display: table-cell;
        vertical-align: top;
    }

        .list-container > div > div {
            display: inline-block;
            padding-left: 8px;
            vertical-align: top;
        }

            .list-container > div > div:last-child {
                float: right;
            }

    .list-container p {
        padding: 0px;
        margin: 0px;
    }

    .list-container > div > img {
        height: 40px;
        min-width: 40px;
        width: 40px;
        margin-right: 5px;
        padding-top: 4px;
    }

    .list-container > div > div > div {
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        float: right;
    }

        .list-container > div > div > div:first-child {
            width: 120px;
            float: left;
        }

.List-select {
    width: 10px;
    vertical-align: middle !important;
}

.gridList {
    padding-bottom: 10px;
}

.portfolio-moy-item {
    background: #e7e6e5;
    margin: 0 auto 5px;
    width: 250px;
}
.type-prd-content {
    text-align: center;
    float:right;
    height: 20px;
    width: 135px;
    z-index: 9999;
}
.triangle-center {
    float: left;
    width: 115px;
    background-color: green;
}
.triangle-left {
    float:left;
    font-size: 0px; line-height: 0%; width: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid green;
    border-bottom: 11px solid transparent;
}
.triangle-right {
    float:right;
    font-size: 0px; line-height: 0%; width: 0px;
border-top: 10px solid transparent;
border-left: 10px solid green;
border-bottom: 11px solid transparent;
}
.portfolio-moy-Container {
    width: 265px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: inline;
    cursor:pointer;
}
.portfolio-moy-item {
    position:relative;
}
.portfolio-moy-item figcaption {
    border-top:1px solid grey;
    color: black;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background-color: white;
}

.portfolio-moy-item .productname-figcaption {
    height: 45px;
    width: auto;
    overflow: hidden;
    Text-Overflow: ellipsis;
}

.portfolio-moy-item figcaption > div > div:first-child {
    float: left;
}

.portfolio-moy-item figcaption > div > div:last-child {
    float: right;
}


.portfolio-moy-item:hover .zoom {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.portfolio-moy-item:hover .picture img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.portfolio-moy-item:hover .overlay, .portfolio-small-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
/* Lcation -------- ---------------------------------------------------------------------------------------------------*/
.list-location {
    float: left;
    width: 202px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.top-location {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: cadetblue;
    color: white;
    font-weight: bold;
    height: 60px;
}

    .top-location div {
        padding-top: 18px;
    }

.middle-location {
    vertical-align: middle;
    height: 60px;
}

    .middle-location div {
        padding-top: 20px;
        font-weight: bold;
    }

.bottom-location {
    background-color: cadetblue;
    color: white;
    font-weight: bold;
    height: 60px;
    padding: 5px;
}

    .bottom-location div {
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .bottom-location div i {
            font-size: 25px;
        }
/* timeline -------- ---------------------------------------------------------------------------------------------------*/
.list-container-timeLine {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px:;
    *border-bottom-width: 2px:;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 50px;
}

    .list-container-timeLine:hover {
        background-color: rgb(240, 240, 240);
        cursor: pointer;
    }

    .list-container-timeLine .sign {
        margin-top: 7px;
        margin-bottom: 2px;
        padding: 3px;
        padding-right: 15px;
        text-align: right;
        font-weight: 700;
        color: #303e49;
        /*background-color: rgb(242,242,241);
        border-top-style : solid;
        border-top-width : 2px;
        border-top-color : black;
        */
        height: 20px;
    }

    .list-container-timeLine .date-Timeline {
        margin-bottom: 5px;
        width: 100%;
        height: 48px;
        vertical-align: top;
        background-color: #f58636;
        /*background-color:lightskyblue;
            border-bottom : 1px solid black;
        */
    }

.list-check {
    height: auto;
    width: 490px;
    min-height: 50px;
    position: absolute;
}

    .list-check .list-container-timeLine {
        width: 399px;
        float: left;
    }

    .list-check .List-select {
        width: 78px;
        float: left;
        position: relative;
        top: 35px;
    }

    .list-check i {
        color: grey;
        background-color: white;
        font-size: 25px;
        background-color: aliceblue;
    }

.list-inventory {
    height: auto;
    width: 320px;
    min-height: 50px;
    display:inline-block;
}
.inventory-cross {
    background-color: #f58636;
    margin-top:15px;
    vertical-align: top;
    height: 70px;
    width: 70px;
    display:inline-block;
    border: 1px solid gray;
    border-right:1px solid gray;
    text-align:center;
    color:#303e49;
    font-size:30px;
}
.inventory-dash {
    background-color:white;
    margin-top:15px;
    margin-left:15px;
    vertical-align: top;
    height: 70px;
    width: 200px;
    display:inline-block;
    border: 1px solid gray;
    /*border-left:1px solid gray;*/
    text-align:center;
    color:#303e49;
    font-size:20px;
}
    .inventory-cross i {
        
    }
.timeline_container {
    width: 4px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}

.timeline {
    margin: 0 auto;
    background-color: rgb(175,219,248);
    display: block;
    float: left;
    height: auto;
    position: absolute;
    width: 4px;
}

    .timeline:hover {
        cursor: pointer;
        margin: 0 auto;
    }

    .timeline div.plus {
        width: 14px;
        height: 14px;
        position: relative;
        left: -6px;
    }

.list-check > .List-select > div {
}

.bcgrd-circle {
    position: relative;
    display: inline-block !important;
}

.small-circle {
    margin-bottom: 5px;
    width: 10px;
    height: 5px;
    text-align: center;
    background-color: rgb(175,219,248);
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: none !important;
}

.small-containt-timeline {
}

.timeline-area-moment-containt {
    height: 22px;
    width: 120px;
    position: absolute;
    text-align: center;
    bottom: -5px;
    z-index: 1000;
}

.timeline-area-moment-line {
    height: 20px;
    width:1px;
    border-right:3px solid black;
    position: absolute;
    z-index: 10;
}
.timeline-area-line-moment {
    background-color: cornflowerblue;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px:;
    *border-bottom-width: 2px:;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    height: 22px;
    width: 115px;
    display: inline-block;
    z-index: 5;
}
.timeline-area-moment {
    background-color: grey;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px:;
    *border-bottom-width: 2px:;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    height: 22px;
    width: 100px;
    display: inline-block;
    z-index: 5;
}
/* popup export -------- ---------------------------------------------------------------------------------------------------*/
#processExport {
    color: black;
    width: 100%;
    z-index: 5001;
    display: none;
    padding: 0;
    background-color: white;
}

.Choice-Listing > div {
    z-index: 5002;
    display: inline;
}

.btn-export-title {
    padding-top: 15px;
    font-size: 32px;
}

.btn-export-subtitle {
    width: 200px;
    border-bottom: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-export-style > div {
    font-size: 18px;
    display: inline-block;
    margin: 40px 40px 0 40px;
    cursor: pointer;
}

.btn-export-style i {
    font-size: 68px;
    margin-bottom: 10px;
}

.btn-export-what-type {
    padding-top: 10px;
    font-size: 20px;
    width: 250px;
    height: 40px;
    margin: 40px 50px 20px 50px;
    border: 1px solid black;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* popup search -------- ---------------------------------------------------------------------------------------------------*/
#processSearch, #popupHoliday {
    color: black;
    width: 100%;
    z-index: 5001;
    display: none;
    padding: 0;
    background-color: rgb(255,255,255);
}

.btn-Search-style > div {
    display: block;
    height: 40px;
}

    .btn-Search-style > div > div {
        font-size: 18px;
        display: inline-block;
        width: 285px;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .btn-Search-style > div > div input { 
            float: right;
            margin-right: 10px;
        }

        .btn-Search-style > div > div input[type=text] {
            width: 150px; 
        }

        .btn-Search-style > div > div select {
            width: 155px;
            float: right;
            margin-right: 10px;
        }
/* till -------- ---------------------------------------------------------------------------------------------------*/
.till-container {
    top: 60px;
    bottom: 0px;
    width: 100%;
    position: fixed;
    color: black;
}

.till-area-head-custo {
    min-width: 400px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 10px;
}

    .till-area-head-custo img {
        height: 40px;
        width: 40px;
        margin-top: 10px;
        margin-right: 10px;
    }

    .till-area-head-custo div {
        display: inline-block;
        height: 60px;
        vertical-align: top;
        font-size: 20px;
    }

.till-area-head-desc {
    width: 300px;
    height: 60px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    border-left: 1px solid grey;
    cursor: pointer;
}

    .till-area-head-desc i {
        margin-right: 10px;
        font-size: 30px;
    }

nav.till {
    width: 200px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    background-color: rgb(29,43,54);
    z-index: 500;
    border-bottom: 4px solid orange;
}

    nav.till > ul {
        list-style-type: none;
        width: 200px;
        position: absolute;
        top: 60px;
        bottom: 0px;
        padding: 0;
        margin: 0;
        overflow-y: auto;
    }

        nav.till > ul > li {
            display: block;
        }

.till-area-content {
    top: 120px;
    bottom: 0px;
    width: 100%;
    position: fixed;
    background-color: azure;
}

.lst-content-product {
    background-color: aliceblue;
    height: 100%;
    display: block;
    width: auto !important;
    position: absolute;
    right: 400px;
    left: 0;
    top: 0px;
    bottom: 0px;
}

.till-listing-product {
    background-color: white !important;
    width: 400px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid grey;
}

    .till-listing-product .picture-small {
        margin-top: 1px;
        text-align: left;
        width: auto;
        overflow: hidden;
        position: relative;
        height: auto;
    }

    .till-listing-product figcaption {
        color: #2b2b2b;
        height: auto;
        width: 100%;
        position: absolute;
        background: rgba(255,255,255,0.75);
        z-index: 500;
        text-align: left;
    }

    .till-listing-product .till-title {
        padding: 5px 5px 5px 5px;
        font-size: 18px;
        font-weight: 700; 
        background: rgba(255,255,255,0.75);
    }

    .till-listing-product .till-SN {
        padding: 3px 5px 3px 25px;
        font-size: 16px;
        text-align: left;
        background: rgba(255,255,255,0.75);
    }

    .till-listing-product .till-Price {
        padding: 5px 5px 5px 5px;
        font-size: 18px;
        font-weight: 700;
        height: 24px;
        text-align: right;
        background: rgba(255,255,255,0.75);
    }

    .till-listing-product figcaption .productname-figcaption {
        height: 25px;
        width: auto;
        overflow: hidden;
        Text-Overflow: ellipsis;
        margin: 5px 5px 0 5px;
    }

    .till-listing-product figcaption div {
        margin: 0px 5px 5px 5px;
    }

    .till-listing-product .img-bck {
        background-position: center !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

.till-listing-product-item {
    background-color: white !important;
    text-align: left;
    width: 400px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 100px !important;
}

.till-listing-product-result {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 2px solid grey;
}

    .till-listing-product-result > div {
        border-bottom: 1px solid grey;
        width: 400px;
        height: 50px;
    }

        .till-listing-product-result > div > div > a {
            width: 95px;
            height: 50px;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            padding-top: 5px;
            font-size: 30px;
        }

            .till-listing-product-result > div > div > a:hover {
                background-color: lightskyblue;
            }

#lbltotalPrice {
    font-size: 36px;
    padding-right: 15px;
}

.padnum-area {
    top: 120px;
    bottom: 0px;
    width: 30%;
    position: fixed;
    background-color: azure;
}

.till-listing-content {
    top: 120px;
    bottom: 0px;
    left: 30%;
    width: 70%;
    position: fixed;
    background-color: azure;
    border-left: 3px solid azure;
}

.till-listing {
    top: 120px;
    width: 70%;
    bottom: 80px;
    position: fixed;
    background-color: azure;
    overflow: auto;
}

.till-button {
    height: 80px;
    width: 70%;
    bottom: 0px;
    position: fixed;
    background-color: azure;
    color: black;
}

.portfolio-small-Container {
    width: 180px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: inline;
}

.portfolio-small-item {
    background: #e7e6e5;
    margin: 0 auto 5px;
    width: 170px;
    cursor: pointer;
}

    .portfolio-small-item figcaption {
        color: #2b2b2b;
        font-size: 14px;
        padding: 5px;
        height: 55px; 
        background: rgba(255,255,255,0.7);
        z-index: 500;
        text-align: left;
    }

        .portfolio-small-item figcaption .productname-figcaption {
            height: 40px;
            width: auto;
            overflow: hidden;
            Text-Overflow: ellipsis;
        }

    .portfolio-small-item .filter-product {
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0);
        z-index: 600;
        position: absolute;
    }

    .portfolio-small-item .portfolio-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

.picture-small {
    height: 130px;
    margin-top: 25px;
    text-align: center;
    width: auto;
    overflow: hidden;
    position: relative;
    background-color: white;
}

    .picture-small .img-bck {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }

    .picture-small img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.padnum-area-btn {
    width: 25%;
    height: 18%;
    float: left;
    font-size: 30px;
}

    .padnum-area-btn .middleTable .middleCell {
        padding: 4px;
    }

        .padnum-area-btn .middleTable .middleCell .middleTable {
            border: 1px solid;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.btn-t {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.container-quickview {
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    color: #444;
    text-shadow: none;
    background-color: white;
    border: 1px solid black;
}

.product-img-box {
    float: left;
    width: 41.66%;
}

.product-image {
    padding-right: 15px;
}

.product-image-gallery {
    padding-top: 20px;
    position: relative;
}

.product-img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product-shop {
    float: left;
    width: 58.33%;
}

.price-label {
    font-size: 24px;
}

.price {
    font-size: 24px;
    font-weight: normal;
    white-space: nowrap;
    color: darkorange;
}

.add-to-box {
    margin: 10px 0;
}

.product-qty {
    float: left;
    clear: both;
    margin: 0 0px 0 0;
    font-size: 13px;
}

    .product-qty label {
        font-size: 18px;
        font-weight: normal;
        margin: 0 10px 0 0;
        line-height: 35px;
        float: left;
    }

input.qty {
    width: 2.5em !important;
    background-color: transparent;
    border: 0;
    float: left;
    height: 35px;
    text-align: center;
    width: 35px !important;
    color: darkorange;
    font-size: 18px;
}

.custom-qty {
    width: 70px;
    margin: 0 20px 0 0;
    float: left;
}

.add-to-cart {
    color: #fff;
    padding: 0;
    margin-right: 10px;
    float: left;
}

.btn-cart {
    float: left;
    display: block !important;
    border: 0px solid #dadada;
    background-color: #434343;
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    width: 125px;
    height: 35px;
    margin-right:15px;
}
/* product -------- ---------------------------------------------------------------------------------------------------*/
.container-productD {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 364px;
}

.container-productG {
    display: inline-block;
    position: absolute;
    height: 320px;
    top: 0;
    left: 364px;
    right: 0;
}

.container-productI {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.container-productRA {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.product-pad {
    padding: 20px;
}

.product-pad-semi {
    padding: 0px 20px 20px 20px;
}

.product-pad-in {
    border: 1px solid rgb(225,225,225);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: white;
    /*height: 100%;*/
    width: 100%;
    color: rgb(94,94,94);
    font-size: 18px;
    text-align: left;
}

.product-head {
    min-height: 35px;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgb(225,225,225);
    font-weight: 500;
}

    .product-head a {
        float: right;
        margin-left: 10px;
        margin-right: 10px;
    }

.product-content-main {
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid rgb(225,225,225);
    padding: 10px;
}

.noline-padding {
    padding: 10px 0 10px 0 !important;
}
 
.product-content {
    padding: 10px;
    padding-top:15px; 
}

.product-content-pad {
    padding-bottom: 10px;
    padding-top:15px; 
}
.product-content-pad i {
        padding: 10px;
        font-size: 50px;
    }
.product-content i {
        padding: 10px;
        font-size: 50px;
    }

    .active-figcaption i {
        padding: 10px;
        font-size: 60px;
    }
.lst-quote-content {
    padding-bottom: 10px; 
    padding-top: 10px; 
}
.lst-quote-content .middleCell div div {
    display:inline-block;
}
.lst-quote-content .middleCell div div div {
    display:block;
}
    .lst-quote-content i {
        font-size: 40px;
    }
.scroll-product {
    min-height: 520px;
    overflow-y: auto;
}

.scroll-verticale {
    height: 520px;
    margin-left:180px;
    width: auto;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}

.band-color {
    height: 10px;
    width: 100%;
    background-color: orange;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    position: absolute;
    top: 110px;
}

.product-line {
    border-bottom: 1px solid grey;
    padding-bottom: 2px;
    padding-top: 2px;
}

.product-activity {
    border-left: 1px solid grey;
    padding-bottom: 2px;
    padding-top: 2px;
}

    .product-activity div div {
        display: inline-block;
    }

        .product-activity div div div {
            display: block;
        }

.product-graph {
    text-align: center;
    font-size: 0;
}

    .product-graph > div {
        display: inline-block;
    }

        .product-graph > div > div {
            display: inline-block;
        }

.data-activity {
    font-weight: 600;
    font-size: 26px;
}

.color-Status {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: black;
    padding-left: 2px;
}

.color-loc {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
/* customer -------- ---------------------------------------------------------------------------------------------------*/
.EventAndExtrw
{
    width:100%;
    display:table;
}
.divEventAndExtrw
{
    width:95%;
    display:table;
    margin-left:30px;
}
.divEventAndExtrwNote
{
    width:50%;
    display:table-cell;
}
.infoQuotation_cell_titleNote
{
    color:rgb(119,154,198);
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
}
.infoQuotation_Attachements
{
    
}
.infoCustomerExtrw {
   float:left;
    margin-left:25px;
    margin-bottom:10px;
    width:435px;
}
.divRightUserTitle h3 {
    margin-top:5px;
    margin-bottom:5px;
}
.divRightUser span {
    margin-top:5px;
    margin-bottom:5px;    
}

/* quotation -------- ---------------------------------------------------------------------------------------------------*/
.divQuotationShow
{
    table-layout:fixed;
    overflow:auto;
    width:100%;
    position:fixed;
    top:90px;
    bottom:136px;
    overflow:auto;
}
.divContentShow 
{   
    display:table;
    table-layout:fixed;
    width:100%;
    height:100%;
}
.infoQuotation
{
    display:table;
    background-color: rgb(206,223,244);
    color:black;
    width:100%;  
    border-bottom:thin solid grey;
}
.infoQuotationLeft
{
    display:table-cell;
    padding-left:30px;
    vertical-align:top;
}
.infoQuotationRight
{
    display:table-cell;    
}
.infoQuotationLeftfloat
{
    float:left;
}
.infoQuotationRightfloat
{
    float:right;
    margin-right:35px;
}
.infoQuotationTotalRightfloat
{
    float:right;
    width:300px;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:15%;
    padding: 15px;
    border: 1px solid grey;
    background-color: white;
    color:#353c41;
}
#ContentPlaceHolder1_lblsstotal::before {
    content:"£ ";
}
.infoQuotationTotalRightfloat div span:first-child {
    float:left;
    width:50%;
}
.infoQuotationTotalRightfloat div span:last-child {
    float:right;
    text-align:right;
    width:50%;
}
.infoQuotation_cell_lblTittle
{
    color:black;
    font-size:29px;
    font-weight:bold;
    margin-top:17px;
}
.infoQuotation_cell_lblssTittle
{
    color:black;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
}
.infoQuotation_cell_lblRef
{
    color:rgb(119,154,198);
    font-size:18px;
    font-weight:bold;
    margin-top:15px;
}
.infoQuotation_cell_lblstatue
{
    color:rgb(242,103,34);
    font-size:18px;
    font-weight:bold;
    margin-top:15px;
}
.infoQuotation_cell_lbltext
{
    color:black;
    font-size:16px;
    margin-top:15px;
}
.infoQuotationGrid
{
    margin-top:25px;
    margin-left:5px;
}
.listColTr
{
    border-bottom: 2px solid grey;/*rgb(206,223,244);*/
    border-collapse:collapse;
	width:100%;
    margin-bottom:5px;
    text-align:left;
    word-wrap:break-word;
    table-layout:fixed;
}
.listInfoTr
{
    border-collapse:collapse;
    width:100%;
    margin-left:20px;
    margin-bottom:5px;
    word-wrap:break-word;
    table-layout:fixed;
    vertical-align: top;
    background-color: white !important;
    border-bottom: 1px solid black;
}
.listInfoTrBottom
{
    border-collapse:collapse;
    width:100%;
    margin-right:10px;
    margin-bottom:5px;
    word-wrap:break-word;
    table-layout:fixed;
}

.listInfoTr tr {    
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.listInfoTrBottom td
{
	padding-left:5px;
	vertical-align:middle;
}
.listColTr td
{
	padding-left:5px;
}
.listInfoTr td
{
	/*padding-left:5px;*/
    vertical-align: top;
}
.spanTotalePrice
{
    display: inline-block;
    width:100px;
}
.divRightUserTitle 
{
    margin-left:25px;
    border-bottom: 1px solid black;
}
.divRightUser 
{
    width:100%;
}
.divRightUser span
{
    margin:10px;
}
.PartNavinfo
{
    display:table-cell;
    vertical-align:top;
    background-color:rgb(66,66,66); 
    color:white;
    width:80px;
    text-align:center;    
    padding-top:15px;
    top: 60px;
    bottom: 60px;
    position: absolute;
    color: rgb(255,255,255);
}
.PartNavinfo .NavinfoBtn {
    padding-top:7px;
    padding-bottom:7px;
    cursor:pointer;
}
.PartNavinfo i {
    font-size:26px;
}
/* purchase -------- ---------------------------------------------------------------------------------------------------*/
.timeline-hoz {
    margin: 0 auto;
    background-color: black;
    display: block;
    float: left;
    height: 3px;
    position: absolute;
    width: 96%;
    top:255px;
}

.purchase-activity {
    display: table;
    position: relative;    
    padding-bottom:3px;
    margin-bottom:4px;
    border-bottom:1px solid black;
}

.quote-activity {
    display: table;
    position: relative;    
    padding-bottom:3px;
    padding-top:4px;
    border-bottom:1px solid black;
}

.purchase-art {
    display:block;
    position: absolute;
    width: auto;
    height: auto;
    width: 450px;
    max-width: 500px;
}

.purchase-art figure {
    margin:15px;
    position:relative;
}
.purchase-art p {
    margin:0px;
}
.purchase-art-partleft {
    width: 150px;text-align:right;height:200px;border-right:2px solid black;display: table-cell;
    position: relative;
    padding-top:25px;
}

.purchase-art-partright {
    width: auto;height:200px;display: table-cell;margin-left:5px;padding-left:10px;
    position: relative;
    padding-top:25px;
}

.purchase-art-round {
    margin-left: 142px;border: 2px solid black;border-radius: 12px;width: 14px;height: 14px;
}

.article-ex1 article figure figcaption {
  position: absolute;
  right: 0px;
  top: -10px;
  width: 280px;
  height: 50px;
  background-color: rgba(255, 102, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 border-bottom-left-radius:10px;
 border-top-left-radius:10px;
}
.article-ex1 article:hover figure figcaption{
	opacity: 1;
    right: 30px;
}
.article-ex1 article figure figcaption .active-figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    height:100%;
    width:100%;
    text-align:center;
    color:white;   
    cursor:pointer;
}
    .article-ex1 article figure figcaption .active-figcaption i {
        font-size:35px; 
        color:white;
    }


    /*.purchase-activity div div {
        display: inline-block;
    }

        .purchase-activity div div div {
            display: inline-block;
        }*/

.purchase-status {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    background-color:green;
    padding:2px 5px 2px 5px;
    color:white;
    font-weight:bold;
    text-align:center;
    min-width:100px;
}
.quote-status {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    background-color:green;
    padding:2px 5px 2px 5px;
    color:white;
    font-weight:bold;
    text-align:center;
    min-width:130px;
}
.quote-line-status {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    background-color:green;
    padding:2px 5px 2px 5px;
    color:white;
    font-weight:bold;
    text-align:center;
    min-width:100px;
}
/* project -------- ---------------------------------------------------------------------------------------------------*/
.container-project {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
/* select product -------- ---------------------------------------------------------------------------------------------------*/
.popupSelectProductWhite
{
    width:100%;
    display:table;
    color:rgb(118,118,118);   
    padding-top:10px;
}
.popupSelectProductWhiteL
{
    padding-left:30px;
    display:table-cell;
    width:310px;
    vertical-align:top;
}
.popupSelectProductWhiteR
{
    display:table-cell;
    vertical-align:top;
}
/* page -------- ---------------------------------------------------------------------------------------------------*/
.divpager {
    text-align: center;
    padding-bottom: 3px;
    width: 100%;
    display: inline-block;
}

.pager {
    display: inline-block;
    min-height: 30px;
}

.page-numbers {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    border: 1px solid #CCC;
    color: #808185;
    display: block;
    float: left;
    font-size: 150%;
    margin-right: 3px;
    padding: 4px 4px 3px;
    text-decoration: none;
}

    .page-numbers.current {
        background-color: #808185;
        border: 1px solid #808185;
        color: white;
        font-weight: bold;
    }

    .page-numbers.next, .page-numbers.prev {
        border: 1px solid white;
    }

    .page-numbers.desc {
        border: none;
        margin-bottom: 10px;
    }
/* Check -------- ---------------------------------------------------------------------------------------------------*/

.design-Checkbox td {
    margin: 50px auto;
    position: relative;
}

    .design-Checkbox td label {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        text-align: center;
        padding-top: 10px;
        font-size: 22px;
        border: 1px solid white;
    }

    .design-Checkbox td input {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: 100;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.design-Checkbox td {
    width: 180px;
    height: 50px;
}

    .design-Checkbox td input:checked ~ label {
        border: 1px solid rgb(245, 134, 54);
        color: rgb(245, 134, 54);
    }
/* licence -------- ---------------------------------------------------------------------------------------------------*/  
.postit
{
    display:inline-block;
    width:350px;
    text-align:left;
}
.postit_head
{
    border-top: solid 1px grey;
    border-left: solid 1px grey;
    border-right: solid 1px grey;
    background-color:rgb(200,214,232);    
    width:100%;
}
.postit_body
{
    display:table;
    border: solid 1px grey;
    background-color:rgb(247,250,254);
    width:100%;
}
.postit_row
{
    display:table-row;    
}
.postit_cell
{
    display:table-cell;
    padding:5px;
    width:47%;
}
.postit_cell_lblTittle
{
    color:black;
    font-size:16px;
    font-weight:bold;
}
.postit_cell_lblssTittle
{
    color:black;
    font-size:16px;
    font-weight:bold;
}
.postit_cell_lblRef
{
    color:rgb(119,154,198);
    font-size:18px;
    font-weight:bold;
}
.postit_cell_lblstatue
{
    color:rgb(242,103,34);
    font-size:18px;
    font-weight:bold;
}
.postit_cell_Lblnumber
{
    color:grey;
    float:left;
}
.postit_cell_number
{
    color:black;
    float:right;
}
/* combo and filter -------- ---------------------------------------------------------------------------------------------------*/
.element-popup {
    display: table-cell;
    padding: 0;
    outline: 0;
    word-wrap: break-word;
    height: 430px;
    max-height: 430px;
    width: 950px;
    background-color: white;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: .3125em;
}

    .element-popup input {
        width: auto;
        height: auto;
        font-size: 20px;
    }

.Quote-content, .Purchase-content {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
    cursor: pointer; 
    display: inline-block;
}
.Purchase-content {
    width:800px;
}
.Quote-content {
    width:600px;
}
    .Quote-content :hover {
        background-color: gainsboro;
    }

.listbox-popup {
    z-index: 1100;
    display: table-cell;
    padding: 0;
    outline: 0;
    word-wrap: break-word;
    height: 530px;
    max-height: 530px;
    width: 450px;
    background-color: white;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-radius: .3125em;
    /*border-top-left-radius: .3125em;
    border-bottom-left-radius: .3125em;*/
}

.ui-input-search {
    border-radius: .3125em;
    background-clip: padding-box;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
    margin: .5em 0;
    border-width: 1px;
    border-style: solid;
    position: relative;
    padding-right: 2.37em;
    margin-left: .5em;
    margin-right: .5em;
}

    .ui-input-search::after {
        position: absolute;
        left: 0.31em;
        top: 50%;
        margin-top: -7px;
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-");
    }

    .ui-input-search input {
        margin: 0;
        min-height: 2.0em;
        text-align: left;
        border: 0;
        border-radius: inherit;
        width: 100%;
        padding: .4em;
        line-height: 1.2em;
        box-sizing: border-box;
        outline: 0;
        font-size: 12px;
    }

.listbox-content {
    overflow-y: auto;
    max-height: 485px;
    max-width: 450px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.ui-btn {
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: .9em 1em;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: bold;
    list-style: none;
}

#purchasePopupID {
    text-align: left;
}
/* footer -------- ---------------------------------------------------------------------------------------------------*/
.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    border-top: 1px solid grey;
    background-color: rgb(50, 70, 90);
    text-align: center;
    z-index:200;
}

.footer {
    width: 980px;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
}

.btnFooter {
    float: left;
    width: 490px;
    height: 60px;
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#footer-bottom-wrapper {
    background-color: #353c41;
    width: 100%;
}

    #footer-bottom-wrapper > #footer-bottom {
        padding: 13px 40px 15px 20px;
    }

#footer-bottom .copyright {
    margin: 5px 0 10px;
    text-align: left;
}

#footer-bottom .social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-nav > li {
    float: right;
    margin-left: 4px;
    margin-top: -3px;
}

.social-nav li > a {
    display: inline-block;
    font-size: 30px;
    color: white;
}

a#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    font-size: 50px;
    text-align: center;
    padding-bottom: 10px;
    bottom: 80px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: #131517 center center no-repeat;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

a#menu-left-data {
    display: none;
    position: fixed;
    left: 22px;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    top: 75px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    z-index: 500;
}
/* tooltip quoteLine -------- ---------------------------------------------------------------------------------------------------*/
.tooltip {
    position: relative;
    display: inline-block;
}

#popup_quoteLine {
    display: none;
    position: absolute;
    z-index: 9999;
}

.tooltipContent {
    background-color: white;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
    color: black;
}

.quoteLine-content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

    .quoteLine-content > div {
        display: inline-block;
        vertical-align: top;
    }

.divrepeaterEvent
{
    padding-left: 50px;
    padding-bottom:6px;
    padding-top:6px;
    border-left-width: medium;
    border-left-style: dotted;
    border-left-color: #000000;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
}
    /* Upload -------- ---------------------------------------------------------------------------------------------------*/
    #divDropHere
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#divDropHere.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#uploadClient {
    padding: 1em 0;
	color: #555;
}
.deleteUpload {
    float:right;
    font-weight:bold;
}
.progressBar
{
	display: block;
	width: 0%;
	margin: 2px 0;
	border-radius: 5px;
	font-size: 6px;
    background: #0c0 none 0 0 no-repeat;
}

.progressSuccess
{
	width: 100%;
	background: #0c0 none 0 0 no-repeat;
}

.progressFailed
{
    width: 100%;
	background: #c00 none 0 0 no-repeat;
}
#lblerrUpload {
    color:red;
}
#divStatus
{
	margin-top: 5px;
	margin-left: 1px;
}
h3.accordion {
    background-color: #eee; 
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none; 
    transition: 0.2s;
}

h3.accordion.active, h3.accordion:hover {
    background-color: #ddd;
}

.divaccordion {  
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.divaccordion.show {
    opacity: 1;
    height: auto;  
}
.pnlNotif 
{
    display:none;
    position: absolute;
    margin-top:55px;
    right:-1px;
}
.divNotif 
{
    width:450px;
	border-left-color: rgb(76,174,211); border-left-width: 4px; border-left-style: solid;
	border-bottom-color: rgb(76,174,211); border-bottom-width: 1px; border-bottom-style: solid;
}
.divNotif:hover, .divNotif:hover span  {
    background-color:lightsteelblue;
    color:black !important;
}
.innerdivNotif 
{
    min-height:50px;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
    word-wrap:break-word;
    table-layout:fixed;
    display:table-cell; 
    vertical-align:middle;
    white-space: normal !important;
}
.closeNotif
{
    text-decoration: none;
    font-weight:bold;
	font-size:16px;
	cursor: pointer;
    float:right;
    color:white;   
    margin:7px;
    z-index:2000 !important;
    padding:0 !important;
     font-size: 22px !important;
    font-weight: 700 !important;
}
.notif 
{
    cursor: pointer;
    color:white;
    text-decoration:none;
    padding:0 !important; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left !important;
}
    .notif span {
        padding:0 !important; 
        white-space: normal !important;
        display: inline-block !important; 
        text-align: left !important; 
        color:darkblue !important;
    } 
@media (max-width: 1200px) {
    a#menu-left-data {
        display: block;
    }

    .containerData {
        position: absolute;
        top: 0px;
        left: 0px;
        right: -200px;
        bottom: 0px;
    }

        .containerData .search-area {
            padding-left: 75px;
        }

    nav.vertical {
        width: 200px;
        position: absolute;
        top: -1px;
        bottom: 0px;
        left: -200px;
        background-color: rgb(29,43,54);
    }

    .containerData footer {
        left: 0px;
    }

    .PartProductDetails {
        width: 340px;
    }

    .productLineContentPicture {
        width: 35px;
        padding-left: 5px;
    }

        .productLineContentPicture img {
            margin-left: auto;
            margin-right: auto;
            border: 1px solid grey;
            width: 20px;
        }


    a#scroll-top:hover {
        background-color: #353c41;
    }

    .search-area-wrapper .search-area {
        width: 940px;
    }

    .page-container .container {
        margin-top: 10px;
        width: 940px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 979px) {
    /* logo */
    .header-wrapper .container {
        position: relative;
        min-height: 60px;
        height: auto !important;
        margin-right: 0px;
    }

    #profil-area {
        margin-top: 0;
        right: initial;
    }

    .logo-container {
        text-align: center;
        padding: 0px 0;
    }

        .logo-container img {
            display: block;
            margin: 10px auto 5px;
        }

    a#menu-left-data {
        top: 106px;
    }

    .search-area-wrapper .search-area {
        width: 724px;
    }


    .search-area-wrapper {
        top: 90px;
        height: 130px !important;
    }

    .containerData .search-area .search-area-form {
        width: 440px;
    }

    .search-area-wrapper .search-area .search-area-form {
        width: 100%;
    }

    #search-form input.search-term {
        width: 200px;
    }

    .search-area-title {
        width: 100%;
        text-align: center;
    }

    .search-header {
        display: inline-block;
    }

    .search-tag-line {
        display: inline-block;
    }

    #search-form {
        margin-top: 0px;
        margin-bottom: 12px;        
    text-align: center;
    }

    .page-container {
        width: 100%;
        background-color: white;
        top: 92px;
        bottom: 0px;
        position: fixed;
    }

    .home {
        top: 220px;
        bottom: 60px;
    }

    .DeliveryContentPlace {
        width: 100%;
        padding-bottom: 65px;
        padding-top: 90px;
        overflow: auto;
        background-color: rgb(240, 240, 240);
    }

    .lst-portfolio-Container {
        position: relative;
        width: 640px;
        margin: 0 auto;
        padding: 0;
    }

    span.tag-line {
        color: white;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        padding-top: 15px;
    }

    .logo-heading {
        display: block;
        position: static;
        top: auto;
        text-align: center;
    }

    .header-nav2 {
      position: relative;
      top: 0;
      right: 0;
      font-size: 11px;
      text-align: center;
      height:30px;
      padding-top:8px;
    }
    
        .header-nav2 .menu-table {
            padding-top:10px;
        }

    /* Navigation */
    .main-nav {
        position: static;
        top: auto;
        right: auto;
    }

        .main-nav > div > ul {
            text-align: center;
        }

            .main-nav > div > ul > li {
                float: none;
                display: inline-block;
                padding: 5px 14px 10px;
            }

                .main-nav > div > ul > li .sub-menu {
                    text-align: left;
                    top: 55px;
                }

                    .main-nav > div > ul > li .sub-menu li {
                        width: 130px;
                    }

                    .main-nav > div > ul > li .sub-menu .sub-menu {
                        right: auto;
                        left: 150px;
                    }

    .PartProductDetails {
        width: 300px;
    }

    .divSNandCode {
        float: none;
        width: 80px;
        margin-right: 5px;
        display: inline-block;
    }

    .divSNfromTxt {
        float: none;
        padding-top: 7px;
        vertical-align: middle;
        display: inline-block;
    }

    .divSNLocation {
        float: none;
        font-size: 30px;
        vertical-align: middle;
        padding-right: 10px;
        display: block;
        text-align: right;
    }

    .productLineContentPicture {
        width: 300px;
        float: none;
    }

        .productLineContentPicture img {
            margin-left: auto;
            margin-right: auto;
            width: 20px;
        }

    .page-container .container {
        width: 755px;
        margin-right: auto;
        margin-left: auto;
    }

    .list-check {
        width: 375px;
    }

        .list-check .list-container-timeLine {
            width: 285px;
        }

    .footer {
        width: 100%;
        vertical-align: middle;
        margin-right: auto;
        margin-left: auto;
    }

    .btnFooter {
        float: left;
        width: 50%;
        height: 60px;
        margin-top: 10px;
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .header-nav2 {
      height:0px;
    }
    .header-nav2 .menu {
        display:none;
    }
    #loginpopup_name, #pwdpopup_name {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .login-picture {
        display: block;
        border-bottom: solid 1px grey;
    }

    .login-container {
        bottom: 0px;
        position: fixed;
        margin-bottom: 20px;
    }

    .DeliveryContentPlace {
        width: 100%;
        padding-bottom: 65px;
        padding-top: 80px;
        overflow: auto;
        background-color: rgb(240, 240, 240);
    }

    /* Navigation */
    .main-nav > div {
        display: none;
    }

    .main-nav .responsive-nav {
        display: block;
        width: 85%;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
        margin-top: 0px;
        padding: auto;
        border-radius: 0;
        border: none;
    }

    .search-area-wrapper {
        display: none;
        height: 0px;
        top: 0px;
    }

    .lst-portfolio-Container {
        width: initial;
    }

    .page-container {
        overflow-y: auto;
        height: auto;
        top: 92px;
    }

        .page-container .container {
            width: auto;
            margin-top: 0px;
        }

    .homesection {
        border: none;
        -webkit-box-shadow: 0px;
        -moz-box-shadow: 0px;
        box-shadow: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .btnFooter span {
        display: none;
    }

    .portfolio-Container {
        width: 300px;
        margin: 0px;
        display: inline;
        float: none;
    }

    .picture {
        height: 80px;
    }

    .zoom {
        width: 20px;
        height: 20px;
        margin: 10% auto;
    }

        .zoom i {
            font-size: 14px !important;
            line-height: 14px !important;
        }

    .productLineContentPicture {
        float: none;
    }

    .productLineContent {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .PartProductDetails {
        width: 100%;
    }

    .productLineFooter {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .PartProductSNc {
        display: none;
    }

    .btnProduct {
        float: left;
        width: 33%;
    }
}

@media (max-width: 505px) {
    #footer-bottom .copyright {
        margin: 0px 0px 10px;
    }
}

@media (min-height: 900px) {
    .page-container .container {
        margin-top: 80px;
    }
}

@media (max-height: 750px) {
    .overflowPopup {
        overflow-y: auto;
        max-height: 470px;
    }
}

@media (max-height: 600px) {
    .overflowPopup {
        overflow-y: auto;
        max-height: 360px;
    }
}
