﻿/*  Reset css
    ---------------------------------------------------*/
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: 62.5%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bg-primaryColor {
    background-color: #08607d;
    border-radius: 5px;
    padding: 10px;
}

.border-filtros {
    border: solid 1px #08607d;
    border-radius: 05px;
    padding: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none !important;
}

.hover:hover {
    color: #f5a506 !important;
}

select {
    background: url(/Content/img/ic-arrow-down.png) no-repeat;
    background-position: 98% center;
    background-size: 18px;
    text-indent: 0.01px; /* Remove seta padrão do FireFox */
    text-overflow: ''; /* Remove seta padrão do FireFox */
    -moz-appearance: none;
    -webkit-appearance: none;
}

select {
    width: 100%;
    background-color: #fff;
    color: #08607d;
    padding: 0.7em;
    border: #08607d solid 1px;
    font-size: 0.8em;
    border-radius: 05px;
    outline: 0;
}

.disabled-input {
    background-color: #ddd;
    color: #555;
}
/*
    ---------------------------------------------------*/

/*  Fontes
    ---------------------------------------------------*/

@import 'fonts/css/font-awesome.min.css';

@font-face {
    font-family: 'OpenSansLigth';
    src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans';
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url(fonts/OpenSans-Semibold.ttf);
}

/*  Body / HTML
    ---------------------------------------------------*/
html {
    height: 100%;
    font-family: 'OpenSans', sans-serif;
}

body {
    background: url('img/bg.jpg') no-repeat center center fixed;
    background-size: 100% 100%;
}

::-webkit-scrollbar {
    width: 05px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Scroll Bar */
::-webkit-scrollbar-thumb {
    background: rgba(8,96,125,0.8);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(8,96,125,0.8);
    }

.cor-primaryDark {
    color: #08607d !important;
}

.clear-b {
    clear: both;
}

.margin-2em {
    margin: 2em;
}


/*  HOME -- Layout diferenciado
    ---------------------------------------------------*/
.content-home {
    display: table;
    clear: both;
    width: 70%;
    min-width: 1000px;
    min-height: 500px;
    background-color: rgba(198, 222, 224, 0.3);
    border: solid 1px #c6dee0;
    border-radius: 10px;
    margin: 03% auto 0 auto;
    overflow-x: scroll;
}

    .content-home header {
        display: table;
    }

.content-in-home {
    width: 90%;
    margin: 02% auto;
    display: table;
}

#pre-cadastro {
    text-decoration: none;
    font-family: 'OpenSans', sans-serif;
    font-size: 1.1em;
    color: #08607d;
    float: right;
    padding: 0.5em 0;
}

    #pre-cadastro:hover {
        color: #f5a506;
    }

.linha-menu {
    margin: 0 auto 20px auto;
    display: table;
}

.titulo-100 {
    display: table;
    width: auto;
}

.div-logout {
    float: right;
}

.btn-logout {
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    background-color: rgba(8,96,125,0.5);
    border: none;
    border-radius: 5px;
    padding: .2em 0.8em;
    font-size: 1.2em;
    margin-right: 2em;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    text-decoration: none;
}

    .btn-logout:hover {
        background-color: rgba(8,96,125,0.9);
    }


/*  Header
    ---------------------------------------------------*/
header {
    display: table;
    min-width: 1000px;
    width: 60%;
    padding: 01% 01% 0 01%;
    margin: 2% auto 0 auto;
}

.logo {
    float: left;
    width: 15%;
    margin: 0 0 auto 10%;
}

#logo {
    width: 100%;
    height: auto;
}

.titulo {
    float: left;
    width: 40%;
    margin: 3% 0;
}

header h1 {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 1.5em;
    color: #0a7993;
    width: 100%;
    border-bottom: 1px solid #eab54b;
}

header h2 {
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.2em;
    color: #0a7993 !important;
}

.img-medico {
    display: block;
    height: auto;
    width: 32%;
    float: right;
}

#medico {
    opacity: 0.95;
    width: 100%;
}

.texto-header {
    clear: left;
    width: 45%;
    float: left;
    margin: 2% 11% 0 11%;
}

    .texto-header p {
        color: #555;
        font-family: 'OpenSansSemiBold', sans-serif;
        font-size: 1em;
    }

.btn-historico {
    width: 20%;
    margin: 10px 10% 05% 10%;
    float: left;
}

    .btn-historico a {
        width: auto;
        text-decoration: none;
        color: #fff;
        border-radius: 05px;
        padding: 0.5em 2em;
        background-color: #08607d;
        font-family: 'OpenSans', sans-serif;
        font-size: 1.1em;
        transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
    }

        .btn-historico a:hover {
            background-color: #eab54b;
            color: #fff;
        }
/*
.btn-to-admin {
    width: 20%;
    margin: 0px 05%;
    float: left;
}

    .btn-to-admin a {
        width: 300px;
        text-decoration: none;
        color: #fff;
        border-radius: 05px;
        padding: 0.5em 2em;
        background-color: #08607d;
        font-family: 'OpenSans', sans-serif;
        font-size: 1.1em;
        transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
    }

        .btn-to-admin a:hover {
            background-color: #eab54b;
            color: #fff;
        }*/
/*  Content
    ---------------------------------------------------*/

.content {
    clear: both;
    width: 70%;
    min-width: 1000px;
    height: auto;
    background-color: #0a7993;
    background-image: linear-gradient(45deg, #08607d, #0d97ae);
    border: solid 1px #0a7993;
    border-radius: 10px;
    margin: 0 auto;
    padding: 1% 01%;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.desc-home {
    width: 90%;
    margin: 1.8em auto;
}

h2 {
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.5em;
    color: #0a7993 !important;
}

h5 {
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.0em;
    color: #fff !important;
}

h6 {
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 0.9em;
    color: #fff !important;
}

.radioCustom{
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 0.9em;
    color: #fff !important;
}

.paragrafo{
    padding-left:20px;
}

p {
    font-family: 'OpenSans', sans-serif;
    font-size: 1.1em;
    color: #0a7993;
}

.a-ver {
    text-decoration: none;
    color: #08607d;
}

    .a-ver:hover {
        color: #f5a506;
    }



/* Home - Login
    ---------------------------------------------------*/

.form-login {
    background: url('img/marcadagua.png') no-repeat bottom right;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: auto 80%;
    width: 50%;
    margin: 0 auto 1em auto;
    padding: 2em;
    border: solid 1px #0a7993;
    border-radius: 5px;
}

    .form-login ul {
        width: 70%;
        margin: 0 auto;
        list-style: none;
    }

        .form-login ul li {
            display: block;
            margin: 1em auto;
        }

            .form-login ul li .campos-login {
                line-height: 1.8em;
                width: 100%;
                font-family: 'OpenSans', sans-serif;
                font-size: 1em;
                border-radius: 05px;
                border: solid 1px #0a7993;
                color: #0a7993;
                padding: 0.3em;
                outline: none;
            }

                .form-login ul li .campos-login:focus {
                    border-color: #eab54b;
                }


            .form-login ul li .submit-login {
                width: auto;
                padding: 0.5em;
                background-color: #0a7993;
                color: #fff;
                font-family: 'OpenSans', sans-serif;
                font-size: 1em;
                border-radius: 05px;
                border: none;
                margin: 0 auto;
                transition: .2s ease-in-out;
                -moz-transition: .2s ease-in-out;
                -webkit-transition: .2s ease-in-out;
            }

                .form-login ul li .submit-login:hover {
                    background-color: #eab54b;
                    color: #fff;
                }


/*Cad Instituicao
    ---------------------------------------------------*/
.cad-instuicao {
    width: 90%;
    margin: 05% auto;
    display: table;
}

    .cad-instuicao .col-left {
        width: 40%;
        clear: both;
    }

    .cad-instuicao .col-rigth {
        width: 40%;
    }

    .cad-instuicao label {
        color: #0a7993;
    }

.submit-cad {
    width: auto;
    padding: 0.5em;
    background-color: #0a7993;
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    font-size: 1em;
    border-radius: 05px;
    border: none;
    margin: 10% auto;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

    .submit-cad:hover {
        background-color: #eab54b;
        color: #fff;
    }




.titulo-cadastro {
    color: #08607d;
    font-family: 'OpenSans', sans-serif;
    font-size: 1.5em;
    margin: 0 auto 2em auto;
    text-align: center;
}

/*Admin
    ---------------------------------------------------*/

.admin-home {
    width: 80%;
    height: auto;
    padding: 05% 10%;
    margin: 0 auto 02em auto;
    display: table;
}

.btn-menu-admin {
    text-decoration: none;
    color: #08607d;
    margin: auto;
}

    .btn-menu-admin:hover {
        color: #f5a506;
    }

.btn-admin-home {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    width: 10em;
    height: 07em;
    text-align: center;
    border: solid 1px #08607d;
    border-radius: 05px;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto auto;
    text-decoration: none !important;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .btn-admin-home {
        width: 7em;
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .btn-admin-home {
        width: 6em;
    }
}

.btn-admin-home:hover {
    border-color: #f5a506;
    text-decoration: none !important;
}

.btn-admin-home i {
    font-size: 3em;
    display: block;
    margin-bottom: 0.5em;
    text-decoration: none !important;
}

.btn-admin-home span {
    display: block;
    margin-bottom: 0.5em;
    color: #08607d;
    text-decoration: none;
}

    .btn-admin-home span:hover {
        color: #f5a506;
        text-decoration: none;
    }

.btn-home-col-3 {
    float: left;
    margin: 0 5% !important;
}

.btn-home {
    width: 4em;
    height: 2em;
    margin: 0 auto 3em auto;
    text-align: center;
}

    .btn-home i {
        font-size: 2em;
    }

.sel-pesquisa {
    width: 400px;
    font-family: 'OpenSans';
    font-size: .8em;
    margin-bottom: 1.5em;
    border-radius: 05px;
    border: solid 1px #0a7993;
    padding: .5em;
    color: #08607d;
    outline: none;
    background-color: rgba(255, 255, 255, 0.98);
}

    .sel-pesquisa:focus {
        border: 1px solid #eab54b;
    }

.btn-plus {
    width: auto;
    padding: 0.5em;
    background-color: #0a7993;
    color: #fff;
    font-family: 'OpenSans', sans-serif;
    font-size: 1em;
    border-radius: 05px;
    border: none;
    margin: 10% auto;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

    .btn-plus:hover {
        background-color: #eab54b;
        color: #fff;
    }

.tbl-aprovar {
    width: 100%;
    text-align: center;
}

    .tbl-aprovar tr:hover {
        color: #fff !important;
        background-color: #0b7ba0 !important;
    }

    .tbl-aprovar thead th {
        color: #fff;
        font-family: 'OpenSans';
        background-color: #08607d;
        padding: 0.3em;
        vertical-align: middle;
    }

    .tbl-aprovar tbody td {
        color: #08607d;
        font-family: 'OpenSans';
        background-color: rgba(255, 255, 255, 0.3);
        padding: 0.3em;
        border-bottom: solid 1px #08607d;
        vertical-align: middle;
    }

.btn-foo-admin {
    display: table;
    clear: both;
    width: 100%;
}

.filtros-selecionados {
    width: 35%;
    height: auto;
    min-height: 200px;
    background-image: linear-gradient(45deg, #08607d, #0a7993);
    padding: 10px;
    border-radius: 05px;
}

    .filtros-selecionados h3 {
        color: #fff;
        font-family: 'OpenSans', sans-serif;
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .filtros-selecionados ul {
        width: 85%;
        margin: auto 05% auto 10%;
    }

        .filtros-selecionados ul li {
            color: #fff;
            padding-bottom: 05px;
            font-family: 'OpenSansLigth', sans-serif;
            font-size: 1em;
            margin-bottom: 10px;
            display: block;
        }

.resultado-relatorio {
    width: 55%;
    border-radius: 05px;
    padding: 20px;
    background-image: linear-gradient(45deg, #08607d, #0a7993);
    margin-bottom: 10px;
}

    .resultado-relatorio h2 {
        color: #fff;
        width: 100%;
        margin: 10px;
        text-align: center;
    }

.resultado {
    width: 90%;
    margin: 10px auto;
}

    .resultado table {
        width: 90%;
        margin: auto;
        border: 1px solid #08607d;
    }

    .resultado th {
        margin: 20px 10px;
        padding: 20px 10px;
        color: #08607d;
        border: 2px solid #08607d;
        font-family: 'OpenSansSemiBold', sans-serif;
        text-align: right;
        width: 50%;
        background-color: rgba(255, 255, 255, 1);
    }

    .resultado td {
        border: 2px solid #08607d;
        margin: 20px 10px;
        padding: 20px 10px;
        color: #08607d;
        font-family: 'OpenSansLigth', sans-serif;
        text-align: center;
        width: 50%;
        background-color: rgba(255, 255, 255, .9);
    }

    .resultado li span {
        margin: 10px;
    }

.resultado-table thead tr td {
    background-color: #08607d;
    color: #FFF;
    padding: 05px;
    border: solid 1px #08607d;
    font-size: .8em;
}

.resultado-table tbody tr td{
    background-color: #fff;
    color: #08607d;
    padding: 05px;
    border: solid 1px #08607d;
    font-size: .8em;
    text-decoration: none;
}
.a-table{
    color: #08607d;
    text-decoration: none !important;
    cursor: pointer;
}

.a-table:hover{
    color: #fff;
}
/*--------------------------------------------------------------------------*/
.detalhe {
    width: 70%;
    padding: 10px;
    display: table;
    margin: 30px auto;
}

.link-detalhes {
    width: 100%;
    margin: 10px auto !important;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 05px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: ease-in-out 0.2s;
    border: none;
    font-family: 'OpenSansLigth';
    font-size: 1.3em;
    cursor: pointer;
}

    .link-detalhes:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: #08607d;
    }

    .link-detalhes span {
        text-align: center;
        display: block;
        font-family: 'OpenSansLigth', sans-serif;
        font-size: 1.2em;
    }

    .link-detalhes i {
        text-align: center;
        /*color: #fff;*/
        font-size: 1.5em;
        margin-left: 10px;
    }

.btn-pesquisar {
    color: #08607d;
    text-decoration: none;
}

.btn-admin-home-ficha i {
    font-size: 3em;
    display: block;
    margin-bottom: 0.5em;
    color: #fff !important;
    text-decoration: none !important;
}

    .btn-admin-home-ficha i:hover {
        color: #f5a506 !important;
        text-decoration: none !important;
    }

/*  Paginador
    ---------------------------------------------------*/
.paginator {
    width: 100%;
    min-width: 300px;
    margin: 1.3em auto;
    display: table;
    float: left;
}

.pagina-atual {
    font-size: 2.5em !important;
}

    .pagina-atual a {
        font-family: 'OpenSansSemiBold', sans-serif !important;
        color: #08607d !important;
    }

.paginator ul {
    width: auto;
    margin: 0 auto;
    display: table;
}

    .paginator ul li {
        margin: 0 0.1em;
        text-align: center;
        display: inline-block;
        font-family: 'OpenSans', sans-serif;
        font-size: 2em;
    }

        .paginator ul li:hover {
            color: #0a7993;
        }

        .paginator ul li a {
            text-decoration: none;
            color: #34b5d3;
        }



/*  footer
    ---------------------------------------------------*/
footer {
    width: 100%;
    min-width: 1000px;
    margin: 30px auto 10px auto;
}

.sombra {
    width: 75%;
    margin: 0 auto;
    padding: 0;
}

#sombra {
    opacity: 0.9;
    width: 100%;
}


/*  Páginas
    ---------------------------------------------------*/
.titulo-pg {
    margin-left: 05%;
    margin-top: -3.2em;
    padding: 01em;
    width: 40%;
    background-color: #eab54b;
    border-radius: 05px;
}

    .titulo-pg h1 {
        color: #fff;
        font-family: 'OpenSans', sans-serif;
        font-size: 1.5em;
        text-align: center;
    }

.form-pesquisa {
    margin: 05% 05%;
}

    .form-pesquisa ul li {
        display: block;
        width: 40%;
        margin: 0.8em 05%;
    }

.col-left {
    float: left;
}

.col-med {
    float: left;
    margin: auto 05% !important;
}

.col-rigth {
    float: right;
}

.col-100 {
    width: 90% !important;
    height: auto;
}

    .col-100 input[type=text] {
        width: 40%;
    }

label {
    display: block;
    margin-bottom: 0.4em;
    color: #FFF;
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.2em;
    width: 80%;
}

.txa-pesquisa {
    width: 40%;
    resize: none;
    margin-bottom: 1.5em;
    border-radius: 05px;
    border: solid 1px #0a7993;
    padding: .5em;
    color: #08607d;
    outline: none;
    background-color: rgba(255, 255, 255, 0.98);
    font-family: 'OpenSans';
    font-size: .8em;
}

.txt-pesquisa {
    width: 100%;
    font-family: 'OpenSans';
    font-size: .8em;
    margin-bottom: 1.5em;
    border-radius: 05px;
    border: solid 1px #0a7993;
    padding: .5em;
    color: #08607d;
    outline: none;
    background-color: rgba(255, 255, 255, 0.98);
}

    .txt-pesquisa:focus {
        border: 1px solid #eab54b;
    }


.form-pesquisa ul li input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #FFF;
    width: 15px;
    height: 15px;
    outline: none;
    background-color: #fff;
    border: solid 4px #fff;
    margin: 0.2em;
    border-radius: 100%;
}

.chk-pesquisa {
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    color: #FFF;
    width: 15px;
    height: 15px;
    outline: none;
    background-color: #fff;
    border: solid 4px #fff;
    margin: 0.2em;
    border-radius: 5px;
}

    .chk-pesquisa:checked {
        content: "\2713";
        background-color: #08607d;
    }

.form-pesquisa ul li input[type=radio]:checked {
    background-color: #08607d;
}

span {
    color: #fff;
    font-family: 'OpenSansLigth', sans-serif;
    margin-bottom: 0.3em;
    font-size: 1.2em;
}

.rc-buttons {
    width: 100%;
    display: inline-block;
    margin: 1em 1em;
}
.rc-buttons.check{
    margin-left:0
}
.rc-buttons .radios{
    margin-left:20px;
}

    .rc-buttons span {
        margin-right: 50px;
        margin-left: 10px;
    }

.div-btn-proximo {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2em;
    display: table;
    margin-top: 05%;
}

.btn-submit {
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    width: 50%;
    background-color: rgba(8,96,125,0.5);
    border: none;
    border-radius: 5px;
    padding: .4em 0.8em;
    font-size: 1.2em;
    margin-right: 25%;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

    .btn-submit:hover {
        background-color: rgba(8,96,125,0.9);
    }

.btn-delete {
    font-family: 'OpenSans', sans-serif;
    color: #fff;
    width: 25%;
    background-color: rgb(130, 18, 41);
    border: none;
    border-radius: 5px;
    padding: .5em 0.8em;
    font-size: 1.2em;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

    .btn-delete:hover {
        background-color: rgb(91, 17, 23);
    }

    .btn-delete i {
        color: #FFF;
    }

.btn-anterior {
    color: #fff;
    text-decoration: none;
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.2em;
    text-align: right;
    right: 0;
    float: left;
    margin-left: 10%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}

    .btn-anterior:hover {
        color: #eab54b;
        text-shadow: 1px 1px 1px #555;
    }

.btn-filtros{
    color: #fff;
    text-decoration: none;
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.0em;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}
    .btn-filtros:focus{
        outline:0;
    }

.btn-proximo {
    color: #fff;
    text-decoration: none;
    font-family: 'OpenSansLigth', sans-serif;
    font-size: 1.2em;
    text-align: right;
    right: 0;
    float: right;
    margin-right: 10%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}

    .btn-proximo:hover {
        color: #eab54b;
        text-shadow: 1px 1px 1px #555;
    }

#txt-outros-casos, #txt-outras-estrategias {
    display: inline-block !important;
}

ul li.estrategias label {
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 10px;
}

/*Estilo date picker*/

.ui-datepicker-calendar thead th{
    padding: .5em .3em;
}

.ui-datepicker-calendar thead th span{
    color: #08607d;
}

.ui-widget-header{
    border: none !important;
    background-color: #CCC !important;
    background-image: none !important;
}

.ui-datepicker-month, .ui-datepicker-year{
    font-size:.8em !important;
    padding: 0.1em 0.5em;
}
/*  Estilos de validação de campos
    ---------------------------------------------------*/
.field-validation-error {
    color: #f00;
    font-size: 90%;
    margin-bottom: 15px;
    margin-top: -15px;
    float: left;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
