[v-cloak] {
  display: none;
}
p {
  margin: 0;
}
.v-align-c {
  display: flex;
  align-items: center;
}

label {
  font-weight: bold;
}

button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.side-menu.left{
  border-radius: 0 3rem 3rem 0;
}

.btn,.swal-button,.fc-button {
  border-radius: 2rem;
}

.input-group-addon {
  border-radius: 2rem 0 0 2rem;
}
.dropdown-menu{
  width: 100%;
  border-radius: 0 0 3rem 3rem;
  text-align: center;
}

#loading-app {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading-app .cont-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
}

#loading-app .message {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
}

#loading-app .loader {
  display: block;
  margin: 0 auto;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4db1e2;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4db1e2;
}

.footer{
left: 0;
}

.footer i {
  color: #4db1e2;
}

.footer a {
  color: #4db1e2;
}

#sidebar-menu > ul > li > a.active {
  color: #4db1e2;
}

#sidebar-menu > ul > li > a.active i {
  color: #4db1e2;
}

#sidebar-menu ul ul li.active a {
  color: #4db1e2;
}

#sidebar-menu > ul > li > a:hover {
  color: #008fd5;
}

#sidebar-menu > ul > li > a:hover i {
  color: #008fd5;
}

#sidebar-menu ul ul a:hover {
  color: #008fd5;
}

a {
  color: #008fd5;
}

a:hover,
a:focus {
  color: #008fd5;
}

.navbar-custom {
  background-color: #008fd5;
}

.btn.btn-primary {
  background: #008fd5;
  color: #ffffff;
  border: 1px solid #008fd5;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #008fd5;
  border: 1px solid #008fd5;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #008fd5;
  border-color: #008fd5;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 213, 0.5);
}

.alert.alert-primary {
  background-color: rgba(0, 142, 213, 0.3);
}

.actions .btn i {
  font-size: 18px;
}

.col-form-label.required:after {
  content: "*";
  color: #ec536c;
  font-size: 18px;
  margin-left: 2px;
}

.dropify-wrapper .parsley-error + .parsley-errors-list {
  position: absolute;
  bottom: 5px;
}

.spinner:before {
  border-color: #4db1e2 rgba(188, 147, 21, 0.3);
}

.spinner:after {
  background-color: #4db1e2;
}

.parsley-errors-list {
  width: 100%;
}

.swal-button.swal-button--confirm {
  background-color: #4db1e2;
}

#departamentos-app #arbol {
  background-color: #008fd5;
  border: solid 1px black;
  height: 80vh;
}

.btn-arrow {
  position: relative;
}

.btn-arrow::after {
  content: "";
  border-left-width: 0.75rem;
  border-left-style: solid;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  height: 0;
  width: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border-radius: 10%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-arrow.btn-danger::after {
  border-left-color: #ec536c;
}

.btn-arrow.btn-primary::after {
  border-left-color: #4db1e2;
}

.btn-arrow.btn-danger:hover::after {
  border-left-color: #e93c58;
}

.btn-arrow.btn-primary:hover::after {
  border-left-color: #008fd5;
}

.card-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card-hover .card-body {
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.card-hover .card-body i,
.card-hover .card-body p {
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.card-hover:hover .card-body i {
  opacity: 0.75;
  transform: scale(5) rotate(15deg) translateY(25%);
  color: #fff;
}

.card-hover:hover .card-body p {
  opacity: 0;
}

.card-hover::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  z-index: 0;
  background: rgba(188, 147, 21, 0);
  transition: all 0.5s;
}

.card-hover:hover::after {
  transform: translateY(0%);
  background: rgba(188, 147, 21, 0.75);
}

.card-header.sort {
  cursor: move;
}

.fr-element {
  height: 8rem;
}

#case-app #case-tree {
  background-color: #ffffff;
  height: 80vh;
  border: 1px solid #ccc;
}

#case-app #case-palette {
  background-color: #ffffff;
  height: 80vh;
  border: 1px solid #ccc;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.btn-primary {
  color: #fff !important;
}
.full-width {
  width: 100%;
}
.col-12.subtitle {
  background-color: #dae0e5;
  margin-bottom: 5px;
  padding: 10px 10px;
}
.inner_info.inner_info_courses {
  padding: 0 15px;
}
.sub.col-12 {
  padding: 0px 20px;
}
.col-12.subtitle2 {
  background-color: #dae0e5;
  margin: 5px 0px;
  padding: 10px 10px;
}
.inner_table.slide_inner_lessons {
  padding: 0px 13px;
}
ul.resources {
  padding: 5px 34px;
  margin: 0;
  border-bottom: 1px solid #dae0e5;
  margin-bottom: 5px;
}
/*TABLE LOADER*/
.vue-overlay {
  position: absolute;
  background: hsla(0, 0%, 39%, 0.45) none repeat scroll 0 0;
  text-align: center;
  font-size: 39px;
  color: #fff;
  z-index: 100;
  margin: 0;
  padding: 0;
}

.content-right > * {
  float: right;
  margin-right: 4px;
}

/****MEDICA NORTE STYLE***/
#sidebar-menu li i.fa {
  font-size: 1.25rem;
}

.login-bg {
  background-image: url(../../assets/admin/images/login-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.form-control,
select {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #808080 !important;
  border-radius:0 3rem 3rem 0 !important;
}

textarea {
  border: 1px solid #808080;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem;
}

.form-control:focus {
  background: #fff !important;
  border: 1px solid #2899c6 !important;
}

.wrapper-page .card {
  background: rgba(255, 255, 255, 1);
  border-radius: 0%;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
}

/* .dropdown-menu {
  width: 100%;
}
 */

.fc-unthemed td.fc-today {
  background: rgba(0, 142, 213, 0.5);
}

.right-0 {
  right: 0;
  left: unset;
}

/* .fc-day-grid > .fc-row {
  height: 7rem !important;
} */

/* .fc-scroller.fc-day-grid-container {
  height: 100% !important;
}

.fc-listDay-view .fc-scroller {
  height: 75vh !important;
} */

.fc-unthemed td.fc-today{
  border-color:#2899c6;
  background:transparent;
}

.fc-today .fc-day-number {
  background: #2899c6;
  color: #fff;
}

.fc-day-number {
  border-radius: 50%;
  color: #000;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  background: #2899c6;
  border-color: #2899c6;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #2899c6;
  border-color: #2899c6;
}

.fc-button-primary:not(:disabled).fc-button-active:focus,
.fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 142, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 213, 0.5);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #2899c6 !important;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.btn-outline-primary {
  color: #2899c6;
  border-color: #2899c6;
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: #2899c6;
  background-color: #2899c6;
}

.modal-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #2899c6;
}

.select2-container {
  width: 100% !important;
}

.select2-container .form-control {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #808080;
}

.modal-content {
  border: none;
}
.modal-header {
  background: #f5f7fa;
}

.fc .fc-axis {
  padding: 0rem;
}
.fc td.fc-axis {
  background: #808080;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.timepicker-container{
  position:relative;
}
.timepicker-container > span {
  width: 33%;
  display: block;
  text-align: center;
  padding: 0.15rem 0;
}
.timepicker-container > input {
  width: 0;
  height: 0;
  opacity: 0;
  position:absolute;
  bottom:0;
  left:0;
}
.timepicker-container > span:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.timepicker-container {
  border-radius: 1rem;
  background: #2899c6;
  color: #fff;
  display: flex;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #2899c6;
  border-color: #2899c6;
}

.datepicker table tr td span.active, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active:hover {
  background: #2899c6;
  border-color: #2899c6;
}

.datepicker table tr td span.active.active, 
.datepicker table tr td span.active.disabled, 
.datepicker table tr td span.active.disabled.active, 
.datepicker table tr td span.active.disabled.disabled, 
.datepicker table tr td span.active.disabled:active, 
.datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover.active,
 .datepicker table tr td span.active.disabled:hover.disabled, 
 .datepicker table tr td span.active.disabled:hover:active, 
 .datepicker table tr td span.active.disabled:hover:hover, 
 .datepicker table tr td span.active.disabled:hover[disabled], 
 .datepicker table tr td span.active.disabled[disabled], 
 .datepicker table tr td span.active:active, 
 .datepicker table tr td span.active:hover, 
 .datepicker table tr td span.active:hover.active, 
 .datepicker table tr td span.active:hover.disabled, 
 .datepicker table tr td span.active:hover:active, 
 .datepicker table tr td span.active:hover:hover, 
 .datepicker table tr td span.active:hover[disabled], 
 .datepicker table tr td span.active[disabled] {
  background: #2899c6;
  border-color: #2899c6;
 }

 .btn-primary:hover, 
 .btn-primary:focus, 
 .btn-primary:active, 
 .btn-primary.active, 
 .btn-primary.focus, 
 .btn-primary:active, 
 .btn-primary:focus, 
 .btn-primary:hover, 
 .open > .dropdown-toggle.btn-primary, 
 .btn-outline-primary.active, 
 .btn-outline-primary:active, 
 .show > .btn-outline-primary.dropdown-toggle, 
 .btn-outline-primary:hover, 
 .btn-primary.active, 
 .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background: #2899c6cc;
  border-color: #2899c6cc;
  color:#fff;
 }

#loading-app img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.datepicker-container{
  position: relative;
}
.datepicker-container > input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.datepicker-container i {
  color: #fff;
  position: relative;
  z-index: 0;
  margin-left: 0.5rem;
}
.datepicker-container i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background: #2899c6;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.fc-now-indicator-arrow {
  display: none;
}

.fc-now-indicator-line::before {
  content: "";
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  border-radius: 50%;
  transform: translate(10px, -50%);
}



.card{
  border-radius: 3rem;
}

.btn.active{
  background: #008fd5;
  color:#fff;
}

.fc-time-grid .fc-slats td:hover {
  background-color: #2899c6cc;
}