
/* #########################  GENERALES ######################## */

/* Configuracion */
@app-width:1150px;
/* Colores */
@gris-oscuro:#666666;
@gris-claro:#EAEAEA;
@azul-claro:#08C;
@rojo:#ff7a7a;
@verde:#6ebd71;
@blanco:#FFF;
@negro:#000;

.color(@color: #000){
	color:@color;
}

.verde{
	.color(@verde);
}

.gris-oscuro{
	.color(@gris-oscuro);
}

html,body{
	background: url(../image/bg_noise.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}

td,th{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	height:30px;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

li{
	padding:3px;
	clear:both;
}


h1{
	.al-left; 
	font-size:15px; 
	.bold; 
	.border(#CCC , 1px , solid); 
	clear:both; 
	.gr-verde(); 
	.border-radius(10px , 10px , 10px , 10px);
	background:#C3C2F5; 
	padding:5px;
	div{
		.border-radius(10px , 10px , 10px , 10px);
		background:#C3C2F5;
		padding:3px;
		padding-left:10px;
		.blanco;
		text-shadow: 0px 0px 4px #525252;
		filter: dropshadow(color=#525252, offx=0, offy=0);
	}
}
h3{.al-left; font-size:14px; border-bottom:solid thin #CCC; .bold; clear:both; margin:0; padding-top:4px; padding-bottom:4px; margin-bottom:5px;}

.text-shadow(@x:0px , @y:0px , @blur:4px , @color:#525252){
	text-shadow:@arguments;
}

.inside{width:@app-width;}

.bold{font-weight:bold;}
.underline{text-decoration:underline;}

.negro{color:@negro;}
.blanco{color:@blanco;}
.rojo{color:@rojo;}
.verde{color:@verde;}

.al-center{text-align:center;}
.al-right{text-align:right;}
.al-left{text-align:left;}

.fl-left{float:left;}
.fl-right{float:right;}

.cu-pointer{cursor:pointer;}
.cu-default{cursor:default;}

.img-icon{vertical-align:middle; margin-right:1px; margin-left:1px;}
.disabled{opacity: 0.3; cursor:default; text-decoration:none;}

.border(@color:#CCCCCC , @width:thin , @type:solid){
	border:@arguments;
}

.box-shadow (@x: 0px , @y: 1px , @blur:10px , @alpha:0.55) {
  @value: @x @y @blur rgba(50, 50, 50, @alpha);
  box-shadow:         @value;
  -moz-box-shadow:    @value;
  -webkit-box-shadow: @value;
}

.border-radius(@tl: 5px , @tr: 5px , @bl: 5px , @br: 5px){
	-webkit-border-top-left-radius: @tl;
	-webkit-border-top-right-radius: @tr;
	-webkit-border-bottom-right-radius: @br;
	-webkit-border-bottom-left-radius: @bl;
	-moz-border-radius-topleft: @tl;
	-moz-border-radius-topright: @tr;
	-moz-border-radius-bottomright: @br;
	-moz-border-radius-bottomleft: @bl;
	border-top-left-radius: @tl;
	border-top-right-radius: @tr;
	border-bottom-right-radius: @br;
	border-bottom-left-radius: @bl;
}

/* Gradients */

.gr-verde(){
	background: rgb(180,223,91); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: rgb(143,196,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(143,196,0,1) 0%, rgba(143,196,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(143,196,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(143,196,0,1) 0%,rgba(143,196,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-8 */
}

.gr-menu(){
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.gr-gris-blanco(){
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gr-gris-blanco-mirr(){
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.gr-blanco-gris-mirr(){
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* Forms */
input:focus , textarea:focus, select:focus{
	outline-offset: -2px;
	outline: 5px auto @verde;
}


.st-input{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
	.gr-gris-blanco();
	.border-radius();
	.border(); /* Estilos por defecto del borde */
	padding:5px;
	margin-left:2px;
	color:@gris-oscuro;
}

.st-button{
	.cu-pointer;
	.border(solid , thin , #C3C3C3);
	.border-radius();
	.gr-gris-blanco-mirr();
	padding-left:8px; padding-right:8px;
	padding-top:3px; padding-bottom:3px;
	&:active{
		.gr-blanco-gris-mirr();
	}
}


.text-button{
	font-weight:normal;
	.cu-pointer;
	color:@azul-claro;
	.bold;
	&:hover{
		.underline;
	}
}




/* Data-tables */ 
.tpar{background:#FFF;}
.timpar{background:#C3C2F5;}
.dataTables_filter{text-align:right; padding:3px;}
.dataTables_filter input[type=text]{background:#FFF;}
.dataTables_paginate{text-align:left; padding:3px;}
.dataTables_paginate a{padding-left:5px; padding-right:8px}
.DataTables_sort_icon{float:left;}
.DataTables_sort_wrapper{padding:2px; cursor:pointer;}
table{cursor:default;}

.paging_full_numbers a.paginate_button,
 .paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a:active {
	outline: none
}

.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

/* Loading */
#loading{
	position:relative;
	top:255px;
}


/* Error y status */
#error_view , #status_view{
	display:none;
}

/* Left y right */
.left , .right{
	width:50%;
	float:left;	
}


/* ##########################  LOGIN ########################## */

#login_wrapper{
	position:relative;
	#login{
		margin:0 auto;
		position:relative;
	}
	#login_prompt{
		.box-shadow();
		.border-radius();
		display:block;
		margin:0 auto;
		padding:15px;
		background:#FFF;
		width:300px;
		height:auto;		
	}
	#login_status{
		.box-shadow();
		.border-radius();
		display:none;
		width:330px;
		margin:0 auto;
	}
}

.info-icon{
	width: 19px;
	height: 19px;
	margin-left: 0.3em;
	background-image:url(../image/info.gif) !important;
}

/* ##########################  INDEX ########################## */

#container{
	.border-radius();
	clear:both;
	min-height:350px;
	position:relative;
	.app_content{
		background:@blanco;
		.border-radius(10px , 10px , 0px , 0px);
		.box-shadow(0px , 1px , 3px , 0.35);
		padding:10px;
		padding-top:5px;
		overflow:auto;
	}
}

#index_wrapper{
	#header{
		height:85px;
		#user_panel{
			text-align:right;
			padding-top:75px;
		}
		#menu{
			height:35px;
			width:700px;
			.border-radius(0px , 0px , 5px , 5px);
			.box-shadow(0px , 1px , 3px , 0.35);
			background:#FFF;
			padding-left:5px; padding-right:5px;	
			.button{
				font-size:13px;
				padding-top:7px;
				height:28px;
				.bold();
				overflow-y:hidden;
				padding-left:10px;
				padding-right:10px;
				border-right: solid thin @gris-claro;
				.al-center;
				.fl-left;
				.cu-pointer;
				&:hover{
					background:url(../image/bg_noise_verde.png) repeat;
					.color(@blanco);
					.text-shadow();					
				}
			}
		}
		#menu_principal{
			position:relative;
			.al-left;
			top:16px;
			height:35px;
			width:715px;
			left:138px;
			padding-left:5px;
			padding-right:5px;
			.gr-menu();
			.border-radius(0px , 0px , 7px , 7px);
			.border();
			border-top:none;
		}
	}			
}

/* ########################## BajaCRM ##################### */

.titulo{
	.al-left;
	font-size:14px;
	border-bottom:solid thin #CCC; 
	.bold;
	clear:both;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:5px;
	display: block;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.img-datatable{
	height: 29px;
	background-size: 20px;
	margin-left: 3px;
	margin-bottom: -10px;
}

.addedBlack{
	.img-datatable;
	background:url("../image/blacked.png");
	background-repeat:no-repeat;
}

.toAddBlack{
	.img-datatable;
	background-image:url("../image/lock.png");
	background-repeat:no-repeat;
}

#ani_mod_span{
	float: left;
	padding-top: 6px;
	font-size: 15px;
}

#ani_mod{
	float: center;
	width: 150px;
	height: 30px;
	top: -2px;
	display: inline-block;
	position: absolute;
	text-align: center;
}

/* ########################## Blacklist ##################### */

/*### CollapseMenu ###*/
.collapseTitle{
	.fl-left;
	.text-button;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.238em;
	text-align: left;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.72);
	word-break: break-all;
	word-wrap: break-word;
	padding-left: 6px;
}

.collapsed{
	display:none;
}

.expanded{
	display:block;
}

.collapseHeader{
	overflow:auto;
	cursor: pointer;
}

.collapseMainDiv{
	margin-top: 20px;
}

.collapseHrDiv{
	padding-top: 7px;
}

.collapsedGif{
	height: 17px;
	width: 17px;
	margin-top: 2px;
	background-image:url("../image/collapsed.gif");
	background-repeat:no-repeat;
	display:inline-block;
}

.expandedGif{
	height: 17px;
	width: 17px;
	margin-top: 2px;
	background-image:url("../image/expanded.gif");
	background-repeat:no-repeat;
	display:inline-block;
}

.collapseHr{
	border-bottom: #ACACAC 1px solid;
	border-top: none;
	border-right: none;
	color: #E5E5E5;
	margin-right: 4px;
	margin-left: 4px;
}

.collapseBlock{
	overflow:auto;
	max-height:310px;
	position:relative;
}

/* ### SELECTABLE CATEGORIAS ### */

#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #949494; }
#selectable .ui-selected { background: rgba(66, 66, 66, 0.89); color: white; }
#selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 50%;
	display:inline-block;
}
#selectable li { 
	.bold;
	border-radius: 8px;
	text-align:center; 
	margin: 2px; 
	padding: 0.4em; 
	font-size: 1.4em; 
	height: 18px;
}
#feedback {
	display:inline;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.st-button-save{
	.st-button;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-weight:bold;
	font-size: 1.05em; 
	font-family: 'Open Sans', sans-serif;
}

/* ### TABLE OPERADORES & TS### */

.containerTableO{
	width: 45%;
	display: inline-block;
	margin-left: 40px;
}

.idOperadoresTable{
	width: 18%;
}

.moOperadoresTable{
	width: 35%;
}

.checkOperadoresTable{
	width: 9%;
}

.buttonsOperadores{
	float:right;
	display:inline-block;
	width: 90%;
	margin-top: 28px;
}

.commandsOperadores{
	.fl-left;
	position:absolute;
	bottom:0px;
	width: 30%;
	display:inline-block;
}

.rightButtonsOperadores{
	position: relative;
	.fl-right;
	width:50%;
	height:300px;
}

tr.tpar.selectedRow td {
	background: #B0BED9;
}

tr.timpar.selectedRow td {
	background: #9FAFD1;
}

/* ### SELECTABLE TS ### */

#feedback { font-size: 1.4em; }
#selectableTS .ui-selecting { background: #949494; }
#selectableTS .ui-selected { background: rgba(66, 66, 66, 0.89); color: white; }
#selectableTS { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 47%;
	display:inline-block;
	margin-left:23px;
}
#selectableTS li { 
	.bold;
	border-radius: 8px;
	text-align:center; 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 1.4em; 
	height: 18px;
}
#feedbackTiposDeSuscripcion {
	display:inline;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}


/* ### SEARCH ANI BAR ### */

#searchBar {
	border-style:solid;
	border-width:5px;
	border-color:#a8e261;
	border-radius: 13px;
	-webkit-border-radius: 13px; 
	-moz-border-radius: 13px;
	text-align:center;
	height: 60px;
}

#searchAniBarContainer {
	margin: 20px;
	width: 29%;
	overflow:auto;
	text-align:center;
	margin: 35 auto;
}

#searchAniInput{
	.st-input;
	font-size: 19px;
	font-weight:bold;
	margin-left: 15px;
	width: 80%;
	margin-top: 15px;
	padding-left: 14px;
}

#lupaAniSearch{
	margin-top: 15px;
	background: url("../image/search_button.png") -6 -42;
	width:26px;
	height:30px;
	background-repeat:no-repeat;
	border: none;
}

/* ### DIALOGO ### */
.ui-dialog{
	top:511px;
	left:230px;
}

/* ### DENIED VIEW BAR ### */

.deniedViewWrapper{
	border-style:solid;
	border-width:5px;
	border-color:#FF6B3C;
	border-radius: 13px;
	-webkit-border-radius: 13px; 
	-moz-border-radius: 13px;
	text-align:center;
	height: 70px;
}

.deniedViewContainer{
	width: 30%;
	overflow:auto;
	text-align:center;
	margin: 20px auto;
}

.deniedViewText{
	font-size: 19px;
	font-weight:bold;
	width: 80%;
	padding-left: 12px;
	margin-top: 8px;
	color: #5F5F5F;
}

.deniedViewicon{
	margin-top: 23px;
	margin-right: 20px;
	background: url("../image/denied.png");
	width:26px;
	height:30px;
	background-repeat:no-repeat;
	border: none;
}
