@charset "UTF-8";
/* 
  *Author: Erick Bámaca :: bamacaerick@gmail.com
  *Creation Date: May/12/2017
  *Last modified: May/16/2017
  *Edited by: bamacaerick
  *Description: Dashboard products edit part
  */
/* Colors config file */
*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent; }
  
#fg_membersite 
{
	margin: 0 10px;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

textarea,
button,
select {
  font-family: inhert;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none; }

input {
  font-family: inhert;
  font-size: inherit;
  color: inherit; }

select {
  text-indent: .01px;
  text-overflow: '';
  border: 0;
  border-radius: 0; }

select::-ms-expand {
  display: none; }

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.clear::after {
  content: "";
  display: block;
  clear: both; }

/* Mixins as hacks */
/* Styles for global elements */
body {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff url("../img/loader.gif") no-repeat center 45%;
  background-size: 60px auto;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
  border: 0; }

.container {
  min-width: 300px;
  max-width: 600px;
  margin: 0px auto; }

header {
  width: 100%;
  height: 52px;
  color: #ffffff; }

section {
  min-height: calc(100vh - 50px);
  background-color: #F6F6F6; }

#results3
{
height: calc(20vh);
margin:10px;
}

.logo {
  overflow: hidden;
  text-align: center; }
  .logo-img {
    display: inline-block;
    overflow: hidden;
    background: #fff url("../img/logo.png") no-repeat center;
    height: 52px;
    width: 77px;
    float: left; }
    .logo-img span {
      padding-top: 60px;
      display: block; }

.header-color {
  background-color: #009ee0;
  overflow: hidden;
  padding: 0px 10px; }

.topTitle {
  float: left;
  line-height: 50px;
  font-weight: 500;
  display: inline-block; }

.logout {
  float: right;
  line-height: 50px;
  color: #a5a5a5;
  font-weight: 500;
  margin-right: 10px; }

.back {
  position: relative;
  top: 10px;
  background: transparent url("../img/arrow-left.png") no-repeat center;
  background-size: 25px;
  display: block;
  width: 16px;
  height: 30px;
  float: left; }

.mainItem {
  min-height: 60px; }
  .mainItem__content {
    border-bottom: 1px solid #E2E2E2; }
    .mainItem__content--element {
      display: block;
      width: 100%;
      padding: 0px 10px; }
      .mainItem__content--elementText {
        font-weight: 500;
        position: relative;
        color: #494F52;
        font-size: 1.4em;
        display: inline-block;
        line-height: 60px;
        margin-right: 10px;
        width: calc(100% - 144px);
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left; }
    .mainItem__contentOptions {
      height: 60px;
      line-height: 60px; }
      .mainItem__contentOptions--program {
        float: left;
        color: #a5a5a5;
        font-size: 0.75em;
        display: inline-block;
        width: 40px;
        height: 35px;
        position: relative;
        top: 15px;
        text-align: center;
        background: transparent url("../img/program.png") no-repeat center top/24px; }
      .mainItem__contentOptions--status {
        top: 16px;
        display: block;
        width: 48px;
        height: 38px;
        overflow: hidden;
        position: relative;
        float: left; }
        .mainItem__contentOptions--status input[type="checkbox"] {
          display: none; }
        .mainItem__contentOptions--status input[type="checkbox"] + label {
          background: transparent url(../img/on-off.png) no-repeat left -63px;
          background-size: auto 95px;
          display: block;
          width: 48px;
          height: 38px;
          overflow: hidden;
          position: relative;
          cursor: pointer; }
        .mainItem__contentOptions--status input[type=checkbox]:checked + label {
          background-position: left 3px; }
      .mainItem__contentOptions--temp {
        float: left;
        color: #a5a5a5;
        font-size: 0.75em;
        display: inline-block;
        width: 35px;
        height: 35px;
        position: relative;
        top: 15px;
        margin: 0px 5px;
        text-align: center;
        background: transparent url("../img/temp-icon.png") no-repeat center top/24px; }
  .mainItem__temporizador {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    display: none; }
    .mainItem__temporizador--text {
      display: block;
      font-size: 0.8em;
      color: #494F52; }
    .mainItem__temporizador--select {
      font-family: 'Montserrat', sans-serif;
      width: 100%;
      background-color: #F6F6F6;
      line-height: 30px;
      font-size: 2em;
      width: 170px;
      font-weight: 500; }
      .mainItem__temporizador--select option {
        font-size: 0.5em; }
  .mainItem__tasks {
    display: none; }
    .mainItem__tasks.active {
      display: block; }

.addTask--button {
  display: inline-block;
  color: #494F52;
  height: 40px;
  line-height: 40px;
  font-size: 0.9em; }
  .addTask--button span {
    font-size: 1.5em;
    font-weight: 500;
    position: relative;
    top: 1px; }

.mainOptions {
  margin: 10px 0px 0px 0px;
  padding-bottom: 2px; }
  .mainOptions__actions {
    display: block;
    width: 100%; }
    .mainOptions__actions--set {
      display: inline-block;
      text-align: center;
      color: #9C9E9F;
      width: 55px; }
      .mainOptions__actions--set.add-action {
        float: right; }
      .mainOptions__actions--set.editing {
        border-top: 1px solid #E2E2E2;
        border-left: 1px solid #E2E2E2;
        border-right: 1px solid #E2E2E2;
        border-bottom: 1px solid #F6F6F6;
        z-index: 9; }
    .mainOptions__actions--delete, .mainOptions__actions--taskStatus {
      float: right; }
    .mainOptions__actions--taskStatus {
      text-align: center;
      position: relative;
      top: 10px;
      margin: 0px 10px 0px 0px;
      cursor: pointer;
      width: 55px; }
      .mainOptions__actions--taskStatus input[type="checkbox"]:after {
        content: "Activar";
        position: absolute;
        width: 100%;
        height: 10px;
        color: #9C9E9F;
        font-size: 0.7em;
        font-family: 'Montserrat', sans-serif;
        left: 0px;
        bottom: 0px;
        text-align: center; }
      .mainOptions__actions--taskStatus input[type="checkbox"]:checked:after {
        content: "Desactivar"; }
      .mainOptions__actions--taskStatus span {
        margin-top: 3px;
        display: block;
        color: #9C9E9F;
        font-size: 0.7em;
        visibility: hidden; }
    .mainOptions__actions--delete {
      top: 2px;
      font-size: 0.7em;
      padding-top: 33px;
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 5px; }
      .mainOptions__actions--delete:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 35px;
        background: transparent url("../img/delete.png") no-repeat center;
        background-size: 19px;
        top: 2px;
        left: 0px; }
      .mainOptions__actions--delete span {
        color: #9C9E9F; }
    .mainOptions__actions--on {
      font-size: 0.7em;
      padding-top: 35px;
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 5px; }
      .mainOptions__actions--on:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 35px;
        background: transparent url("../img/lightbulb-on-outline.png") no-repeat center;
        background-size: 30px;
        top: 0px;
        left: 0px; }
    .mainOptions__actions--off {
      font-size: 0.7em;
      padding-top: 35px;
      display: block;
      text-align: center;
      position: relative;
      color: #9C9E9F;
      margin-bottom: 5px; }
      .mainOptions__actions--off:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 35px;
        background: transparent url("../img/lightbulb-outline.png") no-repeat center;
        background-size: 24px;
        top: 3px;
        left: 0px; }
    .mainOptions__actions--repeat {
      font-size: 0.7em;
      padding-top: 35px;
      display: block;
      text-align: center;
      position: relative;
      color: #9C9E9F;
      margin-bottom: 5px; }
      .mainOptions__actions--repeat:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 35px;
        background: transparent url("../img/autorenew.png") no-repeat center;
        background-size: 24px;
        top: 3px;
        left: 0px; }
    .mainOptions__actions--add {
      font-size: 0.7em;
      padding-top: 35px;
      display: block;
      text-align: center;
      position: relative;
      color: #9C9E9F;
      margin-bottom: 5px; }
      .mainOptions__actions--add:before {
        content: "";
        position: absolute;
        width: 60px;
        height: 35px;
        background: transparent url("../img/add-icon.png") no-repeat center;
        background-size: 24px;
        top: 3px;
        left: 0px; }
    .mainOptions__actions--setType {
      text-transform: uppercase;
      text-align: center;
      display: block;
      margin-top: 5px;
      font-size: 0.7em; }

.selectTimeWrapper {
  width: 100%;
  left: 0px;
  text-align: center;
  padding: 10px 0px 0px 0px;
  display: none; }
  .selectTimeWrapper.action_repeat .selectTimeWrapper--text {
    top: 10px; }
  .selectTimeWrapper--text {
    display: block;
    font-size: 0.8em;
    text-align: center;
    color: #a5a5a5;
    position: relative; }

.selectDaysWrapper {
  width: 100%;
  height: 40px;
  line-height: 55px; }
  .selectDaysWrapper .day-item {
    display: inline-block;
    margin: 0px 3px; }

.selectWrapper {
  width: auto;
  display: inline-block; }
  .selectWrapper .select-hours,
  .selectWrapper .select-minutes,
  .selectWrapper .select-type-time {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    background-color: #F6F6F6;
    line-height: 30px;
    font-size: 2em;
    font-weight: 500; }
    .selectWrapper .select-hours option,
    .selectWrapper .select-minutes option,
    .selectWrapper .select-type-time option {
      font-size: 0.5em; }
  .selectWrapper .text-hour,
  .selectWrapper .text-minute,
  .selectWrapper .text-time-type {
    display: block;
    color: #9C9E9F;
    font-size: 0.8em;
    text-align: center; }
