.container {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.container.large {
    max-width: 1100px;
}

.logo {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.login-box {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 250px;
}

.login-box form {
    margin-top: 30px;
}

.login-box label,
.login-box input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.login-box label {
    margin-top: 5px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #665;
}

.login-box input {
    box-sizing: border-box;
    padding-left: 10px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.03);
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

label {
    margin-top: 15px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #665;
}

input,
select {
    padding-left: 10px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

.alertMsg {
    color: #af504e;
    padding: 6px;
    border-radius: 10px;
    background-color: #f2dede;
    border: 1px solid #e8cfcf;
}

p.alertMsg {
    font-size: 14px;
    font-weight: 100;
}

.inputError {
    border: 2px solid red;
    border-radius: 5px;
}

.formPush {
    height: 280px;
}

.configPush {
    height: 60px;
}

input:focus,
input:hover {
    border-color: #b7d4f0;
    box-shadow: 0 0 4px rgba(183, 212, 240, 0.4)
}

.login-box .btn {
    margin-top: 10px;
}

.login-box a {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0087CB;
    text-decoration: none;
}

.btn {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    background-color: #1F5C3F;
    color: white;
    border: none;
    transition: all 0.5s ease;
    outline: none;
}

.btn.block {
    width: 100%;
    display: block;
}

.btn:hover {
    background-color: #153d2a;
    color: #a3d6be;
}

header {
    background-color: #818181;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    height: 50px;
}

header a {
    background-color: #324b36;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

header a:hover li {
    background-color: #fff;
    color: #324b36;
    height: 30px;
    line-height: 30px;
}

header a.active li {
    background-color: #fff;
    color: #C2DF7E;
    height: 30px;
    line-height: 30px;
}

header ul {
    list-style: none;
    width: 100%;
    height: 50px;
    display: table;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto auto auto;
}

header ul span {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

header ul li {
    cursor: pointer;
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.5s ease;
    font-family: Roboto, sans-serif;
}

header ul .options li {
    display: block;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding: 10px;
    font-size: 13px;
    color: #665;
    font-family: 'Roboto', sans-serif;
}

header ul .options li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

header ul .options {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 400;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 7px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    cursor: default;
}

header ul .options::before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -10px;
    position: absolute;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/* header a.ter-saude {
    background-color: #314B38;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    height: 50px;
} */

.title {
    font-family: 'Roboto', sans-serif;
    color: #444;
}


/*
table {
  margin-top: 10px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #444;
}

table tr {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

table thead tr {
  font-weight: bold;
}

table tbody tr {
  color: #333;
}

table tr td {
  padding: 5px 10px;
}

table tr td.has-button {
  width: 10%;
}

table tr td.has-button a {
  text-decoration: none;
} */

.simple-form {
    position: relative;
    width: 100%;
    max-width: 500px;
}

form select {
    width: 100%;
    margin-bottom: 5px;
}

.smalled {
    width: 100%;
    max-width: 300px;
}

.big-form {
    position: relative;
}

.big-form .pesquisar {
    position: absolute;
    right: 0px;
    top: 0px;
}

.simple-form label,
.simple-form input {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

header a {
    text-decoration: none;
}

header a {
    color: #fff;
}

.input-error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0px 5px;
    font-size: 14px;
}

.input-success {
    color: #ffffff;
    background-color: #21b526;
    border: 1px solid #21b526;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0px;
    font-size: 14px;
    text-align: center;
    box-shadow: 4px 9px 15px 4px #ccc;
}

.show-data tr td:first-child {
    text-align: right;
    color: #a4a2a2;
    width: 200px;
}

.input-button {
    font-size: 0px;
}

.input-button input,
.input-button select {
    /*-webkit-appearance: none;*/
    width: 60%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-button button {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.select-gemeo select {
    width: 30%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.especialidades {
    list-style: none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

.especialidades li {
    text-transform: capitalize;
    display: inline-block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 5px 5px 10px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    color: #665;
    margin: 2px;
}

.tag {
    display: inline-block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    color: #665;
    margin: 2px;
    text-transform: capitalize;
}

.especialidades li button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
}

.especialidades li button:hover {
    color: #0F71A2;
}

.usuario-logado {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #fff;
    padding: 0;
}

.usuario-logado label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
}

.usuario-logado label i {
    font-size: 18px;
    vertical-align: middle;
}

.week-table {
    margin-bottom: 30px;
}

.week-table td {
    padding: 0px;
    width: 13.3%;
}

.week-table thead tr td {
    box-sizing: border-box;
    padding-right: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.week-table thead tr td span {
    float: right;
    font-weight: bold;
    color: #444;
}

.week-table thead tr {
    border: none;
}

.week-table tbody tr td {
    background-color: #f2f2f2;
    height: 40px;
    border: 2px solid #fff;
    border-bottom: 2px dotted white;
    color: #444;
}

.week-table td:first-child {
    width: 6.6%;
}

.week-table tbody tr td:first-child {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.week-table tbody tr:nth-child(2n) td {
    outline: 0px;
    border: 2px solid #fff;
    border-top: 0px solid #fff;
}

.week-table tbody tr:nth-child(2n) td:first-child {
    opacity: 0;
}

.marcacao {
    cursor: pointer;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    background-color: #36a9e3;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    position: relative;
}

.marcacao i {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 18px;
}

.month-setas {
    display: inline-block;
    vertical-align: middle;
}

.month-setas i {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 4px;
    transition: all 0.5s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.month-setas i:hover {
    background-color: #0087CB;
    color: #fff;
}

.month-setas i:first-child {
    margin-right: 15px;
}

.month-setas i:last-child {
    margin-left: 15px;
}

.month-setas h2 {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}

.month-setas h2 .small {
    font-size: 18px;
}

.periodo {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    display: inline-block;
}

.periodo li {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 70px;
    text-align: center;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.5s ease;
}

.periodo li.active {
    color: #0087CB;
}

.periodo li:hover {
    background-color: #0087CB;
    color: #fff;
}

.bg-invisible {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 1000000;
}

.modal-paciente {
    background-color: #fff;
    display: block;
    width: 300px;
    padding: 10px 15px;
    border-radius: 6px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    /*transform: translateY(-50%) !important;
  transform: translateX(-50%) !important;*/
}

.modal-paciente label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
}

.modal-paciente h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
    margin: 0px;
}

.modal-paciente .notificar {
    display: block;
    margin: 10px 0px;
}

.modal-paciente .status {
    display: block;
    color: #0087cb;
}

.modal-paciente .status.cancel {
    color: #cb1d00;
}

.modal-paciente a {
    font-size: 14px;
    color: #665;
    text-decoration: underline;
    cursor: pointer;
}

.month-table {
    margin-bottom: 20px;
}

.month-table thead tr td {
    box-sizing: border-box;
    padding-right: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.month-table tbody tr td {
    width: 14.28%;
    background-color: #f2f2f2;
    height: 100px;
    border: 2px solid #fff;
    border-bottom: 2px dotted white;
    position: relative;
    color: #444;
}

.month-table tbody tr td .day {
    position: absolute;
    left: 5px;
    top: 5px;
}

.month-table tr td {
    padding: 5px 2px 5px 10px;
}

.eventos-month {
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0px;
    padding-left: 13px;
    list-style: none;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 2px;
}

.eventos-month li {
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #36a9e3;
    color: #fff;
    position: relative;
    margin-bottom: 2px;
}

.header-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.header-form h3 {
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}

.header-form select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.header-form .coluna {
    display: inline-block;
    margin-right: 15px;
}

.header-form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
}

.legenda {
    display: block;
    font-size: 12px;
    color: #0F71A2;
}

.legenda i {
    margin-right: 5px;
}

.horarios i {
    color: #0F71A2;
    margin-right: 4px;
}

.header-form select {
    padding-left: 10px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

.timeline {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.timeline li {
    display: inline-block;
    width: 30px;
    padding: 5px 10px;
    background-color: #2ecc71;
    font-size: 12px;
    color: #fff;
}

.timeline li:nth-child(odd) {
    width: 50px;
    background-color: #27ae60;
}

.week-lists {
    font-size: 0px;
}

.week-lists ul {
    position: relative;
    height: 1800px;
    font-size: 14px;
    width: 13.2%;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-right: 2px solid #fff;
    box-sizing: border-box;
}

.week-lists ul.orange {
    background-color: rgba(0, 0, 0, 0.1);
}

.week-lists ul li.head {
    border-bottom: 3px solid #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 7px;
    box-sizing: border-box;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: normal;
    height: 55px;
}

.week-lists ul li.head .status {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.week-lists ul li.head .status::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: block;
    float: right;
    margin-top: 5px;
    background-color: #f2f2f2;
}

.week-lists ul li.head .status.green::after {
    background-color: #2ecc71;
}

.week-lists ul li.head .status.red::after {
    background-color: #e74c3c;
}

.week-lists ul li.head .status.orange::after {
    background-color: #e67e22;
}

.week-lists ul li.head span {
    float: right;
    font-weight: bold;
}

.week-lists ul li.head span i {
    margin-right: 4px;
    color: #0087CB;
}

.week-lists .horas {
    margin-top: 25px;
    background-color: #fff;
    width: 7%;
}

.week-lists .horas li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    box-sizing: border-box;
    height: 100px;
    text-align: center;
    padding-top: 0px;
    color: rgba(0, 0, 0, 0.5);
}


/*.hora-marcada::before {
  content: 'Hora marcada';
  background-color: #27ae60;
  color: #fff;
  font-size: 12px;
  top: -15px;
  left: -2px;
  padding: 0px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
  z-index: 30;
}*/

.hora-marcada {
    box-sizing: border-box;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f2f2f2;
}

.ordem-chegada {
    left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 100px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.ordem-chegada .scroll {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.ordem-chegada .scroll::-webkit-scrollbar {
    width: 10px;
}

.ordem-chegada .scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.ordem-chegada .scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #3498db;
    border: 2px solid #f2f2f2;
}


/*.ordem-chegada::before {
  content: 'Ordem de chegada';
  background-color: #3498db;
  color: #fff;
  font-size: 12px;
  top: -15px;
  left: -2px;
  padding: 0px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
  z-index: 30;
}

.ordem-chegada::after {
  content: '6h00 ~ 7h00';
  background-color: #3498db;
  color: #fff;
  font-size: 10px;
  bottom: -1px;
  left: -1px;
  padding: 0px 5px;
  border-top-right-radius: 3px;
  position: absolute;
}*/

.ordem-chegada li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 5px;
    transition: all 0.5s ease;
}

.ordem-chegada li:hover {
    background-color: #3498db;
    color: #fff;
    cursor: pointer;
}

.hora-marcada li::before {
    content: '';
    background-color: #f2e5af;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
}

.hora-marcada li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.hora-marcada li:hover {
    background-color: #3498db;
    color: #fff;
    cursor: pointer;
}

.hora-marcada li:last-child {
    border: none;
}

.center-message {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    padding: 40px 0px;
    color: #666666;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.notificar-todos {
    cursor: pointer;
}

.upload-div {
    padding: 15px;
    box-sizing: border-box;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    cursor: pointer;
}

.upload-div button {
    display: block;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #0087CB;
    padding: 5px 10px;
    background-color: #fff;
    color: #0087CB;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.2s ease;
}

.upload-div button:hover {
    background-color: #0087CB;
    color: #fff;
}

.dragover .upload-div {
    border-color: #2ecc71;
}

.imagem-selecionada {
    padding: 15px;
    box-sizing: border-box;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    cursor: pointer;
}

.imagem-selecionada img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.imagem-selecionada-prontuario {
    padding: 15px;
    box-sizing: border-box;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    cursor: pointer;
}

.imagem-selecionada-prontuario img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.imagem-selecionada p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.bomedico-title {
    display: block;
    position: absolute;
    cursor: context-menu;
}

.bomedico-title img {
    left: 46px;
    top: 5px;
    width: auto;
    height: 40px;
    display: block;
    position: absolute;
}

.sub-header-title {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.sub-header-title .title {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    color: #444;
}

body {
    /*background-color: #F4F4F4;*/
}

.box-material {
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.body-view {
    min-height: 90vh;
    position: relative;
}

footer {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    text-align: center;
    background-color: #818181;
    color: #fff;
}

.strong-label {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.coluna-2-inputs {
    font-size: 0px;
}

.coluna-2-inputs .coluna {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.coluna-2-inputs .coluna:first-child {
    padding-right: 5px;
}

.coluna-2-inputs .coluna:last-child {
    padding-left: 5px;
}

.subespecialidades {
    display: block;
    color: rgba(0, 0, 0, 0.6);
}

.box-input-search {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.2);
    height: 150px;
    position: relative;
}

.box-input-search .search-content {
    top: 30px;
    bottom: 0px;
    left: 0;
    right: 0;
    position: absolute;
    overflow-y: auto;
}

.input-search input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
}

.input-search {
    position: relative;
}

.input-search i {
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 7px;
    top: 5px;
}

.box-input-search ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.box-input-search ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}

.box-input-search ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.box-input-search li i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #0087CB;
}

.box-input-search .sub-item {
    padding-left: 50px;
}

.box-input-search .sub-item i {
    color: #2ecc71;
    left: 30px;
}

.false-input {
    padding: 10px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom: 10px;
}

.agendamentos {
    background-color: #EEEEEE;
    min-height: 90vh;
}

.agendamento-box {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.agendamento-header {
    padding: 20px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.agendamento-header h1 {
    margin: 0;
    color: #575757;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.agendamento-header h2 {
    margin: 5px 0;
    color: #828282;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.agendamento-header h2 strong {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.agendamento-header button {
    background-color: #1F5C3F;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    outline: none;
}

.agendamentos-scroll {
    overflow-y: auto;
}

.agendamento-agenda {
    padding: 10px;
}

.agendamento-agenda table {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.agendamento-agenda table tr {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    color: #444444;
    transition: all 0.5s ease;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agendamento-agenda table .fa-square {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.2);
}

.agendamento-agenda table tr .phone {
    width: 130px;
    color: #222;
    font-weight: bold;
}

.agendamento-agenda table tr .phone i {
    font-size: 16px;
    vertical-align: middle;
    color: #a7ca4b;
}

.agendamento-agenda table tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.agendamento-agenda table tr span {
    background-color: #a7ca4b99;
    width: 50px;
    text-align: center;
    padding: 2px 0px;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}

.agendamento-agenda label {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.swiper-container {
    width: 100%;
    height: 600px;
    margin: 20px auto;
}

.swiper-slide {
    width: 60%;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.empty-message {
    font-family: 'Roboto', sans-serif;
    color: #828282;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
}

.sem-horarios p.title-center {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #0087CB;
    font-weight: bold;
    font-size: 23px;
}

.sem-horarios img {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10%;
}

.sem-horarios button {
    border: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 12px 40px;
    color: #fff;
    border-radius: 4px;
    background-color: #4894F7;
    display: block;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.sem-horarios button:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.sem-horarios .info {
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    margin-top: 40px;
}

.sem-horarios .info p {
    font-family: 'Roboto', sans-serif;
    color: #444;
}

.finalizar-info h3 {
    margin: 0px;
    text-align: center;
}

.finalizar-info h4 {
    text-align: center;
    margin-bottom: 0px;
}

.finalizar-info p {
    text-align: center;
    margin-top: 10px;
}

.finalizar-info button {
    margin: 0 auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.md-button-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.md-ligth md-icon {
    color: #fff;
}

.progress-in-center {
    padding: 40px;
}

.side-menu {
    width: 200px;
    background-color: #fff;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.02);
}

@media (max-width: 600px) {
    .side-menu {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
    }

    .side-menu .status {
        display: none;
    }

    .agendamento-box {
        margin: 2.5%;
        width: 95%;
    }

    .agendamento-box .phone {
        display: none;
    }
}

.side-menu .title {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}

.side-menu .sub-title {
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 5px 5px 5px 15px;
}

.side-menu .status-label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    cursor: default;
    padding-left: 10px;
}

.side-menu .status-label i {
    margin-right: 10px;
}

.agendamento-agenda table {
    margin-top: 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
}

.agendamento-agenda table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.agendamento-agenda table thead tr {
    font-weight: bold;
}

.agendamento-agenda table tbody tr {
    color: #333;
}

.agendamento-agenda table tr td {
    padding: 5px 10px;
}

.agendamento-agenda table tr td.has-button {
    width: 10%;
}

.agendamento-agenda table tr td.has-button a {
    text-decoration: none;
}

.try-progress-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5%;
}

.try-progress-middle md-progress-linear {}

table.table-x {
    margin-top: 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
}

table.table-x tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table.table-x thead tr {
    font-weight: bold;
}

table.table-x tbody tr {
    color: #333;
}

table.table-x tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    cursor: pointer;
}

table.table-x tr td {
    height: 30px;
    padding: 5px 10px;
}

table.table-x tr td.has-button {
    width: 10%;
}

table.table-x tr td.has-button a {
    text-decoration: none;
}

.navigation-bar-days {
    min-height: 30px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
}

md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar),
md-toolbar.md-hue-1:not(.md-menu-toolbar) {
    background-color: rgb(33, 150, 243) !important;
    color: #fff !important;
}

.show-doctor-label {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 0px 0 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    cursor: default;
    border-bottom: 2px solid rgb(33, 150, 243);
}

.container-head {
    width: block;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

.group-buttons {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    font-size: 0;
}

.chart-div {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: block;
    background-color: #fff;
    padding: 5px;
    min-height: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.chart-div .chart-div-head {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    min-height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.chart-div .chart-div-head md-icon {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}

.group-buttons button {
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    border: none;
    background-color: #e8e8e8;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    outline: none;
    transition: all 0.5s ease;
}

.visu {
    cursor: pointer;
}


/*
*/

@media (max-width: 382px) {
    .group-buttons {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .group-buttons button {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 11px;
        width: 20%;
    }

    .group-buttons button:last-child {
        width: 40%;
    }

    .two-goup .group-buttons:last-child {
        margin-top: 10px;
    }

    .two-goup .group-buttons:last-child button {
        width: 33.3%;
    }
}

.group-buttons button.active {
    background-color: #0277bd;
    color: #fff;
}

.group-buttons button:hover {
    background-color: #04649e;
    color: #fff;
}


/*0277bd*/

.chart {
    width: 95%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 15px;
}

.chart-div .value-top {
    display: inline-block;
    padding: 10px 20px;
}

.chart-div .value-top p {
    margin: 0;
    color: #01579b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
    display: block;
}

.chart-div .value-top label {
    font-family: 'Roboto', sans-serif;
    color: #616161;
    font-size: 14px;
}

.chart-div .value-top.red p {
    color: #ac4940;
}

.status-ordem {
    min-width: 20px !important;
    width: auto !important;
    margin: 0 !important;
    background-color: #ecf0f1 !important;
    color: #444;
}

.margin {
    margin: 0 !important;
}

.marcar-consulta-header {
    padding: 5px 20px;
    background-color: #E3F2FD;
}

.das ng-form,
.ate ng-form {
    position: relative;
}

.das ng-form::after {
    display: block;
    width: 100px;
    content: "Hora inicial";
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.54);
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 18px;
}

.ate ng-form::after {
    display: block;
    width: 100px;
    content: "Hora final";
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.54);
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 18px;
}

.error {
    color: rgb(221, 44, 0);
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    font-family: Roboto, Helvetica Neue, sans-serif;
}

.error md-icon {
    color: rgb(221, 44, 0);
    margin-right: 10px;
}

.avatar-info {
    display: inline-block;
    vertical-align: middle;
}

.avatar-info img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.avatar-info .info {
    display: inline-block;
    vertical-align: middle;
}

.avatar-info .info h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.avatar-info .info h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.sms-box h3 {
    font-family: 'Roboto', sans-serif;
    margin: 5px 0px;
    font-size: 16px;
}

.sms-box p {
    font-size: 14px;
}

.box-material .title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    min-height: 30px;
    line-height: 30px;
    margin: 0;
}

.atendimento {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgb(33, 150, 243);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}

.atendimento md-icon {
    color: rgb(33, 150, 243);
    font-size: 20px;
}

.consulta-username {
    display: inline-block;
    vertical-align: middle;
}

.consulta-username status {
    font-size: 12px;
    color: rgb(33, 150, 243);
    font-weight: bold;
    display: block;
}

.agendamentos-medico-dashboard {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    padding-bottom: 0;
}

.list-agendas-nome {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.list-agendas-nome li .fa-times {
    padding-right: 10px;
    font-size: 16px;
    color: #c0392b;
    cursor: pointer;
}

.list-agendas-nome li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.checkbox-div input {
    width: auto;
    display: inline;
    vertical-align: middle;
}

.checkbox-div label {
    width: auto;
    display: inline;
    vertical-align: middle;
}

.endereco-style {
    font-size: 14px;
    padding: 10px;
    border-radius: 3px;
    background-color: #629bc930;
}

.autocomplete-paciente li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: normal;
}

.autocomplete-paciente li:last-child {
    border-bottom-width: 0;
}

.autocomplete-paciente .item-title,
.autocomplete-paciente .item-metadata {
    display: block;
    line-height: 2;
}

.exame-upload {
    border: 2px solid #3498db;
    border-radius: 4px;
    margin: 5px 0;
}

.exame-upload .header-exame {
    padding: 5px 10px;
    background-color: rgb(33, 150, 243);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.exame-upload .header-exame md-icon {
    color: #fff;
}

.exame-upload ul li {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #3498db;
    position: relative;
}

.exame-upload ul li md-icon {
    position: absolute;
    right: 3px;
    top: 1px;
    color: #3498db;
    cursor: pointer;
}

.bm-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.box-msg {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.box-msg h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.smsMessage {
    width: 100%;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.maxLength {
    opacity: 0.5;
    font-size: 14px;
}

.nowrapper td {
    white-space: nowrap !important;
}

.chips-small md-chip {
    font-size: 14px;
}

.no-margin {
    height: 40px;
    margin: 10px 0px 10px 0px;
}

.col-12 {
    width: 100% !important;
}


@media screen and (max-width: 768px) {
    md-input-container {
        display: block !important;
    }
}

md-input-container:not(.md-input-has-value) input:not(:focus),
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    color: #000 !important;
}

.height-row {
    max-height: 70px !important;
}

.input-edit {
    margin-top: 0px !important;
}

.input-edit label {
    margin-bottom: 6px !important;
}