

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html{
}

hr{
   border-top: 1px solid #cfd8e0;
}

label {
    font-weight: 400;
    font-size: 13px;
}

.row{
    margin: 0;
}

.jumbotron{
    margin: 0;
}

body{
    width: 100%;
    font-size: 14px
}

.main{
    background: linear-gradient(#ffffff, transparent 98%) no-repeat;
    padding-top: 20px;
}


.btn-default{
    color: #666 !important;
}

#header {
    /*margin-bottom: 20px;*/
    background-color: #eff2f5 !important;
    border-bottom: 1px solid #cfd8e0
}

#footer{
    margin-top: 20px !important;
}

.ttl-header {
    margin: 5px 0 5px 0;
    font-family: 'Prompt', sans-serif;
    color: #434a54;
    font-size: 18px;
}

.modal-header{
   border-bottom: 1px solid #e5e5e5;
}

.modal-body{
    padding: 15px;
}

.modal-footer{
    border-top: 1px solid #e5e5e5;
}


.panel-footer{
    background-color: transparent
}

.header-container {
    min-height: 0 !important;
    padding: 0 !important;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-top: 23px;
}

.hash .input-group-btn:last-child>.btn, .hash .input-group-btn:last-child>.btn-group {
    margin-top: 5px;
}

.cabecalho{
    /*width: 768px;*/
    height: 128px;
    margin: 0 auto;
}

.panel-heading{
    font-size: 18px;
}

/*#grad {
    background: linear-gradient(#0080ff, rgb(241, 242, 246));
    background-repeat: no-repeat;
}*/

.adobe, .adobe a{
    color: #999;
    font-size: 13px;
}

.adobe a{
    text-decoration: underline;
    font-weight: bold
}

.nav-pills li{
    margin-right: 10px;
    font-size: 13px;
}

table a, table a:hover{
    color: #000
}

.pull-right .fa-times-circle{
    font-size: 18px;
}

table tbody tr th, table tbody tr td, table a{
    font-size: 13px !important;
}

.pagerGrid, table tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px !important;
}

.info-paciente{
    font-size: 13px;
}

/*@media (max-width: 992px) {
    .cabecalhoCliente img {
        width: 100%
    }
}*/












