

/* ==========================================================================
   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%
    }
}*/

#overlay_bg {
    background-color: #000;
    cursor: wait;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999998;
}

#overlay_bg.on, #overlay_spin.on {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#overlay_spin {
    left: 44% !important;
    top: 47% !important;
    background-color: #fccc31;
    width: 142px;
    height: 30px;
    border-radius: 4px;
    text-align: right;
    color: #454c58;
    text-transform: uppercase;
    padding: 6px 7px 0 2px;
    z-index: 9999999;
    position: absolute;
    display: none;
}

    #overlay_spin .loader {
        border: 3px solid #adb0b6;
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: rgb(243, 243, 243);
        animation: spin 1s linear infinite;
        border-top: 3px solid #555;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: block;
        z-index: 9999999;
    }

.full {
    width: 100%;
}