@CHARSET "ISO-8859-1";

body
{
	/* font: 62.5% "Trebuchet MS", sans-serif; */
	font-family: "Trebuchet MS", sans-serif !important;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	/*
	background-image: url('images/pattern11.jpg');
	background-repeat: repeat;
	*/

	background-color: #f0f0f0 !important;
}

/* .ui-progressbar {
    position: relative;
  }
  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  } */

/*Color de fila en tabla*/
/*links en tabla*/
.tablesorterAlertInfo tbody > tr > td > a
{
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color:inherit;
}
/*Success*/
.tablesorterAlertInfo tbody > tr.alertRowSuccess > td
{
    background: #d4edda!important;
}

.tablesorterAlertInfo tbody > tr.alertRowSuccess:hover > td
{
    background: #3c9c52!important;
}
/*Warning*/
.tablesorterAlertInfo tbody > tr.alertRowWarning > td
{
    background: #f9f4c5!important;
}

.tablesorterAlertInfo tbody > tr.alertRowWarning:hover > td
{
    background: #cabf5ef1!important;
}
/*Error*/
.tablesorterAlertInfo tbody > tr.alertRowError > td
{
    background: #f8d7da!important;
}

.tablesorterAlertInfo tbody > tr.alertRowError:hover > td
{
    background: #e97d87!important;
}
/*Color de fila en tabla*/
.iconAlertTd
{
	color: #dd8615;
}
.iconDownloadF
{
	color: #0d6efdc9;
}
.iconDownloaDB
{
	color: #ad8610;
}


.tablesorterPayments tbody > tr.priceMarginErrorOdd > td
{
    background: #f9f4c5!important;
}
.tablesorterPayments tbody > tr.priceMarginErrorEven > td
{
    background: #fbf08d!important;
}

.tablesorterPayments tbody > tr.priceMarginErrorOdd:hover > td,
.tablesorterPayments tbody > tr.priceMarginErrorEven:hover > td
{
    background: #808080!important;

}

.priceMarginErrorOdd >td a,.priceMarginErrorEven >td a
{
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color:inherit;
}

.d-g-inlineblock{
	display: inline-block!important;
}

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

#progressbar
{
border-radius: 10px;
width: 250px;
height:20px;
}

#progressbar > div
{
	height: 16px;
}

.demoHeaders
{
	margin-top: 2em;
}

#dialog-link
{
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog-link span.ui-icon
{
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

#icons
{
	margin: 0;
	padding: 0;
}

#icons li
{
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

#icons span.ui-icon
{
	float: left;
	margin: 0 4px;
}

/* CLASES PARA plantilla.html */

.plantillaColumns
{
	width: 1000px;

	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;

	-moz-column-rule:3px outset #c4c4c4; /* Firefox */
	-webkit-column-rule:3px outset #c4c4c4; /* Safari and Chrome */
	column-rule:3px outset #c4c4c4;

	-moz-column-gap:80px; /* Firefox */
	-webkit-column-gap:80px; /* Safari and Chrome */
	column-gap:80px;
}

.plantillaColumn
{
	width: 1000px;
}

.row1
{
	width: 50px;
	text-align: left;
}

.row2
{
	width: 500px;
	text-align: right;
}

/* CLASES SOBRE ESCRITAS */

.ui-progressbar .ui-progressbar-value
{
	background-image: url(images/pbar-ani.gif);
	opacity: 0.25;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	height: 24px;
}

.ui-progressbar
{
	background: #4C441E;
}

/* CLASE GENERAL */

.textError
{
	color: #FF0000;
	font-size: 12px;
}

.textRed
{
	color: #FF0000;
}

.textWithData
{
	background-color: rgba(76, 68, 30, 0.25);
}

.readonly
{
	outline: none !important;
	border:0px solid #a1a1a1 !important;
}

.readonly:hover
{
	outline: none !important;
   	border: 0px solid #696969 !important;
}

.readonly:focus
{
	outline: none !important;
   	border: 0px solid #4C441E !important;
}

.readonlyTableDate
{
	outline: none !important;
	border:1px solid #bbb !important;
	width: 62px;
	background: rgba(255, 255, 255, .5);
	font-size: 11px !important;
}

.inputDateTable
{
	outline: none !important;
	border:1px solid #bbb !important;
	width: 63px;
	padding: 8px;
	background: rgba(255, 255, 255, .5);
}

select
{
	font-family: 'Open Sans', arial, sans-serif, 'FontAwesome';
	line-height: 1;
	/*-webkit-appearance: none;*/
   	outline: none;
   	border:1px solid #a1a1a1;
	margin: 0px;
	display: inline-block;

   	border-radius:1px;
   	-moz-border-radius:1px; /* Old Firefox */
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;

   	padding-left: 5px;
   	padding-right: 2px;
	padding-top: 2px;

	height: 25px;
	font-size: 14px;
}

select:hover
{
	border: 1px solid #696969;
	outline: none;
}

select:focus
{
	outline: 1px solid #4C441E;
   	border: 1px solid #4C441E;
}

option
{
	font-family: 'Open Sans', arial, sans-serif, 'FontAwesome';

   	padding-left: 5px;
   	padding-right: 2px;;

	font-size: 14px;
}

option:hover
{
	color: #FFFFFF;
	background-color: #666666;
}

.currencyInput
{
    border: 1px solid #a1a1a1;
	font-family: 'Open Sans', arial, sans-serif, 'FontAwesome';
   	outline: none;
   	border-radius:1px;
   	-moz-border-radius:1px; /* Old Firefox */
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
   	padding-left: 5px;
   	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 25px;
	font-size: 14px;
}

.currencyInput:hover
{
    outline: none;
   	border: 1px solid #696969;
}

.currencyInput:focus
{
    outline: 1px solid #4C441E;
   	border: 1px solid #4C441E;
}

.currencyInput input
{
	outline: none !important;
    border: 0 !important;
}

.currencyInput input:hover
{
	outline: none !important;
    border: 0 !important;
}


.currencyInput input:focus
{
	outline: none !important;
    border: 0 !important;
}

.noBorderInput, .noBorderInput:hover, .noBorderInput:focus
{
	outline: none;
   	border:0px solid #FFFFFF;
}

input[type="text"], input[type="password"], input:not([type]), textarea
{
	font-family: 'Open Sans', arial, sans-serif, 'FontAwesome';
	outline: none;
	border:1px solid #a1a1a1;
	border-radius:2px;
	-moz-border-radius:1px; 
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 2px;
	height: 25px;
}

input[type="text"]:hover, input[type="password"]:hover, input:not([type]):hover, textarea:hover
{
   	outline: none;
		border: 1px solid #696969;
}

input[type="text"]:focus, input[type="password"]:focus, input:not([type]):focus, textarea:focus
{
	outline: 1px solid #4C441E;
   	border: 1px solid #4C441E;
}


input[type="submit"]
{

	padding: .4em 1em;
	diplay: block;
	line-height: 1.4;
	font-family: 'Open Sans', arial, sans-serif, 'FontAwesome';
	font-size: 14px;
	cursor: pointer;
    /* display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;   */
}

.spinner
{
	border: 0px solid black !important;
	width: 20px !important;
	outline: none !important;
}

.progressBar
{
	width: 250px;
}

.progressBarSmall
{
	width: 120px;
	margin-left: auto ;
  	margin-right: auto ;
}

.uploadProgressBar
{
	width: 300px;
	height: 10px;
	margin-left: auto;
  	margin-right: auto;
	background-image: url("images/pbar-ani.gif");
	padding: 0px;
	opacity: 0.25;
}

.uploadProgressBarBack
{
	background-color: #4C441E;
}

.uploadProgressBarDiv
{
	padding-left: 5px;
	width: 300px;
	font-size: 10px;
}

.uploadDiv
{
	background-color: #FFFFFF;
	padding: 0px;
	font-family: 'Open Sans',arial,sans-serif, 'FontAwesome';
	font-size: 14px;
	width: 435px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1101;
}

.uploadFrm
{
	position: absolute;
	left: -217px;
	top: -200px;
	background-color: white;
}

.right
{
	text-align: right !important;
}

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

.center
{
	text-align: center !important;
}

.bold
{
	font-weight: bold;
}

.top
{
	display: table-cell;
	vertical-align: top;
}

.middle
{
	display: table-cell;
	vertical-align: middle;
}

.bottom
{
	display: table-cell;
	vertical-align: bottom;
}

.principalLeft
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	width: 15%;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: right;
	vertical-align: middle;
}

.principalMiddle
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: center;
	vertical-align: middle;
}

.principalRight
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	width: 130px;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: center;
	vertical-align: middle;
}

.toUpperCase
{
	text-transform: uppercase;
}

.toLowerCase
{
	text-transform: lowercase;
}

.toTitleCase
{
	text-transform: capitalize;
}

.modalWaitOverlay
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242424;
	z-index: 1100;
}

.modalWaitOverlayTransparent
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242424;
	z-index: 1100;
	opacity: 0.8;
	filter:Alpha(opacity=80);
}

.modalWaitPopUt
{
	position: fixed;
	z-index: 1101;
	top: 40%;
	left: 50%;
}

.modalWait
{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(36,36,36,0.8) !important;
	z-index: 1600 !important;
	display:none;
}

.modalWaitContent
{
	position: relative;
	top:50%;
	left:50%;
}

.modalWaitOb
{
	position: relative;
	text-align: center;
	top:-40%;
	left:-50%;
}

.textWait
{
	position:absolute;
	top: -20px;
}

.inputError, .inputError:focus, .inputError:hover
{
	outline: 1px solid #FF0000 !important;
   	border: 1px solid #FF0000 !important;
	color: #FF0000 !important;
   	border-radius:1px !important;
   	-moz-border-radius:1px !important; /* Old Firefox */
	-webkit-border-radius: 1px !important;
	-o-border-radius: 1px !important;
   	padding-left: 5px !important;
   	padding-right: 2px !important;
	height: 25px !important;
	font-size: 14px !important;
}

*:focus
{
	outline: none;
}

.container
{
	border: 1px solid #a1a1a1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #fafafa;
	padding: 10px;
}

.containerFilter
{
	border: none !important;
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
}

.generalfilter
{
	border: 1px solid #a1a1a1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #fafafa;
	padding: 10px;
}

.primaryButton
{
	background: #4C441E !important;
	color: white !important;
	border: 1px solid #4C441E !important;
	font-weight: bold !important;
}

.primaryButton:hover
{
	outline: none;
	background: #4C441E;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.primaryButton:focus
{
	outline: none;
	background: #4C441E;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.primaryButton:active
{
	background: #222222;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.secondaryButton
{
	background: #e6e6e6 !important;
	color: #555555 !important;
	border: 1px solid #d1d1d1 !important;
	font-weight: bold !important;
	padding: 5px;
}

.editButton
{
	background: #D08501 !important;
	color: white !important;
	border: 1px solid #D08501 !important;
	font-weight: bold !important;
}

.editButton:hover
{
	outline: none;
	background: #D08501;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.editButton:focus
{
	outline: none;
	background: #D08501;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.editButton:active
{
	background: #222222;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}



.warningButton
{
	background: #8B0000 !important;
	color: white !important;
	border: 1px solid #4C441E !important;
	font-weight: bold !important;
}

.warningButton:hover
{
	outline: none;
	background: #8B0000;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.warningButton:focus
{
	outline: none;
	background: #8B0000;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.warningButton:active
{
	background: #222222;
	color: white;
	border: 1px solid #222222;
	font-weight: bold;
}

.shadowBox
{
	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;
}

button:active
{
	background: #222222 !important;
	color: white !important;
	border: 1px solid #222222 !important;
	font-weight: bold !important;
}

.active:active
{
	background: #222222 !important;
	color: white !important;
	border: 1px solid #222222 !important;
	font-weight: bold !important;
}

.anemexLogo
{
	background-image: url('./images/anemex_logo.svg');
	background-repeat: no-repeat;
	-moz-background-size: 200px; /* Old Firefox */
	background-size: 200px;
	width: 200px;
	height: 150px;
	margin: auto;
	margin-top: 90px;
}

a:link, a:visited, a:active, a:hover
{
	color: #A49F78;
	font-size: 14px;
}

.date
{
}

.hugeTitleGreen
{
	font-size: 90px;
	font-weight: bold;
	color: #4C441E;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-shadow: 5px 5px 3px #bbbbbb;
}

.hugeTitleBlue
{
	font-size: 90px;
	font-weight: bold;
	color: #4C441E;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-shadow: 5px 5px 3px #bbbbbb;
}

.hugeTitleRed
{
	font-size: 90px;
	font-weight: bold;
	color: #8B0000;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-shadow: 5px 5px 3px #bbbbbb;
}

.hugeTitleGreen
{
	font-size: 90px;
	font-weight: bold;
	color: #A49F78;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-shadow: 5px 5px 3px #bbbbbb;
}

.bigTitle
{
	font-size: 60px;
	font-weight: bold;
	color: #A49F78;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.bigTitleBlue
{
	font-size: 60px;
	font-weight: bold;
	color: #4C441E;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.title
{
	font-size: 35px;
	font-weight: bold;
	color: #424242;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.titleRed
{
	font-size: 35px;
	font-weight: bold;
	color: #8B0000;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.smallTitle
{
	font-size: 25px;
	font-weight: bold;
	color: #424242;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.smallSubtitle
{
	font-size: 20px;
	font-weight: bold;
	color: #424242;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.smallText
{
	font-size: 11px;
	/*font-weight: bold;*/
	/*color: #A49F78;*/

	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;

}

.visible
{
	display: inline !important;
	visibility: visible !important;
}

.hidden
{
	display: none;
	visibility: collapse;
}

.hide
{
	display: none;
}

.iconLightBlue
{
	background-image: url('images/ui-icons_4c441e_256x240.png') !important;
}

.redHighBack
{
	background-color: #5E0000;
}

.redLightBack
{
	background-color: #801F21;
}

.blueHighBack
{
	background-color: #4C441E;
}

.blueLightBack
{
	background-color: #4C441E;
}

.grayHighBack
{
	background-color: #A49F78;
}

.grayLightBack
{
	background-color: #f0f0f0;
}

.whiteBack
{
	background-color: #FFFFFF;
}

.redHighText
{
	color: #5E0000;
}

.redLightText
{
	color: #801F21;
}

.blueHighText
{
	color: #4C441E;
}

.blueLightText
{
	color: #4C441E;
}

.grayHighText
{
	color: #A49F78;
}

.grayLightText
{
	color: #f0f0f0;
}

.whiteText
{
	color: #FFFFFF;
}

.whiteText a
{
	color: #FFFFFF;
	text-decoration: none;
}

.cursorPointer
{
	cursor: pointer;
}
.cursorNull{
	cursor: default;
}
.control_loading_right
{
	background-image: url('images/loading_small.gif');
	background-repeat: no-repeat;
	background-position: 90% center;
}

.iconCheck
{
	background-image: url(images/ui-icons_4c441e_256x240.png);
	background-position: -64px -144px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.iconError
{
	background-image: url(images/ui-icons_801f21_256x240.png);
	background-position: -96px -128px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.iconClose
{
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -96px -128px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.iconZoomIn
{
	background-image: url(images/ui-icons_454545_256x240.png);
	background-position: -128px -112px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.iconLoading
{
	background-image: url(images/loading_small.gif);
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
}

.iconEmail
{
	background-image: url(images/ui-icons_4c441e_256x240.png);
	background-position: -80px -96px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
}

.iconTelephone
{
	background-image: url(images/phone-icon.png);
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
}

.iconPencil
{
	background-image: url(images/ui-icons_4c441e_256x240.png);
	background-position: -64px -112px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;
}

.iconHelp
{
	background-image: url(images/ui-icons_ffffff_256x240.png);
	/*background-position: -128px -128px;*/
	background-position: -48px -144px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	border: 0px solid #FFFFFF;


	background-color: #4C441E;
	border-radius:10px;
   	-moz-border-radius:10px; /* Old Firefox */
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

/* Supuestamente para el triangulo de conversacion al estilo Outlook Web */
.messagePointer
{
	border-top-color: #094AB2;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 10px;
}

.tableSmart
{
	border: 1px solid #A49F78;
	border-collapse: collapse;

	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.tableSmart tr th
{
	background-color: #A49F78;
	color: #FFFFFF;

	font-weight: bold;
	cursor: default;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.tableSmart tr:nth-child(even) td
{
	background-color: #F5F5F5;
	color: #222222;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.tableSmart tr:nth-child(odd) td
{
	background-color: #E0E0E0;
	color: #222222;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.tableList
{
	border: 1px solid #A49F78;
	border-collapse: collapse;

	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.tableList tr th
{
	background-color: #A49F78;
	color: #FFFFFF;

	font-weight: bold;
	cursor: default;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.shadow-right{
	
}

.tableListIn
{
	border: 1px solid #A49F78;
	border-collapse: collapse;

	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.tableListIn tr th
{
	background-color: #042542;
	color: #FFFFFF;

	cursor: default;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.tableListIn tr:nth-child(even) td
{
	background-color: white !important;
}

.tableListIn tr:nth-child(odd) td
{
	background-color: #F0FAFF !important;
}

.tableListInXml
{
	border: 1px solid #0e4204;
	border-collapse: collapse;

	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.tableListInXml tr th
{
	background-color: #0e4204;
	color: #FFFFFF;

	cursor: default;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.tableListInXml tr:nth-child(even) td
{
	background-color: white !important;
}

.tableListInXml tr:nth-child(odd) td
{
	background-color: #F0FAFF !important;
}

.ovenIn td{
	background-color: #F5F5F5 !important;
}

.oddIn td{
	background-color: #E0E0E0 !important;
}

.mark
{
    background-color: #324986 !important;
}

.tableList tr:nth-child(even) td
{
	background-color: #F5F5F5;
	color: #222222;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.tableList tr:nth-child(odd) td
{
	background-color: #E0E0E0;
	color: #222222;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.tableList tr:hover td
{
	/*
	background-color: #A49F78;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	*/
}

.modalWindowPosition
{
	position: fixed;
	z-index: 1101;
	top:50%;
	left:50%;
}

.modalWindow
{
	position: relative;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #A49F78;
	background-color: #FFFFFF;
}

.modalTitle
{
	width: 100%;
	border-collapse: collapse;
	background-color: #4C441E;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.modalTitle tr th
{
	padding: 7px;
	font-size: 16px;
}

.modalBody
{
	padding: 10px;
	font: 14px 'Trebuchet MS','sans-serif' !important;
}


/* LOGIN */
#loginCaptcha > .g-recaptcha > div{
	margin: auto;
}
#loginCaptcha
{
	height: 45px;
}

.loginInput
{
	width: 180px;
}

.loginDistribution
{
	padding-bottom: 5px;
}

.loginCentral
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	/*height: 400px;*/
	height: 280px;
	margin-top: -180px;
	margin-left: -275px;
}

.loginPrincipal
{
	border: 2px solid #A49F78;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	border-top-left-radius:20px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:20px;

	-moz-border-top-left-radius:20px;
	-moz-border-top-right-radius:0px;
	-moz-border-bottom-left-radius:0px;
	-moz-border-bottom-right-radius:20px;

	height: 350px;

	background-color: #FFFFFF;
}
.loginPrincipal table{
	height: 100%;
	width: 100%;
}

#loginCenterLogo
{
	width: 100%;
	height: 100%;
}

/* DATA */
.dataCell
{
	float: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	width: 380px;
	height: 130px;
	padding: 5px;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.dataCell:hover
{
	background-color: #666666; /* #4C441E #4C441E #A49F78 */
	border: 1px solid #000000;
	cursor: pointer;
	color: #FFFFFF !important;
}

.dataCell ul{
	padding: 0px;
}

.dataCell li{
	list-style: none;
}

.dataCell li label{
	width: 150px;
	text-align: right;
	font-weight: bold;
	display: inline-block;
}

.dataCellHuge
{
	background-color: white;
	border: 0px solid black;

	position: relative;
	width: 760px;
	height: 380px;
	left: -380px;
	top: -190px;

	padding: 0px;

	font-size: 14px;
}

.dataAvatarImg
{
	width: 90px;
	border-top: 0px #FFFFFF solid;
	border-bottom: 0px #FFFFFF solid;
	border-left: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
}

.dataAvatarImgHuge
{
	width: 200px;
	border: 1px solid black;
	border-radius: 3px;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;
}

.dataBoss
{
	position: relative;
	bottom: 95px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-color: #4C441E;
}

.dataSpace
{
	height: 40px;
}

.dataSpaceInfo
{
	height: 30px;
}

.dataConfirm
{
	padding: 15px;
	background-color: white;
	border: 2px solid #000000;
}

/* NETWORK */

.networkCell
{
	float: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	width: 300px;
	height: 175px;
	padding: 5px;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.networkCell:hover
{
	background-color: #666666; /* #4C441E #4C441E #A49F78 */
	border: 1px solid #000000;
	cursor: pointer;
	color: #FFFFFF !important;
}

.networkCell:hover .footerTargetPets
{
	color: #FFFFFF !important;
	border-color:#FFFFFF !important;
}

.networkCellHuge
{
	background-color: white;
	border: 0px solid black;

	position: relative;
	width: 760px;
	height: 380px;
	left: -380px;
	top: -190px;

	padding: 0px;

	font-size: 14px;
}

.networkAvatarImg
{
	max-width: 85px;
	border-top: 0px #FFFFFF solid;
	border-bottom: 0px #FFFFFF solid;
	border-left: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
}

.networkAvatarImgHuge
{
	max-width: 110px;
	max-height: 110px;
}

.networkAvatarImgHugeDiv
{
	width: 110px;
	height: 110px;
	padding: 5px;
	border: 1px solid black;
	border-radius: 3px;
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 0px; /* ESTO AFECTA LA DISTRIBUCION EN EL DIV */

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;
}

.networkClassA
{
	background-color: #A49F78;
}

.networkClassB
{
	background-color: #A49F78;
}

.networkClassC
{
	background-color: #A49F78;
}

.networkClassE
{
	background-color: #A49F78;
}

.networkClassE1
{
	background-color: #A49F78;
}

.networkClassE2
{
	background-color: #A49F78;
}

.networkClassE3
{
	background-color: #A49F78;
}

.networkClass
{
	color: white;
	width: 35px;
	height: 35px;
	border: 1px solid black;
	font-size: 28px;
	font-weight: bold;
}

.networkGalleryImgDiv
{
	text-align: center;
	width: 120px;
	height: 120px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	cursor: move;
	position: absolute;
	opacity: 0;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.networkGalleryImgDiv:hover
{
	opacity: 1;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.networkGalleryImgDiv .iconClose
{
	position: relative;
	left: 120px;
	top: -14px;
	cursor: pointer;
	background-color: #6F0302;
}

.networkGalleryImgDiv .iconZoomIn
{
	position: relative;
	left: -13px;
	top: -30px;
	cursor: pointer;
	background-color: #D0D0D0;
	border: 1px solid #A49F78;
}

.networkGalleryImg
{
	text-align: center;
	width: 120px;
	height: 120px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.networkGalleryImg img
{
	max-width: 120px;
	max-height: 120px;
}

.networkGalleryImgPH
{
	text-align: center;
	width: 120px;
	height: 120px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	border: 1px dashed #A0A0A0;
}


.networkSucursal
{
	padding-bottom: 5px;
	padding-top: 5px;
	color: #A49F78;
	font: 35px 'Trebuchet MS','sans-serif' !important;
	font-weight: bold !important;
	width: 570px;
	height: 32px !important;
}

.networkFuneraria
{
	/*padding-bottom: 5px;*/
	/*padding-top: 5px;*/
	color: #A49F78;
	/*font: 25px 'Trebuchet MS','sans-serif' !important;*/
	/*font-weight: bold !important;*/
	width: 280px;
}

.netSortGallery
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.netSortGallery li
{
	margin: 10px;
	padding: 10px;
	float: left;
	background-color: #F0F0F0;
}

/* REQUEST & QUOTE */

.quote_ENPROCESO
{
	font-weight: bold;
	color: #A49F78;
}

.quote_RECHAZADA
{
	font-weight: bold;
	color: #800000;
}

.quote_APROBADA
{
	font-weight: bold;
	color: #008000;
}

.quote_ENTREGADA
{
	font-weight: bold;
	color: #000080;
}

.quoteCell
{
	padding: 10px;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.quoteCell:hover
{
	background-color: #E0E0E0;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.quoteRow
{
	height: 35px;
}


/* CONFIG */
.confMenuItem
{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 20px;
	width: 300px;
}

.confMenuItem li
{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

.confMenuItem li ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	font-size: 20px;

}

.confMenuItem li div
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
	background-color: #4C441E;
	cursor: move;
}

.confMenuItem li ul div
{
	background-color: #A49F78;
	border-top: none !important;
	background-color: #A49F78;
	cursor: move;
}

.confMenuItem li span
{
	cursor: pointer;
}

.confMenuItem li ul span
{
	cursor: pointer;
}


.confMenuItemPlus
{
	cursor: pointer !important;
	background-color: white !important;
	color: #A49F78 !important;
	border: 1px dashed black !important;
	height: 25px;
}

.confMenuItemUnselected
{
	/*background-color: #8B0000 !important;*/
	opacity: 0.4;
}

.confMenuItemNoVisible
{
	background-color: white !important;
	color: #A49F78 !important;
}

.confMenuItemText
{
	width: 100%; text-align: left;
}

.confMenuItemPlaceholder
{
	border: 1px dashed black;
	height: 50px;
	background-color: white !important;
}

.confCellHuge
{
	background-color: white;
	border: 0px solid black;

	position: relative;
	width: 760px;
	height: 380px;
	left: -380px;
	top: -190px;

	padding: 0px;

	font-size: 14px;
}

.confModalArea
{
	background-color: white;
	border: 1px solid black;

	position: relative;
	width: 245px;
	height: 110px;
	left: -113px;
	top: -55px;

	padding: 0px;

	font-size: 14px;
}

.confConfirmarModalArea
{
	background-color: white;
	border: 1px solid black;

	position: relative;
	width: 200px;
	height: 130px;
	left: -100px;
	top: -65px;

	padding: 0px;

	font-size: 14px;
}

.confConfirmarModalPosition
{
	background-color: white;
	border: 1px solid black;

	position: relative;
	width: 225px;
	height: 130px;
	left: -113px;
	top: -65px;

	padding: 0px;

	font-size: 14px;
}

.confModalMenu
{
	background-color: white;
	border: 1px solid black;

	position: relative;
	width: 310px;
	height: 255px;
	left: -140px;
	top: -123px;

	padding: 0px;

	font-size: 14px;
}

.configMenuAlert
{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .5rem 1rem;
    margin-top: 0.5rem;
    border: 1px solid transparent;
    text-align: justify;
}

.confModalYesNoMenu
{
	background-color: white;
	border: 1px solid black;

	position: relative;
	width: 200px;
	height: 130px;
	top: -65px;
	left: -100px;

	padding: 0px;

	font-size: 14px;
}

.ui-icon
{
	cursor: pointer;
}

.tableStrech
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	border: 0px black solid;

	border-collapse:collapse;
}

.tablaComisiones
{
	width:90%;
	margin:auto;
}

.tablaComisiones tr:first-child
{
	border-bottom: 2px solid #A49F78;
}

.tablaComisiones tr:nth-of-type(2)
{
	border-bottom: 1px solid #A49F78;
	font-size: 10px;
}

.tablaComisiones tr:nth-of-type(2) td
{
	padding: 8px;
	height: 0px;
}

.tablaComisiones tr td:first-of-type
{
	width: 260px;
	text-align:left;
	font-weight:bold;
}

.tablaComisiones tr.showRowE td
{
	padding: 8px 8px 4px 8px;
}

.tablaComisiones tr td
{
	padding: 4px 8px;
}

/* CREDENTIAL */
.credential
{
	width: 8.5cm;
	height: 5.4cm;

	border: 1px solid black;
	background-color: white;

	border-radius:10px;
	-moz-border-radius:10px;
}

.credentialFont01
{
	font-size: 14px;
	color: #4C441E;
	font-weight: bold;
}

.credentialFont02
{
	font-size: 10px;
	color: #A49F78;
	font-style:italic;
}

.credentialFont03
{
	font-size: 12px;
	color: #A49F78;
	font-style:italic;
	font-weight: bold;
}

.credentialFont04
{
	font-size: 16px;
	color: #A49F78;
	font-weight: bold;
}

/* CUSTOMER */
.customerCellOut
{
	width: 200px;
	height: 150px;
	padding: 15px;
	float: left;
}

.customerCell
{
	width: 190px;
	height: 140px;
	border: 1px solid #000000;
	background-color: white;
	padding: 5px;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.customerCell:hover
{
	background-color: #666666; /* #4C441E #4C441E #A49F78 */
	cursor: pointer;
	color: #FFFFFF !important;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.customerDetailCell
{
	width: 550px;
	border: 1px solid #000000;
	background-color: white;
	padding: 15px;
	margin: auto;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.contractorCellOut
{
	width: 100%;
	padding: 15px;
	float: left;
    overflow: hidden;
    display: flex;
    justify-content: space-between;    
	border: 1px outset #000000;
    margin-bottom: 10px;
}
.fiscalesActive{
    color: green; 
    text-transform: uppercase;
    font-weight: bold;
}
.fiscalesInactive{
    color: maroon; 
    text-transform: uppercase;
    font-weight: bold;
}
.contractorCell
{
	width: 50%;
	padding: 5px;    
    text-align: left;
	/* -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s; */
}

.contractorCellOut:hover,.contractorCell:hover,div.contractorCell.middle:hover,tr.tb.label:hover
{
	background-color: #666666; /* #4C441E #4C441E #A49F78 */
	cursor: pointer;
	color: #FFFFFF !important;
	/* -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s; */
}

.reportDetailCell
{
	width: 800px;
	border: 1px solid #000000;
	background-color: white;
	padding: 15px;
	margin: auto;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

/* SERVICES */

.result
{
	background-color: #FFFF00;
}

.generalCellOut
{
	padding: 15px;
	float: left;
}

.generalCellNotHover
{
	border: 1px solid #000000;
	background-color: white;
	padding: 5px;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.generalCell
{
	border: 1px solid #000000;
	background-color: white;
	padding: 5px;
	cursor: pointer;

	box-shadow: 10px 10px 5px #bbbbbb;
	-moz-box-shadow: 10px 10px 5px #bbbbbb;
	-webkit-box-shadow: 10px 10px 5px #bbbbbb;
	-o-box-shadow: 10px 10px 5px #bbbbbb;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.generalCell:hover
{
	background-color: #666666; /* #4C441E #4C441E #A49F78 */
	color: #FFFFFF !important;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.generalCell span, .generalCell table, .generalCell tr, .generalCell td, .generalCell div
{
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.generalCell:hover span, .generalCell:hover table, .generalCell:hover tr, .generalCell:hover td, .generalCell:hover div
{
	color: #FFFFFF !important;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.legendColor
{
	color: #4C441E;
	font-weight: bold;
}

/* MENU */

.menuTableStrech
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	width: 100%;
	height: 72px;

	border: 0px black solid;

	border-collapse:collapse;
}

.menuTableLogo
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	width: 130px;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: right;
	vertical-align: middle;
}

.menuTableMiddle
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: center;
	vertical-align: middle;
}

.menuTableUser
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	width: 130px;

	border: 0px black solid;

	border-collapse:collapse;

	text-align: center;
	vertical-align: middle;
}

.menuAvatarImg
{
	width: 90px;
	border-top: 3px #FFFFFF solid;
	border-bottom: 0px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
}

.menuAvatarDiv
{
	position: absolute;
	border: 1px #4C441E solid;
	text-align: center;
}

.menuAvatarMore
{
	background-color: #4C441E;
	padding-top: 3px;
	padding-bottom: 0px;
	cursor: pointer;
}

.menuAvatarMore:hover
{
	background-color: #A49F78;
}

/* MENU */

.menuBody /* ul */
{
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
}

.menuItem /* ul li */
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

	display: inline-block;
	position: relative;

	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 17px;
	padding-right: 17px;

	background: #4C441E;

	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	/*z-index: 1;*/
}

.menuItem:hover /* ul li:hover */
{
	background: #A49F78;
	color: #FFFFFF;
}

.menuSubBody /* ul li ul */
{
	padding: 0;
	position: absolute;
	top: 72px;
	left: 0;
	width: 140px;

	display: none;
	opacity: 0;
	filter:Alpha(opacity=0);
	visibility: hidden;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menuSubItem /* ul li ul li */
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

	margin-right: -4px;
	position: relative;
	display: block;

	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 17px;
	padding-right: 17px;

	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	background: #A49F78;
}

.menuSubItem:hover /* ul li ul li:hover */
{
	background: #666666;
}

.menuItem:hover .menuSubBody /* ul li:hover ul*/
{
	display: block;
	opacity: 1;
	visibility: visible;
}

/* MINI MENU */

.menuMiniBody /* ul */
{
	text-align: left;
	display: block;
	/*margin: 0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -41px;
	margin-right: 0px;
	list-style: none;
}

.menuMiniItem /* ul li */
{
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration:none !important;

	display: inline-block;
	position: relative;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 41px;
	padding-right: 41px;

	background: #4C441E;

	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menuMiniItem:hover /* ul li:hover */
{
	background: #A49F78;
	color: #FFFFFF;
}

.menuMiniSubBody /* ul li ul */
{
	padding: 0;
	position: absolute;
	top: 19px;
	left: 0;
	width: 95px;

	display: none;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menuMiniSubItem /* ul li ul li */
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

	margin-right: -4px;
	position: relative;
	display: block;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;

	cursor: pointer;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;

	background: #A49F78;
}

.menuMiniSubItem:hover /* ul li ul li:hover */
{
	background: #666666;
}

.menuMiniItem:hover .menuMiniSubBody /* ul li:hover ul*/
{
	display: block;
	opacity: 1;
	visibility: visible;
}

.menuMiniNoLink
{
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration:none !important;
}

/*Affiliated*/
.ui-accordion-header, .ui-accordion-content{
	text-align: left;
}

#frmNewAffiliated label{
	width: 140px;
	display: inline-block;
	text-align: right;
}

.sections{
	display: inline-block;
	vertical-align: top;
}

.clone, .delete{
	cursor: pointer;
}

.clone:before{
	content: "\f067";
}

.delete:before{
	color: #CC0000;
	content: "\f05e";
}

.sections .section{
	margin: 0 0 5px 0;
}

.newAffiliated{
	width: 380px;
	height: 130px;
	border: 1px solid #000;
	background: #FFF;
	display: inline-block;
	margin: 0px;
}

.newAffiliated:hover{
	background: #666;
	cursor: pointer;
	color: #FFF;
}

.newAffiliated div{
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 0;
	margin: 10px 0
}

.centrado {
	display: block;
	margin: 0 auto;
}

/*Buscador*/
.optionsMenu li{
	text-align: left;
}
.optionsMenu li .fa {
	width: 18px;
	text-align: center;
	padding: 0 10px;
}

.optionsMenu li:hover {
	text-decoration: underline;
	cursor: pointer;
}

.searchContainer {
	width: 720px;
	background-color: transparent;
	margin: 0 auto;
	padding: 7px 3px;
}

.searchform {
	background: none;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
	box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.25);
	color: #000000;
}

.searchform {
	width: 644px;
	padding: 0;
	border-radius: 4px;
	position: relative;
	margin: 0 auto;
	background-color: #E6E6E6;
}

.searchform input, .autosizejs {
	text-decoration: none;
	font-size: 13px;
	padding: 2px 11px;
	margin: 0 40px;
	background-color: #E6E6E6;
	border-style: none;
	color: #6E6E6E;
	line-height: 1.3;
	width: 545px;
	height: 24px;
	box-shadow: none;
	resize: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, FontAwesome;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
	box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
}

.searchform input:focus, .searchform input::-moz-focus-inner,
.searchform button:focus, .searchform button::-moz-focus-inner {
	outline: none;
	border: 0;
}

.searchform input::-webkit-input-placeholder {
	color: #000000;
}
.searchform input:-moz-placeholder { /* 1 */
	color: #000000;
}
.searchform input::-moz-placeholder {
	color: #000000;
}
.searchform input:-ms-input-placeholder {
	color: #000000;
}
.searchform input:placeholder { /* 2 */
	color: #000000;
}

.searchform * {
	font-size: 13px;
	vertical-align: middle;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.icon-search:before {
	content: "\f002";
	color: #000000;
}
.icon-affiliated:before {
	content: "\f007   \f0d7";
	color: #000000;
}
.icon-rfc:before {
	content: "\f029   \f0d7";
	color: #000000;
}
.icon-id:before {
	content: "\f02a   \f0d7";
	color: #000000;
}
.icon-contract:before {
	content: "\f044   \f0d7";
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}

.searchform .icon-search {
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 3px;
	border-width: 0;
	background-color: transparent;
	padding: 0 0 0 7px;
	opacity: 0.40;
	color: #000000;
	font-size: 16px;
}

.searchform .icon-search{
	cursor: pointer;
	color: #000000;
}

.searchform #options {
	position: absolute;
	left: 7px;
	top: 5px;
	bottom: 3px;
	border:0;
	background-color: transparent;
	padding: 0px;
	opacity: 0.40;
	color: #000000;
	font-size: 16px;
	outline: none;
}

.show{
	display: block;
}
.searchform #options:focus, .searchform #options::-moz-focus-inner {
	outline: none;
	border: 0;
}

.searchform #options:hover{
	cursor: pointer;
}

.searchform .optionsMenu{
	display: none;
	position: absolute;
	list-style: none;
	padding: 4px 0;
	left: 0px;
	top: 15px;
	z-index: 20;
	background-color: #E6E6E6;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
	box-shadow: inset 0 0 2px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.25);
	width: 100%;
	margin-top: 15px;
}
 .searchform input[type="text"]:hover{
 	outline: none;
   	border: 0;
 }

 #searchResult .dataCell{
 	margin: 15px 25px;
 }

.field{
	margin: 5px;
}
.field label{
 	font-weight: bold;
	width: 200px;
	text-align: right;
	display: inline-block;
	margin: 0 10px;
}
.field span, .field .editInputs{
	display: inline-block;
	width: 483px;
	vertical-align: top;
}

#tabs-beneficiary .field label{
	width: 150px;
}

.editInputs{
	display: inline-block;
	vertical-align: top;
	width: 483px;
}

.editInputs input, .editInputs select, .editInputs .select2-container{
	margin: 0 4px 4px 0px;
}

.panel{
    height: 265px;
    overflow: auto;
}


/* ENCUESTAS */

.encuesta_servicios_respuesta_EXCELENTE + label.ui-state-active,
.encuesta_servicios_respuesta_SI + label.ui-state-active,
.encuesta_servicios_respuesta_10 + label.ui-state-active
{
	background: DarkGreen !important; /*LimeGreen*/
}

.encuesta_servicios_respuesta_BUENO + label.ui-state-active,
.encuesta_servicios_respuesta_9 + label.ui-state-active,
.encuesta_servicios_respuesta_8 + label.ui-state-active
{
	background: LimeGreen !important;
}

.encuesta_servicios_respuesta_REGULAR + label.ui-state-active,
.encuesta_servicios_respuesta_7 + label.ui-state-active,
.encuesta_servicios_respuesta_6 + label.ui-state-active
{
	background: GoldenRod !important;
}

.encuesta_servicios_respuesta_MALO + label.ui-state-active,
.encuesta_servicios_respuesta_5 + label.ui-state-active,
.encuesta_servicios_respuesta_4 + label.ui-state-active
{
	background: Red !important;
}

.encuesta_servicios_respuesta_PESIMO + label.ui-state-active,
.encuesta_servicios_respuesta_NO + label.ui-state-active,
.encuesta_servicios_respuesta_3 + label.ui-state-active,
.encuesta_servicios_respuesta_2 + label.ui-state-active,
.encuesta_servicios_respuesta_1 + label.ui-state-active
{
	background: Maroon !important;
}

.encuesta_servicio_respuesta_promotores + label.ui-state-active
{
    background: green !important;
}

.encuesta_servicio_respuesta_pasivos + label.ui-state-active
{
    background: blue !important;
}

.encuesta_servicio_respuesta_detractores + label.ui-state-active
{
    background: Maroon !important;
}

/* REPORTE COBERTURA */

.columnas_3
{
	column-count: 3;

	-webkit-column-count: 3;
    -moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
}

.STATUS_CONTRATO_ACTIVO
{
	color: green !important;
}

.STATUS_CONTRATO_BAJA
{
	color: maroon !important;
}

.STATUS_CONTRATO_CANCELADO
{
	color: maroon !important;
}

.STATUS_CONTRATO_REACTIVACION
{
	color: green !important;
}

.containerSucLevel {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    width:10px;
}

.containerSucLevel input {
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.sucLevelCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    background-color: #EEEEEE;
}

.containerSucLevel:hover input ~ .sucLevelCheckmark {
    background-color: #C6C6C6;
}

.containerSucLevel input:checked ~ .sucLevelCheckmark {
    background-color: #0A518A;
	color: #FFFFFF;
}

.globebox , .plandetail{
	display: none;
	font-size: 8pt;
	position: absolute;
    background: #FFFFFF;
    width: 500px;
    color: black;
    border: 1px groove grey;
    box-shadow: 2px 2px 5px grey;
	margin: 10px 0 0 65px;
	border-radius: 5px;
}

.plandetail tr th, .plandetail tr:nth-child(odd) td, .plandetail tr:nth-child(even) td{
	background:#FFFFFF;
	color:#000000;
}

.reject{
	display: none;
	position: absolute;
    background: #FFFFFF;
    width: 400px;
    color: black;
    border: 1px groove grey;
    box-shadow: 2px 2px 5px grey;
	margin: 22px 0 0 20px;
	border-radius: 5px;
}

.serviceprospect:hover
{
	color:#4C441E;
}

.checkboxVisible input[type=checkbox]
{
	display:none;
}

.checkboxVisible input[type=checkbox] + label:before
{
	font-family: FontAwesome;
	font-size: 15px;
}

.checkboxVisible input[type=checkbox] + label:before
{
	content: "\f06e";
	color: black;
}

.checkboxVisible input[type=checkbox]:checked + label:before
{
	content: "\f070";
	color:grey;
}

.credentialC_RowPhoto{
    width: 70px;
    height: 84px;
    overflow: hidden;
}

.bitacoraC_RowPhoto{
    width: 80px;
	height: 96px;
    overflow: hidden;
}

.stickyPay thead th{
    top: 125px !important;
}

.stickyPay thead td{
    top: 155px !important;
}

.stickyThead
{
	border-top: none;
	position: sticky;
	top: -1px;
	background-color: #eee;
	text-align: center;
}

.stickyThead td
{
    padding: 1px 1px !important;
    background-image: linear-gradient(to bottom, #eee 0%, #eee 100%), linear-gradient(to bottom, #a3a2a2 0%, #a3a2a2 100%);
    background-clip: content-box, padding-box;
}
.select2-container.tablesorter-filter
{
	width: 90%;
	max-width: 140px;
	min-width: 140px;
    margin: 10px 0px;
}

#optionsServiceStatus{
	display: flex;
	flex-direction: row;
	background: #efefef;
	border: 1px #bfbbc2 solid;
}

#optionsServiceStatus div{
	flex:1 0;
	padding:10px 0;
}

#optionsServiceStatus div:hover {
	background: #8B0000;
	color:white;
	cursor: pointer;
}

#optionsServiceStatus div:active {
	background: black;
	color:white;
	cursor: pointer;
}

#autoSearch{
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

#autoSearch div{
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex: 1 0 auto;
}

#autoSearchResult{
	display:flex;
	flex-direction:row;
	align-items:center;
}

#autoSearchResult div{
	flex:.5 0 auto;
}

/* Level Option */

.levelOption
{
	display: flex;
	flex-direction: row;
	text-align: center;
}

.levelOption div
{
	width: 50px;
	cursor: pointer;
	padding: 3px 10px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.levelOption #space
{
	width: 50px;
}

/* Level Option */

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* Mortuary and Pets */

.iconMap
{
	position:relative;
	font-size:30px;
	background:#A49F78;
	color:white;
	width:70px;
	height:70px;
	left:100%;
	margin: 0 0 -70px -70px;
	border-radius: 0 0 0 60px;
	z-index:10;
}

.targetPets
{
	position:relative;
	font-size:22px;
	background:#A49F78;
	color:white;
	width:50px;
	height:50px;
	margin: 0 0 -50px -80px;
	left:100%;
	border-radius: 0 0 0 40px;
	z-index:10;
}

.footerTargetPets
{
	position: relative;
	color: black;
	font-size: 20px;
	width: 50px;
	height: 28px;
	margin: 0 auto;
	top: -15px;
	border-radius: 25px 25px 0 0;
	border-top:1px solid black;
}

.comisionesContractor
{
    width: 100%;
	padding-bottom: 15px;
	float: left;
    overflow: hidden;
    display: block;
    justify-content: space-between;    
	border: 1px outset #000000;
    margin-bottom: 18px;
}

.totalesComisionesContractor
{
    width: 100%;
    overflow: hidden;
    display: block;
    justify-content: space-between;    
	border: 1px outset #000000;
}

.tabDescriptionPagos
{
    /* width: 100%;  */
    margin: auto; 
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    color: #0a0b0b;
    background-color: #fff3cd;
    border-color: #bee5eb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14.5px;
}

.closeTabPagos
{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
}

.closeTabPagos span
{
    padding: 0 !important;  
    margin-right: 1px;  
}

.closeTabPagos:active,.closeTabPagos:hover
{
	background: transparent !important;
	color: #b3a7a7 !important;
	border: 1px solid transparent !important;
	font-weight: bold;
}

.paisIncomplete > svg 
{
    vertical-align: middle;
}

.paisIncomplete:nth-child(2n) 
{
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 17% !important;
}

.searchAffiliate svg
{
    vertical-align: middle;
}

.alertStatusAgencia
{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 10px 2px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    text-align: left;
}

.authorizeService
{
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#divAgencyAddData .authorizeService
{
    display: none;
}

#divProspectAdd .authorizeService
{
    display: none;
}
