@charset "ISO-8859-1";

@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');

:root {
	--negro: #181818;
	--gris: #666;
	--hover: #bbb;
	--bs-body-color: #212529;
	--default-color-elements:   #181818;
}

body {
	/*font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	/*font-size: 14px;*/
	margin: 0px auto;
	padding: 0;
	background: #fff;
}

body:before {
	content: '';
	background: url(/images/ux/pattern-bg.png);
	background-repeat: repeat;
	background-size: auto;
	opacity: 0.02;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.image_logo {
	width: 250px;
	margin: 100px auto;
}

.color-negro {
	color: #181818;
}

.color-gris {
	color: #adadad;
}

.color-gris-claro {
	color: #aaa;
}

.color-rojo {
	color: #cc0000;
}

.color-bemas {
	color: #a00e59;
}

.color-oscuro-bemas {
	color: #222;
}

.ulink:hover {
	cursor: not-allowed !important;
}

.pointer {
	cursor: pointer;
}

.pointeractive {
	pointer-events: auto !important;
}

.small-13{
	font-size: 13px;
}

/***********/
/* Footer  */
/***********/

/*** ALWAYS ON BOTTOM!!! ***/
html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
}

footer {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	/*text-align: center;*/
}

.logo-footer img {
  width: 100px;
}
/********************/
/*** END ALWAYS ON BOTTOM!!! ***/

/** Overwrite 'btn-primary' and 'btn-default' **/

.btn-primary {
	background: #000 !important;
	font-weight: 600;
	color: #fff;
	border: none;
	padding: 8px 24px;
}

.btn-default {
	background: #ddd !important;
	font-weight: 400 !important;
	color: #181818 !important;
	box-shadow: none !important;
}

/*****************************/

.btn-bemas {
	background: #181818;
	color: #f1f1f1;
}

.btn-export-excel {
	font-weight: 500;
	padding: 5px 12px;
	font-size: 12px;
}

.btn-bemas:hover {
	background: #a00e59;
	color: #f1f1f1;
}

.btn-cancel {
	background: transparent;
	color: #181818;
	border: 1px solid #181818;
}

.btn-cancel:hover {
	background: #181818;
	color: #f1f1f1;
}

.bemashover:hover {
	color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

.bemashover a:hover {
	color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

.bemaspadtxt {
	padding: 2px 12px;
}

.bemas-border {
	border: 1px solid #bbb;
	padding: 15px;
	margin: 5px 0;
}

.d-none {
	display: none !important;
}


.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}

.pr-7 {
	padding-right: 7px;
}

.m-10{
	margin: 10px;
}

.mb-8{
	margin-bottom: 8px;
}

.size-13 {
	font-size: 1.3em;
}

.size-14 {
	font-size: 1.4em;
}

.paddingtext {
	padding: 4px;
}



input:focus,
select:focus {
	outline: 0;
	border-color: #008184 !important;
	box-shadow: 0 0 0px #008184 !important;
}

.separator {
	color: #222;
}

button.finish {
	background: #181818;
	color: #fff;
	font-weight: 700;
}

.border {
	border: 1px solid #222;
	padding: 10px;
}

.border-none {
	border: none !important;
}

.value {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 5px;
	padding: 0 5px;
}

.vertical-centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	min-height: 700px;
	border-radius: 0;
	border: none;
	background: transparent;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0 1em 0 1em;
	word-wrap: break-word;
	font-size: 1.00em;
}

.content .page-header {
	margin-bottom: 20px;
	padding: 0;
}

.container {
	width: 80%;
}

table td {
	vertical-align: middle !important;
}

.normal {
	font-weight: 400;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.inline {
	display: inline-block;
}

.page-header {
	border: none;
}

.page-header h1 {
	/*font-size: 1.5em;*/
	font-size: 22px;
	color: #222;
}

.col-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.pagination_button {
	padding: 5px;
}

a {
	color: #555;
}

.strong {
	font-weight: 600;
}

.inicio_menu {
	text-align: center;
	display: inline-block;
}

.inicio_menu i {
	font-size: 2em;
}

.mensajes_button > a {
	padding-top: 10px !important;
	padding-bottom: 5px !important;
}

.form-group button {
	margin-top: 10px;
}
.status_ok {
	color: #00b33c;
}
.status_warning {
	color: #e67300;
}
.status_error {
	color: #e62e00;
}
.status_normal {
	color: #222;
}
.action_box {
	white-space: nowrap;
}
.action_box form {
	padding: 0em;
}
.Enviado,
.enviado,
.correct {
	background-color: #dff0d8;
}
.warning {
}
.Error,
.danger,
.error {
	background-color: #f2dede;
}
.tab-pane {
	min-height: 300px;
}
h1,
h2,
h3,
h4 {
	color: #025f81;
	text-transform: uppercase;
}
.vacio {
	height: 45px;
}

/*** CAMPAÑAS SETTINGS ***/

.tab-content {
	margin-top: 25px;
}
.nav-tabs > li.active > a {
	color: #000;
}

.campania-name span {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.btn-form {
	width: 100%;
	height: 100%;
	margin-bottom: 4em;
}

.importForm {
	margin-top: 4%;
}

.elementList {
	margin-top: 7%;
}

.example-link .excels {
	font-size: 0.9em;
	text-decoration: underline;
}

.example-link small {
	font-size: 0.8em;
}

.banner {
	padding: 0.47em 0.4em 0.46em 0.4em;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	text-transform: none;
	font-weight: 400;
	font-size: 0.6em;
}

.campaniaName {
	font-weight: 600;
}

/*** END CAMPAÑAS SETTINGS ***/

.access i {
	padding: 6px 12px;
	color: var(--negro);
	font-size: 1.5em;
	cursor: pointer;
}

.access i:hover {
	color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

/*** Protocolos pasos ***/
.steps_form > label {
	font-size: 1.5em;
}
.steps_form .radio {
	font-size: 1.1em;
	padding-top: 0px;
	display: table;
	color: #575756;
}

.steps_form,
.fomr-control-inside {
	margin-left: 7% !important;
}

.fomr-control-inside {
	margin-top: 2%;
}

.wizard-steps {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 2% 0;
	position: relative;
}
.wizard-steps li {
	display: table-cell;
	text-align: center;
	width: 1%;
}
.wizard-steps li .step {
	border: 5px solid #bdbdbd;
	color: #fff;
	font-size: 1.5em;
	border-radius: 100%;
	background-color: #bdbdbd;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}
.wizard-steps li:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #bdbdbd;
	position: relative;
	top: 21px;
	z-index: 1;
}
.wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%;
}
.wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%;
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
	background: none repeat scroll 0 0 #025f81;
	border-color: #025f81;
}
.wizard-steps li.complete .step {
	cursor: default;
	color: #fff;
	-webkit-transition: transform ease 0.1s;
	transition: transform ease 0.1s;
}
.wizard-steps li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	content: '\f00c';
	background-color: #fff;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #87ba21;
}
.wizard-steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #80afd4;
}
.wizard-steps li.complete:hover:before {
	border-color: #80afd4;
}
.wizard-steps li .title {
	display: block;
	margin-top: 4px;
	max-width: 100%;
	color: #949ea7;
	font-size: 14px;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
	color: #2b3d53;
}

.nav-tabs > li.active > a {
	background-color: #ddd !important;
}

input[type='radio'].css-checkbox {
	display: none;
}

input[type='radio'].css-checkbox + label.css-label {
	padding-left: 36px;
	display: inline-block;
	line-height: 31px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	vertical-align: middle;
	cursor: pointer;
}

input[type='radio'].css-checkbox:checked + label.css-label {
	background-position: 0 -331px;
}

.radio input[type='radio'] {
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

.radio label {
	padding-left: 36px;
	display: inline-block;
	line-height: 31px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	vertical-align: middle;
	cursor: pointer;
}

.marked {
	background-position: 0 -331px;
}
.radio label {
	background-image: url('/img/checkbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.summaryprotocol span {
	font-weight: 600;
	font-size: 16px !important;
}

tr.automaticrec {
	background: #95c11f !important;
	height: 45px;
	color: #fff;
}

tr.automaticrec td {
	font-weight: normal !important;
}

.recommended tr {
	background: #eff7d4;
}

.recommended td {
	font-weight: normal !important;
}

/***********/
/* Globals */
/***********/
.call2act {
	background: #222;
	color: #f5f5f5;
	font-weight: 500;
	padding: 2px 14px;
	width: auto;
	border: 0;
	border-radius: 2px;
	font-size: 1em;
	margin: auto 8px;
}

.call2act:hover {
	background: #000;
	color: #fff;
}

.call3act {
	text-transform: uppercase;
	border: 1px solid #444;
	padding: 6px 12px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	font-size: 0.9em;
	background: #f1f1f1 !important;
}

.call3act:hover {
	color: #a00e59;
	border-color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

.back {
	cursor: pointer;
	font-size: 0.8em;
	background: #222;
	color: #f1f1f1;
	padding: 6px 10px;
	font-weight: 600;
	border: 1px solid #222;
}

.back:hover {
	background: #f1f1f1;
	color: #222;
	transition: all 0.3s ease-out 0s;
}

.back i {
	margin-right: 10px;
}

.reference {
	font-size: 0.95em;
}

.w100 {
	width: 100% !important;
}

.w90 {
	width: 90% !important;
}

.w80 {
	width: 80% !important;
}

.w70 {
	width: 70% !important;
}

.w60 {
	width: 60% !important;
}

.w50 {
	width: 50% !important;
}
.w25 {
	width: 25% !important;
}

.messages {
	padding: 6px;
	font-size: 14px;
	width: 300px;
	text-align: center;
	float: right;
}

.download {
	color: #444;
	font-weight: 600;
	font-size: 1.1em;
}

.download a {
	text-decoration: underline;
	color: #444;
}

.download a:hover,
.download i:hover {
	color: #000;
}

.download i {
	margin: 0 8px;
	font-size: 1.2em;
}

.header {
	/*
	color: #222;
	font-size: 1.5em;
	font-weight: 600;
	background:#eee;
	padding: 5px;
	text-align: center;
	*/
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	border-bottom: solid 3px var(--negro);
	padding-bottom: 4px;
	color: var(--bs-body-color);
}

.subheader {
	color: #181818;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

.pl0 {
	padding-left: 0;
}

.underline {
	text-decoration: underline;
}

.acciones a {
	font-size: 22px;
	margin: 0 6px;
}

/***************************/
/* Bootstrap Hacks                 */
/***************************/

.col-md-1_5{
	width: 12%;
}

/***************************/
/* Helpers                 */
/***************************/

.font2x {
	font-size: 1.6rem;
}

.ml-1 {
	margin-left: 4px;
}

.ml-2 {
	margin-left: 8px;
}

.m-t16 {
	margin-top: 16px;
}

.m-t32 {
	margin-top: 32px;
}

.m-t48 {
	margin-top: 48px;
}

.m-b16 {
	margin-bottom: 16px;
}

.m-b32 {
	margin-bottom: 32px;
}

.m-b48 {
	margin-bottom: 48px;
}

.mb-0 {
	margin-bottom: 0;
}

.rounded {
	border-radius: 3em;
}

.transition-back {
	transition: background-color 2s linear;
	-moz-transition: background-color 2s linear;
	-webkit-transition: background-color 2s linear;
	-ms-transition: background-color 2s linear;
}

/***************************/
/* Barra de navegacion     */
/***************************/

.navbar-default {
	background: #181818;
	padding-top: 26px;
}

.navbar-nav {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav > li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 600;
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: #efefef;
	color: #222;
	transition: all 0.1s ease-out 0s;
}

.navbar-responsive-collapse {
	background: #181818;
}

.navbar-collapse {
	max-height: none;
}

.locked a {
	color: #919191 !important;
}

/***********/
/* Home    */
/***********/
.month {
	background: #025f81;
	color: #ffffff;
	padding: 4px 8px;
}

.backexpert {
	background: #555;
	color: #f5f5f5;
}

.backpa {
	background: #a00e59;
	color: #f5f5f5;
}

.home .activities {
	background: #eaeaea;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sellout {
	background: #f2f2fc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.headerhome th {
	border-bottom: 1px solid #666 !important;
}

.headerhome th:first-child {
	border-bottom: none !important;
}

.backtotal {
	background: #222;
	color: #f5f5f5;
}

**********************/
/* Panel Farmacia    */
/*********************/
.farmaciaheader {
	margin: 0 10px 25px 0;
}

.farmaciaheader i {
	margin-right: 4px;
}

.farmaciaheader .clientes {
	display: block;
	background: #333;
	padding: 6px 18px;
	color: #f1f1f1;
	font-size: 0.7em;
}

.farmaciaheader .clientes:hover {
	background: #a00e59;
}

/************************************************/
/* Nuevo Panel Farmacia - nov2021               */
/************************************************/

.mainbutton {
	font-size: 2.15em;
	font-weight: 600;
	margin: 40px auto;
	padding: 24px 12px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 10px solid #222;
	color: #f1f1f1;
	background: #222;
}

.addoperation {
	float: none;
	margin: 0 auto;
}

.addoperation a,
.addoperation a:focus,
.addoperation a:active {
	/*color:#f1f1f1;*/
	outline: none;
	/*text-decoration: none;*/
	/*display: block;*/
	/*width: 100%;*/
}

.addoperation .step {
	background: #222;
	font-size: 16px;
	font-weight: 600;
	margin: 20px auto 14px auto;
	padding: 16px 12px;
	text-align: center;
	cursor: pointer;
	color: #f1f1f1;
}

.addoperation .saveoperation button {
	background: #222;
	font-size: 1.3em;
	float: none;
	cursor: pointer;
	margin: 20px auto;
	color: #f1f1f1;
	padding: 16px 12px;
	font-weight: 600;
}

.operationwrapper {
	margin-bottom: 120px;
}

.promocliente {
	margin-bottom: 20px;
}

.promocliente i {
	font-size: 1.15em;
	color: #777;
	margin-right: 3px;
}

.promocliente .name {
	font-size: 1em;
	color: #777;
}

.promocliente a {
	font-size: 0.95em;
	color: #999;
	text-decoration: underline;
	margin: auto 3px;
}

.selectticket .uploadticket {
	background: #222;
	font-size: 1.3em;
	font-weight: 600;
	margin: 6px auto;
	padding: 12px 12px;
	text-align: center;
	cursor: pointer;
	color: #f1f1f1;
}

.selectticket .uploadtext {
	background: transparent;
	margin: 12px 0 2px 0;
	padding: 0;
	cursor: pointer;
	text-align: right;
	font-size: 1.1em;
}

.selectticket .uploadtext label {
	font-weight: normal;
	color: var(--gris);
	margin: 0;
	padding: 0;
	width: auto;
}

.selectticket #ticket,
.selectticket #cupon {
	margin: 0 auto;
}

.itemname {
	font-size: 1.05em;
	font-weight: 500;
}

.productitem {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 600;
	margin: 12px 0;
}

.disabled {
	background: #bbb !important;
	cursor: not-allowed !important;
}

.navbar {
	text-align: center;
	min-height: 145px;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar img {
	width: 100%;
	max-width: 150px;
}

.dropdown-menu li {
	text-align: left;
}

.navbar-header {
	position: absolute;
	left: 15px;
	top: 25%;
}

.navbar-collapse {
	position: relative;
	z-index: 999;
}

.container-farmacia {
	background-color: #fff;
	padding: 6px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.container-farmacia p {
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}

.carousel {
	width: 90%;
	margin: 0 auto;
}

.btn-venta i {
	margin-right: 8px;
}

.btn-main:hover {
	text-decoration: none;
	color: var(--hover);
}

.btn-default {
	border: 0px;
	background-color: var(--negro);
	color: #ffffff;
	max-width: 350px;
	margin: 0 12px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 14px;
	transition: 0.3s ease-in;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.btn-main {
	border: 0px;
	background-color: var(--negro);
	color: #ffffff;
	max-width: 350px;
	margin: 32px auto;
	margin-right: auto;
	margin-left: auto;
	padding: 12px 32px;
	font-weight: 700;
	font-size: 19px;
	text-transform: uppercase;
	transition: 0.3s ease-in;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.btn-main {
	text-decoration: none;
	text-align: center;
	display: block;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.showticket {
	font-size: 1em;
	text-decoration: underline;
	color: #222;
	font-weight: 600;
}

.showticket a {
	color: #222;
	display: inline;
	margin-left: 3px;
}

.checkstep {
	color: mediumseagreen;
	font-size: 1.25em;
	float: right;
	display: none;
}

.modal-header {
	background-color: var(--negro);
	padding: 8px;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border: 1px solid #fff;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal .modalclose {
	color: #fff;
	border: 0px;
	background: transparent;
	font-size: 35px;
	padding: 0px 10px;
	line-height: 36px;
}
.modal-title {
	text-align: center;
	font-weight: 600;
	/*text-transform: uppercase;*/
	color: #ffffff;
	padding-left: 16px;
	font-size: 1.05em;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-separator {
	color: #222;
	padding: 8px 0;
	margin-bottom: 8px;
	border: 1px solid #222;
}

.openpromos,
.openusers {
	font-size: 1.15em !important;
	padding: 20px;
}

.promoinfo{
	font-size: .9em;
}

.openpromos,
.openusers i {
	font-size: 1.3em;
	margin-right: 4px;
}
.openpromos .promoitem,
.openusers .promoitem {
	cursor: pointer;
	/*margin: 10px 0;*/
	padding: 18px 0;
	border-bottom: solid thin #363636;
	font-weight: 600;
}

.productswatcher {
	font-size: 13px;
}

.form_productsrecomend,
.form_products {
	padding: 15px 4px;
	border: none !important;
}

.promoslist thead {
	text-transform: uppercase;
	font-size: 15px;
	background-color: #f9f9f9;
}

.promoslist .headergrupo {
	background-color: var(--negro);
	border-radius: 0px;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	text-transform: uppercase;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 600;
}

.campaniagrupo td {
	padding: 14px !important;
	font-size: 16px;
}

.collection-item {
	display: table;
	width: 100%;
}

.collection-item .col-sm-3.col-sm-offset-3 {
	float: inherit;
	margin: 0;
}

#table-wrapper {
	position: relative;
}
#table-scroll {
	height: 220px;
	overflow: auto;
	margin-top: 10px;
}
#table-wrapper table {
	width: 100%;
}

.records_list {
	min-height: 50px;
}

.records_list .cn {
	width: 5%;
	font-weigth: 600;
}

.records_list .name {
	width: 90%;
}

.records_list .button {
	width: 5%;
}

.product_vendidos_list tr td,
.product_vendidos tr td {
	border: 0 !important;
}

.product_vendidos_list,
.product_vendidos {
	font-size: .85em;
}

.seleccionados th {
	border-bottom: 0 !important;
}

.productitem i {
	font-size: 17px;
	color: mediumseagreen;
	margin-left: 4px;
}

/* cupon */
.promocuponcodetextwrapper {
	margin: 20px 0;
	font-size: 18px;
}

#promocuponcode {
	width: 100%;
	height: 50px;
	text-align: center;
}

/************************************************/
/* PUNTOS -listado de empleados- */
/************************************************/

.no-active {
	color: red;
}

.minw {
	min-width: 130px;
}
.oficialPoints {
	background-color: #e4e4e4;
}

.editPoints {
	font-size: 21px;
}

/************************************************/
/* Campanias                                    */
/************************************************/

.greyColour {
	color: #aaa;
}

.orangeColour {
	color: rgb(212, 156, 53);
}

.greenColour {
	color: #47a249;
}

.camps .sumary {
	width: 85%;
	margin: 0 auto !important;
}

.camps .sumary td {
	vertical-align: middle;
}

.campaniagrupo .headergrupo .title {
}

.campaniagrupo td.name {
	font-size: 14px;
	font-weight: 600;
}

.promoslist th.promostatus {
}

.promoslist td.promostatus {
	font-size: 14px;
	padding: 0 !important;
}

tbody.campaniagrupo {
	border-top: 20px solid white !important;
}

.camps .sumary .ticket i {
	padding: 6px 12px;
	color: #222;
	font-size: 1.6em;
}

.camps .sumary .ticket i:hover {
	color: #a00e59;
}

.camps .sumary .access i:hover {
	color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

.camps .sumary .alert {
	color: red;
}

.camps .sumary table {
	margin: 0 0 20px 0;
}

.camps .sumary th {
	text-align: center;
	font-size: 1em;
	color: var(--negro);
	padding: 16px 0;
}

.camps .sumary td {
	text-align: center;
	font-size: 1em;
	padding: 16px 0;
}

.camps .sumary td.name {
	font-weight: 600;
	text-align: left;
}

.camp .finish {
	background: var(--negro);
	padding: 14px 10px;
	font-size: 1em;
	color: #f5f5f5;
	font-weight: 700;
}

.camp .finish.disabled {
	background-color: #888;
	pointer-events: none;
}

.camp .finish i {
	font-size: 1.25em;
	margin-right: 6px;
	padding: 0;
	background: transparent;
}

.camp .finish:not(.disabled):hover {
	background: #ff3300;
	transition: all 0.3s ease-out 0s;
}

.camps .mainimage img {
	width: 82%;
	display: block;
	margin: 0 auto;
}

.camps .mainbutton {
	font-size: 2em;
	font-weight: 600;
	margin: 40px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 10px solid #222;
	color: #222;
	background: #f1f1f1;
}

.camps .mainbutton:hover {
	color: #a00e59;
	transition: all 0.3s ease-out 0s;
	background: #eaeaea;
	border-color: #a00e59;
}

.camps .mainbutton i {
	margin-right: 10px;
}

.previous-promos,
.previous-campanias {
	text-transform: uppercase;
	border: 1px solid #444;
	padding: 6px 12px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	font-size: 0.9em;
	background: #f1f1f1 !important;
}

.previous-promos:hover,
.previous-campanias:hover {
	color: #a00e59;
	border-color: #a00e59;
	transition: all 0.3s ease-out 0s;
}

/* estados campania***/
.cerrada,
.finalizada-por-farmacia {
	background: #f8f8f8;
}

.cerrada a,
.finalizada-por-farmacia a {
	color: #aaa;
}

.cerrada i,
.finalizada-por-farmacia i {
	/*background: #888 !important;*/
}

.subida-tickets {
	background: transparent;
}

.subida-tickets-td {
	background: #fff0e6;
}

.abierta-td {
	background: #d4edda;
	color: #1e4828;
}

/*** detalle campania ***/

.headercamp {
	color: #222;
	margin-bottom: 40px;
}

.headercamp img {
	width: 100%;
}

.headercamp .title {
	font-size: 32px;
	color: #222;
	font-weight: 700;
	border-bottom: solid 3px var(--negro);
	padding-bottom: 8px;
	margin-bottom: 24px;
}

.headercamp .desc {
	font-size: 18px;
	color: var(--negro);
	font-weight: 600;
	margin: 0;
}

.headercamp .type {
	color: #222;
	font-size: 1.45em;
	font-weight: 400;
	margin: 12px 0 0 0;
}

.campdata li {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0 20px;
	font-size: 1.5em;
}
.campdata li .key {
	font-weight: 600;
}
.campdata li .value {
	display: block;
	color: #222;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

.detailcamp {
	margin-top: 20px;
}

.detailcamp .finishcamp {
	background: #333;
	color: #f5f5f5;
	padding: 8px 10px;
	font-size: 0.8em;
}

.detailcamp .nosales {
	color: #990000;
	font-size: 1.4em;
}

.maxoperations {
	font-size: 1.5em;
	font-weight: 600;
	margin: 40px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	color: #222;
	background: #f1f1f1;
}

.detailcamp .header {
	background-color: var(--negro);
	padding: 12px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-size: 17px;
}

.detailcamp thead {
	text-transform: uppercase;
	font-size: 15px;
	background-color: #f9f9f9;
}

.detailcamp tr {
	font-size: 14px;
}

.detailcamp td {
	padding: 20px 0;
}

/*** venta campania ***/

.addsale .stepnumber {
	font-size: 2.5em;
	font-weight: 600;
	width: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.addsale .steptitle {
	font-size: 1.5em;
	font-weight: 600;
}

.addsale .savebutton {
	font-size: 2.2em;
	font-weight: 600;
	margin: 30px auto 10px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 3px solid #222;
}

.addsale .savebutton:hover {
	background: #f1f1f1;
	color: #222;
	transition: all 0.3s ease-out 0s;
	border: 3px solid #222;
}

.addsale .newsale {
	font-size: 1.5em;
	font-weight: 600;
	margin: 20px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 3px solid #222;
	color: #222;
}

.addsale .newsale:hover {
	background: #222;
	color: #f5f5f5;
	transition: all 0.3s ease-out 0s;
}

.addsale .back {
	font-size: 1.5em;
	font-weight: 600;
	margin: 20px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 3px solid #222;
}

.addsale .form_datetime {
	display: inline-block;
	cursor: pointer;
}

.addsale .addproductbutton {
}

.addsale .addproductbutton:hover {
	background: #f1f1f1;
	transition: all 0.3s ease-out 0s;
}

.addsale .ticketmessages {
	cursor: default;
	font-size: 2em;
	width: 50%;
}

.addsale .addproduct {
	text-align: center;
	font-size: 1.35em;
	background: #f5f5f5;
	padding: 15px 0;
	list-style-type: none;
	color: #a00e59;
}

.addproduct .itemcampania {
	margin: 10px auto;
}

.addproduct .free {
	color: green;
	display: none;
}

.addproduct .free i {
	font-size: 1.3em;
	margin-right: 6px;
}

.product_name {
	cursor: pointer;
	font-weight: 600;
	font-size: 1.25em;
	text-transform: uppercase;
}

.product_cn {
	font-weight: 600;
	font-size: 1.25em;
	cursor: pointer;
}

.product_puntos {
	cursor: pointer;
	font-weight: 600;
	font-size: 1.25em;
}

.itemcampania {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin: 35px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
}

.itemcampania:hover {
	background: #f1f1f1;
	color: #333;
	border-color: #333;
	transition: all 0.3s ease-out 0s;
}

.itemcampania #datetimepicker1 {
	background: transparent;
	color: #222;
	border: 1px solid transparent;
	text-align: center;
	box-shadow: none;
}

.itemcampania .form_datetime {
	font-size: 22px;
}

.customermessage {
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
}

.campaniacode input {
	width: 100%;
	height: 40px;
	font-size: 1.3em;
	font-weight: 400;
	text-align: center;
	color: #666;
}

/* buscador productos */
.campanias .form-group input {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(153, 153, 153, 0.53);
	-moz-box-shadow: 2px 2px 0px 0px rgba(153, 153, 153, 0.53);
	box-shadow: 1px 1px 0px 0px rgba(153, 153, 153, 0.53);
}

.campanias .form-group input:hover {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(153, 153, 153, 0.53);
	-moz-box-shadow: 2px 2px 0px 0px rgba(153, 153, 153, 0.53);
	box-shadow: 4px 4px 0px 0px rgba(153, 153, 153, 0.53);
}

.removeproduct {
	color: #b30000 !important;
	font-size: 0.8em;
	cursor: pointer;
}

.itemaddanother {
	background: #a00e59 !important;
	color: #f5f5f5 !important;
	font-weight: 500;
	font-size: 1.4em;
}

.itemaddanother:hover {
	background: #f1f1f1 !important;
	color: #333 !important;
	border-color: #333;
	transition: all 0.3s ease-out 0s;
}

/*** Portada - Nueva venta - steps  ***/
.stepswrapper {
	padding: 10px;
	text-align: center;
}

.stepswrapper h4 {
	color: #a00e59;
	font-weight: 600;
}

.clientname {
	font-size: 1.5em;
	font-weight: 600;
	color: #444;
	margin-bottom: 20px;
	text-align: center;
}

.stepsitem {
	color: #f1f1f1;
	font-size: 1.35em;
	font-weight: 500;
	margin: 30px auto;
	padding: 12px 20px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 1px solid #2d2d2f;
	background: #222;
}

.stepsitem:hover {
	color: #f1f1f1;
	background: #a00e59;
	transition: all 0.25s ease-out 0s;
}

.stepsitem i {
	margin-right: 8px;
}

.clientwrapper {
	text-align: center;
}

.clientwrapper .actions {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.clientwrapper .actions .accept {
	display: inline-block;
	background: #333;
	padding: 6px 30px;
	color: #eaeaea;
	font-size: 18px;
	font-weight: 600;
}

.clientwrapper .actions .cancel {
	display: inline-block;
	background: #eaeaea;
	padding: 6px 30px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

/********************/
/* Finder           */
/********************/

.finder div {
	display: inline-block;
}

.finder button {
	margin: 0 12px;
}

/***********************/
/* Programa Avanzado   */
/***********************/

.preseleccion a {
	display: block;
	padding: 5% 0;
}

.preseleccion a:hover {
	background: #ddd;
	color: #333;
	transition: all 0.2s ease-out 0s;
}

/********************/
/* Actividades      */
/********************/

.activities .date {
	width: 25%;
}

.activities .category {
	width: 25%;
}

.activities .status {
	/*width: 10%;*/
}

.activities .sales {
	/*width: 10%;*/
}

.activities .redeemed {
	/*width: 10%;*/
}

.activities .access {
	/*width: 10%;*/
	border: none;
}

.activities i{
	padding-right: 2px;
}

.selectclient {
	color: #f1f1f1;
	font-size: 1.15em;
	font-weight: 500;
	margin: 30px 5px;
	padding: 5px 16px;
	text-align: center;
	float: none;
	cursor: pointer;
	border: 1px solid #2d2d2f;
	background: #222;
}

.selectclient:hover {
	color: #f1f1f1;
	background: #a00e59;
	transition: all 0.25s ease-out 0s;
}

.selectclient i {
	margin-right: 3px;
}

.description-color-pharma {
	width: 10px;
	height: 10px;
	/* background: #cef9bf;*/
	background: transparent;
	border: 1px solid #222;
}

.description-color-expert {
	width: 10px;
	height: 10px;
	/*background: #c1d2e8;*/
	background: #eee;
}

.pharmaActivitiesColor {
	/* background: #cef9bf; */
	background: transparent;	
}

.expertActivitiesColor {
	/*background: #c1d2e8;*/
	background: #efefef;;
}

/*******************************/
/* SECCI�N PUNTOS Y PREMIOS    */
/*******************************/

.noseccion {
	margin: 20px 0;
	font-size: 1.1em;
}

.puntosinfo {
	font-size: 1.1em;
}

.empleados {
	font-size: 1.1em;
}

.empleado {
	padding: 16px 0;
	border-bottom: 2px dotted #444;
}

.empleado:nth-of-type(odd_) {
	background: #f5f5f5;
}

.empleado .nombre {
	margin: 12px 0;
	font-weight: 500;
}

.empleado .puntos {
	font-size: 0.95em;
	margin: 12px 0;
}

.empleado .puntos span {
	border-radius: 0px;
	padding: 3px 16px;
	border: 1px solid #222;
	font-weight: 500;
}

.botoncanjeo a {
	width: 100%;
	margin: 4px 0;
}

.canjeook {
	color: mediumseagreen;
	font-weight: 500;
	font-size: 1em;
	padding: 12px 0;
}

.canjeos {
	margin-bottom: 60px;
}

.canjeo {
	font-weight: 500;
	margin: 14px 0;
}

.canjeoresumen {
	cursor: pointer;
	font-size: 1.15em;
	margin-bottom: 6px;
}

.canjeodetalle {
	margin: 3px 0 3px 30px;
	font-size: 1em;
	color: #666;
}

.empleado i {
	margin-right: 4px;
}

.subheader {
	border-bottom: 1px solid var(--negro);
	padding-bottom: 6px;
}

#seccionpuntos .container {
	min-height: auto;
	padding: 0 0 60px 0;
}

.catalogopremios {
	font-size: 1.05em;
}

.premio {
	padding: 32px 0;
	border-bottom: 1px solid #eee;
}

.premio img {
	height: 200px;
	width: auto;
	-webkit-filter: grayscale(0);
}

.premio img:hover {
	-webkit-filter: grayscale(0);
}

.premio .nombre {
	text-align: left;
	font-weight: 600;
}

.premio .cn {
	text-align: left;
	font-size: 0.95em;
}

.premio .puntos span {
	color: #777;
	border-radius: 12px;
	padding: 3px 16px;
	border: 1px solid #777;
	text-align: left;
}

/** Modal Productos a canjear **/
#productos {
	padding: 15px;
}

#confirmar {
	padding: 15px;
	font-size: 1.2em;
}

.confirmarwrapper {
	margin: 10px 10px 30px 10px;
}

.confirmarwrapper .label {
	font-size: 1.35em;
	font-weight: 700;
}

.confirmarwrapper .name {
	font-weight: 600;
	font-size: 1.2em;
}

.confirmarwrapper .totalcanjeo {
	margin-right: 2px;
}

.confirmarwrapper .totalcanjeowrapper {
	font-weight: 600;
	font-size: 1.05em;
}

.confirmarwrapper .restowrapper {
	font-size: 0.85em;
	color: #777;
}

.confirmarwrapper .totalresto {
	margin-right: 2px;
}

.confirmarwrapper .maintext {
	font-weight: 500;
	font-size: 1.2em;
}

/********************/
/* Ficha cliente    */
/********************/
/* Analisis */
.header-session {
	margin-left: 20px;
}
.analisis .measurements {
	border: 1px solid #025f81;
	background: #fafafa;
}
.analisis .measurements td.title {
	width: 50%;
}

.analisis .measurements td,
th {
	padding: 2px 10px;
}

.analisis label {
	text-align: left;
}

.analisis .pdf a {
	color: #025f81;
	font-weight: 600;
}

.analisis .pdf i {
	color: #c30b15;
}

.analisis .pdf i:hover {
	color: #025f81;
}

/*****************/
/* Mensajes      */
/*****************/
.message {
	display: inline-block;
}

/***********/
/* Modales */
/***********/
.modal-dialog {
	width: 60%;
}

/***********/
/* Upload tickets / cupon */
/***********/
#ticket,
#cupon {
	margin: 20px auto;
	display: block;
	/*width: 50%;*/
	/*max-height: 250px;*/
}

/***********/
/* Utils   */
/***********/
/* Input locked */
.utils-inputlock {
	display: inline-block;
}

.utils-inputlock label {
}

.utils-inputlock .input-group {
	width: 120px;
}

.utils-inputlock button {
	margin: 0 !important;
}

/***********/
/* Cookies */
/***********/
.cookies {
	margin: 6px auto;
	text-align: center;
}

.cookies div {
	display: inline-block;
	margin: auto 10px;
}

.cookies div a {
	text-decoration: underline;
	color: #555;
	font-size: 11px;
}

/* Footer - Project Info */
.projectinfo {
	margin: 12px auto;
	font-size: 11px;
}

/**************************************/
/* Ficha de Cliente                   */
/**************************************/
.product-box {
	margin-bottom: 20px;
}

/**************************************/
/* Expert - upload ticket             */
/**************************************/

.uploadticket {
	margin: 25px auto;
}

.uploadticket input[type='file'] {
	display: none;
}
.uploadticket .custom-file-upload {
	cursor: pointer;
	/*border: 1px solid #ccc;
    display: block;
    padding: 10px 12px;
    cursor: pointer;
    text-align: center;*/
}

.uploadticket .custom-file-upload:hover {
	/*
    background: #222;
    transition: all 0.1s ease-out 0s;
    color: #f5f5f5;
    */
}

.uploadticket .custom-file-upload i {
	margin: 0 10px;
}

.uploadticket .saveticket {
	border: 1px solid #47a447;
	display: block;
	padding: 10px 12px;
	cursor: pointer;
	background: #47a447;
	color: #f5f5f5;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	width: 400px;
}

.uploadticket .saveticket:hover {
	background: #222;
	transition: all 0.3s ease-out 0s;
}

.uploadticket img {
	width: 400px;
}

.ticketmessages {
	display: block;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 1.3em;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}

/************************************************/
/* Buscador de consumidoras - modal             */
/************************************************/
th.username,
th.nombre,
th.email {
	width: 20%;
}

th.apellidos {
	width: 30%;
}

th.actionbutton {
	width: 10%;
}

/************************************************/
/* Ventas-recomendacion => Listado de productos */
/************************************************/

th.image,
th.quantity,
th.button {
	width: 5%;
}

th.name {
	width: 25%;
}

th.barcode {
	width: 15%;
}

th.pnz,
th.promo,
th.category {
	width: 15%;
}

.image_product img {
	max-height: 50px;
	max-width: 50px;
}

.actionbutton a {
	padding: 3px 8px;
}

.product_categoria {
	text-align: left !important;
}

/*
.form_products tr{
	max-height: 20px;
}
*/

/************************************************/
/* Creación Actividades y Refresh  */
/************************************************/

/* selector farmacias */
.select2-container {
	/*margin-bottom: 20px !important;*/
}

.form-actions {
	background: transparent;
	border: none;
}

/************************************************/
/* Seccion Planificacion - listado de jornadas  */
/************************************************/
.jornadaactions {
	max-width: 150px;
	display: block;
}
.jornadaactions .btn {
	margin: 2px 5px;
}

.Pool {
	background: #ccc !important;
	height: 50px;
}

/************************************************/
/* Protocolo web - Analisis de piel              */
/************************************************/
.protocolbutton {
	margin: 40px 0;
}

.protocolbutton input {
	padding: 10px 30px;
	font-size: 1.3em;
}

/************************************************/
/* Ficha Cliente- Sección Notas                 */
/************************************************/

.notaswrapper {
	margin-top: 32px;
}

.notaitem {
	border-top: 1px solid #ddd;
	padding: 24px 0 18px 2px;
}

.notaitem i {
	font-size: 1.05em;
}

.notaheader {
	font-size: 1.2em;
	font-weight: 700;
}

.notacontent {
	margin: 8px 16px 0 16px;
	font-size: 1.1em;
	text-align: justify;
}

.editnota {
	margin: 8px 16px 0 16px;
	font-size: 0.9em;
	background-color: #ddd;
	color: #222;
	border-color: #ddd;
	padding: 4px 8px;
}

/************************************************/
/* Let's use flex
/************************************************/
.flex {
	display: flex;
}
.flex::before,
.flex::after {
	content: none;
}

.flex-gap-1-em {
	gap: 1em;
}

/************************************************/
/* Page header with button using flex
/************************************************/
.page_header.flex {
	justify-content: space-between;
	align-items: center;
	margin: 0 10px;
}

/************************************************/
/************************************************/
/************************************************/
/************************************************/

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 1200px) {
	
	.container {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}

	.navbar{
		min-height: 115px;
	}
		
	.navbar-header {
		float: none;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		display: block;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}

	.navbar-default .navbar-nav > li {
		float: none;
		display: block;
	}
	
	.modal-dialog {
		width: 95% !important;
	}
	
	
	.col-md-1_5{
		width: auto;
	}
	

}

@media (min-width: 768px) and (max-width: 1024px) {
	.body {
		padding: 0;
		margin: 0;
	}

	.container {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	

	.camps .mainimage img {
		width: 100%;
	}

	.camps .sumary {
		width: 100%;
	}

	.headercamp img {
		width: 100%;
	}

	.modal-dialog {
		width: 95% !important;
	}

	#ticket,
	#cupon {
		/*width: 75%;*/
		max-height: 220px;
	}

	.desktop {
		display: none;
	}

	.image_logo {
		width: 250px;
	}

	
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape), Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.camps .mainimage img {
		width: 100%;
	}

	.camps .mainbutton {
		font-size: 1.2em;
		border: 6px solid;
	}

	.camps .sumary {
		width: 100%;
	}

	.camps .sumary th {
		font-size: 0.85em;
	}

	.camps .sumary td {
		font-size: 0.8em;
	}

	.camps .sumary i {
		padding: 4px 8px;
	}

	.headercamp img {
		width: 100%;
	}

	.headercamp .title {
		font-size: 1.8em;
		color: #222;
		font-weight: 600;
	}

	.headercamp .type {
		color: #222;
		font-size: 1.35em;
		font-weight: 400;
	}

	.headercamp .logobemas,
	.headercamp .logocamp {
		display: none;
	}

	h1 {
		font-size: 1.4em;
	}

	.itemcampania {
		font-size: 18px !important;
	}

	.modal-dialog {
		width: 95% !important;
	}

	#productos .form-horizontal .form-group:nth-child(2) {
		display: none;
	}

	#table-scroll {
		height: 210px !important;
	}

	#ticket,
	#cupon {
		/*width: 90%;*/
		max-width: 180px;
	}

	.product_name {
		font-size: 0.95em !important;
	}

	.product_cn {
		font-size: 0.95em !important;
	}

	.desktop {
		display: none;
	}

	.tablet {
		display: none;
	}

	.desktopmobile {
		display: none;
	}

	.image_logo {
		width: 75%;
		margin: 30px auto;
	}

	.selectclient {
		display: inline-block;
		width: 100%;
		margin: 8px 5px;
	}

	.icons-pagination {
		margin: 2px 0;
	}
	
	.modal-dialog {
		width: 95% !important;
	}
	
}
