html, body {

    margin: 0;
    padding: 0;

    height: 100%;

}

body {
    background-color: #F7F7F7;
}

table {

    width: 100%;

    margin: 0;
    border: 0px;
    padding: 0px;

}

table.calendar-table {

    width: 100%;

    padding: 0;

    margin: 0;

    border-collapse: collapse;
    
    table-layout: fixed;
    
    border: 1px solid #333333;

}

table.calendar-table td {
    
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;

    padding: 5px;

}

table.calendar-table td:first-child {
    padding-left: 5px;
}

table.calendar-table td:last-child {
    padding-right: 5px;
}

a:link, a:visited {
    color:#555555;
    text-decoration: none;
}

a:hover, a:active {
    color:#757575;
    text-decoration: none;
}

a.special {
    
    color: #E58039 !important;
    text-decoration: underline;
    font-size: 16px;
    
}

a img {

    border: 0px !important;
    padding: 0;
    margin: 0;

}

.animate-spin:before {

    margin-right: .2em !important;
    margin-left: .2em !important;

}

#login-header {

    position:fixed;

    width:100%;
    height: 85px;

    background-color: #E5E5E5;
    border-bottom: 1px solid #DADADA;

    z-index: 100;

}

#login-logo {

    position: relative;

    float: left;

    cursor: pointer;

    width:211px;
    height:70px;

    left:25px;
    top:5px;
    
}

#login-logo {
    background: url("../imagens/granmoney-logo-new.png") top center no-repeat;
}

div#slogan, div#content-title {

    position: relative;

    width: 100%;

    margin: auto;
    margin-top: 30px;
    margin-bottom: 25px;
    
}

div#content-title p {
    
    font-family: 'Flamenco', cursive;

    font-size: 25px;
    font-weight: bold;
    
    text-align: center;
    
    text-decoration: underline;
    
    color: #555555;

}

#content-page {

    clear: both;

    position: relative;

    float: left;

    width: 100%;

    padding-bottom: 50px;

}

.content {

    position: relative;

    width: 980px;

    margin: auto;
    margin-bottom: 50px;

}

.content h1 {

    font-family: 'Patrick Hand', cursive;
    
    font-size: 26px;

    text-shadow: 1px 1px #333333;
    color: #ffba87;
    
    text-align: center;

}

.content h2 {

    font-family: 'Patrick Hand', cursive;

    font-size: 22px;

    color: #333333;

}

.content p, .content ul li {

    font-family: 'Lato', sans-serif;

    font-size: 14px;

    color: #333333;

}

.content .screenshot {

    position: relative;

    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}

.mini-screenshot-div {

    position: relative;

    margin-top: 25px;
    margin-bottom: 25px;

    text-align: center;

}

.mini-screenshot-div img {
    vertical-align: middle;
}

.content .tip {

    font-family: 'Shadows Into Light Two', cursive;

    color: #FDA361;
    text-shadow: 1px 1px #555555;
    font-size: 22px;

}

#login {

    position: relative;

    height: 390px;


}

#main-picture {

    position: relative;

    float: left;

    width: 600px;
    height: 380px;

    margin: 0;

    background: url("../imagens/__principal.png") top center no-repeat;

}

.column {

    position: relative;

    float: right;

    width: 325px;

    margin: 0;
    margin-right: 25px;

    padding: 10px;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

.column-create {

    position: relative;

    float: right;

    top: 50px;

    width: 500px;

    margin: 0;
    margin-right: 25px;

    padding: 10px;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

.panel {

    position: relative;

    float: left;

    width: 100%;

    margin: 0 1em 1em 0;

    padding: 10px;

    border: 1px solid #bfbfbf;

    border-radius: 4px;

    background-color: #ffffff;

    font-family: Arial, Gadget, sans-serif;
    font-size: 14px;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

.panel-content {

    position: relative;

    float: left;

    width: 100%;

    font-family: Arial, Gadget, sans-serif;
    font-size: 14px;
    color: #555555;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

hr {

    height: 2px;

    border: 0;

    color: #bfbfbf;
    background-color: #bfbfbf;

}

::-webkit-input-placeholder { color:#AAAAAA; }
::-moz-placeholder { color:#AAAAAA; }
:-ms-input-placeholder { color:#AAAAAA; }
input:-moz-placeholder { color:#AAAAAA; }

.shadowfield {
    position: relative;
    width: 100%;
    font-size: 15px;
    font-family: Arial, Gadget, sans-serif;
    font-weight: normal;
    background: #f7f8f8;
    color: #555555;
    line-height: 1.4;
    padding: 6px 10px;
    outline: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;

    border-radius: 4px;
    border: 1px solid #bfbfbf;

    margin-top: 2px;
    margin-bottom: 2px;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;  
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

.shadowfield:focus {
    border-color: #f3bf86; 
    background: #fff;
    box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(243, 191, 134, 0.5); 
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(243, 191, 134, 0.5); 
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(243, 191, 134, 0.5);
}

input.error {
    border-color: #ff8882;
}

input.error:focus {
    border-color: #ff8882;
    box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
    -moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
    -webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);
}

label.error {
    color: #B22222;
}

.button {

    position: relative;

    float: right;

    height: 30px;

    font-family: Arial, Gadget, sans-serif;
    font-weight: 700;
    font-size: 11px;

    text-decoration: none;

    cursor: pointer;

    padding: 0 10px;

    border: 1px solid #C6C6C6;
    border-radius: 2px 2px 2px 2px;

    color: #FFFFFF;

    background-color: #FDA361; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDA361), to(#F78C40)); /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(center top, #FDA361, #F78C40); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image:    -moz-linear-gradient(center top, #FDA361, #F78C40); /* Firefox 3.6+ */
    background-image:     -ms-linear-gradient(center top, #FDA361, #F78C40); /* IE 10+ */
    background-image:      -o-linear-gradient(center top, #FDA361, #F78C40); /* Opera 11.10+ */
    background: linear-gradient(center top, #FDA361 0%, #F78C40 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDA361', endColorstr='#F78C40',GradientType=0 ); /* IE6-8 */

}

.button:hover, .button:focus, .button:active {
    
    background-color: #ffba87; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffba87), to(#F78C40)); /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-linear-gradient(center top, #ffba87, #F78C40); /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image:    -moz-linear-gradient(center top, #ffba87, #F78C40); /* Firefox 3.6+ */
    background-image:     -ms-linear-gradient(center top, #ffba87, #F78C40); /* IE 10+ */
    background-image:      -o-linear-gradient(center top, #ffba87, #F78C40); /* Opera 11.10+ */
    background: linear-gradient(center top, #ffba87 0%, #F78C40 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba87', endColorstr='#F78C40',GradientType=0 ); /* IE6-8 */

}

.tryit {

    float: none;

    width: 155px;

    height: 45px;

    font-size: 13px;

}

#topics {

    position: relative;

    width: 100%;

    margin: 0;

    -moz-box-sizing :border-box;
    -ms-box-sizing :border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing :border-box;
    box-sizing :border-box;

}

#topics td {

    vertical-align: top;

    padding: 10px;

    padding-bottom: 30px;

}

#topics td.left {

    text-align: left;

}

#topics td.right {

    text-align: right;

}

#topics li {
    
    font-size: 13px;
    font-weight: bold;
    
}

#buttons {

    cursor: pointer;

    position: relative;

    float: right;

    width: 700px;
    height: 40px;

    top: 45px;
    
    margin-right: 20px;

}

#buttons span, #buttons a {

    float: right;

    margin-left: 20px;
    margin-top: 7px;

    font-family: 'ABeeZee', sans-serif;
    /*font-family: 'Shadows Into Light Two', cursive;*/

    font-size: 16px;
    color: #555555;

    padding-bottom: 5px;

    vertical-align: central;
    
}

#already-customer {
    
    margin-top: 0px !important;
    
    border: 2px solid #E58039;
    padding: 5px; 
    
    border-radius: 5px;
    
}

.planos {

    position: relative;

    width: 980px;

    margin: 0;
    padding: 0;

}

.planos tr td {
    padding: 10px;
}

.planos tr td.center {
    text-align: center;
}

p.plano-nome {
    font-family: 'Acme', cursive;
    color: #49830C;
    font-size: 22px;
}

p.titulo, span.preco-simbolo {
    font-family: 'Shadows Into Light Two', cursive;
    color: #333333;
}

p#planos-precos, p.help, p.option, span.preco-valor, p.text, p.text2 {
    color: #222222;
}

p#planos-precos, p.help, p.option, span.preco-valor {
    font-family: 'Acme', cursive;
}

p.text, p.text2 {
    font-family: 'Patrick Hand', cursive;
}

tr.funcionalidades, a.detalhes {
    font-family: 'Flamenco', cursive;
}

p#planos-precos {
    font-size: 32px;
}

p.help {
    color: #ffba87;
    text-shadow: 1px 1px #444444;
    font-size: 20px;
}

p.text, p.text2 {
    color: #AAAAAA;
    text-shadow: 1px 1px #444444;
    margin: auto;
    text-align: center;
}

p.text {
    font-size: 28px;
}

p.text2 {
    font-size: 28px;
}

p.text strong, p.text2 strong {
    color: #ffba87;
}

p.option {
    font-size: 15px;
    margin-bottom: 3px;
}

tr.funcionalidades {
    color: #555555;
    font-size: 18px;
}

a.detalhes {

    position: relative;

    float: right;

    margin-top: 3px;
    margin-right: 3px;

    font-size: 14px;
    font-weight: bold;
    
    color: #F78C40;
    
}

span.disponivel {
    color: #228B22;
}

span.indisponivel {
    color: #B22222;
}

span.parcial {
    color: #9F9F09;
}

p.titulo {
    font-size: 16px;
    font-weight: bold;
}

span.preco-valor {
    font-size: 32px;
}

.planos tr td {
    border-left: none;
    border-right: 1px dotted #757575;
    border-bottom: 1px dotted #757575;
}

.current {
    border-bottom: 2px solid #E58039;
}

#footer {

    position: relative;

    float: left;

    width: 100%;

    height: 420px;

    background: url("../imagens/background-piece.png");

}

#footer a {
    font-size: 24px;
}

#footer a:link, a:visited {
    color:#757575;
    text-decoration: none;
}

#footer a:hover, a:active {
    color:#555555;
    text-decoration: none;
}

#footer #social p {

    font-family: 'Flamenco', cursive;

    font-size: 20px;

    color: #555555;

}

#footer #sobre, #footer #copyright {

    position: relative;

    float: left;

    /*top: 25px;*/

    /*left: 50px;*/

    font-family: 'Cuprum', cursive;

    font-size: 20px;

    color: #222222;

}

#footer #sobre .small {

    font-size: 15px;

    color: #444444;
    
}

#footer #sobre .small a {

    font-size: 15px;
    
    color: #444444;

}

#footer #copyright {

    float: right;

    /*width: 500px;*/

    /*top: 125px;*/

    margin: auto;

}

#footer #copyright .small, #footer #copyright .small a {

    font-size: 15px;
    
    color: #444444;

}

div.funcionalidades-extras table.planos tbody tr td:first-child {
    padding-left: 25px;
}

#loading {

    position: fixed;

    min-height: 100%;
    min-width: 1024px;

    width: 100%;
    height: auto;

    top: 0;
    left: 0;

    background-color: rgba(120, 120, 120, 0.7);
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    cursor: pointer;
    
}

#loading-indicator {

    position: relative;

    margin: auto;

    margin-top: 20%;

    font-size: 30px;

    text-align: center;

    color: #FFFFFF;

}

#creating {

    position: fixed;
    
    z-index: 50000;

    min-height: 100%;
    min-width: 1024px;

    width: 100%;
    height: auto;

    top: 0;
    left: 0;

    background-color: rgba(120, 120, 120, 0.7);

}

#creating-indicator {

    position: relative;

    margin: auto;

    margin-top: 20%;

    font-size: 30px;

    text-align: center;

    color: #FFFFFF;

}


.loading-content {

    cursor: progress;

    position: absolute;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    z-index:75;

    background-color: rgba(120, 120, 120, 0.7);

}

.loading-content .loading-indicator {

    position: relative;

    top: 50px;

    text-align: center;

    font-size: 30px !important;
    color: #FFFFFF;

}

.loading-content-size {

    clear: both;

    position: relative;

    width: 100%;
    height: 50% !important;
    top: 50%;

    padding: 0;

    text-align: center;

    font-size: 20px;
    color: #757575;

}

#loading-text {

    position: relative;

    /*width: 400px;*/

    margin: auto;

    top: 45%;

    font-family: Arial, Gadget, sans-serif;
    font-size: 18px;

    text-align: center;

    color: #FFFFFF;

}

#saudacao {

    font-family: 'Shadows Into Light Two', cursive;

    font-size: 23px;

    color: #D67632;

}

.mensagens, .plano-mensagem {

    font-family: 'Shadows Into Light Two', cursive;

    font-size: 16px;

    color: #222222;

}

.plano-mensagem {    

    color: #000000;

    cursor: pointer;

}

.plano-box {

    position: relative;

    width: 90%;
    height: 40px;
    line-height: 40px;

    vertical-align: middle;

    margin: auto;
    margin-bottom: 8px;

    background-color: #fde3c7;

    cursor: pointer;

}

.selecionada {

    background-color: #ffd2a2;

    font-weight: 600;

}

#plano-okay {

    font-size: 30px;

    color: #333333;

    margin-right: 15px;

}

.confirm-button {

    float: right;

    font-size: 14px;

    width: 165px;
    height: 35px;

    margin-right: 40px;

}

hr.manual-topic {

    position: relative;

    width: 700px;

    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;

}

p.topic-title {
    
    font-family: 'Rancho', cursive;
    color: #555555;
    
    font-size: 20px;
    
}

p.topic-content {
    
    font-family: 'Lato', sans-serif;

    font-size: 14px;

    color: #333333;
    
}

#validando-email {

    position: absolute;
    
    z-index: 1000;

    min-height: 100%;
    min-width: 100%;

    width: 100%;
    height: auto;

    top: 0;
    left: 0;

    background-color: rgba(120, 120, 120, 0.7);

}

div#termos-uso p.topic {
    
    position: relative;
    
    padding-top: 15px;
    
    font-size: 15px;
    font-weight: bold;
    
}

table.videos-list {
    
    position: relative;
    
    width: 70%;
    
    margin: auto;
    
    margin-top: 50px;
    
    border-collapse: collapse
        
}

table.videos-list td {
    
    padding: 10px;
    
    border-bottom: solid 1px #CCCCCC;
    
    font-family: 'Lato', sans-serif;

    font-size: 14px;

    color: #333333;
    
}

table.videos-list a {
    
    font-size: 18px;
    
    font-weight: bold;
    
}

div.img-container {
    height: 120px;
    display:table-cell;
    vertical-align:middle;
}

img.cropped {
    margin-left: 15px;
    vertical-align: middle;
}

.content-error-page {
    
    position: relative;
    
    width: 980px;
    
    margin: auto;
    margin-top: 150px;
    
    padding-left: 100px;
    
}

.content-error-page .ops {
    
    font-family: 'Patrick Hand', cursive;
    
    font-size: 28px;
    
}

.content-error-page .procura, .content-error-page a {
    
    font-family: 'Acme', cursive;
    
    font-size: 16px;
    
}

.content-error-page img {
    
    position: absolute;
    
    float: right;
    
    top: 0px;
    right: 110px;
    
}

.alert {

    font-family: Arial, Gadget, sans-serif;

    background-color: #FCF8E3;
    padding: 11px 35px 11px 14px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: bold;

}
.alert, .alert-heading {
    color: #C09853;
}
.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-success, .alert-success .alert-heading {
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
    color: #B94A48;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}
.alert-info, .alert-info .alert-heading {
    color: #3A87AD;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}

/* ===========================================================================
   Botao "atualizar" no header dos paineis sortable da Visao Geral.
   O JS recarregarPainel() acrescenta .animate-spin durante o fetch,
   removida automaticamente quando o JSP novo substitui o painel.
   =========================================================================== */
.panel-options .panel-refresh i {
    transition: transform 0.2s ease;
    display: inline-block;
}
.panel-options .panel-refresh:hover i:not(.animate-spin) {
    transform: rotate(90deg);
}
