@charset "UTF-8";
*, html, body {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-family: 'Rajdhani', sans-serif;
  color: #6d6d6d;
  font-size: 15pt;
  font-weight: 500;
}

header {
  background-color: #E5E6EC;
  height: 150px;
}

header img.logo {
  padding-left: 23px;
}

.contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentWrapper .sidebar {
  width: 15%;
  min-width: 250px;
  height: calc(100vh - 150px);
  background-color: #E5E6EC;
  padding: 0 30px;
}

.contentWrapper .content {
  padding: 30px;
  height: calc(100vh - 150px);
  overflow: auto;
  width: 100%;
  -webkit-box-shadow: -4px -4px 47px 0 #CACACA;
          box-shadow: -4px -4px 47px 0 #CACACA;
  position: relative;
}

.contentWrapper .content.withoutShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0;
  max-height: 80vh;
  height: auto;
  padding: 0 60px 30px;
}

.viewTitle {
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
}

.viewTitle span {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #828282;
  font-weight: 600;
  border-bottom: 2px solid #a5a5a5;
}

.viewTitle span.normal {
  font-size: initial;
  font-weight: 500;
  border-bottom: none;
  margin-left: 20px;
}

.viewTitle span span {
  font-size: 0.98em;
  border-bottom: none;
}

.viewTitle a.editPatient {
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: inherit;
  border-bottom: 2px solid;
  margin-left: 10px;
  cursor: pointer;
}

.viewTitle a.editPatient:hover {
  color: #007AFF;
}

.viewTitle a.chevronLeft {
  cursor: pointer;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .flexRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flexRow.twoCols {
  width: 100%;
}

.flexRow.twoCols .flexCol {
  width: 50% !important;
}

.flexRow.threeCols .flexCol {
  width: 33.3%;
}

@media (max-width: 767px) {
  .flexRow.threeCols .flexCol {
    width: 100%;
    margin-bottom: 40px;
  }
}

.flexRow.searchAndLogout {
  width: 100%;
}

.flexRow.searchAndLogout .flexCol:nth-child(1) {
  width: 70% !important;
}

.flexRow.searchAndLogout .flexCol:nth-child(2) {
  width: 30% !important;
  padding-right: 30px;
  text-align: right;
}

.flexRow.searchAndLogout .flexCol:nth-child(2) a {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #7d7d7d;
  cursor: pointer;
}

.flexRow.header {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexRow.header .flexCol:nth-child(1) {
  width: 15%;
  min-width: 250px;
}

.flexRow.header .flexCol:nth-child(2) {
  width: 85%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mute {
  color: #898989;
}

.centerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mgb {
  margin-bottom: 20px;
}

.mgb.x2 {
  margin-bottom: calc(20px * 2);
}

.mgl {
  margin-left: 10px;
}

img.responsive {
  width: 100%;
}

@media print {
  .hideForPrinting {
    display: none;
  }
}

.showForPrinting {
  display: none;
}

@media print {
  .showForPrinting {
    display: block;
  }
}

.showForPrinting.headerPrintingSection {
  background-color: #6b6b6b;
  color: white;
  -webkit-print-color-adjust: exact;
  padding: 5px;
  font-size: 0.85em;
}

@media print {
  .showForPrinting.headerPrintingSection {
    display: inline-block;
  }
}

/*Components*/
.sectionTitle {
  text-transform: uppercase;
  font-size: 0.85em;
  color: #919191;
  margin-bottom: 10px;
}

.inputWrapper, .fieldWrapper {
  width: 200px;
}

.inputWrapper.x2, .fieldWrapper.x2 {
  width: calc(200px + 50px);
}

.inputWrapper.x3, .fieldWrapper.x3 {
  width: calc(200px + 100px);
}

.inputWrapper.x4, .fieldWrapper.x4 {
  width: calc(200px + 150px);
}

.inputWrapper.x5, .fieldWrapper.x5 {
  width: calc(200px + 200px);
}

.inputWrapper.x6, .fieldWrapper.x6 {
  width: calc(200px + 250px);
}

.inputWrapper.x7, .fieldWrapper.x7 {
  width: calc(200px + 300px);
}

.inputWrapper.x8, .fieldWrapper.x8 {
  width: calc(200px + 350px);
}

.inputWrapper.x9, .fieldWrapper.x9 {
  width: calc(200px + 400px);
}

.inputWrapper.x10, .fieldWrapper.x10 {
  width: calc(200px + 450px);
}

.inputWrapper.x11, .fieldWrapper.x11 {
  width: calc(200px + 500px);
}

.inputWrapper.x12, .fieldWrapper.x12 {
  width: calc(200px + 550px);
}

.inputWrapper.x13, .fieldWrapper.x13 {
  width: calc(200px + 600px);
}

.inputWrapper.x-1, .fieldWrapper.x-1 {
  width: calc(200px - 50px);
}

.inputWrapper {
  height: 80px;
  display: inline-block;
  border: 2px solid #87C8FF;
  position: relative;
}

.inputWrapper label {
  font-size: 0.85em;
  line-height: 17px;
  display: block;
  padding: 15px 15px 0px 15px;
  color: #919191;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inputWrapper label.required:after {
  content: '';
  background-color: #2e9cf9;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-left: 6px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.inputWrapper input[type="text"], .inputWrapper input[type="number"], .inputWrapper input[type="email"], .inputWrapper input[type="password"] {
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: none;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  background-color: transparent;
}

.inputWrapper input[type="text"]::-webkit-input-placeholder, .inputWrapper input[type="number"]::-webkit-input-placeholder, .inputWrapper input[type="email"]::-webkit-input-placeholder, .inputWrapper input[type="password"]::-webkit-input-placeholder {
  color: #A6A6A6;
}

.inputWrapper input[type="text"]:-moz-placeholder, .inputWrapper input[type="number"]:-moz-placeholder, .inputWrapper input[type="email"]:-moz-placeholder, .inputWrapper input[type="password"]:-moz-placeholder {
  color: #A6A6A6;
}

.inputWrapper input[type="text"]:focus, .inputWrapper input[type="number"]:focus, .inputWrapper input[type="email"]:focus, .inputWrapper input[type="password"]:focus {
  outline: none;
}

.inputWrapper select {
  padding: 12px 40px 12px 15px;
  font-size: inherit;
  line-height: 20px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  outline: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inputWrapper select:invalid {
  color: #A6A6A6;
}

.inputWrapper textarea {
  width: 100%;
  height: calc(100% - 32px);
  border: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 8px 15px 15px 15px;
  resize: none;
}

.inputWrapper textarea::-webkit-input-placeholder {
  color: #A6A6A6;
}

.inputWrapper textarea:-moz-placeholder {
  color: #A6A6A6;
}

.inputWrapper textarea:focus {
  outline: none;
}

.inputWrapper.select {
  background: #FFFFFF url("../img/chevron_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(100% - 18px);
}

.inputWrapper.search {
  background-color: white;
  position: relative;
}

.inputWrapper.search a.close {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.inputWrapper.textarea {
  height: 160px;
}

.inputWrapper.textarea .counter {
  float: right;
  font-size: 0.8em;
}

.inputWrapper.textarea .counter.red {
  color: #b96b6b;
}

.inputWrapper:focus-within {
  background-color: #e5f3ff;
}

.inputWrapper.invalid {
  border-color: #ff8787;
  background-color: #fff0f0;
}

.fieldWrapper {
  height: 80px;
  display: inline-block;
  border: 2px solid #D7D7D7;
  padding: 0 15px;
  position: relative;
}

.fieldWrapper .title {
  font-size: 0.85em;
  padding: 12px 0 6px;
  color: #919191;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fieldWrapper .value {
  padding: 0;
  font-size: inherit;
  color: inherit;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fieldWrapper a.folder {
  position: absolute;
  right: 15px;
  top: 15px;
  margin-right: 0;
}

.fieldWrapper .pet::after {
  right: 0 !important;
}

.fieldWrapper.multiline {
  min-height: 80px;
  height: auto;
}

.fieldWrapper.multiline .value {
  white-space: normal;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.tableLabel {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #8a8a8a;
  background-color: #d4d4d4;
  padding: 5px 20px;
}

.tableWrapper table {
  border-collapse: collapse;
}

.tableWrapper table thead {
  background-color: #E7E7E7;
}

.tableWrapper table thead tr th {
  font-weight: inherit;
}

.tableWrapper table thead tr:hover {
  background-color: transparent;
}

.tableWrapper table tr th, .tableWrapper table tr td {
  border: 2px solid #D7D7D7;
  padding: 0 20px;
  height: 50px;
}

.tableWrapper table tr th.editable, .tableWrapper table tr td.editable {
  position: relative;
  padding: 10px;
}

.tableWrapper table tr th.editable input[type="text"], .tableWrapper table tr th.editable input[type="email"], .tableWrapper table tr th.editable input[type="number"], .tableWrapper table tr td.editable input[type="text"], .tableWrapper table tr td.editable input[type="email"], .tableWrapper table tr td.editable input[type="number"] {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  background: #FFFFFF;
  border: 2px solid #c7c7c7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(165, 165, 165, 0.5);
          box-shadow: inset 0 1px 6px 0 rgba(165, 165, 165, 0.5);
}

.tableWrapper table tr th.editable input[type="text"].short, .tableWrapper table tr th.editable input[type="email"].short, .tableWrapper table tr th.editable input[type="number"].short, .tableWrapper table tr td.editable input[type="text"].short, .tableWrapper table tr td.editable input[type="email"].short, .tableWrapper table tr td.editable input[type="number"].short {
  width: 50px;
}

.tableWrapper table tr th.editable input[type="text"]::-webkit-input-placeholder, .tableWrapper table tr th.editable input[type="email"]::-webkit-input-placeholder, .tableWrapper table tr th.editable input[type="number"]::-webkit-input-placeholder, .tableWrapper table tr td.editable input[type="text"]::-webkit-input-placeholder, .tableWrapper table tr td.editable input[type="email"]::-webkit-input-placeholder, .tableWrapper table tr td.editable input[type="number"]::-webkit-input-placeholder {
  color: #A6A6A6;
}

.tableWrapper table tr th.editable input[type="text"]:-moz-placeholder, .tableWrapper table tr th.editable input[type="email"]:-moz-placeholder, .tableWrapper table tr th.editable input[type="number"]:-moz-placeholder, .tableWrapper table tr td.editable input[type="text"]:-moz-placeholder, .tableWrapper table tr td.editable input[type="email"]:-moz-placeholder, .tableWrapper table tr td.editable input[type="number"]:-moz-placeholder {
  color: #A6A6A6;
}

.tableWrapper table tr th.editable select, .tableWrapper table tr td.editable select {
  padding: 12px 40px 12px 15px;
  font-size: inherit;
  line-height: 20px;
  width: 100%;
  border: 2px solid #b3b2b2;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFFFF;
  background-image: none;
  outline: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #5A5A5A;
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tableWrapper table tr th.editable i.caret, .tableWrapper table tr td.editable i.caret {
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 15px;
  color: #949494;
}

.tableWrapper table tr th.editable i.caret:after, .tableWrapper table tr td.editable i.caret:after {
  content: '▼';
  font-family: -webkit-pictograph;
}

.tableWrapper table tr th.nowrap, .tableWrapper table tr td.nowrap {
  white-space: nowrap;
}

.tableWrapper table tr:hover {
  background-color: #e5f3ff;
}

.tableWrapper table tr.rowAlert {
  background-color: #ffdede;
}

.tableWrapper table tr a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

a.spaced {
  margin: 0 10px;
}

a.view {
  cursor: pointer;
}

a.view:before {
  content: url(../img/icons/view.svg);
}

a.view:hover:before {
  content: url(../img/icons/view_on.svg);
}

i.view {
  display: inline-block;
  background-image: url(../img/icons/view.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

a.edit {
  cursor: pointer;
}

a.edit:before {
  content: url(../img/icons/edit.svg);
}

a.edit:hover:before {
  content: url(../img/icons/edit_on.svg);
}

a.openModalMaintainer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

a.openModalMaintainer:before {
  content: url(../img/icons/edit.svg);
}

a.openModalMaintainer:hover:before {
  content: url(../img/icons/edit_on.svg);
}

a.save {
  cursor: pointer;
}

a.save:before {
  content: url(../img/icons/save.svg);
}

a.save:hover:before {
  content: url(../img/icons/save_on.svg);
}

a.undo {
  cursor: pointer;
}

a.undo:before {
  content: url(../img/icons/undo.svg);
}

a.undo:hover:before {
  content: url(../img/icons/undo_on.svg);
}

a.delete {
  cursor: pointer;
}

a.delete:before {
  content: url(../img/icons/delete.svg);
}

a.delete:hover:before {
  content: url(../img/icons/delete_on.svg);
}

a.reset {
  cursor: pointer;
}

a.reset:before {
  content: url(../img/icons/reset_password.svg);
}

a.reset:hover:before {
  content: url(../img/icons/reset_password_on.svg);
}

a.plus {
  cursor: pointer;
}

a.plus:before {
  content: url(../img/icons/plus.svg);
}

a.plus:hover:before {
  content: url(../img/icons/plus_on.svg);
}

a.btn {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: white;
  background-color: #007AFF;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, opacity 0.5s;
  transition: background-color 0.5s, opacity 0.5s;
}

a.btn:hover {
  background-color: #66afff;
}

a.btn.disabled {
  pointer-events: none;
  opacity: 0.4;
}

a.btn.outline {
  background-color: white;
  border: 2px solid #a5a5a5;
  color: #757575;
}

a.btn.loading {
  pointer-events: none;
}

a.btn.loading:after {
  content: url(../img/loading.svg);
  margin-left: 10px;
}

a.btn.paginator {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #a2a2a2;
}

a.btn.paginator:hover {
  background-color: #007AFF;
}

a.btn.filter {
  border-radius: 4px;
  background-color: #d8d8d8;
  color: #757575;
  font-size: 17px;
  height: 40px;
  line-height: 46px;
  padding: 0 30px;
}

a.home:before {
  content: url(../img/icons/home.svg);
}

a.new:before {
  content: url(../img/icons/new.svg);
}

a.notification:before {
  content: url(../img/icons/notification.svg);
}

a.user:before {
  content: url(../img/icons/users.svg);
}

a.medics:before {
  content: url(../img/icons/medics.svg);
}

a.atention:before {
  content: url(../img/icons/atention_type.svg);
}

a.specie:before {
  content: url(../img/icons/specie.svg);
}

a.race:before {
  content: url(../img/icons/race.svg);
}

a.close:before {
  content: url(../img/icons/close.svg);
}

a.close:hover:before {
  content: url(../img/icons/close_on.svg);
}

a.print:before {
  content: url(../img/icons/print.svg);
}

a.print:hover:before {
  content: url(../img/icons/print_on.svg);
}

a.exit:before {
  content: url(../img/icons/exit.svg);
}

a.chevronLeft:before {
  content: url(../img/icons/chevron_left.svg);
}

a.chevronRight:before {
  content: url(../img/icons/chevron_right.svg);
}

a.range {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 8px;
  -webkit-mask: url(../img/icons/range.svg);
          mask: url(../img/icons/range.svg);
  width: 23px;
  height: 19px;
  cursor: pointer;
}

a.bigEdit {
  -webkit-mask: url(../img/icons/bigEdit.svg);
          mask: url(../img/icons/bigEdit.svg);
  width: 22px;
  height: 29px;
  cursor: pointer;
}

.icon {
  background: #7A7A7A;
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
}

.icon:hover {
  background-color: #047BFE;
}

a.folder {
  margin-right: 10px;
}

a.folder:before {
  content: url(../img/icons/folder.svg);
  vertical-align: middle;
}

a.folder:hover:before {
  content: url(../img/icons/folder_on.svg);
}

.sidebar li {
  height: 40px;
  line-height: 40px;
}

.sidebar a {
  text-decoration: none;
  color: inherit;
}

.sidebar a:before {
  margin-right: 10px;
}

.sidebar a:hover, .sidebar a.active {
  color: #007AFF;
}

.sidebar .adminContent p {
  color: #939393;
  font-size: 0.80em;
  padding: 60px 0 15px 30px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.row .inputWrapper:not(:first-child), .row .fieldWrapper:not(:first-child) {
  margin-left: -2px;
}

span.highlight {
  background-color: #D3E8FF;
}

hr.sep {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}

.pet {
  position: relative;
  padding-right: 60px !important;
}

.pet.iconGato::after {
  position: absolute;
  right: 20px;
  content: url(../img/icons/pets/cat.svg);
}

.pet.iconPerro::after {
  position: absolute;
  right: 20px;
  content: url(../img/icons/pets/dog.svg);
}

.modalOwner, .modalOwnerPatients, .modalMaintainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}

.modalOwner.active, .modalOwnerPatients.active, .modalMaintainer.active {
  background-color: rgba(174, 175, 177, 0.6);
  pointer-events: auto;
}

.modalOwner .content, .modalOwnerPatients .content, .modalMaintainer .content {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 40px #909090;
          box-shadow: 0 0 40px #909090;
  background-color: white;
  padding: 20px;
}

.modalOwner .content .modalTitle, .modalOwnerPatients .content .modalTitle, .modalMaintainer .content .modalTitle {
  height: 60px;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 0.95em;
  border-bottom: 2px solid #d7d7d7;
  margin: 0 -20px 20px -20px;
  padding: 10px 20px;
  position: relative;
}

@media print {
  .modalOwner .content .modalTitle, .modalOwnerPatients .content .modalTitle, .modalMaintainer .content .modalTitle {
    margin: 0 0 20px 0;
    padding-left: 0;
    width: calc(100% - 10px);
  }
}

.modalOwner .content .modalTitle a.bigEdit, .modalOwnerPatients .content .modalTitle a.bigEdit, .modalMaintainer .content .modalTitle a.bigEdit {
  position: absolute;
  right: 140px;
}

.modalOwner .content .modalTitle a.print, .modalOwnerPatients .content .modalTitle a.print, .modalMaintainer .content .modalTitle a.print {
  position: absolute;
  right: 80px;
}

.modalOwner .content .modalTitle a.close, .modalOwnerPatients .content .modalTitle a.close, .modalMaintainer .content .modalTitle a.close {
  position: absolute;
  right: 20px;
}

@media print {
  .modalOwner .content .modalTitle, .modalOwnerPatients .content .modalTitle, .modalMaintainer .content .modalTitle {
    margin-top: 40px;
  }
}

@media print {
  .modalOwner .content, .modalOwnerPatients .content, .modalMaintainer .content {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.modalOwner .content img.logo, .modalOwnerPatients .content img.logo, .modalMaintainer .content img.logo {
  position: absolute;
  right: 30px;
}

@media print {
  .modalOwner, .modalOwnerPatients, .modalMaintainer {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.modalOwnerPatients .content {
  width: auto;
  height: auto;
}

.modalOwnerPatients .content a {
  color: #007AFF;
}

.alert {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 1;
}

.alert.appear {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.alert.success {
  background-color: #87cc5ddb;
}

.alert.success a {
  color: white;
  font-weight: 600;
  -webkit-text-decoration-color: #7aab5e;
          text-decoration-color: #7aab5e;
}

.alert a.close {
  margin-left: 20px;
}

.alert a.close:before {
  content: url(../img/icons/close_white.svg);
}

.alert span.high {
  font-weight: bold;
  color: #ebff00;
  font-size: 24px;
}

.angular-tooltip {
  font-size: 0.8em;
  background: #515151;
  border-color: #515151;
  padding: 3px 5px;
  opacity: 0;
  -webkit-animation-name: appearAfterTwoSecons;
          animation-name: appearAfterTwoSecons;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.angular-tooltip.angular-tooltip-top {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.angular-tooltip.angular-tooltip-top:before, .angular-tooltip.angular-tooltip-top:after {
  border-top-color: #515151;
}

.angular-tooltip.angular-tooltip-bottom:before, .angular-tooltip.angular-tooltip-bottom:after {
  border-bottom-color: #515151;
}

@-webkit-keyframes appearAfterTwoSecons {
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appearAfterTwoSecons {
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.requiredLegend {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: -90px;
}

.requiredLegend:before {
  content: '';
  background-color: #2e9cf9;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 6px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.loginWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5E6EC;
  width: 100vw;
  height: 100vh;
}

.loginWrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-shadow: 0 5px 60px 0 rgba(36, 74, 115, 0.33);
          box-shadow: 0 5px 60px 0 rgba(36, 74, 115, 0.33);
  border-radius: 6px;
  width: 900px;
}

.loginWrapper .content .flexCol.form {
  width: 50%;
  padding: 60px;
  background-color: white;
  border-radius: 6px 0 0 6px;
}

.loginWrapper .content .flexCol.form p.title {
  color: #5A5A5A;
  font-size: 1.3em;
  margin-bottom: 1.0em;
}

.loginWrapper .content .flexCol.form p.error {
  width: 330px;
  background-color: #f7d0d0;
  padding: 20px;
  border-radius: 6px;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 30px;
}

.loginWrapper .content .flexCol.form p.hint {
  font-size: 0.85em;
  text-transform: uppercase;
  color: #919191;
  margin-bottom: 40px;
  margin-top: 30px;
}

.loginWrapper .content .flexCol.form .inputWrapper {
  border: none;
  border-bottom: 2px solid #D8D8D8;
}

.loginWrapper .content .flexCol.form .inputWrapper label {
  color: #cccbcb;
}

.loginWrapper .content .flexCol.form a.btn {
  font-size: 0.9em;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  background: #007AFF;
  border-radius: 35px;
}

.loginWrapper .content .flexCol.form a.btn:hover {
  background-color: #0965c7;
}

.loginWrapper .content .flexCol.cover {
  width: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5BCDFF), to(#007AFF));
  background-image: linear-gradient(180deg, #5BCDFF 0%, #007AFF 100%);
  border-radius: 0 6px 6px 0;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dateNavigator {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
}

.dateNavigator input {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  width: 100px;
  text-align: center;
  border: none;
}

.dateNavigator input:focus {
  outline: none;
}

.dateNavigator label {
  cursor: pointer;
}

.dateNavigator label img {
  vertical-align: text-top;
}

.dateNavigator .endRangeDate {
  display: inline-block;
}

.dateNavigator .endRangeDate span {
  border-bottom: none;
  margin-left: 10px;
}

p.small, span.small {
  font-size: 0.8em;
}

p.disclaimer {
  border: 2px solid #b9b9b9;
  display: inline-block;
  padding: 20px;
  border-radius: 6px;
  background-color: #fffbee;
  margin-bottom: 30px;
}

.connectedUser {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  margin-top: 18px;
}

.connectedUser span {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}

.connectedUser::after {
  content: url(../img/icons/session.svg);
  position: absolute;
  right: 0;
  top: 6px;
}

.connectedUser.notif::before {
  content: attr(data-notifications);
  position: absolute;
  right: -9px;
  top: 6px;
  background-color: #e06c6c;
  color: white;
  z-index: 2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 17px;
}

.connectedUser ul.menu {
  display: none;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6eb), to(#cacaca));
  background-image: linear-gradient(#e5e6eb, #cacaca);
  z-index: 2;
  right: 0px;
  white-space: nowrap;
  border-radius: 4px;
  padding-top: 10px;
}

.connectedUser ul.menu li a {
  color: inherit;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  width: 100%;
}

.connectedUser ul.menu li a:hover {
  background-color: #007AFF;
  color: white !important;
}

.connectedUser ul.menu li:first-child a {
  border-radius: 4px 4px 0 0;
}

.connectedUser ul.menu li:last-child a {
  border-radius: 0 0 4px 4px;
}

.connectedUser ul.menu li.notifications {
  white-space: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #deacac;
  padding: 10px;
  width: 100%;
}

.connectedUser ul.menu li.notifications p {
  text-align: left;
}

.connectedUser ul.menu li.notifications p:not(:last-child) {
  border-bottom: 1px solid #bd9595;
  padding: 5px 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.connectedUser ul.menu li.notifications p a {
  text-decoration: none;
  color: inherit;
  line-height: normal;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: inherit !important;
  position: relative;
}

.connectedUser ul.menu li.notifications p a:hover {
  background-color: #deacac;
  color: #5d5d5d !important;
}

.connectedUser ul.menu li.notifications p a:after {
  content: url(../img/icons/bell.svg);
  position: absolute;
  right: 10px;
  top: 0;
}

.connectedUser:hover ul.menu {
  display: block;
}

p.filterError {
  background-color: #ffcfcf;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

p.filterError span.underline {
  border-bottom: 2px solid gray;
}

.contentMaitainer {
  width: auto;
  position: relative;
}

.contentMaitainer .viewTitle {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.contentMaitainer a.close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.contentMaitainer .alert {
  z-index: 2;
  min-height: 100px;
  height: auto;
  text-align: left;
  padding: 20px 60px 20px 20px;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.contentMaitainer .alert.appear {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

a.link {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #6d6d6d;
  cursor: pointer;
}

a.link:hover {
  color: #007AFF;
  border-bottom: 2px solid #007AFF;
}

a.link.loading {
  pointer-events: none;
}

a.link.loading:after {
  content: url(../img/loadingBlack.svg);
  margin-left: 10px;
}

.selectWrapper {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fdfdfd;
  border-radius: 4px;
  position: relative;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E") right 13px center no-repeat;
}

.selectWrapper select {
  padding: 0px 40px 0px 20px;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 18px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  color: #6d6d6d;
}

.basicInputWrapper {
  margin-left: 20px;
}

.basicInputWrapper > label:first-child {
  display: block;
}

.basicInputWrapper:first-child {
  margin-left: 0;
}

.filterWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7e7e7;
  width: 1115px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -30px;
  border-radius: 6px;
}

.filterWrapper input[type="text"] {
  height: 40px;
  background-color: white;
  border-radius: 4px;
  padding: 0 20px;
  width: 135px;
}

.filterWrapper a.range {
  -webkit-transform: translateY(34px);
          transform: translateY(34px);
}

.filterWrapper a.btn {
  margin-left: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 20px;
}

.filterWrapper a.btn:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}

.filterWrapper a.btn:before {
  content: url(../img/icons/filter.svg);
  margin-right: 10px;
}

a.btn.filter {
  margin-left: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 20px;
}

a.btn.filter:before {
  content: '';
  display: inline-block;
  height: 19px;
  width: 23px;
  -webkit-mask: url(../img/icons/filter.svg);
          mask: url(../img/icons/filter.svg);
  background-repeat: no-repeat;
  background-color: #707070;
  margin-right: 10px;
}

a.btn.filter:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}

a.btn.filter:hover:before {
  background-color: #FFFFFF;
}

a.btn.filter span {
  font-size: inherit;
  border: none;
  font-weight: inherit;
  color: inherit;
}

a.btn.cleanFilter {
  border-radius: 4px;
  background-color: #d8d8d8;
  color: #757575;
  font-size: 17px;
  height: 40px;
  line-height: 46px;
  margin-left: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 20px;
}

a.btn.cleanFilter:before {
  content: '';
  display: inline-block;
  height: 19px;
  width: 19px;
  -webkit-mask: url(../img/icons/cleanFilter.svg);
          mask: url(../img/icons/cleanFilter.svg);
  background-repeat: no-repeat;
  background-color: #707070;
  margin-right: 10px;
}

a.btn.cleanFilter:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}

a.btn.cleanFilter:hover:before {
  background-color: #FFFFFF;
}

.pdfContainer {
  position: absolute;
  z-index: 1;
  border: 2px solid red;
  background-color: white;
  left: 20px;
  top: 90px;
  right: 20px;
}

.scrolled200 {
  max-height: 200px;
  overflow-y: auto !important;
}

.prefixInput:before {
  content: '(+569)';
  position: absolute;
  left: 17px;
  top: 41px;
  color: #939393;
  pointer-events: none;
}

.prefixInput input {
  padding-left: 73px !important;
}

.notRequired {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.notRequired::before {
  content: url(../img/icons/req.svg);
}

.withoutDataLayer {
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  height: 43px;
  padding: 9px 17px;
}

.disclaimerMandatoryFields {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: -105px;
  text-align: right;
}

.disclaimerMandatoryFields:before {
  content: '';
  background-color: #2e9cf9;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin-right: 6px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
/*# sourceMappingURL=styles.css.map */