.contenidoBLOCKED {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	pointer-events: none;
}
#logo {
	margin-top:0px;
	margin-left:2px;
	}
#logo img {
	width:160px !important;
	}
#logo2 img {
	width:250px !important;
	margin-left:20px;
	}
@media only screen and (max-width: 479px) and (min-width: 320px) {
#logo {
	width:180px;
	}
#logo-group {
    width: 240px!important;
	}
}
.page-title {
	margin: 8px 0 8px;
}
#publicaciones .titulo {
	font-size:16px;
	font-weight:700;
}
.progress {
	height:10px;
	margin-bottom: 4px;
}
.progress .progress-bar, .progress .progress-meta {
	line-height:10px;
}
.zonaContador {
	padding:2px 4px;
	border-radius:3px;
}
.progress-meta {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-image: url(../img/pattern/overlay-pattern.png);
}
.cate-contenido {
	width:100%;
	height:200px;
	padding:0px 30px;
	border-radius:5px;
	border:1px dotted #c4c4c4;
	}
.page-contenido {
	width:100%;
	padding:10px 0px 4px;
	}
.pagina-listado-contenido {
	color:#728a6b;
	}
.tabla-cuentas h3 {
	margin:10px 0px;
}
.combo-elegircia {
	background-color:#a81c1c;
	border-radius:8px;
	padding:6px 16px 10px;
}
.combo-elegircia h4 {
	color: #fff000;
	font-size: 20px;
}
.combo-elegircia span {
	color: #cfcfcf;
	font-size: 12px;
}
.combo-elegircia select {
	color: #000;
	font-size: 15px;
}
.combo-elegirprod {
	background-color:#baf6c1;
	border-radius:8px;
	padding:6px 16px 10px;
}
.combo-elegirprod h4 {
	color: #353535;
	font-size: 18px;
	font-weight: 700;
}
.combo-elegirprod .row {
	padding:2px 12px 0px;
}
.combo-elegirprod select {
	color: #000;
	font-size: 15px;
}
#extr-page h4.paragraph-header {
	width:100%;
}
#extr-page hr {
	color:#dcdcdc;
	margin:6px 0px;
}
#edicion-cuentas .input-group {
	width:100%;
}
/* carga de imagenes */
#image_preview {
	font-size: 30px;
	text-align: center;
	line-height: 180px;
	font-weight: bold;
	color: #C0C0C0;
	background-color: #FFFFFF;
	overflow: auto;
	}
#selectImage {
	padding: 19px 21px 14px 15px;
	bottom: 0px;
	}
#selectImage input {
	padding:4px 10px;
	font-size:16px;
	
}
.submit {
	font-size: 16px;
	background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
	border: 1px solid #e5a900;
	color: #4E4D4B;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	padding: 10px 0;
	outline: none;
	margin-top: 20px;
	margin-left: 15%;
	}
.submit:hover{
	background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
	}
#file {
	color: blue;
	padding: 5px;
	background: transparent;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px #626F7E;
	border: 0px;
	}
#message {
	}
#success {
	color:green;
	}
#invalid {
	color:red;
	}
#error {
	color:red;
	}
#error_message {
	color:blue;
	}
#loading {
	display:none;

	font-size:25px;
	}
.btn-agregar {
	padding:3px 14px;
	border-radius:5px;
	}
.selector01 {
	min-width:250px;
	max-width:400px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
#editarProspecto .modal-header {
    padding: 10px !important;
}
#editarProspecto .modal-body {
    padding: 10px !important;
}
#editarProspecto .modal-body .h1 {
	margin-top:4px !important;
}
#editarProspecto .modal-body p {
	line-height: 24px;
	font-size: 12px;
	padding-left: 12px;
}
#editarProspecto .modal-body .crm-msj {
	font-size: 12px;
}
#editarProspecto .modal-body .crm-msj small .small01 {
	font-size: 10px;
	font-style: italic;
}
#editarProspecto .badge {
    display: inline-block;
    padding: 0px 4px 3px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 10px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #da3c3c;
    border-radius: 10px;
	cursor:pointer;
}
.label-crm-modal {
	background-color:#e5e5e5;
	color:#484848;
	padding:2px 6px;
	margin-left:2px;
	text-transform:lowercase;
}
.label-crm-modal:hover {
	background-color:#ffda23;
}
#prospectos .label-crm-modal {
	background-color:transparent;
	color:#a7a7a7;
	padding:0px 2px 0px;
	margin:0px 2px;
	text-transform:lowercase;
	font-size:9px;
	line-height:10px !important;
}
#prospectos .label-crm-modal:hover {
	background-color:transparent;
	color:#000;
	font-size:12px;
}
#prospectos small {
	line-height:10px !important;
}
#prospectos th {
	font-size:13px;
}
#prospectos td {
	font-size:12px;
}
.modal .estado-bien {
	padding:3px 10px;
	background:#a5ffa5;
	border:1px dotted #65ab67;
}
.modal .estado-error {
	padding:3px 10px;
	background:#ffc5c5;
	border:1px dotted #f37777;
}
.modal .font-small-01 {
	font-size:10px;
	color:#46495f;
}
.modal .font-small-02 {
	font-style: italic;
    font-size: 9px;
	color:#696969;
}
.modal .font-small-03 {
	color: #326f32;
    font-size: 11px;
}
.modal .icopress {
	cursor:pointer;
}
.modal .table {
	margin-bottom:14px;
}
.modal .table>tbody>tr>td, .modal .table>tbody>tr>th {
	padding:4px 4px;
	font-size:12px;
}
.modal .input-sm {
    height: 22px;
    padding: 4px 8px;
    font-size: 11px;
}
#zonadeCARGA_AJAX .modal select {
    height: 22px;
    padding: 0px 8px;
    font-size: 11px;
}
.modal .margen-top10 {
    margin:4px auto;
}
.modal .margen-top10 td {
    padding:0px !important;
	line-height:20px;
	height:20px;
	display: inline-block;
}
.rating-xs {
    font-size: 18px;
    line-height: 20px;
}
.rating-xs .clear-rating {
    padding-bottom: 7px;
}
.text-rated {
	color:#ff9200;
}
.rating {
	color:#bababa;
}
.zonAgenda {
	display:none;
	background:#ffeeb9;
	padding:4px 1px 10px 1px;
	text-align:center;
}
.zonAgenda .col-lg-2, .zonAgenda .col-lg-3, .zonAgenda .col-lg-4, .zonAgenda .col-lg-5, .zonAgenda .col-lg-6, .zonAgenda .col-lg-7, .zonAgenda .col-lg-8, .zonAgenda .col-lg-9, .zonAgenda .col-lg-10, .zonAgenda .col-lg-11, .zonAgenda .col-lg-12 {
	padding-left:4px;
	padding-right:4px;
}
.divider-10{ 
width:100%; 
min-height:1px; 
margin-top:5px; 
margin-bottom:5px;  
display:inline-block; 
position:relative;
}
.divider-20{ 
width:100%; 
min-height:1px; 
margin-top:10px; 
margin-bottom:10px;  
display:inline-block; 
position:relative;
}
#editarProspecto .table {
    margin-bottom: 12px;
}
.zonaDuplicado {
	padding:20px;
	border:1px dotted red;
	background:#ffcfcf;
}
#openAC {
	cursor:pointer;
}
#openSR {
	cursor:pointer;
}
.ui-draggable-handle {
	cursor:move;
}
.rowcliqued { 
	color: red; 
	font-weight:700;
}
.rowcliqued td { 
	background-color: #c5ffae !important;
}
.serviusados {
	padding:5px 20px;
	background-color:#ffe79e;
	margin: 6px 0px;
}
.serviusados {
	padding:5px 20px;
	background-color:#ffe79e;
	margin: 6px 0px;
}
#zonadeCARGA_AJAX .serviusados .checkbox {
    display: grid;
    padding: 4px 5px !important;
    float: left;
    margin: 0px 15px;
    border-bottom: 1px solid #dcbb91;
}
#zonadeCARGA_AJAX .serviusados .datepick {
	border-radius: 4px;
    padding: 2px 4px;
    border: 1px solid #bebebe;
}
.scrollbar-deep-purple::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-deep-purple::-webkit-scrollbar {
  width: 4px;
  height:4px;
  background-color: #F5F5F5; }

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #512da8; }
.verserviusa {
	display: inline-block;
    padding: 1px 6px;
	vertical-align: middle;
	font-weight: 400;
	background-color:#ffe79e;
	margin: 0px 2px;
}
.verservidesean {
	display: inline-block;
    padding: 1px 6px;
	vertical-align: middle;
	font-weight: 400;
	background-color:#d7ffa9;
	margin: 0px 2px;
}
/* tabla detalle */
@media screen and (max-width: 600px) {
	.tbdetalle {
		font-size:10px;
		color:#000;
	}
	.tbdetalle.table>tbody>tr>td {
		padding-left:2px;
	}
}
.tbdetalle {
	font-size:10px;
	color:#000;
}
.tbdetalle.table>tbody>tr>td {
	padding-left:35px !important;
}
.tbdetalle .text-09 {
	text-transform:lowercase;
	color:gray;
}
/* tama�o texto personalizado */
.text-10 {
	font-size:10px;
	text-transform:lowercase;
	color:#803232;
}
.text-10x {
	font-size:10px;
	text-transform:lowercase;
}
.text-10x {
	font-size:10px;
	text-transform:lowercase;
}
.text-11 {
	font-size:10px;
	text-transform:lowercase;
}
.textosmall01 {
	font-size:9px;
	line-height:10px;
	font-style: italic;
	color:#7da381;
}
/*cuadro de vistasr de logros*/
.ribbon-wrapper {
    width: 88px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 250;
}
.ribbon-wrapper .ribbon {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(35deg);
    position: relative;
    padding: 5px 0;
    left: 15px;
    top: 3px;
    width: 100px;
    line-height: 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: #797979;
}
.mini-stat-type-3 {
    position: relative;
    background-color: #FBFBFB;
    padding: 6px;
    margin-bottom: 12px;
}
.mini-stat-type-3 h3 {
    margin-top: 2px;
	font-size:16px;
	margin: 6px 0;
}
.mini-stat-type-3 .meta-stat {
    display: block;
    border-top: 1px solid #DDD;
    font-size: 10px;
    color: #A7A7A7;
    padding-top: 5px;
    margin: 0 10px;
}
.txtestado {
	font-size:10px;
}
.square-titulo {
	float:left;
	padding:3px 6px;
	margin-right: 5px;
    margin-bottom: 10px;
	color:#868686;
	font-weight:500;
}
.square-estados {
	float:left;
	padding:3px 6px;
	background-color:#fff;
	margin-right: 3px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 2px #888888;
    border-radius: 5px;
}
.square-agtitulo {
	float:left;
	padding:0px 2px;
	margin-right: 3px;
    margin-bottom: 6px;
	color:#868686;
	font-weight:500;
	font-size:11px;
}
.square-agendas {
	float:left;
	padding:0px 6px;
	background-color:#fff;
	margin-right: 4px;
    margin-bottom: 6px;
    box-shadow: 2px 2px 1px #888888;
    border-radius: 3px;
	font-size:11px;
}
.square-estados .pull-left{
	font-size:12px;
	padding:0px 5px;
}
.square-estados .pull-right{
	font-weight:700;
	padding:0px 4px;
	background-color:#dcdcdc;
}
.showFollow {
	cursor:pointer;
}
/* zona de agenda flotante*/
#btnshowD, #btnshowW, #btnshowM, #btnLastPros, #btnUpPros {
	cursor:pointer;
}
#showAgendaFloat {
	position:absolute;
	margin-top:18px;
	padding:5px;
	z-index: 999;
    background: #ffd400;
	right: 10px;
	padding: 2px;
	box-shadow: 3px 3px 8px 0px;
	min-width:420px;
}
#showingAGENDA {
	max-height:500px;
	overflow: auto;
	padding: 2px;
}
#showAgendaFloat table>tbody>tr>th {
	font-size:11px;
	padding:4px 6px;
}
#showAgendaFloat td {
	font-size:10px;
	padding:4px 6px;
}
#showAgendaFloat td>.textosmall01:hover {
	color:#000;
}
#showAgendaFloat .ag-apagado {
	background-color:#9f9f9f !important;
	color:#d0d0d0;
}
#showAgendaFloat .ag-nublado {
	background-color:#e9e9e9 !important;
	color:#868686;
}
#showAgendaFloat .ag-apagado:hover {
	background-color:#e3e3e3 !important;
	color:#868686;
}
.dataTables_filter {
	width:auto !important;
}
.toolbar {
	display:inline;
	margin:0px 5px;
}
#cambiarfecha {
	position:absolute;
	padding:2px 4px;
	min-width:200px;
	max-width:240px;
	background:#ffd400;
	right:10px;
}
#closeShowD {
	color:#fff;
	background:red;
	padding:2px 10px;
}
.agendamsjup {
	font-style: italic;
	color:#e99c6b;
}
.boton-cerrar {
	background-color:red;
}
#showAgendaFloat .text-success {
    color: #1b6917 !important;
}
#checkout-form .smart-form .icon-append, .smart-form .icon-prepend {
    color: #6076ab;
}
.modal-backdrop.in {
	opacity: 0.8;
}
.filtroFollow {
	background: #ffffff;
    border: 1px solid #dcdcdc;
    color: #929292;
    transition: all 375ms ease-in-out;
}