
* {margin:0; padding: 0;}
html, body {
width: 100%;
height: 100%;
background: transparent;
}
html{
    display: table;
}

body{
    display: table-cell;
    vertical-align: middle;
}

.blocoEscondido{
    display: none;
}

.bgFundoSoftware{
    z-index: -8888;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    
/*    background-repeat: no-repeat;
    background-image: url(http://107.170.74.5/wp-content/uploads/2014/05/Kozzi-tuscan-streets-with-bikes-2251x1687.jpg);
    background-attachment: scroll;
    background-position: top left;
    background-color: #41aec6;*/
}

.bgFundoSoftware img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.blocoDestaquePersonalizado{
    text-align: left;
    padding: 30px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 80%;
    border: 0;
    text-align: left;
    font-family: lucida grande, verdana;
    font-size: 12px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
    box-shadow: 0px 0px 5px rgba(255,255,255,0.7);
    -moz-box-shadow: 0px 0px 5px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 0px 5px rgba(255,255,255,0.7);
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#cadastro #cadastrov2,#finalizacaoCondor .conteudoPaginaDownloadCondor #tituloPagina{
    top: 25%;
    position: relative;
    color: white;
}


#cadastro .conteudoPaginaexperimente, #finalizacao .conteudoPaginaFinalizacao, #finalizacaoCondor .conteudoPaginaDownloadCondor{
    min-width: 500px !important;
    height: 58%;
    left: 50%;
}
#cadastro .conteudoPaginaexperimente #alertaNomeConta{
    color: #FF4A4A !important;
}


.conteudoPaginaDownloadCondor .mensagem-boas-vindas{
    text-align:center;
}

.conteudoPaginaDownloadCondor .mensagem-boas-vindas .mensagem-guia ul li{
    margin-left: 25px;
    color:white !important;
}

.conteudoPaginaDownloadCondor .mensagem-boas-vindas .mensagem-guia ul li strong{
    color:white !important;
}

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}

.callout-success {
  background-color: #f3faf3;
  border-color: #a3c86d;
}
.callout-success h4 {
  color: #a3c86d;
}

.callout-info {
  background-color: #f4f8fa;
  border-color: #7acbee;
}
.callout-info h4 {
  color: #7acbee;
}

.callout-warning {
  background-color: #fcf8f2;
  border-color: #fdd761;
}
.callout-warning h4 {
  color: #fdd761;
}

.callout-danger {
  background-color: #fdf7f7;
  border-color: #ff7857;
}
.callout-danger h4 {
  color: #ff7857;
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
}

ol li, ul li{
    margin-left: 20px;
}


#informarEmail{
    padding-top: 10px;
}

#ouLogin{
    padding-top: 20px;
}




/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

.bt-download-tria{
    width: 200px;
}

#img-download-trial-condor{
    width: 100%
}
/*#dados-login-trial{
    padding-top: 20px;
    height: 170px;
}*/

#dados-login-trial ul li{
    min-height: 25px;
}

#divContrato{
    width: 100%;
    height: 300px;
    overflow: auto;
}

@media print{
    body{
        display: block !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 9px !important;
    }
    
    *{
        text-shadow:none !important;
        color:#000 !important;
        background:transparent !important;
        box-shadow:none !important
    }
    .bgFundoSoftware, .noPrint, .btn{
        display: none;
    }
    
    .blocoDestaquePersonalizado{
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
        border: 0;
        position: relative;
        background-color: white !important
        box-shadow: none !important
        -moz-box-shadow: none !important
        -webkit-box-shadow: none !important
        -webkit-border-radius: none !important
        -moz-border-radius: none !important
        border-radius: none !important
    }
    
    ol li, ul li {
        line-height: 20px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 300;
    }
    
    b, strong {
        font-weight: 600;
    }
    
    #divContrato{
        width: 100%;
        height: 100%;
        border: none !important;
    }
}

.background{
    background-repeat: no-repeat;
    background-image: url(/img/bg.jpg);
    background-attachment: scroll;
    background-position: bottom right;
    background-size: cover;
    width: 100%;
    position: fixed;
    min-height: 100px;
    height: 100%;
    top: 0px;
}

.gaiaadm .background{
    background-image: url(/img/bg-gaiaadm.jpg) !important;
}

/*** CODIGO PARA REMOVER BACKGROUND DS PAGINAS QUANDO ESTÃO EM IFRAME ***/

.embedded {
    height: inherit !important;
}

.embedded .background {
    background-image: none !important;
    background-color: white !important;
}