.sigWrapper.current {
    border: none !important;
}

    .sigWrapper.current .pad {
        border:solid 2px;
    }

* {
    outline: none;
}

html {
    overflow: auto;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    min-width: 990px;
}

a {
    text-decoration: none;
    outline: none;
}

    a img {
        border: none;
    }

input {
    color: #0F5088;
    font-family: Arial;
    font-size: 12px;
}

#seo {
    font-size: 10px;
    left: 5px;
    position: absolute;
    top: 20px;
    width: 90px;
}

#wrap {
    // background: url("images/public/bg.jpg") no-repeat scroll center top #F5F5F5;
    overflow-x: hidden;
    overflow-y: auto;
}

#wrapv2 {
    background: url("images/public/bg.jpg") no-repeat scroll center -30px #F5F5F5;
    overflow-x: hidden;
    overflow-y: auto;
}

#header {
    height: 42px;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 900px;
}

#topmenu {
    float: right;
    margin-right: 3px;
}

#menu {
    float: right;
}

#topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #topmenu ul li {
        float: left;
        height: 29px;
    }

        #topmenu ul li a {
            /*background: transparent url(images/public/border_li_topmenu.jpg) no-repeat right 8px;*/
            color: white;
            font-size: 11px;
            height: 17px;
            padding: 6px 0 0;
            margin: 0 7.5px;
            text-decoration: none;
        }

li.nosub a {
    margin: 0 2px !important;
    display: block;
}

#topmenu ul li.menutop_active a {
    /*background: transparent url(images/public/top_menu_hover.png) no-repeat center bottom;*/
    border-bottom: 1px solid #FFFFFF;
}

#topmenu ul li.nosub:hover {
    background-image: none;
}

#lang {
    float: right;
    width: 56px;
}

span#fr {
    background: transparent url(images/public/fr.png) no-repeat center top;
    display: block;
    width: 16px;
    height: 13px;
}

span#fractive {
    background: transparent url(images/public/fr.png) no-repeat center bottom;
    display: block;
    width: 16px;
    height: 13px;
}

span#nl {
    background: transparent url(images/public/nl.png) no-repeat center top;
    display: block;
    width: 16px;
    height: 13px;
}

span#nlactive {
    background: transparent url(images/public/nl.png) no-repeat center bottom;
    display: block;
    width: 16px;
    height: 13px;
}

span#en {
    background: transparent url(images/public/en.png) no-repeat center top;
    display: block;
    width: 16px;
    height: 13px;
}

span#enactive {
    background: transparent url(images/public/en.png) no-repeat center bottom;
    display: block;
    width: 16px;
    height: 13px;
}

.floatright {
    clear: both;
    float: right;
    width: 284px;
    text-align: right;
    margin-right: 10px;
    color: white;
}

.right {
    clear: both;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.clear {
    clear: both;
}


span#already {
    color: #4D4D4D;
    float: left;
    font-family: "ff-meta-web-pro-1";
    font-size: 12px;
    margin: 2px 10px 10px 11px;
    width: 184px;
}

div#map {
    height: 370px;
    margin-top: 10px;
    width: 100%;
}

div#adrcontact {
    color: #4D4D4D;
    font-size: 12px;
    text-align: justify;
}

    div#adrcontact strong {
        color: #0f5088;
    }

    div#adrcontact a {
        color: #0f5088;
        text-decoration: none;
    }

span#signin {
    background: url("images/public/bg_signin.png") no-repeat scroll left top transparent;
    color: #0F5088;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 9px;
    font-weight: bold;
    height: 19px;
    margin-right: 7px;
    padding-top: 4px;
    text-align: center;
    width: 72px;
}

div#search {
    margin-left: 58px;
}

input#search {
    background: url(images/public/bg_input_search.png) no-repeat left top transparent;
    width: 180px;
    border: none;
    float: left;
    color: #0f5088;
    font-size: 11px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#submitSearch {
    background: url(images/public/bg_submit_search.png) no-repeat left top transparent;
    width: 28px;
    height: 21px;
    border: none;
    float: left;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #submitSearch {
        margin-top: 2px;
    }
}

#need4info span {
    color: #4D4D4D;
    display: block;
    font-size: 11px;
    margin: 10px 5px 5px 10px;
    height: 40px;
}

#Need4infoForm p {
    margin: 0;
}

input#need4info {
    background: url("images/public/bg_input_need4info.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #0F5088;
    float: left;
    font-size: 10px;
    margin-left: 13px;
    padding-left: 10px;
    width: 117px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    input#need4info.error {
        background: url("images/public/bg_input_need4info_error.png") no-repeat scroll left top transparent;
    }

#submitNeed4info {
    background: url(images/public/bg_submit_need4info.png) no-repeat left top transparent;
    width: 33px;
    height: 23px;
    border: none;
    float: left;
    cursor: pointer;
    color: #0f5088;
    font-weight: bold;
    font-size: 9px;
    padding-bottom: 3px;
}

form#Media input#media {
    background: url("images/public/bg_input_media.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #0F5088;
    font-size: 10px;
    margin-left: 14px;
    margin-top: 22px;
    padding-left: 10px;
    width: 149px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

span#aplabs-text {
    height: 120px;
    margin: 66px 16px 5px 19px;
    display: block;
}

div#aplabs-text p {
    margin: 8px 0 3px;
}

input#aplabs {
    background: url("images/public/bg_input_aplabs.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #0F5088;
    font-size: 10px;
    height: 23px;
    margin-left: 14px;
    margin-top: 12px;
    padding-left: 10px;
    width: 229px;
}

#MediaForm p {
    margin: 0;
}

#AplabsForm p {
    margin: 0;
}

#media_list-label {
    height: 7px;
}

#prodlinks_list-label {
    height: 9px;
}

#submitMedia {
    background: url("images/public/bg_submit_media.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #0F5088;
    cursor: pointer;
    float: right;
    font-size: 9px;
    font-weight: bold;
    height: 23px;
    margin-right: 15px;
    margin-top: 8px;
    width: 82px;
    padding-bottom: 2px;
}

#submitAplabs {
    background: url("images/public/bg_submit_aplabs.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #0F5088;
    cursor: pointer;
    float: right;
    font-size: 9px;
    font-weight: bold;
    height: 23px;
    margin-right: 31px;
    margin-top: 0;
    padding-bottom: 2px;
    width: 82px;
}

#submitSignin {
    background: url("images/public/bg_signin.png") no-repeat scroll left top transparent;
    border: medium none;
    height: 23px;
    width: 72px;
    float: left;
    color: #0f5088;
    font-weight: bold;
    font-size: 9px;
    cursor: pointer;
    padding-bottom: 2px;
}

div#signin span {
    color: #4D4D4D;
    float: left;
    font-family: "ff-meta-web-pro-1";
    font-size: 12px;
    margin: 2px 8px;
}

div#logo_auxipress {
    height: 101px;
    margin-top: -20px;
    width: 170px;
}

div#horiz_menu {
    background: url("images/public/bg_menu_horiz.png") no-repeat scroll left bottom transparent;
    clear: both;
    float: left;
    height: 49px;
    margin-left: 142px;
    margin-top: -71px;
    width: 943px;
}

    div#horiz_menu ul {
        list-style-type: none;
        margin: 0 0 0 57px;
        padding: 0;
        height: 49px;
    }

        div#horiz_menu ul li {
            float: left;
            height: 49px;
        }

            div#horiz_menu ul li a {
                color: black;
                display: block;
                font-family: "ff-meta-web-pro-1";
                font-size: 16px;
                padding: 9px 0 0;
                margin: 0 17px;
                text-decoration: none;
            }

                div#horiz_menu ul li a:hover {
                    color: #0f5088;
                    /*border-bottom: 1px solid #0F5088;*/
                }

            /*
div#horiz_menu ul li:hover {
	background: url(images/public/bg_menu_horiz_hover.png) no-repeat center bottom transparent;
}
*/
            div#horiz_menu ul li.menuhoriz_active a {
                /*background: url(images/public/bg_menu_horiz_hover.png) no-repeat center bottom transparent;*/
                border-bottom: 1px solid #0F5088;
            }

#home {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 900px;
    min-height: 310px;
}

.home_left {
    width: 190px;
    float: left;
}

.home_right {
    width: 760px;
    float: left;
    margin-left: 30px;
    height: auto;
}

    .home_right > div {
        display: none;
    }

        .home_right > div div {
            display: block;
        }

#leftmenu article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#leftmenu {
    list-style: none;
    padding-left: 4px !important;
}

    #leftmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #leftmenu li {
        margin: 0 0 3px 0;
    }

    #leftmenu a {
        display: block;
        *display: inline-block;
        *width: 240px;
        text-decoration: none;
        background: #ddd;
        color: #444;
        padding: 10px 5px;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 0 #ccc;
        -webkit-box-shadow: 0 1px 0 #ccc;
        box-shadow: 0 1px 0 #ccc;
        padding-left: 20px;
        padding-right: 50px;
    }

    #leftmenu ul a {
        background: #f2f2f2;
        text-transform: none;
        font-weight: normal;
    }

        #leftmenu ul a:hover {
            color: #eee;
            background: #9c9c9c;
            background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999));
            background: -webkit-linear-gradient(top, #bbb, #999);
            background: -moz-linear-gradient(top, #bbb, #999);
            background: -ms-linear-gradient(top, #bbb, #999);
            background: -o-linear-gradient(top, #bbb, #999);
            background: linear-gradient(top, #bbb, #999);
        }

    #leftmenu .selected {
        font-weight: bold;
        background-color: #F0F0F0 !important;
    }

#admin thead td {
    width: 140px;
    text-decoration: none;
    background: #ddd;
    color: #444;
    padding: 10px 5px;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    padding-left: 20px;
    padding-right: 50px;
    text-decoration: none;
}

.listItems {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
    background-color: white;
}

#admin .listItems div span {
    float: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

#admin .listItems div a {
    float: right;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: white;
}

    #admin .listItems div a:hover {
        background-color: #D00202;
    }

#admin .listItems div {
    float: clear;
    display: inline-block;
    width: 100%;
}

#admin .listItems .newItem {
    font-style: italic;
    font-weight: bold;
    width: 90%;
    font-size: 12pt;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

#admin a {
    display: block;
    *display: inline-block;
    *width: 240px;
    text-decoration: none;
    color: #444;
    padding: 10px 5px;
    font: bold 12px Arial, Helvetica;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    padding-left: 20px;
    padding-right: 50px;
    background: #E2E2E2;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

#admin a {
    display: block;
    *display: inline-block;
    *width: 240px;
    text-decoration: none;
    color: #444;
    padding: 10px 5px;
    font: bold 12px Arial, Helvetica;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    padding-left: 20px;
    padding-right: 50px;
    background: #E2E2E2;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

#admin .selected {
    background-color: #C0C0C0;
}

#bottom {
    background: url(images/public/bottom.jpg) repeat-x left top transparent;
    height: 405px;
}

#footer {
    margin: 0 auto;
    margin-top: -40px;
    width: 1280px;
    height: 18px;
    background-color: rgb(157, 165, 226);
    padding-left: 10px;
    padding-top: 1px;
}



div#sitemap {
    height: 353px;
}

div#logo_auxipress_footer {
    height: 52px;
    float: left;
}

span#logo_footer {
    display: block;
    width: 63px;
    height: 30px;
    background: transparent url(images/public/logo_auxipress_footer.png) no-repeat left top;
    margin-top: 12px;
}

div#bottom_menu {
    float: left;
}

    div#bottom_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div#bottom_menu ul li {
            float: left;
            color: white;
            font-size: 11px;
        }

            div#bottom_menu ul li a {
                color: white;
                font-size: 11px;
                text-decoration: none;
            }

#sitemap_1, #sitemap_2, #sitemap_3, #sitemap_4, #sitemap_5 {
    float: left;
    margin-top: 32px;
    width: 196px;
}

#sitemap_5 {
    color: #0F5088;
    font-family: "ff-meta-web-pro-1";
    font-size: 15px;
    margin-top: 230px;
    text-decoration: none;
}

#footer_socialnetworks {
    width: 177px;
    height: 37px;
    background: transparent url(images/public/bg_footer_socialnetworks.jpg) no-repeat left top;
}

    #footer_socialnetworks #twitter, #footer_socialnetworks #facebook, #footer_socialnetworks #youtube, #footer_socialnetworks #flickr, #footer_socialnetworks #rss, #footer_socialnetworks #linkedin {
        float: left;
        margin-left: 6px;
        margin-top: 7px;
        width: 22px;
    }

#sitemap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sitemap ul li a {
        color: #0f5088;
        font-size: 15px;
        font-family: "ff-meta-web-pro-1";
        text-decoration: none;
    }

    #sitemap ul li ul li a {
        color: #4d4d4d;
        font-size: 11px;
        font-family: Arial;
        text-decoration: none;
    }

    #sitemap ul li ul li ul li a {
        color: #9b9b9b;
        font-size: 11px;
        font-family: Arial;
        text-decoration: none;
    }

#breadcrumbs {
    margin: 0 0 9px 20px;
}

    #breadcrumbs p, #breadcrumbs a {
        color: #9b9b9b;
        font-size: 10px;
        font-family: Arial;
        text-decoration: none;
        margin: 0;
    }

.mediaTop select {
    width: 140px;
    margin-right: 10px;
    margin-left: 0px;
}

.themeSelector {
    position: relative;
    left: 240px;
    top: -460px;
}

    .themeSelector a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font: 13px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    }

    .themeSelector .selected {
        background-color: gray;
    }

#typeSelector {
    position: relative;
    left: 20px;
    top: -510px;
    width: 200px;
}

    #typeSelector a {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font: 13px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    }

    #typeSelector .selected {
        background-color: gray;
    }

.twitter {
    position: relative;
    top: -525px;
    left: 551px;
    -webkit-border-image: none;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(222, 222, 222)));
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(51, 51, 51);
    cursor: default;
    display: block;
    float: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(51, 51, 51);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    vertical-align: top;
    white-space: nowrap;
    width: 57px;
}

.save {
    position: relative;
    top: -525px;
    left: 553px;
    -webkit-border-image: none;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(222, 222, 222)));
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(51, 51, 51);
    cursor: default;
    display: block;
    float: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 16px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(51, 51, 51);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 2px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    vertical-align: top;
    white-space: nowrap;
    width: 20px;
}

    .save a {
        display: block;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(images/public/save_icon.gif);
        background-origin: padding-box;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-size: auto;
        min-width: 18px;
        height: 18px;
    }

#compareTimePage .twitter {
    top: -509px;
}

#compareBrandsPage .twitter {
    top: -509px;
}

#compareTimePage .save {
    top: -509px;
}

#compareBrandsPage .save {
    top: -509px;
}

.twitter-share-button i {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://abs.twimg.com/a/1363285036/images/b2_btn_icon.gif);
    background-origin: padding-box;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: auto;
    color: rgb(51, 51, 51);
    cursor: default;
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    height: 16px;
    left: 1px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: absolute;
    text-align: left;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    top: 1px;
    vertical-align: text-top;
    white-space: nowrap;
    width: 16px;
}

.twitter-share-button {
    color: rgb(51, 51, 51);
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 19px;
    padding-right: 3px;
    padding-top: 0px;
    text-align: left;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    white-space: nowrap;
    width: 35px;
    zoom: 1;
}

.vi-tabs {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(170, 170, 170);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(34, 34, 34);
    display: block;
    padding-bottom: 2.1875px;
    padding-left: 2.1875px;
    padding-right: 2.1875px;
    padding-top: 2.1875px;
    position: relative;
}

.vi-tabs .vi-tabs {
    border-top-width: 0px;
}

.vi-tabs-nav a {
    color: white;
}

.vi-active a {
    color: rgb(58,58,58);
}

.vi-tabs-nav {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(58, 58, 58);
    /*    background-image: url(http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png);*/
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(170, 170, 170);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(34, 34, 34);
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 14px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
    outline-color: rgb(34, 34, 34);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 2.1875px;
    padding-right: 2.1875px;
    padding-top: 2.1875px;
    text-decoration: none;
}

.vi-tabs-panel {
    background-image: none;
    color: rgb(85, 85, 85);
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 14px;
    line-height: 14px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 5.5px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5.5px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.vi-active {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(170, 170, 170);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(170, 170, 170);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(170, 170, 170);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(33, 33, 33);
    display: list-item;
    float: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: -1px;
    margin-left: 0px;
    margin-right: 2.200000047683716px;
    margin-top: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    padding-top: 6px;
    height: 17px;
}

.page {
    display: none;
}

.form {
    border: solid 1px rgb(170,170,170);
}

    .form input[type=date] {
        width: 340px;
        margin-right: 3px;
    }

    .form input[type=time] {
        width: 340px;
        margin-right: 3px;
    }

    .form input[type=number] {
        width: 340px;
        margin-right: 3px;
    }

    .form input[type=text] {
        width: 340px;
        margin-right: 3px;
    }

    .form input[type=email] {
        width: 340px;
        margin-right: 3px;
    }

    .form select {
        width: 345px;
        margin-right: 3px;
    }

    .form .zipCode {
        width: 126px !important;
    }

    .form .locality {
        width: 202px !important;
    }


.datatable {
    border: solid 1px #ddd;
    margin-top:-3px;
}

#EditPump .form input {
    width: 220px;
}

#EditPump .form input[type=radio] {
    width: auto;
}

#EditPump .form input[type=checkbox] {
    width: auto;
}

#EditPump .form select {
    width: 225px;
}

#EditPump .datatable {
    width: 350px !important;
    min-height: 250px !important;
    height:100% !important;
}

#EditPump .PumpAndMotor {
    display:none;
}

#EditPump .Motor {
    display:none;
}

#EditPump .Motor {
    display:none;
}

#EditPump .Automation {
    display:none;
}

#EditPump .QRCode {
    display:none;
}

#EditPump>div>input+input+table tr>td:first-child+td {
    width:30%;
}

#EditPump>div>input+input+table tr>td:first-child+td+td+td {
    width:30%;
}

#EditPump>div>input+input+table input[type=text] {
    width:100%;
}

#EditPump>div>input+input+table select {
    width:100% !important;
}

#EditPump>div>input+input+table td {
    padding-left:5px;
    padding-right:5px;
}

#EditPump table.QRCode {
    width:100% !important;
}

#EditPump table td {
    vertical-align:top;
}

#ViewPump .form input {
    width: 220px;
}

#ViewPump .form input[type=radio] {
    width: auto;
}

#ViewPump .form input[type=checkbox] {
    width: auto;
}

#ViewPump .form select {
    width: 225px;
}

#ViewPump .datatable {
    width: 350px !important;
    min-height: 250px !important;
    height:100% !important;
}

#ViewPump .PumpAndMotor {
    display:none;
}

#ViewPump .Motor {
    display:none;
}

#ViewPump .Motor {
    display:none;
}

#ViewPump .Automation {
    display:none;
}

#ViewPump .QRCode {
    display:none;
}

#ViewPump>div>input+input+table tr>td:first-child+td {
    width:30%;
}

#ViewPump>div>input+input+table tr>td:first-child+td+td+td {
    width:30%;
}

#ViewPump>div>input+input+table input[type=text] {
    width:100%;
}

#ViewPump>div>input+input+table select {
    width:100% !important;
}

#ViewPump>div>input+input+table td {
    padding-left:5px;
    padding-right:5px;
}

#ViewPump table.QRCode {
    width:100% !important;
}

#ViewPump table td {
    vertical-align:top;
}

.border {
    border: solid 1px rgb(170,170,170);
    padding: 2px;
    margin: 2px;
    width: 99%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fullborder {
    border: solid 1px rgb(170,170,170);
    padding: 2px;
    width: 99.5%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form.noborder {
    border: none;
}

textarea {
    width: 99%;
    height: 150px;
}

.Controls td:first-child {
    width: 160px;
}

.PumpPictures img {
    max-height: 120px;
    max-width: 120px;
}

.QRCode {
    width: 219px !important;
}

.navline {
    margin-top: 6px;
    margin-bottom: 6px;
}

.nav {
    background-color: rgb(51, 102, 153);
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(217, 217, 217);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(217, 217, 217);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(217, 217, 217);
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
}

.navHere {
    background-color: rgb(193, 210, 226);
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(217, 217, 217);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(217, 217, 217);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(217, 217, 217);
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
}

.navButton {
    float:right;
}

.navButton button {
    margin-top:-3px;
    cursor:pointer;
}

.navline span.selectable {
    background-color: rgb(51, 102, 153);
    cursor:pointer;
}

.navline button.selected {
    background-color: rgb(193, 210, 226);
    cursor:default;
}

#login {
    margin-left: 10px;
    color: rgb(58,58,58);
}

.header_banner_top_left {
    border-top-left-radius: 22px;
    width: 100%;
    height: 22px;
    background-color: rgb(193, 210, 226); /* foncé: rgb(51, 102, 153)*/
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.ksblogo {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#header table {
    border-collapse: collapse;
}

.header_banner {
    width: 100%;
    height: 22px;
    background-color: rgb(193, 210, 226); /* foncé: rgb(51, 102, 153)*/
    padding-bottom: 0px;
    padding-right: 2px;
    padding-left: 0px;
    padding-top: 0px;
}

    .header_banner a {
        color: white;
        background-color: rgb(51, 102, 153);
        border-bottom-color: rgb(217, 217, 217);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0px;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(217, 217, 217);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgb(217, 217, 217);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgb(217, 217, 217);
        border-top-style: solid;
        border-top-width: 1px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 6px;
        padding-right: 6px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

#home {
    margin-top: 18px;
}

.separator {
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
}

button {
    background-color: rgb(51, 102, 153);
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(217, 217, 217);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(217, 217, 217);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(217, 217, 217);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor:pointer;
}

.button {
    background-color: rgb(51, 102, 153);
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(217, 217, 217);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(217, 217, 217);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(217, 217, 217);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid rgb(128, 128, 128);
    border-left: 1px solid rgb(128, 128, 128);
    border-right: 1px solid rgb(128, 128, 128);
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(240, 240, 240);
    line-height: 22px;
  position: relative;
  bottom: 0px;
  left: 4px;
  top: 4px;
}

textarea {
    margin-top:2px;
}

/*.slick-header-column {
    background-image: url(images/navigator-tab.jpg);
}*/


#loginForm {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 40px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

    #loginForm h1 {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
        text-transform: uppercase;
        text-align: center;
        color: #666;
        margin: 0 0 30px 0;
        letter-spacing: 4px;
        font: normal 26px/1 Verdana, Helvetica;
        position: relative;
    }

        #loginForm h1:after, #loginForm h1:before {
            background-color: #777;
            content: "";
            height: 1px;
            position: absolute;
            top: 15px;
            width: 120px;
        }

        #loginForm h1:after {
            background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
            background-image: -webkit-linear-gradient(left, #777, #fff);
            background-image: -moz-linear-gradient(left, #777, #fff);
            background-image: -ms-linear-gradient(left, #777, #fff);
            background-image: -o-linear-gradient(left, #777, #fff);
            background-image: linear-gradient(left, #777, #fff);
            right: 0;
        }

        #loginForm h1:before {
            background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
            background-image: -webkit-linear-gradient(right, #777, #fff);
            background-image: -moz-linear-gradient(right, #777, #fff);
            background-image: -ms-linear-gradient(right, #777, #fff);
            background-image: -o-linear-gradient(right, #777, #fff);
            background-image: linear-gradient(right, #777, #fff);
            left: 0;
        }

    #loginForm input[type="text"], #loginForm input[type="password"] {
        background: url("/Images/sprites.png") no-repeat scroll 0 0 #F1F1F1;
        border: 1px solid #CCCCCC;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
        margin: 0 0 10px;
        padding: 5px 5px 5px 15px;
        width: 275px;
        display: block;
    }

    #loginForm input[type="text"] {
        background-position: 5px -6px !important;
    }

    #loginForm input[type="password"] {
        background-position: 5px -52px !important;
    }

    #loginForm fieldset {
        border: none;
    }

    #loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus {
        background-color: #FFFFFF;
        border-color: #E8C291;
        box-shadow: 0 0 0 1px #E8C291 inset;
        outline: medium none;
    }

.button {
    background-color: rgb(51, 102, 153);
    border-bottom-color: rgb(217, 217, 217);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(217, 217, 217);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(217, 217, 217);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(217, 217, 217);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    margin-bottom: 2px;
    margin-right: 10px;
    margin-top: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}

.status0 {
    background-color:rgb(126,255,126) !important;
}

.status0 div.selected {
    background-color:rgb(160,255,160) !important;
}

.status1 {
    background-color:yellow !important;
}

.status1 div.selected {
    background-color:rgb(240,240,127) !important;
}

.status2 {
    background-color:rgb(247,167,167) !important;
}

.status2 div.selected {
    background-color:rgb(255,206,206) !important;
}

#PumpsSearch {
    margin-top:5px;
}

#ParametersCountry {
    margin-top:5px;
}

#ParametersCountry .cleditorMain {
    margin-top:5px;
}

.disabledemail {

}

.errors {
    color:red;
}

#loginFooter {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  left: 0;
  right: 0;
}


.title.selected {
  background-color: rgb(51, 102, 153);
  color: white;
  cursor:pointer;
}

.title.deselected {
  background-color: white;
  cursor:pointer;
  line-height:22px;
  border-bottom:solid 1px black;
}

#EditInspection .PumpType1 {
    display:none;
}
#EditInspection .PumpType2 {
    display:none;
}
#EditInspection .PumpType3 {
    display:none;
}
#EditInspection .PumpType4 {
    display:none;
}
#EditInspection .PumpType5 {
    display:none;
}
#EditInspection .PumpType6 {
    display:none;
}
#EditInspection .PumpType7 {
    display:none;
}
#EditInspection .PumpType8 {
    display:none;
}
#EditInspection .PumpType9 {
    display:none;
}
#EditInspection .PumpType10 {
    display:none;
}
#EditInspection .PumpType11 {
    display:none;
}
#EditInspection .PumpType12 {
    display:none;
}
#EditInspection .PumpType13 {
    display:none;
}
#EditInspection .PumpType15 {
    display:none;
}

#EditInspection .PumpHasConverter {
    display:none;
}

table.boxed {
    border-collapse:collapse;
}

table.boxed td {
    border:1px solid black;
    padding:2px 2px 2Px 2px;
}

table.boxed th {
    border:1px solid black;
    padding:2px 2px 2Px 2px;
    max-width:100px;
}

.table-compacta td:nth-child(2),
.table-compacta td:nth-child(3),
.table-compacta td:nth-child(4),
.table-compacta td:nth-child(5),
.table-electric-measure td:nth-child(2),
.table-electric-measure td:nth-child(3),
.table-electric-measure td:nth-child(4),
.table-electric-measure td:nth-child(5),
.table-electric-measure td:nth-child(6){
    background-color:  rgb(240, 245, 250);   
}


.table-compacta td:nth-child(6),
.table-compacta td:nth-child(7),
.table-compacta td:nth-child(8),
.table-compacta td:nth-child(9),
.table-electric-measure td:nth-child(7),
.table-electric-measure td:nth-child(8),
.table-electric-measure td:nth-child(9),
.table-electric-measure td:nth-child(10),
.table-electric-measure td:nth-child(11){
    background-color: rgb(243, 243, 243);
}

td.pump1{
  background-color: rgb(235, 240, 250) !important;
}

td.pump2{
  background-color: rgb(238, 238, 238) !important;
}

tr.inspectionRow td {
    border-top: #eee 1px solid;
}

.table-electric-measure input[type="number"] {
    width: 100px;
}

.form table.boxed input[type=text] {
    width:100px;
}

table.border.small td {
    width:100px;
}

table.border.small td+td {
    width:80%;
}

table.boxed td+td {
    width:auto !important;
}

.slick-viewport {
    overflow-x:hidden !important;
}

#printInspection {
    cursor:pointer;
}

#printIntervention {
    cursor:pointer;
}

.impellersmall input[type=text] {
   width:150px !important;
}

.impellersmall tbody tr>td:first-child {
   width:200px !important;
}

