/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font: 13px Helmet, Freesans, sans-serif; }

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body, select, input, textarea {
  color: #333; }

a {
  color: #03f; }

a:hover {
  color: #69f; }

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #008230;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #008230;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Placeholder */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #999999; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee; }

/* Styles
-------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  top: 0; }

.w-site {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.table {
  display: table; }

.tablecell {
  display: table-cell;
  vertical-align: middle; }

/* HEADER */
header {
  background-color: #008230;
  height: 50px;
  position: relative;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  overflow: visible; }

.logo {
  width: 90px;
  margin-left: 10px;
  float: left; }

.logo img {
  display: block;
  width: 100%; }

/*-- ONLY FOR LOGIN --*/
.userinfo {
  float: right;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 8px 10px 0; }

.userinfo .btn-send {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  background-color: #ffffff !important;
  color: #008230 !important;
  font-size: 14px !important; }

.userinfo .btn-send:hover {
  color: #ffffff !important;
  background-color: #008230 !important; }

/* CONTENT */
#content {
  width: 100%; }

.logolds {
  max-width: 250px;
  width: 80%;
  min-width: 200px;
  margin: 0 auto 5px;
  display: block; }

.bigtext {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 36px;
  color: #555555;
  text-align: center;
  font-weight: 300;
  line-height: 36px; }

input[type='text'], input[type='number'], input[type='password'] {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  display: block;
  max-width: 380px;
  min-width: 260px;
  width: 80%;
  margin: 10px auto;
  padding: 5px 0;
  text-align: center;
  border: 2px solid rgba(0, 130, 48, 0.5);
  outline: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

input[type='text']:focus, input[type='number']:focus, input[type='password']:focus {
  border: 2px solid #008230; }

select {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  display: block;
  max-width: 380px;
  min-width: 260px;
  width: 80%;
  margin: 10px auto;
  padding: 5px 0;
  border: 2px solid rgba(0, 130, 48, 0.5);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url(../img/select-arrow.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  text-align: center;
  color: #999999;
  cursor: pointer;
  text-align-last: center; }

.btn-send {
  width: max-content;
  -moz-width: max-content;
  -webkit-width: max-content;
  margin: 10px auto 0;
  background-color: #008230;
  border: 1px solid #008230;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 5px 8px 6px;
  text-decoration: none;
  font-size: 16px; }

.btn-send .fa {
  margin-left: 7px;
  font-size: 18px; }

.btn-send:hover {
  background-color: #ffffff;
  color: #008230; }

/* Stage 2 */
#alternativas {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

#stage2 .logolds, #stage3 .logolds {
  position: absolute;
  right: 4%;
  top: 60px;
  width: 90px !important; }
  
.select-instruction {
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    color: #555555;
    text-align: center;
    font-weight: 300;
    line-height: 36px;
}

.altvalue {
    width: 10%;
    min-width: 41px;
    padding: 5px !important;
    text-align: left;
    text-align-last: left;
    float: left;
    margin-right: 10px;
}

.r-alt {
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 15px auto;
  max-width: 350px;
  width: 100%; }
  
.r-alt input[type="checkbox"] {
	vertical-align: top;
    float: left;
    margin: 10px 10px;
}

.r-alt input[type='radio'] {
  float: left;
  margin-right: 10px;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background-image: url(../img/radio-select.png);
  background-position: center left;
  background-repeat: no-repeat;
  cursor: pointer; }

.r-alt input[type='radio']:focus,
.r-alt input[type='radio']:checked {
  background-position: center right;
  outline: none; }

.r-alt label {
    font-size: 21px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #666666;
    cursor: default;
    margin: 0 0 0 5px;
    display: inline-block; }

input#otra {
  margin-top: 5px; }
  
  input#miactividad {
    margin: 0;
}

/* STAGE 3 */
.etiqueta {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  display: block;
  max-width: 380px;
  min-width: 260px;
  width: 80%;
  margin: 10px auto 0;
  text-align: left;
  color: #008230; }

#stage3 input[type='text'] {
  margin-top: 2px !important; }

/* STAGE 4 */
#stage4 {
  opacity: 0;
  z-index: 1; }

#bg-lds {
  width: 100%;
  height: 220px;
  background-image: url(../img/bg-ldm.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0; }

/* FOOTER */
footer {
  background-color: #008230;
  padding: 15px 0;
  position: relative;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0; }

footer p {
  text-align: right;
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px; }

/* OVERLAYS */
#overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

#respuesta {
  width: 50%;
  padding: 20px;
  border: 2px solid rgba(0, 130, 48, 0.5);
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px; }

#respuesta .fa {
  color: #008230; }

.zindex {
  z-index: -999 !important; }

.hide {
  display: none !important; }

.appear {
  opacity: 1 !important; }

/* ADMIN LISTADO */
#encuestadosbox {
  margin-top: 15px; }

#encuestadosbox, .tg-wrap {
  width: 100%; }

.tg-wrap table {
  width: 100%; }

.tg-wrap table tr th {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  padding: 4px 0;
  font-size: 18px;
  font-style: italic;
  border-bottom: 2px solid #555555; }

.tg-wrap table tr td {
  border-bottom: 1px solid #999999;
  padding: 5px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #666666;
  font-size: 16px;
  text-align: center; }

.tg-wrap table tr:hover td {
  background-color: #f5f5f5; }

.tg-wrap table .tnombre {
  width: 20%; }

.tg-wrap table .temail {
  width: 20%; }

.tg-wrap table .tedad {
  width: 7%; }

.tg-wrap table .tgenero {
  width: 8%; }

.tg-wrap table .tcondominio {
  width: 15%; }

.tg-wrap table .talternativa {
  width: 30%; }

.main-content {
	padding-top: 100px;
	padding-bottom: 50px;
}
/* Media queries
-------------------------------------------------------------------------------*/
/* Print styles
-------------------------------------------------------------------------------*/
