@import "normalize.css";
@import "tipsy.css";
@import "colorpicker.css";
@import "jquery.cleditor.css";
@import "fullcalendar.css";
@import "colorbox.css";


/* Table of Contents  ======================================================= */

/* Initiations & Media Query */
/* Pattern */
/* Top Panel */
/* Main Header */
/* Small Menu */
/* Sidebar */
/* Contents */
/* Buttons */
/* Typography */
/* Icons */
/* Footer */
/* Grids */
/* Quick Stats */
/* Widgets */
/* Charts */
/* Tables */
/* UI */
/* Forms */
/* Message */
/* Pages */
/* Change Pattern -- For Demonstration only */

/* ========================================================================== */

/* Initiations & Media Query */


/*scrollbar*/
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

::-webkit-scrollbar { 
    display: none; 
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

#barraAltaTextoA:hover, #barraAltaTextoC:hover, #modalItemActivos:hover, #modalItemPasivos:hover, #modalItemIngresos:hover, #modalItemGastos:hover {
	color: #ff6919;
	/*text-decoration: underline;*/
	-webkit-transform: scale(1.2); 
}

#modalAccionNo:hover {
	color: red;
	/*text-decoration: underline;*/
	-webkit-transform: scale(1.5); 
}

#modalAccionSi:hover {
	color: #acd76f;
	/*text-decoration: underline;*/
	-webkit-transform: scale(1.5); 
}

#modalAccionSplit:hover {
	color: #7370d7;
	-webkit-transform: scale(1.5); 
}


#inputCSS #pzFecha:hover 	{
	color: #f34611;
		font-size: 20px;
}


.tutorialBack0{
	background: url("../imagenes/tutorialStep0.png") no-repeat center center transparent;
	/*background-size: 300px 165px;*/	
	background-size: cover;
	/* only for img
  width: 130%;
  height: auto;
  */
}

.tutorialBack{
	background: url("../imagenes/tutorialStep1.svg") no-repeat center center transparent;
	/*background-size: 300px 165px;*/
	background-size: contain;
}

.tutorialBack2{
	background: url("../imagenes/tutorialStep2.svg") no-repeat center center transparent;
	/*background-size: 300px 165px;*/	
	background-size: contain;
}

.tutorialBack3{
	background: url("../imagenes/tutorialStep3.svg") no-repeat center center transparent;
	/*background-size: 300px 165px;*/
	background-size: contain;
}

/*
#modalListaItemGasto{
	display:none; 
}

#modalItemGastos:hover ~ #modalListaItemGasto{
	display: block;
}
*/


.wrapper {
	margin: 0 auto;
}

.clear {
	clear: both;
}

div {
    cursor:default;
}

@media screen and (min-width: 1025px) {
	.wrapper {
		width: 1015px;
	}

}

@media screen and (max-width: 1024px) {
	.wrapper {
		width: 94%;/* Check here width */
	}

	aside.sidebar {
		width: 14.201%;
	}

	aside.sidebar.onlyOpera {
		width: 15%;
	}

	div.contents {
		width: 85.798%;	
	}

	ul.tab_nav > li {
		width: 99.305%;
	}
}

@media screen and (max-width: 800px) {
	ul.tab_nav > li {
		background-position: center center;
	}

	ul.tab_nav > li .tab_label, ul.tab_nav > li .tab_info {
		display: none;
	}

	div.quick_stats, .under_stat {
		display: none;
	}

	img.avatar {
		margin-left: -10px;
	}

	img.aR {
		margin-right: -10px;	
	}
}

@media screen and (max-width: 767px) {
	
	.user > .label {
		display: none;
	}

	.top_links > ul > li,
	.top_links > ul > li.search_icon {
		width: 22px;
	}

	.top_links > ul > li > a > .label {
		display: none;
	}

	.top_links > ul > li > a > span.small_count {
		margin-right: 8px;
    	margin-top: 5px;
	}

	div.logo {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 284px;
	}

	nav.top_buttons {
		float: none;
		margin: 0 auto;
		padding: 0 18px;
	}

	div.g_2, div.g_3, div.g_4, div.g_8, div.g_9, div.g_10 {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	
	div.g_2, div.g_3, div.g_4, div.g_6, div.g_8, div.g_9, div.g_10 {
		width: 100%;
	}

	.dtFilter {
		display: none;
	}

	div.g_2.g_2M { /* Here Grid 2 Must, Mean It's unchanged */
		width: 16.66%;
	}

	div.g_10.g_10M { /* Here Grid 10 Must, Mean It's unchanged */
		width: 83.33%;
	}

	div.login {
		margin-top: 70px;
	}
}

@media screen and (max-width: 479px) {
	header.main_header {
		background: url("../Images/Textures/separator_menu.png") no-repeat bottom center scroll transparent;
		padding-bottom: 0;
	}

	nav.top_buttons {
		width: 208px;
		height: 190px;
		padding: 0;
		padding-right: 18px;
		background: url("../Images/Textures/separator_short.png") no-repeat scroll 0 43px,
					url("../Images/Textures/separator_short.png") no-repeat scroll 0 144px;
	}

	nav.top_buttons ul li {
		margin-bottom: 18px;
	}

	aside.sidebar {
		display: none;
	}

	div.contents {
		width: 100%;
	}

	div.contents > .grid_wrapper {
		min-height: 0;
	}

	div.small_menu {
		display: block;
	}
}

/* Pattern */


.top_panel {
	background: url("../Images/Textures/top_panel.png") repeat-x scroll 0 0 #f3f2f3;
}

.top_tooltip {
	background: url("../Images/Textures/top_tooltip_arrow.png") no-repeat scroll top left transparent;
}

.top_tooltip > div {
	background: url("../Images/Textures/top_tooltip.png") repeat-x scroll 0 0 #f8f8f8;
}

.right_direction {
	background: url("../imagenes/top_tooltip_arrow.png") no-repeat scroll top right transparent;
}

.top_search_input {
	background: url("../Images/Textures/top_search_input.png") repeat-x scroll 0 0 #ffffff;	
}

.top_search_submit {
	background: url("../Images/Icons/18/i_18_search.png") no-repeat scroll center center,
				url("../Images/Textures/top_search_submit.png") repeat-x scroll 0 0;
}

.small_count {
	background: url("../imagenes/small_count.png") repeat-x scroll 0 0 #f77e0b;
}

.drop_menu > li {
	background: url("../imagenes/drop_menu.png") repeat-x scroll 0 0 #ffffff;
	background: white;
}

.separator {
	background: url("../Images/Textures/separator_line.png") repeat-x scroll 0 14px transparent;	
}

.separator > span {
	background: url("../Images/Textures/separator_circle.png") no-repeat scroll center center #F9F9F9;	
}

/* Top Panel */

.top_panel {
	height: 38px;
	width: 100%;
	border-bottom: 1px solid #DADADA;
	box-shadow: 0 1px 0 #FCFCFC;
}

.user {
	height: 40px;
	float: left;
	line-height: 38px;
	position: relative;
	cursor: pointer;
}

.user a {
	color: inherit;
}

.user_avatar {
	display: block;
	float: left;
	margin: 7px 7px 0 0;
}

.top_tooltip {
	display: none;
	padding-top: 5px;
	position: absolute;
    z-index: 5;
    left: 0;
    right: auto;
    top: 100%;
}

.top_tooltip > div{
	height: 26px;
	line-height: 26px;
	padding: 6px 5px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.33);
	border-radius: 3px 3px 3px 3px;
}

.user_options {
	padding: 0px;
	margin: 0px;
	width: 130px;
}

.user_options > li {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 5px;
	background-position: 0 0;
}

.user_options > li:hover {
	background-position: 0 -16px;
}

.user_options > li > a {
	display: block;
	width: 16px;
	height: 16px;
}

.top_links {
	float: right;
	padding-right: 30px;
}

.top_links > ul {
    padding: 0;
	margin: 0;
}

.top_links > ul > li {
	display: inline-block;
	float: right;
	position: relative;
	margin-left: 0px;/*8px*/
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	background-position: 6px 8px;
}

.top_links > ul > li:last-child {
	margin-left: 0;
}

.top_links > ul > li:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.top_links > ul > li > a {
	height: 38px;
	padding-left: 8px;
	display: block;
}

.top_links > ul > li.search_icon {
	width: 21px;
	cursor: pointer;
}

.top_links > ul > li.search_icon .top_tooltip{
	border-top: 2px solid transparent;
}

.top_links span:hover {color: #ff8d19;}
.top_links span:active {color: #ff8d19;}



.top_search_form {
	width: 145px;
}

.top_search_form input {
	float: left;
}

.top_search_input {
	margin-top: 2px;
	display: inline-block;
	width: 110px;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	border: 1px solid #dadada;
	border-radius: 2px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.71);
}

.top_search_submit {
	margin-top: 2px;
	display: inline-block;
	height: 22px;
	width: 22px;
	padding: 0;
	border: 1px solid #dadada;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(255, 255, 255, 0.71);
	margin-left: 5px;
}

.top_inbox .small_count {
	margin-left: 5px;
    margin-top: 13px;
}

.lasCount {
	float: left;
}

.small_count {
	float: right;
	width: 13px;
	height: 13px;
	line-height: 13px;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px #f47517, 0 1px 0 rgba(255, 255, 255, 0.75);
	text-align: center;
}

.drop_menu {
	display: none;
	position: absolute;
    z-index: 25;
    /*Permite establecer la posicion del menu al momento de desplegarse.  Efecto sobre-encimado */
	top: 15px;
	right: 0px;
	left: 0;
	padding: 0;
	margin-top: 2px;
	border: 1px solid #dadada;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
}

.drop_menu > li {
	display: block;
}

.drop_menu > li:first-child {
	border-radius: 4px 4px 0 0;
}

.drop_menu > li:last-child {
	border-bottom-width: 0;
	border-radius: 0 0 4px 4px;
}

.drop_menu > li > a {
	display: block;
	height: 30px;
	line-height: 30px;
	background-position: 10px 9px;
}

.drop_menu > li > a:hover {
/* 	background-color: transparent; */
	color: #f34611;
}

.drop_menu > li > a > span:hover {
	color: #f34611;
	/*font-weight: bold;*/
	font-size: 16px;
	width:90px;
}

.drop_menu .small_count {
	margin-top: 9px;
}

.menu_with_icons > li > a {
	padding: 0 5px 0 40px;
	width: 140px; /*90px*/
}

.menu_with_icons_PLZ > li > a {
	padding: 0 5px 0 10px;
	width: 90px;
}

.menu_without_icons > li > a{
	padding: 0 10px;
	width: 120px;
}

.right_direction {
    right: -1px;
    left: auto;
}

/* Main Header */

.main_header {
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
}

.logo {
	float: left;
}

.logo img {
	display: block;
}

.top_buttons {
	background: url("../MediaWorks/Salida/separator_long.png") repeat-x scroll 0 43px;
	float: right;
	width: 398px;
	height: 86px;
	padding: 0 18px;
	margin-right: -18px;
}

.top_buttons > ul {
	padding: 0;
	margin: 0;
}

.top_buttons .big_button {
	float: right;
	margin-left: 18px;
}

.top_buttons .big_button:last-child {
	margin-left: 0;
}

/* Small Menu */

.small_menu {
	display: none;
	padding: 20px 4px;
	padding-bottom: 10px;
	overflow: hidden;
}

.menu_small_buttons {
	width: 283px;
	padding: 0;
	margin: 0 auto;
}

.menu_small_buttons > li {
	display: inline-block;
	float: left;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-right: 11px;
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#efefef 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 #fff, 0 2px 4px rgba(0, 0, 0, 0.15);
}

.menu_small_buttons > li:last-child {
	margin-right: 0;
}

.menu_small_buttons > li > a {
	border-radius: 3px;
	display: block;
	width: 36px;
	height: 36px;
	background-position: center center;
}

.menu_small_buttons > li > a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

a.smActive {
	background-color: #EDEDED;
}

/* Sidebar */

.sidebar {
	position: absolute;
	left: -1px;
	top: auto;
	width: 143px;
}

.tab_nav {
	padding: 5px 0 5px 5px;
	margin: -5px -1px 0 -5px;;
	overflow: hidden;
}

.tab_nav > li {
	width: 142px;
	padding-left: 1px;
	background-position: 10px 29px;
}

.tab_nav > li > a {
	width: 100%;
	height: 86px;
	display: block;
}

.tab_nav > li.active_tab {
	padding-left: 0;	
	background-color: red;
	border-radius: 3px 0 0 3px;
	border: 1px solid #dadada;
	border-right-color: #f7f7f7;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.tab_label {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 50px;
	padding-top: 26px;
}

.tab_info {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 50px;
}

/* Contents */

.contents_wrapper {
	padding-top: 10px;
	position: relative;
	right: -1px;
}

.contents {
	position: fixed;/*relative*/
	background-color: #f9f9f9;

	/*
 	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
 	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 10px 2px rgba(186, 186, 186, 0.05);
	*/

	
	border-radius:7px 7px 7px 7px; /*7px 7px 7px 7px; /*0px 0px 7px 7px*/
	border: 1px solid #d3d3d3;
	
	z-index: 1400;
	left: 50%;
}

.contents_header .tab_label {
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	padding-left: 24px;
	background-position: left center;
}

.contents_header .label {
	padding-left: 24px;
	margin-top: 12px;
}

.contents_options .simple_buttons {
	float: right;
	margin-left: 12px;
	margin-top: 12px;
}

/* Buttons */

.big_button {
	display: inline-block;
}

.out_border {
	width: 86px;
	height: 86px;
	background: #dadada; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dadada 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dadada 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dadada 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dadada 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dadada 0%,#f8f8f8 100%); /* W3C */
	position: relative;
	border-radius: 43px;
}

.button_wrapper {
	width: 84px;
	height: 84px;
	position: absolute;
	top: 1px;
	left: 1px;
	background: #f2f1f1; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f1f1 0%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f1f1), color-stop(100%,#fdfdfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f1f1 0%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f1f1 0%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f1f1 0%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f1f1 0%,#fdfdfd 100%); /* W3C */
	border-radius: 42px;
}

.in_border {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 8px;
	left: 8px;
	background: #e5e5e5; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#bcbcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#bcbcbc 100%); /* W3C */
	border-radius: 34px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}

.in_border:active {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.24);
}

.the_button {
	display: block;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 1px;
	left: 1px;
	background: #fafafa; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#eaeaea 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	border-radius: 33px;
}

.the_button > span {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 17px;
	left: 17px;
	background-position: 0 0;
}

.the_button:hover > span {
	background-position: 0 -32px;
}

.square .out_border, .square .button_wrapper, 
.square .in_border, .square .the_button {
	border-radius: 4px;
}

.big_count {
	background: #dd1815; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkMTgxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDE0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dd1815 0%, #901419 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd1815), color-stop(100%,#901419)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd1815 0%,#901419 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd1815 0%,#901419 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd1815 0%,#901419 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dd1815 0%,#901419 100%); /* W3C */
	height: 21px;
	min-width: 21px;
	padding: 1px;
	position: relative;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
	float: right;
	z-index: 1;
	border-radius: 12px;
}

.big_count span {
	padding: 2px;
	height: 17px;
	min-width: 17px;
	line-height: 17px;
	display: block;
	text-align: center;
	background: #e1252f; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMjUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTEwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e1252f 0%, #ba1016 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1252f), color-stop(100%,#ba1016)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1252f 0%,#ba1016 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1252f 0%,#ba1016 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1252f 0%,#ba1016 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1252f 0%,#ba1016 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 0 rgba(247, 65, 74, 0.54);
	box-shadow: inset 0 1px 0 rgba(247, 65, 74, 0.54);
	border-radius: 11px;
}

/* Typography */

.label {
	font-family:  Verdana, Geneva, sans-serif;
	color: #8f8f8f;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}
.labelRB {
	font-family:  Verdana, Geneva, sans-serif;
	color: white;
	font-size: 18px;
	/*/*text-shadow: 0 1px 0 #FFFFFF;*/*/
}


.top_search_input {
	font-family:  Verdana, Geneva, sans-serif;
	color: #8f8f8f;
	font-size: 11px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.lwParagraph {
	line-height: 16px;
}

.field_notice {
	font-family:  Verdana, Geneva, sans-serif;
	color: #AAAAAA;
	font-size: 11px;
	padding-top: 6px;
}



.dtShowPer, .dtFilter, .dtInfo, .dtPagination {
	font-family:  Verdana, Geneva, sans-serif;
	color: #8f8f8f;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.small_count {
	color: #fafafa;
	text-shadow: 0 1px 0 #f68710;
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.big_count {
	color: #fafafa;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.tab_label {
	font-family: Oswald;
	color: #9D9D9D;
	font-size: 18px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.contact_head {
	margin: 0;
	font-family: Oswald;
	color: #9D9D9D;
	font-size: 16px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	font-weight: normal;
}

.tab_info {
	font-family:  Verdana, Geneva, sans-serif;
	color: #A6A6A6;
	font-size: 12px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.copyright {
	color: #b9b9b9;
	font-family: Oswald;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.stats_info {
	color: #b0b0b0;
	font-family: Oswald;
	font-size: 18px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	font-weight: normal;	
}

.visitor_stats, .tickets_stats, .users_stats, .orders_stats {
	color: #f7f7f7;
	font-family: Oswald;
	font-size: 24px;
}

.visitor_stats {
	text-shadow: 0 1px 2px #b13559;	
}

.tickets_stats {
	text-shadow: 0 1px 2px #b1ac35;	
}

.users_stats {
	text-shadow: 0 1px 2px #3599b1;	
}

.orders_stats {
	text-shadow: 0 1px 2px #b13536;	
}

.widget_header_title, .w_Tabs, .ui-dialog-title {
	margin: 0;
	color: #9a9a9a;
	font-family: Oswald;
	font-size: 14px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	font-weight: normal;	
}

/* Icons */

.i_12_upTrendActivo {
	background: url("../imagenes/i_12_upTrendActivo.png") no-repeat scroll transparent;
}

.i_12_upTrendPasivo {
	background: url("../imagenes/i_12_upTrendPasivo.png") no-repeat scroll transparent;
}

.i_12_downTrendActivo {
	background: url("../imagenes/i_12_downTrendActivo.png") no-repeat scroll transparent;
}

.i_12_downTrendPasivo {
	background: url("../imagenes/i_12_downTrendPasivo.png") no-repeat scroll transparent;
}

.i_22_pages {
	background: url("../Images/Icons/22/i_22_pages.png") no-repeat scroll transparent;
}

.i_16_ui {
	background: url("../imagenes/i_16_ui.png") no-repeat scroll transparent;
}

.i_16_tutorial {
	background: url("../imagenes/i_16_ui.png") no-repeat scroll transparent;
}

.i_16_close {
	background: url("../imagenes/i_16_close.png") no-repeat scroll transparent;
}

.i_16_closeR {
	background: url("../imagenes/i_16_close.png") no-repeat scroll transparent;
	background-position: 0px 0px;
	width: 20px;
    height: 20px;
}

.i_16_table {
	background: url("../imagenes/i_16_tables.png") no-repeat scroll transparent;
}

.i_16_forms {
	background: url("../imagenes/i_16_forms.png") no-repeat scroll transparent;
}
.i_16_convierte {
	background: url("../imagenes/i_16_convierte.png") no-repeat scroll transparent;
}

.i_16_anchor {
	background: url("../imagenes/i_16_anchor.png") no-repeat scroll transparent;
}

.i_16_dashboard {
	background: url("../Images/Icons/16/i_16_dashboard.png") no-repeat scroll transparent;
}

.i_16_help {
	background: url("../imagenes/i_16_help.png") no-repeat scroll transparent;
}

.i_16_login {
	background: url("../Images/Icons/16/i_16_login.png") no-repeat scroll transparent;
}

.i_16_message {
	background: url("../Images/Icons/16/i_16_message.png") no-repeat scroll transparent;
}

.i_16_chats {
	background: url("../Images/Icons/16/i_16_chats.png") no-repeat scroll transparent;
}

.i_16_icons {
	background: url("../Images/Icons/16/i_16_icons.png") no-repeat scroll transparent;
}

.i_16_tooltip {
	background: url("../Images/Icons/16/i_16_tooltip.png") no-repeat scroll transparent;
}

.i_16_cHorizontal {
	background: url("../Images/Icons/16/i_16_cHorizontal.png") no-repeat scroll transparent;
}

.i_16_downT {
	background: url("../Images/Icons/16/i_16_downT.png") no-repeat scroll transparent;
}

.i_16_calendar {
	background: url("../imagenes/i_16_calendar.png") no-repeat scroll transparent;
}

.i_16_wysiwyg {
	background: url("../Images/Icons/16/i_16_wysiwyg.png") no-repeat scroll transparent;
}

.i_16_spinner {
	background: url("../imagenes/i_16_spinner.png") no-repeat scroll transparent;
}

.i_16_valid {
	background: url("../Images/Icons/16/i_16_valid.png") no-repeat scroll transparent;
}

.i_16_pacman {
	background: url("../Images/Icons/16/i_16_pacman.png") no-repeat scroll transparent;
}

.i_16_data {
	background: url("../Images/Icons/16/i_16_data.png") no-repeat scroll transparent;
}

.i_16_tabs {
	background: url("../Images/Icons/16/i_16_tabs.png") no-repeat scroll transparent;
}

.i_16_settings_small {
	background: url("../Images/Icons/16/i_16_settings_small.png") no-repeat scroll transparent;
}

.i_16_checkbox {
	background: url("../imagenes/i_16_checked.png") no-repeat scroll transparent;
}

.i_16_settings {
	background: url("../Images/Icons/16/i_16_settings.png") no-repeat scroll transparent;
}

.i_16_resize {
	background: url("../Images/Icons/16/i_16_resize.png") no-repeat scroll transparent;
}

.i_16_tables {
	background: url("../imagenes/i_16_tables.png") no-repeat scroll transparent;
}

.i_16_charts {
	background: url("../imagenes/i_16_charts.png") no-repeat scroll transparent;
}

.i_16_pie {
	background: url("../Images/Icons/16/i_16_pie.png") no-repeat scroll transparent;
}

.i_16_bars {
	background: url("../Images/Icons/16/i_16_bars.png") no-repeat scroll transparent;
}

.i_16_add {
	background: url("../imagenes/i_16_add.png") no-repeat scroll transparent;
}

.i_16_progress {
	background: url("../imagenes/i_16_progress.png") no-repeat scroll transparent;
}

.i_16_files {
	background: url("../imagenes/i_16_files.png") no-repeat scroll transparent;
}

.i_16_profile {
	background: url("../Images/Icons/16/i_16_profile.png") no-repeat scroll transparent;
}

.i_16_tasks {
	background: url("../Images/Icons/16/i_16_tasks.png") no-repeat scroll transparent;
}

.i_16_notes {
	background: url("../Images/Icons/16/i_16_notes.png") no-repeat scroll transparent;
}

.i_16_options {
	background: url("../Images/Icons/16/i_16_options.png") no-repeat scroll transparent;
}

.i_16_logout {
	background: url("../Images/Icons/16/i_16_logout.png") no-repeat scroll transparent;
}

.i_16_gear 					{
	background: url("../imagenes/i_16_gear.png?v=1234") no-repeat scroll transparent;
}

.i_16_gearL 					{
	background: url("../imagenes/i_16_gearL.png") no-repeat scroll transparent;
}
.i_16_proyecta {
	background: url("../imagenes/i_16_Proyecta.png") no-repeat scroll transparent;
}

.i_16_filtro {
	background: url("../imagenes/i_16_Filtro.png") no-repeat scroll transparent;
}

.i_16_extiende {
	background: url("../imagenes/i_16_aplica.png") no-repeat scroll transparent;
}

.i_16_h2h {
	background: url("../imagenes/i_16_h2h.png") no-repeat scroll transparent;
}

.i_16_real {
	background: url("../imagenes/i_16_Real.png") no-repeat scroll transparent;
}

.i_16_split {
	background: url("../imagenes/i_16_split.png") no-repeat scroll transparent;
}

.i_16_multiple {
	background: url("../imagenes/i_16_multiple.png") no-repeat scroll transparent;
}

.i_16_rayosX {
	background: url("../imagenes/i_16_rayosX.png") no-repeat scroll transparent;
}

.i_16_cuentas {
	background: url("../imagenes/i_16_Cuentas.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_personas {
	background: url("../imagenes/i_16_personas.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_lugar {
	background: url("../imagenes/i_16_lugar.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_proyectos {
	background: url("../imagenes/i_16_proyectos.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_proveedores {
	background: url("../imagenes/i_16_proveedores.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_fuentes {
	background: url("../imagenes/i_16_fuentes.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_16_tiempos {
	background: url("../imagenes/i_16_tiempos.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}


.i_22_inbox {
	background: url("../Images/Icons/22/i_22_inbox.png") no-repeat scroll transparent;
}

.i_22_settings {
	background: url("../Images/Icons/22/i_22_settings.png") no-repeat scroll transparent;
}

.i_22_upload {
	background: url("../Images/Icons/22/i_22_upload.png") no-repeat scroll transparent;
}

.i_22_search {
	background: url("../Images/Icons/22/i_22_search.png") no-repeat scroll transparent;
}

.i_30_downTrend {
	background: url("../imagenes/i_30_downTrend.png.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}

.i_30_upTrend {
	background: url("../imagenes/i_30_upTrend.png.png") no-repeat scroll transparent;
	display: inline-block;
	padding-left: 30px;
	background-position: 4px 1px;
}



.i_32_statistic {
	background: url("../Images/Icons/32/i_32_statistic.png") no-repeat scroll transparent;
}

.i_32_delivery {
	background: url("../Images/Icons/32/i_32_delivery.png") no-repeat scroll transparent;
}

.i_32_dollar {
	background: url("../Images/Icons/32/i_32_dollar.png") no-repeat scroll transparent;
}

.i_32_support {
	background: url("../Images/Icons/32/i_32_support.png") no-repeat scroll transparent;
}

.i_32_dashboard {
	background: url("../Images/Icons/32/i_32_dashboard.png") no-repeat scroll transparent;
}

.i_32_inbox {
	background: url("../Images/Icons/32/i_32_inbox.png") no-repeat scroll transparent;
}

.i_32_charts {
	background: url("../Images/Icons/32/i_32_charts.png") no-repeat scroll transparent;
}

.i_32_ui {
	background: url("../Images/Icons/32/i_32_ui.png") no-repeat scroll transparent;
}

.i_32_tables {
	background: url("../Images/Icons/32/i_32_tables.png") no-repeat scroll transparent;
}

.i_32_forms {
	background: url("../Images/Icons/32/i_32_forms.png") no-repeat scroll transparent;
}

.i_22_dashboard {
	background: url("../Images/Icons/22/i_22_dashboard.png") no-repeat scroll transparent;
}

.i_22_charts {
	background: url("../Images/Icons/22/i_22_charts.png") no-repeat scroll transparent;
}

.i_22_ui {
	background: url("../Images/Icons/22/i_22_ui.png") no-repeat scroll transparent;
}

.i_22_tables {
	background: url("../Images/Icons/22/i_22_tables.png") no-repeat scroll transparent;
}

.i_22_forms {
	background: url("../Images/Icons/22/i_22_forms.png") no-repeat scroll transparent;
}

.i_30_HxAddS {
	background: url("../imagenes/HxAddS.png") no-repeat scroll transparent;
}

.i_44_DxUsuarioAk {
	background: url("../imagenes/DxUsuarioAk.png") no-repeat scroll transparent;
}
.i_44_DxPapelTapiz {
	background: url("../imagenes/DxPapelTapiz.png") no-repeat scroll transparent;
}
.i_44_DxSalirAuki {
	background: url("../imagenes/DxSalirAuki.png") no-repeat scroll transparent;
}
.i_44_HxAyudaM {
	background: url("../imagenes/HxAyudaM.png") no-repeat scroll transparent;
}
.i_44_CxConfiguracionM {
	background: url("../imagenes/CxConfiguracionM.png") no-repeat scroll transparent;
}

.i_45_h2h {
	background: url("../imagenes/i_45_h2h.png") no-repeat scroll transparent;
}

.i_40_h2h {
	background: url("../imagenes/i_40_h2h.png") no-repeat scroll transparent;
}

.i_30_h2h {
	background: url("../imagenes/i_30_h2h.png") no-repeat scroll transparent;
}

.i_90_BZAplicado {
	background: url("../imagenes/i_30_BZAplicado.png") no-repeat scroll transparent;
}

/* Footer */

footer {
	clear: both;
	padding: 20px 0;
	text-align: right;
}

/* Grids */

.line_grid {
	overflow: hidden;
	padding: 10px;
	width: auto;
	height: auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dadada;
}

.line_grid:first-child {
	border-top: 0;
}

.line_grid:last-child {
	border-bottom: 0;
}

.grid_wrapper {
	overflow: hidden;
	padding: 10px;
	width: auto;
	height: auto;
	min-height: 496px; /* You can change here if you have more than 6 buttons on the sidebar */
}

.g_12, .g_10, .g_9, .g_8, .g_6, .g_4, .g_3, .g_2 {
	float: left;
	border: 10px solid rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.g_2 {
	width: 16.66%;
}

.g_3 {
	width: 25%;
}

.g_4 {
	width: 33.33%;
}

.g_6 {
	width: 50%;
}

.g_8 {
	width: 66.66%;
}

.g_9 {
	width: 75%;
}

.g_10 {
	width: 83.33%;
}

.g_12 {
	width: 100%;
}


/* Quick Stats */

.stats_info {
	text-align: center;
	margin: 0;
	padding-bottom: 8px;
	height: 26px;
	line-height: 26px;
}

.visitor_stats, .tickets_stats, .users_stats, .orders_stats {
	width: 130px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 11px;
	padding-top: 30px;
	padding-bottom: 17px;
	text-align: center;
}

.visitor_stats {
	background: url("../Images/Textures/visitor_stats.png") no-repeat 0 0 scroll transparent;
}

.tickets_stats {
	background: url("../Images/Textures/tickets_stats.png") no-repeat 0 0 scroll transparent;
}

.users_stats {
	background: url("../Images/Textures/users_stats.png") no-repeat 0 0 scroll transparent;
}

.orders_stats {
	background: url("../Images/Textures/orders_stats.png") no-repeat 0 0 scroll transparent;
}

/* Widgets */

.widget_header_title, .ui-dialog-title {
	float: left;
}

.widget_header, .ui-dialog-titlebar {
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	height: 38px;
	line-height: 38px;
	border: 1px solid #C9C9C9;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	padding: 0 15px;
}

.widget_contents.noPadding {
	padding: 0px;
	overflow: hidden;
}

.wwIcon {
	background-position: 0 13px;
	padding-left: 25px;
}

.wwOptions {
	padding-right: 0;
}

.w_Options, .w_AT {
	background-position: center center;
	width: 38px;
	height: 38px;
	float: right;
	border-left: 1px solid #dadada;
	position: relative;
}

.w_AT {
	border-left-width: 0;
	padding-right: 15px;
	width: auto;
}

.w_Tabs {
	float: right;
	margin: 0;
	padding: 0;
}

.w_Tabs > li {
	float: right;
	display: inline-block;
}

.w_Tabs > li > a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	border-left: 1px solid #dadada;
	color: inherit;
}

.w_Options:hover, .w_Tabs a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.widget_contents, .dialog {
	background-color: #ffffff;/*FDFDFD*/
	border: 1px dotted #C9C9C9;
	border-radius: 0 0 3px 3px;
	/*box-shadow: inset 0 1px 0 #ffffff;*/
	padding: 10px;
}

.separator {
	background-clip: content-box;
}

.separator > span {
	display: block;
	width: 60px;
	height: 20px;
	margin: 0 auto;
	padding: 5px 10px;
}

div.widget_contents.lgNoPadding {
	padding: 0;
}

div.widget_contents.lgNoPadding .line_grid {
	overflow: visible;
}

/* Charts */

.charts, .h_bars, .v_bars, .realtime_charts, .donut_charts, .pie_charts {
	margin-top: 15px;
	height:160px;
}

.tickLabel, .legendLabel, .charts_tooltip {
	font-family:  Verdana, Geneva, sans-serif;
	color: #8f8f8f;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.legendColorBox > div > div {
	border-radius: 2px;
	margin-left: 12px;
	margin-right: 4px;
}

.charts_tooltip {
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#efefef 100%); /* W3C */
	padding: 6px;
	border: 1px solid #dadada;
	-webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0,0,0,0.33);
	box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0,0,0,0.33);
	line-height: 14px;
}

.pieLabel {
	font-family:  Verdana, Geneva, sans-serif;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

/* Tables */

.tables {
	width: 100%;
}

.tables th, .tables td {
	border-bottom: 1px dotted #E0E0E0;
    padding: 1px 3px; /*La combinacion era 3px 3px para darle aire a la celda*/
}

.tables thead tr {
	/*box-shadow: 0 1px 3px #E6E6E6;*/
	/*background-color: white;*/
}

.tables thead th {
	border-top: 0;
}

.tables tfoot th {
	border-bottom: 0;
}

.tables th {
	font-family: Verdana, Geneva, sans-serif;
	color: #9D9D9D;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	font-weight: normal;
	line-height: 25px;

	/*
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%); 
	background: -ms-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%); 
	background: linear-gradient(to bottom,  #fefefe 0%,#f2f2f2 100%); 
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset;
	box-shadow: 0 1px 0 #FFFFFF inset;
	border-bottom-color: #dadada;
	background: white;
	*/
	
}

.tables th.sorting {
	cursor: pointer;
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center;
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center, -webkit-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center, -moz-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center, -o-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center, -ms-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting.png") no-repeat right center, linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
}

.tables th.sorting_asc {
	cursor: pointer;
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center;
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center, -webkit-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center, -moz-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center, -o-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center, -ms-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_asc.png") no-repeat right center, linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
}

.tables th.sorting_desc {
	cursor: pointer;
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center;
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center, -webkit-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center, -moz-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center, -o-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center, -ms-linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
	background: url("../Images/Icons/16/i_16_sorting_desc.png") no-repeat right center, linear-gradient(top , #FEFEFE 0%, #F2F2F2 100%);
}

.tables td {
	/*
	font-family: Verdana, Geneva, sans-serif;
	color: #696969;
	font-size: 12px;
	*/
	
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	font-weight: normal;
	line-height: 27px;
	cursor: hand;
}

.tables th:first-child, .tables td:first-child {
	border-left-width: 0;
}


table th:last-child, table td:last-child {
	border-right-width: 0;
}

table tbody tr:last-child td {
	border-bottom-width: 0;
}


table.noObOLine tbody tr:nth-child(2n) {
  background: none;
	box-shadow: none;
}

table.noObOLine tbody tr.status_closed {
	background-color: #fcfcfc;
	/*box-shadow: 0 1px 0 #FFFFFF inset;*/
}


.tables td>a:hover {
	color: #ff6919;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.tables tr:hover {
	color: #ff6919;
	font-weight: bold;
	background-color: rgba(183, 183, 183, 0.49)
}
.tables tr.noHoverGost:hover {
	color: #ebebeb;
	font-weight:normal;
	background-color: transparent;
}


.tables.renglonAncho td {
	line-height: 35px;
}
table td.columnaAncha {
	width:7%;
}
table td.finalAncha {
	height:35px;
}
table tr.finalAncha45 {
	height:40px;
}

.tables tr:last-child td {
	border-bottom: 1px dotted #E0E0E0;
}
/*
thead tr:first-child {
  position:fixed;
  width: 100%;
}
thead th {
	width: 140px;
}

tbody tr:first-child {
	top: 100px;
}
*/

.twCheckbox .checker {
	position: relative;
	vertical-align: middle;
}

.twCheckbox .simple_form {
    position: absolute;
    right: 0;
    top: 0;
}

.twCheckbox thead tr:first-child th:first-child {
	width: 20px;
}

.dtTop {
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #C9C9C9;
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f8f8f8 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.dtBottom, .ui-dialog-buttonpane {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #C9C9C9;
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%); /* W3C */
	-webkit-box-shadow: inset 0 1px 0 #ffffff, 0 -2px 3px #E6E6E6;
	box-shadow: inset 0 1px 0 #ffffff, 0 -2px 3px #E6E6E6;
}

.dtTables {
	clear: both;
	overflow: auto;
}

.dtShowPer {
	float: right;
}

.dtShowPer .selector {
	margin-left: 12px;
}

.dtFilter {
	float: left;
}

.dtInfo {
	float: left;
}

.dtBottom .dtPagination {
	float: right;
}

.dtPagination a {
	padding: 0 10px;
	margin: 12px 4px 0;
	cursor: pointer;
}

.dtPagination a:hover {
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%); /* W3C */
}

.dtPagination a.paginate_active {
	background: none repeat scroll 0 0 #EFEFEF;	
}

.message {
	padding: 12px;
	border: 1px solid #dadada;
	box-shadow: 0 1px 0 #ffffff;
	border-radius: 4px;
	background-color: #ffffff;
}

.avatar {
	border-radius: 3px;
	display: block;
	width: 42px;
}

.aR {
	float: right;
}

textarea.simple_field.mpReply{
	min-height: 40px;
}

.contact_grad {
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%); /* W3C */
}

/* UI */

.checker, .radio, .ui-slider-handle {
	display: inline-block;
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f7f7f7 100%); /* W3C */
	border: 1px solid #cccccc;
	border-radius: 3px;
	height: 16px;
	width: 16px;
	-webkit-box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff inset;
	box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff inset;
	margin-right: 12px;
	
}

input[type="checkbox"], input[type="radio"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	
}

/*Customized checkbox*/
input[type="checkbox"] {
  cursor: pointer;
  height: 20px;
  margin:-4px 0 0;
  position: absolute;
  opacity: 0;
  width: 20px;
  z-index: 2;
}

input[type="checkbox"] + span {
  background: #e74c3c;
  border-radius: 50%;
  /*box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);*/
  display: inline-block;
  height: 20px;
  margin:-4px 0 0;
  position:relative;
  width: 20px;
  transition: all .2s ease;
}

input[type="checkbox"] + span::before, input[type="checkbox"] + span::after{
  background:#fff;
  content:'';
  display:block;
  position:absolute;
  width:2px;
  transition: all .2s ease;
}

input[type="checkbox"] + span::before{
  height:13px;
  left:9px;
  top:3px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

input[type="checkbox"] + span::after{
  height:13px;
  right:9px;
  top:3px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

input[type="checkbox"]:checked + span {
  background:#2ecc71;			    
}

input[type="checkbox"]:checked + span::before{
  height:7px;
  left: 5px;
  top: 10px;
  -webkit-transform:rotate(-47deg);
  transform:rotate(-47deg);
}

input[type="checkbox"]:checked + span::after{
  height: 13px;
  right: 6px;
  top: 4px;
}

select {
 	display: inline-block;
	background: transparent;
	background-color: white;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  height: 40px;
  line-height: 30px;
  font-family: Verdana, Geneva, sans-serif;
	color: #5b5b5b;
	font-size: 13px;
	cursor: pointer;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:150px;
}


.radio, .ui-slider-handle {
	border-radius: 10px;
}

.checker > span, .radio > span {
	height: 16px;
    width: 16px;
    display: block;
}

.checker.disabled, .radio.disabled {
	opacity: 0.5;
}

.checker .checked {
	background: url("../imagenes/i_16_checked.png") no-repeat center center scroll transparent;
}

.radio .checked {
	background: url("../imagenes/i_16_radio.png") no-repeat center center scroll transparent;
}

.ui-tabs-hide {
	display: none;
}

.ui-state-active {
	background-color: #F2F2F2;
}

.simple_buttons, .selector, .dtPagination a, .ui-button {
	display: inline-block;
	background: #fcfcfc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f2f2f2 100%); /* W3C */
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff inset;	
    font-family: Oswald;
	color: #8f8f8f;
	font-size: 12px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	box-shadow: 0 2px 3px #EAEAEA;
	cursor: pointer;
}

.submitIt {
	padding: 0 20px;
}

.simple_buttons div {
	padding: 0 15px;
	display: inline-block;
	float: left;
}

div.bwIcon {
	display: inline-block;
	padding-left: 30px;
	background-position: 7px 6px;
}

div.buttons_arrow {
	border-left: 1px solid #dadada;
	height: 26px;
	padding: 0 12px;
	background: url("../imagenes/i_16_bottom_arrow.png") no-repeat center center scroll transparent;
	position: relative;
}

.selector.hover select {
	cursor: pointer;
}

div.buttons_arrow:hover, .selector.hover span {
	background-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.selector {
	position: relative;
    box-shadow: 0 1px 3px #EEEEEE;
    margin-right: 12px;
}

.selector span {
	display: block;
	padding: 0 40px 0 15px;
	background: url("../Images/Icons/16/i_16_selector.png") no-repeat right center transparent;
}

.selector select {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 100%;
}



.ui-datepicker-inline {
	overflow: auto;
}

.ui-datepicker, .ui-autocomplete {
	background-color: #FCFCFC;
	border: 1px solid #C9C9C9;
	border-radius:  3px;
	box-shadow: 0 2px 3px #D0D0D0;
	width: 12%;
	margin-top: 4px;
	display: none;

}

.ui-datepicker-calendar{
	font-family: Verdana, Geneva, sans-serif;
	color: #818181;
	font-size:14px;
	width: 228px;
	height: 140px;
	text-align: right;
	
}

td.ui-datepicker-current-day, a.ui-state-active{
	/*background-color:rgba(255, 255, 255, 0);*/
}

a.ui-state-default.ui-state-active{
	font-weight: bold;
	font-size: 16px;
	color: lightsalmon;
}


.ui-datepicker a {
	color: inherit;
}

.ui-datepicker-header {
	border-bottom: 1px solid #C9C9C9;
	background: #fdfdfd; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f8f8f8 100%); /* W3C */
	padding: 0 15px;
	line-height: 46px;
	border-radius: 3px 3px 0 0;
}

.ui-datepicker-prev {
	float: left;
}

.ui-datepicker-next {
	float: right;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	color: #818181;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	height: 16px;
	-webkit-box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff inset;
	box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff inset;
	padding: 3px 6px;
}

.ui-datepicker-next-hover span, .ui-datepicker-prev-hover span {
	background: #ffffff;
}

.ui-datepicker-title {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #9A9A9A;
	font-size: 12px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}





/*Listas de autollenado Inicio*/
.ui-autocomplete {
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	width: 250px!important;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	z-index: 3510;
	height: 130px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}

.ui-autocomplete-loading {
   background: white url('../imagenes/arrows16.gif') right center no-repeat;
}

.ui-autocomplete li {
	display: block;
	padding: 0 8px;
	color: #686868;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
    line-height: 28px;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
}

.ui-autocomplete li:last-child {
	border-bottom-width: 0;
}

.ui-helper-hidden-accessible { display:none; }

.ui-autocomplete li:hover {
	color: #ff8d19;
}

.ui-autocomplete a.ui-state-hover {
    font-weight: normal !important;  
    background-color: transparent;
    color:#ff6919;
    font-size: 14px;
}

/*Listas de autollenado Fin*/



.slider {
	border: 1px solid #C9C9C9;
	height: 5px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	position: relative;
	margin: 8px 0;
	background: #fcfcfc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f2f2f2 100%); /* W3C */
}

.ui-slider-range {
    border-radius: 6px 6px 6px 6px;
    height: 100%;
    position: absolute;
    top: -1px;
    box-shadow: 0 1px 0 #FFFFFF;
}

.sVertical .ui-slider-range {
	width: 100%;
	left: -1px;
	top: auto;
	bottom: auto;
}

.ui-slider-range-max {
	right: -1px;
}

.ui-slider-range-min {
	left: -1px;
}

.sVertical .ui-slider-range-max {
	top: -1px;
}

.sVertical .ui-slider-range-min {
	bottom: 0;
}

.scBlue .ui-slider-range, .scBlue .ui-progressbar-value {
	background: #54cef9; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0Y2VmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MGM0ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #54cef9 0%, #70c4e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54cef9), color-stop(100%,#70c4e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #54cef9 0%,#70c4e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #54cef9 0%,#70c4e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #54cef9 0%,#70c4e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #54cef9 0%,#70c4e3 100%); /* W3C */
	border: 1px solid #63adc9;
}

.scGreen .ui-slider-range, .scGreen .ui-progressbar-value {
	background: #bdea74; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmUzNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bdea74 0%, #b6e370 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdea74), color-stop(100%,#b6e370)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bdea74 0%,#b6e370 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bdea74 0%,#b6e370 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bdea74 0%,#b6e370 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bdea74 0%,#b6e370 100%); /* W3C */
	border: 1px solid #96bb5c;
}

.scDPink .ui-slider-range, .scDPink .ui-progressbar-value {
	background: #ea74a5; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzcwOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ea74a5 0%, #e3709f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea74a5), color-stop(100%,#e3709f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea74a5 0%,#e3709f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea74a5 0%,#e3709f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea74a5 0%,#e3709f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea74a5 0%,#e3709f 100%); /* W3C */
	border: 1px solid #bb5c83;
}

.scDRed .ui-slider-range, .scDRed .ui-progressbar-value {
	background: #ea7474; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzQ3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzcxNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ea7474 0%, #e37170 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7474), color-stop(100%,#e37170)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea7474 0%,#e37170 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea7474 0%,#e37170 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea7474 0%,#e37170 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea7474 0%,#e37170 100%); /* W3C */
	border: 1px solid #bb5c5c;
}

.scDYellow .ui-slider-range, .scDYellow .ui-progressbar-value {
	background: #eae874; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UyNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eae874 0%, #e3e270 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae874), color-stop(100%,#e3e270)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eae874 0%,#e3e270 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eae874 0%,#e3e270 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eae874 0%,#e3e270 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eae874 0%,#e3e270 100%); /* W3C */
	border: 1px solid #bbb95c;
}

.scBlueLight .ui-slider-range, .scBlueLight .ui-progressbar-value {
	background: #f0fff0; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmUzNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0fff0 0%, #f0fff0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0fff0), color-stop(100%,#f0fff0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0fff0 0%,#f0fff0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0fff0 0%,#f0fff0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0fff0 0%,#f0fff0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0fff0 0%,#f0fff0 100%); /* W3C */
	border: 1px solid #c2cec2;
}

.scBlueLightN .ui-slider-range, .scBlueLightN .ui-progressbar-value {
	background: #f0fff0; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmUzNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4d6471 0%, #4d6471 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d6471), color-stop(100%,#4d6471)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d6471 0%,#4d6471 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d6471 0%,#4d6471 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d6471 0%,#4d6471 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d6471 0%,#4d6471 100%); /* W3C */
	border: 1px solid #4d6471;
}

.ui-slider-handle {
	position: absolute;
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll;
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll, -webkit-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll, -moz-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll, -o-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll, -ms-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_radio.png") no-repeat center center scroll, linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	margin: -6px;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset;
	box-shadow: 0 1px 0 #FFFFFF inset;
}

.sVertical {
	float: left;
    height: 100px;
    margin-right: 40px;
    width: 5px;
}

.progress {
	border: 1px solid #C9C9C9;
	height: 20px;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 1px 0 #ffffff;*/
	/*box-shadow: 0 1px 0 #ffffff;*/
	background: #fcfcfc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C */
	position: relative;
}

.progressN {
	border: 1px solid #404756;
	height: 20px;
	border-radius: 4px;
	/*-webkit-box-shadow: 0 1px 0 #23272d;*/
	/*box-shadow: 0 1px 0 #23272d;*/
	background: #2e343c; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2e343c 0%, #2e343c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e343c), color-stop(100%,#2e343c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e343c 0%,#2e343c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e343c 0%,#2e343c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e343c 0%,#2e343c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2e343c 0%,#2e343c 100%); /* W3C */
	position: relative;
}

.progressFondoGradual {
	border: 1px solid #C9C9C9;
	height: 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	background: #fcfcfc; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f2f2f2 100%); /* W3C */
	position: relative;
}
.ui-progressbar-value {
	height: 100%;
	top: -1px;
	position: absolute;
	left: -1px;
	border-radius: 4px;
}

.cwhToggle {
	cursor: pointer;
}

.cwClose {
	height: 0;
}

.exbT > div {
	margin-right: 10px;
}

.pCenter {
	text-align: center;
}

.pCenter a {
	margin-top: 0;
}

.iphO {
	overflow: hidden;
}

.iPreview {
	float: left;
	margin: 0 10px;
	margin-bottom: 20px;
}

.iPreview img {
	display: block;
}

.ui-dialog {
	position: absolute!important;
}

.ui-dialog-titlebar-close {
	background: url("../Images/Icons/16/i_16_close.png") no-repeat center center;
    display: block;
    float: right;
    height: 16px;
    margin-top: 10px;
    width: 16px;
}

.ui-widget-overlay {
	background-color: rgba(0, 0, 0, 0.0);
    left: 0;
    position: fixed;
    top: 0;
}

.ui-dialog-buttonpane {
	text-align: center;
	border: 1px solid #C9C9C9;
	box-shadow: none;
	margin-top: -3px;
	border-radius: 0 0 3px 3px;
	height: 44px;
	line-height: 44px;
}

.ui-dialog-buttonpane button:first-child{
	margin-right: 10px;
}

.lPreview {
	text-align: center;
}

.lPreview a {
	display: inline-block;
	margin-right: 30px;
}

.lPreview img {
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 3px #B8B8B8;
}


/* Forms */

.simple_field, .filename {
	font-family: Verdana, Geneva, sans-serif;
	color: #696969;
	font-size: 13px;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

.simple_field, .filename {
	display: inline-block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	border: 0.5px solid #4d4848;
	border-radius: 2px;
	/*-webkit-box-shadow: 0 1px 0 #ffffff;*/
	/*box-shadow: 0 1px 0 #ffffff;*/
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.simple_field_borderlight {
    border: 1px solid #b0b0b0;
	border-radius: 4px;
}

.simple_fieldDisable{
	font-family: Verdana, Geneva, sans-serif;
	color: #e6e6e6;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.simple_field {
	min-height: 160px;
	line-height: 24px;
	padding: 8px;
	max-width: 100%;
}

input[disabled="disabled"] {
	opacity: 0.8;
}

input[readonly] {
	opacity: 0.3;
}

.lwIcon {
	display: inline-block;
	line-height: 20px;
	background-position: 0 3px;
	padding-left: 24px;
}

.fwIcon {
	position: absolute;
	right: 10px;
	top: 6px;
}

.fiwIcon {
	padding-right: 34px;
}

.uploader {
	position: relative;
	cursor: pointer;
}

.uploader input , .uploader .action{
	display: inline-block;
	width: 100%;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
}

.uploader .action {
	width: 26px;
	background: url("../imagenes/i_16_add.png") no-repeat scroll center center transparent;
}

.ui-spinner-input {
	border-radius: 2px 0 0 2px;
}

.ui-spinner-up, .ui-spinner-down {
	cursor: pointer;
}

.ui-spinner-up:hover, .ui-spinner-down:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.ui-spinner-up {
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat;
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat, -webkit-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat, -moz-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat, -o-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat, -ms-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_up.png") center center no-repeat, linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	border: 1px solid #CCCCCC;
	border-left-width:  0;
	border-radius: 0 2px 0 0;
}

.ui-spinner-down {
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat;
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat, -webkit-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat, -moz-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat, -o-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat, -ms-linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	background: url("../Images/Icons/16/i_16_down.png") center center no-repeat, linear-gradient(top , #FCFCFC 0%, #F7F7F7 100%);
	border: 1px solid #CCCCCC;
	border-left-width:  0;
	border-top-color: #ffffff;
	border-radius: 0 0 2px 0;
}

.ilC {
	display: inline-block;
    margin-right: 20px;
    margin-top: 2px;
    vertical-align: top;
}

.must {
	color: #FF6347;
	margin-left: 4px;
	font-weight: bold;
}

/* Message */

.success, .alert, .error, .info {
	cursor: pointer;
	font-family: Oswald;
	font-size: 14px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 6px;
	box-shadow: 0 2px 4px #CCCCCC;
}

.success {
	background: #bdea74; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZWE3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGM1NWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #bdea74 0%, #9dc55f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdea74), color-stop(100%,#9dc55f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bdea74 0%,#9dc55f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bdea74 0%,#9dc55f 100%); /* W3C */
	border: 1px solid #A2CD60;
	color: #597D21;
	text-shadow: 0 1px 0 #BCEF6D;
}

.alert {
	background: #eae874; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZTg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eae874 0%, #d0d05f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eae874), color-stop(100%,#d0d05f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eae874 0%,#d0d05f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eae874 0%,#d0d05f 100%); /* W3C */
	border: 1px solid #D3D268;
	color: #898905;
	text-shadow: 0 1px 0 #F1F078;
}

.error {
	background: #ea7474; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzQ3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDRmNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ea7474 0%, #c44f4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7474), color-stop(100%,#c44f4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea7474 0%,#c44f4f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea7474 0%,#c44f4f 100%); /* W3C */
	border: 1px solid #CD7171;
	text-shadow: 0 1px 0 #EF8181;
	color: #800B0B;
}

.info {
	background: #54cef9; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0Y2VmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZWE4YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #54cef9 0%, #5ea8c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54cef9), color-stop(100%,#5ea8c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #54cef9 0%,#5ea8c5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #54cef9 0%,#5ea8c5 100%); /* W3C */
	border: 1px solid #6EB7D3;
	text-shadow: 0 1px 0 #80D2F2;
	color: #0F5F7E;
}

/* Pages */

.pages {
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}

.goBack {
	display: block;
	margin: 0 auto;
	padding: 4px 12px;
	width: 115px;
	margin-bottom: 40px;
}

.login {
	margin: 0 auto;
	width: 280px;
	margin-top: 120px;
}

/* Change Pattern -- For Demonstration only */

.changePattern {
	width: 58px;
	height: auto;
	border-radius: 0 3px 3px 0;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 200px;
	left: 0;
	padding-top: 6px;
	z-index: 10000;
}

.changePattern span {
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	cursor: pointer;
}

#pattern1 {
	background: url("../imagenes/pattern1.png") no-repeat 0 0;
}

#pattern2 {
	background: url("../imagenes/pattern2.png") no-repeat 0 0;
}

#pattern3 {
	background: url("../imagenes/pattern3.png") no-repeat 0 0;
}

#pattern4 {
	background: url("../imagenes/pattern4.png") no-repeat 0 0;
}

#pattern5 {
	background: url("../imagenes/pattern5.png") no-repeat 0 0;
}

#pattern6 {
	background: url("../imagenes/pattern6.png") no-repeat 0 0;
}
#pattern7 {
	background: url("../imagenes/pattern7.png") no-repeat 0 0;
}
#pattern8 {
	background: url("../imagenes/pattern8.png") no-repeat 0 0;
}




