* {
        padding: 0;
        margin: 0;
        border: 0;
    }

    html, body { height: 100%; }

    body {
        font-family: "Segoe UI", Helvetica, Arial, sans-serif;
        font-size: 12px;
        overflow: hidden;
        /*min-width: 980px;*/
        overflow-x: hidden;
        overflow-y: auto;
		background: #ccc;
        /*background: url("/images/portal/bg_cadastro.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);*/

        background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.2)));
        background: -webkit-radial-gradient(40% center, ellipse cover, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%);
        background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%);
        background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%);
        background: radial-gradient(ellipse at center,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5bdc8', endColorstr='#28343b',GradientType=1 );
    }

    #global { width: 1200px; height: 100%; margin: 0 auto; display: table; }
    #main { display: table-cell; /*vertical-align: middle;*/ color: #555; position: relative; }
    #main a { text-decoration: none; color: #555; }
    #main a:hover { text-decoration: underline; }
    #content { overflow: hidden; padding: 20px 10px; position: relative; z-index: 5; }
    #conteudoEsquerdo { /*float: left; width: 60%;*/ width: 527px; margin: 0 auto; text-align: center;}
    #conteudoDireito { /*float: left; width: 40%;*/ width: 420px; margin: 0 auto; }

    #content input[type=text], #content input[type=password], #content select { border: 0; }

    #conteudoEsquerdo h1 { padding: 30px 0; width: 320px; display: inline-block; }

    #conteudoEsquerdo h1 a {
        background: url('/images/portal/marca-apps.png') no-repeat top left;
        display: block;
        overflow: hidden;
        text-indent: -500px;
        background-size: 315px;
        height: 83px;
        width: 320px;
    }

    #content h3 { 
        font-size: 25px;
        font-weight: normal;
        letter-spacing: -0.05em;
        line-height: 25px;
        font-family: "Segoe UI Light", Arial;
    }
    #content h4 { font-size: 12px; font-weight: normal; }

    #conteudoDireito .sessao-login { 
        background: #72ACCA;
        padding: 20px 25px; 
        overflow: hidden;
    }
    #conteudoDireito .sessao-logado { overflow: hidden; margin-bottom: 20px; text-align: right; color: #555 }
    #conteudoDireito .sessao-logado #divUsuarioLogado { cursor: pointer; padding: 10px 20px; width: auto; display: inline-block; }
    #divUsuarioLogado { text-align: right;-webkit-transition: 0.3s; -moz-transition: 0.3s; padding: 0 10px 10px; display: inline-block; border-radius: 3px; }
    #divUsuarioLogado:hover { background: rgba(255,255,255,0.3) }
    #conteudoDireito .sessao-logado #divUsuarioLogado:hover { background: rgba(0,0,0,0.1); }


    #logout { /*margin: 23px 0;*/ text-align: right; width: 474px; }
    #divNomeMsgUsuario { font-family: "Segoe UI Light", arial; font-weight: lighter; font-size: 35px;  }
    #divPerfilUsuario { 
        text-transform: uppercase;
        background: url("/images/portal/img-option.png") no-repeat right center;
        padding: 0 15px 0 0;
    }

    #conteudoDireito .sessao-login input[type=text], #conteudoDireito .sessao-login input[type=password] { 
        height: 30px;
        font-size: 12px;
        float: left;
        margin-bottom: 8px;
        width: 100%;
    }


    #conteudoDireito .sessao-login input[type=submit] {
        float: right;
        width: 31%;
        min-width: 0;
        height: 30px;
        background: #495;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 15px;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

    #conteudoDireito .sessao-login input[type=submit]:hover { background: #383; }

    #conteudoDireito .sessao-login .titulo-sessao { margin-bottom: 12px; position: relative; color: #fff; }
    #conteudoDireito .sessao-login .titulo-sessao a { position: absolute; right: 2px; top: 10px; }
    
     #conteudoDireito .sessao-login .esqueceuSenha {
        color: #ffffe0;
        text-decoration: none;
    }
    #conteudoDireito .sessao-login .esqueceuSenha:hover {
        text-decoration: underline;
    }
    
    #formAcesso .field span.form-error { display: inline-block; }

    #conteudoDireito .sessao-links {
        overflow: hidden;
        border-top: 1px solid #578CD6;
        margin-top: 20px;
        text-align: center;
    }

    #conteudoDireito .sessao-links p { margin: 20px 0 0 0; font-size: 15px; }
    
    #conteudoDireito .sessao-links a {
        margin: 17px 0 0 0;
        float: left;
        font-size: 12px;
        background: #578CD6;
        color: #fff;
        padding: 8px 14px;
        display: inline-block;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }
    
    #conteudoDireito a.sessao-links-paciente{    
        float: right;|
    }

    #conteudoDireito .sessao-links a:hover { background: #477Cc6 }
    #conteudoDireito .sessao-links-paciente  a:hover { background: #477Cc6 }

    .sessao-redes-sociais {
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
    }

    .sessao-redes-sociais a{
        display: inline-block;
        margin: 0 12px;
        cursor: pointer;
    }
    .rede-social {
        background: url("/images/sprites-sociais.png");
        width: 27px;
        height: 27px;
        background-size: 81px;
    }

    .rede-social:hover {
        background-position-y: -27px;
    }

    .facebook {
        background-position: 0px 0px;
    }

    .instagram {
        background-position: -27px 0px;
    }

    .googleplus {
        background-position: -54px 0px;
    }

    #footer { overflow: hidden; font-size: 11px; margin: 15px 0 25px; }
    #footer .rodape-esquerdo { float: left; width: 60%; }
    #footer .rodape-direito { float: left; width: 40%; text-align: right; }
    #footer .rodape-direito a { text-decoration: none !important; }

    @media screen and (max-width: 1200px) {
        #global { width: 440px; }
    }

    #listaApps { display: inline-block; width: 540px;}
    #listaApps a {color: #FFF; text-decoration: none}
    #listaApps a:hover {color: #FFF; text-decoration: none}

    /* Tirei o overflow para nao ficar quebrado quando faltar icone nao ficar quebrado */
    #listaApps .linha {/*overflow: hidden;*/ color: #fff} 

    #listaApps .item-app {
        float: left;
        width: 170px;
        height: 134px;
        background: #FFF ;
        margin: 0 8px 8px 0;
        position: relative;
        /*cursor: pointer;*/
        overflow: hidden;
        display:none;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;

        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    #listaApps .item-app.inativo { background: #999 !important }
    #listaApps .item-app.inativo:hover { box-shadow: none; }
    #listaApps .item-app:hover { box-shadow: 0 0 0px 5px rgba(255,255,255,0.2) inset; }

    #listaApps .item-app .app-icone {
        background: url('/images/portal/sprite-apps.png') no-repeat top center;
        display: block;
        width: 120px;
        height: 90px;
        margin: 10px 27px;
    }

    #listaApps .item-app .app-rotulo {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        text-shadow: 0 0 1px rgba(255,255,255,0.15);
    }

    #listaApps .item-app .app-dica {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        color: #FFF;
        top: 100%;
        left: 0;
    }

    #listaApps .item-app .app-dica p { margin: 12px; font-size: 15px; line-height: 17px; }
    
    
    
    #listaApps .item-app.app-agenda { background: #00478c }
    #listaApps .item-app.app-indicadores { background: #D96D00 }
    #listaApps .item-app.app-faturamento { background: #007537 }
    #listaApps .item-app.app-busca { background: #4169E1 }/*2B6AAA*/
    #listaApps .item-app.app-relatorios { background: #FB9131 }
    #listaApps .item-app.app-receitas { background: #B30058 }
    #listaApps .item-app.app-lembretes { background: #13914B }
    #listaApps .item-app.app-chat { background: #5990C6 }
    #listaApps .item-app.app-agendamentos { background: #F2AA62 }
    #listaApps .item-app.app-ficha { background: #D9629C }
    #listaApps .item-app.app-documentacao { background: #22BF81 }
    #listaApps .item-app.app-operadoras { background: #C12881 }
    #listaApps .item-app.app-velocidade { background: #EE4D4D }
    #listaApps .item-app.app-configuracoes { background: #AE1111 }
    #listaApps .item-app.app-fichaClinixca { background: #585858 }
    #listaApps .item-app.app-buscador { background: #00478c }

    #listaApps .item-app.app-granatum { background: #00579B }      
    #listaApps .item-app.app-regulador { background: #B22222 }
    #listaApps .item-app.app-duplicar-tabela-preco { background: #B26921 }
    #listaApps .item-app.app-receitar { background: #4682B4 }
    #listaApps .item-app.app-indique { background: #DE8E02 }

    #listaApps .app-agenda .app-icone { background-position: 0 0; }
    #listaApps .app-indicadores .app-icone { background-position: 0 -90px; }
    #listaApps .app-faturamento .app-icone { background-position: 0 -180px; }
    #listaApps .app-busca .app-icone { background-position: 0 -270px; }
    #listaApps .app-relatorios .app-icone { background-position: 0 -360px; }
    #listaApps .app-receitas .app-icone { background-position: 0 -450px; }
    #listaApps .app-lembretes .app-icone { background-position: 0 -540px; }
    #listaApps .app-chat .app-icone { background-position: 0 -630px; }
    #listaApps .app-agendamentos .app-icone { background-position: 0 -720px; }
    #listaApps .app-ficha .app-icone { background-position: 0 -810px; }
    #listaApps .app-documentacao .app-icone { background-position: 0 -900px; }
    #listaApps .app-operadoras .app-icone { background-position: 0 -990px; }
    #listaApps .app-velocidade .app-icone { background-position: 0 -1080px; }
    #listaApps .app-configuracoes .app-icone { background-position: 0 -1170px; }
    #listaApps .app-fichaClinixca .app-icone { background-position: 0 -810px; }
    #listaApps .app-buscador .app-icone { background-position: 0 -1360px; }
    #listaApps .app-granatum .app-icone { background-position: 0 -1450px; }
    #listaApps .app-receitar .app-icone { background-position: 0 -900px; }
    #listaApps .app-indique .app-icone { background-position: 0 -1540px; }

    #listaApps .app-regulador .app-icone { background-position: 0 -900px; }
    #listaApps .app-duplicar-tabela-preco .app-icone { background-position: 0 -900px; }

    #parallax { 
        height: 747px;
        overflow: hidden;
        position: absolute;
        width: 1505px;
        top: 10%;
        left: -150px;
    }
    #parallax img { position: absolute; top: 0; left: 0; }

    .ui-tooltip-portal-botoes .ui-tooltip-content {
        width: 200px;
        background: #666 !important;
        background: rgba(0,0,0,0.6) !important;
        color: white !important;
        padding: 10px;
        font-family: Segoe ui, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 16px;

        text-align: center;
        border: none !important;

        -moz-border-radius: 5px!important;
        -webkit-border-radius: 5px!important;
        border-radius: 5px!important;
    }

    #divOpcoesUsuarioContent {
        height: auto;
        padding: 2px;
        width: auto;
        font-family: "Segoe ui", arial;
        text-align: right;
        background: rgba(0,0,0,0.8)
    }

    #divOpcoesUsuarioContent a {
        cursor: pointer;
        display: block;
        font-size: 11px;
        height: 15px;
        padding: 5px 20px;
        width: auto;
        text-decoration: none;    
        color: rgba(255,255,255,0.5);

        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    #divOpcoesUsuarioContent a:hover{
        background: #069;
        color: #fff;
    }

    #divOpcoesUsuarioContent span {
        color: #fff;
        display: block;
        padding: 5px 10px;
    }

    #divOpcoesUsuarioContent div.separadorMenuUsuario {
        border-bottom: 1px solid #DDDDDD;
        margin: 3px 0 3px 3%;
        padding: 0 10px;
        width: 84%;
    }



    #divOpcoesUsuarioContent a:active {
        color: #fff;
        background: #ff9900;
        text-shadow: 0 -1px 0 #666;

        -moz-transition: 0.1s;
        -webkit-transition: 0.1s;
    }

    #opcoesUsuarioLogout{
        float: right;
    }

    #opcoesUsuarioLogout ul, #opcoesUsuarioLogout li{
        padding: 0;
        margin: 0;
        z-index: 50;
    }

    #opcoesUsuarioLogout li{
        float: left;
        width: 0px;    
        margin: 1px 0 0 0;
        position: relative;
        z-index: 50;
    }

    #opcoesUsuarioLogout li ul{
        position: absolute;
        margin: -2px 0 0 -205px;
        background: rgba(255,255,255,0.2);
        float: left;
        border: 1px solid #fff;
        padding: 5px 0;
        z-index: 15;

        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;

    }

    #opcoesUsuarioLogout li li{
        float: right; 
        width: 200px;
        height: 20px;
        color: #fff;
        font-size: 12px;
        padding: 0 10px 0 10px;
        text-align: right;
    }

    #opcoesUsuarioLogout li li a{
        float: right; 
        width: 170px;   
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 0;
        text-align: right;
    }

    #opcoesUsuarioLogout a{
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        opacity: 0.5;
    }

    #opcoesUsuarioLogout a:hover{
        opacity: 1.0;

    }
    #divNomeMsgUsuario span, #divPerfilUsuario, .item-app a {
        cursor: pointer;
    }
    
    .anuncios-pacientes { margin: 0 0 5px }
    .anuncios { margin: 0 0 5px }

/*#loading-login {*/
    /*background: url(/images/geral/nuvem-loading.png) no-repeat center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*background-color: rgba(4,4,4,0.6);*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 10;*/
/*}*/