/*
  Template for
  INCOGRAF ®
  Designed by Paulo Vagos
  Developed by Carlos Santos
  Website: http://www.website.ext/
*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    font-size: 10pt;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
}

html, body {
    height: 100%;
}

body {
    overflow-y: scroll;
    background-image: url('./images/bg-header.png');
    background-position: center top;
    background-repeat: repeat-x;
    background-color: rgb(204,206,208);

}

br.clear-all {
    clear: both;
}

div#website {
    width: 900px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    height: 190px;
}

div#header div#top {
    display: inline-block;
    width: 900px;
    height: 60px;
}

div#header div#top div#left {
    float: left;
    /*width: 250px;*/
    height: 34px;
}

div#header div#top div#left div {
    float: left;
    width: 40px;
    height: 34px;
    line-height: 34px;
    background: rgb(165,170,174);
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

div#header div#top div#left div a {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 10px;
}

div#header div#top div#left div:hover {
    background-color: rgb(98,105,113);
}

div#header div#top div#right {
    float: right;
    width: 600px;
    height: 60px;
    background-image: url('./images/bg-header-top-right.png');
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-position: 219px center;
}

div#header div#top div#right form {
    line-height: 60px;
    text-align: right;
    display: inline-block;
    width: 604px;
}

div#header div#top div#right form div {
    background: url('./images/search.png') right top no-repeat;
    margin-top: 14px;
}

div#header div#top div#right form input {
    height: 30px;
    width: 140px;
    border: none;
    vertical-align: top;
    background: transparent;
    /*background-image: url('./images/search-field.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;*/

}

div#header div#top div#right form button {
    width: 30px;
    height: 30px;
    border: none;
    position: relative;
    vertical-align: top;
    background: transparent;
    /*background-image: url('./images/search-button.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;*/
}

div#header div#bottom {
    width: 900px;
    height: 130px;
    display: inline-block;
    background-image: url('./images/bg-header-bottom.png');
    background-repeat: no-repeat;
    background-position: center center;
}

div#header div#bottom div#left {
    float: left;
    width: 395px;
    height: 130px;
    background-image: url('./images/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

div#header div#bottom div#right {
    float: right;
    width: 400px;
    height: 130px;
    margin-right: 100px;
}

div#header div#bottom div#right div {
    color: #FFF;
    width: 100px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    float: left;
    background-image: url('./images/menu-off.png');
    background-repeat: no-repeat;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Oswald';
    text-decoration: none;
    font-weight: 300;
    font-size: 8pt;
}

div#header div#bottom div#right div:hover {
    background-image: url('./images/menu-on.png');
}

div#content {
}

div#content a {
    color: #000;
}

div#content a:hover {
    color: rgb(60,68,75);
}

div#content div#container {
    margin-top: 25px;
    display: inline-block;
    width: 900px;
}

div#left {
    float: left;
}

div#right {
    float: right;
}

div#spacer {
    float: left;
    width: 75px;
    height: 75px;
}

div#spacer30 {
    float: left;
    width: 30px;
    height: 30px;
}

div#spacer50 {
    float: left;
    width: 50px;
    height: 50px;
}

div#hspacer {
    clear: both;
    height:75px;
}

div#hspacer30 {
    clear: both;
    height:30px;
}

div#hspacer50 {
    clear: both;
    height:50px;
}

div#wrap {
    height: 170px;
}

div#footer {
    position: relative;
    margin-top: -150px;
    color: #FFF;
    width: 100%;
    height: 150px;
    background: url('./images/bg-footer_1.png') repeat-x center bottom;
}

div#footer div#container {
    width: 900px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    /*
        background-image: url('./images/SGS_1.png');
    */
    background-repeat: no-repeat;
    background-position: right bottom;
}

div#footer div#container ul {
    list-style-type: none;
    font-size: 10pt;
}

div#footer div#container ul li {
    display: inline-block;
    width: 115px;
    min-height: 20px;
    margin-top: 7px;
    padding-top: 3px;
    float: left;
    background-image: url('./images/footer-menu.png');
    background-position: right top;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: center;
}

div#footer div#container ul li#end {
    background-image: none;
}

div#footer div#container ul li a {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 10px;
    text-decoration: none;
}

div#footer div#container div#footer-website {
    float: right;
    width: 130px;
    height: 30px;
    background-image: url('./images/footer-website.png');
    background-repeat: no-repeat;
    background-position: center;
}

div#footer div#container div#incograf {
    clear: both;
    padding-top: 30px;
    text-align: right;
}

div#footer div#container div#incograf img:first-of-type {
    float: left;
}


div#footer div#container div#incograf img.pointer {
    cursor: pointer;
}

div#footer div#container a#footerPrivacyPolicy{
    float: right;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 10px;
    text-decoration: none;
    min-height: 20px;
    margin-top: 7px;
    padding-top: 3px;
    text-transform: uppercase;
    text-align: center;
    width: 170px;
}




/* STYLES */
h1 {
    background-image: url('./images/heading-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: 14pt;
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(60,68,75);
    /*height: 35px;*/
    min-height: 35px;
    margin-bottom: 25px;
}

h1 span#green {
    color: rgb(0,158,47);
    font-size: 14pt;
    font-weight:300;
    font-family: 'Oswald';
}


h2 {
    font-family: 'Oswald';
    background-image: url('./images/heading-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 12px;
    font-size: 15pt;
    font-family: 'Oswald';
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(60,68,75);
    height: 35px;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 400;
    color: rgb(60,68,75);
}

h3:hover, h3.selected {
    color: #FFF;
}

h4 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 400;
    color: rgb(51,51,51);
    margin-top: 15px;
    margin-bottom: 10px;
}

span#date {
    clear: both;
    font-weight: bold;
    display: block;
}

button#buttonPlus {
    border: none;
    background-color: transparent;
    background-image: url('./images/buttonPlus.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    height: 18px;
    padding-left: 19px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}
#news button#buttonPlus {
    text-align: left;
}
button#buttonPlus2 {
    border: none;
    background-color: transparent;
    margin-top: 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
}

button#requestFiles,
button#confirmRequestFiles,
button#buttonSend {
    border: none;
    width: 105px;
    height: 30px;
    background-color: transparent;
    background-image: url('./images/bt-form.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
}

/* SLIDESHOW */
#slideshow {
    width: 900px;
    height: 300px;
    position:relative;
    z-index:100;
}

.slides_container {
    width:900px;
    overflow:hidden;
    position:relative;
    display:none;
}

.slides_container a {
    width:900px;
    height:300px;
    display:block;
    border: none;
}

.slides_container a img {
    display:block;
}

#slideshow .next,#slideshow .prev, #slideshow .next:hover,#slideshow .prev:hover {
    position:absolute;
    top:107px;
    /* left:-39px; */
    width:33px;
    height:33px;
    display:block;
    z-index:101;
    color: transparent;
}

#slideshow .next {
    left:867px;
}

.pagination {
    margin:0 auto 0;
    width:100px;
    height: 12px;
    position: relative;
    top: -15px;
    z-index: 101;
    display: none;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url('./slideshow/img/pagination.png');
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

/* HOME */
div#content div#container div#home div#left {
    width: 250px;
}

div#content div#container div#home div#left div#entry {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width: 250px;
}

.soft_online img{ /*Hover*/
    /*margin-top: -1px;*/
}
.soft_online{
    width: 251px;
    height: 196px;
    background-image: url(../images/applications/bt_sc_2.png);
}
.soft_online:hover{
    background-image: url(../images/applications/bt_sc_hover_2.png);
}


/* ### START ######## V3 Software online ####### */
div#content div#container div#home div#left div#soft_online2017 {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width: 250px;
    height: 143px;
    cursor: pointer;
    /*border: 1px solid red;*/
    
    height: 133px;
    margin-top: -14px;
} 

div#content div#container div#home div#left div#soft_atiselector {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 2px;
    padding-bottom: 7px;
    display: inline-block;
    width: 250px;
    height: 30px;
    cursor: pointer;
    /*border: 1px solid red;*/
}
div#content div#container div#home div#left div#soft_findme {
    width: 250px;
    padding-top: 15px;
    /*height: 40px;*/
    cursor: pointer;
    /*border: 1px solid red;*/ 
}
div#content div#container div#home div#left div#soft_findme div.app,
div#content div#container div#home div#left div#soft_atiselector div.app,
div#content div#container div#home div#left div#soft_online2017 div.app{
    /*height: 27px;*/
    height: 25px;
    background-repeat: no-repeat;
    background-position: 50px center;
    background-size: contain;
}
div#content div#container div#home div#left div#soft_findme div.app,
div#content div#container div#home div#left div#soft_atiselector div.app{
    background-position: 60px center;
    height: 30px;
}

div#content div#container div#home div#left div#soft_findme img,
div#content div#container div#home div#left div#soft_atiselector img,
div#content div#container div#home div#left div#soft_online2017 img{
    display: none;
}
div#content div#container div#home div#left div#soft_findme:hover img,
div#content div#container div#home div#left div#soft_atiselector:hover img,
div#content div#container div#home div#left div#soft_online2017:hover img{
    display: block;
    padding: 0px 1px;
    margin-left: 49px;
    /*height: 27px;*/
    height: 25px ;
}
div#content div#container div#home div#left div#soft_findme:hover img,
div#content div#container div#home div#left div#soft_atiselector:hover img{
    margin-left: 59px;
    height: 30px;
}

@keyframes stampNovelty {
    from {
        /*opacity:1;*/ 
        /* Rotate div */
        -ms-transform: rotate(-35deg); /* IE 9 */
        -webkit-transform: rotate(-35deg); /* Safari 3-8 */
        transform: rotate(-35deg);
    }

    to {
        /*opacity:0.5;*/
        /* Rotate div */
        -ms-transform: rotate(-6deg); /* IE 9 */
        -webkit-transform: rotate(-6deg); /* Safari 3-8 */
        transform: rotate(-6deg);
    }
}

div.imgStampNovelty{
    background-image: url(../site-assets/images/apps/CARIMBO_novidade.png);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    /*margin-top: -31px;*/    
    margin-top: -46px;    
    margin-left: 196px;
    cursor: auto;
    animation: 1s infinite alternate stampNovelty;
}
#soft_myQuiterios_2018 div.imgStampNovelty{
    /*personalização homepage*/
    margin-top: -43px;
}
/* ###  END  ######## V3 Software online ####### */

/* ###  START  ######## V4 Software online ####### */

div#content div#container div#home div#left div#soft_centroApps_2018,
div#content div#container div#home div#left div#soft_atiselector_2017, 
div#content div#container div#home div#left div#soft_myQuiterios_2018{
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 15px;
    /*padding-bottom: 5px;*/ 
    display: inline-block;
    width: 250px;
    cursor: pointer;
    /*border: 1px solid #eee;*/
    height: 49px;
}

div#content div#container div#home div#left div#soft_myQuiterios_2018 div.app,
div#content div#container div#home div#left div#soft_atiselector_2017 div.app,
div#content div#container div#home div#left div#soft_centroApps_2018 div.app{
    height: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: 45px center;
    background-size: contain;
}
div#content div#container div#home div#left div#soft_centroApps_2018 div.app{
    background-position: 33px center;    
}
div#content div#container div#home div#left div#soft_atiselector_2017 div.app{
    background-position: 42px center;
    background-position: 60px center;
}

div#content div#container div#home div#left div#soft_myQuiterios_2018 img,
div#content div#container div#home div#left div#soft_atiselector_2017 img,
div#content div#container div#home div#left div#soft_centroApps_2018 img{
    display: none;
    padding: 0px 1px;
    margin-left: 44px;
    height: 33px;
    height: 25px;
}
div#content div#container div#home div#left div#soft_centroApps_2018 img{
    margin-left: 32px;
}
div#content div#container div#home div#left div#soft_atiselector_2017 img{
    margin-left: 41px;
    margin-left: 59px;
}
div#content div#container div#home div#left div#soft_myQuiterios_2018:hover img,
div#content div#container div#home div#left div#soft_atiselector_2017:hover img,
div#content div#container div#home div#left div#soft_centroApps_2018:hover img{
    display: block;
}

/* @201809 */
div#content div#container div#home div#left div#soft_myQuiterios_2018 div.app {
    background-position: center center;
    margin-top: 5px;
}
div#content div#container div#home div#left div#soft_myQuiterios_2018 img {
    margin: 0 auto;
}

/* ###  END  ######## V4 Software online ####### */




div#content div#container div#home div#left div#entry #left {
    width: 50px;
    text-align: center;
}

div#content div#container div#home div#left div#entry #left #day {
    font-size: xx-large;
    color: rgb(0,158,47);
}

div#content div#container div#home div#left div#entry #left #monthyear {
    font-size: x-small;
}

div#content div#container div#home div#left div#entry #right {
    width: 190px;
    min-height: 50px;
    margin-top: 3px;
}

div#content div#container div#home div#left div#entry div#app, div#content div#container div#home div#left div#entry-end div#app {
    background-position: left top;
    background-repeat: no-repeat;
}

div#content div#container div#home div#left div#entry div#app img,div#content div#container div#home div#left div#entry-end div#app img {
    opacity: 0;
    filter:alpha(opacity=0);
}

div#content div#container div#home div#left div#entry div#app:hover img, div#content div#container div#home div#left div#entry-end div#app:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
}

div#content div#container div#home div#left div#entry-end {
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#content div#container div#home div#left div#entry-fastLink{
    background-image: url('./images/fastLink.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    padding-bottom: 10px;
}

/* NEWS */
div#content div#container div#news div#left {
    width: 250px;
}

div#content div#container div#news div#left div#entry {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

div#content div#container div#news div#left div#entry #left {
    width: 50px;
    text-align: center;
}

div#content div#container div#news div#left div#entry #left #day {
    font-size: xx-large;
    color: rgb(0,158,47);
}

div#content div#container div#news div#left div#entry #left #monthyear {
    font-size: x-small;
}

div#content div#container div#news div#left div#entry #right {
    width: 190px;
    min-height: 50px;
}

div#content div#container div#news div#right img {
    max-width: 494px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 3px solid rgb(215,217,220);
}

div#content div#container div#news div#right {
    width: 500px;
}

div#content div#container div#news div#right strong {
    display: block;
    margin-top: 5px;
}

div#content div#container div#news div#date {
    margin-bottom: 10px;
    font-weight: bold;
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 22px;
}

/* NEWS LIST */
div#content div#container h1 {
    background-repeat: repeat-x;
}

div#content div#container div#news-list div#entry {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    width: 100%;
}

div#content div#container div#news-list div#entry #left {
    width: 50px;
    text-align: center;
}

div#content div#container div#news-list div#entry #left #day {
    font-size: xx-large;
    color: rgb(0,158,47);
}

div#content div#container div#news-list div#entry #left #monthyear {
    font-size: x-small;
}

div#content div#container div#news-list div#entry #right {
    width: 840px;
    min-height: 50px;
}


div#content div#container div#news-list #right{
    margin-top: 10px;
}

/* PRODUCTS */
div#content div#container div#products div#left {
    width: 250px;
}

div#content div#container div#products div#left h3:hover, div#content div#container div#products div#left h3.selected {
    color: white;
    cursor: pointer;
}

div#content div#container div#products div#left div#entry {
    padding-top: 10px;
    padding-bottom: 10px;
}

div#content div#container div#products div#right {
    width: 600px;
}

div#content div#container div#products div#right div#entry {
    margin-top: 32px;
    display: inline-block;
}

div#content div#container div#products div#right div#entry img {
    float: left;
    color: transparent !important;
    width: 180px;
}

/* CONTACTS */
div#content div#container div#contacts h3:hover, div#content div#container div#contacts.selected {
    color: #FFF;
}

div#content div#container div#contacts div#left {
    width: 250px;
}

div#content div#container div#contacts div#left ul {
    list-style-type: none;
}

div#content div#container div#contacts div#left li {
    display: inline;
}

div#content div#container div#contacts div#left li a{
    color: transparent;
    border: -2px;
}

div#content div#container div#contacts div#left li a img{
    width: 80px;
    height: 60px;
}

div#content div#container div#contacts div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald',sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#contacts div#left div#entry {
    margin-top: 70px;
    padding-top: 10px;
}

div#content div#container div#contacts div#left div#entry p {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#content div#container div#contacts div#left label {
    margin-top: 25px;
    margin-bottom: 5px;
    display: block;
    font-size: small;

}

div#content div#container div#contacts div#left label[for=upper] {
    text-transform: uppercase;
}

.novidade{
    color: #0f9b2e;
    font-size: 12px;
    font-weight: 800;
}

#cad_request_email{
    width: 250px;
    height: 31px;
    border: none;
    background-image: url('./images/inputCorn.png'), url('./images/inputTop.png'), url('./images/inputLeft.png');
    background-repeat: no-repeat, repeat-x,repeat-y;
    background-position: left top, left top, left top;
    display: grid;
}

div#content div#container div#contacts div#left.formContacts  {
     /*border: 1px solid red;*/
    width: 570px;   
}
div#content div#container div#contacts div#left.formContacts h2 {
     background-position: bottom left;   
     background-repeat: repeat-x;
}

div#content div#container div#contacts div#left input[type=text] {
    width: 250px;
    height: 31px;
    border: none;
    background-image: url('./images/inputCorn.png'), url('./images/inputTop.png'), url('./images/inputLeft.png');
    background-repeat: no-repeat, repeat-x,repeat-y;
    background-position: left top, left top, left top;
    display: block;
}

div#content div#container div#contacts div#left textarea {
    display: block;
    min-width: 250px;
    max-width: 250px;
    min-height: 60px;
    max-height: 160px;
    border: none;
    background-image: url('./images/inputCorn.png'), url('./images/inputTop.png'), url('./images/inputLeft.png');
    background-repeat: no-repeat, repeat-x,repeat-y;
    background-position: left top, left top, left top;
}

div#content div#container div#contacts div#left input[type=text] {
   width: 550px;
}
div#contacts div#left textarea{
   width: 570px !important;
   max-width: 570px !important;
}

div#content div#container div#contacts div#left select {
    width: 46px;
}

div#content div#container div#contacts div#left button {
    margin-top: 50px;
}

/* LOCALIZATION */
div#content div#container div#localization h3:hover, div#content div#container div#contacts.selected {
    color: #FFF;
}

div#content div#container div#localization div#left {
    width: 250px;
}

div#content div#container div#localization div#left ul {
    list-style-type: none;
}

div#content div#container div#localization div#left li {
    display: inline;
}

div#content div#container div#localization div#left li a{
    color: transparent;
    border: -2px;
}

div#content div#container div#localization div#left li a img{
    width: 80px;
    height: 60px;
}

div#content div#container div#localization div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald', sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#localization div#left div#entry {
    margin-top: 70px;
    padding-top: 10px;
}

div#content div#container div#localization div#left div#entry p {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#content div#container div#localization div#right {
    width: 500px;
}

div#content div#container div#localization div#right h1 {
    background-position: left bottom;
    background-repeat: no-repeat;
}

div#content div#container div#localization div#right table {
    width: 100%;
}

div#content div#container div#localization div#right table td {
    width: 200px;
    vertical-align: top;
    padding-left: 15px;
}

img#google-map {
    width: 500px;
}
/* DISTRIBUTION-NETWORK */
div#content div#container div#distribution-network h3:hover, div#content div#container div#contacts.selected {
    color: #FFF;
}

div#content div#container div#distribution-network div#left {
    width: 250px;
}


div#content div#container div#distribution-network div#left ul {
    list-style-type: none;
}

div#content div#container div#distribution-network div#left li {
    display: inline;
}

div#content div#container div#distribution-network div#left li a{
    color: transparent;
    border: -2px;
}

div#content div#container div#distribution-network div#left li a img{
    width: 80px;
    height: 60px;
}

div#content div#container div#distribution-network div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald',sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#distribution-network div#left div#entry {
    margin-top: 70px;
    padding-top: 10px;
}

div#content div#container div#distribution-network div#left div#entry p {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#content div#container div#distribution-network div#right {
    width: 500px;
}

div#content div#container div#distribution-network div#right table {
    width: 100%;
}

div#content div#container div#distribution-network div#right table td {

}

/* COMPANY */
div#content div#container div#company h1 {
    height: 35px;
    margin-bottom: 25px;
}

div#content div#container div#company h3:hover, div#content div#container div#contacts.selected {
    color: #FFF;
}

div#content div#container div#company div#left {
    width: 250px;
}

div#content div#container div#company div#left ul {
    list-style-type: none;
}

div#content div#container div#company div#left li {
    display: inline;
}

div#content div#container div#company div#left li a{
    color: transparent;
    border: -2px;
}

div#content div#container div#company div#left li a img{
    width: 80px;
    height: 60px;
}

div#content div#container div#company div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald',sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#company div#right {
    width: 500px;
    float: right;
}

div.certificates {
    margin-top: 75px;
    width: 250px;
    border: 1px solid red;
}

div.certificates div{
    font-size: 5pt;
}

div#certification-file:hover {
    cursor: pointer;
    text-decoration: underline;
}

div#certification-file button {

}

/* SEARCH */
div#content div#container div#search div#entry {
    background-image: url('./images/entryBottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    display: inline-block;
    width: 100%;
}
div#content div#container div#company h1 {
    height: 35px;
    margin-bottom: 25px;
}

div#content div#container div#company h3:hover, div#content div#container div#contacts.selected {
    color: #FFF;
}

div#content div#container div#company div#left {
    width: 250px;
}

div#content div#container div#company div#left ul {
    list-style-type: none;
}

div#content div#container div#company div#left li {
    display: inline;
}

div#content div#container div#company div#left li a{
    color: transparent;
    border: -2px;
}

div#content div#container div#company div#left li a img{
    width: 80px;
    height: 60px;
}

div#content div#container div#company div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald',sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#company div#right {
    width: 500px;
    float: right;
}

div.certificates {
    margin-top: 75px;
    width: 250px;
    border: 1px solid red;
}

div.certificates div{
    font-size: 5pt;
}

div#certification-file:hover {
    cursor: pointer;
    text-decoration: underline;
}

div#certification-file button {

}
div#content div#container div#search div#entry #left {
    width: 50px;
    text-align: center;
}

div#content div#container div#search div#entry #left #day {
    font-size: xx-large;
    color: rgb(0,158,47);
}

div#content div#container div#search div#entry #left #monthyear {
    font-size: x-small;
}

div#content div#container div#search div#entry #right {
    width: 840px;
    min-height: 50px;
}


div#content div#container div#search #right{
    margin-top: 10px;
}

/* PRODUCT VIDEOS*/
div#content div#container div#products-videos div#left {
    width: 250px;
}

div#content div#container div#products-videos div#title {
    text-transform: uppercase;
    color: rgb(60,68,75);
    font-family: 'Oswald',sans-serif;
    font-size: 15pt;
    display: block;
    margin-top: 30px;
    height: 33px;
    margin-bottom: 10px;
    background-image: url('./images/entryBottom.png');
    background-position: left bottom;
    background-repeat: repeat-x;
}

div#content div#container div#products-videos div#right {
    width: 500px;
    padding-top: 32px;
    float: right;
}

div#content div#container div#products-videos div#right div#video_alt {
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
}



/* ######### ATI_SELECTOR */

div#content div#container div#atiselectorUnavailable_internetExplorer p,
div#content div#container div#atiselectorUnavailable p{
    text-align: center;
    padding: 85px;
    font-size: 14pt;
    font-family: 'Oswald';
    font-weight: 300;
    color: rgb(60,68,75);
}
div#content div#container div#atiselectorUnavailable_internetExplorer p a,
div#content div#container div#atiselectorUnavailable p a{
    font-family: "Oswald"; 
    font-size: 14pt !important;
}

div#content div#container div#atiselector h1,
div#content div#container div#atiselector h2 {
    /*font-weight: bold;*/
    background: transparent;
    height: 30px;
    min-width: 17px;
    margin-bottom: 0px;
    padding-bottom: -5px;
    padding-left: 9px;
    font-size: 13pt;
}
div#content div#container div#atiselector div#left {
    width: 350px;
    /*border: 1px solid #eee;*/
    margin-bottom: 30px;
}
div#content div#container div#atiselectorUnavailable_internetExplorer img.logo ,
div#content div#container div#atiselectorUnavailable img.logo ,
div#content div#container div#atiselector div#left img.logo {
    width: 200px;
    margin: 15px 0px 25px 75px;
}
div#content div#container div#atiselector div#left div.divSelect {
    position: relative;   
    width: 350px;
    background-color: #fff;
}
div#content div#container div#atiselector div#left div.divSelect span {
    position: absolute;
    bottom: 16px;
    left: 15px;
    text-align: left;
    text-transform: uppercase;
    /*font-size: 15px;*/
    font-size: 11pt;
    /*font-weight: bold;*/
    font-family: 'Oswald',sans-serif;
    /*cursor: pointer;*/
}

div#content div#container div#atiselector div#left select {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 1px 0px;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    cursor: pointer;
    text-align:right;
    text-align-last: right;
    /*direction: rtl;*/
    direction: ltr;
    padding-left: 290px;
    font-size: 11pt;
    font-family: 'Oswald',sans-serif;
    /*safari hack to replace padding-left */
    /*    text-indent: 275px;
        line-height: 28px;*/
}
div#content div#container div#atiselector div#left div.divSelect span.disabled ,
div#content div#container div#atiselector div#left select:disabled {
    color: #999;
    cursor: not-allowed;   
}

div#content div#container div#atiselector div#left select:first-of-type {
    /*border-top: 1px solid #red;*/
}
div#content div#container div#atiselector div#left select:last-of-type {
    /*border-bottom: 1px solid #red;*/
}
/*div#content div#container div#atiselector div#left select * {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 2px 0px;
    border: 1px solid #999;
}*/
div#content div#container div#atiselector div#left select option {
    padding: 3px;
    text-align:center;
}


div#content div#container div#atiselector div#left button {
    width: 350px;
    height: 30px;
    border-radius: 25px;
    border: 2px solid transparent;
    text-transform: uppercase;
    background-color: rgb(60,68,75);
    color: #fff;
    margin-top: 5px;
    cursor: pointer;
}
div#content div#container div#atiselector div#left button:disabled {
    background-color: #999;
    color: #ccc;  
    cursor: not-allowed;
}

div#content div#container div#atiselector div#left div.verticalSpacer,
div#content div#container div#atiselector div#right div.verticalSpacer{
    width: 100%;
    height: 25px;
    /*border: 1px solid red;*/
}


div#content div#container div#atiselector div#right {
    width: 500px;
    float: right;
    /*border: 1px solid #eee;*/
    margin-top: 113px;
}

div#content div#container div#atiselector div#right.useInstructions h1 {
    padding-top: -2px;
}
div#content div#container div#atiselector div#right.useInstructions h2 {
    padding: 10px 10px 0 10px;
    margin-top: 25px;
    margin-bottom: -5px;
    background: transparent;
    font-size: 14px;
}
div#content div#container div#atiselector div#right.useInstructions p {
    padding: 5px 10px;
    line-height: 21px;
    text-align: justify;
    font-family: 'Arial';
}

div#content div#container div#atiselector div#right.printContent {
    display: none;
}
div#content div#container div#atiselector div#right > table{
    border-spacing: 0px;
}
div#content div#container div#atiselector div#right > table > tbody > tr > th {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    padding: 2px 10px;
    color: #fff;
    background-color: rgb(60,68,75);
    /*    border: 1px solid darkgreen;*/
}
div#content div#container div#atiselector div#right > table > tbody > tr > td {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    padding: 2px 10px;
    color: rgb(60,68,75);
    /*border: 1px solid darkgreen;*/
}
/*div#content div#container div#atiselector div#right img {
    max-width: 150px;
    max-height: 150px;
    padding: 20px 0;
}*/
div#content div#container div#atiselector div#right div.productImage {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 150px;
    height: 150px;
    padding: 20px 0;
}


div#content div#container div#atiselector  div#atiselectorUnavailable a{
    font-family: 'Oswald',sans-serif;
    text-decoration: underline;
    font-weight: bold;
}

div#content div#container div#atiselector  div#budgetMessage{
    font-family: Arial;
    font-size: 15px;
    margin-top: 15px;
}

/* CSS for autoComplete - plugin Jquery */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    height: 24px;
    width: 154px;
    padding: 2px 10px;
    padding-right: 20px;
    margin-top: 2px;
    margin-bottom:15px;
    border:0;
    margin-right: -3px;
    outline: none;
    text-transform: uppercase;
}

#cruz{
    margin-left: -15px;
    text-align: left;
}

#ui-id-1{
    max-height: 50vh;
    min-width: 500px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 7px 1em 7px .4em;
}

.ui-menu .ui-menu-item{
    padding: 5px 0;
    margin: 7px auto !important;
}

.ui-menu-item .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header,
.ui-state-active, .ui-button.ui-state-active:hover{
    border: 1px solid #fff !important;
    background: #ececec !important;
    font-weight: normal !important;
    color: #000 !important;
}