@import url(https://fonts.googleapis.com/css?family=Quicksand:500,700);

html, body, tr, td, input, select, textarea {
  font-family: Quicksand, helvetica, verdana, arial, sans-serif;
  color: #777;
}

body {
  background-color: #e7e7e7;
  font-family: Quicksand, helvetica, verdana, arial, sans-serif;
  font-size: 62.5%;
  margin: 0;
}

.container {

}

img,
picture,
video,
embed {
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

*, 
*:before, 
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}






.container_orientation {
  background-color: #fafafa;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20em;
  box-shadow:
  0 0 0 2px #fff,
  0 0 0 3px #d3d3d3;
  display: table;
}

.container_orientation_content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  height: 40em;
}

.container_orientation_content p {
  font-size: 1.5em;
  margin-top: 1em;
  font-weight: bold;
}

    
@media screen and (orientation: portrait) {
  .container_orientation {
    display: block;
  }
  
  .container {
    display: none;
  }
}

@media screen and (orientation: landscape) {
  .container_orientation {
    display: none;
  }
  
  .container {
    display: block;
  }
  
}

@media screen and (max-width: 4000px) {
  .ui-autocomplete {
  	max-height: 200px;
  	overflow-y: auto;
  	/* prevent horizontal scrollbar */
  	overflow-x: hidden;
  	/* add padding to account for vertical scrollbar */
  	padding-right: 20px;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
  	height: 200px;
  }
  
  #menu_mobile {
    display: none;
  }
  
  #menu {
    display: block;
  }
  
  
  .label_table {
    width: 40px;
  }
  
  input, label, select, textarea, td, button, div, span {
  
  }
  
  td {
    font-size: 1.1em;
  }
  
  input, label, select, textarea, button, tel {
    border: 1px solid #c3c3c3;
    padding: 0.2em;
    font-size: 1.0em;
  }
  
  input[type="text"], input[type="password"], input[type="tel"], select, textarea {
    border-radius: 5px;
  }
  
  select {
    padding: 2px;
  }
  
  hr {
    background-color: #d3d3d3;
    height: 1px;
    border: none;
  }
  
  /*
  body, table, tr, th, td, input, label, select, textarea {
    font-family: verdana, helvetica, arial;
    font-size: 11px;
    color: #555;
  }
  */
  
  th {
    background: url('../imagens/th.png');
    background-repeat: repeat-x;
    background-position: center;
    height: 25px;
    color: #777;
    font-size: 0.9em;
  }
  
  fieldset {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
  }
  
  .table_foot {
    background: url('../imagens/bg_menu_over.png');
  }
  
  .tr1 {
    background: url('../imagens/bg_menu_over.png');
    color: #555;
    background-repeat: repeat-x;
  }
  
  .tr2 {
    color: #555;
    background-color: #fff;
    background-repeat: repeat-x;
  }
  
  .even {
    background-color: #f6f6f6;
  }
  
  .odd {
    background-color: #fff;
  }
  
  img {
    border: none;
  }
  
  a {
    text-decoration: none;
    color: #898989;
  }
  
  a:hover {
    text-decoration: underline;
    color: #000;
  }
  
  #container_login {
    width: 500px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -250px;
    height: 100%;
  }
  
  #box_login {
    position: absolute;
    top: 50%;
    margin-top: -150px;
    width: 302px;
    margin-left: 101px;
    padding-top: 30px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 1px #f0f0f0;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(5px);
    border-radius: 10px;
  }
  
  #box_login_2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    height: 40em;
  }
  
  #box_login_2 td  {
    font-size: 1.5em;
  }
  
  
  .container {
  
    margin: 10px;
    padding: 0;
    height: auto !IMPORTANT;
    min-height: 400px;
    background-color: #fefefe;
    border-radius: 5px;
    border: 1px solid #B6C4CF;
    
    /*
    width: 1200px;
    height: 400px;
    height: auto !IMPORTANT;
    min-height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    margin-bottom: 4px;
    background-color: #fefefe;
    border-radius: 10px;
    */
  }
  
  #content {
  
  }
  
  .container #topo {
    padding: 10px;
  }
  
  .container #topo img {
    position: relative;
    top: 15px;
    left: 15px;
  }
  
  .container #menu {
    background: url('../imagens/bg_menu.png');
    height: 31px;
    background-repeat: repeat-x;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #d3d3d3;
  }
  
  .container #menu ul {
  	display: inline;
  	list-style-type: none;
  }
  
  .container #menu ul li {
    float: left;
  }
  
  .container #menu ul li a {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: url('../imagens/bg_menu.png');
    background-repeat: repeat-x;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #777;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.1em;
  }
  
  .container #menu ul li a:hover {
  	background: url('../imagens/th_cur.png');
  	background-repeat: repeat-x;
  	color: #777;
  	text-decoration: none;
  }
  
  .container #menu ul li a.menu_over {
  	background: url('../imagens/th_cur.png');
  	background-repeat: repeat-x;
  	color: #777;
  	text-decoration: none;
  }
  
  
  .container #menu_mobile {
  }
  
  
  .container #menu_mobile ul {
  	display: block;
  	list-style-type: none;
  	padding: 0.2em;
  }
  
  .container #menu_mobile ul li {
    display: block;
  }
  
  .container #menu_mobile ul li a {
  	display: block;
  	text-align: center;
  	font-weight: bold;
  	padding: 0.5em;
  	margin-top: 1px;
  	border: 1px solid #e3e3e3;
    color: #777;
    border-radius: 4px;
    font-size: 1.1em;
  }
  
  
  
  
  .container #content {
    height: 400px;
    height: auto !IMPORTANT;
    min-height: 400px;
    background-repeat: repeat-y;
    margin: 5px;
  }
  
  .container #bottom {
    background: url('');
    height: 60px;
    background-repeat: no-repeat;
    /*margin-bottom: 10px;*/
    color: #777;
    font-weight: bold;
  }
  
  #logged {
    text-align: right;
    padding-top: 3px;
    padding-right: 5px;
    font-size: 1em;
    color: #777;
  }
  
  .titles {
    background-color: #d3d3d3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 12px;
    border: 1px solid #e3e3e3;
    color: #777;
    font-weight: bold;
  }
  
  .paginator_pages {
    padding: 5px;
    border: 1px solid #d3d3d3;
    background: url('../imagens/bg_menu.png');
    background-repeat: repeat-x;
    background-position: center;
    background-color: #ebebeb;
    border-radius: 5px;
  }
  
  .paginator_pages:hover {
    background: url('../imagens/bg_menu.png');
    background-repeat: repeat-x;
    background-position: top;
    color: #555;
  }
  
  .paginator_current {
    background: url('../imagens/bg_menu.png');
    background-repeat: repeat-x;
    background-position: top;
    color: #555;
  }
  
  .titles_page {
    background: url('../imagens/th.png');
    background-position: center;
    text-align: left;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #d3d3d3;
    color: #777;
    font-weight: bold;
    margin: 5px 0 5px 0;
    border-radius: 5px;
  }
  
  .status_pedido {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
    border: 1px solid #e3e3e3;
    color: #777;
    font-weight: bold;
    margin: 5px 0 5px 0;
    border-radius: 5px;
    font-style: italic;
  }
  
  .titles_page td {
    text-align: left;
    color: #777;
    font-weight: bold;
    font-family: Quicksand, helvetica, verdana, arial, sans-serif;
    font-size: 1.1em;
  }
  
  .item_pedido {
    padding: 0.2em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  
  .content_page {
    margin: 5px;
  }
  
  .default_title {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    margin-bottom: 5px;
    color: #777;
  }
  
  .default_title_pages {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    color: #777;
    margin-left: 5px; 
    margin-right: 5px; 
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Quicksand, helvetica, verdana, arial, sans-serif;
  }
  
  .default_title_pages_modal {
    font-size: 1.1em;
    font-weight: bold;
    color: #777;
    font-family: Quicksand, helvetica, verdana, arial, sans-serif;
  }
  
  .pager {
    border-radius: 5px;
  }
}


@media screen and (max-width: 1000px) {

  .container {
    margin: 0;
    border-radius: 0;
  }

}


@media screen and (max-width: 620px) {

  #box_login {
    margin-top: -15em;
  }
  
  #box_login_2 {
    height: 30em;
  }
  
  #box_login_2 td  {
    font-size: 1.6em;
  }



  #menu_mobile {
    display: block;
  }
  
  #menu {
    display: none;
  }


  .container {
    margin: 0;
    border-radius: 0;
  }

}

@media (hover: none) and (pointer: coarse) {
    .container {
    }
}



