@import 'normalize.css';
body {
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #464646;
  font-size: 1.7em;
  font-weight: normal;
}
/*table#groceryCrudTable
  font-size 12px

#groceryCrudTable_wrapper div
  font-size 12px
  color #FFF

#groceryCrudTable_wrapper .DataTables_sort_wrapper
  color #000*/
input[type="text"],
input[type="password"],
input[type="submit"],
select,
textarea {
  border-radius: 5px;
  outline: 0px;
  resize: none;
}
#loginTemplate {
  padding: 0px;
  margin: 0px;
  background-image: url("../img/bgAdmin.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #d4d3d3;
}
#logoQuimaira {
  display: block;
  margin: 28px auto 0px auto;
}
#login_message {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  color: #9a9899;
  font-style: italic;
  font-size: 18px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
#form_login {
  width: 330px;
  background-color: #dcdcdc;
  border: #000 1px solid;
  padding-top: 40px;
  padding-bottom: 70px;
  margin: 15px auto 0px auto;
}
#form_login p {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#form_login p label {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
}
#form_login p input[type="text"],
#form_login p input[type="password"] {
  margin: 5px auto 5px auto;
  padding: 5px 10px;
  width: 262px;
  border: none;
}
#form_login p input[type="submit"] {
  padding: 10px 20px;
  margin: 20px auto 0px auto;
  background-color: #666;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
#footerLogin {
  color: #5e5e5e;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#adminTemplate {
  background-image: url("../img/bg_dots.gif");
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
#adminTemplate #header {
  height: 55px;
  margin-bottom: 5px;
  padding: 0px 10px 20px 10px;
  background-image: url("../img/bg_header.png");
  position: relative;
}
#adminTemplate #header a {
  color: #19a6d9;
  text-decoration: none;
  padding: 4px;
}
#adminTemplate #header .shine {
  background-image: url("../img/bg_header_glow.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 10px;
}
#adminTemplate #header h2 {
  position: absolute;
  top: 15px;
  left: 100px;
  z-index: 1;
  color: #fff;
  font-family: 'lobster';
  font-size: 35px;
}
#adminTemplate #header span a {
  float: right;
  margin: 15px 0px 0px 15px;
  color: #fff;
  padding: 5px 10px;
  background-color: #333;
  background-image: url("../img/bg_menu_item_2.png");
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  text-shadow: 0px 1px 1px #000;
  -webkit-box-shadow: 0px 1px 1px 0px #000;
  -moz-box-shadow: 0px 1px 1px 0px #000;
  box-shadow: 0px 1px 1px 0px #000;
}
#adminTemplate #header span a:hover {
  background-color: #22b2ee;
  background-image: url("../img/bg_menu_item.png");
  border: 1px solid #8cd7f6;
  text-shadow: 0px 1px 1px #16a1da;
}
#adminTemplate #container {
  padding: 10px;
  margin: auto;
}
#adminTemplate #container #menu_wrapper {
  width: 160px;
  padding-right: 10px;
  float: left;
}
#adminTemplate #container #menu_wrapper .shadow {
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#adminTemplate #container #menu_wrapper .menu {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}
#adminTemplate #container #menu_wrapper .menu .menu_title {
  font-size: 13px;
  background: #333;
  color: #fff;
  padding: 6px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#adminTemplate #container #menu_wrapper .menu a {
  color: #19a6d9;
  text-decoration: none;
  padding: 6px;
  display: block;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#adminTemplate #container #menu_wrapper .menu a:hover {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: -moz-linear-gradient(top, #fff, #f2f2f2);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #ccc;
}
#adminTemplate #page_content {
  position: relative;
  overflow: hidden;
  padding: 0px 5px 5px 5px;
  width: auto;
}
#error {
  color: #c00000;
}
#error p {
  padding: 0;
  margin: 0;
}
.list_buttons {
  text-align: right;
  font-size: 9px;
}
.button_set {
  text-align: right;
  font-size: 11px;
  margin: 10px 0px;
  clear: both;
}
.button {
  font-size: 11px;
}
.gc_table {
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gc_table thead tr th {
  font-size: 13px;
  background: #333;
  color: #fff;
  padding: 6px;
  text-align: left;
}
.gc_table thead tr th a {
  color: #fff;
}
.gc_table thead tr td,
.gc_table tfoot tr td {
  font-size: 11px;
  padding: 0px;
}
.gc_table thead tr th.gc_cell_left {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.gc_table thead tr th.gc_cell_right {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.gc_table tbody tr td {
  background-color: #fff;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #555;
}
.gc_table tbody tr:hover td {
  background: -moz-linear-gradient(top, #fff, #f2f2f2);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #ccc;
}
.table_nav tbody tr:hover td {
  background: #fff;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #555;
}
.gc_table tbody tr td.gc_cell_right {
  padding-right: 10px;
}
#imagen_gal {
  padding: 0;
}
#imagen_gal li {
  float: left;
  margin: 5px;
  list-style: none;
  position: relative;
  width: 130px;
  height: 130px;
  background: #fff;
}
#imagen_gal li a {
  background: url("../img/icon-delete.png") no-repeat top left;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
#imagen_gal li img {
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100px;
  height: 100px;
}
.media #imagen_gal {
  margin: 0;
}
.media #imagen_gal li {
  width: 102px;
  height: 59px;
}
.media #imagen_gal li .checked img {
  border-color: #00f;
}
.media #imagen_gal li img {
  width: 85px;
  height: 42px;
}
.colorSelector {
  display: inline-block;
  vertical-align: top;
}
