body{
    background-color: lightgrey;
}

@media only print, print {
    body.non-print #panelMain,
    body.non-print #footerText,
    body.non-print #pdfViewer .modal-header,
    body.non-print .product-jumbo-strech .bottom-wrapper,
    body.non-print .panel-block-text,
    body.non-print footer,
    .modal-backdrop.toPrint {
        display: none !important;
        visibility: hidden !important;
    }
    .modal.toPrint {
        position: relative;
        overflow: hidden;
        visibility:visible;
        width: 100%;
        font-size: 80%;
    }
    .modal.toPrint .nav .li {
        visibility: hidden;
    }
    .modal.toPrint .nav .li.active {
        visibility: visible;
    }
}

.noclose .ui-dialog-titlebar-close{
    display:none;
}

body {
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}
.row, .panel-body .row{
    margin-right: 0;
}

#headerNavBar, #loginPanel .panel-heading, #panelMain .panel-heading, #loginPanel .input-group-addon, .btn{
    background-color: #993D3D;
    background-image: none;
    border-color: #993D3D;
    color: #ffffff;
}

#logoPanel, #loginPanel, #panelMain,#tipoAgendamentoPanel, .breadcrumb{
    opacity: 0.98;
}

#logoMain{
    margin-top: 2%;
}

.btn:hover{
    background-color: #1B609C !important;
    background-image: none;
    border-color: #1B609C !important;
    color: #ffffff;
}

a {
    color: #1B609C !important;
}

.label-info {
    background-color: #1B609C !important;
}

.btn{
    background-color: #993D3D;
    border-color: #993D3D;
    color: #ffffff;
}

#headerNavBar .container-fluid,#tipoAgendamentoPanel, #imgMedicoSelecionado{
    box-shadow: 1px 1px 5px 0.8px rgb(179,179,179);
}

#panelMain, #loginPanel,   .breadcrumb, #logoMain .thumbnail, #imgMedicoSelecionado{
    border-color: rgb(179,179,179);
    box-shadow: 2px 2px 15px 0.5px rgb(179,179,179);
}



#loginPanel .panel-body{
    margin-bottom: 0;
}

hr, #loginPanel input{
    border-color: rgb(179,179,179);
}

#selecaoConvenioPanel .panel-body, #selecaoEspecialidadePanel .panel-body{
    font-size: 13px;
    font-family: 'Trebuchet MS', sans-serif;
}

#horario{
    background: none;
    border: none;
    color: rgb(179,179,179);
}
#horario:hover{
    background: none;
    border: none;
    color: grey;
}

.wizard{

    margin-bottom: 10px;
}
.wizard a {
    padding: 10px 12px 10px;
    background: #efefef;
    position: relative;
    display: inline-block;
}

.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}

.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}

.wizard a:first-child .badge {
    margin-left: 0;
}

.wizard .current {
    background: rgb(179,179,179);
    color: #fff;
}

.wizard .current:after {
    border-left-color: rgb(179,179,179);
}

.wizard .success {
    background: #993D3D;
    color: #fff;
}

.wizard .success:after {
    border-left-color: #993D3D;
}

#formCadPaciente .campo {
    margin: 0;
    margin: 0;
    line-height: 0;
    font-size: 14px;
}

#formCadPaciente .row {
    padding-top: 5px;
}

#formCadPaciente hr {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset.scheduler-border {
    border: 1px groove #000000;
    padding: 0 5px 5px 5px;
    margin: 0 0 0 5px;
}

legend.scheduler-border {
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    border-bottom:none;
    margin-bottom: 5px;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}

.dropzone img {
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

.navbar-brand>img{
    background-color: lightgrey !important;
}