@font-face {
  font-family: "Ginta";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Ginta-Font.otf");
}

@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
  font-family: "Roboto Thin";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Roboto-Thin.ttf");
}

@font-face {
  font-family: "Source Sans Light";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/SourceSansPro-Light.ttf");
}

@font-face {
  font-family: "Source Sans Semi-bold";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/SourceSansPro-SemiBold.ttf");
}

.fa-microscope {
  background-image: url(/img/microscopio.svg);

}

.green {
  color: #27ae60;
}

.red {
  color: #e74c3c;
}

.primary {
  color: #3c8dbc !important;
}

* {
  outline: none !important;
}

.mt-2 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 40px;
}

#app {
  height: calc(100vh - 50px) !important;
}

@media (min-width: 1025px) and (max-width: 1079px) {
  form #scroll-style {
    height: calc(100vh - 285px) !important;
  }

}

@media (min-width: 1289px) {
  form #scroll-style {
    height: calc(100vh - 213px);
  }

}

@media (max-width: 1288px) {

  form #scroll-style {
    height: calc(100vh - 254px);
  }
}


/* mobile */
@media only screen and (min-width: 320px) and (max-width: 500px) {
  body {
    height: -webkit-fill-available !important;
  }

  #app {
    height: -webkit-fill-available;
  }

  .wrapper {
    margin: 0px !important;
    width: 100% !important;
    height: -webkit-fill-available;
    min-height: 100%;
    border-radius: inherit !important;
  }

  .content {
    height: -webkit-fill-available !important;
    /* border: 1px solid red; */
  }

  header ul.nav.navbar-nav li {
    padding: 0px;
    font-size: 15px;
  }

  header .nav .filter {
    display: none;
  }

  header .nav .metricas {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  body {
    height: -webkit-fill-available !important;
  }

  #app {
    height: -webkit-fill-available;
  }

  .wrapper {
    margin: 0px !important;
    width: 100% !important;
    height: -webkit-fill-available;
    min-height: 100%;
    border-radius: inherit !important;
  }

  .content {
    height: -webkit-fill-available !important;
  }

  header ul.nav.navbar-nav li {
    padding: 0px;
    font-size: 18px;
  }
}

/* mobile */
@media only screen and (max-width: 650px) {
  .footer-login {
    display: none;
  }

  .wrapper {

    max-height: calc(100vh - 64px) !important;
  }

  .content-wrapper {
    height: inherit;
    padding-bottom: 20px;
  }

  #scroll-style {
    height: inherit;
  }

  #scroll-style-shortcuts {
    height: inherit;
  }

  body .content-wrapper .scroll-shortcuts {
    height: inherit;
  }

  /* inkless */
  .scroll-shortcuts .shortcuts {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (min-height: 760px) {
  body {
    overflow-y: hidden;
  }


  .content-wrapper {
    height: 500px !important;
  }

  #scroll-style {
    height: 550px;
  }

  #scroll-style-shortcuts {
    height: 650px;
  }

  body .content-wrapper .scroll-shortcuts {
    height: 650px;
  }
}

@media only screen and (min-height: 949px) and (max-height: 1900px) {

  #scroll-style {
    height: 700px;
  }

  .list-group li p {
    font-size: 18px;
  }
}

@media only screen and (min-height: 1080px) {
  .wrapper {
    min-height: 1000px !important;
  }

  .content-wrapper {
    height: 1000px;
  }

  #scroll-style {
    height: 820px;
  }

  .list-group li p {
    font-size: 20px;
  }
}

@media only screen and (max-height: 1154px) {
  .form-group h2 {
    float: right;
  }

  .search-input {
    float: right;
  }

  input .search-list {
    float: right;
  }
}

@media only screen and (max-width: 996px) {
  .form-group h2 {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .user-data {
    display: none !important;
  }

  .main-header .navbar-custom-menu {
    width: 100px !important;
  }

  .nav-wrapper {
    display: none;
  }

  .date-filter {
    margin: 0 !important;
  }

  .vdp-datepicker input {
    width: 132px !important;
  }

  .customer-filter input {
    width: 200px !important;
  }

  .list-group-item.list-height-20.tickets {
    padding: 4px;
    width: 546px !important;
  }

  .agreement-img {
    display: none;
  }

  .professional-img {
    display: none;
  }

  .list-group-item p span {
    font-size: 11px !important;
  }

  .list-group-item p span.time-span {
    display: none;
  }

  .list-group-item .p-customer {
    display: inline-grid !important;
    float: left;
    width: 224px !important;
  }

  .list-group-item .p-customer span {
    height: 20px;
    font-size: 12px !important;
  }

  .list-group-item .p-customer .customer-name {
    font-weight: bold;
  }

  #file-span {
    margin-right: 20px;
    font-size: 24px;
  }
}

.header-title {
  text-align: center;
}

li.list-group-item.tickets {
  height: 100px;
}

.list-group-item.list-height-20.tickets .p-customer span {
  padding-top: 0px !important;
}

#file-span {
  font-size: 28px;
}

#file-span i {
  cursor: pointer;
}

body {
  display: block;
  position: relative;
  height: 768px;
  margin: 0px auto;
  padding: 0px auto;
  bottom: 0;
  top: -16px;
  left: 0;
  right: 0;
  /** AZUL **/
  background: #56ccf2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #2f80ed, #56ccf2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #2f80ed, #56ccf2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /** VERDE **/
  /*background: #52c234;  /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to bottom, #061700, #52c234);  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to bottom, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 12px;
}

header {
  box-shadow: 0px 2px 8px 1px rgba(184, 184, 184, 1);
}

header .navbar-custom-menu {
  width: 96%;
}

header .navbar-custom-menu .nav {
  width: inherit;
}

header .nav li {
  display: flex;
  padding-top: 14px;
  padding-right: 7px;
  padding-bottom: 13px;
  padding-left: 7px;
  color: #fff;
  cursor: pointer;
}

header .nav li:hover {
  background: #337ab7;
}

header .nav li a {
  padding-top: 0;
  padding-bottom: 0;
}

header .nav li a:hover {
  background: #337ab7 !important;
}

header .nav .filter {
  padding: 0px;
  padding-right: 8px;
}

header .nav .filter:hover {
  background: none;
}

header .nav .filter button {
  width: 52px;
  text-align: left;
  background: none;
  border: none;
}

#caret-top {
  position: absolute;
  left: 3px;
  top: -28px;
  font-size: 18px;
}

header .filter-list {
  display: none;
  position: absolute;
  top: 40px;
  left: 51px;
  width: 92px;
  padding: 0px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

header .filter-list .filter-option {
  padding: 3px 7px;
  color: gray;
}

header .filter-list .filter-option:hover {
  color: #fff;
  transition: 200ms;
}

header .nav .filter select {
  background: none;
  border: none;
}

header .nav .filter select option {
  color: #000;
}

header .nav .filter i {
  padding-top: 15px;
  color: #fff;
}

/* header .nav li span {
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 15px;
  color: #fff;
  cursor: pointer;
} */
header .nav li img {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
}

#icon-ocioso {
  left: -26px;
}

header .nav li span img {
  width: 18px;
}

header .nav li i {
  padding-right: 6px;
  font-size: 12px;
}

header .nav .quality-items {
  padding-top: 13px;
}

header .nav li .hint-arrow {
  position: absolute;
  top: -13px;
  left: 12px;
  font-size: 20px;
  color: #000;
}

header .nav li .hint {
  display: none;
  position: absolute;
  width: 100px;
  top: 42px;
  font-size: 7px;
  text-align: center;
  background: #000;
  border-radius: 500px;
}

.main-header {
  z-index: 999;
}

.sidebar {
  font-size: 1.3em;
}

.sidebar ul li a {
  font-weight: 200 !important;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
  color: #3c8dbc;
}

.sidebar ul li span {
  padding-left: 10px;
}

.wrapper {
  width: 98%;
  margin: 2% auto 0;
  overflow: hidden;
  border-radius: 16px;
  font-family: "Roboto Light" !important;
  height: calc(100vh - 64px) !important;
  min-height: calc(100vh - 60px) !important;
}

.content-wrapper {
  height: 100%;
  background: #fff;
}

.content-header {
  padding: 0px;
}

h2 {
  text-align: center;
  font-weight: 200;
  font-family: "Roboto Light";
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Inkless */
#prescription .editor h2 {
  text-align: start;
}

#prescription .editor h1,
h2,
h3 {
  margin: 0px;
  font-family: 'Source Sans Light' !important;
}

/* ./Inkless */

.font-10 {
  font-size: 12px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
  margin: 0px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

/*
 * LISTS
 */
.search-customer {
  display: flex;
  padding-top: 20px;
  padding-left: 30px;
}

.search-customer i {
  z-index: 1;
  padding: 5px 9px;
  position: absolute;
  font-size: 18px;
  color: #aaa;
}

.search-customer input {
  border-radius: 10px;
  border: 1px solid #bbb;
  padding: 2px 10px 2px 36px;
  font-size: 16px;
  outline: none;
}

.btn-return {
  position: absolute;
  float: right;
  width: 50px;
  height: 50px;
  margin-right: 34px;
  bottom: 30px;
  right: 50px;
  border-radius: 50%;
  border: 1px solid #2f80ed;
  background: #fff;
  color: #2f80ed;
  font-size: 1.8em;
  font-weight: 400;
  z-index: 999;
}

.btn-return i {
  padding-top: 13px;
  padding-left: 10px;
}

.btn.btn-default {
  border: 0;
}

.button-no-background {
  background: none;
  border: none;
  outline: none;
}

.button-no-background .button {
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 24px;
  line-height: 38px;
  background: #3c8dbc;
  box-shadow: 0px 4px 10px 1px rgba(122, 122, 122, 1);
}

.button-list {
  background: #fff;
  padding: 0 10px;
  color: #3c8dbc;
  position: absolute;
  right: 10px;
  top: 30%;
  border-radius: 16px;
  border: 1px solid lightblue;
  transition: background 0.2s;
}

.button-list:hover {
  background: #3c8dbc;
  color: #fff;
}

.form-group .search-list {
  float: right;
  /*width: -webkit-fill-available;*/
  width: 150px;
  margin-top: 6px;
  margin-right: 13px;
  padding: 6px 10px 6px 10px;
  font-size: 16px;
  border-radius: 16px;
  background: #eee;
  border: none;
  font-family: 'Source Sans Semi-bold';
  outline: none;
  -webkit-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -moz-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -o-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
}

.form-group .search-list:focus {
  width: 100%;
}

.form-group ::-webkit-input-placeholder {
  color: #b6b8ae;
}

.form-control-inline {
  margin-left: 6px;
  padding: 0px;
  padding-left: 10px;
  font-size: 1.5em;
  border: none;
  border-bottom: 1px solid #eda46e;
  border-radius: 2px;
  background: #eee;
  outline: none;
}

.toolbar {
  /*position: static;*/
  /*float: left;*/
  /*height: 48px;*/
  right: 250px;
  z-index: 99999;
  top: 120px;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 48px;
}

#search-box .search-input {
  position: absolute;
  width: 300px;
  height: 36px;
  margin-top: 10px;
  padding-right: 0.25em;
  top: 25px;
  right: 70px;
  z-index: 99999;
  font-size: 28px;
  line-height: 36px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid #3c8dbc;
  overflow: hidden;
  -webkit-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -moz-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -o-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
}

#search-box .search-input .icon-search {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 17px;
  color: #3166ad;
}

#search-box .search-input input {
  -webkit-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -moz-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -o-transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  transition: width 200ms cubic-bezier(1, 0.005, 0, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  width: 100%;
  /*font-size: 14px;*/
  font-size: 24px;
  height: 30px;
  color: #3166ad;
  padding: 0 0 0 32px;
  outline: none;
  background: none;
  border: none;
}

.list-tam-48 {
  width: 48%;
  min-width: 283px;
}

.list-tam-33 h5 {
  margin: 0px;
  margin-top: 2px;
  font-family: 'Source Sans Semi-bold';
}

.list-height-78 {
  height: 78px;
}

.list-height-20 {
  min-height: 20px !important;
}

.list-tam-33 {
  margin: 2px 2px;
  width: 30% !important;
  min-width: 244px;
  max-height: 128px;
}

.list-height-70 {
  min-height: 70px !important;
}

ul.list-group {
  width: 100%;
  float: left;

}

ul li .list-plus {
  /*color: red;*/
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 5px;
  line-height: 18px;
  border: 1px solid;
  border-radius: 50%;
  font-style: none !important;
  background: none;
}

ul .dropdown-list {
  border: 1px solid;
  padding: 0 10px;
  list-style: none;
}

ul li.list-group-item {
  display: inline-block;
  min-height: 72px;
  transition: transform 0.5s;
  transition: box-shadow 0.3s;
  background: #ffffe0;
}

ul li.list-group-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1);
}

.list-group-item p .time-span {
  padding: 4px 6px;
  padding-right: 0px;
  background: #fff;
  border: 1px solid lightblue;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
}

.list-group-item p .time-span span {
  background: #3c8dbc;
  color: #fff;
  padding: 4px;
  border-radius: 16px;
  font-family: 'Source Sans Semi-bold';
}

.span-status-list {
  position: absolute;
  width: 90px;
  padding: 0 10px;
  top: 30%;
  right: 10px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid lightblue;
}

ul li p {
  margin: 0px;
}

/*ul li.list-group-item span {
    font-style: italic;
}*/

ul li p {
  font-size: 2em;
  font-weight: 200;
}

ul li .button-delete-item {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 18px;
  /*font-weight: 600;*/
  font-weight: 400;
  color: lightblue;
  transition: font-weight 0.5s;
}

ul li.list-group-item:hover .button-delete-item {
  display: block;
}

ul li .button-delete-item:hover {
  font-weight: 600;
}

.card-content p {
  font-size: 1.5rem;
}

ul li .avatar {
  float: left;
  width: 9rem;
  height: 90px;
}

li .card-content h4 {
  font-size: 2em;
  /*font-family: 'Source Sans Light';*/
  font-family: "Roboto Light";
}

li .card-content h5 {
  font-size: 1.4em;
  /*font-family: 'Source Sans Light';*/
  font-family: "Roboto Light";
}

li .card-content .new-card-title {
  font-size: 1.5rem;
}

a .btn-novo-item {
  /*position: absolute;*/
  position: absolute;
  float: right;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  bottom: 30px;
  right: 0;
  border-radius: 50%;
  border: none;
  background: #3c8dbc;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1);
  z-index: 99999;
}

/**
 * PAGINATION
 */
.paginate-nav {
  position: absolute;
  bottom: 10px;
}

.pagination {
  padding-left: 40px;
}

/* .paginate-links {
    position: absolute;
    top: 91%;
    left: 84px;
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    user-select: none;
}

.paginate-links li {
    display: inline-block;
    margin: 0 4px;
}

.paginate-links li a {
    cursor: pointer;
}

.paginate-links li.active a {
    font-size: 20px;
    font-weight: bold;
}

.pagination {
    //position: absolute;
    top: 91%;
    left: 84px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination li a {
    float: left;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 12px;
    margin-left: -1px;
    border: 1px solid transparent;
    margin-left: 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    //line-height: 24px;
    line-height: 28px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.pagination li a:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>li:first-child>a {
    border-radius: 100%;
}

.pagination>li:last-child>a {
    border-radius: 100%;
}

.pagination li:first-child a {
    //display: none;
}

.pagination li:last-child a {
    //display: none;
} */

/**
 * CARDS
 */

.card-body {
  display: -webkit-inline-box;
}

.card img {
  position: relative;
  width: 10rem;
}

.card-title {
  /*position: absolute;*/
  width: 80%;
  left: 120px;
}

.card-subtitle {
  position: absolute;
  bottom: 40%;
  left: 115px;
  margin-top: 20px;
}

.card h4 {
  position: relative;
  padding-left: 10px;
}

.card h5 {
  padding-left: 10px;
}

/*
 * BUTTONS
 */

.btn {
  border-radius: 16px;
}

.btn.btn-primary {
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  border: none;
  transition: 200ms;
}

.btn.btn-secondary {
  line-height: 20px;
  color: #3c8dbc;
  text-transform: capitalize;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
  border-radius: 500px;
  border: none;
  transition: 200ms;
}

.btn.btn-secondary:hover {
  background-color: rgb(232, 0240, 254);
}

.btn.btn-secondary.btn-neutral:hover {
  color: #3c8dbc;
  background-color: #fff;
}

button.btn-novo-item {
  /*position: absolute;*/
  position: absolute;
  float: right;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  bottom: 30px;
  right: 0;
  border-radius: 50%;
  border: none;
  background: #3c8dbc;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1);
  z-index: 99999;
}

.shortcuts {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 60%;
  min-width: 200px;
}

.shortcut-lg {
  position: relative;
  margin: 10px 0;
  width: 100%;
}

.shortcut-lg i {
  font-size: 64px;
}

.shortcut-lg a {
  height: 150px;
  padding-top: 30px;
  font-size: 26px;
  font-weight: 200;
  /*font-family: 'Source Sans Light';*/
  background-color: #74b9ff;
  border-color: #74b9ff;
  transition: border 180ms;
}

.shortcut-lg a:hover {
  border: 4px solid #fff;
}

.shortcut-md {
  margin-bottom: 10px;
}

.shortcut-md i {
  margin-bottom: 10px;
  font-size: 48px;
}

.shortcut-md a {
  position: relative;
  height: 132px;
  padding-top: 14px;
  font-size: 24px;
  font-weight: 200;
  /*font-family: 'Source Sans Light';*/
  background-color: #74b9ff;
  border-color: #74b9ff;
  transition: border 180ms;
  /*transition: transform 300ms;*/
}

.shortcut-md a:hover {
  border: 4px solid #fff;
  /*transform: scale(1.3);*/
  z-index: 9999;
}

.shortcut-md p {
  margin: 0px;
  padding-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.shortcut-md small {
  margin: 0px;
}

/**
 * FORMS
 */

body .content-wrapper .scroll {
  height: 520px;
  overflow: auto;
  padding-left: 10px;
  background: #eee;
}

body .content-wrapper .scroll-shortcuts {
  height: 520px;
  overflow: auto;
  padding-left: 10px;
}

.form-nav {
  width: 645px;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  /*background: #3c8dbc;*/
  color: #fff;
  border-radius: 16px;
}

.form-nav li {
  display: inline;
  padding: 0 6px;
  line-height: 22px;
  border-radius: 16px;
}

.form-nav li:hover {
  background: #fff;
  color: #3c8dbc;
}

.form-nav a {
  padding: 8px 0;
  background: #3c8dbc;
  color: #fff;
  border-radius: 16px;
}

.form-nav a:hover {
  background: #fff;
  color: #3c8dbc;
}

hr {
  border-color: #ccc;
}

.form-group--error input {
  border: 1px solid red !important;
  background: #fff !important;
  border-radius: 4px !important;
}

.error {
  color: red !important;
  font-style: italic;
}

form .btn-docs {
  position: relative;
  width: fit-content;
  margin-left: 20px;
  top: 30px;
  height: 40px;
  font-size: 18px;
}

form form.row {
  margin-top: 20px;
}

form .form-group {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 0px;
  padding-right: 10px;
}

form .form-group img {
  width: 195px;
  height: 145px;
  float: left;
  margin-right: 10px;
}

.form-group label {
  /*font-size: 18px;*/
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

form input .form-control {
  margin-top: 0px;
}

form .form-control {
  /*border-radius: 24px;
    border: 1.5px solid lightblue;*/

  padding: 0px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #eda46e;
  border-radius: 2px;
  background: #eee;
}

form .form-btn-add {
  padding-top: 14px;
}

form .button-add {
  width: 40px;
  height: 40px;
  background-color: #3c8dbc;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  border-radius: 50%;
  outline: none;
  border: none;
  -webkit-box-shadow: 0px 4px 10px 1px rgba(122, 122, 122, 1);
  -moz-box-shadow: 0px 4px 10px 1px rgba(122, 122, 122, 1);
  box-shadow: 0px 4px 10px 1px rgba(122, 122, 122, 1);
}

form .button-add:hover {
  background-color: #367fa9;
}

form .form-group select {
  font-size: 16px;
}

form .form-control:focus {
  background: #fff;
}

form .form-control-estado {
  /*border-radius: 24px;
    border: 1.5px solid lightblue;*/
  display: block;
  width: 50px;
  height: 34px;
  /*padding: 6px 12px;*/
  font-size: 14px;
  /*line-height: 1.42857143;*/
  color: #555;
  background-color: #eee;
  background-image: none;
  font-size: 1.5em;
  border: none;
  border-bottom: 1px solid #eda46e;
}

form .form-control-estado dropdown {
  height: 100px;
}

.form-group textarea {
  padding-top: 12px;
}

form .form-total {
  /*border: 1px solid #bbb;*/
  height: 50px;
  width: 200px;
  font-size: 30px;
  float: right;
  right: 9%;
  line-height: 50px;
}

form .form-total input {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  border: none;
  border-bottom: 1px solid #eda46e;
}

form .input-search {
  background: #d4d4d4;
}

form .box-results {
  position: absolute;
  padding: 10px;
  width: 600px;
  height: 320px;
  background: #fff;
  border: 0.6px solid #ccc;
  border-radius: 16px;
  z-index: 9999;
  box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1);
}

form .box-results .box-scroll .form-group {
  margin: 0px;
  margin-bottom: 6px;
}

form .box-results .box-scroll {
  height: 260px;
  overflow: auto;
  padding-left: 10px;
}

form .box-results label {
  font-family: 'Source Sans Semi-bold';
  font-size: 13px;
}

form .box-results input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}

form .box-results input:focus {
  border: none;
  border-bottom: 1px solid blue;
  outline: 0;
}

form .box-results select {
  width: 100%;
  background: #fff;
  border: none;
}

form .box-results select:focus {
  border: none;
  border-bottom: 1px solid blue;
  outline: 0;
}

form .box-footer button {
  float: right;
  margin: 0px 6px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: none;
  border-radius: 16px;
  outline: none;
  cursor: pointer;
}

form .box-footer button:active {
  color: #72afd2;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

form .box-footer .box-button1 {
  background-color: lightgray;
  color: #333;
}

form .box-footer .box-button2 {
  background-color: #3c8dbc;
  color: #fff;
}

form .modal-box {
  height: 500px;
}

form .modal-box h3 {
  text-align: center;
}

form .modal-content {
  height: 410px;
  overflow: scroll;
  overflow-x: hidden;
}

form .modal-content form {
  margin: 0 20px;
}

form .modal-content label {
  font-size: 24px;
}

form .modal-content ul {
  width: 100% !important;
  float: left;
  padding: 6px 12px;
  list-style: none;
}

form .modal-content ul li {
  /*display: flex;*/
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  margin: 6px 0;
  background-color: rgb(255, 255, 224);
  cursor: pointer;
  border: 1px solid #ccc;
}

form .modal-content img {
  padding: 2px;
  width: 110px;
  height: 100px;
  border: 1px solid #ccc;
  background-color: #fff;
}

form .modal-content h4 {
  padding-left: 12px;
  font-size: 28px;
  color: #3c8dbc;
}

form .modal-content h5 {
  padding-left: 12px;
  font-size: 20px;
  color: #3c8dbc;
}

form .list-search {
  margin-top: 4px;
  padding-left: 0px;
  max-height: 100px;
  overflow: scroll;
  overflow-x: hidden;
  list-style: none;
  border: 1px solid #ccc;
}

form ul .item-search {
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

form ul .item-search-lg {
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.item-search-lg span {
  position: relative;
  float: right;
  right: 20px;
  cursor: pointer;
}

form ul .item-search-20 {
  padding-left: 10px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

form .list-bordered ul {
  list-style: none;
  padding-left: 0px;
}

form .list-bordered ul li {
  display: block;
  /*padding-top: 5px;*/
  padding-left: 10px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 10px -3px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 9px 10px -3px rgba(153, 153, 153, 1);
  box-shadow: 0px 9px 10px -3px rgba(173, 173, 173, 1);
}

form .list-bordered ul span {
  position: relative;
  float: right;
  padding: 0 8px;
  right: 20px;
  cursor: pointer;
  transition: 300ms background;
  transition: 300ms color;
  transition: 300ms border-radius;
}

form .list-bordered ul span:hover {
  background: #ccc;
  color: #fff;
  border-radius: 50%;
}

form .list-bordered ul small {
  float: right;
  margin-right: 40px;
  padding: 0 6px;
  font-family: 'Source Sans Semi-bold';
}

form ul li:hover {
  /*display: block;*/
  background: #eee;
}

form .form-check-label {
  position: relative;
  /*height: 75px;*/
  padding-right: 10px;
}

form a {
  background-color: lightgray;
  color: #333;
}

form .btn {
  /* box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1); */
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 1px 2px rgb(0 0 0 / 23%);
}

form .list-results {
  list-style: none;
  padding-left: 0px;
}

form .list-results li {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 5px;
  line-height: 50px;
  -webkit-box-shadow: 0px 9px 10px -3px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 9px 10px -3px rgba(153, 153, 153, 1);
  box-shadow: 0px 9px 10px -3px rgba(173, 173, 173, 1);
}

.form-group .input-50px {
  width: 50px;
  margin: 0 6px;
  padding: 0 6px;
  font-size: 16px;
}

.form-group .input-60px {
  width: 60px;
  margin: 0 6px;
  padding: 0 6px;
  font-size: 16px;
}

.form-group .select-results {
  display: none;
  position: absolute;
  width: 274px;
  z-index: 999;
}

.form-group .select-results2 {
  display: none;
  position: absolute;
  width: 274px;
  z-index: 999;
}

.form-group .select-results ul {
  list-style: none;
  padding-left: 0px;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow: scroll;
}

.form-row .select-results2 ul {
  list-style: none;
  padding-left: 0px;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow: scroll;
}

.form-group .list-search-results li:hover {
  cursor: pointer;
}

.form-group .list-search li:hover {
  cursor: pointer;
}

.form-group .list-search .item-search span {
  float: right;
  padding-right: 10px;
  /*font-family: sans-serif;*/
  font-size: 14px;
  background: #fff;
  line-height: 20px;
  padding: 5px 8px;
}

.form-group .list-search .item-search-20 span {
  float: right;
  padding-right: 10px;
  /*font-family: sans-serif;*/
  font-size: 10px;
  background: #fff;
  line-height: 20px;
  padding: 5px 8px;
}

#proc-push-icon {
  /*padding-top: 38px;*/
  width: 50px;
  padding-top: 36px;
}

.form-group #form-push-proc>a {
  font-size: 50px !important;
}

.form-group i {
  font-size: 28px;
  background: #0ea963;
  color: #eee;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 0px 10px 25px 0px rgba(184, 184, 184, 1);
}

.take-pic i {
  color: #3c8dbc;
  background: none;
  box-shadow: none;
}

.form-group i:hover {
  cursor: pointer;
}

#exam-proc-status {
  position: absolute;
  right: 60px;
  top: 45px;
  background: #fff;
  padding-left: 10px;
  border-radius: 20px;
}

form .form-group textarea {
  border: 1px solid #eda46e;
}

/*
 * MODAL FORM
 */

.modal {
  /*position: absolute;*/
  z-index: 99999;
}

.modal-dialog-60 {
  width: 606px;
}

.modal-dialog-70 {
  width: 70%;
}

.modal .modal-content {
  background: #ffffe0 !important;
  border-radius: 16px;
}

.modal .close span {
  font-size: 46px;
  position: absolute;
  top: 0;
  right: 10px;
}

.modal .modal-content input {
  padding-left: 12px;
  background: #ffffe0;
  border: none;
  border-bottom: 1.5px solid orange;
}

.modal .modal-content input:focus {
  background: #fff;
}

.modal-body p {
  font-size: 1.2em;
  font-weight: 200;
}

.modal-body label {
  font-size: 1.2em;
  font-weight: 200;
}

.modal .form-group {
  clear: both;
}

.modal .form-group input {
  padding: 0;
}

.modal .form-group select {
  padding: 0;
}

.modal .form-row>.form-group {
  clear: none;
}

.modal .form-check {
  padding-top: 10px;
}

.modal .form-check .form-check-input {
  margin-left: 20px;
}

.modal-footer {
  clear: both;
}

/*
 * SWEETALERT
 */

/*
 * DATEPICKER
 */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  color: #aaa;
}

.picker__list-item--disabled {
  display: none;
}

.picker__day {
  height: 42px !important;
  font-weight: bold;
}

.vdp-datepicker__calendar {
  z-index: 999999 !important;
}

/*
 * SWAL
 */
.swal-text {
  text-align: center !important;
}

.swal-footer {
  text-align: center !important;
}

/* 
  * INKLESS
  */
.inkless-title {
  color: #aaa;
  font-size: 30px;
  font-family: Ginta;
}

.inkless-title-span {
  float: right;
  text-align: right;
  color: #aaa;
  font-size: 18px;
  font-family: Ginta;
}

#inkless-return {
  bottom: 10px;
}

.editor ul li p {
  font-size: 14px;
}

.timeline::before {
  background: none;
}

#paramList {
  list-style: none;
  width: 800px;
  padding: 0 20px 20px 20px;
  overflow-x: hidden;
}

#paramList li.param-list-item p {
  display: flex;
  font-size: 14px;
}

#paramList li.param-list-item:hover {
  cursor: pointer !important;
  background: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23) !important;
}

#paramList li.param-list-item .delete-param {
  display: none;
}

#paramList li.param-list-item:hover>.delete-param {
  display: block;
}

#paramList li.param-list-item-text p {
  font-size: 14px;
}

#paramList li.param-list-item-text:hover {
  cursor: pointer !important;
  background: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23) !important;
}

#paramList li.param-list-item-text .delete-param {
  display: none;
}

#paramList li.param-list-item-text:hover>.delete-param {
  display: block;
}

/* Editor */
.ProseMirror {
  height: 100%;
  overflow-y: auto;
}

@media only screen and (min-height: 1280px) {
  body {
    float: left;
    width: 100%;
    height: 1280px !important;
  }

  .wrapper {
    min-height: 1280px !important;
  }

  .book-wrapper {
    width: 100%;
    margin-left: -30px;
  }

  .pages {
    width: 100% !important;
  }

  .pages [class^="page-num-"] {
    position: relative;
    width: inherit;
    background: #fff;
    background-size: auto 100%;
  }

  .pdf-test {
    height: 1094px !important;
  }

  .pdf-test canvas {
    width: 762px !important;
    margin-left: 10% !important;
  }

}

.span-error {
  color: #e74c3c;
}

.field-error {
  font-style: italic;
  font-size: 12px;
  color: #e74c3c;
  text-transform: capitalize !important;
}

.modal-content-justify .swal-content p {
  text-align: justify;
}

@media (max-width:600px) {
  .wrapper {
    min-height: calc(100vh + 16px) !important;
  }

  .logo-lg {
    padding-top: 15px;
  }

}