
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*, button:focus{
  outline: none;
  box-shadow: none;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #545353;
  font-weight: 300;
}
html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a.btn:hover,
a.nav-link:hover {
  text-decoration: none;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #ddc69d;
}

input:focus,
textarea:focus,
.form-control:focus,
input:active,
textarea:active,
.form-control:active{
  box-shadow: none!important;
  background-color: inherit;
  color: inherit;
}
.form-control:focus{
  border-color: #ced4da!important;
}
textarea {
  resize: none;
}
.btn_brand{
  background-color: #76afc2;
  color: #000;
  border-radius: .5rem;
  -webkit-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
-moz-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  min-width: 100px;
  margin-right: 15px;
  border: 0;
}
.btn_brand:hover{
  background-color: #ddc69d;
  color: #fff!important;
}
.btn_brand.__cancel,
.btn_brand.__cancel:hover{
  background-color: #E0E0E0;
  color: #000!important;
}
.btn_brand.__delete,
.btn_brand.__delete:hover{
  background-color: #E53935;
}
.btn.btn_brand:focus,
.btn.btn_brand:active{
	-webkit-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
-moz-box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  box-shadow: -0.314px 8.995px 6.51px 0.49px rgba(0, 0, 0, 0.11);
  color: #fff;
  background-color: #ddc69d;
}
.btn.btn_brand.__cancel:focus,
.btn.btn_brand.__cancel:active{
  background-color: #E0E0E0;
  color: #000!important;
}

/*Custom-select*/
.content_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 125px;
  padding-right: 20px;
  cursor: pointer;
}
/* Eliminamos la fecha que por defecto aparece en el desplegable */
.content_select select::-ms-expand {
  display: none;
}
.content_select{
  position: relative;
}
.content_select i{
  position: absolute;
  right: 5px;
  top: 8px;
  color: #b7b7b7;
  font-size: 10px;
}
/*select.form-control:focus{
  background-color: #fff;
}*/

.form_error{
  color: #F44336;
  font-style: italic;
  font-size: 14px;
}
/*Input style*/
.floating-labels .form-group {
  position: relative;
}
.floating-labels .form-control {
  padding: 7px 5px;
  display: block;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bbbbbb;
  background-color: transparent;
}
.floating-labels .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.floating-labels select.form-control > option {
  font-size: 14px;
}
.floating-labels .has-error .form-control {
  border-bottom: 1px solid #F44336;
}
.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffb22b;
}
.floating-labels .has-success .form-control {
  border-bottom: 1px solid #06d79c;
}
.floating-labels .form-control:focus {
  outline: none;
}
.floating-labels label {
  color: #000;
  position: absolute;
  cursor: auto;
  top: 5px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .bar {
  position: relative;
  display: block;
}
.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #ddc69d;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-labels .bar:before {
  left: 50%;
}
.floating-labels .bar:after {
  right: 50%;
}
.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}

.floating-labels .form-control:focus ~ label {
  top: -10px;
  font-size: 12px;
  color: #263238;
}
.floating-labels .focused label {
  top: -10px;
  font-size: 12px;
  color: #263238;
}
.floating-labels .has-error.focused label {
  color: #F44336;
}

.floating-labels #row_rango  label,
.floating-labels #row_rango_c label,
.floating-labels #row_rango_colab  label{
  top: -10px;
}

.floating-labels input[type="file"]{
  margin-top: 12px;
}

/*.form-float > .form-row:not(:last-child) .form-group{
  margin-bottom: 2.5rem;
}
.form-float .form-control{
  height: 60px;
  padding: 15px .75rem;
  border-radius: 0 .25rem .25rem .25rem;
}
.form-float .switch label{
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: unset;
  border-radius: unset;
  border: 0;
}
.form-float label {
  position: absolute;
  font-size: 13px;
  top: -18px;
  left: 5px;
  background-color: #fff;
  padding: 5px 7px 0;
  border-radius: 0px 10px 0 0px;
  border: 1px solid #ced4da;
  border-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
  z-index: 1;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
h1 {
  line-height: 40px;
  font-size: 36px;}
h2 {
  line-height: 36px;
  font-size: 24px; }
h3 {
  line-height: 30px;
  font-size: 21px; }
h4 {
  line-height: 22px;
  font-size: 18px; }
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.box {
  border-radius: 4px;
  padding: 10px; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

ol li {
  margin: 5px 0;
}

.hide { display: none; }

#main-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.page-wrapper {
  background: transparent;
  padding: 45px 25px 40px 235px;
  position: relative;
}
.page-wrapper:not(.calendar_front, .thank_page, .is_list_torneo) {
  /*padding-top: 125px;*/
}

/*Off Canvas*/
/*body.offcanvasIn{
  max-height: 100vh;
  overflow: hidden;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
body .capa_overlay{
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 70;
  left: 0;
  visibility: hidden;
}
body.offcanvasIn .capa_overlay{
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  visibility: visible;
}
.offcanvas .offcanvas_head i{
  cursor: pointer;
  position: absolute;
  right: 32px;
}
.offcanvas_head .title{
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
}
.offcanvas_btn{
  color: #fff;
  font-weight: 300;
  background: #42A5F5;
  font-size: 14px;
}
.offcanvas_body{
  padding-top: 20px;
}
.offcanvas .item_list_event{
  padding: .25rem .5rem;
  margin-bottom: 15px;
  border-radius: 12px;
  font-size: 15px;
  color: #fff;
}
.offcanvas .item_list_event a{
  color: #fff;
  display: block;
}
.offcanvas_body label{
  font-size: 15px;
}*/
/*Off Canvas Detalles*/
/*.bottom-side-panel.offcanvas{
  width: 768px;
  max-width: 90%;
  padding: 30px;
  background: #fff;
  position: fixed;
  transform: translateY(265px);
  bottom: -5px;
  left: 22%;
  height: 260px;
  z-index: 200;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  -moz-box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.2), 0 0 24px 2px rgba(0,0,0,.14), 0 0 30px 5px rgba(0,0,0,.12);
  border-radius: 10px 10px 0 0;
}
.bottom-side-panel.offcanvas.__in{
  transform: translateY(0);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.offcanvas.detail_event .offcanvas_body{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
}
.offcanvas.detail_event #close_offcanvas_detail{
  position: absolute;
  top: -38px;
  right: -36px;
  font-size: 25px;
  cursor: pointer;
}
.offcanvas.detail_event .img_detail_event{
	width: 150px;
}
.offcanvas.detail_event .title{
  margin-bottom: 20px;
}
.offcanvas.detail_event .info_detail_event div{
  font-style: italic;
  margin-bottom: 5px;
}
.offcanvas.detail_event .horas{
  background-color: #CFD8DC;
  margin-top: 20px;
  padding: .5rem;
}*/

/*CUSTOM Checkbox*/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  z-index: 20;
  height: 25px;
  width: 20px;
  cursor: pointer;
  /*left: -9999px;*/
  opacity: 0;
}
[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  /*line-height: 25px;*/
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #76afc2;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #76afc2;
  background-color: #76afc2;
  z-index: 0;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.input-group.__for_check{
	display: inline-block;
	margin-right: 25px;
	width: auto;
}


/* Boton Switch */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch{
  display: inline-block;
}
.switch label {
  cursor: pointer;
  margin: 0;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #e0e0e0;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #282658;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}


/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
  font-size: 75%;
  display: inline-block;
}
.label.statu.__cancelado {
  background-color: #F44336;
}
.label.statu.__pagado {
  background-color: #00C853;
}
.label.statu.__enviado {
  background-color: #CDDC39;
}
.label.__edit {
  background-color: #1976D2;
}

/*Badge*/
.badge { font-weight: 400; }







/*
color rosa: ddc69d
color azul: 678391
gris letra: 545353
gris fondo dashboard: f1f1f1
*/










/*******************
Registro & Login
*****************/
#login.page_registro{
  max-height: 100vh;
  overflow: hidden;
}
.page_registro{
  margin: 0;
}
.registro_area{
  display: flex;
  display: -ms-flexbox;
  min-height: 100vh;
}
.img_details{
  width: 65%;
  max-width: 65%;
  flex: 0 1 65%;
}
#login .img_details img{
  object-fit: cover;
  width: 100%;
}
.regis_details{
  width: 35%;
  max-width: 35%;
  flex: 0 1 35%;
  padding: 2rem;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), -6px 0 8px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), -6px 0 8px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), -6px 0 8px -4px rgba(0, 0, 0, 0.75);
}
.regis_details .heading_brand{
  margin-bottom: 30px;
  text-align: center;
}
.regis_details .heading_brand img{
  width: 280px;
}
.regis_details .login_text{
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 26px;
}
.regis_details .register_text{
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
}
.regis_details .register_text > a{
  color: #ddc69d;
  font-weight: 500;
}
.regis_details ::placeholder{
  color: #BDBDBD;
}
#s_pass_regi{
  font-style: italic;
  color: #BDBDBD;
  padding-left: 10px;
}
#btn_login{
  display: block;
  width: 100%;
  border-radius: .5rem;
  background-color: #ddc69d;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
#login .form-control#password{
  padding: 7px 30px 7px 5px;
}
#visi_pass{
  cursor: pointer;
}
#login #visi_pass{
  position: absolute;
  top: 10px;
  right: 7px;
}
#recover_pass{
  float: left;
  font-weight: 300;
  margin-top: 12px;
  font-style: italic;
}
#recover_pass a{
  color: #545353;
}
#btn_lgt{
  border: 0;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

/*******************
Menu Topbar & Side
******************/
#menu_lateral{
  position: fixed;
  width: 210px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px .75rem;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 4px 0px 11px -2px rgb(0 0 0 / 15%);
  -moz-box-shadow: 4px 0px 11px -2px rgb(0 0 0 / 15%);
  box-shadow: 4px 0px 11px -2px rgb(0 0 0 / 15%);
}
.navbar-header{
  text-align: center;
}
.is_logo{
  width: 150px;
  margin: 0 auto;
}
#menu_lateral .menu{
  height: 58%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#menu_lateral .menu ul{
  width: 100%;
  max-width: 100%;
}
.menu_divider{
  height: 0;
  width: 100%;
  margin: 0;
  border-top: 1px solid #cd8b89;
}
.perfil_header{
  text-align: center;
}
.perfil_header img{
  width: 80px;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 100%;
}
.perfil_header span{
  font-size: 16px;
  display: block;
  padding: 6px 0;
}
.ti-power-off{
	color: #768d9b;
	font-weight: 600;
}
.ti-power-off:hover{
  color: #cd8b89;
}

/*
.login_menu_superior .form-control{
  font-weight: 300px;
  border-radius: 0;
}
.login_menu_superior .alert{
  margin: 0 15px 0 0;
  padding: .5rem;
  font-size: 12px;
}
.login_menu_superior .form-text{
  margin: 0 0 0 12px;
  max-width: 75px;
  font-size: 10px;
  color: #9E9E9E;
}
/* Menu Topbar 
.topbar {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  z-index: 50; 
  background-color: #FAFAFA;
  min-height: 60px;
  padding: 0;
  border-bottom: #dadce0 1px solid;
}
.topbar .navbar {
  justify-content: space-between;
}
.topbar .navbar-menu {
  justify-content: flex-end;
}
.topbar .navbar-header {
  padding-left: 10px;
}
.topbar .navbar-header .navbar-brand {
  padding-bottom: 0px;
}
.topbar .dropdown-toggle::after {
  display: none;
}
.topbar .navbar-nav > .nav-item > .nav-link {
  padding: 0 15px;
  font-size: 17px;
}
.topbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .round-profile{
  background-color: #1976d2;
  display: block;
  padding: 5px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}
.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li.head {
  padding: 9px 15px;
  color: #67757c;
  font-size: 13px;
  text-align: center;
}
.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}
.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #398bf7;
}
/*Buscador
.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}
.search-box .app-search input {
  width: 100.5%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.search-box .app-search input:focus {
  border-color: #ffffff;
}
.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}
/*dropdown-item
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c;
}
*/



/********
Cards 
*********/
.card {
  position: relative;
}

.card_container {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ECEFF1;
}
/*.card_container .title{
  text-transform: capitalize;
  border-bottom: 1.5px solid #ecd762;
  display: inline-block;
  line-height: 26px;
}
.actions_card{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.btn_card{
  color: #fff;
  background-color: #282658;
  padding: .25rem;
  border-radius: .35rem;
  font-size: 13px;
}
.btn_card:hover{
  color: #fff;
}
.info_card .btn_card{
  display: inline-block;
  margin-top: 10px;
}
.icon-cruz{
  color: #d32f2f;
  cursor: pointer;
}

.cancelar_tick{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
.mes_list,
.is_title{
  color: #282658;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.btn_back{
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
}
.btn_back a{
  color: #282658;
}*/

/*Cambiar contraseña*/
.change_my_pass .form-control{
  font-weight: 300px;
  border-radius: 0;
}
.change_my_pass .card{
  padding: 1.25rem;
}
#reset_pass{
  background-color: #1976D2;
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  margin-top: 20px;
}
/*Ajustes para notif*/
.config_notif .card_container{
  margin-bottom: 50px;
  background-color: #E0E0E0;
}
.config_notif .card_container .is_title{
  margin-bottom: 5px;
}
.config_notif .text_help{
  color: #BDBDBD;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

/**************
Calendario
*************/
#calendar .fc-button:focus{
	outline: 0!important;
	box-shadow: none!important;
}
#calendar a.fc-event{
  cursor: pointer;
  border-color: #fff!important;
}
#calendar .fc-v-event h5.titulo_cal{
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}
#calendar .fc-v-event i.terapeuta_cal{
  color: #fff;
  font-size: 11px;
}
#calendar td,
#calendar th,
#calendar table{
  border-color: #515151!important;
}
.terapeutas_page.__crearcita #calendar .fc-header-toolbar .fc-button,
.pacientes_page.__crearcita #calendar .fc-header-toolbar .fc-button{
  padding: .245rem .375rem;
  font-size: .695em;
}
.terapeutas_page.__crearcita #calendar .fc-header-toolbar .fc-toolbar-title,
.pacientes_page.__crearcita #calendar .fc-header-toolbar .fc-toolbar-title{
  font-size: 1.375rem;
}
.calendar_pacientes_page #calendar .fc-toolbar-title{
  font-size: 21px;
}


/*******************
Tables
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;
}
.no-th-brd.table th,
.no-th-brd.table tr,
.no-th-brd.table td {
  border: 0px;
}

.table thead th{
  border-bottom: 2px solid #2a95c3;
  border-top: 0;
  font-weight: 500;
  color: #14405d;
  font-size: 16px;
}

.table th,
.table td{
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  font-weight: 400;
  padding: 0.875rem 0.5rem;
  text-align: center;
  font-size: 14px;
}
.pagination .page-item.active > .page-link{
	background-color: #678391;
	border-color: #678391;
}

/****Filtro de listado****/
.top_table {
  margin-bottom: 35px;
}
.top_table form{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.top_table form .form-control {
  margin: 0 5px;
}
.top_table form button.form-control {
  width: 100px;
  background: #1976D2;
  color: #fff;
}

/*Buscador*/
.buscador{
  text-align: right;
  position: relative;
}
.buscador .form-control{
  width: 225px;
  max-width: 100%;
  display: inline-block;

  white-space: nowrap;
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.buscador input.table_filter:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#678391), to(#678391)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#678391, #678391), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#678391, #678391), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#678391, #678391), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0;
}

/*Iconos de tablas*/
.table > tbody > tr.paciente_is_select{
	background-color: #FF5252;
}
.table > tbody > tr.terapeuta_is_select{
	background-color: #C8E6C9;
}
.table > tbody > tr > td.pg-actions > div.td_actions{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}
.table > tbody > tr > td.pg-actions > div > a.btn_icon > img{
	margin-right: 7px;
}
.table > tbody > tr > td.pg-actions > div > a.btn_icon:last-of-type > img{
	margin-right: 0;
}


/*************
Form Material
***************/
.form-material .form-group {
  overflow: hidden;
}
.form-material .form-row {
  margin-bottom: 1rem;
}
.form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#e9edf2, #e9edf2);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#e9edf2, #e9edf2);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#e9edf2, #e9edf2);
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.form-control-line .form-group {
  overflow: hidden;
}
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f6f9ff;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #398bf7;
}
.form-material ::placeholder {
  opacity: .55;
}
.form-material [type="submit"]{
  width: 100%;
  text-transform: uppercase;
  background-color: #00E676;
  color: #fff;
}
/*Error validation*/
.form-material .form-control.is-invalid,
.form-material .form-control.focus.is-invalid,
.form-material .form-control:focus.is-invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545)), -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(#dc3545));
  background-image: -webkit-linear-gradient(#dc3545, #dc3545), -webkit-linear-gradient(#dc3545, #dc3545);
  background-image: -o-linear-gradient(#dc3545, #dc3545), -o-linear-gradient(#dc3545, #dc3545);
  background-image: linear-gradient(#dc3545, #dc3545), linear-gradient(#dc3545, #dc3545);
}


/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px; }

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0; }

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #398bf7; }

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #398bf7;
  color: #ffffff; }

.datepicker td,
.datepicker th {
  padding: 5px 10px; }


/*============================================================== 
Select2
============================================================== */
.select2-container--default .select2-selection--single {
  border-color: #b1b8bb;
  height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #398bf7;
  color: #ffffff;
  border-color: #398bf7; }

.input-form .btn {
  padding: 8px 12px; }


/*******************
Table-Data Table
******************/
/*.dataTables_wrapper {
  padding-top: 10px; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #398bf7;
    color: #ffffff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #2f3d4a; }

.dataTables_info,
.dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
      background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
      background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
      background-size: 100% 2px, 100% 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #67757c;
  border: 1px solid #ddd; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #398bf7;
  background-color: #398bf7; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #67757c;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #398bf7;
  background-color: #398bf7; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #67757c; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }
*/


/****************Checkout Area************************/
/*.page_checkout{
  margin: 0;
}
.checkout_area{
  display: flex;
  display: -ms-flexbox;
}
.data_details{
  padding: 2rem 4rem;
  width: 100%;
  max-width: 100%;
}
.data_details .heading_brand{
  margin-bottom: 40px;
  text-align: center;
}
.data_details h5{
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
.data_details .products_details p{
  font-weight: 600;
  font-size: 16px;
  margin: 1rem 0;
}
.data_details form .form-control,
#haveCupon form .form-control {
  height: 42px;
  border: 1px solid #E0E0E0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
}
.data_details ::placeholder,
#haveCupon ::placeholder{
  color: #BDBDBD;
}
.data_details form .form-control:focus,
#haveCupon form .form-control:focus {
  border: 1px solid #90A4AE;
  box-shadow: none;
}
.to_back{
  margin-top: 15px;
  color: rgba(0,0,0,0.25);
}
.to_back a{
  color: rgba(0,0,0,0.35);
}
.to_back a i{
  color: #B0BEC5;
}
.order_details {
  width: 100%;
  border-left: 1px solid #CFD8DC;
  background-color: #ebebeb;
  padding: 50px;
  max-width: 475px;
}
.order_details h5{
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.data_details h5 .embellecedor,
.order_details h5 .embellecedor{
  width: 35px;
  max-width: 100%;
  display: block;
  height: 3px;
  margin-top: 10px;
  background-color: #e51c28;
}

*****Cantidad - qty_product********
.qty_product.input-group{
    width: 75px;  
}
.input-group span.input-group-btn,
.input-group input,
.input-group button{
  display: block;
  margin: 0;
    padding: 0;
    background: none;
    border: none;
}
.qty_product .fa-minus, .qty_product .fa-plus{
  color: #BDBDBD;
  font-size: 13px;
    font-weight: 100;
}
.qty_product.input-group input{
  max-width: 34px;
  font-size: 14px;
}
.delete_item_product{
  position: absolute;
  top: 0;
  right: 0;
  color: #BDBDBD;
}
.delete_item_product:hover{
  color: #F44336;
}

.have_cupon{
  border-bottom: 1px solid #BDBDBD;
  padding: 15px 0 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.have_cupon p{
  font-size: 14px;
  font-weight: 600;
}
#haveCupon{
  padding-bottom: 15px;
}
.have_cupon form{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
#haveCupon form .form-control {
  background-color: #fff;
}
.cupon_btn{
  background-color: #607D8B;
  color: #fff;
  margin-left: 15px;
  border-radius: 0;
}
.order_details .account_details{
  margin-bottom: 22px;
}
.order_details .account_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 400;
}
.order_details .account_details li.the_total {
  font-weight: 700;
  font-size: 14px;
}
.order_details .icons_secure_pay img{
  width: 75%;
  opacity: .3;
  display: block;
  margin: 0 auto;
}
.order_method_pay{
  padding: 1.25rem;
  margin: 17px 0 0;
}
.method_pay:not(:last-child){
  margin-bottom: 15px;
}
.order_method_pay h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.order_method_pay h6 i {
  color: #BDBDBD;
}
.order_method_pay .method_pay p {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0,0,0,0.4);
}
#order_pay{
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
}*/

/*Thank page*/
/*.thank_brand{
  margin: 25px 0;
}
.thank_head p{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid #67757c;
  padding: 0 2rem 15px;
  margin-bottom: 28px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.thank_head h1{
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}
.thank_text{
  margin: 40px 0 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.thank_social{
  font-size: 20px;
  margin-bottom: 10px;
}*/

/************************ADMIN*******************/
body.app{
  background-size: cover;
  background-position: center;
}
.block_menu_card{
  margin-bottom: 40px;
}
.menu_card_inner{
  position: relative;
  text-align: center;
  background-color: #f6f6f6;
  padding: 1.75rem 2.5rem;
}
.menu_card_inner.__black{
  background-color: #000;
}
.menu_card_inner .card_title{
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 16px 0 12px;
}
.menu_card_inner.__black .card_title{
  color: #fff;
}
.menu_card_inner .img_menu_card{
    position: relative;
    margin: 0 auto;
    width: 160px;
}
.menu_card_inner .card_link:before{
  content: " ";
  width: 2px;
  height: 32px;
  margin: 4px auto;
  background-color: #ddc69d;
  display: block;
}
.menu_card_inner .card_link{
  color: #ddc69d;
  font-size: 18px;
  font-weight: 400;
}
.menu_card_inner.__is_active .card-footer,
.menu_card_inner.__is_active:hover .card-footer{
  background-color: #cd8b89;
}
.menu_card_inner.__is_active .title_menu_card,
.menu_card_inner:hover .title_menu_card{
	color: #cd8b89;
}


.page_cuestionarios .menu_card_inner .img_menu_card{
  width: 125px;
}

#btn_volver{
  cursor: pointer;
  color: #B0BEC5;
}
















































/***PACIENTES***/
.contactos_page #btn_desc,
.pacientes_page.__antiguos #btn_crear,
.pacientes_page.__antiguos #btn_desc{
  display: none;
}

.contactos_page .table tr.__is_select{
	background-color: #C8E6C9;
}
.contactos_page .table tr.__is_aceptada{
	background-color: #AED581;
}
.contactos_page .table tr.__is_rechazo{
	background-color: #EF9A9A;
}
.contactos_page .table tr.__is_existe{
	background-color: #CE93D8;
}

.pacientes_page .table tr.__is_pend{
	background-color: #FFF176;
}

.pacientes_page.__detalle .formss .fecha_form{
  margin-bottom: 15px;
}
.pacientes_page.__detalle .formss .__wt_img .perfil_img{
  margin-bottom: 7px;
}
.pacientes_page.__detalle .formss .__wt_img .btn_img{
  width: auto;
  padding: 0.25rem 0.75rem;
  background-color: #00bb2d;
  border-radius: 25px;
  color: #fff;
}
.pacientes_page.__detalle .perfil_img{
	width: 105px;
	height: 105px;
	object-fit: cover;
  max-width: 105px;
  border-radius: 100%;
  margin-left: 5px;
  display: inline-block;
}

.pacientes_page.__detalle .block_infor{
  background-color: #cd8b89;
  align-self: flex-start;
  padding: .625rem 1rem 1.215rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pacientes_page.__detalle .block_infor h2{
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pacientes_page.__detalle .block_equipo{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.pacientes_page.__detalle .block_equipo_inner,
.pacientes_page.__detalle .block_infor_inner{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-y: auto;
}
.pacientes_page.__detalle .block_infor_inner{
  align-items: flex-start;
  flex-wrap: wrap;
}
.pacientes_page.__detalle .card_equipo_item,
.pacientes_page.__detalle .card_infor_item{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-direction: column;
  padding: 0 7px;
  min-width: 170px;
  max-width: 170px;
  position: relative;
}
.pacientes_page.__detalle .card_infor_item{
  min-width: 112px;
  max-width: 112px;
  margin-bottom: 15px;
}

.pacientes_page.__detalle .card_equipo_item .round,
.pacientes_page.__detalle .card_infor_item .round{
  background-color: #678391;
  width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.pacientes_page.__detalle .card_equipo_item .round_del,
.pacientes_page.__detalle .card_infor_item .round_del,
.pacientes_page.__detalle.__ejer .card_formacion .round_del{
  background-color: #E53935;
  width: 17px;
    height: 17px;
    text-align: center;
    display: block;
    line-height: 17px;
    border-radius: 50%;
    font-weight: 100;
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 100px;
    z-index: 50;
}
.pacientes_page.__detalle .card_infor_item .round_del{
    top: 0px;
    left: 68px;
}
.pacientes_page.__detalle .card_equipo_item .perfil_img{
	width: 75px;
	height: 75px;
	max-width: 75px;
	margin-left: 0;
}
.pacientes_page.__detalle .card_equipo_item .name_area{
  font-style: italic;
}
.pacientes_page.__detalle .card_equipo_item h4{
  font-size: 15px;
  margin-bottom: 2px;
}
.pacientes_page.__detalle .card_equipo_item .contact,
.pacientes_page.__detalle .card_infor_item .contact{
  width: auto;
  padding: .25rem .75rem;
  background-color: #00bb2d ;
  border-radius: 25px;
  margin-top: 5px;
  color: #fff;
}
.pacientes_page.__detalle .card_infor_item h4{
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 112px;
  text-align: center;
}

.pacientes_page .perfil_img{
  display: inline-block;
  width: 105px;
  height: 105px;
  object-fit: cover;
  max-width: 105px;
  margin-left: 5px;
  border-radius: 100%;
}
.pacientes_page .formss .fecha_form{
  margin-bottom: 15px;
}
.pacientes_page .formss .__wt_img .perfil_img,
.perfil_terap_page .formss .__wt_img .perfil_img{
  margin-bottom: 7px;
}
.pacientes_page .formss .__wt_img .btn_img{
  width: auto;
  padding: 0.25rem 0.75rem;
  background-color: #00bb2d;
  border-radius: 25px;
  color: #fff;
}

.pacientes_page.__detalle.__ejer .card_formacion_head a{
  /*display: inline;*/
  max-width: 100%;
}
.pacientes_page.__detalle.__mi_equipo .block_equipo{
  margin-bottom: 0;
  padding-top: 10px;
}

.block_submenu_pac{
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 15px;
}

/***TERAPEUTAS***/
.interesados_page #btn_desc,
.terapeutas_page.__antiguos #btn_crear,
.terapeutas_page.__antiguos #btn_desc{
  display: none;
}
.interesados_page .table tr.__is_select{
	background-color: #C8E6C9;
}
.interesados_page .table tr.__is_rechazo{
	background-color: #EF9A9A;
}
.interesados_page .table tr.__is_existe{
	background-color: #CE93D8;
}

.terapeutas_page.__detalle .perfil_img,
.perfil_terap_page .perfil_img{
	display: inline-block;
	width: 105px;
	height: 105px;
	object-fit: cover;
	max-width: 105px;
	margin-left: 5px;
  border-radius: 100%;
}
.terapeutas_page.__detalle .formss .fecha_form,
.perfil_terap_page .formss .fecha_form{
  margin-bottom: 15px;
}
.terapeutas_page.__detalle .formss .__wt_img .perfil_img,
.perfil_terap_page .formss .__wt_img .perfil_img{
  margin-bottom: 7px;
}
.terapeutas_page.__detalle .formss .__wt_img .btn_img,
.perfil_terap_page .formss .__wt_img .btn_img{
  width: auto;
  padding: 0.25rem 0.75rem;
  background-color: #00bb2d;
  border-radius: 25px;
  color: #fff;
}




.auxiliares_page .block_menu_card .menu_card_inner .card-body {
    height: 75px;
}
.auxiliares_page .block_menu_card .menu_card_inner .card-footer {
    height: 45px;
}
.auxiliares_page .menu_card_inner{
	height: unset;
}
.auxiliares_page .floating-labels,
.usuarios_page .floating-labels,
.parametros_page .floating-labels,
.formacion_page .floating-labels{
	margin-top: 30px;
}

/***CLINICA***/
.clinica_virtual{
	margin-top: 24px;
}
.block_chat_item > .card{
	width: 100%;
}
.block_chat_item .card-header{
	background-color: #E0E0E0;
}
.block_chat_item .chat_img{
	width: 50px;
	height: 50px;
    object-fit: cover;
    margin-right: 12px;
}
.block_chat_item.__odd .chat_img{
    margin-right: 0;
    margin-left: 12px;
}
.block_chat_item .card-header .chat_name{
	font-size: 15px;
}
.block_chat_item .card-header .chat_date{
	font-size: 12px;
}
.block_chat_item .round_del{
  background-color: #E53935;
  width: 12px;
  height: 12px;
  text-align: center;
  display: block;
  line-height: 12px;
  border-radius: 50%;
  font-weight: 100;
  font-size: 6px;
  color: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}
.block_chat_item.__odd .round_del{
  top: -1px;
  left: -1px;
}

/***FACTURACION***/
.facturas_page #form_new_factura .btn_brand{
  width: auto;
}
.block_nueva_fact .input-group.__for_check{
  margin-right: 0;
}
.block_nueva_fact td.price > input{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.block_nueva_fact .form-control.no_edit{
  background-color: #E0E0E0;
}
.facturas_page.__detalle .text-bg-success{
	background-color: #cd8b89!important;
}
.facturas_page.__detalle .concep_fact p{
    text-align: right;
}
.facturas_page.__detalle .total{
    font-weight: 700;
}
.facturas_page .menu_card_inner > a.active .title_menu_card{
	color: #cd8b89;
}
.facturas_page .menu_card_inner > a.active > .card-footer{
	background-color: #cd8b89;
}
.facturas_page #factu_x_pac table .badge_statu,
.facturas_page #factu_x_tera table .badge_statu{
	padding: .25rem .95rem;
	font-weight: 600;
	color: #fff;
	border-radius: 0.375rem;
	background-color: #ffc107;
}
.facturas_page #factu_x_pac table .badge_statu.__pagado,
.facturas_page #factu_x_tera table .badge_statu.__pagado{
	background-color: #4CAF50;
}



/***OBJETIVOS***/
.block_goals{
	margin-top: 16px;
	margin-bottom: 15px;
}
.block_goals .block_goals_inner h4{
	margin-bottom: 7px;
}
.block_goals .block_goals_inner ul{
	padding-left: 22px;
}
.block_goals .block_goals_inner ul > li{
	list-style: circle;
	padding: 8px 80px 10px 0;
}
.block_goals .block_goals_inner ul > li .block_goals_act{
	float: right;
	margin-left: 5px;
}
.block_goals .block_goals_inner ul > li .block_goals_act img{
	width: 16px;
}
#form_new_goal{
	margin-top: 8px;
}
.block_seguimiento{
	margin-top: 15px;
}
.block_seguimiento .block_seguimiento_inner{
	padding-left: 12px;
}
.block_seguimiento .block_chat_item .card-header .chat_img{
	width: 30px;
	height: 30px;
    object-fit: cover;
	display: inline;
}
.block_seguimiento .block_chat_item .round_del{
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 6px;
  color: #fff;
  top: -1px;
  right: -1px;
}
.block_seguimiento .block_chat_item .card-body{
	padding: 6px 15px;
}
 

/***FORMACION***/
#forma_tabMenu > .nav-item > .nav-link.active{
	background-color: #ddc69d;
	color: #fff;
}
#forma_tabMenu > .nav-item > .nav-link{
	color: #4E7682;
	font-size: 16px;
    font-weight: 500;
}
.card_formacion{
  font-size: 16px;
  font-weight: 400;
}
.card_formacion_head{
  padding: 15px;
  background-color: #4E7682;
  color: #fff;
  position: relative;
}
.card_formacion_head a{
  font-style: italic;
  color: #fff;
  display: block;
}
.card_formacion .card{
  background-color: transparent;
  border: 1px solid #678391;
  border-radius: 0;
}
.card_formacion .card .formacion_date{
  font-size: 12px;
}
.card_formacion .card .formacion_description{
  margin: 5px 0 15px;
}
.card_formacion .formacion_delet{
  position: absolute;
  top: -5px;
  right: 9px;
}
.pacientes_page.__detalle.__ejer .card_formacion .round_del{
  left: unset;
}
.card_formacion .card .formacion_vid{
  margin-bottom: 5px;
}





/***NOTIFICACION***/
.card_notif{
  padding: .75rem;
  border: 1px solid #bbb;
  border-radius: .525rem;
  background-color: #fff;
}
.card_notif.notif_leido_0{
  box-shadow: rgba(13, 71, 161, 0.35) 0px 5px 15px;
  -moz-box-shadow: rgba(13, 71, 161, 0.35) 0px 5px 15px;
  -webkit-box-shadow: rgba(13, 71, 161, 0.35) 0px 5px 15px;
}
.card_notif .card_notif_head{
  font-weight: 600;
}
.card_notif .card_notif_head,
.card_notif .card_notif_actions{
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.card_notif .notif_desc > div{
  margin-top: 22px;
  background-color: #eee;
}
.card_notif .notif_desc > div.notif_destin{
  margin-top: 10px;
  padding: 0 .575rem;
  background-color: transparent;
  font-weight: 300;
}
.card_notif .notif_desc .notif_leida{
  color: #66BB6A;
  font-weight: 500;
}
.historial_notif .card_notif{
  padding: .475rem .75rem;
}




.__detalle h3{
  color: #cd8b89;
  margin-bottom: 2px;
}
.formss .fecha_form{
  font-style: italic;
  margin-bottom: 45px;
  font-size: 14px;
}
.formss .subtit{
  font-weight: 400;
}
.modal-content .modal-body h2{
  margin-bottom: 20px;
}
