﻿/*
input[type=checkbox], input[type=radio] {
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
    
input[type=checkbox], input[type=radio] {
    display: none;
}
*/
input[type=checkbox] {
    width: 16px;
    height: 16px;
    top: 6px;
    color:red;
}
input[type=checkbox] + label {
        margin-left: 5px;
}
/*
    input[type=checkbox]:before {
        content: "";
        display: block;
        margin-right: 5px;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        background-color: white;
    }

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    color: #999;
    background-color:#fff;
    left: 6px;
}
*/
.tituloTH {
    color: #999;
    font-weight: lighter;
}
.boxcode {
    margin-top: 10px;
    position: relative;
    top: 0px;
    display: table;
    margin: 0 auto;
}
.convite {
    width: 90%;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
}
.panelborda {
    width: 100%;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom:10px;
    background-color: #ffffff;
}
.btn-cart {
    color: #555;
    position: relative;
    bottom: -5px;
    font-size: 16px;
    border: solid 1px #fff;
    background-color: #fff;
}
.tituloTH a {
    color: #999;
    font-weight: lighter;
    text-decoration: none;
    font-size: 18px;
}
.btn-inverse, .btn-inverse.focus, .btn-inverse:focus {
    background-color: #fff !important;
    border-color: #fff;
    color:#555;
}
.btn-inverse.focus:hover, .btn-inverse:active:hover, .btn-inverse:focus:active, .btn-inverse:focus:hover, .btn-inverse:hover, .open > .btn-inverse.dropdown-toggle, .open > .btn-inverse.dropdown-toggle.focus, .open > .btn-inverse.dropdown-toggle:active, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle:hover {
        background-color: #fff !important;
        border-color: #fff;
    }
select, input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
    border-radius: 5px !important;
    -webkit-appearance: none;
}
.cssradio label {
    margin-left: 5px;
}
a {
    color: #999;
    text-decoration: none;
}
        a:focus, a:hover {
            color: #999;
            text-decoration: none;
        }
h1{
    color:#555;
}
.btn-clean{
    background-color:#ffffff;
    border:solid 1px #ffffff;
    font-size:20px;
}
body, html {
    background-color: #ffffff;
    font-size: 13px;
    margin: 0;
    width: 100%;
    color: #999999;
}
body{
    position:fixed;
}
body > .mainwrapper {
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* enables “momentum” (smooth) scrolling */
}
html {
  position:initial;
  height: 100%;
  overflow: hidden;
}
body {
  width: 100vw;
  height:100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
}
.corpo{
    width:100%;
    max-width:100%;
    margin: 0 auto; 
    padding:5px;
    height:100%;
}
*/
.footer-inner {
    background-color: #ededed;
}
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid black;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 4px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }

  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.txtOla{
     font-size: 3.0vh;
     text-decoration:none;
}
.ui-widget-overlay {
                background: rgba(0,0,0,0.7);
        }
        .infoblock{
            width:100%;
            margin:0;
            padding:5px;
            border:solid 1px #CCCCCC;
            background-color:#ffffff;
            margin-bottom:3px;
         }
         .infoblock-title{
 
         }
         .infoblock-value{
            font-weight:bold;
         } 
.ui-widget-overlay
 {
     z-index: 101;
 }
.compralogo{
    width:100%;
    max-height:auto;
    border:solid 2px #cccccc;
}
.logocongresso img{
    height:70px;
    width:auto;
    border:solid 2px #cccccc;
}
.blococongresso{
    height:70px;
    vertical-align:central;
    text-align:left;
}
.vline{
    border-left:solid 2px #ffffff;
}
.vlineright{
    border-right:solid 2px #ffffff;
}
.boxcompratop{
  width:100%;
  border-top:solid 2px #ffffff;
}

.boxcomprasidetop img{
    width:100%;
    max-height:auto;
    border:solid 2px #cccccc;
}

.ladoesquerdo{
    
padding-top:10px;
}
.ladodireito{
text-align:right;
padding-top:10px;
}
form {
    overflow-x: hidden;
overflow-y: hidden;
    width:100%;
}

.panelpadrao{
    width:100%;
}

.boxlogin{
  margin: auto;
  left: 0; right: 0;
  top:0;bottom:0;
  width:100%;
}

.centerhorizonal {
  margin: auto;
  left: 0; right: 0;
  top:0;bottom:0;
}


.imgcontainer img{
        width:100%;
        max-width:100%;
        max-height:auto;
}

.rodape{
    height:40px;
    position: relative;
    bottom: 0;
}

.corpadrao1{
    color:#558C89;
    top: 0px;
    left: 0px;
}
.corpadrao2{
    color:#F48D2E;
}
.corpadrao3{
    color:#D9853B;
}
.corpadrao4{
    color:#ECECEA;
}

.black{
    color:#999;
}
.tageuvou{
    padding-top:0px;
    padding-bottom:0px;
}
.whiteheader{
   width:40%;
   float: left;
   position:relative;
   left:150px;
}
.whitecart{
   width:90%;
   float: right;
   position:relative;
   text-align:right;
   left:-5px;
   color:#000000;
  
}
.btnwhitecart{
   font-size:1em;
   color:#000000;
  
}
.botaoblack{
    background-color:#000000;
    color:#ffffff;
    border:solid 1px #000000;
    height:60px;
    width: 100%;
}

.espaco{padding:6px;}
.espacoh{padding:16px;height:16px;}
.bar1 {
    /*position: relative;*/
}
.linhaabaixo{border-bottom:solid 1px #cccccc;}
.btnboot {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btnboot:focus,
.btnboot:active:focus,
.btnboot.active:focus,
.btnboot.focus,
.btnboot:active.focus,
.btnboot.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btnboot:hover,
.btnboot:focus,
.btnboot.focus {
  color: #333;
  text-decoration: none;
}
.botao {
  width:60px;
  height:38px;
  background-color:#000000;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  color:#ffffff;

  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;

}
.show-option{

}
.box2{
    width:90%;
    text-align:center;
    background-color:#ffffff;
}
.esquerda{
    text-align:left;
}
.direita{
    text-align:right;
    
}
.lower{
    text-transform:lowercase;
}
.centerresponsivo {
}
.dropdown-menu{
       width:40%;

}

    @media only screen and (max-width: 600px) {

        body, html {
            background-color: #ffffff;
            height: 100%;
            font-size: 12px;
        }

        .tituloTH {
            font-size: 12px;
        }

        .widget-header {
            font-size: 12px;
        }

        .ladoesquerdo {
            text-align: center;
            padding: 8px;
        }

        .ladodireito {
            text-align: center;
            padding: 8px;
            margin: auto;
            left: 0;
            right: 0;
        }

        .boxlogin {
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

        .blococongresso {
            height: auto;
            vertical-align: central;
            text-align: center;
        }

        .vline {
            border-left: solid 1px #eaeaea;
        }

        .vlineright {
            border-right: solid 1px #eaeaea;
        }

        .logoface {
            position: absolute;
            height: 75px;
            width: auto;
            top: -75px;
            left: -120px;
        }

        .foto {
        }

        .edita {
            position: relative;
            top: -30px;
            left: -3px;
        }

        .esquerda {
            text-align: center;
            padding: 4px;
        }

        .direita {
            text-align: center;
            padding: 4px;
        }

        .centerresponsivo {
            text-align: center;
        }

        .dropdown-menu {
            width: 90%;
        }

        .break {
            float: left;
        }
    }
