html, body, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

* { 
user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
}

input {
    user-select:         auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select:    auto !important;
    -khtml-user-select:  auto !important;
}


input {
  outline: 0px;
  border: 1px solid #f2f2f0; 
}

/* prevent ios default styling */
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {}

/* standard css */

@font-face {
    font-family: HelvecticaNeue;
    src: url(helvetica-neue1.ttf);
}


html,body {
    font-family:  HelvecticaNeue,Helvetica;
    background-color: #fff;
    color: #b6b6b6;
}

.backfaceVisibility {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.inputText {
    color: #747474;
}
.buttonTitle {
    color: #888888;
}

.welcomeText {
    color: #000000;
}

.welcomeText span {
    color: #fa3804;
    font-size: 30px;
}

.timeNome{
    color: #000000;
}

.alert {
    color: #F51F0A;
}

/*event Style*/
.bandeira {
 border: 1px solid #c1bdbd;
}
.eventSTitle {
  font-size: 22px;
  padding-top: 20px;
  text-align: center;
  color: #fa3804;
  background-color: #ffffff;
  background-position: 95% 25px;
  background-image: url('../content/images/arrowDown.png');
  background-repeat:no-repeat;
  background-size: 40px 16px;
  border-top: 1px solid #fa3804;
  border-bottom: 1px solid #fa3804;
}

.eventSTitleSelected {
  font-size: 22px;
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #fa3804;
  background-position: 95% 25px;
  background-image: url('../content/images/arrowUp.png');
  /*background-image: url('../content/images/arrowUp.png')*/;
  background-repeat:no-repeat;
  background-size: 40px 16px; 
  border-top: 1px solid #fa3804;
  border-bottom: 1px solid #fa3804;

}

/*  */
.dISContent {
  padding-top: 10px;
}
.dISContent .row {}

.dISContent .row .local{
  font-size: 30px;
  padding-top: 10px;
  margin-bottom: 15px;
  display:inline-block;
  text-align: center;
  color: #fa3804;
}

.dISContent .row .title {
  font-size: 12px;
  color: #7c7b7b;
  text-align:right;
  display:inline-block;
  width:45%;
  vertical-align:middle;
  padding-right: 10px;
}
.dISContent .row .content {
  font-size: 35px;
  color: #fa3804;
  text-align:left;
  display:inline-block;
  vertical-align:middle;
  padding-left: 10px;
  width:45%;
}

.dISContent .row .content .supCase {
  font-size: 13px;
  color: #fa3804;
  text-align:right;
  display:inline-block;
  vertical-align:middle;
  margin-left: 3px;
}

/*esquenta*/
.esquentaContent{
  background-color: #f5f1f1;
}

.esquentaContent .local .content {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  text-align:center;
  vertical-align:middle;
  display:inline-block;
  border-bottom: 1px solid #c1bdbd;
  width:90%;
  height:40px;
  padding-top: 20px;
}

.esquentaContent .endereco .content {
  font-size: 20px;
  color: #000000;
  text-align:center;
  vertical-align:middle;
  display:inline-block;
  height:80px;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.esquentaContent .estacionamento .content {
  font-size: 20px;
  color: #000000;
  text-align:center;
  vertical-align:middle;
  display:inline-block;
  height:50px;
  padding-top:10px;
}


#mapCanvas {
  width: 300px;
  height: 240px;
  border: 1px solid black;
  text-align: center;
  display:inline-block;
}

/*telefones*/
.telefonesContent {
  background-color: #f5f1f1;
}

.telefonesContent .telefoneHeader .content {
  color: #c1bdbd;
  font-size: 15px;
  width: 90%;
  display:inline-block;
  margin-top:15px;

}
.telefonesContent .telefone , .telefonesContent .telefones {
  color: red;
  width: 90%;
  height: 90%;
  vertical-align:middle;
  display:inline-block;
  border-bottom: 1px solid #c1bdbd;
  font-size: 18px
}

.telefonesContent .telefone .name , .telefonesContent .telefones .name {
  position:absolute;
  top:33%;
  left:5%;
  color: black;
  vertical-align:middle;
  display:inline-block;
  /*border:1px solid black;*/
  width:50%;
  text-align: left;
}
.telefonesContent .telefone .number {
  position:absolute;
  top:33%;
  right:5%;
  color: green;
  vertical-align:middle;
  display:inline-block;
  /*border:1px solid black;*/
  /*width: 30%;*/
  text-align:right;
  padding-right:45px;
  background-image: url('../content/images/telefone.png');
  background-size: 30px 20px; 
  background-repeat:no-repeat;
  background-position: 95%;
  font-size: 15px;
}

.telefonesContent .telefone .number a, .telefonesContent .telefones .number a, .telefonesContent .telefones .number2 a{
  text-decoration:none;
  color:#717d7d;
}

.telefonesContent .telefones .number , .telefonesContent .telefones .number2 {
  position:absolute;
  vertical-align:middle;
  display:inline-block;
  text-align:right;
  padding-right:45px;
  background-image: url('../content/images/telefone.png');
  background-size: 30px 20px; 
  background-repeat:no-repeat;
  background-position: 95%;
  font-size: 15px;
}

.telefonesContent .telefones .number{
  top:10%;
  right:5%;
}
.telefonesContent .telefones .number2{ 
  top:55%;
  right:5%;
}



/*Quiz*/

.quizForm .quizButton {
  
}

.quizPergunta {
  font-size: 15px;
  color: #000000;
}

.quizPergunta .numero {
  font-size: 40px;
  color: #fa3804;
  margin-left: 15px;
  margin-top: 15px;
}
.quizPergunta .content{
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  margin-left: 13px;
  margin-top: 15px;
  display: inline-block;
  width:70%;
  vertical-align:top;

}
.quizTitle{
  font-size: 30px;
  padding-top: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #fa3804;
  height:70px;
}

.radioButton input{
  font-size: 20px;
  margin-left: 40px;
  margin-top: 5px;
  margin-right: 15px;
}
.radioButton span {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 15px;
  color: #000000;
}

.radioButtonSpacer {
  border-top: 1px solid #c1bdbd; 
  width: 80%;
  margin-left:10%;
  margin-top:10px;
}

.radioButtonContainer{
}

.quizButton {
  position: absolute;
  left: 50%;
}


/**/
.game {
  padding-top:15px;
  padding-bottom: 15px;
  background-image: url('../content/images/rightArrow.png');
  background-size: 20px 40px; 
  background-repeat:no-repeat;
  background-position: 95%;
  border-top: 1px solid #fa3804;
  border-bottom:1px solid #fa3804;
  background-color: white;

}
.game .gameRow1{
  color:#fa3804;
  font-size: 20px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.game .gameRow2{
  font-size: 13px;
  margin-left: 15px;
}
.game .imgTime1, .game .imgTime2 {
  width: 13px;
  height: 10px;
  margin-left: 2px;
  margin-right: 2px;

}



