﻿html {
    height: 99%;
}

html, body {
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    /*font-weight: 400;*/
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff') format('woff');
}

.opensans {
    font-family: 'Open Sans';
}

.roboto {
    font-family: 'Roboto', 'Open Sans', 'Arial', 'Helvetica';
}

.nav-text {
    font-family: 'Segoe UI', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
}





body {
    height: 99%;
    padding-top: 50px;
    font-family: sans-serif;
    color: #333;
    background-image: url(/Content/images/bg.jpg);
    background-attachment: fixed;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding-right: unset !important;
}

input[type=checkbox], input[type=radio] {
    mix-blend-mode: luminosity;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.z1 {
    z-index: 1 !important;
}

.fa {
    width: 16px;
}

    .fa.fa-3x, .fa.fa-2x, .fa.fa-4x, .fa-fa-5x {
        width: unset;
    }


    .fa.btn {
        width: unset;
    }

.noborder {
    border: none;
}

.softborder {
    border: 1px solid #ddd;
}


.pad8 {
    padding: 8px !important;
}

.pad1em {
    padding: 1em;
}

.max100 {
    max-width: 100px;
}

.max200 {
    max-width: 200px;
}

.w100p {
    width: 100%;
}

.conflict {
    border-left: 3px solid indianred;
}

.side-button {
    font-size: 20px;
    vertical-align: middle;
    color: #eee;
    display: inline;
}

.nolist {
    list-style: none;
}

.round50 {
    border-radius: 50%;
}

.strong {
    font-weight: bold;
}

.input-code {
    font-weight: bold;
    letter-spacing: 20px;
    text-align: center;
}

.noborder:active, .noborder:focus {
    box-shadow: none !important;
    outline: 0 none !important;
}

.fa-large {
    font-size: 5em;
    display: inline !important;
}

.license-bar-info {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #eee;
    color: #777;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    width: 100%;
    z-index: 9;
    border-top: 2px solid #ddd;
    vertical-align: middle;
    font-size: 1.1em;
    cursor: pointer;
    font-weight: bold;
}

.light-text {
    color: #999;
}

.lighter-text {
    color: #bbb;
}

.fixed-left-corner {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
}

.fixed-right-corner {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
}

.opaque {
    opacity: 0.33;
}

.aviso-circle-list {
    color: #d83030;
    font-size: 6px;
    margin-right: -3px;
}

.cabecalho-rodape {
    font-size: 1.2em;
}

.blackish {
    color: #333;
}

.grayish {
    color: #999;
}

.date-bar button[disabled], .date-bar a[disabled],
.date-bar button.disabled, .date-bar a.disabled,
.date-bar button:disabled, .date-bara:disabled {
    background-color: #f5f5f5 !important;
    opacity: unset !important;
    cursor: not-allowed !important;
}

.relative {
    position: relative;
}

.border-hr {
    border-color: #ddd;
    margin-top: 8px;
    margin-bottom: 2px;
    border-width: 2px;
}

.nav > li > a {
    padding: 10px;
}

.borderless td, .borderless th {
    border: none !important;
}

.soft-text {
    color: #777 !important;
}

.btn-tag {
    padding: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;
    font-family: sans-serif;
}

.minh100 {
    min-height: 100px;
}

.botmsg {
    position: fixed !important;
    width: 100%;
    bottom: 0px !important;
    left: 0px;
    height: 200px;
    margin: 0px;
    padding-top: 10px;
    border-radius: 0px;
    text-align: center;
    z-index: 9999;
    display: none;
    font-weight: bold;
}

.doctor-sign {
}

.removr-parent {
    position: relative;
}

    .removr-parent:hover > .removr {
        display: inline;
    }

.removr {
    position: absolute;
    right: 4px;
    top: 7px;
    display: none;
    color: #000;
    opacity: 0.4;
}

    .removr:hover {
        color: #000;
        opacity: 0.6;
        cursor: pointer;
    }

.warning20 {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
}

.aviso-circle {
    color: #d83030;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 6px;
}

.footer-panel {
    font-size: 28px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    font-weight: bold;
    background: linear-gradient(#999, #555);
    color: #fff;
    text-align: right;
    padding-right: 30px;
}

.header2x {
    height: 80px !important;
    font-size: small;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

strong, label {
    font-family: sans-serif;
}

.open > .dropdown-menu {
    display: block;
    z-index: 999999;
}

.img-signa {
    max-width: 200px;
    max-height: 200px;
    height: auto;
    width: auto;
    padding: 20px;
    padding-bottom:0;
}

.modal-footer > .open > .dropdown-menu li {
    font-size: 16px;
    padding: 3px;
}

    .modal-footer > .open > .dropdown-menu li a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .modal-footer > .open > .dropdown-menu li.divider {
        padding-top: 1px;
        padding-bottom: 1px;
    }

/*.open > .dropdown-menu li a i,  .open > .dropdown-menu li a span {
        margin-right:5px;
    }*/

.texto-print-editavel {
    font-weight: 500;
    border: none;
    color: #333;
    font-family: sans-serif;
    border-bottom: 1px solid transparent;
    width: 100%;
    padding-left: 0 !important;
}

    .texto-print-editavel:active, .texto-print-editavel:focus {
        border-bottom: solid 1px #ccc;
        box-shadow: none !important;
    }

.titulo-print-editavel {
    font-size: 24px;
}

.borderless td, .borderless th, .borderless table, .borderless tr {
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.cwhite {
    color: white;
}

.keyboard-key {
    min-height: 50px;
    line-height: 38px;
    font-size:1.5em;
    font-weight: bold;

}

.panel-title {
    font-weight: bold !important;
}

.small {
    font-family: sans-serif;
}

.bg-lightgray-panel {
    background-color: #f5f5f5 !important;
}

.bg-lightgray {
    background-color: #f5f5f5;
    border: 1px #ddd solid !important;
    border-radius: 4px !important;
}

.bg-mediumgray {
    background-color: #e5e5e5;
    border: 1px #ccc solid !important;
    border-radius: 4px !important;
}

.status-bloqueado > input[type=text] {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 2px;
    height: 25px;
    border: 0 solid;
}

    .status-bloqueado > input[type=text]:focus {
        border-color: #ccc;
        box-shadow: unset;
        outline: 0 none !important;
    }

.movimento td {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 12px !important;
    vertical-align: middle !important;
}

.vmiddle > tbody > tr > td {
    vertical-align: middle !important;
    padding: 4px !important;
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}



    span.deleteicon span {
        position: absolute;
        display: block;
        right: 5px;
        width: 15px;
        height: 15px;
        font-weight: bold;
        color: #ccc;
        text-align: center;
        line-height: 1em;
        cursor: pointer;
    }

    span.deleteicon input {
        padding-right: 18px;
        box-sizing: border-box;
    }

.font-12 {
    font-size: 12px !important;
}

.sanserif {
    font-family: sans-serif !important;
}

.pre-print-html {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 1em;
    font-family: sans-serif;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #f5f5f5;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 200px;
    text-align: justify !important;
    padding-bottom: 22px;
}

.pre-print {
    font-size: 1em;
    font-family: sans-serif;
    margin-left: 2px;
    margin-right: 2px;
}

.detail-pagamento-receber, .detail-pagamento-pago {
    font-size: 0.8em;
}

.bell-xs {
    position: fixed;
    right: 42px;
    top: 10px;
    font-size: 18px;
    color: #fff;
    display: none;
}

.notify-panel {
    position: relative;
    padding: 20px;
    background-color: #f5f5f5;
    border: #ccc 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 1.2em;
    min-height: 100px;
}

.notify-unread {
    cursor: pointer;
    font-weight: bold;
}

.notify-new {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}


.right-bottom-disclaimer {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-style: italic;
    font-size: small;
}

.badge-notify {
    display: none;
}

.nopad-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media print {
    pre {
        page-break-inside: avoid;
        display: inline-block;
        width: 100%;
    }

    .pre-print {
        font-size: 11px;
    }

    .pre-print-html {
        border: none;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.movimento input[type=text], .movimento input[type=tel] {
    padding-top: 0px !important;
    padding-bottom: 1px !important;
    padding-left: 2px;
    height: 25px;
    box-shadow: none !important;
    background-color: transparent;
    font-family: sans-serif;
    color: #333;
    font-size: 20px;
    border: none;
    border-bottom: none;
    border-radius: 0;
    /*text-transform: uppercase;*/
    box-shadow: unset;
    border-bottom: 2px solid #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
}


    .movimento input[type=text]:focus, .movimento input[type=tel]:focus {
        border-color: #ccc;
        box-shadow: unset;
        outline: 0 none !important;
    }

.movimento .white-bg {
    background-color: transparent !important;
    border-top: none !important;
}

    .movimento .white-bg tr {
        border: unset !important;
    }

.movimento .btn-span {
    padding-right: 8px;
}



@media screen and (max-width: 480px) {
    li a.tab-default {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 358px) {
    li a.tab-default {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.tab-default {
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    color: #888;
}

li.active > .tab-default {
    font-weight: bold !important;
}

.td-premium {
    /*background-color:rgba(112, 112, 112, 0.60);*/
    color: #000;
    font-weight: bold;
}

.padless td, .padless tr {
    padding: 3px !important;
}



.borderless > td {
    border-top: none !important;
}

.table > thead > tr > th {
    border-top: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}

#calendar > div > div.datepicker-days > table {
    padding-left: 8px;
    padding-right: 8px;
}

.td-premium > i {
    color: #ffea00;
}

.block {
    display: block !important;
}

.fs16 {
    font-size: 16px;
}

.fssmall {
    font-size: small;
}

.fs1em {
    font-size: 1em;
}

.inactive {
    color: rgba(255, 0, 0, 0.70);
}

.info-toggle {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin-left: -30px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* make it red instead (with with same width and style) */
select {
    outline: none !important;
}

.slider, .slider:active, .slider:hover, .slider:focus {
    margin-top: 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #008cba;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #008cba;
        cursor: pointer;
    }


.img-logo-panel {
    margin-top: 10px;
    max-width: 400px;
    max-height: 250px;
}

.img-logo-client {
    margin-top: 10px;
    max-width: 280px;
    max-height: 280px;
}


.img-logo {
    max-width: 280px;
    max-height: 140px;
    margin: 20px;
    opacity: 0.5;
}

.min100 {
    min-width: 100px;
}

.min200 {
    min-width: 200px !important;
}

.left-horario {
    padding-right: 0;
}

.right-horario {
    padding-left: 0;
}

.btn-svg div {
    display: inline;
    vertical-align: top;
}

.btn-svg svg {
    width: 22px;
    height: 22px;
    fill: #555;
}

.modal-header strong {
    font-size: 18px;
}

.modal-footer .btn-circle {
    /*margin-top:-5px;*/
}

.modal-footer {
    padding-top: 12px !important;
}

    .modal-footer .btn {
        margin-right: 6px;
        margin-left: 0px !important;
        height: 36px;
        border-radius: 99px;
        min-width: 60px;
    }

.btn-default {
    color: #555 !important;
}

.btn-circle {
    width: 36px;
    height: 36px;
    min-width: 36px !important;
    border-radius: 99px;
    padding: 6px;
    padding-top: 4px;
    font-size: 18px;
}

    .btn-circle img {
        width: 18px;
        height: 18px;
    }

.btn-circle-sm {
    min-width: 34px !important;
    min-height: 34px;
    height: 34px;
    width: 34px;
    border-radius: 99px;
    padding: 5px;
    font-size: 14px;
}

#confirmBody {
    font-size: 22px;
    text-align: center;
    padding-top: 40px;
}


.print-only {
    display: none;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}

.api-code {
    font-size: smaller;
    word-break: break-word;
    background: #eee;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #555;
}


.aviso-paciente {
    white-space: normal;
    padding: 8px;
    margin-bottom: 5px;
}

.btn-primary:active, .btn-primary:focus,
ul > li.active > a.dropdown-item:active, ul > li.active > a.dropdown-item:focus, ul > li.active > a.dropdown-item:hover {
    color: #fff !important;
}

.spinner input {
    text-align: center;
}

.spinner .btn-default {
    min-width: 20px !important;
    width: 26px;
    padding-left: 3px;
    padding-right: 3px;
}

#modalPedido .modal-body {
    padding-top: 0;
}

.peditens td {
    border-top: none !important;
}


    .peditens td.description {
        width: 75%;
    }

    .peditens td.price {
        width: 20%;
    }

    .peditens td.optionb {
        width: 5%;
        vertical-align: middle;
        text-align: center;
        padding-top: 2px !important;
    }

td.optionb a.btn-span.add:active, td.optionb a.btn-span.add:focus, td.optionb a.btn-span.add:hover {
    color: rgba(0, 0, 0, 0.33);
}


#peditens > tbody > tr:nth-child(1) > td.optionb > a.delete {
    display: none;
}

#peditens > tbody > tr:nth-child(n+2) > td.optionb > a.add {
    display: none;
}

.peditens .price > input[type="text"] {
    text-align: right !important;
}

.peditens tr {
    border-top: none;
}

.peditens input[type="text"] {
    border: none;
    border-bottom: none;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: unset;
    border-bottom: 2px solid #f5f5f5;
    padding-left: 0px;
    padding-right: 0px;
}

    .peditens input[type="text"]:focus {
        border-color: unset;
        box-shadow: unset;
        outline: unset;
        border-bottom: 2px solid #ccc;
    }

.pedidos-lista-item {
    display: block;
    padding: 6px;
    margin: 0 0 10px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.div-foto {
    height: 0px;
    margin: 0px !important;
    padding: 0px !important;
}

    .div-foto .inner-div {
        z-index: 4;
    }

    .div-foto .foto-object {
        height: auto;
        max-width: 140px;
        max-height: 105px;
        color: #f5f5f5;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
    }


        .div-foto .foto-object .canvas-blank {
            display: none;
        }

    .div-foto .foto-button {
        position: absolute;
        top: 86px;
        z-index: 2;
        font-size: 16px;
        border-radius: 99px;
        padding: 8px;
        min-width: unset;
    }

    .div-foto .camera-button {
        right: 70px;
    }

    .div-foto .remove-button {
        right: 0px;
    }

    .div-foto .upload-button {
        right: 34px;
    }

    .div-foto img, .div-foto video, .div-foto canvas {
        border-radius: 4px;
    }

.pw5 {
    padding-left: 5px;
    padding-right: 5px;
}

.telefone {
    max-width: 130px !important;
}

.mart10 {
    margin-top: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

#rateYo {
    display: table;
    margin: 0 auto;
}

.bot20 {
    padding-bottom: 20px;
}

.bot10 {
    padding-bottom: 10px;
}

.br {
    display: none;
}

.top2 {
    margin-top: 3px !important;
}

#Email, #Password, #ConfirmPassword {
    text-transform: lowercase;
}

#pdfFrame {
    width: 100%;
    border: 0;
    padding: 0;
}

.close {
    font-size: 25px;
    opacity: 0.5;
}

.close-modal {
    padding-top: 5px !important;
    font-size: 14px;
    opacity: 0.5;
}

.close-subtle {
    font-size: 20px;
    opacity: 0.25;
}

.inline-flex {
    display: inline-flex !important;
}

.sub-shadow {
    -webkit-box-shadow: 0 4px 6px 1px #bbb;
    -moz-box-shadow: 0 4px 6px 1px #bbb;
    box-shadow: 0 4px 6px 1px #bbb;
}

.per10 {
    width: 10% !important;
}

.per20 {
    width: 20% !important;
}

.per80 {
    width: 80% !important;
}

.progress-bar-info {
    background-color: #41b6e6;
    background-image: linear-gradient(to bottom, #41b6e6 0%, #41b6e6 100%);
}

.body-content-client {
    background-color: #FBFAF9;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(250, 250, 250, 1), rgba(245, 245, 245, 1));
    border: 1px solid #ccc;
    /*border-radius:6px;*/
    padding-bottom: 50px;
    min-height: 100%;
}


.body-content {
    min-height: 100%;
    background-color: #fafafa;
    /*background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(250, 250, 250, 0.9), rgba(245, 245, 245, 0.9));*/
    border-left: 1px solid #e4e2e0;
    border-right: 1px solid #e4e2e0;
    border-bottom: 1px solid #e4e2e0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 50px;
}

.rad4 {
    border-radius: 4px;
}

.tabts > ul {
    max-width: 384px;
}

.tabts > .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 4px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0;
    background-color: #f8f8f8 !important;
}

.tabts > .nav > li.active > a {
    background-color: #eaeaea !important;
}

.tabts > .tab-content {
    position: relative;
    padding: 10px;
    background-color: #eaeaea;
    height: 220px;
    max-width: 384px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 0 !important;
}

.tab-content .reset-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.shove-select {
    border: none !important;
    padding: 15px;
    border-bottom: 2px #ddd solid !important;
    border-radius: 0 !important;
}


input[type=search] {
    -webkit-appearance: none;
}

    input[type=search]::-webkit-search-cancel-button {
        position:absolute;
        height: 20px;
        width: 20px;        
        right:4px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
        cursor: pointer;
    }


.pad5-addon .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
}

.pad5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padhor20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.left5 {
    padding-left: 5px;
}

.trunc-paciente {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 490px;
    /*display:inline-block;*/
}


.paciente-icons {
    min-width: 45px !important;
}

    .paciente-icons a {
        color: #333;
    }

        .paciente-icons a:hover {
            color: #999;
        }

.tooltip {
    z-index: 99151 !important;
}

.panel {
    background-color: rgba(255, 255, 255, 0.30) !important;
}

.welcome-block {
    background: #efeeeb;
    /*background: radial-gradient(rgba(255, 255, 255, 0.8) 30%, rgba(205, 205, 205, 0.6));*/
    border: 1px solid #cecece !important;
    color: #333;
    padding: 25px;
    border-radius: 4px;
}

.date-bar {
    text-align: center !important;
}


.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}


.tooltip-inner {
    white-space: pre;
    max-width: none;
}


#horarioEncaixe {
    background-color: transparent;
}

#errorEncaixe {
    color: rgb(224, 0, 0);
    font-size: 14px;
    vertical-align: top;
    margin-top: 10px;
    padding-left: 6px;
    display: none;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w50 {
    width: 50px !important;
}

.w40 {
    width: 40px !important;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px !important;
}

.w80 {
    width: 80px !important;
}


.w100 {
    width: 100px !important;
}

.w120 {
    width: 120px !important;
}

.w140 {
    width: 140px !important;
}

.fa-cx {
    width: 16px;
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.not-100 #dropdownMenuTop {
    width: unset !important;
}

.body-print {
    padding-left: 15px;
    padding-right: 15px !important;
    padding-top: 20px !important;
    background-image: none;
}

.link {
    cursor: pointer;
}


.table:first-child {
    border-top: none !important;
}

.table-end > tbody > tr > td {
    border: none;
}

    .table-end > tbody > tr > td:first-child {
        width: 25%;
    }

    .table-end > tbody > tr > td:last-child {
        width: 65%;
    }


#horarioTitulo {
    max-width: 165px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.red {
    color: rgba(200, 0, 0, 0.80);
}

color-red {
    color: #ff0000;
}

size-bigger {
    font-size: 1.2em;
}

.red-red {
    color: #d83030;
}

.blueish {
    color: rgba(0, 177, 255, 0.60);
}


.horario-celula {
    width: 50px;
    font-size: 130%;
    font-weight: bold;
    text-align: left;
    font-family: sans-serif;
    vertical-align: middle !important;
    position: relative;
}

.tipo-agenda {
    font-weight: bold;
    font-size: small;
}

.convenio-agenda {
    font-size: small;
}

.horario-buttons {
    opacity: 0;
    text-align: right;
    vertical-align: middle !important;
}

.horario-ausencia {
    color: #808080;
    vertical-align: middle !important;
}

.horario-info {
    width: 100%;
    color: #808080;
    font-style: italic;
    vertical-align: middle !important;
}

.horario-cancelado {
    color: #808080;
}

.tooltip span {
    background: #2c3e50 !important;
    background-image: none !important;
}

.table {
    margin-bottom: 0px !important;
}

#confirm {
    z-index: 9999;
}

.pagination {
    margin: 0px, 0px, 0px, 0px !important;
}

.right-tab {
    position: fixed;
    top: 300px;
    right: -75px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 180px;
    z-index: 999;
}




.navbar-form {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}




input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    margin-left: 5px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn {
    min-height: 34px;
}

.btn-group > .btn {
    border: 0 !important;
    padding: 7px !important;
    margin: 0px !important;
}

.btn-group-calendar > .btn {
    height: 35px !important;
}

.hora-only {
    font-size: 24px;
    font-weight: 500;
    border: 0;
    width: 60px;
    text-align: center;
    box-shadow: none !important;
}

.data-hora-only {
    font-size: 24px;
    font-weight: 500;
    border: 0;
    width: 250px !important;
    text-align: left;
    box-shadow: none !important;
}



.extra-menu {
    width: 30px;
    height: 36px;
    margin-left: 10px !important;
}

.btn-last {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.btn-first {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.btn-middle {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.status-cancelado {
    text-decoration: line-through;
}

.status-reservado {
    font-style: normal !important;
    color: #333;
}


tr:hover .horario-buttons {
    opacity: 1;
}


.btn {
    min-width: 40px;
}

.nomin {
    min-width: unset !important;
}


.search {
    width: 200px !important;
    display: inline !important;
}

.not100 {
    width: unset !important;
}

.top7 {
    padding-top: 7px;
}

.top5 {
    padding-top: 5px;
}

.top20 {
    padding-top: 20px;
}

.top10 {
    padding-top: 10px;
}

.mtopi10 {
    margin-top: 10px !important;
}


.mtop10 {
    margin-top: 10px;
}

.mtop20 {
    margin-top: 20px;
}

.mtopminus5 {
    margin-top: -5px !important;
}


.left20 {
    padding-left: 20px;
}

.left10 {
    padding-left: 10px;
}

.top50 {
    padding-top: 50px;
}

.menu-sm a {
    color: #fff !important;
    font-size: larger;
}

    .menu-sm a:hover {
        color: rgba(255, 255, 255, 0.85) !important;
    }

.menu-xs {
    padding: 0px !important;
}

    .menu-xs a {
        color: #fff;
        font-size: 90%;
    }

        .menu-xs a:hover {
            color: rgba(255, 255, 255, 0.85) !important;
        }

samp {
    font-family: monospace;
}

big {
    font-size: 1.5em;
    font-weight: bold;
}

.form-control {
    padding: 6px;
}

    .form-control:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, .btn:focus, .bootstrap-switch.bootstrap-switch-focused {
        border-color: rgba(156, 156, 156, 0.5);
        box-shadow: 0 1px 1px rgba(146, 143, 141, 0.07) inset, 0 0 10px rgba(148, 148, 148, 0.4);
        outline: 0 none !important;
    }

a:active, a:focus {
    color: unset !important;
    text-decoration: none;
}

.image-logo {
    height: 100px;
    max-width: 200px;
}

.inner-addon {
    position: relative;
    color: #999999;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 100% !important;
}


#panelExibirPaciente {
    white-space: nowrap;
}

.table > tbody > tr:first-child > td {
    border: none;
}

.no-border-td.table > tbody > tr > td {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}


.row-link:hover {
    cursor: pointer;
    background-color: #fafafa;
}

.row-disabled:hover {
    cursor: not-allowed;
}


.right20 {
    padding-right: 20px;
}

.navbar-group {
    display: inline-flex !important;
    width: auto !important;
}


.navbar-default, .navbar-form {
    border: none !important;
    border-color: none !important;
}

pre {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: unset !important;
    font-family: sans-serif;
}

.navbar-default {
    background-color: #008cba;
    background-image: linear-gradient(to bottom, #008cba -200%, #008cba 200%);
    color: #ECEEF4 !important;
}

.navbar-image {
    /*background-image: url('images/bg-premium-c.jpg') !important;*/
    background-color: #008cba !important;
    border-color: none;
    background-image: linear-gradient(to bottom, #008cba -200%, #008cba 200%);
    height: 100px !important;
    background-size: cover;
}

.btn-transparent {
    background-image: none !important;
    background-color: transparent !important;
    color: white !important;
    text-shadow: unset !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.transparent {
    background: transparent !important;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.20) !important;
}

.navbar-premium {    
    border-radius: 0;
    margin-bottom: 0px;
}

.navbar-top-right {
    position: absolute;
    top: 0px;
    right: 10px;
}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.navbar-image .navbar-header {
    text-align: left;
}

    .navbar-image .navbar-header img {
        height: 46px;
    }

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}



.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #41b6e6;
    color: #41b6e6;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #eeeeee;
    background: #eeeeee;
}

.btn-success {
    background-color: #18bc9c !important;
    background-image: none !important;
    border-color: #18bc9c;
}

.eee {
    background-color: #eee;
}

.centerbox330 {
    width: 320px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 24px;
}

    .centerbox330 input {
        padding-left: 3px;
        padding-right: 3px;
    }

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-image: none;
    color: #fff;
    background-color: #44d5b9 !important;
    border-color: #8dc4ba !important;
}



.btn-primary {
    background-image: unset;
    background-color: #41b6e6;
    border-color: #41b6e6;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-image: unset;
        background-color: #00a9e1;
        border-color: #00a9e1;
    }


.btn-orange {
    background-color: #e16a38;
    background-image: linear-gradient(to bottom, #f8b460 0%, #e16a38 100%);
    border-color: #e16a38;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
        background-color: #f8b460;
        border-color: #f8b460;
    }

.btn-default {
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background-color: #f5f5f5;
        background-image: unset;
        border-color: #ccc;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    border: 0px !important;
}

.circle-picker {
    height: 34px !important;
    border-radius: 4px !important;
    border-left: 1px #ccc solid !important;
}

.navbar .dropdown-menu > li > a {
    color: #333 !important;
}

    .navbar .dropdown-menu > li > a:hover {
        color: #0e0e0e !important;
    }

.navbar-inverse {
    background-color: #008cba;
    background-image: linear-gradient(to bottom, #008cba 0%, #008cba 100%);
    color: #ECEEF4 !important;
    border-color: #008cba;
}

.navbar-under {
    background-color: #c0c0c0 !important;
    background-image: linear-gradient(to bottom, #c0c0c0 0%, #c0c0c0 100%);
    color: #fff !important;
    border-color: #c0c0c0;
}

.nav {
    z-index: 999 !important;
}

.navbar {
    height: 50px;
}

#iv-container {
    z-index: 1100;
}

.active {
    z-index: unset !important;
}



.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        /*min-width: 100%;
        min-height: 100%;*/
        /*font-size: 100px;*/
        width: 100px;
        height: 30px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.navbar-form {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-height: 50px;
}

.affix {
    top: 50px;
    z-index: 2;
}



.menu-usuario .btn-usuario {
    color: #fff;
    border: none;
    background-color: transparent !important;
}

.menu-usuario:hover .btn-usuario, .menu-usuario:active .btn-usuario {
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}


input.icon::-webkit-input-placeholder {
    font-family: 'FontAwesome';
}

button:active {
    outline: 0 !important;
}

.btn-google-red {
    color: #b90000;
}

.btn-microsoft-blue {
    color: #c0c0c0;
}

.btn-brand {
    /*color: #dbdbdb;*/
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    padding-left: 10px;
}

    .btn-brand:hover {
        color: rgba(255, 255, 255, 0.85) !important;
        text-decoration: none;
    }

.typeahead > li > a:active, .typeahead > li > a:hover, .typeahead > li > a::selection {
    color: rgba(255, 255, 255, 1) !important;
}

.bigger {
    font-size: 1.7em;
}

.nopad {
    padding: 0px;
}

.nopad-topbottom {
    padding-top: 0px;
    padding-bottom: 0px;
}



.pad10 {
    padding: 10px;
}

.max400 {
    max-width: 400px;
}

.max450 {
    max-width: 450px;
}

.max500 {
    max-width: 500px;
}


fieldset {
    min-width: unset !important;    
    padding: 10px;
    margin: 0;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 18px;
}

    fieldset legend {
        padding: 0 10px;
        border: 2px solid #ccc;
        border-radius: 6px;
        font-weight: bold;
        text-align: left;
        width: auto;
    }

    fieldset p {
        padding-bottom: 20px;
    }

.code-sample {
    font-family: Consolas, 'Courier New';    
    background-color: #fafafa;
    padding:1px;
    border: 2px #ddd solid;    
    border-radius: 4px;
    margin-top: 10px;
    text-align: left;
    word-break: break-word;
    font-size: 12px;
    display: block;
}


.pagination-group {
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .pagination-group > .btn {
        color: #428bca;
        background: none;
        background-color: #fff;
        margin: 1px !important;
    }



.disclaimer {
    color: #808080;
    font-style: italic;
    font-weight: normal !important;
    display: block;
    padding-top: 6px;
}

.disclaimer-normal {
    color: #808080;
    font-style: italic;
    font-weight: normal !important;
    display: normal;
    padding-top: 6px;
}


.form-control-inline {
    display: inline !important;
}

.hora {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.hora-pequena {
    width: 90px !important;
}

.hora-larga {
    width: 120px !important;
    font-size: 0.85em;
}

.footer {
    opacity: 0.8;
}

.numero {
    width: 50px !important;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-right: 8px;
}

.dias-semana {
    text-align: center;
}





    .dias-semana tr:first-child {
        border-bottom: 1px solid #c0c0c0;
    }

    .dias-semana td {
        padding: 6px;
    }

.nope:hover {
    color: #C80000 !important;
}

.yep:hover {
    color: #797979 !important;
}

.btn-row {
    color: rgba(0, 0, 0, 0.15) !important;
    font-size: 20px;
}

    .btn-row:hover {
        color: rgba(0, 0, 0, 0.50) !important;
    }

.btn-active {
    color: rgba(0, 0, 0, 0.50) !important;
}

    .btn-active:hover {
        color: rgba(0, 0, 0, 0.15) !important;
    }

.btn-delete {
    color: rgba(0, 0, 0, 0.15) !important;
    font-size: 20px;
}

    .btn-delete:hover, .btn-delete:focus, .btn-delete:active {
        color: rgba(255, 0, 0, 0.60) !important;
        cursor: pointer;
    }

.col-btn {
    width: 20px;
    vertical-align: top !important;
}

.btn-span {
    color: rgba(0, 0, 0, 0.33);
    font-size: 20px;
}

    .btn-span:hover, .btn-span:focus, .btn-span:active {
        color: #444;
        cursor: pointer;
    }

    .btn-span.delete:hover {
        color: rgba(255, 0, 0, 0.50) !important;
    }

.drive-delete {
    color: rgba(0, 0, 0, 0.33);
    font-size: 20px;
}

    .drive-delete:hover, .drive-delete:focus, .drive-delete:active {
        color: rgba(255, 0, 0, 0.50);
        cursor: pointer;
    }

.drive-action {
    color: rgba(0, 0, 0, 0.33);
    font-size: 20px;
}

    .drive-action:hover, .drive-delete:focus, .drive-delete:active {
        color: #008cba;
        cursor: pointer;
    }

.generic-file {
    color: #666;
    font-size: 30px;
}

#agendaContainer {
    min-height: 400px;
}

.whole-panel {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 168, 168, 168, .5 );
    overflow-y: no-display;
    padding-top: 80px;
    padding-bottom: 40%;
    padding-right: 20%;
    padding-left: 20%;
}

    .whole-panel .panel {
        padding: 20px;
        background-color: #f5f5f5 !important;
        opacity: 1;
        border-radius: 4px;
        text-align: center;
        font-weight: bold;
    }



.margin-bot-20 {
    margin-bottom: 20px !important;
}

.margin-bot-4 {
    margin-bottom: 4px !important;
}

.drapes {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 155, 155, 155, .5 ) 50% 50% no-repeat;
    overflow-y: scroll;
}

.waiting {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .1 ) url('../Content/images/wait.gif') 50% 50% no-repeat;
    overflow-y: hidden;
    cursor: wait;
}

body.drapes {
}

.text-gray {
    color: #999;
}

body.loading {
    overflow: hidden;
}

    body.loading .waiting {
        display: block;
    }

.fullw {
    width: 100% !important;
}

.btn-group-border {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

#trocarPaciente {
    position: absolute;
    top: 20px;
    right: 20px;
}

.top-right-20 {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pre-extra {
    display: none;
}


.sinais-vitais .form-control[disabled] {
    cursor: default;
}

.sinais-vitais .table {
    background-color: transparent;
}

.absolute-top-right {
    position: absolute;
    top: 5px;
    right: 10px;
}

.absolute-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.week-nexist {
    background-color: #ddd;
    background-image: url('/Content/unavailable.png');
}

.week-exist {
    background-color: #fafafa;
}

.week-horario {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 0;
    color: #808080;
    font-style: italic;
}

.week-horario-header {
    font-size: 1.1em;
    border: none;
}

.week-dia-hoje {
    border-bottom: 4px solid rgba(0, 60, 120, 0.77) !important;
}

.week > tr {
    height: 20px !important;
    padding: 2px !important;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}

.first-col {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    left: 0px;
    z-index: 9;
}


.inline {
    display: inline !important;
}

.inline-field {
    max-width: 140px;
}

.inline-field-half {
    max-width: 45%;
}

.panel-body {
    padding: 6px !important;
    /*padding-bottom:6px !important;
    padding-left:10px !important;
    padding-right:10px !important;*/
}

.btn-default .badge {
    font-size: 0.6em;
    padding: 4px 7px;
    background-color: rgba(208, 3, 3, 0.60);
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }


.text-title {
    font-weight: bold;
    font-size: large;
}

.larger-checkbox {
    vertical-align: middle;
    height: 20px !important;
    width: 20px !important;
    margin: 0px !important;
}

.no-margin {
    margin: 0;
}

.couple-margin {
    margin-top: 2px;
    margin-bottom: 2px;
}

.float-upper-right {
    position: absolute;
    top: 200px;
    right: 200px;
}

#reportDetalhe {
    line-height: 40px;
    font-size: 20px;
}

    #reportDetalhe h3 {
        border: 1px solid rgba(49, 49, 49, 0.30);
        padding: 6px;
        background-color: #d0d0d0;
    }

.selected, .dropdown-menu ul > li > a .link .selected {
    color: #e9e9e9 !important;
    background: #2c3e50 !important;
}

.search-stuff {
    width: 100%;
}

.badge-notify {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    padding: 3px 6px;
    font-size: 9px;
}

#formPedido > div > div > ul > li > a {
    white-space: break-spaces !important;
}



@media screen and (min-width: 768px) {

    .item img {
        max-height: 1080px;
    }

    .margin10 {
        margin-left: 10px;
    }

    .modal-dialog {
        width: 740px;
        margin: 30px auto;
    }

    .visible-xs-c {
        display: none !important;
    }
}




@media screen and (min-width: 1024px) {



    #agendaContainer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 996px) {

    #calendar > div > div.datepicker-days > table {
        padding-left: 12px;
    }
}



@media screen and (min-width: 321px) {

    .fixed200 {
        width: 202px;
    }
}

@media screen and (max-width: 768px) {
    .trunc-paciente {
        width: 440px !important;
    }

    .navbar-image .navbar-header img {
        height: 38px;
    }

    .visible-xs-c {
        display: unset;
    }

    .center-mobile {
        text-align: center;
    }
}


@media screen and (max-width: 768px), screen and (max-height: 960px ) {

    .panel {
        margin-bottom: 0px !important;
    }

    .inline-field {
        display: inline-block !important;
        padding: 6px;
    }

    /*#trocarPaciente {
        position: absolute;
        top: 10px;
        right: 10px;
    }*/

    .panel-default {
        margin: 0px !important;
    }




    #panelExibirPaciente td {
        padding-top: 2px !important;
        padding-left: 2px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .panel {
        border: 1px solid transparent;
    }

    .item img {
        image-orientation: 90deg !important;
    }

    .brand {
        padding-left: 16px;
    }

    .dias-semana td {
        font-size: 0.8em;
        padding: 2px;
        width: 30px;
    }

    .menu-xs {
        font-size: 120%;
    }

    .user-name {
        display: none;
    }
}




@media screen and (max-width: 480px) and (max-height: 960px) {


    .search {
        width: 200px !important;
        padding: 5px;
        padding-top: 2px !important;
    }


        .search.fullw {
            width: 100% !important;
        }


    .dias-semana td {
        font-size: 0.8em;
        padding: 2px;
        width: 30px;
    }

    .hora {
        font-size: 0.85em;
    }

    .hora {
        max-width: 100px;
    }
}

@media screen and (max-width: 600px) {
    .pad2xs {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }



    .whole-panel {
        padding-left: 5%;
        padding-right: 5%;
    }

    .botmsg {
        height: 250px;
    }


    #reportDetalhe {
        line-height: 30px;
        font-size: 14px;
    }

        #reportDetalhe h3 {
            font-size: 16px;
        }

    h3 {
        font-size: 1.5em;
    }

    .trunc-paciente {
        width: 300px !important;
    }




    /*.btn {
        padding-left: 4px;
        padding-right: 4px;
    }*/

}

@media screen and (max-width: 460px) {
    .trunc-paciente {
        width: 280px !important;
    }
}



@media screen and (max-width: 400px) {
    .search {
        /*width: 140px !important;*/
        padding: 5px;
    }

    /*.close {
        font-size: 30px;
        opacity: 0.5;
        padding: 3px !important;
    }*/

    .trunc-paciente {
        width: 270px !important;
    }
}



@media screen and (max-width: 384px) {



    .modal-footer .btn {
        margin-right: unset !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .trunc-paciente {
        width: 280px !important;
    }

    .navbar table {
        margin-top: 10px;
    }

    td, tr {
        padding: 4px !important;
    }

    .navbar tr td {
        padding-top: 0 !important;
    }

    .date-bar {
        padding: 3px;
    }

    #agendaContainer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 360px) {

    .trunc-paciente {
        width: 270px !important;
    }


    .centerbox330 input {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .modal-footer .btn {
        max-width: 90px;
        white-space: nowrap;
        overflow: hidden;
    }


    .centerbox330 {
        width: 300px;
        font-weight: unset;
    }

        .centerbox330 input {
            letter-spacing: 0px;
            padding-left: 3px;
            padding-right: 3px;
            font-size: 12px;
        }

    .no-ip5 {
        display: none;
    }

    .trunc-paciente {
        width: 230px !important;
        padding-right: 0px;
    }



    .img-logo {
        max-width: 200px;
        max-height: 100px;
    }


    #agendaContainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .table-horarios {
        table-layout: fixed;
    }

    .table-horarios {
        table-layout: fixed;
    }

    .horario-info {
        padding-left: 8px;
        width: 220px;
        white-space: nowrap;
        overflow: hidden; /*required*/
        text-overflow: ellipsis;
    }

    .date-bar {
        padding: 0px;
    }

    .hide-small {
        display: none;
    }

    .weekday {
        display: none;
    }

    .search {
        /*width: 130px !important;*/
    }

    .tabts > .nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-only {
        display: unset;
    }

    .body-content {
        border: none;
    }

    .table-horarios {
        font-size: 14px;
    }

        .table-horarios td {
            padding: 4px !important;
        }

    #agendaContainer {
        padding-top: 25px;
    }

    body {
        padding-top: unset;
    }

    .img-signa {
        width: auto;
        height: auto;
        max-width: 250px !important;
        max-height: 250px !important;
        min-height: unset !important;
        min-width: unset !important;
    }
}

@media screen and (max-width: 384px) and (min-width: 360px) {
    td, tr {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .padxs1 {
        padding-left: 1px;
        padding-right: 1px;
    }
}


.panel-heading-left {
    float: left;
    width: auto;
}

.panel-heading-right {
    float: right;
    width: auto;
}

.panel-heading-group:after {
    content: "";
    display: table;
    clear: both;
}

body > div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top > div.datepicker-days > table > tfoot > tr:nth-child(1) > th.today {
    display: none;
}
