/*Global*/

/*@font-face {
    font-family: Verlag;
    src: url('/wp-content/themes/raisedRealTheme/fonts/Verlag-Black.otf'), 
         url('/wp-content/themes/raisedRealTheme/fonts/Verlag-Bold.otf'), 
         url('/wp-content/themes/raisedRealTheme/fonts/Verlag-Bold.otf'),
         url('/wp-content/themes/raisedRealTheme/fonts/Verlag-Book.otf'), 
         url('/wp-content/themes/raisedRealTheme/fonts/Verlag-Light.otf'),
         url('/wp-content/themes/raisedRealTheme/fonts/Verlag-XLight.otf');
}*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

#contenido_tab {
    min-height: 800px;
    margin-bottom: 10px;
}
#flashMessage{
	position: absolute;
    right: 1em;
    z-index: 1;
    margin-top: 4em;
    box-shadow: 0pc 4px 10px #3e673e;
    background-color: #ea0016;
    color: white;
    padding: 15px;
}
#flashMessage.alert-success{
	background-color: #56d456 !important;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	margin-bottom: 18px;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);*/
    padding: 2px 20px;
    /*margin: 2% 30%;*/
    font-size: 100%;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #c7254e;
    background: #FFFFFF url('images/error.png') no-repeat 2px 50%;
    border: 1px solid #F5ACA6;
}
.success {
	clear: both;
	color: #fff;
	background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.mensaje_exito{
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    clear: both;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 1em 0;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 30%;
    margin-top: 2%;
    width: 40%;
    background: #FFFFFF url('images/success.png') no-repeat 10px 50%;
    border: 1px solid #56aee0;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

fieldset {
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
fieldset legend {
    font-size: 14px;
    background: #337ab7;
    padding: 4px;
    color: white;
    margin-bottom: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

h4#text-seccion {
	font-size: 1.3rem;
}

#navbarMenuSecundario .nav-link {
	/*border-right: 0.3px solid white;*/
	height: 50px;
}

a {
	color: #276398;
	text-decoration: underline;
}

/*FIN Global*/
.label_subpanel.titulo {
    font-size: 12px;
    background: #56aee0;
    padding: 4px;
    color: white;
    padding-left: 10px;
    margin-bottom: 10px;
}
.bg-content-gris {
    background: #e9ecef;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #337ab7;
    color: #fff;
    text-align: center;
    padding: 0.3em;
    text-transform: capitalize;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #56aee0;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.dtp .p10 > a {
    color: #337ab7;
    text-decoration: none;
}
.dtp table.dtp-picker-days tr > td > a.selected {
    background: #56aee0;
    color: #fff;
}
.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
    border: none;
    text-transform: capitalize;
}



.sidebar_wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #176d9e;
    color: #fff;
    transition: all 0.3s;
}
#sidebar ul.components {
    padding: 20px 0px;
    border-bottom: 1px solid #47748b;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
#sidebar ul li.active>a, #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    cursor: pointer;
    color: white;
}
.sidebar_content {
    width: 100%;
    /* padding: 20px; */
    padding: 0 18px;
    min-height: 100vh;
    transition: all 0.3s;
}
#sidebar.active {
    margin-left: -250px;
}

.tabs-pmh li div {
    background: transparent !important;
    border: 0 !important;
    color: white !important;
}
.tabs-pmh li .active {
    background: white !important;
     color: black !important;
}
.contenido.pmh_view_detail td {
    padding: 0.75rem;
}

.pmh_h5_viewdetail {
    background: #337ab7;
    padding: 6px;
    color: white;
    margin-bottom: 0;
    font-size: 0.85rem;
}

h5.pmh_h5_viewdetail2 {
    background: #56aee0;
    padding: 6px;
    color: white;
    margin-bottom: 0;
    font-size: 0.85rem;
}


span.ico-cabecera {
    font-size: 20px;
    float: left;
    border: 1px solid #dcdada;
    border-radius: 2px;
    width: 29px;
    height: 29px;
    color: #337ab7 !important;
    cursor:pointer;
}
span.ico-cabecera:hover {
    background: #337ab7;
    color: #ffffff !important;
}

span.ico-cabecera.ico-verde i,
span.ico-acciones.ico-verde .fa-solid.fa-rotate{
    color: #5cb85c !important;
}
span.ico-cabecera.ico-verde:hover {
    background: #5cb85c !important;
    border-color: #5cb85c !important;
}
span.ico-cabecera.ico-verde:hover i {
    color: white !important;
}

span.ico-contacto {
    font-size: 20px;
    float: left;
    border: 1px solid #dcdada;
    border-radius: 2px;
    width: 30px;
    height: 30px;
}

.tb_paginador thead {
    background: #d9edf7;
}
.tb_paginador >:not(:first-child) {
    border-top: 0;
}
.tb_paginador>thead:first-child>tr:first-child>th {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.tb_paginador>thead:first-child>tr:first-child>th>a {
    text-decoration: none !important;
}


.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-primary, .btn-info, .btn-success {
	font-size: 12px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/*ESTILOS BG TD*/
.bg-wsp {
	background: #5cb85c !important;
	--bs-table-striped-bg:#5cb85c !important;
}

.bg-llamada-3d {
	background: #276398 !important;
	--bs-table-striped-bg:#276398 !important;
}

.bg-correo {
	background: #ffc107 !important;
	--bs-table-striped-bg:#ffc107 !important;
}

.bg-reunion {
	background: #0dcaf0 !important;
	--bs-table-striped-bg:#0dcaf0 !important;
}

.bg-llamada {
	background: #6c757d !important;
	--bs-table-striped-bg:#6c757d !important;
}

.bg-wsp a,
.bg-llamada a,
.bg-llamada-3d a,
.bg-wsp i,
.bg-llamada i,
.bg-llamada-3d i {
	color: white;
}
.bg-planificada{
    background-color: #67C3F7 !important;
    --bs-table-striped-bg:#67C3F7 !important;
}
.bg-vigente{
    background-color: #ffc107 !important;
    --bs-table-striped-bg:#ffc107 !important;
    color: black !important;
}
.bg-realizada{
    background-color: #198754 !important;
    --bs-table-striped-bg:#198754 !important;
}
.bg-vencida{
    background-color: #dc3545 !important;
    --bs-table-striped-bg:#dc3545 !important;
}
/*
Cotizaciones Nuevo - Call Center -Vigente -Ganado - Perdido - Descartado - No Contesta - Posterga compra - En espera de Stock
*/
.bgc-nuevo{
   background-color: #67C3F7 !important;
    --bs-table-striped-bg:#67C3F7 !important; 
}
.bgc-call-center{
   background-color: #819FF7 !important;
    --bs-table-striped-bg:#819FF7 !important; 
}
.bgc-vigente{
   background-color: #D6F35F !important;
    --bs-table-striped-bg:#D6F35F !important; 
}
.bgc-ganado{
   background-color: #8AF767 !important;
    --bs-table-striped-bg:#8AF767 !important; 
}
.bgc-perdido, .bgc-escartado{
   background-color: #F77367 !important;
    --bs-table-striped-bg:#F77367 !important; 
}
.bgc-no-contesta,.bgc-posterga-compra{
   background-color: #F3D55F !important;
    --bs-table-striped-bg:#F3D55F !important; 
}
.bgc-espera-stock{
   background-color: #5FF39A !important;
    --bs-table-striped-bg:#5FF39A !important; 
}

/*FIN BG TD*/
.td-actividad i {
	font-size: 15px;
	font-weight: 800;
	margin-right: 5px;
}

.cuenta i {
	font-size: 15px !important;
}

.hr-pmh {
	height: 0.5px !important;
}

.validar-campo {
	display: block;
	margin: 0 !important;
}

.tb-pmh h2 {
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
}

#menu-principal .navbar-toggler:focus,
.sub-menu-custom .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

li.btn-page,
ul.pagination span {
	border: 1px solid #e2e6e9;
	padding: 4px 10px;
	margin: 0 3px;
}

ul.pagination span:first-child {
	border-radius: 5px 0px 0px 5px;
}

ul.pagination span:last-child {
	border-radius: 0px 5px 5px 0px;
}

ul.pagination span a {
	text-decoration: none;
}

ul.pagination .current {
	background: #276398;
	color: white;
}

#menu-principal i {
	font-size: 20px;
	margin-bottom: 5px;
}

.modal-header-pmh {
	background: #276398;
	color: white;
}

.btn-close-pmh {
	border: none;
	background: transparent;
}

.btn-close-pmh i {
	font-size: 25px;
	color: white;
}

.sub-menu-custom a:hover {
	color: white !important;
}


.tb-pmh>:not(:first-child) {
	border-top: none !important;
}

#cabecera-calendario {
	background: #337ab7;
	color: white;
}

.footer {
	background-color: #56aee0
}

.btn i {
	font-size: 20px;
}

.btn {
	height: 35px;
}

.btn-buscador {
	border: 1.5px solid #337ab7;
	color: #337ab7;
}

.btn-buscador:hover {
	background: #337ab7;
	color: white;
}

.btn.btn-primary:hover {
	background: #266397;
	color: white;
}

div#AgendarModal,
div#modalNuevoPaciente,
div#pacientesModal,
div#modalNuevoCliente,
div#modalNuevoCliente {
	background: #0f4d7157;
}

.sidebar-header .user-info {
	line-height: 20px !important;
}

.user-img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
}

.btn-cabecera {
	height: 48.5px;
}

/*div#navbarsecundarioContent {
			z-index: 99999999;
			}*/
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 10px 20px;
	color: white !important;
}

.navbar_menu_principal li.active {
	background-color: #337ab7 !important;
}

.navbar_menu_principal ul li a:focus,
.navbar_menu_principal ul li a:hover {
	background-color: #337ab7 !important;
}


li.nav-item.active:first-child {
	border-radius: 4px 0 0 4px;
}

.navbar_menu_principal ul li:first-child a:hover {
	border-radius: 4px 0 0 4px;
}

div#menu-pos {
	position: absolute;
	right: 15px;
}

#menu-pos nav div ul li a {
	color: black !important;
}

#menu-pos nav div ul li,
#menu-pos nav div ul li:hover {
	;
	border-radius: 0 0 4px 0;
}

#menu-pos nav div ul li {
	background: #ffc107;
	border-radius: 0 0 4px 0;
}

#menu-pos nav div ul li:hover {
	background: #e1ac0e;
}

.sub-menu-custom li.active {
	background: #276398;
}

.sub-menu-custom nav {
	height: auto !important;
	margin: 0;
}

.sub-menu-custom li.nav-item:hover {
	background: #276398;
	border-radius: 0 0 0 4px;
}

.navbar-nav .dropdown-menu {
	background: #276398;
	margin-top: 0;
	border: none;
	border-radius: 0 0 4px 4px;
	padding: 0;
}

.sub-menu-custom .nav-item a {
	padding: 15px 10px !important;
	/*border-bottom: 1px solid;*/
}

.navbar-nav .dropdown-menu a:not([href]):not([tabindex]) {
	color: white;
}

.navbar-nav .dropdown-menu a:not([href]):not([tabindex]):hover {
	background: #337ab7;
	color: white;
}

.submenu_hidden {
	display: none;
}

.submenu_show {
	display: block;
}

.custom_submenu_item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.custom_submenu_item a:not([href]):not([tabindex]):hover {
	background: none !important;
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: transparent;
}

div#AgendarModal,
div#modalNuevoPaciente,
div#pacientesModal,
div#modalNuevoCliente,
div#modalNuevoCliente {
	background: #0f4d7157;
}

.user-img {
	width: 60px;
	height: 60px;
	border-radius: 3px;
}

.btn-cabecera {
	height: 48.5px;
}

/*div#navbarsecundarioContent {
			z-index: 99999999;
			}*/
.navbar_menu_principal {
	background-color: #56aee0 !important;
	border: 0 solid #4660af !important;
	margin-bottom: 4px !important;
	border-radius: 4px 4px 0 4px;
	padding: 0;
}

.sub-menu-custom nav {
	height: auto !important;
}

.submenu_hidden {
	display: none;
}

.submenu_show {
	display: block;
}

.custom_submenu_item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.custom_submenu_item a:not([href]):not([tabindex]):hover {
	background: none !important;
}

.col-cab {
	width: 12.5%;
}

.calendar-row .selected {
	background: #337ab773;
}

table#calendario thead tr td {
	width: 8%;
}

.sub-menu-custom .nav-item.show:focus {
	background: #276398;
}

/*23-09-2021*/
.btn-buscar {
	color: white !important;
	background-color: #337ab7;
	border-color: #337ab7;
}

.btn-buscar i {
	font-size: 17px;
	/*margin-left: 5px;*/
	margin-top: 2px;
}

.col-btn-buscar {
	width: 49%;
}

h5.titulo_h5_nuevo {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	margin: 0;
	background: #276398;
	color: white;
	border: 1px solid #276398;
	border-bottom-width: inherit;
}

.titulo_h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	margin: 0;
	color: white;
	border: 1px solid #56aee0;
	border-bottom-width: inherit;
	background: #56aee0;
}

.pmh_view_detail div div table tbody tr td:nth-child(1),
.pmh_view_detail div div table tbody tr td:nth-child(3),
.pmh_view_detail div div table tbody tr td:nth-child(5),
.pmh_view_detail div table tbody tr td:nth-child(1),
.pmh_view_detail div table tbody tr td:nth-child(3),
.pmh_view_detail div table tbody tr td:nth-child(5) {
	background: whitesmoke;
}

.btn-title {
	font-size: 12px;
	top: 0;
	right: 0;
	border-radius: 0;
	height: 100%;
	border-top: none;
    border-bottom: none;
}

.tb-pmh thead {
	background: #337ab7;
}

.tb-pmh thead tr th a,
.tb-pmh thead tr th {
	color: white;
	text-decoration: none;
}

.nav-tabs.tabs-pmh {
	border-bottom: 0px;
}

.tabs-pmh button.active {
	border-radius: 0 !important;
	border-color: #56aee0 !important;
	background: #56aee0 !important;
	color: white !important;
}

.tabs-pmh .nav-link {
	color: black;
    border-radius: 0;
    background: #e6e5e5;
    border-right: 2px solid white;
}

.tabs-pmh .nav-link:focus, .tabs-pmh .nav-link:hover {
    border-color: #337ab7;
    isolation: isolate;
    background: #337ab7;
    color: white;
}

span.ico-acciones {
	font-size: 20px;
	float: left;
	margin: 1% 2%;
	border: 1px solid #dcdada;
	border-radius: 2px;
	width: 29px;
	height: 29px;
	color: #337ab7 !important;
}

span.ico-acciones:hover {
	background: #337ab7;
	border-color: #337ab7;
	color: white !important;
	cursor: pointer;
}

span.ico-acciones .fas.fa-trash-alt,
span.ico-cabecera .fas.fa-trash-alt,
span.ico-acciones .fa-solid.fa-rotate {
	color: #da1d1d;
}

span.ico-acciones.ico-rojo:hover,
span.ico-cabecera.ico-rojo:hover,
span.ico-acciones .fa-solid.fa-rotate:hover {
	background: #da1d1d;
	border-color: #da1d1d;
}

span.ico-acciones.ico-rojo:hover .fas.fa-trash-alt,
span.ico-cabecera.ico-rojo:hover .fas.fa-trash-alt,
span.ico-acciones.ico-rojo:hover .fa-solid.fa-rotate {
	color: white;
}

.row.m-form-cab {
	margin-top: -1.1rem !important;
}

.form-check-input.ml-check {
	margin-left: -10px;
	margin-top: 0px;
}

label.form-check-label.label-check-custom {
	margin-left: 10px;
}

.img-cat-restorant {
	height: 89.4px;
	width: 89.4px;
	margin: 0px 2px;
}

.card-subfamilia {
	cursor: pointer;
	float: left;
	height: 140px;
}

.card-subfamilia div {
	padding: .3rem 0rem 0rem .3rem;
	width: 89.4px;
}

.item_fp {
	line-height: 15px;
	min-height: 30px;
}

div#relleno-pos-1 {
	height: 60%;
}

.tb-pmh td {
	font-size: 11px;
}

.tb-pmh th {
	font-size: 12px;
}

.tb-pmh td,
.tb-pmh th {
	padding: 0.7rem 0.5rem;
}

/*INPUT SELECT BS*/
.select-boostrap button {
	position: absolute !important;
	display: block;
	/*width: 83% !important;*/
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0;
	transition: border-color .15s;
	font-size: 16px !important;
}

.select-form-boostrap button {
	position: absolute !important;
	display: block;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s;
	font-size: 16px !important;
}

.select-boostrap .btn-light:hover{
	background-color: transparent !important;
	border-color: #e4e7ea !important;
}

.select-form-boostrap .btn-light:hover{
	background-color: #ffffff !important;
    border-color: #e4e7ea !important;
}

.select-boostrap button,
.select-boostrap button:hover,
.select-boostrap button:focus,
.select-boostrap button:active {
	color: black !important;
}

.select-form-boostrap button,
.select-form-boostrap button:hover,
.select-form-boostrap button:focus,
.select-form-boostrap button:active {
	color: black !important;
}

.d-box {
	display: -webkit-box;
}

.select-boostrap.show div {
	left: -17% !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
	margin-top: 5px !important;
	font-size: 15px !important;
}

.select-boostrap .dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
}

.select-boostrap .dropdown-item.selected {
	background: #337ab7;
	color: white;
}

.select-form-content {
    height: 56px;
}
/*FIN SELECT BOOSTRAP*/
.tb-pmh thead {
	background: #56aee0;
}

div#buscador_general {
	margin-top: -20px;
}

/*FIN INPUT SELECT BS*/
a#ico-buscador {
	background: #5cb85c;
	border-color: #348f34;
}

/*.tb-pmh thead tr th {
	line-height: 12px;
	padding: 4px 2px;
}*/

.table-bordered td,
.table-bordered th {
	border: 1px solid #ffffff;
}

.invalid-feedback {
	/*margin-top: -19px;*/
	margin-left: 5px;
	font-weight: 600;
}

.tb-pmh label {
	margin: 0;
	color: white !important;
}

.tb-pmh tfoot {
	background: #276398;
	color: white;
}

.tb-fixed {
	position: fixed;
	top: 0;
	background: #56aee0;
	width: 98%;
	height: auto !important;
}

.tb-pmh thead tr th {
	display: table-cell;
}

.tb-pmh thead tr th {
	display: table-cell;
}

/*.tb-pmh thead tr th {
    line-height: 12px;
    padding: 4px 2px;
}*/
.tb-pmh thead tr th a,
.tb-pmh thead tr th {
	color: white;
	text-decoration: none;
}

.sub-menu-custom nav {
	padding: 0;
	background: #337ab7 !important;
	margin-bottom: 0;
	height: 52px;
	border-radius: 0px 0px 4px 4px;
}

#navbarMenuSecundario .dropdown-menu {
    font-size: 12px;
}

/*.bootstrap-select .dropdown-menu {
    left: -46px !important;
}*/
/*MOBILE*/
@media only screen and (max-width: 560px) {
	.navbar_menu_principal {
		border-radius: 4px 4px 0 0;
	}

	#dato-semana h4 {
		font-size: 0.74rem;
	}

	div#contenedorCalendario .card-header {
		padding: 0 10%;
	}

	div#cabecera-calendario .col-cab:first-child .card-header {
		padding: 22% 10%;
	}


}