@font-face {
    font-family: 'RobotoThin';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxHYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'RobotoLight';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'RobotoThinItalic';
    font-style: italic;
    font-weight: 100;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(http://fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'RobotoLightItalic';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'RobotoItalic';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body,
form,
input,
select,
textarea {
    color: #666666;
    font-family: "Roboto";
    font-size: 13px;
}

html,
body,
form {
    color: inherit;
    height: 100%;
    width: 100%;
}

form {
    height: auto;
}

input {
    padding: 1px;
}

input[type=submit] {
    padding: 2px 6px 3px 6px;
}

select {
    height: 22px;
    margin: 0 5px 0 0;
}

p {
    color: inherit;
    padding: 0px;
    margin: 4px 8px 8px 8px;
}

hr {
    color: inherit;
    margin: 0px;
    padding: 0px;
    border-top: solid 1px #b0b0b0;
    height: 1px;
    clear: both;
}

h1 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 20pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

h2 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

h3 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 13pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

h4 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 11pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

h5 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 09pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

h6 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 09pt;
    margin: 0px 0px 8px 0px;
    clear: both;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

h5 a {
    color: #666666;
    font: 8pt "Roboto";
    vertical-align: middle;
}

dl {}

dt {
    color: #000000;
}

dd {
    color: #666666;
    font-size: 8pt;
    margin-left: 20px;
}

fieldset {
    border: none;
    margin: 4px;
    padding: 0px;
    border-top: solid 1px #ccc;
}

fieldset legend {
    color: #646464;
    font: 9pt "Roboto";
    vertical-align: baseline;
}

fieldset legend a {
    color: #666666;
    font: 8pt "Roboto";
    vertical-align: middle;
}

fieldset label {
    float: left;
    width: 100%;
    margin: 4px 2px 0px 2px;
    padding: 0px;
}

fieldset label span {
    display: inline-block;
    float: left;
    width: auto;
    vertical-align: top;
}

fieldset label span .max {
    width: 100%;
}

fieldset label label {
    display: inline-block;
    float: left;
    width: auto;
    vertical-align: top;
}

fieldset label label .max {
    width: 100%;
}

fieldset label var {
    color: #000000;
    padding: 2px 0px 2px 1px;
    min-width: 128px;
    min-height: 18px;
    float: left;
}

fieldset label var.number {
    float: right;
    text-align: right;
}

fieldset label table tr td label {
    float: none;
    width: auto;
    margin: auto;
}

table.frm {
    table-layout: fixed;
    width: 100%;
}

table.frm tr {
    vertical-align: top;
}

table.frm tr td label {
    float: left;
    width: 100%;
    margin: 2px;
    padding: 0px;
}

table.frm tr td label label {
    display: inline-block;
    float: left;
    width: auto;
    vertical-align: top;
}

table.frm tr td label var {
    display: inline-block;
    float: left;
    vertical-align: top;
}

table.frm tr th {
    text-align: left;
}

table.prt {
    table-layout: fixed;
    width: 100%;
}

table.prt tr {
    vertical-align: top;
}

table.prt tr td {
    border-bottom: solid 1px #000;
}

table.prt tr th {
    border-bottom: solid 1px #000;
    text-align: left;
}


/* Classes Tipadas */

td.treenode {
    color: #000000;
    background: left no-repeat;
    padding: 1px;
    text-decoration: none;
}

td.treenode:hover,
td.treenodeselected {
    color: #000000;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

a.base {
    color: #646464;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    display: inline-block;
    min-height: 16px;
}

a.base:hover {
    color: #000;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    border-radius: 3px;
}

a.basecontrol {
    color: gray;
    margin-left: 15px;
    padding: 2px 5px 2px 5px;
    background-color: #ffffff;
    text-decoration: none;
    display: inline-block;
    min-height: 16px;
    overflow: visible;
}

a.basecontrol:hover {
    color: #fff;
    margin-left: 15px;
    padding: 2px 5px 2px 5px;
    background-color: gray;
    text-decoration: none;
    border-radius: 3px;
}

a.baselist {
    color: #000000;
    margin: 1px;
    padding: 2px 0px 2px 0px;
    text-decoration: none;
    display: inline-block;
    min-height: 16px;
}

a.baselist:hover {
    color: #000000;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    background: #ffde7a url(images/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}


/* Classes Puras */

.line {
    padding: 5px 0;
}

.icon {
    margin: 0px 2px 0px 2px;
    padding: 0px 0px 5px 0px;
    height: 16px;
    border: 0;
}

.icon-l {
    margin: 0px 2px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 32px;
}

.icon-x {
    margin: 0px 2px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 64px;
}

dl.title {
    margin: 8px 8px 0px 8px;
}

dl.title dt {
    color: #000000;
    font: 18px "Roboto";
}

dl.title dd {
    color: #666666;
    margin-left: 20px;
    font-size: 12px;
}

dl.subtitle {
    margin: 0px 0px 8px 0px;
}

dl.subtitle dt {
    color: #8e693c;
    font: 14px "Roboto";
}

dl.subtitle dd {
    color: #666666;
    margin-left: 40px;
}

.legendtitle {
    font-size: 12px;
    color: #646464;
}

.legendtitle a {
    font-size: 12px;
    color: #646464;
    float: right;
    margin-left: 16px;
}

.login {
    margin: auto;
    table-layout: fixed;
    width: 619px;
    height: 677px;
}

.loginTable {
    height: 720px;
    width: 990px;
    background: url(Images/masters/bg-login.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.login form {
    font-size: 12pt;
}

.login h1 {
    color: #646464;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 20pt;
    margin: 8px;
    clear: both;
}

.login h1 sub {
    color: #646464;
    font-size: 8pt;
}

.login h1 img {
    position: relative;
    left: 13px;
}

.login p {
    margin: 4px 8px 4px 8px;
    color: #646464;
}

.login .left {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 49%;
    text-align: right;
}

.login .right {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 49%;
}

.login .content {
    position: relative;
    height: 200px;
    width: 300px;
    top: 50%;
    margin: -100px 0 0 0;
}

.login .content td {
    padding: 2px;
}

.loginProductDescription {
    float: left;
    width: 220px;
    position: relative;
    top: 16px;
    left: 103px;
    font-size: 13px;
}

.loginProductDescription sub {
    font-size: 10px;
}

.loginControl {
    float: right;
    padding: 10px 10px 10px 10px;
    text-align: right;
    position: relative;
    left: -75px;
}

.loginControl label {
    margin: 0 5px 0 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #646464;
}

.loginControl input[type=submit] {
    margin-right: 7px;
    padding: 2px 5px;
    cursor: pointer;
}

.loginControl input[type=checkbox] {
    margin-right: 7px;
    padding: 2px 5px;
    cursor: pointer;
}

.loginControl a {
    font-size: 11px;
    margin-right: 7px;
    color: #646464;
    cursor: pointer;
}

.loginLogo {
    text-align: center;
    padding: 30px 0 50px 0;
}

.LoginErrorMessage {
    position: absolute;
    top: 200px;
}

.LoginControlb {
    text-transform: uppercase;
    clear: both;
    text-align: left;
    display: none;
}

.LoginControlLogoff {
    width: 100px;
    margin: 0 0 0 96px;
    display: none;
}

.logoff-content {
    display: none;
}

.loginFooter {
    background: #cccccc;
    height: 60px;
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0px;
}

.loginFooter .loginProductVersion {
    padding: 4px;
    width: 110px;
}

.loginFooter .loginProductVersion h1 sub {
    color: #fff;
    font-size: 8pt;
}

.main {
    background: url(images/masters/boundary.jpg) top left repeat-y;
}

.main .menu {
    height: 18px;
    background: #333333 url(images/masters/headerinvert.jpg) bottom left repeat-x;
    color: #e0e0e0;
    font-size: 8pt;
}

.main .menu a {
    color: #e0e0e0;
    text-decoration: none;
}

.main .menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main .menu .menu {
    height: 17px;
}

.main .header-content {
    color: #3b5998;
    height: 60px;
    background-color: #fff;
    border-bottom: solid 1px #c0c0c0;
}

.main .header-content .header-logo {
    padding: 0px;
    width: 210px;
    height: 99%;
    float: left;
    overflow: hidden;
    border: none;
}

.main .header dl {
    color: #646464;
    font: 11pt "Roboto";
    float: left;
    margin: 8px;
    padding: 14px 0 0 0;
}

.main .header dt {
    color: #646464;
    font: 14pt "Roboto";
}

.main .header dd {
    color: #646464;
    font: 16pt "Roboto";
    margin: 0px;
}

.main .navigation {
    padding: 8px;
    width: 194px;
    overflow: hidden;
}

.main .navigation a.base {
    display: block;
    font-size: 15px;
    padding: 6px;
}

.main .navigation .navigation {
    border-bottom: solid 1px #c0c0c0;
    margin: 1px 0px 1px 0px;
    padding: 0px;
}

.main .navigation .navigation a {
    width: 188px;
    font-size: 12px;
}

.logoHeader {
    padding: 5px 0 0 0;
}

.dateLogin {
    font-size: 1.1em;
    padding: 8px 0;
    display: none;
    color: #aaa;
}

.OrderListText,
.OrderEditText,
.OrderEmailText,
.OrderCloseText,
.OrderReopenText,
.OrderLookText {
    font-size: 12px;
}

.orderIdentity h3,
.orderIdentity label var a,
.orderCustomer a {
    font-size: 14px;
    margin: 0 0 0 10px;
    color: gray;
}

.orderTotal var,
.orderSeller var,
.orderSituation var,
.orderCustomer var,
.orderPrice var,
.orderDiscount var {
    font-size: 12px;
    margin: 0 0 0 10px;
    color: gray;
}

.orderTotal span,
.orderSeller span,
.orderSituation span,
.orderCustomer span,
.orderIdentity span,
.orderPrice span,
.orderDiscount span {
    font-size: 12px;
    color: #646464;
}

.ordertotalvalue h3 {
    font-size: 16px;
}

.std {
    background: #ffffff;
}

.std .menu {
    height: 18px;
    background: #333333 url(images/masters/headerinvert.jpg) bottom left repeat-x;
    color: #e0e0e0;
    font-size: 8pt;
}

.std .menu a {
    color: #e0e0e0;
    text-decoration: none;
}

.std .menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.std .menu .menu {
    height: 17px;
}

.std .header {
    color: #000;
    height: 60px;
    background-color: #fff;
    border-bottom: solid 1px #c0c0c0;
}

.std .header .logomark {
    padding: 0px;
    width: 210px;
    height: 99%;
    float: left;
    overflow: hidden;
}

.std .header dl {
    color: #ffffff;
    font: 11pt "Roboto";
    float: left;
    margin-top: 8px;
}

.std .header dt {
    color: #ffffff;
    font: 14pt "Roboto";
}

.std .header dd {
    color: #ffffff;
    font: 16pt "Roboto";
    margin: 0px;
}

.std .navigation {
    float: left;
    padding: 8px;
    width: 194px;
    overflow: hidden;
}

.std .navigation .navigation {
    border-bottom: solid 1px #c0c0c0;
    margin: 1px 0px 1px 0px;
    padding: 0px;
}

.std .navigation .navigation a {
    width: 188px;
}

.std .contentplace {
    margin: 0;
}

.column {
    font-size: 12px;
    color: #646464;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 97%;
    text-align: left;
}

.columnfixed {
    font-size: 12px;
    color: #646464;
    float: left;
    margin: 110px 0 0 0;
    padding: 0px;
    width: 97%;
    text-align: left;
}

.column1-2 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 49%;
}

.column1-2 fieldset label label {
    min-width: 80px;
}

.column1-3 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 33%;
}

.column1-3 fieldset h3,
.column1-2 fieldset h3 {
    color: gray;
}

.column1-3 fieldset input[type=text] {
    margin-left: 15px;
}

.column2-3 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 66%;
}

.column2-3 fieldset input[type=radio] {
    margin-left: 15px;
}


/*.column2-3 fieldset td > label { color: gray; }*/

.column1-4 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 24%;
}

.column2-4 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 49%;
}

.column3-4 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 74%;
}

.column3-4 fieldset var,
.column2-4 fieldset var,
.column1-4 fieldset var,
.column2-3 fieldset var,
.column1-3 fieldset var,
.column1-2 fieldset var,
.column1-2 label var {
    font-size: 12px;
    margin: 0 0 0 10px;
    color: gray;
}

.column1-2 label label,
.column1-2 fieldset span,
.column1-3 fieldset span,
.column2-3 fieldset span,
.column1-4 fieldset span,
.column2-4 fieldset span,
.column3-4 fieldset span {
    font-size: 12px;
    color: #646464;
}

.column1-2 fieldset h3,
.column1-3 fieldset h3,
.column2-3 fieldset h3,
.column1-4 fieldset h3,
.column2-4 fieldset h3,
.column3-4 fieldset h3 {
    font-size: 16px;
}

.column1-2 fieldset a dl dd {
    font-size: 13px;
}

.labelcadastro label {
    width: 100px;
    float: left;
}

.info {
    float: left;
}

.toolbar {
    float: none;
    background: #ebebeb;
    padding: 3px 0 3px 5px;
    margin: 0px;
    overflow: visible;
}

.toolbar a {
    font-size: 12px;
}

.toolbarfix {
    float: none;
    background: #ebebeb;
    padding: 3px 0 3px 5px;
    margin: 0px;
    overflow: visible;
    width: 100%;
    position: fixed;
    top: 50px;
}

.toolbarfix a {
    font-size: 12px;
}

.searchbar {
    float: none;
/*    background: #ffffff;*/
    border-bottom: solid 1px #b0b0b0;
    padding: 8px 0px 8px 0px;
    margin: 0px;
    overflow: visible;
}

.header-search {
    position: relative;
    top: -48px;
    float: right;
}

.credits {
    float: left;
    padding: 8px;
    width: 194px;
    font-size: 7.5pt;
    text-align: right;
    overflow: hidden;
}

.contextmenu {
    background: #f0f0f0 url(images/menus/bg.gif) top left repeat-y;
    border: solid 1px #a0a0a0;
    visibility: hidden;
}

.contextmenu a.base {
    width: 100%;
    margin: 0px;
    padding: 2px 0px 2px 0px;
}

.lookbookinfo {
    width: 50%;
}

.lookbookinfo label select {
    width: 180px;
}

.lookbookinfo fieldset label input[type=checkbox] {
    margin: 5px 0 0 0;
}

.lookbookphotos {
    width: 50%;
}

.lookbookphotofrente {
    height: 150px;
}

.lookbookphotofrente label {
    padding: 0 0 10px 0;
}

.lookbookphotocostas {
    height: 150px;
}

.lookbookphotocostas label {
    padding: 0 0 10px 0;
}

.ContainerLookcss {
    width: 480px;
    height: 191px;
    float: left;
    overflow: auto;
    margin: 0;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.LookPanelcss {
    overflow: auto;
    float: left;
    white-space: nowrap;
    padding: 8px;
}

.LookPanelcss .lkitm img {
    width: 90px;
}

.LookPanelcss .lk {
    width: 90px;
}

.LookPanelcss img {
    background: Green;
    width: 235px;
    overflow: auto;
    padding: 0;
}

.look-itens {
    display: inline;
}

.look-itens a {
    display: inline-block;
}

.look-itens a:focus {
    border: 1px solid #f47b20;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.LookProductPanelcss {
    border-top: solid 1px #415968;
    padding: 8px;
}

.LookProductPanelcss img {
    width: 90px;
}

.ContainerLookProductcss {
    width: 100%;
    float: right;
    margin: 10px 0 0 0;
}

.ContainerLookProductcss h5 {
    font-weight: bold;
}

.in-this-look {
    display: inline-block;
    padding: 8px;
    text-align: center;
}

.in-this-look img {
    display: block;
    margin: 0 auto;
}

.in-this-look span {}

.LookBannercss {
    float: left;
    margin: 0 10px 0 0;
}

.look-selected {
    padding: 8px;
    background: #999;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
    display: inline-block;
}

.LookBannerPicturecss {
    width: 262px;
}

.ProspectContainercss {
    background: White;
    height: 679px;
    width: 1024px;
    margin: 15px auto;
}

.ProspectPicturecss {
    width: 450px;
    float: left;
    margin: 0 auto;
}

.ProspectFormPanelcss {
    position: absolute;
    margin: 50px 0px 0px 550px;
}

.ProspectFormPanelcss fieldset span {
    float: none !important;
}

.FileUploadCss {
    width: 320px;
}

.menu {}

.menu .staticmenuitem {
    margin: 1px;
    padding: 2px 2px 2px 2px;
    color: #000000;
    text-decoration: none;
}

.menu .staticselected {
    background-color: #ffde7a;
    color: #000000;
    margin: 0px;
    border: solid 1px #666666;
    text-decoration: none;
}

.menu .statichover {
    background-color: #ffde7a;
    color: #000000;
    margin: 0px;
    border: solid 1px #666666;
    text-decoration: none;
}

.grid {
    margin: 8px 0px 8px 0px;
}

.grid .headerstyle {
    color: #c0c0c0;
    text-align: left;
}

.grid .headerstyle a {
    color: #c0c0c0;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    padding-right: 4px;
}

.grid .headerstyle a:hover {
    color: #8e693c;
    text-decoration: underline;
}

.grid .headerstyle th {
    text-align: left;
    border-bottom: solid 1px #c0c0c0;
    text-decoration: none;
}

.grid .rowstyle td {
    border-bottom: solid 1px #dddddd;
    font-size: 11px;
    width: auto;
    padding: 7px 0px;
}

.grid .rowstyle td span {
    font-size: 11px;
}

.grid .rowstyle .columncustomer {
    font-size: 11px;
}

.grid .rowstyle td a {
    font-size: 11px;
}

.grid .selectedrowstyle td {
    background: gray;
    border-bottom: solid 1px #dddddd;
}

.grid .selectedrowstyle a {
    background: gray;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    padding-right: 4px;
}

.grid .selectedrowstyle a:hover {
    background: gray;
    color: #fff;
    text-decoration: underline;
}

.grid .rowheader {
    background: #f6f6f6;
    vertical-align: top;
}

.grid .rowheader a.base {
    border: solid 1px transparent;
    padding: 1px;
    width: 99%;
}

.grid .rowheader a.base:hover {
    border: solid 1px #666666;
    color: #646464;
}

.grid .emptydatarow {
    color: #666666;
    font-style: italic;
    font-size: 8pt;
}

.OrderItemCell,
.OrderItemCellProduct,
.OrderItemCellBackground {
    text-align: left;
}

.prt * {
    color: #000;
}

.prt .grid {
    margin: 8px 0px 8px 0px;
    border: solid 1px #000;
    border-bottom: none;
    border-right: none;
}

.prt .grid .headerstyle {
    background: #000;
    color: #fff;
    text-align: left;
}

.prt .grid .headerstyle a {
    background: #000;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    padding-right: 4px;
}

.prt .grid .headerstyle a:hover {
    background: #000;
    color: #fff;
    text-decoration: underline;
}

.prt .grid .headerstyle th {
    background: #000;
    color: #fff;
    border: solid 1px #000;
    border-top: none;
    border-left: none;
}

.prt .grid td {
    color: #000;
    border: solid 1px #000;
    border-top: none;
    border-left: none;
    padding: 2px;
}

.prt .head,
.prt .head * {
    background: #000;
    color: #fff;
    border: solid 1px #000;
}

.treeview {
    font-size: 8pt;
}

.treeview .node {
    color: #000000;
    letter-spacing: -1px;
}

.treeview .selected {
    color: #000000;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.treeview .hover {
    color: #8e693c;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.treeview .root {
    color: #000000;
}

.highlight {
    color: #8e693c;
}

.watermark {
    color: #cccccc;
    font-style: italic;
}

.catalogproductminwidth {
    min-width: 100px;
}

.catalogproductpaddings {
    padding-right: 1px;
    padding-left: 1px;
}

.kb {
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    clear: both;
}

.kb .toolbar {
    overflow: visible;
}

.kb .menu {
    float: left;
    width: 20%;
}

.kb .contentplace {
    background: #ffffff;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.kb .credits {
    padding: 8px;
    width: 194px;
    float: left;
    font-size: 7pt;
    text-align: center;
    overflow: hidden;
}

.kb .treeview {}

.kb .treeview .node {
    color: #000000;
}

.kb .treeview .selected {
    color: #000000;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.kb .treeview .hover {
    color: #8e693c;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.kb .treeview .root {
    color: #000000;
}

.kb .highlight {
    color: #8e693c;
}

.kb .watermark {
    color: #cccccc;
    font-style: italic;
}

.dialog {
    width: 100%;
    height: 100%;
}

.dialog h2 {
    margin: 0px;
    padding: 8px;
    color: #ffffff;
    height: 60px;
    background: #ebebeb url(images/masters/header.jpg) repeat;
    border-bottom: solid 1px #c0c0c0;
}

.ModalWindow {
    padding: 10px;
    background: #ccc;
}

.message {
    color: #000000;
    background: #ffffeb;
    border: solid 1px #b0b0b0;
    padding: 0px;
    margin: 8px 8px 0px 8px;
    overflow: visible;
}

.photo {
    background: #8e693c;
    padding: 2px;
    margin: 2px;
    border: 0;
    display: none;
}

.tabcontainer .tab-top {
    margin: 4px 0 0 0;
    padding: 0;
    border-bottom: solid 1px #abadb3;
    height: 24px;
    overflow: visible;
}

.tabcontainer .tab-top a {
    margin: 1px 1px 0 1px;
    padding: 2px 4px;
    border: solid 1px #abadb3;
    background: #eaeaea;
    min-height: 0px;
    height: 16px;
    display: inline-block;
}

.tabcontainer .tab-top a:hover {
    cursor: pointer;
}

.tabcontainer .tab-top a.selected {
    margin: 1px 1px 0 1px;
    padding: 2px 4px;
    border: solid 1px #abadb3;
    border-bottom: none;
    background: #f5f5f5;
    min-height: 0px;
    height: 19px;
}

.tabcontainer .tab-top a img {
    float: left;
    padding: 0 2px 0 0;
    margin: 0;
    width: 16px;
    height: 16px;
}

.tabcontainer .content-top {
    background: none;
    height: 100%;
    border: 1px solid #dbdfe6;
    border-top: none;
    padding: 4px;
    background: #f5f5f5;
}

.tabcontainer .tab-left {
    float: left;
    height: 100%;
    width: 100px;
    min-height: 280px;
    margin: 0px;
    padding: 32px 0;
    background: #eaeaea url(images/bg-item-nav.png) top right repeat-y;
    display: block;
    overflow: hidden;
}

.tabcontainer .tab-left a {
    margin: 2px 0;
    padding: 4px 16px 4px 4px;
    width: 80px;
    text-align: right;
    background: none;
    border: none;
    display: inline-block;
}

.tabcontainer .tab-left a.selected {
    margin: 2px 0;
    padding: 8px 16px 8px 4px;
    width: 80px;
    background: url(images/bg-item-selected.png) top right no-repeat;
}

.tabcontainer .tab-left a:hover {
    cursor: pointer;
}

.tabcontainer .content-left {
    float: left;
    margin: 8px;
    padding: 0;
    background: none;
    height: 100%;
}

.progress {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 4px;
    background: #f5f5f5;
    margin: -16px 0 0 -250px;
    width: 500px;
    height: 32px;
    border: solid 1px #808080;
    text-align: center;
}

#bgtransp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(folic/images/bg-glass-black.png);
}

.smallvar {
    width: 32px;
    min-width: 32px !important;
}

.small {
    width: 32px;
}

.smallcenter {
    width: 32px;
    text-align: center !important;
}

.headercatalogproduct {
    text-align: center;
    width: 32px;
}

.smallcenterproduct {
    width: 26px;
    text-align: center !important;
}

.maincatalogproduct {
    text-align: left;
    float: left;
}

.colorscatalogproduct {
    width: 110px;
}

.medium {
    width: 64px;
}

.normal {
    width: 128px;
}

.large {
    width: 256px;
}

.largeuppercase {
    width: 256px;
    text-transform: uppercase;
}

.largex {
    width: 230px;
}

.larger {
    width: 400px;
}

.max {
    width: 100%;
}

.panelreport {
    padding-top: 10px;
    padding-bottom: 10px;
}

.CommentExpandColapseButtom {
    text-decoration: none;
    cursor: pointer;
    color: #8e693c;
    font-size: 8pt;
    margin-right: 4px;
}

.CommentExpandColapseButtom:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 8pt;
    margin-right: 4px;
}

.LoginControlb {
    display: none;
}


/* Estilos Banner */


/* Ajustes v2 
.main .mainalign .content-place .panel-title { width: 100%; }
.main .mainalign .content-place .panel-title dt,
.main .mainalign .content-place .panel-title dl { }
.main .mainalign .content-place .content { float: left; }
.update-progress-background { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: url(images/bg-glass-black.png); }
.update-progress-message {position: fixed; top: 50%; left: 50%; padding: 4px; background: #f5f5f5; margin: -16px 0 0 -250px; width: 500px; height: 50px; border: solid 1px #808080; text-align: center;}
.legendtitle { font-family: "Roboto"; color: #000000; font-weight: bold; font-size: 11px; height: 18px; border-bottom: 1px solid #000000; }
.main .mainalign .content-orders .content-orders-myorder .new-order-label { text-transform: uppercase; color: #666666; font-size: 10px; cursor: pointer; text-align: right; float: right; margin-left: 76px; white-space: nowrap; }
.main .mainalign .content-orders { padding: 0 8px;}
.main .mainalign .content-orders-myorder { width: 390px; }
.main .mainalign .content-orders-myorder .my-order-link { float: right; color: #000; text-decoration: none; }
.main .mainalign .content-orders-lastorders { margin: 0 0 0 8px; width: 390px; }
.credits-info { margin: 0 0 24px 0; width: 201px; }
.main .mainalign .navigation-content { float: left; }*/

.main .footer {
    position: fixed;
    bottom: 0;
    background-color: #343434;
    margin: 20px 0 0 0;
    height: 30px;
    width: 100%;
}

.main .footer .footer-content {
    margin: 0 auto;
}

.main .footer .footer-content .footer-logo {
    float: right;
    margin: 2px 8px 0 0;
}

.main .footer .footer-content .footer-logo input[type=image] {
    margin-top: 0;
}

.main .footer .footer-content .footer-section01 {
    display: none;
    width: 100px;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.main .footer .footer-content .footer-section02 {
    display: none;
    width: 100px;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.main .footer .footer-content .footer-section03 {
    display: none;
    width: 100px;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.main .footer .footer-content .link {
    position: relative;
    left: -5px;
    top: 5px;
}

.main .footer .footer-content .footer-section01 a,
.main .footer .footer-content .footer-section02 a,
.main .footer .footer-content .footer-section03 a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.main .footer .footer-content .footer-section01 a:hover,
.main .footer .footer-content .footer-section02 a:hover,
.main .footer .footer-content .footer-section03 a:hover {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.main .mainalign .header .header-menu {
    height: 32px;
    display: inline-block;
    margin: 0 auto;
    float: right;
}

.main .mainalign .header .header-menu-content {
    margin: 0 auto;
}

.main .mainalign .header .header-content .header-logincontrol-cart {
    display: none;
}

.ordergrid {
    width: 100%;
}


/* Navigation */

.main .mainalign .navigation-content {
    width: 200px;
    margin: 0 13px 0 0;
}

.main .mainalign .navigation-content .menu-navigation {
    float: left;
    padding: 0px;
    margin: 0;
    font-weight: bolder;
    overflow: hidden;
}

.main .mainalign .navigation-content .menu-navigation td.treenode {
    color: #ffffff;
    background: left no-repeat;
    padding: 1px;
    text-decoration: none;
}

.main .mainalign .navigation-content .menu-navigation td.treenode:hover,
td.treenodeselected {
    color: #000000;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    text-decoration: none;
}

.main .mainalign .navigation-content .menu-navigation .tree {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    background: #999999;
}

.main .mainalign .navigation-content .menu-navigation .tree table {
    width: 100%;
}

.main .mainalign .navigation-content .menu-navigation .tree tr {
    height: 30px;
    border-bottom: solid 2px #58585A;
}

.main .mainalign .navigation-content .menu-navigation .tree tr td {
    padding: 4px 1px;
}

.main .mainalign .navigation-content .menu-navigation .tree a {
    color: #ffffff;
    text-decoration: none;
}

.treeview {
    font-size: 8pt;
}

.treeview .node {
    color: #000000;
    letter-spacing: -1px;
    background: url(images/menu/background_on.png);
}

.treeview .selected {
    color: #000000;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.treeview .hover {
    color: #8e693c;
    background: #ffde7a url(images/toolbars/bg-button.gif) top left repeat-x;
    border: solid 1px #666666;
    text-decoration: none;
}

.treeview .root {
    color: #000000;
}


/* Credits */

.credits-info {
    display: none;
}


/* Content */

.main .mainalign .content-place .content {
    float: left;
    width: 75%;
    margin: 0 0 30px 0;
}

.main .mainalign .content-place {
    float: left;
    margin-top: -81px;
    width: 82%;
}

.main .mainalign .content-place div h2 {
    font-size: 18px;
}

.main .mainalign .content-place .panel-title {
    display: block;
    padding: 4px 0;
    font-weight: bold;
    font-size: 18px;
}

.main .mainalign .content-place .panel-title dt,
.main .mainalign .content-place .panel-title dl {}

.update-progress-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(images/bg-glass-black.png);
}

.update-progress-message {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 4px;
    background: #f5f5f5;
    margin: -16px 0 0 -250px;
    width: 500px;
    height: 50px;
    border: solid 1px #808080;
    text-align: center;
}

.legendtitle {
    font-family: "Roboto";
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    border-bottom: 1px solid #000000;
    width: 100%;
}


/* Footer
.main .footer { position: relative; background-color: #58585A; margin: 20px 0 0 0; height: 100px; width: 100%; }
.main .footer .footer-content { max-width: 990px; margin: 0 auto; padding: 8px; }
.main .footer .footer-content .footer-logo { display: inline-block; float: left; margin: 0 40px 0 0; }
.main .footer .footer-content .footer-logo input[type=image] { margin-top: 0; }
.main .footer .footer-content .footer-section01 { display: inline; width: 100px; float: left; padding: 0 10px; border-left: 1px solid #ccc; }
.main .footer .footer-content .footer-section02 { display: inline; width: 100px; float: left; padding: 0 10px; border-left: 1px solid #ccc; }
.main .footer .footer-content .footer-section03 { display: inline; width: 100px; float: left; padding: 0 10px; border-left: 1px solid #ccc; }
.main .footer .footer-content .link { position: relative; left: -5px; top: 5px; }
.main .footer .footer-content .footer-section01 a,
.main .footer .footer-content .footer-section02 a,
.main .footer .footer-content .footer-section03 a { display: block; color: #ffffff; text-decoration: none; cursor: pointer; }
.main .footer .footer-content .footer-section01 a:hover,
.main .footer .footer-content .footer-section02 a:hover,
.main .footer .footer-content .footer-section03 a:hover { display: block; color: #ffffff; text-decoration: none; font-weight: bold; }*/

.TextBoxQtty {
    width: 16px;
}

.TableItemSize {
    width: 100%;
}


/* Login */

.login-background {
    background-color: #ffffff;
}

.login-content {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.login-content .login-content-header {
    min-height: 150px;
    max-width: 950px;
    margin: 10px auto;
    border-radius: 24px 7px 7px 24px;
}

.login-content .login-content-header .login-logo {
    display: inline-block;
    margin: 10px 28px 0 0;
    max-width: 360px;
}

.login-content .login-content-header .login-control {
    height: 54px;
    width: 533px;
    display: inline-block;
    text-align: right;
    padding: 16px;
    margin: 10px 0;
    background: #fbfbfb;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 16px #aaa;
    -ms-box-shadow: 0 0 16px #aaa;
    -o-box-shadow: 0 0 16px #aaa;
    -webkit-box-shadow: 0 0 16px #aaa;
}

.login-content .login-content-header .login-control .login-user-label {
    display: inline-block;
}

.login-content .login-content-header .login-control .login-user-input {
    display: inline-block;
    margin: 5px 0;
}

.login-content .login-content-header .login-control .login-user-input input {
    max-width: 150px;
}

.login-content .login-content-header .login-control .login-password-label {
    display: inline-block;
}

.login-content .login-content-header .login-control .login-password-input {
    display: inline-block;
    margin: 5px 0;
}

.login-content .login-content-header .login-control .login-password-input input {
    max-width: 150px;
}

.login-content .login-content-header .login-control .login-submit {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    margin: 9px 0 0 0;
}

.login-content .login-content-header .login-control .login-submit .login-link-button {
    color: #fff;
    background: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 8px;
}

.login-content .login-content-header .login-control .login-rememberme {
    display: inline-block;
    height: 20px;
}

.login-content .login-content-header .login-control .login-rememberme input[type=checkbox] {
    margin: 0 2px;
}

.login-content .login-content-header .login-control .messagebox {
    color: #fff !important;
    background: #ff0000;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 8px;
    position: relative;
    top: 22px;
    left: -15px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.login-content .login-content-header .login-control .messagebox p {
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}

.login-content .banner-rotativo {
    max-width: 926px;
    margin: 0 auto 48px auto;
    clear: both;
}

.login-content .login-banners {
    clear: both;
    min-height: 100px;
    max-width: 950px;
    margin: 0 auto;
    display: none;
}

.login-content .login-banners .login-revenda {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 13px #999;
    -ms-box-shadow: 0 0 13px #999;
    -o-box-shadow: 0 0 13px #999;
    -webkit-box-shadow: 0 0 13px #999;
}

.login-content .login-banners .login-revenda a img {
    max-width: 100%;
}

.login-footer {
    background: #cccccc;
    height: 50px;
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0px;
}

.login-footer .login-product-version {
    width: 115px;
    height: 38px;
    float: right;
    margin: 0;
    text-align: right;
    padding: 7px;
}

.login-footer .login-product-version sub {
    font-size: 10px;
    margin: 0 15px 0 0;
}

.login h1 {
    color: #000000;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 20pt;
    margin: 8px;
    clear: both;
}

.login h1 sub {
    color: #8e693c;
    font-size: 8pt;
}

.login p {
    margin: 4px 8px 4px 8px;
}

.login .left {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 49%;
    text-align: right;
}

.login .right {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 49%;
}

.login .content {
    position: relative;
    height: 200px;
    width: 300px;
    top: 50%;
    margin: -100px 0 0 0;
}

.login .content td {
    padding: 2px;
}


/* PopupPanel */

.subform_password {
    z-index: 160;
    background: #fff;
    width: 368px;
    border: solid 4px #3b5998;
    padding: 0;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.subform_password .header {
    background: #627aad;
    color: #fff;
    float: none;
    padding: 2px;
    font-size: 14px;
}

.subform_password .item {
    float: none;
    background: #fff;
    height: 80px;
    overflow: auto;
    padding-top: 8px;
    padding-left: 5px;
}

a .subform_password,
a:hover .subform_password {
    text-decoration: none;
}

.subform_newpreposto {
    z-index: 160;
    background: #fff;
    width: 368px;
    border: solid 4px #3b5998;
    padding: 0;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.subform_newpreposto .header {
    background: #627aad;
    color: #fff;
    float: none;
    padding: 2px;
    font-size: 14px;
}

.subform_newpreposto .item {
    float: none;
    background: #fff;
    height: 166px;
    overflow: auto;
    padding-top: 8px;
    padding-left: 5px;
}

a .subform_newpreposto,
a:hover .subform_newpreposto {
    text-decoration: none;
}


/* Commission */

.maindiv {
    margin-top: 10px;
}

.separator {
    border-bottom: 1px solid gray;
    margin: 6px 0;
}

.divheader {
    display: table-cell;
    min-width: 50px;
    max-width: 50px;
}

.divmonth {
    display: table-cell;
    min-width: 78px;
    max-width: 78px;
}

.divvalue {
    display: table-cell;
    min-width: 78px;
    max-width: 78px;
    font-size: 11px;
}

.divplus {
    margin-left: 18px;
}


/* Catalog */

.main .mainalign .content-catalog {
    padding: 8px;
    display: inline-block;
}

.main .mainalign .content-catalog .catalog-pagging {
    float: left;
    clear: both;
}

.main .mainalign .content-catalog .catalog-title {
    display: block;
    border-bottom: 1px solid #000000;
    padding: 8px 0;
}

.main .mainalign .content-catalog .ordering-catalog {
    float: right;
}

.add-to-order-buttom {}


/* HightLight */

.high-ligth-title {
    display: block;
    border-bottom: 1px solid #000000;
    padding: 8px 0;
}

.high-ligth-title .legendtitle {
    font-family: "Roboto";
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    border: none;
}

.product-high-light {
    display: inline;
    width: 190px;
    font-family: "Roboto";
    text-align: center;
    margin: 4px;
    float: left;
    background: #ccc;
}

.product-high-light .product-highlight-label {
    color: #909090;
}

.product-high-light .product-highlight-label:hover {
    font-weight: bold;
    color: #909090;
    text-decoration: none;
}

.product-high-light .add-toorder-buttom {
    display: none;
}

.product-high-light input[type=image] {
    width: 172px;
    padding: 8px;
}

.product-high-light a img {
    padding: 8px;
}

.product-name-high-light {
    height: 42px;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    padding: 4px 8px;
}

.product-code-highlight {}

.product-old-price-highlight {
    font-size: 10px;
    color: #646464;
    padding-top: 5px;
    padding: 4px 8px;
}

.product-price-highlight {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    padding: 4px 8px;
}

.product-PAC-highlight {
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 4px 8px;
}

.product-addproduct-highlight {
    background: #100000;
    width: 100%;
    height: 30px;
    padding: 12px 0 0 0;
}

.product-addproduct-highlight-buttom {
    display: none;
}


/* Home */

.main .mainalign .content-place .content-home {
    float: left;
    width: 85%;
    margin: 10px 0 30px 0;
}

.main .mainalign .content-place .content-home .content-orders-myorder .new-order-label {
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    cursor: pointer;
    text-align: right;
    float: right;
    margin-left: 76px;
    white-space: nowrap;
}

.main .mainalign .content-place .content-home .content-orders {
    padding: 0 8px;
}

.main .mainalign .content-place .content-home .content-orders-myorder {}

.main .mainalign .content-place .content-home .content-orders-myorder .my-order-link {
    color: #000;
    text-decoration: none;
    margin: 0 0 0 16px;
    float: right;
}

.main .mainalign .content-place .content-home .content-orders-myorder .new-order-distribution {
    color: #000;
    text-decoration: none;
    float: right;
}

.main .mainalign .content-place .content-home .content-orders-lastorders {}

.main .mainalign .content-place .content-home .open-order-label {}

.main .mainalign .content-place .content-home .neworderlabel {
    float: right;
}


/* Blog */

.balloon > div {
    float: left;
    padding: 6px;
    margin-left: 8px;
    background: #999;
    width: 90%;
    font-family: Tahoma;
    border-radius: 5px;
}

.balloon > img {
    margin: -3px 0 0 24px;
}

.balloon > span {
    margin: 0 0 0 16px !important;
}

.balloon > p {
    font-weight: bold;
    color: #fff;
}

.balloon > a {
    display: block;
    margin: 0 0 8px 32px;
    padding: 0;
    border: none;
    background: none;
    font-size: 80%;
    color: #fff;
}

.balloon .pictureblock {
    border: none;
    background: none;
}

.balloon .pictureblock:hover {
    border: none;
    background: none;
}

.BalloonArrow {}

.blog {
    float: left;
    width: 15%;
    margin: 10px 0 0 0;
}

.blogtitle {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.blogdescription {
    font-size: 12px;
    color: #fff;
}

.blogpost {
    font-size: 12px;
    color: #fff;
}

.blogcomment {
    color: #666;
    cursor: pointer;
}

.blogcommentPop {
    width: 100%;
    height: 100%;
    border: none;
    background-image: url('images/bg-glass-black.png');
}

.blogcommentPop-Div {
    display: block;
    position: fixed;
    margin: -200px 0 0 -400px;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 450px;
    overflow: hidden;
}

.blogcommentPop-top {
    background: url('images/popup-top.png') no-repeat;
    height: 21px;
    width: 800px;
}

.blogcommentPop-title {
    background: url('images/popup-midlle.png') repeat-y;
    width: 800px;
}

.blogcommentPop-middle {
    background: url('images/popup-midlle.png') repeat-y;
    width: 800px;
}

.blogcommentPop-bottom {
    background: url('images/popup-bottom.png') no-repeat;
    height: 21px;
    width: 800px;
}

.blogcomments {
    height: 150px;
    overflow: auto;
    width: 750px;
}


/* Meus Pedidos */

.main .mainalign .content-place .content-myorder {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}


/* Classes Provisórias */

.main .mainalign .content-place .content {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}


/* Hightcharts */

.hightcharts {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Busca Personalizada */

.cmd {
    display: inline;
}

.txt {
    display: inline;
}

.border {
    margin: 2px 0;
}

.content > table {
    width: 100%;
}

.lookbookinfo {
    vertical-align: top;
}

.lookbookphotos {
    vertical-align: top;
}


/*fieldset label label { width: 100%; }*/

.modalDialog {
    border: solid 1px #c0c0c0;
    background: #fff;
    color: Black;
    padding: 10px;
    border-style: solid;
    border-color: #6a6a6a;
    position: absolute;
    width: 500px;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -250px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 8px 0px;
    overflow-y: auto;
    opacity: 1;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.50;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

span.fileuploadUpdate {
    display: none;
}

span.fileuploadDelete {
    display: none;
}

span.fileUpload {
    display: none;
}

div.lookbookphotos {
    display: inline;
}

div.lookbookphotos > fieldset > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

div.lookbookinfo {
    width: 100%;
}

table.frm tr td label label {
    width: 100%;
    font-size: 13px;
}

.subrepres {
    width: 84px;
}


/********************************************************************/

body.bck_header {
    background: url(Images/bg.jpg);
}

.login-content {
    overflow: hidden;
}

.login-content .login-content-header .login-logo {
    vertical-align: middle;
    margin-top: 0;
}

.login-content .login-content-header .login-control {
    vertical-align: middle;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    text-align: left;
}

#IntranexPanelRotativo {
    background: none;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -250px;
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.login-content .banner-rotativo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    background: #343434;
}

.flexslider {
    height: auto!important;
    background: none!important;
    border: none!important;
    position: relative!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
}

.flex-direction-nav {
    display: block!important;
}

.flex-direction-nav li .next {
    right: 0!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-position: -53px 0;
}

.flex-direction-nav li .prev {
    left: 0!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.flex-direction-nav li .next:hover {
    right: 0px!important;
}

.flex-direction-nav li .prev:hover {
    left: 0px!important;
}

.flex-direction-nav li a {
    width: 53px!important;
    height: 53px!important;
    margin: -26px 0 0 0!important;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute!important;
    top: 50%!important;
    cursor: pointer!important;
    text-indent: -9999px!important;
}

.flexslider .slides {
    height: 500px;
}

.flexslider .slides li {
    overflow: hidden!important;
    height: inherit;
}

.flexslider .slides li img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}

.login-footer {
    background: #343434;
    height: 50px;
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0px;
}

div.login-footer > div > h1 > sub {
    display: none;
}

.login-content .login-content-header .login-control {
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    border: none;
    background: none;
    position: relative;
}

.login-content .login-content-header .login-control .login-user-label,
.login-content .login-content-header .login-control .login-password-label {
    display: inline-block;
    color: #343434;
}

.login-content .login-content-header .login-control .login-rememberme {
    display: inline-block;
    height: 20px;
    color: #343434;
    margin: 0 84px 0 0;
}

div[class*="login-"] label {
    text-transform: uppercase;
    color: #343434;
    text-transform: uppercase;
}

div[class*="login-"] input {
    margin-right: 15px;
    margin-left: 5px;
    border: 1px solid #e0e0e0!important;
    background: white;
}

div[class*="login-"] input {
    font-weight: normal!important;
    font-family: 'RobotoLight'!important;
    font-size: 1em!important;
    padding: 8px 4px;
}

div[class*="login-remember"] {
    position: absolute;
    left: 71px;
    bottom: 2px;
    font-size: 0.8em;
}

.login-submit {
    margin: 15px 0 0 0!important;
}

.login-link-button {
    vertical-align: top!important;
    letter-spacing: 2px!important;
    font-size: 1em!important;
    padding: 8px 15px!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    -webkit-transition: color .1s ease-out!important;
    -moz-transition: color .1s ease-out!important;
    -ms-transition: color .1s ease-out!important;
    -o-transition: color .1s ease-out!important;
    transition: color .1s ease-out!important;
}

.login-link-button {
    background: #e9e9e9!important;
    border: 1px solid #343434!important;
    color: #343434!important;
}

.login-link-button:hover {
    background: #fff!important;
    color: #343434!important;
}


/************/

.main{
    background: none;
    background: url(Images/bg.jpg);
}

.main .menu {
    height: 17px;
    padding: 6px 30px;
}

.main .header {
    top: 46px;
    height: 70px;
    background: white;
    background: url(Images/bg.jpg);
}

.main .mainalign .content-place .panel-title {
    top: 46px;
    margin: 0 0 0 0;
}

.header-search {
    right: 12%;
}

.main .menu > div:nth-child(2) {
    font-size: 1.2em;
}

.main .menu a,
.main .menu span {
    font-size: 0.8em;
    font-family: 'oswald-regular';
    color: white;
    text-transform: uppercase;
    letter-spacing: 1pt;
    margin: 0 15px 0 0;
}

.main .menu a:hover,
.main .menu span:hover {
    color: white;
}

.main .header-content .header-logo a img {
    width: 65%;
    margin: 15px 20px;
}

div[id*="LoginStatusPanel"] > a {
    color: white!important;
    margin: 0 0 0 15px!important;
}


.main .header-content {
    color: #3b5998;
    height: 60px;
    background: none;
    border-bottom:  none;
}


.header-search input[type=text] {
    border: none;
    background-color: #fff;
    border-radius: 5px;
    width: 200px;
    font-size: 14px;
    line-height: 32px;
    margin-top: 0;
    outline: none;
    padding: 2px 10px;
    border: 1px solid #aaa;
}

.watermark {
    color: #cccccc;
    font-style: italic;
}

.legendtitle {
    font-family: "Roboto";
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    padding: 3px 0 6px 0;
    height: 18px;
    border-bottom: 1px solid #000000;
    width: 100%;
    text-transform: uppercase;
}



.main .navigation {
    overflow: hidden;
}

.main .mainalign .navigation-content {
    padding: 8px 0 0 0;
    margin: 0;
/*    overflow: hidden;*/
    z-index: 5;
}

.main .navigation a.base {
    display: inline-block;
    width: 100%;
    padding: 7px;
    text-transform: uppercase;
    vertical-align: middle;
    background: none;
    color: #343434;
    font-size: 0.9em;
    font-weight: bold;
}

.main .navigation a.base > img {
    margin-right: 5px;
    display: none;
}

.main .navigation a.base:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(Images/nc-menu-icones.png) 0 0 no-repeat;
    margin: 0 10px 0 0;
}

.main .navigation a[title*='principal'].base::before {
    background-position: 0 0;
}

.main .navigation a[title*='principal'].base:hover:before {
    background-position: 0 -26px;
}

.main .navigation a[title*='pedidos'].base::before {
    background-position: -26px 0;
}

.main .navigation a[title*='pedidos'].base:hover:before {
    background-position: -26px -26px;
}

.main .navigation a[title*='clientes'].base::before {
    background-position: -52px 0;
}

.main .navigation a[title*='clientes'].base:hover:before {
    background-position: -52px -26px;
}

.main .navigation a[title*='produtos'].base::before {
    background-position: -78px 0;
}

.main .navigation a[title*='produtos'].base:hover:before {
    background-position: -78px -26px;
}

.main .navigation a[title*='look'].base::before {
    background-position: -104px 0;
}

.main .navigation a[title*='look'].base:hover:before {
    background-position: -104px -26px;
}

.main .navigation a[title*='Arquivos'].base::before {
    background-position: -130px 0;
}

.main .navigation a[title*='Arquivos'].base:hover:before {
    background-position: -130px -26px;
}

.main .navigation a[title*='relatórios'].base::before {
    background-position: -182px 0;
}

.main .navigation a[title*='relatórios'].base:hover:before {
    background-position: -182px -26px;
}

.main .navigation a[title*='controle'].base::before {
    background-position: -208px 0;
}

.main .navigation a[title*='controle'].base:hover:before {
    background-position: -208px -26px;
}

.main .navigation a[title*='Parâmetros'].base::before {
    background-position: -260px 0;
}

.main .navigation a[title*='Parâmetros'].base:hover:before {
    background-position: -260px -26px;
}

.main .navigation a[title*='Usuários'].base::before {
    background-position: -234px 0;
}

.main .navigation a[title*='Usuários'].base:hover:before {
    background-position: -234px -26px;
}

.main .navigation a[title*='voltar'].base::before {
    background-position: -286px 0;
}

.main .navigation a[title*='voltar'].base:hover:before {
    background-position: -286px -26px;
}


.main .navigation a.base {
    width: 95%;
    border-radius: 10px;
    border: 1px solid transparent;
}


.main .navigation a.base:hover {
    border-radius: 10px;
    background: #e9e9e9!important;
    border: 1px solid #888;
}

.HeaderStyle {
        padding: 5px 0;
    height: 30px;
    text-transform: uppercase;
}

.toolbar {
    float: none;
    background: none;
    padding: 8px 0 10px 5px;
    margin: 0px;
    overflow: visible;
    text-transform: uppercase;
}

.item {
    text-transform: uppercase!important;
}

.toolbar a {
    font-size: 0.8em;
    background: #e9e9e9;
    border: 1px solid #343434;
    color: #343434!important;
    padding: 9px 10px 5px 10px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 

}


.toolbar a[id*="CancelButton"] {
    display: inline-block!important;
    min-height: 16px!important;
}

.toolbar a span {
    font-size: 1em!important;
}

.toolbar a img.icon {
-webkit-filter: grayscale(1);
}


.toolbar a:hover {

    padding: 9px 10px 5px 10px;
    background:#fff;
    color: #343434;
    border-radius: 10px;
    border: 1px solid gray;
}

.message {
        display: inline-block;
    width: auto;
    min-width: 50%;
}

div[id*=-"SearchItemPanel"] {
    display: block;
}

@media screen and ( max-height: 750px) {
    #IntranexPanelRotativo {
        background: #343434;
        position: absolute;
        top: 57%!important;
        left: 0;
        display: block;
        margin-top: -226px;
        width: 100%;
        text-align: center;
        height: 350px;
    }
    .flex-direction-nav li a {
        top: 31%!important;
    }
}
