html,
body {
  height: 100%;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
* {
  outline: none;
}
a,
a:link a:active a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* logo no topo, entre meio as duas sombras */
#logo2 {
  float: left;
  /* regula essa largura de acordo com a logo do cliente*/
  width: 284px;
  margin-top: 30px;
}
html {
  height: auto;
  *height: auto;
}
body {
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  font-size: 11px;
}
#linha_cabecalho {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #cccccc;
}
#linha_superior {
  background-color: #6e9448;
  height: 12px;
  width: 100%;
  display: none;
}
#logo_cliente {
  background: url(../../img/manager/bg_center.jpg);
  position: relative;
  top: -10px;
  clear: both;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#logo_clienteManager {
  background: url(../../img/manager/bg_center.jpg);
  position: relative;
  top: -10px;
  clear: both;
  width: 24%;
  height: 80px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}
#logo1 {
  float: left;
  width: 8px;
  height: 100px;
  background: url(../../img/manager/bg_left.jpg);
  position: relative;
  top: -7px;
  display: none;
}
#logo3 {
  float: left;
  width: 8px;
  height: 100px;
  background: url(../../img/manager/bg_right.jpg);
  position: relative;
  top: -7px;
  display: none;
}
#rodape_interno {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 30px;
  background-color: #cccccc;
  text-align: right;
}
#rodape_interno img {
  margin-right: 10%;
  margin-top: 0px;
}
#form_login {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 200px;
  left: 50%;
  margin-left: -170px;
  margin-top: -140px;
  padding: 30px;
  position: absolute;
  top: 50%;
  width: 312px;
  z-index: -1;
}
#rodape_login {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #cccccc;
  text-align: right;
}
#rodape_login img {
  margin-right: 10%;
  margin-top: 10px;
}
#form_login label {
  display: block;
  margin-top: 10px;
}
.form_login_input {
  width: 96%;
  padding: 5px;
  margin: 2% 0;
  position: relative;
  color: #999;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 24px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.form_login_input:focus {
  border-color: #4d90fe;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.withe {
  background-color: #fff;
}
#btn_login {
  background: transparent;
  float: right;
  width: auto;
  border: 1px solid #cccccc;
  height: 36px;
  line-height: 34px;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background: -moz-linear-gradient(top, #fff, #f8f8f8);
  background: -ms-linear-gradient(top, #fff, #f8f8f8);
  background: linear-gradient(top, #fff, #f8f8f8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#btn_esqueceu_senha,
#btn_recuperar_senha {
  background: transparent;
  padding: 0 20px;
  float: left;
  width: auto;
  border: 1px solid #ccc;
  height: 36px;
  line-height: 34px;
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  background: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background: -moz-linear-gradient(top, #fff, #f8f8f8);
  background: -ms-linear-gradient(top, #fff, #f8f8f8);
  background: linear-gradient(top, #fff, #f8f8f8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

#btn_esqueceu_senha:hover,
#btn_login:hover,
#btn_esqueceu_senha:focus,
#btn_login:focus {
  border-color: #4d90fe;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.recSenha {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  color: #999;
}
#linha_cabecalho_outside {
  width: 100%;
  height: 90px;
  display: block;
  background-color: #ffffff;
  border-bottom: 2px solid #cccccc;
  display: none;
}
.wrapperManager {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  /*position: relative;*/
  /*top: -92px;*/
  margin-bottom: 60px;
}
#logo1_manager_direito {
  float: left;
  width: 8px;
  margin-top: 7px;
  height: 100px;
  background: url(../../img/manager/bg_top.jpg) no-repeat;
  display: none;
}
#user_logado_infos {
  display: block;
  float: right;
  max-width: 300px;
}
#topo_util_aria {
  float: left;
  width: 73%;
  display: block;
}

#user_info_bar {
  float: right;
  width: 165px;
  height: 84px;
}

.row {
  display: block;
  float: left;
  width: 100%;
}
.submenus_manager {
  margin: 0 auto;
  display: block;
  /*background: white;*/
  height: auto;
  width: 100%;
  margin-top: 10px;
}
.item_submenu_manager {
  display: inline-block;
  border: 1px solid #e8e8e8;
  /*border-: 1px solid #e8e8e8;*/
  background-color: #fff;
  text-align: center;
  margin-right: -1px;
  font-size: 12px;
  margin-bottom: 20px;
}
.item_submenu_manager a {
  padding: 20px;
  text-decoration: none;
  color: #999999;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_submenu_manager a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
  color: #233445;
}
.content_manager {
  position: relative;
  top: 15px;
  clear: both;
  background-color: white;
  width: 92%;
  min-width: 960px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  padding-top: 10px;
  padding-left: 1%;
  padding-bottom: 10px;
  padding-right: 1%;
  display: table;
}
.flexigrid.crud-form {
  float: left;
  width: 100%;
}
.selected_sub {
  background-color: #e8e8e8;
}
#info_box {
  margin-left: 12px;
  margin-top: 5px;
  float: right;
  width: 100%;
}
.obs {
  font-weight: bold;
  color: #ad7808;
  width: 100%;
  float: right;
  text-align: right;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
}
.min {
  color: #999999;
  font-size: 10px;
  width: 100%;
}
.btn_log_off {
  color: black;
  text-decoration: none;
}
.errorBox {
  margin: 0 auto;
  width: 60%;
  border: 1px solid #ff581e;
  height: auto;
  padding-right: 5px;
  padding-left: 5px;
  background: rgba(255, 2, 1, 0.4);
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/*  ADVANCED STYLES para a complexidade da senha na tela de usuarios */

.testresult {
  float: right;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.testresult span {
  padding-top: 8px;
  float: right;
}
.shortPass {
  background-color: #eb8787;
}
.shortPass span {
  background-color: #eb8787;
}
.badPass {
  background-color: #eb8787;
}
.badPass span {
  background-color: #eb8787;
}
.goodPass {
  background-color: #f1f88c;
}
.goodPass span {
  background-color: #f1f88c;
}
.strongPass {
  background-color: #7cd97c;
}
.strongPass span {
  background-color: #7cd97c;
}
.btn_produtos_addfotos {
  padding-bottom: 7px;
  padding-top: 5px;
  height: 18px;
}
.imgitem {
  padding-top: 10px;
  border-bottom: dotted 2px #999999;
}
.required {
  color: red;
}
#fancybox-title-inside {
  font-weight: bold;
  border-top: #cccccc 1px dashed;
}
.comentarios {
  margin-top: 8px;
  font-size: 12px;
}
#field-ORDEM {
  width: 30px;
}
/* initial css, to work without arrows to pass itens */

#menuManagerCircularIcons {
  width: 520px;
}
#menuManagerCircularIcons li {
  width: 75px;
  height: 64px;
  text-align: center;
  border: 1px solid #999999;
  padding-top: 8px;
  float: left;
  margin-right: 8px;
  font-size: 10px;
  list-style: none;
  position: relative;
  top: -12px;
  left: -31px;
}
#menuManagerCircularIcons li a {
  text-decoration: none;
  color: #999999;
}
#menuManagerCircularIcons li a :hover {
  text-decoration: none;
  color: black;
}
#foo2_prev {
  display: none;
}
#foo2_next {
  display: none;
}
/*Novo MENU*/
.menuItens {
  display: inline-block;
  width: 80%;
  height: 75px;
  margin-top: 42px;
}

.borderRadius {
  /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;*/
}
.transition {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.itemMenu {
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 36px;
  margin: 2px 0 0 0;
  overflow: hidden;
  padding: 2px 106px;
  position: relative;
  width: 70px;
  z-index: 9;
  line-height: 34px;
}
.itemMenu:hover {
  border: 1px solid #888;
  -webkit-box-shadow: inset 0 1px 3px rgba(128, 128, 128, 0.5);
  -moz-box-shadow: inset 0 1px 3px rgba(128, 128, 128, 0.5);
  -ms-box-shadow: inset 0 1px 3px rgba(128, 128, 128, 0.5);
  -o-box-shadow: inset 0 1px 3px rgba(128, 128, 128, 0.5);
  box-shadow: inset 0 1px 3px rgba(128, 128, 128, 0.5);
}
.imgMenu {
  float: left;
  position: absolute;
  top: 8%;
  left: 20%;
  width: 60%;
  cursor: pointer;
  z-index: 0;
  display: none;
}
.imgMenu img {
  width: 100%;
}
.textMenu {
  float: left;
  position: absolute;
  bottom: 4%;
  left: 0;
  text-indent: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  height: auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.itemMenu:hover {
  text-decoration: none !important;
}

/*Scrollbar*/
#scrollMenuManager {
  width: 100%;
  clear: both;
}
#scrollMenuManager .viewport {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}
#scrollMenuManager .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: auto;
  height: 100%;
  white-space: nowrap;
}
#scrollMenuManager .thumb .end,
#scrollMenuManager .thumb {
  background: #999;
  background: rgba(80, 80, 80, 0.3);
}
#scrollMenuManager .scrollbar {
  position: relative;
  float: right;
  width: 15px;
  z-index: 8;
  bottom: 0;
  left: 0;
}
#scrollMenuManager .track {
  background: #d7d7d7;
  background: rgba(128, 128, 128, 0.1);
  height: 0px;
  width: 100%;
  position: relative;
}
#scrollMenuManager .thumb {
  height: 0px;
  width: auto;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}

#scrollMenuManager .thumb .end {
  overflow: hidden;
}
#scrollMenuManager .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.xeqi {
  width: 248px;
}

.xeqi input {
  width: 20px;
}
.xeqi span {
  float: left;
  width: 240px;
  margin: 3px;
}

.divide {
  margin-top: 10px;
  background: #a7a0a0;
  height: 35px;
  display: block;
  width: 1000px;
  text-align: center;
  border: 2px solid #13441d;
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
  color: #f5f5f5;
}

html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  background-color: #f9f9f9;
}
.row {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.box {
  position: absolute;
  min-height: 320px;
  width: 320px;
  -webkit-border-raduis: 4px;
  -moz-border-raduis: 4px;
  -ms-border-raduis: 4px;
  border-raduis: 4px;
  border: 1px solid #e8e8e8;
  top: 14%;
  left: 50%;
  margin-left: -200px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
.titLogin {
  display: block;
  float: left;
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.tc {
  text-align: center;
}
.coverInput {
  height: 36px;
  margin-top: 40px;
  position: relative;
}
.coverInput:before {
  content: attr(title) ": ";
  position: absolute;
  left: 0;
  top: -20px;
  height: 36px;
  width: auto;
  z-index: 1;
  color: #999;
  font-size: 12px;
}
.captcha {
  display: block;
  float: left;
  margin-top: 20px;
  border: 1px solid #ccc;
  /*box-shadow: 0px 1px 1px 1px #ccc;*/
}

.btn_log_off {
  display: block;
  float: right;
  height: 36px;
  width: 90px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #333;
  position: relative;
}
.btn_log_off:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.btn_log_off:before {
  content: "Sair";
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 34px;
}

.btn_log_off img {
  display: none;
}

/*NOVO TOPO DO MANAGER*/
.topoManager {
  display: block;
  float: left;
  height: 80px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.logoManager {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  background-color: #fff;
  height: 100%;
  padding: 20px;
}
.menuManager {
  display: block;
  float: right;
  max-width: 77%;
  height: 80px;
  margin: 0;
  padding: 0;
  margin-right: 3%;
}

.menuManager li {
  list-style: none;
  float: left;
  text-align: center;
  position: relative;
}
.menuManager li div {
  font-size: 13px;
  color: #333;
  display: block;
  float: left;
  padding: 32px 30px 26px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
  /*border-left: 1px solid #e8e8e8;*/
}
.menuManager li:last-child div {
  /*border-right: 1px solid #e8e8e8;*/
}
.menuManager li div:hover {
  border-color: #e8e8e8;
  text-decoration: none;
}
.menuManager li img {
  width: 40px;
  display: inline-block;
  display: none;
}

.fl {
  float: left;
  width: auto;
}
img {
  max-width: 100%;
}
body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 13px;
}

.transition600 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* Estilos do novo manager da Noiatec */
.n-header {
  display: block;
  float: left;
  height: 84px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.n-logo {
  height: 84px;
  width: 16%;
  border-right: 1px solid #dddddd;
  float: left;
  /*padding: 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 84px;
}
.n-bloco-topo {
  display: block;
  float: left;
  height: 100%;
  padding: 22px 2%;
  border-right: 1px solid #dddddd;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-bloco-topo p {
  display: block;
  margin: 12px 0px 0 60px;
}
.n-circle {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #dddddd;
  text-align: center;
  line-height: 44px;
}
.n-bg-blue {
  background: #5694d2;
  color: #f8f8f8;
}
.n-bg-red {
  background: #ff6464;
  color: #f8f8f8;
}
.n-bg-green {
  background: #3fcf7f;
  color: #f8f8f8;
}
.n-circle i {
  font-size: 16px;
}
.n-sidebar {
  width: 8%;
  float: left;
  height: 100%;
  max-width: 120px;
  background: #233445;
  position: relative;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-wrap {
  float: left;
  width: 92%;
  height: auto;
  max-width: 1800px;
}
.n-content {
  width: 96%;
  margin: 2% auto 0;
  display: block;
}
.n-user {
  width: 30%;
}
.n-ip {
  width: 27%;
}
.n-logoff {
  width: 10%;
  border-right: none;
}
.n-site {
  width: 17%;
}
.n-logoff:hover,
.n-site:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
}
.n-menu-sidebar {
  display: block;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0px 0 0 0;
}
.n-menu-sidebar li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.n-menu-sidebar li a {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  float: left;
  width: 98%;
  border-left: 1px solid transparent;
  padding: 5% 1%;
}
.n-menu-sidebar li a i {
  line-height: 30px;
  color: #e5e9ed;
  text-align: center;
  width: 100%;
  font-size: 20px;
  float: left;
  margin-top: 3%;
}
.n-menu-sidebar li a p {
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.n-menu-sidebar li a:hover {
  background: #1c2936;
  border-left: 1px solid #3fcf7f;
  text-decoration: none;
}

#zopim,
#clique_ligue {
  /*display: none;*/
  margin-bottom: 10px;
}

a.n-logo.n-pq-box-logo img {
  max-height: 63px;
  margin: 0 auto;
  max-width: 220px;
  vertical-align: middle;
  max-height: 63px;
  /* float: none; */
  /* text-align: center; */
}

.tDiv .aviso {
  padding: 8px;
  display: block;
  background-color: rgb(203, 203, 203);
  border: 1px solid #000;
}

.lista-modelos {
  float: right;
  background: #ff6464;
  display: inline-block;
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-right: -1px;
  font-size: 12px;
  margin-bottom: 20px;
}

.lista-modelos a {
  padding: 20px;
  text-decoration: none;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
