@charset "UTF-8";
/*** Colors buttons ***/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("./multiselect.css");
@import url("./mobile.min.css");
@font-face {
  font-family: "Open Sans2";
  src: url("./fonts/proxima_regular.otf") format("opentype");
}
@font-face {
  font-family: "Open Sans3";
  src: url("./fonts/proxima_bold.otf") format("opentype");
}
* {
  font-family: "Open Sans", sans-serif;
}

h2, .title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #00b0f5;
  border-bottom: 7px solid #00b0f5;
  font-size: 16px;
  font-family: "Open Sans3" !important;
}

body {
  background: #006fbf;
  position: relative;
}
body.bghome {
  background-color: white;
}
body.bghome .version {
  left: auto;
  color: black;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
}
body header {
  position: fixed;
  width: 100%;
}
body header .usernameContainer {
  float: right;
  position: relative;
  right: 0px;
  margin: 20px;
}
body header .usernameContainer span {
  color: white;
  font-weight: 600;
  margin-right: 15px;
}
body header .firstNav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  margin-top: 20px;
  position: absolute;
  top: 70px;
  left: 0px;
}
body header .firstNav li {
  width: 50px;
  height: 50px;
}
body header .firstNav li#busquedasLi {
  border-top: 2px solid #006fbf;
}
body header .firstNav a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: #00b0f5;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
body header .firstNav a.home {
  background-image: url(../img/icons/home.png);
}
body header .firstNav a.pacientes {
  background-image: url(../img/icons/ensayos.png);
}
body header .firstNav a.citas {
  background-image: url(../img/icons/citas.png);
}
body header .firstNav a.ensayos {
  background-image: url(../img/icons/pacientes.png);
}
body header .firstNav a.busqueda {
  background-image: url(../img/icons/busqueda.png);
}
body header .firstNav a.user {
  background-image: url(../img/icons/user.png);
  background-size: 70%;
}
body header .firstNav a.hospital {
  background-image: url(../img/icons/hospital.png);
  background-size: 59%;
}
body header .firstNav a.platform {
  background-image: url(../img/icons/platform.png);
}
body header .firstNav a.analytics {
  background-image: url(../img/icons/analytics.png);
}
body header .firstNav a.signout {
  background-image: url(../img/icons/signout.png);
  background-size: 60%;
}
body header .firstNav a:hover, body header .firstNav a.active {
  background-color: #006fbf;
}
body header .secondNav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  margin-top: 20px;
  position: absolute;
  top: 0px;
  left: 52px;
  width: 100px;
  height: 100vh;
  background-color: #00b0f5;
  text-align: center;
}
body header .secondNav .logo {
  width: 80px;
  padding: 16px 0px;
}
body header .secondNav li {
  height: 50px;
}
body header .secondNav li.active {
  background-color: #006fbf;
}
body header .secondNav li a {
  color: white;
  line-height: 52px;
  font-size: 12pt;
  font-weight: 600;
  font-family: "Open Sans2", sans-serif;
}
body header .secondNav li a:hover {
  text-decoration: none;
}
body header .secondNav li:first-child {
  height: 70px;
}
body #content {
  background: white;
  position: absolute;
  top: 71px;
  left: 152px;
  width: calc(100% - 152px);
  min-height: calc(100vh - 71px);
  padding: 10px 20px;
}
body .tabs {
  min-height: 40px;
  margin-bottom: 10px;
}
body .tabs ul {
  padding: 0;
  list-style: none;
}
body .tabs ul li {
  float: left;
  padding: 0px 15px 0px 0px;
  border-bottom: 7px solid #000;
  margin-right: 10px;
}
body .tabs ul li.active, body .tabs ul li:hover {
  color: #00b0f5;
  border-bottom: 7px solid #00b0f5;
  text-decoration: none;
}
body .tabs ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans3" !important;
}
body .tabs ul li a.active, body .tabs ul li a:hover {
  color: #00b0f5;
  text-decoration: none;
}

form label, .form-view label {
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 10.4pt;
  font-family: "Open Sans3" !important;
}
form select, .form-view select {
  padding: 0px 12px !important;
  height: 48px !important;
}
form .mini-input, .form-view .mini-input {
  margin-left: 15px;
  padding: 12px !important;
  margin-top: 8px;
}
form .sub-label, .form-view .sub-label {
  border-bottom: 10px solid;
  line-height: 30px;
  padding-right: 15px;
}
form .modalSub-label, .form-view .modalSub-label {
  border-bottom: 10px solid;
  line-height: 30px;
  padding-right: 15px;
  font-size: 12pt;
}
form .modalSub-label.long, .form-view .modalSub-label.long {
  padding-right: 160px;
}
form .btn, .form-view .btn {
  height: 48px;
  line-height: 32px;
}
form .btn-fullwidth,
form .input-fullwidth, .form-view .btn-fullwidth,
.form-view .input-fullwidth {
  width: 100% !important;
}
form .btn-widthauto,
form .input-widthauto, .form-view .btn-widthauto,
.form-view .input-widthauto {
  width: auto !important;
}
form .btn-modal-active, .form-view .btn-modal-active {
  background-color: #4dc6f3 !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 4px;
  font-family: "Open Sans3" !important;
}
form .btn-success, .form-view .btn-success {
  background-color: #00b0f5;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 0;
  border-width: 0px;
  width: 350px;
  margin-bottom: 10px;
  font-family: "Open Sans2" !important;
}
form .btn-success:hover, form .btn-success:active, form .btn-success:focus, .form-view .btn-success:hover, .form-view .btn-success:active, .form-view .btn-success:focus {
  background-color: #4dc6f3 !important;
  border: 0 !important;
  box-shadow: none !important;
}
form .btn-error, .form-view .btn-error {
  background-color: #D1232A;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 0;
  border-width: 0px;
  width: 350px;
  font-family: "Open Sans2" !important;
}
form .btn-secondary, .form-view .btn-secondary {
  background-color: #505056;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 0;
  border-width: 0px;
  width: 350px;
  margin-bottom: 10px;
  font-family: "Open Sans2" !important;
}
form textarea.form-control, .form-view textarea.form-control {
  padding: 12px 24px;
  height: 100px;
}
form .form-control, .form-view .form-control {
  border: 0;
  border-radius: 0px;
  background: #E6E6E6;
  color: #8d8d8d;
  padding: 24px 18px;
  font-size: 10.4pt;
  font-family: "Open Sans2" !important;
}
form .form-control.success, .form-view .form-control.success {
  background: #00b0f5;
  color: white;
}
form .form-control.uploadBtn, .form-view .form-control.uploadBtn {
  line-height: 5px;
}
form .form-control:disabled, form .form-control[readonly], .form-view .form-control:disabled, .form-view .form-control[readonly] {
  background: #7d7d82;
  color: white;
}
form .form-control:disabled:hover, form .form-control[readonly]:hover, .form-view .form-control:disabled:hover, .form-view .form-control[readonly]:hover {
  cursor: not-allowed;
}
form .form-control:disabled:hover + span::after, form .form-control[readonly]:hover + span::after, .form-view .form-control:disabled:hover + span::after, .form-view .form-control[readonly]:hover + span::after {
  display: block;
  content: "Este campo no se puede editar";
  font-size: 12px;
}
form .btn-modal, .form-view .btn-modal {
  background-color: #7d7d82 !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 4px;
  font-family: "Open Sans3" !important;
}
form .btn-modal:hover, .form-view .btn-modal:hover {
  text-decoration: none;
}
form .row .item, .form-view .row .item {
  margin-bottom: 15px;
}
form .radioterapia_row, .form-view .radioterapia_row {
  margin-bottom: 5px;
}
form input[type=date].form-control:-webkit-input-placeholder, .form-view input[type=date].form-control:-webkit-input-placeholder {
  color: orange;
}
form #Patients_alergiaContraste label, form #Patients_cirugiaPrevia label, form #Patients_radioterapiaPrevia label, .form-view #Patients_alergiaContraste label, .form-view #Patients_cirugiaPrevia label, .form-view #Patients_radioterapiaPrevia label {
  margin-right: 25px;
}

.table thead th,
.table tbody td .studyTh {
  color: #4dc6f3;
  font-size: 10.4pt;
  text-align: center;
  border: 0;
  font-family: "Open Sans3" !important;
}
.table tbody td span.studyTh {
  text-align: left;
  padding-left: 0;
  display: block;
}
.table tbody td {
  color: rgb(128, 128, 128);
  font-size: 10.4pt;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
  border: 0;
  font-family: "Open Sans2";
}
.table tbody td a img, .table tbody td a i {
  margin-right: 10px;
}
.table .tableIcon {
  height: 30px;
  width: auto;
}
.table .tableIconSmall {
  height: 16px;
  width: auto;
}
.table .studyTd, .table .studyTh {
  text-transform: uppercase;
  padding: 0px 12px;
}
.table .normalText {
  text-transform: none !important;
}

ul.yiiPager .hidden a,
ul.yiiPager a:link,
ul.yiiPager a:visited {
  border: 0 !important;
}

ul.yiiPager .page a {
  font-size: 12.6pt !important;
  font-family: "Open Sans2" !important;
  color: #00b0f5 !important;
}

ul.yiiPager .selected a {
  background: transparent !important;
  color: #00b0f5 !important;
  font-weight: bold !important;
  color: #00b0f5 !important;
  font-family: "Open Sans3" !important;
}

i {
  font-size: 30px;
  position: relative;
  top: 5px;
  color: #00b0f5;
}

.specialInput {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 16.666666%;
  max-width: 16.666666% !important;
}

.specialInput2 {
  flex: 0 0 13%;
  max-width: 13% !important;
  margin-right: 10px;
}

select.form-control {
  text-transform: uppercase;
}

.infx {
  display: inline-flex;
}

.no-pr {
  padding-right: 0px !important;
}

.mw-2 {
  flex: 0 0 2%;
  max-width: 2% !important;
}

.mw-4 {
  flex: 0 0 4%;
  max-width: 4% !important;
}

.mw-6 {
  flex: 0 0 6%;
  max-width: 6% !important;
}

.mw-9 {
  flex: 0 0 9%;
  max-width: 9% !important;
}

.mw-12 {
  flex: 0 0 12%;
  max-width: 12% !important;
}

.mw-13 {
  flex: 0 0 13%;
  max-width: 13% !important;
}

.mw-15 {
  flex: 0 0 15%;
  max-width: 15% !important;
}

.mw-16 {
  flex: 0 0 16%;
  max-width: 16% !important;
}

.mw-18 {
  flex: 0 0 18%;
  max-width: 18% !important;
}

.mw-20 {
  flex: 0 0 20%;
  max-width: 20% !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mb-negative {
  margin-bottom: -15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ph-13 {
  padding: 0px 13px !important;
}

.ph-30 {
  padding: 0px 30px;
}

.w1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  width: 8.333333%;
}

.w2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 16.666667%;
}

.w3 {
  flex: 0 0 24.999999%;
  max-width: 24.999999%;
  width: 24.999999%;
}

input[type=radio] {
  position: absolute;
  left: -9999px;
}

input[type=radio] + label {
  position: relative;
  padding: 5px 0px 0px 25px;
  cursor: pointer;
  line-height: 13px;
  margin-top: 15px;
}

input[type=radio] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #4dc6f3;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=radio] + label:after {
  content: "";
  background: #4dc6f3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.appointmentModal {
  position: absolute;
  left: 362px;
  top: 173px;
  max-width: 900px;
  width: 820px;
  width: 80vw;
}
.appointmentModal .modal-content {
  border: 10px solid #4dc6f3;
  border-radius: 10px;
}
.appointmentModal.medium {
  padding: 0px 50px;
}
.appointmentModal.small {
  padding: 0px 130px;
}
.appointmentModal .modalLink {
  display: block;
  font-size: 12.4pt;
  margin-left: 70px;
  text-transform: uppercase;
  font-family: "Open Sans2";
  color: #8d8d8d;
}
.appointmentModal .modalLink:hover {
  text-decoration: none;
}
.appointmentModal label {
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 14.2pt;
  font-family: "Open Sans3" !important;
}
.appointmentModal label.inside {
  font-size: 11.2pt;
}

.alertModal {
  position: absolute;
  left: 562px;
  top: 210px;
  max-width: 400px;
  width: 400px;
}
.alertModal .modal-content {
  border: 10px solid #4dc6f3;
  border-radius: 10px;
}
.alertModal .btn {
  height: 30px;
  line-height: 14px;
}
.alertModal .btn-fullwidth,
.alertModal .input-fullwidth {
  width: 100% !important;
}
.alertModal .btn-success {
  background-color: #00b0f5;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 70px;
  border-radius: 0;
  border-width: 0px;
  width: 350px;
  margin-bottom: 10px;
  font-family: "Open Sans2" !important;
}
.alertModal .btn-success:hover {
  background-color: #00b0f5;
}
.alertModal label {
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 17.5pt;
  font-family: "Open Sans3" !important;
}

.patientNoteModal,
.appointmentCommentModal {
  position: fixed;
  top: 100px;
  max-width: 900px;
  width: 820px;
  left: 50%;
  margin-left: -410px;
}
.patientNoteModal .modal-dialog,
.appointmentCommentModal .modal-dialog {
  max-width: 100%;
}
.patientNoteModal .modal-content,
.appointmentCommentModal .modal-content {
  border: 10px solid #4dc6f3;
  border-radius: 10px;
}
.patientNoteModal.medium,
.appointmentCommentModal.medium {
  padding: 0px 50px;
}
.patientNoteModal.small,
.appointmentCommentModal.small {
  padding: 0px 130px;
}
.patientNoteModal .modalLink,
.appointmentCommentModal .modalLink {
  display: block;
  font-size: 12.4pt;
  margin-left: 70px;
  text-transform: uppercase;
  font-family: "Open Sans2";
  color: #8d8d8d;
}
.patientNoteModal .modalLink:hover,
.appointmentCommentModal .modalLink:hover {
  text-decoration: none;
}
.patientNoteModal label,
.appointmentCommentModal label {
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 14.2pt;
  font-family: "Open Sans3" !important;
}

.returnRow a:hover {
  text-decoration: none;
}
.returnRow span {
  color: #4dc6f3;
  margin-left: 7px;
  text-transform: uppercase;
  font-family: "Open Sans3";
  font-size: 11.4pt;
}

table.table-striped tbody tr .hideLinkBeforeHover a {
  display: block;
}
table.table-striped tbody tr .hideLinkBeforeHover:hover a {
  cursor: pointer;
  display: block;
}
table.table-striped tbody td {
  color: #000;
  text-transform: none;
}

.tableLink {
  font-size: 10.4pt;
  text-transform: uppercase;
  font-family: "Open Sans3";
  color: #4dc6f3;
}
.tableLink:hover {
  text-decoration: none;
  color: #4dc6f3;
}

.studyAccordion {
  border: none;
}
.studyAccordion .patient-note p {
  padding: 0px 12px;
  color: #000;
  font-size: 10.4pt;
  font-family: "Open Sans2";
  text-transform: none;
}
.studyAccordion .patient-note p.note-yellow {
  background: #FFF880;
  color: #000;
}
.studyAccordion .patient-note p.note-green {
  background: #C6E6C8;
  color: #000;
}
.studyAccordion .patient-note p.note-lightblue {
  background: #B3E6E8;
  color: #000;
}
.studyAccordion .patient-note p.note-darkblue {
  background: #B3D3EA;
  color: #000;
}
.studyAccordion .patient-note p.note-purple {
  background: #BEC5DD;
  color: #000;
}
.studyAccordion .card-header {
  border: none;
  background: none;
  padding: 0;
}
.studyAccordion .card-body {
  padding: 15px 0px;
}
.studyAccordion .labelLink:hover {
  cursor: pointer;
}
.studyAccordion label {
  line-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 12.2pt;
  font-family: "Open Sans3" !important;
}
.studyAccordion .btn-collapse {
  padding: 0px 15px 0px 0px;
  color: #00b0f5;
  text-transform: uppercase;
}
.studyAccordion .btn-collapse:hover, .studyAccordion .btn-collapse:active, .studyAccordion .btn-collapse:focus {
  text-decoration: none;
}
.studyAccordion .btn-add-note,
.studyAccordion .btn-add-phantom {
  background-color: #505056;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  border-width: 0px;
  margin-bottom: 10px;
  font-family: "Open Sans2" !important;
  margin-left: 15px;
}
.studyAccordion .btn-add-note:hover, .studyAccordion .btn-add-note:active, .studyAccordion .btn-add-note:focus,
.studyAccordion .btn-add-phantom:hover,
.studyAccordion .btn-add-phantom:active,
.studyAccordion .btn-add-phantom:focus {
  text-decoration: none;
}
.studyAccordion .rot90 {
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.studyAccordion .rot0 {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.studyAccordion .note label {
  line-height: 20px;
  padding-left: 12px;
}
.studyAccordion .note p {
  padding: 15px 12px;
  color: #000;
  font-size: 10.4pt;
  font-family: "Open Sans2";
}
.studyAccordion .note p.note-yellow {
  background: #FFF880;
  color: #000;
}
.studyAccordion .note p.note-green {
  background: #C6E6C8;
  color: #000;
}
.studyAccordion .note p.note-lightblue {
  background: #B3E6E8;
  color: #000;
}
.studyAccordion .note p.note-darkblue {
  background: #B3D3EA;
  color: #000;
}
.studyAccordion .note p.note-purple {
  background: #BEC5DD;
  color: #000;
}
.studyAccordion .show {
  display: flex !important;
  transition: all 0.3s;
}
.studyAccordion .hide {
  display: none;
  transition: all 0.3s;
}

.modalTitleLabel {
  line-height: 20px !important;
  border-bottom: 7px solid;
  padding-right: 30px;
}

.appointmentCommentTitle {
  margin: 14px 0px 4px 0px;
  font-family: "Open Sans3";
  color: #505056;
  text-transform: uppercase;
}

.appointmentCommentContent {
  font-family: "Open Sans2";
  color: #505056;
  margin-bottom: 0px;
}

.notesModal, .phantomModal {
  position: absolute;
  left: 145px;
  top: 233px;
  max-width: 1000px;
  width: 1000px;
}
.notesModal .modal-dialog, .phantomModal .modal-dialog {
  max-width: 1000px !important;
}
.notesModal .modal-content, .phantomModal .modal-content {
  border: 10px solid #4dc6f3;
  border-radius: 10px;
}
.notesModal.medium, .phantomModal.medium {
  padding: 0px 50px;
}
.notesModal.small, .phantomModal.small {
  padding: 0px 130px;
}
.notesModal .modalLink, .phantomModal .modalLink {
  display: block;
  font-size: 12.4pt;
  margin-left: 70px;
  text-transform: uppercase;
  font-family: "Open Sans2";
  color: #8d8d8d;
}
.notesModal .modalLink:hover, .notesModal .modalLink:active, .notesModal .modalLink:focus, .phantomModal .modalLink:hover, .phantomModal .modalLink:active, .phantomModal .modalLink:focus {
  text-decoration: none;
}
.notesModal label, .phantomModal label {
  line-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #4dc6f3;
  font-weight: 700;
  font-size: 14.2pt;
  font-family: "Open Sans3" !important;
}
.notesModal .btn-success:hover, .notesModal .btn-success:active, .notesModal .btn-success:focus, .phantomModal .btn-success:hover, .phantomModal .btn-success:active, .phantomModal .btn-success:focus {
  text-decoration: none;
}

.notesModal .note-yellow, .phantomModal .note-yellow, .notesForm .note-yellow {
  background: #FFF880;
}
.notesModal .note-green, .phantomModal .note-green, .notesForm .note-green {
  background: #C6E6C8;
}
.notesModal .note-lightblue, .phantomModal .note-lightblue, .notesForm .note-lightblue {
  background: #B3E6E8;
}
.notesModal .note-darkblue, .phantomModal .note-darkblue, .notesForm .note-darkblue {
  background: #B3D3EA;
}
.notesModal .note-purple, .phantomModal .note-purple, .notesForm .note-purple {
  background: #BEC5DD;
}

#phantomsTable tbody tr {
  color: #000;
  border-bottom: 2px solid #000;
}
#phantomsTable tbody tr td {
  color: #000;
}
#phantomsTable tbody tr:first-child {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.newHeader {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  background: white;
  width: 100%;
}
.newHeader img {
  padding: 44px 40px;
  max-width: 460px !important;
}

.newLogin {
  padding: 35px 30px;
  background: white;
  margin: 0px 20px;
}
.newLogin .formTitle {
  font-size: 1.2em;
  font-family: "Open Sans3";
  margin-bottom: 80px;
}
.newLogin label {
  color: #000 !important;
  text-transform: none;
  /* margin-bottom: 20px; */
  font-family: "Open Sans2" !important;
  line-height: 30px;
}
.newLogin span.required {
  display: inline;
}
.newLogin .form-control {
  border: 0;
  border-radius: 0px;
  background: white;
  color: #8d8d8d;
  padding: 24px 18px;
  font-size: 10.4pt;
  font-family: "Open Sans2" !important;
  border: 2px solid #E6E6E6;
}
.newLogin .btn {
  border-radius: 0px !important;
  margin-top: 0px;
  background-color: #5cb85c;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: "Open Sans2";
  color: white;
}
.newLogin .small {
  color: #000;
}

.registerBlock {
  background: white;
  margin: 0px 20px;
  margin-top: 25px;
  padding: 10px;
  text-align: center;
}
.registerBlock span, .registerBlock a {
  font-family: "Open Sans3" !important;
  font-size: 1.3em;
}
.registerBlock a {
  color: #00b0f5;
}
.registerBlock a:hover, .registerBlock a:focus, .registerBlock a:active {
  cursor: pointer;
  text-decoration: none;
}

footer {
  background: white;
  height: 150px;
}
footer img {
  max-width: 200px;
  margin-top: 15px;
}

.loginContent {
  background-image: url(../img/loginBg.jpeg);
}

.fullwidth {
  width: 100% !important;
}

.table.left thead th,
.table.left tbody td {
  text-align: left !important;
  padding-left: 15px;
}

.table.left thead th.center,
.table.left tbody td.center {
  text-align: center !important;
}

.noModelsTitle {
  font-size: 2em;
  border: none;
  font-family: "Open Sans3";
  margin: 50px 0px;
}

.tablePatients {
  color: #000;
}
.tablePatients label {
  font-size: 1.1em;
  margin-right: 20px;
  line-height: 41px;
  display: inline;
  float: left;
}
.tablePatients span {
  top: -1px;
  position: relative;
  line-height: 41px;
}
.tablePatients span.text-truncate {
  display: inline;
  float: left;
  width: 70%;
  max-width: 500px;
}
.tablePatients tbody tr {
  border-top: 2px solid #000;
}
.tablePatients tbody tr.hiddenPatient {
  border-color: #ccc;
}
.tablePatients tbody td {
  color: #000;
  line-height: 41px;
}
.tablePatients .icon {
  height: 50%;
  margin-right: 50px;
}
.tablePatients .icon:hover {
  cursor: pointer;
}
.tablePatients .iconView {
  width: 10%;
  margin-bottom: 4px;
}
.tablePatients .iconView:hover {
  cursor: pointer;
}

.patientIcon {
  height: 75%;
  margin: 0px 15px 0px 5px;
}

.patientTitle {
  padding-left: 43px;
}

.patientName {
  font-family: "Open Sans3";
  color: #696969;
}

#commentConfirmationMsg {
  font-size: 0.8em;
  font-family: "Open Sans2";
  color: #5cb85c;
}

.fileLink {
  color: #4dc6f3;
  text-transform: uppercase;
}
.fileLink.withIcon:before {
  content: "📁";
  margin-right: 5px;
}

#Appointments_uploadedImages,
#Appointments_done {
  display: flex;
}
#Appointments_uploadedImages label,
#Appointments_done label {
  margin: 0px 10px;
}

/* Success check */
#notesModalSuccessAnim {
  display: none;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.version {
  display: block;
  position: fixed;
  bottom: 0;
  left: 5px;
  color: white;
  font-size: 11px;
}

/*** RECIST ***/
.blocked-input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.blocked-input-group label {
  text-transform: uppercase;
  font-weight: 700;
  color: #00b0f5;
  font-size: 16px;
  font-family: "Open Sans3" !important;
}
.blocked-input-group label.small-label {
  color: #006891;
  font-size: 14px;
}
.blocked-input-group label p {
  margin-bottom: 0px;
}
.blocked-input-group .selectedAppointment {
  padding: 10px 5px !important;
}
.blocked-input-group .selectedAppointment.active {
  border-radius: 3px;
  background: rgba(0, 176, 245, 0.4);
}

.table-header {
  font-weight: 700;
}

.table-header-small {
  font-weight: 700;
  font-size: 14px;
}

.card-table {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#accordionDiana,
#accordionNoDiana {
  margin-bottom: 25px;
}

.title-h1 {
  font-size: 22px;
  margin-bottom: 20px;
}

.dataTables_wrapper table.dataTable {
  margin-bottom: 10px;
  width: 100% !important;
  display: block;
}
.dataTables_wrapper table.dataTable.col1 tr th {
  width: calc(100vw/1);
}
.dataTables_wrapper table.dataTable.col2 tr th {
  width: calc(100vw/2);
}
.dataTables_wrapper table.dataTable.col3 tr th {
  width: calc(100vw/3);
}
.dataTables_wrapper table.dataTable.col4 tr th {
  width: calc(100vw/4);
}
.dataTables_wrapper table.dataTable.col5 tr th {
  width: calc(100vw/5);
}
.dataTables_wrapper table.dataTable.col6 tr th {
  width: calc(100vw/6);
}
.dataTables_wrapper table.dataTable.col7 tr th {
  width: calc(100vw/7);
}
.dataTables_wrapper table.dataTable.col8 tr th {
  width: calc(100vw/8);
}
.dataTables_wrapper table.dataTable.col9 tr th {
  width: calc(100vw/9);
}
.dataTables_wrapper table.dataTable.col10 tr th {
  width: calc(100vw/10);
}
.dataTables_wrapper table.dataTable.col11 tr th {
  width: calc(100vw/11);
}
.dataTables_wrapper table.dataTable.col12 tr th {
  width: calc(100vw/12);
}
.dataTables_wrapper table.dataTable thead tr th.sorting {
  box-sizing: border-box;
  padding: 10px 0px;
}
.dataTables_wrapper table.dataTable thead tr th.sorting input {
  width: 100%;
  max-width: 80% !important;
}
.dataTables_wrapper table.dataTable tbody tr.even {
  background-color: rgba(0, 176, 245, 0.2);
}
.dataTables_wrapper table.dataTable tbody tr:hover {
  background-color: rgba(0, 176, 245, 0.3);
}
.dataTables_wrapper .dataTables_info {
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button {
  border-radius: 50%;
  border: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  background: rgba(0, 176, 245, 0.2);
}

.no-margin {
  margin: 0;
}

.ui-autocomplete {
  background: white;
  border: 1px solid #ccc;
  width: 300px;
  border-radius: 3px;
  list-style: none;
  padding: 0px;
}
.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
}
.ui-autocomplete li:hover {
  background: #ccc;
}

.ui-helper-hidden-accessible {
  display: none;
}

.icon {
  font-size: 26px;
}

.button {
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
}
.button.button-success {
  background: #2ecc71;
}
.button.button-success:hover {
  background: #27ae60;
}
.button.button-cancel {
  background: #e74c3c;
}
.button.button-cancel:hover {
  background: #c0392b;
}
.button:hover {
  color: white;
  text-decoration: none;
}

.listStyleNone {
  list-style: none;
}

.help {
  display: block;
  border-radius: 3px;
  padding: 7px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background: #fdcb6e;
}

.itemAppointment {
  margin-bottom: 10px;
}

/** Simple buttons styles **/
.button {
  display: inline-block;
  background: #ecf0f1;
  padding: 6px 15px;
  border-radius: 0px;
  color: black;
  margin: 0px 3px 5px 0px;
  white-space: nowrap;
  font-weight: 700;
}
.button:hover {
  transition: all 0.25s;
}
.button:active {
  transition: all 0.25s;
}
.button.button-grey {
  background: #95a5a6;
  border-color: #7f8c8d;
}
.button.button-green {
  color: white;
  background: #40ae49;
  border-color: #27ae60;
}
.button.button-blue {
  color: white;
  background: #00adf0;
  border-color: #2980b9;
}
.button.button-blue-sended {
  color: white;
  background: #2980b9;
  border-color: #2980b9;
}
.button.button-yellow {
  background: #f1c40f;
  border-color: #f39c12;
}
.button.button-orange {
  color: white;
  background: #e67e22;
  border-color: #d35400;
}
.button.button-red {
  color: white;
  background: #e74c3c;
  border-color: #c0392b;
}

#AppointmentsItems_isUploadImages br {
  display: none;
}
#AppointmentsItems_isUploadImages label {
  margin-right: 15px;
}

.btn.btn-warning {
  color: white;
  font-size: 14px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Open Sans2" !important;
}

.btn-icon {
  display: inline-block;
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
.btn-icon.trash {
  background-image: url("../img/icons/trash.png");
}
.btn-icon.select {
  background-image: url("../img/icons/select.png");
}
.btn-icon.history {
  background-image: url("../img/icons/history.png");
}
.btn-icon.remove_user {
  background-image: url("../img/icons/remove_user.png");
}

.colorFile {
  background: #00b0f5;
  padding: 25px 10px;
  margin: 10px;
  border-radius: 3px;
}
.colorFile a {
  color: white;
}

.icon.up, .icon.down {
  background: url(../img/icons/blue-arrow.png) center center no-repeat;
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  transform: rotate(90deg);
}
.icon.down {
  transform: rotate(-90deg);
}

i.table-icon {
  color: rgba(0, 0, 0, 0.5);
}

.bg-analytics {
  background: url("../img/estadisticas.jpg") center center no-repeat;
  background-size: cover;
  min-height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 50px;
}
.bg-analytics h1 {
  color: white;
  padding-left: 60px;
  margin-top: 100px !important;
}

.margin-bg-analytics {
  margin-top: 300px;
  margin-left: 40px;
}

.btn-analytics {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 10px 20px;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 15px;
  font-weight: 700;
  background: url("../img/square.png") bottom right no-repeat;
}
.btn-analytics:hover {
  background-color: #c6c5c5;
  color: white;
}

.chart_title {
  text-align: center;
  font-size: 20px;
  margin: 20px;
}

.print-view {
  display: none !important;
}

.button-blue-sended {
  background: #004f6e !important;
}
