/*==============================
			-- GENERAL --
==============================*/
@font-face {
    font-family: 'gillsanslight';
    src: url('./fonts/gillsanslight.eot');
    src: url('./fonts/gillsanslight.eot') format('embedded-opentype'),
         url('./fonts/gillsanslight.woff2') format('woff2'),
         url('./fonts/gillsanslight.woff') format('woff'),
         url('./fonts/gillsanslight.ttf') format('truetype'),
         url('./fonts/gillsanslight.svg#arialbd') format('svg');
}
@font-face {
    font-family: 'arialbd';
    src: url('./fonts/arialbd.eot');
    src: url('./fonts/arialbd.eot') format('embedded-opentype'),
         url('./fonts/arialbd.woff2') format('woff2'),
         url('./fonts/arialbd.woff') format('woff'),
         url('./fonts/arialbd.ttf') format('truetype'),
         url('./fonts/arialbd.svg#arialbd') format('svg');
}

@font-face {
    font-family: 'latoregular';
    src: url('./fonts/lato-regular-webfont.eot');
    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/lato-regular-webfont.woff2') format('woff2'),
         url('./fonts/lato-regular-webfont.woff') format('woff'),
         url('./fonts/lato-regular-webfont.ttf') format('truetype'),
         url('./fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-neue-medium';
    src: url('./fonts/HelveticaNeue-Medium.eot');
    src: url('./fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'),
         url('./fonts/HelveticaNeue-Medium.woff') format('woff'),
         url('./fonts/HelveticaNeue-Medium.ttf') format('truetype'),
         url('./fonts/HelveticaNeue-Medium.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-neue-light';
    src: url('./fonts/HelveticaNeue-Light.eot');
    src: url('./fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/HelveticaNeue-Light.woff2') format('woff2'),
         url('./fonts/HelveticaNeue-Light.woff') format('woff'),
         url('./fonts/HelveticaNeue-Light.ttf') format('truetype'),
         url('./fonts/HelveticaNeue-Light.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('./fonts/helveticaneuebold.eot');
    src: url('./fonts/helveticaneuebold.eot') format('embedded-opentype'),
         url('./fonts/helveticaneuebold.woff2') format('woff2'),
         url('./fonts/helveticaneuebold.woff') format('woff'),
         url('./fonts/helveticaneuebold.ttf') format('truetype'),
         url('./fonts/helveticaneuebold.svg#helveticaneuebold') format('svg');
}

*{margin:0;padding:0;border:0;}
.clear{clear:both}

html,
body{
background:#f1f1f1;
font:12px "Lucida Sans", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;}

li{
list-style:none;}

p{
color:#060606;}

a{
outline:none;
color:#003066;
text-decoration:underline;}

hr{
height:0;
margin-bottom:20px;
border-top:1px solid #9FB1C5}

#contenedor{
margin: 150px auto auto;
/*width:810px;*/
width:880px;
}

.tizen_stats.oculto{
    display:none;
}
/*#contenedor_pantallas{
margin:auto;
width:1000px;}*/

#contenedor.extra-width{
width:880px;}

/*==============================
			  -- HX --
==============================*/
h1 a{
#text-indent:-9999px;
width:150px;
height:88px;
display:block;
margin:9px 0 8px 6px;}

h2{
color:#003066;
font-size:24px;
float:left;}

h3{
font-size:12px;
color:#999;}


/*==============================
			 -- FORMS --
==============================*/

textarea,
input[type="file"]
input[type="password"],
input[type="text"]{
width:298px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
color: #2a3239;
font-family: "helvetica-neue-light";
font-size: 15px;
padding: 0 0 0 5px;
text-decoration: none;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
background:#ffffff;}


/*==============================
			 -- TABLES --
==============================*/

/*tr.cabeceracontent{
background: #E3805E;
border:1px solid #979797;
}*/
tr.cabeceracontent{
background: #E3805E;
border:1px solid transparent;
}

tr.cabeceracontent th{
border-bottom:none;
background: #E3805E;
padding-left:5px;
padding-right:5px;
width:10px;
}

tr.cabeceracontent th a{
color: #ffffff !important;
font-family: "helveticaneuebold";
font-size: 15px;
font-weight: lighter;
white-space: nowrap;
}

tr.cabeceracontent th a img{
	float: right;
    margin-top: 10px;
}

.with-thumbs tr.par{
background: #ffffff;
}

.par{
    background: #ffffff;
}

.with-thumbs tr{
/*border:1px solid transparent;*/
}

.with-thumbs tr td.border-colu{
	border-right: 1px solid rgba(151, 151, 151, 0.5);
}

.with-thumbs tr:hover{
border:1px solid rgba(70,173,193,1) !important;
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
cursor: pointer;
}
.auxbot:hover a{
    opacity: 1 !important;
}

.with-thumbs tr:hover td:last-child{
border-right:1px solid rgba(70,173,193,1) !important;
}


.with-thumbs{
box-shadow: 0px 2px 1px #A7A7A7;
}
.with-thumbs tr td a{
color:#2A3239 !important;
text-decoration: none !important;
font-size: 15px;
font-family: 'helvetica-neue-light' !important;
}
.with-thumbs tr td a.edit{
background-position: center center;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
display: none;
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.metatabla tr td a.deletemeta{

background:url(../img/deleteicon.png);
background-position: center center;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
display: none;
height: 40px;
width: 40px;
background-repeat: no-repeat;
color: transparent;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.metatabla tr:hover td a.deletemeta{
    display: block;
}
.metatabla tr td a.deletemeta:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.customsum{
font-family: "helveticaneuebold";
font-size: 15px;
color: #2D7CB3;
text-decoration: none;
float: right;
margin-top: -15px;
}

.customsum div{
background: #FFFFFF;
border: 1px solid #f1f1f1;
border-radius: 4px;
height: 40px;
line-height: 40px;
padding-left: 15px;
padding-right: 15px;
width: auto;
}

.customsum div:hover{
     border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
cursor: pointer;
}

.with-thumbs tr td.celdaopcional a.plus{
background-position: center center;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
display: none;
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

.with-thumbs tr:hover td a.edit{
display:block;
}

 .with-thumbs tr:hover td a.duplicatebutontab{
 	display:block;
 }


 .with-thumbs tr td a.duplicatebutontab{
 	background-position: center center;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
display: none;
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
 }

.imgfloat img{
	margin-top: 15px;
}

.with-thumbs tr td a.duplicatebutontab:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.with-thumbs tr td.celdaopcional a.plus:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.luce:hover{
   border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
cursor: pointer;
}

.with-thumbs tr td a.delete_fancybox{
background-position: center center;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
display: none;
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.with-thumbs tr td a.delete_fancybox:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.with-thumbs tr td a.edit:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.with-thumbs tr:hover td a.delete_fancybox{
display:block;
}

.with-thumbs tr td a.new_delete{
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    display: none;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.with-thumbs tr td a.new_delete:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.with-thumbs tr:hover td a.new_delete{
    display:block;
}

.with-thumbs tr:hover td.celdaopcional a.plus{
	display:block;
}

.with-thumbs tr td{
color:#2A3239 !important;
font-family: 'helvetica-neue-light' !important;
text-decoration: none !important;
}

.enlacesuper{
	color: #7e9eb9;
    display: inline;
    float: left;
    font-family: "helvetica-neue-light";
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
}

.enlacesuper img{
	display:none;
}

.enlacesuper.selected img{
	display: inline;
}

.sinhov:hover{
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.enlacesuper:hover{
	list-style-type: none;
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#2D7CB3;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}

.enlacesuper.selected{
 	color: #686868;
    font-family: "helvetica-neue-light";
    font-weight: bold !important;
}
tr:hover .cajabut{
    text-align: center;
}
tr:hover .cajabut a{
    opacity:1 !important;
}

.editprometa .capa_data_metadb .botinfo button{

    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #2d7cb3 !important;
    display: inline-block;
    font-family: "helveticaneuebold";
    font-size: 14px;
    font-weight: lighter;
    height: 35px;
    line-height: 25px;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    text-decoration: none !important;
    width: auto;
}

.editprometa .capa_data_metadb .botinfo button:hover{
    border:1px solid rgba(41,140,173,0.50);
    -webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    cursor: pointer;
}

.bloquedetailmeta{
    width:30%;
    float: left;
    margin-right: 3%;
    height: 100px;
}

.borraall{
	 background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2d7cb3;
    display: block;
    float: right;
    font-family: "helveticaneuebold";
    font-size: 10px;
    font-weight: lighter;
    line-height: 30px;
    margin: 15px 10px 0 0;
    padding: 0 5px;
    text-decoration: none;
}
.borraall:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

.sinbord:hover{
border:0px solid transparent !important;
-webkit-box-shadow: 0 0 0 0 transparent !important;
box-shadow: 0 0 0 0 transparent !important;
}
.sinbord a:hover{
border:1px solid transparent !important;
-webkit-box-shadow: 0 0 0 0 transparent !important;
box-shadow: 0 0 0 0 transparent !important;
text-decoration: underline !important;
cursor: pointer !important;
}

.tablacon #capa_ td:nth-child(2) div{
	margin-top:-5px !important;
}
.sinbord2{
   border:0px solid transparent !important;
}
.sinbord2:hover{
border:0px solid transparent !important;
-webkit-box-shadow: 0 0 0 0 transparent !important;
box-shadow: 0 0 0 0 transparent !important;
}
.subr:hover{
    text-decoration: underline !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}

.tablatiempo.with-thumbs th{
	background: #9fba6c !important;
	font-family: 'helvetica-neue-light' !important;
}
.tablatiempo.with-thumbs td span:hover{
	background: transparent!important;
}
.tablatiempo.with-thumbs tr:hover{
	cursor: inherit !important;
}
.tablatiempo.with-thumbs tr td:hover{
	cursor: inherit !important;
}
.tablatiempo.with-thumbs tr span:hover{
	cursor: pointer;
	text-decoration: underline;
}
.tablatiempo.with-thumbs tr td strong{
	font-size: 12px;
	 font-weight: lighter;
	 font-family: 'helvetica-neue-medium' !important;
}

.tablatiempo.with-thumbs thead tr:hover{
	border: medium none !important;
	box-shadow: none !important;
	cursor: normal;
}

.tablatiempo.with-thumbs tr{
	height: 75px;
}
.tablatiempo.with-thumbs tr td:last-child{
	padding-right: 25px;
    width: 25%;
}


.tablatiempo.with-thumbs tr td:last-child span:hover{
	text-decoration: none;
	cursor: inherit;
}

.tablatiempo.with-thumbs tr td{
	font-size: 15px;
}

.tablatiempo.with-thumbs tr td:nth-child(2) br{
	display:none;
}

.tablatiempo.with-thumbs tr td:nth-child(2) input{

box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
color: #2a3239;
font-family: "helvetica-neue-light";
font-size: 15px;
height: 25px;
padding: 0 0 0 5px;
text-decoration: none;
}
.tablatiempo.with-thumbs tr td:nth-child(2) input:focus{
background: #ffffff;
}
.table-samllinfo{
float:right;
margin-bottom:10px;
color: #2a3239;
font-family: "helvetica-neue-light";
}
.search-import .ply_efecto {
-moz-appearance: none;
background: transparent none repeat scroll 0 0;
border: 0 none;
border-radius: 0;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
color: #2a3239;
cursor: pointer;
font-family: "helvetica-neue-light";
font-size: 15px;
font-weight: bold;
height: 34px;
line-height: 1;
outline: medium none !important;
padding: 5px 35px 5px 5px;
width: 100% !important;
}

.search-import .ply_select {
background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
border: 1px solid #ccc;
float: left;
height: 34px;
margin-left: 20px;
margin-top: 10px;
overflow: hidden;
width: 85%;
}

.tables_import .date a img{
width: 20px;
margin-right: 10px;
margin-top: 20px;
}
.tables_import th{
border-right: 1px solid #b5664b;
padding-left:10px !important;
}


#capa_basic.tablatiempo {
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
border-bottom: 1px solid transparent;
}
.tablatiempo.with-thumbs tr td:first-child{
	padding-left:5%;
}
.with-thumbs tr.cabeceracontent:hover{
border:1px solid transparent !important;
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
cursor: inherit;
}
tr.cabeceracontent th{
color: #ffffff !important;
font-family: "helveticaneuebold";
font-size: 15px;
font-weight: lighter;
height: 50px;
}
.content-col table{
margin-bottom: 30px;
border-top:none;
-webkit-box-shadow: 0px 2px 1px #A7A7A7;
box-shadow: 0px 2px 1px #A7A7A7;
}
table{
width:100%;
clear:both;
margin:0;
border-collapse:collapse;
}

table thead {
	/*border:1px solid #979797;*/
}
table thead tr {
	margin-bottom: 5px;
}

tr{
font-size:14px;
background: #f8f8f8;
/* line-height:36px; */
}
tr.par{
background:#F2F7FD;}

thead tr{
line-height:21px;}
tr:hover{
}
.content-col tr.par{
background:#ffffff;}
.content-col tr{
background:#f8f8f8;
/*border:1px solid transparent;*/
border: none;
height: 60px;
}
.content-col tr:hover{

border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.content-col tr.filaenlace{
cursor: pointer;
}
.content-col tr.par:hover{
background:#ffffff;}
.content-col tr:last-child:hover{
border:1px solid transparent;
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}

.nofond:hover{
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.content-col tr td{
color:#000000;
font-size: 15px;
font-family: 'helvetica-neue-light';
text-align: left;
}
.content-col tr td a{
color:#000000;
text-decoration: none;
}
.content-col tr td a:hover{
text-decoration: underline;
}
.content-col .nameplaycell{
width:50% !important;
text-align: left !important;
padding-left: 30px !important;
}
.content-col .activescell{
 text-align: center;
 width:50% !important;
}
.tablaprog td {
	font-size: 13px !important;
}
.tablaprog td a{
	font-size: 13px !important;
}
th{
color:#fff;
background:#4D6E94;
font-size:11px;
font-weight:normal;
text-align:center;
border-bottom:1px solid #333;}
th a{
color:#fff;
font-weight:bold;
text-decoration:none;}

td{
text-align:center;
color:#666;
font-size:13px;}
td.active{
font-size:14px;
color:#41a041;}
td a{
font-size:15px;}
td img{
vertical-align:middle;
/*border:1px solid #55769B;*/}

th:first-child,
td:first-child{
padding:0 0 0 15px;
text-align:left;}

.content-col th,
.content-col td{
padding-left:30px;
}

.enlacdefal{
color: #2a3239 !important;
    font-family: "helvetica-neue-medium" !important;
    font-size: 15px !important;
    text-decoration: none;
    font-weight: lighter !important;
}

.enlacdefal a{
color: #2a3239;
    font-family: "helvetica-neue-medium";
    font-size: 15px !important;
    margin: 0 0 16px;
    text-decoration: none;
}
.enlacdefal a:hover{
	text-decoration: underline !important;
	cursor: pointer;
}

.content-col td img{
width:50% !important;
height: auto !important;
}
.content-col th:first-child,
.content-col td:first-child{
padding:0;
text-align: center;
width:25%;}

/* Col width */
th.name{
width:292px;}
th.name-details{
width:100px;}
th.name-screen{
width:186px;}
th.type{
width:110px;}
th.status{
width:311;}
th.buttons{
width:30px;}
th.screens{
width:80px;}
th.weight{
width:100px;}

div#fancy_content body{
	background: #ffffff !important;
}


/* Tables menu */
ul.table-menu{
overflow:hidden;}
ul.table-menu span{
color:#686868;
padding-left:5px;}
ul.table-menu li{
float:left;
color:#666;
padding-right:9px;
margin-right:9px;
border-right:1px solid #b2b2b2;}


/*ul.table-menu li{
float:left;
color:#666;
padding-right:9px;
margin-right:9px;
border-right:1px solid #b2b2b2;}*/


ul.table-menu li:last-child{
border-right:0}
ul.table-menu li a{
color:#0066ff;
font-size:12px;}
ul.table-menu li.selected a{
color:#003066;
text-decoration:none;
font-weight:bold;}

table.with-thumbs td:first-child img{
height: 30px;
width:auto;}

/* Playlist Details */
table.with-thumbs td:first-child{
text-align:center;
padding:0}
table.with-thumbs td:first-child + td{
text-align:left;}

table.with-thumbs input{
width:100px;
}

table.with-thumbs textarea{
width:130px;
height: 150px !important;
}

table.with-thumbs tr{
font-size:14px;
background: #f8f8f8;
/*line-height:20px;*/}

table.with-thumbs tr:hover{
font-size:24px;
/*line-height:20px;*/}


/* Tables div */
.tables{
color:#686868;
}
.tables h3{
float:left;}

/* Table div Screens page */
.screens th,
.screens td{
text-align:left;}
.screens td{
font-size:15px}
.screens td a{
color:#686868;}
.editInPlace-active br{
	display:none;
}
.editInPlace-active{
line-height: 75px;
}
.editInPlace-active input{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
color: #2a3239;
font-family: "helvetica-neue-light";
font-size: 15px;
height: 25px !important;
padding: 0 0 0 5px;
text-decoration: none;
}
.tablareseteo{
font-family: "helvetica-neue-medium";
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
padding: 30px;
position: relative;
width: 96%;
margin-left: 0;
}
.tablareseteo .warning_screen {
background: #f8f8f8 none repeat scroll 0 0;
border-radius: 3px;
margin-top: 15px;
font-family: "helvetica-neue-medium";
padding: 15px;
border: 1px solid #979797;
}
.editInPlace-active input:focus{
background: transparent;
}
.editInPlace-active:hover{
text-decoration: none !important;
cursor: pointer !important;}
.inplace_form button.inplace_save{
margin-left: 10px;
height: 30px !important;
margin-top: 0 !important;
}
.inplace_form button.inplace_cancel{
margin-left: 5px;
height: 30px !important;
margin-top: 0 !important;
}
.inplace_form button.inplace_save:hover{
text-decoration: none !important;
cursor: pointer !important;
}
.inplace_form button.inplace_cancel:hover{
text-decoration: none !important;
cursor: pointer !important;
}
/*Esto lo cambio con muchos reparos 01-07-2009*/

/*.screens th:first-child,
.screens td:first-child{
padding-left:24px;}
.screens td:first-child{
background:url(../img/circle-non.png) no-repeat 7px 13px;
background-color:inherit*/}

/*hasta aqui 01-07-2009*/

/*Por esto otro 01-07-2009*/
.screens th:first-child{
padding-left:24px;}
.screens td:first-child{
background-color:inherit;
padding-left:8px;}
/*Hasta aqui 01-07-2009*/


.table-screens{
	border-bottom: 2px solid #a7a7a7 !important;
    box-shadow: 0 2px 1px #a7a7a7 !important;
}

.cabeceroscreens th{
	background: #f7b132;
	height: 60px;
	line-height: 60px;
	color: #ffffff !important;
    font-family: "helveticaneuebold";
    font-size: 15px;
    font-weight: lighter !important;
}
.cabeceroscreens th a{
	font-weight: lighter !important;
}


.tall, .talltable tr td {
	line-height: 36px;
}
.padtable tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.awebox {
	width: 95%;
	height: 90%;
	display: inline-block;
	vertical-align: middle;
}

.awebox a {
	margin-left: 5px;
	display: inline-block;
	color: rgb(0, 48, 102);
	font-weight: normal;
	font-size: 15px;
	text-decoration: underline;
	padding: 7px 0 1px 0;
}

.awebox a.light {
	display: inline-block;
	padding: 0;
}
.table-screens .affirmative{
	background: #ffffff !important;
	height: 60px !important;
	/*border: 1px solid transparent !important;*/
}
.table-screens .affirmative.par{
	background: #f8f8f8 !important;
}
.table-screens .affirmative:hover{
	cursor: pointer;
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.screens .affirmative td:first-child{
background-image:url(../img/circle-green.png) no-repeat 7px 13px;
background-color:inherit}
.screens .affirmative td:first-child a{
color:#003066;}
.screens .affirmative .room{
background:url(../img/room.png) no-repeat 98px 13px;
background-color:inherit}
.screens .affirmative .elevator{
background:url(../img/elevator.png) no-repeat 98px 13px;
background-color:inherit}


/*==============================
			-- SIDEBAR --
==============================*/
.sidebar{
width:100%;
position: absolute;
left:0;
top:60px;
}

.sidebar hr{
height:1px;
background:url(../img/sidebar_hr.png) no-repeat 50% 0;
}

.help,
.download,
.feedback,
.support{
color:#B2B2B2;
padding:0 0 0 40px;
margin:0 0 15px 0px;
}


.help{
background: rgba(0, 0, 0, 0) url("../img/icon-support.png") no-repeat scroll 2px center;
color: #2a3239 !important;
float: right;
font-family: "helveticaneuebold";
font-size: 12px;
line-height: 34px;
text-align: left;
text-decoration: none !important;
width: 125px;
margin-right: -25px;
}
.help a{
float: right;
line-height: 34px;
width: 140px;
color: #2A3239 !important;
text-decoration: none !important;
font-size: 13px;
text-align: left;
font-family: 'helveticaneuebold';
}
.help a:hover{
	text-decoration: underline !important;
	cursor: pointer !important;
}

.whatsnew{
background: rgba(0, 0, 0, 0) url("../img/icon_new.svg") no-repeat scroll 2px center;
color: #2a3239 !important;
float: right;
font-family: "helveticaneuebold";
font-size: 12px;
line-height: 34px;
text-align: left;
text-decoration: none !important;
width: 130px;
margin-right: -25px;
}
.whatsnew a{
float: right;
line-height: 34px;
width: 105px;
color: #2A3239 !important;
text-decoration: none !important;
font-size: 13px;
text-align: left;
font-family: 'helveticaneuebold';
}
.whatsnew a:hover{
    text-decoration: underline !important;
    cursor: pointer !important;
}

.download{
background:url(../img/download.png) no-repeat 0 0;
}

.feedback {
background:url(../img/uservoice.png) no-repeat 0 0;
}

.support {
background:url(../img/soporte.png) no-repeat 0 0;
}

.download a,
.feedback a,
.support a{
color:#7FB2FF;
}
.help strong{
display:block;
color:#999;}

/* Menu */
.menu{
margin: 0 0 30px;
padding: 30px 0 0;
background: #ffffff}
.menu ul{
width:880px;
margin: auto;
text-align: left;
padding: 0;}
.menu ul li{
display: inline-block;
margin-left: 1%;
margin-right: 1%;
text-align: center;
width: 12%;
}
.menu ul li:first-child{
}
.menu ul li:last-child{
}
.menu ul li a{
color: #2a3239;
display: block;
font-family: "latoregular";
font-size: 13px;
height: 25px;
line-height: 25px;
text-decoration: none;}

.menu ul li:hover,
.menu ul li.selected{
	background: #F1F1F1;
}

.menu ul li.menu-dashboard a{border-bottom: 4px solid #ED6192;
border-top: 4px solid transparent;}
.menu ul li.menu-events a{border-bottom: 4px solid #8EB6CE;
border-top: 4px solid transparent;}
.menu ul li.menu-playlists a{border-bottom: 4px solid #E3805E;
border-top: 4px solid transparent;}
.menu ul li.menu-screens a{border-bottom: 4px solid #F7B132;
border-top: 4px solid transparent;}
.menu ul li.menu-content a{border-bottom: 4px solid #E3805E;
border-top: 4px solid transparent;}
.menu ul li.menu-reports a{border-bottom: 4px solid #ED6192;
border-top: 4px solid transparent;}
.menu ul li.menu-config a{border-bottom: 4px solid #9FBA6C;
border-top: 4px solid transparent;}

/* Menu - hovers and selected */
.menu ul li.menu-dashboard:hover a,
.menu ul li.menu-dashboard.selected a{border-top: 4px solid #ED6192;
border-bottom: 4px solid transparent;}
.menu ul li.menu-events:hover a,
.menu ul li.menu-events.selected a{border-top: 4px solid #8EB6CE;
border-bottom: 4px solid transparent;}
.menu ul li.menu-playlists:hover a,
.menu ul li.menu-playlists.selected a{border-top: 4px solid #E3805E;
border-bottom: 4px solid transparent;}
.menu ul li.menu-screens:hover a,
.menu ul li.menu-screens.selected a{border-top: 4px solid #F7B132;
border-bottom: 4px solid transparent;}
.menu ul li.menu-content:hover a,
.menu ul li.menu-content.selected a{border-top: 4px solid #E3805E;
border-bottom: 4px solid transparent;}
.menu ul li.menu-reports:hover a,
.menu ul li.menu-reports.selected a{border-top: 4px solid #ED6192;
border-bottom: 4px solid transparent;}
.menu ul li.menu-config:hover a,
.menu ul li.menu-config.selected a{border-top: 4px solid #9FBA6C;
border-bottom: 4px solid transparent;}

.news-block{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #F1F1F1;
	text-align: center;
	color: #474747;
	font-size:16px;
	font-family: 'latoregular';
	width:175px;
	position: absolute;
}
.news-block p{
	height: 40px;
    margin: 2%;
    line-height: 36px;
    text-align: left;
    font-family: 'latoregular';
    padding-left:5%;
}
.news-block a{
	text-decoration: none;
}
.news-block a .news-button{
	font-family: 'latoregular';
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:2%;
	color: #ffffff;
	height: 40px;
    margin: 2%;
    padding-left: 30px;
    line-height: 36px;
	background:url(../img/templatestool-icon.png) #3799c6 no-repeat center;
    background-size: 30px;
    background-position: 5px;
}
.news-block a .news-button:hover{
	background:url(../img/templatestool-icon.png) #032F5F no-repeat center;
    background-size: 30px;
    background-position: 5px;
}

/*A�adimos esto para IE*/
.menu ul li.menu-config:hover {
background-position:0 -42px;}




/*==============================
			-- CONTENT --
==============================*/
.content{
background: #f1f1f1 none repeat scroll 0 0;
float: left;
overflow: hidden;
width: 880px;
padding-bottom:60px;}

.content_pantallas{
width:800px;
float:left;
overflow:hidden;}

.extra-width .content{
width:100%;}

/* Login top header */
.login{
left: 0;
text-align: right;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
height: 60px;
background: #2A3139}

.extra-width .login{
margin-right:70px;}

.login ul{
margin: auto;
width: 880px;
height: 100%}
.login li{
color: #ffffff;
display: inline-block;
line-height: 26px;
margin-left: 10px;
background: #191E22;
border-bottom:1px solid transparent;
border-left:1px solid transparent;
border-right:1px solid transparent;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;}
.login li:hover{
border-bottom:1px solid rgba(70,173,193,1);
border-left:1px solid rgba(70,173,193,1);
border-right:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
.nolight:hover{
border-bottom:1px solid transparent !important;
border-left:1px solid transparent !important;
border-right:1px solid transparent !important;
-webkit-box-shadow: 0 0 15px 0 transparent !important;
box-shadow: 0 0 15px 0 transparent !important;
cursor: default !important;
}
.login li a{
color: #fff;
display: block;
float: left;
font-size: 13px;
line-height: 25px;
padding: 10px 15px;
text-decoration: none;
text-transform: capitalize;
font-family: 'helveticaneuebold';
}
.login li.ininombre{
	background: #191e22 url("../img/user_icon.png") no-repeat scroll 10px center / 25px auto;
    padding-left: 30px;
}
.metatabla thead tr th{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.metatabla tbody tr td.metatabname a:hover{
   color: #999999 !important;
}

.metatabla thead tr th.metatabname #flecha_identificador{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 15px;
}

.metatabla thead tr th.metatabname{
    /*width:260px !important;*/
    width:250px !important;
}

.metatabla tbody tr td.metatabname{
    /*width:275px !important;*/
    width:250px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 5px;
}

.metatabla tbody tr td{
    height: 50px;
    line-height: 50px;
    cursor: default;
}
.metatabla tbody tr td.url{
    max-width:240px !important;
    color: #999999 !important;
    font-family: "helvetica-neue-medium" !important;
    text-decoration: underline !important;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metatabla tbody tr td.url a{
    color: #999999 !important;
    font-family: "helvetica-neue-medium" !important;
    text-decoration: underline !important;
}
.metatabla tbody tr td.url a:hover{
    color: #2a3239 !important;
}


.metatabla tbody tr:hover{
    outline:1px solid rgba(70,173,193,1) !important;
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75) !important;
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75) !important;
}

.editprometa{
    padding:30px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width:820px !important;
    background:#ffffff !important;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.3) !important;
    box-shadow: 0  2px 0 0 rgba(0,0,0,0.3) !important;
}
.editprometa label{
    font-family: "gillsanslight" !important;


}

.editprometa span.laboption{
    font-size: 14px !important;
    font-family: "helvetica-neue-medium" !important;
    color:#999999 !important;
    display: inline-block !important;
    position: absolute;
    top:0;
    right: 30px;
}

.editprometa input{
    font-family: "gillsanslight" !important;
    background: #FFFFFF;
    border: 1px solid #B5B5B5 !important;
    box-shadow: inset 0px 1px 2px 0px #B3B3B3 !important;
    -webkit-box-shadow: inset 0px 1px 2px 0px #B3B3B3 !important;
}

.metatabla tr{
    border: 1px solid transparent !important;
}

.metatabla thead tr:hover{
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0 transparent !important;
}

.editprometa .styled-select2 {
    background: #ffffff url("../../img/selectarrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 170px;
    margin: 10px 0 30px 20px;
}

.editprometa .radiolicence{
    display: inline-block;
    float:left;
    width: 180px;
}

.editprometa .radiolicence .divinput{
    color: #2A3239;
    font-size: 15px;
    font-family: "helvetica";
    width: 150px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    padding-left: 10px;
    margin-left: 20px;
    border-radius: 5px;
}
.renewblock{
    display: inline-block;
    height: 155px;
    margin-left: 10px;
    width: 350px;
    position: relative;
}
.renewblock a{
    position: absolute;
    margin: auto;
    display: inline-block;
    width: auto;
    height: 30px;
    color: #ffffff;
    background: #D8D8D8;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    line-height: 30px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 10px;
    top:0;
    bottom: 0;
    left:0;
}

.renewblock a:hover{
    background: #2d7cb3;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}


.editprometa .changes-options.metasaveoptions{
    width: 100% !important;
}

.editprometa .changes-options.metasaveoptions li{
    width: 43% !important;
}
.editprometa .changes-options.metasaveoptions li .save-changes{
    width: 200px !important;
    float: left;
    font-size: 15px !important;
}
.editprometa .changes-options.metasaveoptions li a{
    width: 200px !important;
    font-size: 15px !important;
    font-family: "helvetica-neue-medium" !important;
    float: right !important;
    text-align: center !important;
    height: 43px !important;
    line-height: 43px !important;
    color: #2d7cb3 !important;
    text-decoration: none !important;
}
.editprometa .changes-options.metasaveoptions li a:hover{
     text-decoration: underline !important;
}


.editprometa .styled-select2 #idiomasel{
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    color: #4a4a4a !important;
    cursor: pointer;
    font-family: "arial" !important;
    font-size: 16px;
    font-weight: lighter !important;
    height: 30px;
    line-height: 1;
    margin: 0 !important;
    padding: 0 35px 0 10px;
    text-align: left;
    width: 172px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.styled-select2bis .idiomasel{
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    color: #4a4a4a !important;
    cursor: pointer;
    font-family: "arial" !important;
    font-size: 16px;
    font-weight: lighter !important;
    height: 30px;
    line-height: 1;
    margin: 0 !important;
    padding: 0 35px 0 10px;
    text-align: left;
    width: 100% !important;
}


.renewblock p{
    bottom: 0;
    color: #999999;
    display: inline-block;
    font-family: "helvetica-neue-medium";
    font-size: 14px;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
}

.editprometa .radiolicence .divinput:hover{
    background: #D8D8D8;
    cursor: pointer;
}

.editprometa .radiolicence .divinput.selected{
    background: #D8D8D8;
    cursor: default;
}

.editprometa .styled-select2 #pro_fecha_fin_licencia2 {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    color: #4a4a4a !important;
    cursor: pointer;
    font-family: "arial" !important;
    font-size: 16px;
    height: 30px;
    line-height: 1;
    padding: 0 35px 0 10px;
    text-align: left;
    width: 125px !important;
    margin: 0 !important;
    font-weight:lighter !important;
}

.metatabla tbody tr td{
    color: #2a3239 !important;
    font-family: "helvetica" !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
.metatabla tbody tr td a{
    color: #2a3239 !important;
    font-family: "helvetica" !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

.metatabla thead tr th.url{
    max-width:240px !important;
    padding-left: 15px;
}

.metatabla tbody tr td.tdedit{
    position: relative;
    width:80px;
}

.metatabla tbody tr td.tdedit .editmeta{
    position:absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.metatabla{
    margin-top:80px;
}
/* Title header */

.content-col .title-header{
background: #e3805e none repeat scroll 0 0;
border-bottom: medium none;
height: 60px;
line-height: 60px;
position: relative;
margin-bottom: 0px;
overflow: hidden;
padding-bottom: 0px;
}
.content-col .title-header.eventstab{
background: #8EB6CE;
}
.content-col .title-header.screenstab{
background: #F7B132;
}
.content-col .title-header h2{
color: #ffffff;
font-family: "helveticaneuebold";
font-size: 23px;
font-weight: lighter;
padding-left: 30px;
position: relative;
width: 92%;
}
.content-col .title-header h2 span.todaydate{
bottom: -5px;
font-family: "helvetica-neue-medium";
font-size: 15px;
position: absolute;
right: 10px;
}
.title-header{
overflow:hidden;
}

/* Search form */
.search{
/*margin-right: 60px;*/
float: right;
margin-top: 0;
padding-bottom: 30px;
border: 1px solid transparent;
}
.search:hover p{
border: 1px solid rgba(70, 173, 193, 1) !important;
box-shadow: 0 0 15px 0 rgba(70, 173, 193, 0.75);
}
.search p{
border: 1px solid transparent;
}
.search input{
color:#2A3239;
text-decoration: none;
font-size: 15px;
font-family: 'helvetica-neue-light';
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
float: left;
height: 35px !important;
padding: 0 0 0 15px;
width: 210px;}
.search button, .search-import button{
background: rgba(0, 0, 0, 0) url("../img/searchbutton.png") no-repeat scroll 0 0;
background-position: 0 0;
color: transparent;
font-size: 11px;
height: 35px;
text-align: center;
width: 35px;}
.search button:hover{
background-position: 0 100%;
cursor: pointer;
}

/* Action buttons */
a.screen,
a.edit,
a.plus,
a.delete,
a.fav{
display:block;
margin:auto;
width:14px;
height:15px;
overflow:hidden;
text-indent:-9999px;}
.delete{background:url(../img/content-delete.png) no-repeat 0 0;}
.screen{background:url(../img/tv.png) no-repeat 0 0;}
.screengroup{background:url(../img/group.png) no-repeat 0 0;}
.edit{background:url(../img/editicon.png) #ffffff no-repeat 0 0;}
.delete{background:url(../img/deleteicon.png) #ffffff no-repeat 0 0;}

.duplicatebutontab{background:url(../img/duplicateicon.png) #ffffff no-repeat 0 0;}
.celdaopcional a.plus{background:url(../img/editicon.png) #ffffff no-repeat 0 0;}

.plus{background:url(../img/add-calendar.png) no-repeat 0 0;}
.fav{background:url(../img/star.png) no-repeat 0 0;}
tr:hover .screen,
tr:hover .screengroup,
tr:hover .aedit,
tr:hover .delete,
tr:hover .plus,
tr:hover .fav,
.screen:hover,
.screengroup:hover,
.edit:hover,
.plus:hover,
.delete:hover,
.fav:hover{background-position:0 -15px;}

td.screen,
td.screengroup,
td.fav{
background:0;
padding-left:5px;
background-color:inherit}
td.screen a,
td.screengroup a,
td.fav a{padding-left:20px}
td.screen a {background:url(../img/tv2.png) no-repeat 0 0;}
td.screengroup a {background:url(../img/group.png) no-repeat 0 -15px;}
td.fav a{background:url(../img/star.png) no-repeat 0 -15px;}

/*A�adido nuevo 01-07-2009*/
a.activo,
a.desactivado{
display:block;
float:left;
width:10px;
height:10px;
text-indent:-9999px;
margin:13px 10px 0 0;}
a.activo{background:url(../img/circle-green.png) no-repeat 0 0;}
a.desactivado{background:url(../img/circle-non.png) no-repeat 0 0;}
/*Fin a�adido nuevo*/

/* Pagination */
.pagination{
text-align:center;
padding:25px 0 0 0;
margin-bottom:25px;
font-weight:bold;
font-size:16px;
color:#999;}
.pagination a{
background: #FFFFFF !important;
border-radius: 2px !important;
font-family: 'helvetica-neue-light' !important;
font-size: 15px !important;
padding:10px 15px;
color: #2D7CB3 !important;
line-height: 15px !important;
text-decoration: none !important}
.pagination span{
background: #FFFFFF !important;
border-radius: 2px !important;
font-family: 'helvetica-neue-light' !important;
font-size: 15px !important;
color: #2D7CB3 !important;
line-height: 18px !important;
}
.pagination a:hover{
font-family: 'helvetica-neue-light';
color: #444444;
font-size: 15px !important;
background: #f8f8f8 !important;
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50), inset 0px 1px 3px 0px rgba(0,0,0,0.50);
border-radius: 2px;
padding: 10px 15px;
}
.pagination span.selected{
font-family: 'helvetica-neue-light';
color: #444444;
font-size: 15px !important;
background: #f8f8f8 !important;
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.50), inset 0px 1px 3px 0px rgba(0,0,0,0.50);
border-radius: 2px;
padding: 10px 15px;}

.pagination .bulkchange{
padding:40px 0 15px 0;
margin:40px 0 0 0;
font-weight:normal;
border-top:1px solid #ccc}


/* Warnings alert */
.bottonnews{
background: #3799c6 none repeat scroll 0 0;
border-radius: 3px;
color: #ffffff !important;
font-family: "latoregular" !important;
height: 40px;
line-height: 36px;
padding: 10px 15px;
border-radius: 3px;
border:1px solid transparent;
}
.bottonnews:hover{
 text-decoration: none !important;
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.buttonpluginreq{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: rgba(198, 41, 43, 1) !important;
    font-family: "latoregular" !important;
    height: 40px;
    line-height: 36px;
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 3px;
    border:1px solid;
    border-color: rgba(198, 41, 43, 1) !important;
}
.buttonpluginreq:hover{
    text-decoration: none !important;
    /*border:1px solid rgba(70,173,193,1);*/
    -webkit-box-shadow: 0 0 15px 0 rgba(198, 41, 43, 0.75);
    box-shadow: 0 0 15px 0 rgba(198, 41, 43, 0.75);
}
.pannelnews{
margin: 0 0 30px;
padding: 30px;
position: relative;
width: 820px;
background: #ffffff;
-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);}
.pannelnewscontent{
margin-top: 15px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.pannelnews p{
color: #000000;
font-family: "helvetica-neue-light";
font-size: 15px;}
.pannelnews a{
font-family: "helvetica-neue-light";
color:#2D7CB3;
font-size:15px;
font-weight:bold;
text-decoration: none}
.pannelnews a:hover{
text-decoration: underline;
}
.pannelnews strong{
color: #444444;
font-family: "helveticaneuebold";
font-size: 28px;
font-weight: lighter;
line-height: 20px;
}
.pannelnews p.close a{
background: rgba(0, 0, 0, 0) url("../img/closeicon.png") no-repeat scroll 0 0 / 100% auto;
display: block;
height: 20px;
position: absolute;
right: 10px;
text-indent: -9999px;
top: 10px;
border-radius: 50%;
width: 20px;
border:1px solid transparent;}

.pannelnews p.close a:hover{
background: rgba(70,173,193,1) url("../img/closeicon.png") no-repeat scroll 0 0 / 100% auto;
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
}

#capa_mensajes.warning,
#capa_alertas.warning{
background: #E3E3E3 url("../img/alerticon.png") no-repeat scroll 30px 25px;
background-size: 30px auto;
border: 1px solid #979797;
margin: 2%;
padding: 20px 10px 20px 60px;
position: relative;
width: 87%;
-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);}

.editusu input{
	height: 30px !important;
	line-height: 30px;
}

.warning{
background: #E3E3E3 url("../img/alerticon.png") no-repeat scroll 30px 25px;
background-size: 30px auto;
margin: 15px 0 30px 15px;
padding: 30px;
position: relative;
width: 88%;
-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);}
.warning p{
color: #000000;
font-family: "helvetica-neue-light";
font-size: 15px;}
.warning a{
font-family: "helvetica-neue-light";
color:#2D7CB3;
font-size:15px;
font-weight:bold;
text-decoration: none}
.warning a:hover{
text-decoration: underline;
}
.warning strong{
color: #444444;
font-family: "helveticaneuebold";
font-size: 28px;
font-weight: lighter;
line-height: 20px;
text-transform: capitalize;
padding-left: 40px;
}


.nobord:hover{
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 0 transparent !important;
    text-decoration: underline !important;
}

.warning p.close a{
background: rgba(0, 0, 0, 0) url("../img/closeicon.png") no-repeat scroll 0 0 / 100% auto;
display: block;
height: 20px;
position: absolute;
right: 10px;
text-indent: -9999px;
top: 10px;
width: 20px;
border:1px solid transparent;}

.warning p.close a:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
}

/* Error alert */
.error{
background: #fa7052 url("../img/login_error.png") no-repeat scroll 15% 50%;
color: #fff;
font-family: "helvetica-neue-medium";
font-size: 15px;
font-weight: lighter;
height: 50px;
line-height: 50px;
margin: 7px 0 10px;
padding-left: 20%;
padding-right: 5%;
position: absolute;
width: 75%;}


.login-form .error{
background: #fa7052 url("../img/login_error.png") no-repeat scroll 15% 50%;
color: #fff;
font-family: "helvetica-neue-medium";
font-size: 15px;
font-weight: lighter;
height: 50px;
line-height: 50px;
margin: 7px 0 10px;
padding-left: 20%;
padding-right: 5%;
position: absolute;
width: 75%;}




/*==============================
			-- LOGIN page --
==============================*/
.login li .link_edit_usuario{
    color: #fff;
    display: block;
    float: left;
    font-family: "helveticaneuebold";
    font-size: 13px;
    line-height: 25px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.login-page{
width:100%;
height: 100vh;
background:url(../img/bg_login.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;}
.login-page-meta{
width:100%;
height: 100vh;
background:url(../img/bg_login_meta.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;}
.login_form_image{
height: 125px;
border-bottom: 1px solid #EEEEEE;}
.login_form_image h1{
background-image: url("../img/welcomelogo.png");
background-position: 40px center;
background-repeat: no-repeat;
background-size: 100% auto;
font-family: "helveticaneuebold";
font-size: 30px;
height: 125px;
line-height: 125px;
margin: auto;
text-align: center;
width: 90%;}
.login-form{
background: #ffffff;
bottom: 0;
height: 500px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 500px;
-webkit-box-shadow: 0 5px 2px 0 rgba(0,0,0,0.5);
box-shadow: 0 5px 2px 0 rgba(0,0,0,0.5);}
.login-form h1 a{
margin:0;
width:340px;
height:152px;
/*background:url(../img/carteleria_logo.png) no-repeat;*/}
.login-form form h2{
color: #8b8b8b;
font-family: "latoregular";
font-size: 18px;
font-weight: lighter;
margin-bottom: 5%;
margin-top: 7%;
text-align: center;
width: 100%;}
.login-form form{
width:100%;
max-height:263px;
margin-bottom:20px;}
.login-form fieldset{
width:70%;
margin:auto;}
.login-form label{
display:block;
color:#333;
font-size:15px;
font-weight:bold;
margin-bottom:5px;}
.login-form input[type=text],
.login-form input[type=password]{
font-family: 'helvetica-neue-light';
border: 1px solid #d8d8d8;
font-weight: bold;
border-radius: 3px;
color: #4a4a4a;
font-size: 15px;
height: 30px !important;
line-height: 13px;
margin-bottom: 20px;
padding: 10px 5% 10px 15%;
width: 80%;}
.login-form button{
font-family: 'helvetica-neue-medium';
background: #46ADC1 none repeat scroll 0 0;
border: 1px solid #65c4d9;
color: #FFFFFF;
float: right;
font-size: 15px;
height: 40px;
text-align: center;
width: 95px;
-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.5);
box-shadow: 0 2px 1px 0 rgba(0,0,0,0.5);
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;}
.login-form button:hover{
cursor:pointer;
-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0);
box-shadow: 0 2px 1px 0 rgba(0,0,0,0);
}
.login-form input[type=text]{
	/*background: rgba(0, 0, 0, 0) url("../img/user_logo.png") no-repeat scroll 5% 15px / 20px auto;*/
}
.login-form input[type=password]{
	/*background: rgba(0, 0, 0, 0) url("../img/pass_logo.png") no-repeat scroll 6% 12px / 17px auto;*/
}

.login-form input[type="password"]:-webkit-autofill,
.login-form input[type="password"]:-webkit-autofill:hover,
.login-form input[type="password"]:-webkit-autofill:focus,
.login-form input[type="password"]:-webkit-autofill:active {

    /*background: rgba(0, 0, 0, 0) url("../img/pass_logo.png") no-repeat scroll 6% 12px / 17px auto !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    background-color: #ffffff !important;
}

.login-form input[type="text"]:-webkit-autofill,
.login-form input[type="text"]:-webkit-autofill:hover,
.login-form input[type="text"]:-webkit-autofill:focus,
.login-form input[type="text"]:-webkit-autofill:active {

    /*background: rgba(0, 0, 0, 0) url("../img/user_logo.png") no-repeat scroll 5% 15px / 20px auto !important;*/
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
        background-color: #ffffff !important;
}

.minilogouser{
   bottom: 36px;
    left: 18px;
    opacity: 1;
    position: absolute;
    opacity: 1;
}
.minilogopassword{
   bottom: 35px;
    left: 20px;
    opacity: 1;
    position: absolute;
    opacity: 1;
}

.login-form input[type="text"]:-webkit-autofill,
.login-form input[type="text"]:-webkit-autofill:hover,
.login-form input[type="text"]:-webkit-autofill:focus,
.login-form input[type="text"]:-webkit-autofill:active,
.login-form input[type="password"]:-webkit-autofill,
.login-form input[type="password"]:-webkit-autofill:hover,
.login-form input[type="password"]:-webkit-autofill:focus,
.login-form input[type="password"]:-webkit-autofill:active{
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
        background-color: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
    color: #4a4a4a !important;
    font-family: "helvetica-neue-medium" !important;
    font-size: 15px !important;
    height: 30px !important;
    line-height: 13px !important;
    margin-bottom: 20px !important;
    padding: 10px 5% 10px 15% !important;
    width: 80% !important;
}

.login-form .checkbox label{
font-family: 'helvetica-neue-light';
font-size:13px;
color:#8B8B8B;
float:left;
padding-top:10px;
line-height:18px;
cursor:pointer;}
.videowallcheck{
float: left;
margin-right: 5px;
margin-left: 20px;
margin-top: 3px;
width: 20px;
-ms-transform: scale(1.4); /* IE */
-moz-transform: scale(1.4); /* FF */
-webkit-transform: scale(1.4); /* Safari and Chrome */
-o-transform: scale(1.4);
cursor:pointer;
}
.login-form .checkbox input{
float: left;
margin-right: 5px;
margin-top: 3px;
width: 20px;
-ms-transform: scale(1.4); /* IE */
-moz-transform: scale(1.4); /* FF */
-webkit-transform: scale(1.4); /* Safari and Chrome */
-o-transform: scale(1.4);
cursor:pointer;}
.login-form > p{
color: #999;
font-size: 11px;
text-align: center;}
.login-form > p strong{
display:block;}
.login-form > p a{
color:#0099ff}
.login-form > p.pd{
margin:80px 0 20px 0;}
.login-form >p.pd a{
margin:auto;}
.login-footer{
background: #f8f8f8 none repeat scroll 0 0;
border-top: 1px solid #979797;
bottom: 0;
height: 80px;
position: absolute;
text-align: center;
width: 100%;}
.login-footer p{
line-height: 80px;}
.login-footer p a{
font-size: 16px;
font-family: 'helvetica-neue-light';
color: #888888;
text-decoration: none;}
.login-footer p a:hover{
text-decoration: underline;
cursor: pointer;
}

.login-page.login-mfa .login-form{
    height: 345px;
}
.login-page.login-mfa .login-form.long{
    height: 570px;
}

.login-page.login-mfa h2 img{
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.login-page.login-mfa .mfa_info{
    display: none;
    position: absolute;
    top: 100px;
    width: 68%;
    margin: 10%;
    text-align: center;
    padding: 6%;
    outline: 1px solid;
    border-radius: 10px;
    background-color: white;
}

.login-page.login-mfa .mfa_info p{
    margin-bottom: 10px;
    text-align: left;
}

.login-page.login-mfa .mfa_code{
    text-align: center;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 10px;
}

.login-page.login-mfa .mfa_code.secret_code{
    display: none;
}

.login-page.login-mfa .clickable{
    font-family: 'helvetica-neue-light';
    font-size: 13px;
    color: #8B8B8B;
    float: left;
    padding-top: 10px;
    line-height: 18px;
    cursor: pointer;
}

/*.login-page.login-mfa .get{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}*/

.login-page.login-mfa .code{
    font-size: 30px;
}

.login-page.login-mfa input[type=text]{
    width: 38%;
    font-size: 20px;
    letter-spacing: 5px;
    height: 20px !important;
}

.login-page.login-mfa .subtitle{
    color: #000000;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.login-page.login-mfa .subtitle b{
    font-family: "helvetica-neue-medium";
}

/*==============================
			-- ADMIN page --
==============================*/
.content-col{
float: left;
margin-bottom: 30px;
margin-left: 0;
width: 425px;
}



.content-col.mycontent-colleft{
    padding-right: 15px;
    margin-bottom: 0px;
}

.content-col.mycontent-colright{
    padding-left: 15px;
    margin-bottom: 0px;
}

.content-col h2{
font-size:21px;}
.content-col h3{
font-size:11px;
color:#666;
padding:0 0 3px 0;
border-bottom:1px solid #7F98B3;}
.content-col h3 span{
color:#B2B2B2;
font-weight:normal;}


.content-col .create{
float: right;
position: absolute;
right: 0;}


/* Right col */
/*.content-col + .content-col{
padding-left:20px;}
.content-col + .content-col .title-header{
border:0;
padding:0}
.content-col + .content-col table{
width:300px;
border-bottom:0;
margin:0;}
.content-col + .content-col tr{
line-height:26px;}*/


/* Events list */
.news-entries > li{
padding:10px 0;
border-top:1px dashed #DBE2EA;}
.news-entries > li:first-child{
border:0;}
.news-entries div{
overflow:hidden;}
.news-entries a{
font-size:14px;}
.news-entries a.edit{
background-position: center center !important;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
display: inline-block;
margin-right: 10px;
}
.news-entries a.delete_fancybox{
background-position: center center !important;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
height: 40px;
width: 40px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
display: inline-block;
margin-right: 40px;
}

.groupstable td{
    border-right: 1px solid rgba(151, 151, 151, 0.5);
    color: #2a3239;
    font-family: "helvetica-neue-light";
    text-align: center;
}
.groupstable td a{
    color: #2a3239 !important;
    font-family: "helvetica-neue-light" !important;
    text-decoration: none !important;
    padding-left: 10px !important;
}
.groupstable td a.tooltip{
    padding-left: 0px !important;
}

.table-screens td{
    color: #2a3239 !important;
    font-family: "helvetica-neue-light" !important;
    text-decoration: none !important;
    padding-left: 10px !important;
}
.undel:hover{
    cursor: pointer;
    text-decoration: underline !important;
}

.marked.nobg.first-tag{
    margin-bottom: 20px;
    padding: 10px 10px 5px;
    width: 90%;
}

.groupstable td a:hover{
    text-decoration: underline !important;
}
.groupstable .affirmative.par{
    background: #ffffff !important;
}

.groupstable .affirmative{
    border: 1px solid transparent;
}

.groupstable .affirmative:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.groupstable{
box-shadow: 0 2px 1px #a7a7a7;
}

.groupstable a.edit{
background-position: center center !important;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
height: 40px;
width: 30px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
display: inline-block;
margin-right: 30px;
float: right;
display: none;
}
.groupstable a.delete_fancybox{
background-position: center center !important;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
height: 40px !important;
width: 30px !important;
display: none;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
margin-right: 40px;
float: right;
}
.groupstable tr:hover a.edit{
    display: block;
}
.groupstable tr:hover a.delete_fancybox{
    display: block;
}
.groupstable a.edit:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
cursor: pointer;
}
.groupstable a.delete_fancybox:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
cursor: pointer;
}

.news-entries a.edit:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
cursor: pointer;
}
.news-entries a.delete_fancybox:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
cursor: pointer;
}

.news-entries img{
float:left;
border:1px solid #5B7A9C;
margin:10px 8px;}
.news-entries p{
margin:10px 0 0 0;}
.news-entries p.date{
font-size:11px;
color:#666666;
margin:5px 0 0 0;}
.news-entries p.date a{
color:#999999;
font-size:12px;
margin-right:5px;}
.news-entries ul{
display:none;
float:right;
width:25px;
padding:10px 0 9px 0;
background:#F3F3C2;
border-left:1px solid #ccc;}
.news-entries ul li:first-child{
margin-bottom:7px;}
.news-entries{
overflow: visible;
}
.news-entries li{
border:1px solid transparent !important;
}
.news-entries li:hover{
border:1px solid rgba(70,173,193,1) !important;
cursor: pointer !important;
}
/* Go button */
.content-col table p.go-to{
color: #ffffff;
padding-top:0px;
margin-bottom:0px;
font-family: "helveticaneuebold";
border:none;
text-align: right;
margin-right: 10px;}
.content-col table p.go-to a{
background: #3799c6 none repeat scroll 0 0;
color: #ffffff;
font-family: "helveticaneuebold";
font-size: 13px;
padding: 10px 35px 10px 20px;
position: relative;
border-radius: 5px;
text-decoration: none;
border:1px solid #F1F1F1;
}
.content-col table p.go-to a:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
.content-col table p.go-to a span{
bottom: 0;
font-size: 43px;
line-height: 10px;
margin: auto;
position: absolute;
right: 17px;
text-align: right;
top: 12px;
width: 15px;}
p.go-to{
text-align:right;
border-top:1px solid #7F98B3;
padding-top:8px;
margin-bottom:30px;}
p.go-to a{
color:#3f8cff;
font-size:11px;
text-decoration:none}

/* Numbers */

.namebanner{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 1px #a7a7a7;
    height: 60px;
    line-height: 75px;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
}
.namebanner .section-title{
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding-left: 2%;
    width: 83%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-screens .buttonre{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    color: #2d7cb3;
    float: right;
    font-family: "helveticaneuebold";
    font-size: 12px;
    font-weight: lighter;
    height: 40px;
    line-height: 40px;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    text-decoration: none;
    display: none;
}
.table-screens .buttonre:hover{
    border:1px solid rgba(41,140,173,0.50);
    -webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
}
.buttonre{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #2d7cb3 !important;
    float: left;
    font-family: "helveticaneuebold";
    font-size: 15px;
    font-weight: lighter;
    height: 40px;
    line-height: 40px;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    text-decoration: none !important;
    display: block;
}
.buttonre:hover{
    border:1px solid rgba(41,140,173,0.50);
    -webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
}
.table-screens .affirmative:hover .buttonre{
    display: block;
}
.table-screens .affirmative .pantallaonicon{
    background: rgba(0, 0, 0, 0) url("../img/stateon.png") no-repeat scroll center center / 25px auto;
    display: block;
    float: right;
    height: 40px;
    margin: 5px 100px auto auto;
    width: 40px;
}
.table-screens .affirmative .pantallaofficon{
    background: rgba(0, 0, 0, 0) url("../img/stateoff.png") no-repeat scroll center center / 25px auto;
    display: block;
    float: right;
    height: 40px;
    margin: 5px 100px auto auto;
    width: 40px;
}
.table-screens .affirmative:hover .pantallaonicon{
    background: url("../img/on.png");
    display: block;
    float: right;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
    background-size: cover;
}
.table-screens .affirmative:hover .pantallaofficon{
    background: url("../img/off.png");
    display: block;
    float: right;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
    background-size: cover;
}
.table-screens .affirmative:hover .pantallaonicon:hover{
    background: url("../img/on2.png");
    background-size: cover;
}
.table-screens .affirmative:hover .pantallaofficon:hover{
    background: url("../img/off2.png");
    background-size: cover;
}
.table-screens .affirmative td{
    text-align:left !important;
    color: #2A3239;
    font-family: 'helvetica-neue-light';
    border-right: 1px solid rgba(151, 151, 151, 0.5);
}
.table-screens .affirmative td.namegroup{
    padding-left:10px;
    padding-right:10px;
}

.table-screens .affirmative .enlacepant{
    text-decoration: none !important;
    text-align:left !important;
    color: #2A3239 !important;
    font-family: 'helvetica-neue-light' !important;
}
.nombrepantallaz{
    color: rgba(70, 173, 193, 1) !important;
    float: left;
    font-family: "helvetica-neue-light" !important;
    font-size: 15px !important;
    margin-bottom: 25px !important;
    text-decoration: none !important;
    width: 100%;
}

.nombrepantallaz:hover{
    cursor: pointer;
    text-decoration: underline !important;
}

.table-screens .pantallaonicon img{
    display:none;
}

#flecha_nombre{
    float: right;
    height: 8px;
    margin-right: 20px;
    margin-top: 10px;
}

#flecha_date{
    float: right;
    height: 8px;
    margin-right: 20px;
    margin-top: 10px;
}

#flecha_fecha{
    float: right;
    height: 8px;
    margin-right: 0px;
    margin-top: 10px;
}

#flecha_type{
    float: right;
    height: 8px;
    margin-right: 0px;
    margin-top: 10px;
}

#flecha_size{
    float: right;
    height: 8px;
    margin-right: 0px;
    margin-top: 10px;
}

#flecha_fecha_system{
    float: right;
    height: 8px;
    margin-right: 0px;
    margin-top: 10px;
}

#flecha_upl_usu{
    float: right;
    height: 8px;
    margin-right: 0px;
    margin-top: 10px;
}

.filaboton .tall{
    width:0% !important;
}


#flecha_nombre.flechapant{
    margin-top: 25px;
}

.table-screens .warning_screen{
    background: #f1f1f1 none repeat scroll 0 0 !important;
    border-radius: 3px !important;
    padding: 15px !important;
    font-size: 15px !important;
    color: #2A3239 !important;
    font-family: 'helvetica-neue-light' !important;
    border: 1px solid #979797;
    width: 90%;
}

.tablelistus tr:hover .edit{
    opacity:1;
}
.tablelistus .edit{
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 0px !important;
    opacity: 0;
    display: block !important;
}
.tablelistus .edit:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.tablelistus tr:hover .delete_fancybox{
    opacity:1;
}
.tablelistus .delete_fancybox{
    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 10px !important;
    opacity: 0;
    display: block !important;
}
.tablelistus .delete_fancybox:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.cuadropre:hover{
    background: transparent !important;
    cursor: normal;
}

.table-screens .pantallaofficon img{
    display: none;
}
.table-screens .edit{
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 2%;
    display:none;
}
.table-screens .edit:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.table-screens .affirmative:hover .edit{
    display: block;
}
.namebanner .edit{
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 10px;
    margin-right: 2%;
}
.namebanner .delete{
    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 10px;
    margin-right: 2%;
}

.namebanner .edit:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.namebanner .group{
    background: #ffffff url("../img/trashicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 10px;
    margin-right: 2%;
}
.namebanner .group:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.table-screens .group{
    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 5px;
    margin-right: -5px;
    display:none;
}
.table-screens .group:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.table-screens .affirmative:hover .group{
    display: block;
}
.section-title{
color: #444444;
font-family: "helveticaneuebold";
font-size: 28px;
font-weight: lighter;
margin-bottom: 30px;
margin-top: 0px;
}
.entries-number{
margin: 0;
overflow: hidden;
text-align: center;
padding-top: 7px;
padding-bottom: 2px;
height: 170px;}
.entries-number li{
background: #ffffff;
display: inline-block;
height: 160px;
margin: 0 15px;
text-align: center;
width: 170px;
font-family: 'helvetica-neue-light';
border:1px solid transparent;
-webkit-box-shadow: 0px 2px 1px #A7A7A7;
box-shadow: 0px 2px 1px #A7A7A7;

}
.entries-number li:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
.entries-number p{
color:#999;
margin:0;
font-size:10px;}
.entries-number p{
color:#000000;
font-size:15px;
margin:5px 0 10px 0;}
.entries-number p strong{
color: #444444;
display: block;
font-family: 'arialbd';
font-size: 100px;
font-weight: normal !important;
margin: 0 0 -8px;}


/*==============================
            -- EVENTS page --
==============================*/

/* Title header tabs */
.tabs{
padding:0;
margin:0}

.extra-width .tabs{
margin-right:70px;
width:100%;}

.tabs ul{
float:right;
margin:0;}
.tabs li{
float:left;
display:inline;
margin:0 0 0 3px;}
.tabs li a{
color: #7e9eb9;
font-family: "helvetica-neue-light";
font-size: 18px;
line-height: 20px;
list-style-type: none;
display: block;
float: left;
font-size: 15px;
font-weight: bold;
height: 40px;
padding: 0;
text-align: center;
text-decoration: none;
width: 75px;}
.tabs li a:hover{
color:#2D7CB3;
}
.tabs li a img{
display: none;
margin-top: 2px;
width: 30%;
}
.tabs li.selected a img{
display:inline-block;
}
.tabs li.selected a{
color: #686868;
font-family: "helvetica-neue-light";
font-weight: bold !important;
height:20px;
border:0;}

/* Calendar */
.calendar_event{
position:relative;
/*background:#003066;*/
margin:0 0 30px 0;
padding: 30px 0 0;}

/*A�adido nuevo 01-07-2009*/
.calendar-day{
width:100%;}
/*hasta aqui*/

/* Calendar - Form */
.showing-calendar p{
overflow:hidden;
line-height:17px;}
.showing-calendar label{
color:#fff;
font-size:11px;
margin:0 5px 0 0;}
.showing-calendar select{
font-size:11px;
width:160px;
padding:1px 0 1px 4px;
color:#333;}


.screen-moredata{
    float:right;
    margin-right: 1px;
    padding-top: 0 !important;
}
.item-data.item-data-screen{
    width:47%;
    margin-left: 1px;
}

.leftblockedit2 .styled-select{
width: 40%;
height: 34px;
float:left;
overflow: hidden;
background: url(../img/selectarrow.png) no-repeat right #ffffff;
border: 1px solid #ccc;
margin-top: 10px;
}

.leftblockedit2 .styled-select option{
    padding-left: 20px;
}

.leftblockedit2  .styled-select select {
background: transparent;
width: 268px;
padding: 5px;
padding-left: 10px;
font-size: 16px;
color: #4A4A4A;
line-height: 1;
border: 0;
font-family: "helvetica-neue-light";
border-radius: 0;
height: 34px;
width: 100% !important;
cursor: pointer;
-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
outline:none !important;
}
.leftblockedit2 .styled-select select:select {
outline: none;
}


.lineaformulario .styled-select{
width: 200px;
height: 34px;
float:left;
overflow: hidden;
background: url(../img/selectarrow.png) no-repeat right #ffffff;
border: 1px solid #ccc;
}

.lineaformulario .styled-select select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
color: #4A4A4A;
line-height: 1;
border: 0;
font-family: "helvetica-neue-light";
border-radius: 0;
height: 34px;
width: 100% !important;
cursor: pointer;
-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
outline:none !important;
padding: 5px 35px 5px 5px;
}
.lineaformulario .styled-select select:select {
outline: none;
}
.lineaformulario .styled-select2{
background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
border: 1px solid #ccc;
float: right;
height: 34px;
overflow: hidden;
width: 274px;
margin-left: 30px;
}

.styled-select2bis{
background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
border: 1px solid #ccc;
float: left;
height: 30px;
margin-top: 10px;
overflow: hidden;
width: 80%;
}

.lineaformulario .styled-select2 #datepicker {
padding: 0 35px 0 10px;
text-align: left;
background: transparent;
width: 268px;
font-size: 16px;
color: #4A4A4A !important;
line-height: 1;
border: 0;
font-family: "helvetica-neue-light";
border-radius: 0;
height: 34px;
width: 84% !important;
cursor: pointer;
-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.lineaformulario .styled-select2 #datepicker:select {
outline: none;
}

.showing-calendar p > select{
color:#c4cfdb;
float:left;
width:270px;
padding:3px 5px;
font-size:14px;
font-weight:bold;
background:#003066;
border:1px solid #385F8A;}
.showing-calendar span{
display:block;
float:left;
margin:5px 0 0 0;}

/* Calendar - Table */

.tablames.calendar_event{
box-shadow: 0 2px 1px #a7a7a7;
padding:0;
}

.calendar_event tbody tr{
height:58px;
/*background:url(../img/bg-table-day.png) 0 0;*/
line-height:normal}

.calendar_event tbody tr.par{
    background: #ffffff;
}
.calendar_event th,
.calendar_event td{
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
border-right: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;}
.calendar_event th:last-child,
.calendar_event td:last-child{
}
.calendar_event th{
width:14%;
font-family: "helvetica-neue-light";
font-size: 18px;
padding:0;
text-align:center;
color:#ffffff;
font-weight:bold;
border: 1px solid #979797;
background: #8eb6ce;
height: 45px;
line-height: 45px;}
.calendar_event td{
color:#9B9B9B;
font-family: "helvetica-neue-medium";
padding:5px 5px 5px 0;
font-size:15px;
vertical-align:top;
text-align:right;
position: relative;}
.calendar_event tr.filames.par{
    background: #f8f8f8 !important;
}

.calendar_event td .content-day{
display:none;}

.calendar_event td:hover div {
display:block;}

/* Calendar - Table bg colors */
/*.calendar_event td.color1{background:#FEFEF1;}
.calendar_event td.color2{background:#FFFFE6;}
.calendar_event td.color3{background:#FEFFD6;}
.calendar_event td.color4{background:#FEE4B1;}
.calendar_event td.color5{background:#FFCC66;}*/

/* Calendar - Table links */
.calendar_event td > a{
color: #2A3239;
display: block;
font-family: "helvetica-neue-light";
font-size: 15px;
height: 100%;
line-height: 75px;
position: absolute;
text-align: center;
text-decoration: none;
top: 0;
white-space: nowrap;
width: 100%;
border: 1px solid transparent}
.calendar_event td > a:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.calendar_event td ul{
float:right;
overflow:hidden;}
.calendar_event td ul li{
float:left;
margin-left:3px;
width:15px;}
.calendar_event tr:hover a{
background-position:0 0}
.calendar_event tr:hover a:hover{
background-position:0 -15px}


/* Calendar - Table other month */
.calendar_event td.other-month{
color:#999999;}
.calendar_event table:hover td.other-month{
color:#4C647F;
background:#7F97B2;
position:relative}

/*A�adido nuevo 01-07-2009*/
/* div hover month */
.calendar_event .month-hover{
position:relative;}
/*Fin a�adido*/

.calendar_event td.other-month div{
display:none;
position:absolute;
z-index:3;
margin-top:-10px;
width:54%;
background:url(../img/prev-next.png) no-repeat 0 0 #fff;}
/*Quitamos esto 01-07-2009*/
/*.calendar_event table:hover td.other-month div{
display:block;}*/
/*Hasta aqui*/

/*Y ponemos esto otro 01-07-2009*/
.calendar_event .month-hover:hover div{
display:block;}

.calendar_event .month-hover .first-line{
top:45px;
left:102px;}

.calendar_event .month-hover .last-line{
bottom:34px;
left:102px;}
/*Hasta aqu�*/

.calendar_event td.other-month div p{
color:#999;
font-size:12px;
line-height:31px;
height:31px;
text-align:center;
background:url(../img/prev-next-right.png) no-repeat bottom right;}
.calendar_event td.other-month div a{
font-size:13px;}

.calendar_event .days4{left:2%}
.calendar_event .days5{left:10%;}
.calendar_event .days6{left:16%}
.calendar_event .days7{left:22%;}

/*.calendar_event .navegacion {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    float:left;
}

.calendar_event .navegacion a{
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
}*/

/* TABLE DAY */
.content2{
overflow:visible;}

.lines{
/*background:url(../img/lines.png) 0 20px;*/
margin:10px 0 20px 0;}


#lines.linesday{
width: 100%;
box-shadow: 0 2px 1px #a7a7a7;}

#lines.linesday h3{
    background: #8EB6CE;
    color:#ffffff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: "helvetica-neue-light";
    font-size: 18px;
}
#lines.linesday li{
    background: #ffffff;
    padding:0;
    height: 75px;
    line-height: 75px;
    border:none;
}
#lines.linesday li.par{
    background: #f8f8f8;
}


#lines li .interv{
    width:15%;
    float: left;
    color: #2A3239;
    font-size: 15px;
    text-align: center;
    font-family: 'helvetica-neue-light';
}
#lines li .imgpro{
    width:10%;
    float: left;
    text-align: center;
    line-height: 75px;
}
#lines li .imgpro img{
    width:auto;
    height: 40px;
    margin-top:15px;
}
#lines li .textos{
    width:30%;
    margin-left:20px;
    float: left;
    line-height: 25px;
}


#lines li .textos a{
color: #2A3239;
font-family: 'helvetica-neue-light';
font-size: 15px;
text-decoration: none;
}
#lines li .textos a:hover{
    text-decoration: underline;
}

#lines li .capaoc{
    width:35%;
    float: right;
    visibility:hidden;
    text-align: right;
    padding-top: 15px;
}




.lines2{
/*background:url(../img/lines-2.png) 0 20px;*/
  margin: 0;}

.calendar-day table{
   width: 781px;
/*width:auto;*/ /*L�nea a�adida 01-07-2009*/
/*background:url(../img/bg-table-day.png) 0 0;*/
height:20px;
margin:0 0 0 100px;
box-shadow: 0 2px 0px #a7a7a7;}

/*Esto lo quito 01-07-2009*/
/*.calendar-day tbody tr {
height:60px;}*/
/*Hasta aqui*/

.calendar-day thead tr{
line-height:20px;}

.calendar-day tr:hover{
}

.calendar-day th{
width:108px;
border:0;
height: 45px;
background: #8EB6CE;
border: 1px solid #979797;
color: #ffffff;
font-family: 'helvetica-neue-medium';
font-size: 15px;
font-weight: lighter;
/*background:url(../img/bg-table-day-th.png) repeat-y 0 0;*/}
.celdahora{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #979797;
border-bottom: 1px solid #979797;
color: #2a3239;
font-family: "helvetica-neue-medium";
font-size: 15px;
height: 45px;
left: 0px;
line-height: 45px;
position: absolute;
text-align: center;
width: 100px;
}

/*Cambios 01-07-2009*/
.calendar-day td{
position:relative;
border:0;
background:0;
/*height:60px;*/
padding:0;
/*overflow:visible;*/}
/*Fin*/

.calendar-day td div.hora{
color: #2a3239;
font-family: "helvetica-neue-light";
font-size: 15px;
height: 45px;
left: -102px;
line-height: 45px;
margin: 0 0 -15px;
padding-top: 0;
position: absolute;
text-align: center;
top: 0;
background: #f8f8f8;
width: 100px;}
.calendar-day td div.hora:last-child{
box-shadow: 0 2px 0px #a7a7a7;
}
.calendar-day td div.hora.par{
    background: #ffffff;
}

/* contenido celdas */
.calendar-day td .day-content{
margin:-20px 0 0 12px;}

.calendar-day td img{
float:left;
margin:0 8px 0 0;
border:1px solid #5B7A9C;}

.calendar-day td p.place{
font-size:11px;
color:#666;}

.calendar-day td p a{
font-size:12px;}

.calendar-day td p.place a{
color:#999;
margin:0 5px 0 0;}

/* TABLE WEEK */
.calendar-week td:first-child{
    border-left: 1px solid #979797;
}


.calendar-week td{
/*background:url(../img/bg-table-day.png) 0 0;*//*Esta l�nea la quita 01-07-2009*/
font-size:11px;
height: 45px;
border-right: 1px solid #979797;
border-left: 1px solid #979797;
}

/*Cambio esto*/
/*.calendar-week td.color1{
background:url(../img/bg-table-day.png) 0 0 #FEFEF1;}*/
/*Fin*/
/*Por esto otro*/
.calendar-week td.color1{
/*background:url(../img/bg-table-week-td.gif) repeat-y top right;*/
/*background-color:#FEFEF1;*/}

.calendar-week td.color2{
/*background:url(../img/bg-table-week-td.gif) repeat-y top right;*/
/*background-color:#FFFFE6;*/}

.calendar-week td.color3{
/*background:url(../img/bg-table-week-td.gif) repeat-y top right;*/
/*background-color:#FEFFD6;*/}

.calendar-week td.color4{
/*background:url(../img/bg-table-week-td.gif) repeat-y top right;*/
/*background-color:#FEE4B1;*/}

.calendar-week td.color5{
/*background:url(../img/bg-table-week-td.gif) repeat-y top right;*/
/*background-color:#FFCC66;*/}

.calendar-week tr td:last-child{
background:0;}

.calendar-week td.color1:last-child{
/*background:#FEFEF1;*/
/*background:none;*/}

.calendar-week td.color2:last-child{
background:#FFFFE6;}

.calendar-week td.color3:last-child{
background:#FEFFD6;}

.calendar-week td.color4:last-child{
background:#FEE4B1;}

.calendar-week td.color5:last-child{
background:#FFCC66;}

/*Fin*/

.calendar-week td .content-week{
height: 45px;
line-height: 45px;
width: 100%;}

.calendar-week td .content-week div{
display:none;}

.calendar-week td:hover div{
display:block;}

.calendar-week td a{
font-size:12px;
color:#2A3239;
text-decoration:none;
font-family: 'helvetica-neue-light';
font-weight: lighter;
padding: 12px 20px;
border:1px solid transparent;}

.calendar-week td a:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

.calendar-week td hr{
border-top:1px solid #666;
margin:4px 0 4px 0;}

/*==============================
        -- DETAILS pages --
==============================*/

/* table bulkchange */
.bulkchange{
color:#666;
font-size:11px;
margin-bottom:60px;}
.bulkchange a{
color:#023267;}

/* title inventory */
.inventory a{
color: #444444;
float: left;
font-size: 15px;
font-weight: bold;
margin: 30px 0 0;
text-decoration: none;
font-family: 'helvetica-neue-light';}
.inventory a:hover{
    text-decoration: underline;
}

/* Playlist buttons */
.create{
float:right;
padding-right: 8px;}

.content-col .create a{
background: rgba(0, 0, 0, 0.1) url("../img/create-icon.png") no-repeat scroll 5px 50% / 15px auto;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #ffffff;
display: block;
float: left;
font-family: "helveticaneuebold";
font-size: 10px;
font-weight: lighter;
line-height: 30px;
margin: 15px 20px 0 0;
padding: 0 5px 0 25px;
text-decoration: none;}
.content-col .create a:hover{
border:1px solid rgba(0,0,0,0.50);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
}

.tscreenshot img{
    height: auto !important;
    margin: auto !important;
    max-height: 150px;
    max-width: 200px;
    width: auto !important;
    border:1px solid transparent;
    margin-top: 20px !important;
}
.tscreenshot img:hover{
    border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);}
}


.createtemplate{
background: rgba(0, 0, 0, 0.1) url("../img/create-icon.png") no-repeat scroll 5px 50% / 15px auto;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #ffffff;
display: block;
float: left;
font-family: "helveticaneuebold";
font-size: 10px;
font-weight: lighter;
line-height: 30px;
margin: 0 !important;
padding: 0 5px 0 25px;
text-decoration: none !important;
}
.createtemplate:hover{
border:1px solid rgba(0,0,0,0.50);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.50);
}

.create a.createwithtm{
background: #3799c6 none repeat scroll 0 0;
border: 1px solid transparent;
border-radius: 5px;
color: #ffffff !important;
font-family: "helveticaneuebold" !important;
font-size: 12px;
padding: 0 15px;
text-transform: uppercase;
margin-right:10px;
}

.create a{
background: #FFFFFF url("../img/create-icon2bis.png") no-repeat scroll 15px 50% / 15px auto;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #2D7CB3;
display: block;
float: left;
font-family: "helveticaneuebold";
font-size: 12px;
font-weight: lighter;
text-decoration: none;
line-height: 30px;
margin: 1px 0 0;
padding: 2px 15px 2px 35px;
}
.create a:hover{
border:1px solid rgba(41,140,173,0.50);
-webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
}

/* Details data - left box */
.item-data{
float:left;
width:40%;
margin:0;
background: #ffffff;
padding:30px;
box-shadow: 0 2px 1px #a7a7a7;
margin-bottom: 10px;
}
.item-data h3{
color: rgba(42, 50, 57, 0.71);
font-family: 'helvetica-neue-light';
font-size: 17px !important;
font-weight: lighter;
}
.item-data p{
font-family: 'helvetica-neue-medium';
font-size: 16px !important;
color: #2A3239;
margin:0 0 16px 0;
}

.subitems{
box-shadow: 0 2px 1px #a7a7a7;
float: right;
margin-right: 1px;
width: 53%;
}
.subitems .borrartodos{
    float: right;
    font-size: 12px !important;
    line-height: 60px;
    padding-right: 10px;
    text-decoration: none;
    color: #3979B0;
    font-family: 'helveticaneuebold';
}
.subitems .borrartodos:hover{
    text-decoration: underline;
    cursor: pointer;
}
#sortableList li{
    height: 60px;
    background: #f8f8f8;
}
#sortableList li.draggable{
    background: #ffffff !important;

}
#sortableList li div{
    height: 60px;

}

#sortableList li div .imgitem{
    text-align: center;
    float:left;
    display:block;
    width: 90px;
}
#sortableList li div .imgitem img{
    margin-top: 15px;
    border: 1px solid transparent !important;
}
#sortableList li div .nameitem{
    float: left;
    height: 50px;
    padding-top: 10px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;

}
#sortableList li div .nameitem a{
    text-decoration: none;
    color: #2A3239;
    font-size: 15px;
    font-family: 'helvetica-neue-light';
}
#sortableList li div .nameitem a:hover{
    text-decoration: underline;
}

#sortableList li div .tipofichero{
    height: 50px;
    padding-top: 10px;
    width: 20px;
    display: inline-block;
    text-overflow: ellipsis;
}



#sortableList li div .edititem{
    width: 45px;
    text-align:center;
    float:right;
     margin-right: 10px;
}
#sortableList li div .deleteitem{
    width: 45px;
    text-align:center;
    float:right;
     margin-right: 10px;
}
#sortableList li div .edititem a{
    display:none;
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;

}
#sortableList li div .deleteitem a{
    display:none;
    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
}
#sortableList li div .edititem a:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
#sortableList li div .deleteitem a:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
#sortableList li{
    border: 1px solid transparent;
}
#sortableList li:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
#sortableList li:hover div .edititem a{
    display:block;
}
#sortableList li:hover div .deleteitem a{
    display:block;
}


/* Details data - left box (content page) */
.data-content{
/*width:380px*/
width:385px;
}
.data-content .preview{
width:100%}
.data-content .preview img{
border:2px solid #000}
.data-content .tables{
padding:15px 0 0 0;}
.data-content .tables > p{
float:right;
font-size:11px;
margin-bottom:2px;}
.data-content .tables > p a{
color:#0066FF;}
.data-content .tables table{
margin-top:5px}


/* Details data - right box */
.more-data{
width:44%;
padding-top:20px;
padding-bottom:20px;
}
.more-data p{
color:#666;
font-size:11px;
margin:0 10px 12px 10px;}

.more-data div{
background: #D8D8D8 none repeat scroll 0 0;
display: inline-block;
padding: 20px 2%;
width: 96%;
}
.more-data div p{
color: #2A3239;
font-family: 'helvetica-neue-light';
font-size: 15px !important;
font-weight: lighter;
}
.more-data div p span{
font-family: 'helvetica-neue-medium';
font-size: 15px !important;
color: #2A3239;
margin:0 0 16px 0;
}
.more-data a{
    text-decoration: none;
}





.add-schedule a .botonadd{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 12px;
    height: 50px;
    line-height: 50px !important;
    margin: 20px 10px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    text-decoration: none;
    width: 42% !important;
}


.add-schedule a .botonadd:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

























.tabaparece tr .delete{

    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
.tabaparece tr .edit{

    background: #ffffff url("../img/editicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 10px;
    width: 40px;

}
.tabaparece thead tr:hover{
    border: 1px solid transparent;
    -webkit-box-shadow:inset 0 0 0 0 transparent;
    box-shadow:inset 0 0 0 0 transparent;
}
.tabaparece tr:hover .delete{
    display: block;
}
.tabaparece tr:hover .edit{
    display: block;
}
.tabaparece tr .delete:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.tabaparece tr .edit:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.item-data.data-content .preview a{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 17px !important;
    font-weight: lighter;
}
.item-data.data-content .preview p{
    font-family: "helvetica-neue-light";
    font-size: 17px !important;
    font-weight: lighter;
}

.preview div#loader{
    max-width: 227px;
    width: 100%;
}

.add-schedule a .botonaddpos{
     background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 12px;
    line-height: 15px !important;
    margin: 20px 10px;
    padding: 15px 2px;
    text-align: center;
    text-decoration: none;
    width: 42% !important;
}


.add-schedule a .botonaddpos:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}


.tabaparece{
    border-top: none;
    box-shadow: 0 2px 1px #a7a7a7;
    margin-left: 1px;
}
.tabaparece tr.par{
    background: #ffffff;
}
.tabaparece thead{
    border: none;
}

.tabaparece th{
    background: #ffffff;
    border: none;
}
.tabaparece th a{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2d7cb3;
    display: block;
    float: right;
    font-family: "helveticaneuebold";
    font-size: 10px;
    font-weight: lighter;
    line-height: 30px;
    margin: 0 10px 0 0;
    padding: 0 5px;
    text-decoration: none;
}
.tabaparece th a:hover{
    border:1px solid rgba(41,140,173,0.50);
    -webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
}
.tabaparece tr{
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
}
.tabaparece tr:hover{
    border:1px solid rgba(41,140,173,0.50);
    -webkit-box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
    box-shadow: 0 0 10px 0 rgba(41,140,173,0.50);
}
.tabaparece td a{
color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;

}
.tabaparece td a:hover{
    text-decoration: underline;
}
.tabaparece td.screen{
    padding-left: 20px;
}
.apareceen{
    background: #ffffff none repeat scroll 0 0;
    color: #444444;
    font-family: "helveticaneuebold";
    font-size: 25px;
    height: 40px;
    line-height: 40px;
}











.more-data a .botonadd{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "helvetica-neue-medium";
    font-size: 12px;
    height: 30px;
    line-height: 15px !important;
    margin: 0 0 20px;
    margin-top: 0px;
    padding-left:2px;
    padding-right: 2px;
    text-align: center;
    text-decoration: none;
    width: 47% !important;
    float: left;
    padding-bottom: 30px;
}
.more-data a.group .botonadd2{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "helvetica-neue-medium";
    font-size: 12px;
    height: 30px;
    line-height: 15px !important;
    margin: 0 0 20px 10px;
    margin-top: 0px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    text-decoration: none;
    width: 47% !important;
    float: left;
    padding-bottom: 30px;
}
.more-data a .botonadd2:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.more-data a .botonadd:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.more-data div a{
color:#666;
font-size:12px;
text-decoration:none;
}
.more-data .on_off{
margin-bottom:0px;
background:none;
}
.more-data .iPhoneCheckContainer {
position: relative; height: 22px;
cursor: pointer;
overflow: hidden;
padding: 0px;
margin-left: -10px;
margin-bottom: 0px;
}
.more-data .iPhoneCheckHandle {
display: block; height: 22px;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
background: url(../js/jquery/images/slider_left.png) no-repeat;
z-index: 2;
padding-left: 4px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;}
.more-data .iPhoneCheckHandle .iPhoneCheckHandleRight {
height: 100%;
width: 100%;
padding-right: 4px;
background: url(../js/jquery/images/slider_right.png) no-repeat top right;
z-index: 2;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;}
.more-data .iPhoneCheckHandleCenter {
height: 100%;
width: 100%;
background: url(../js/jquery/images/slider_center.png);
z-index: 2;
padding: 0px;}


/* Details data screens - right box */ /*Esto desaparece?01-07-2009*/
/*.more-data-screens{
float:right;
width:150px;}
.more-data-screens p{
color:#666;
font-size:11px;
margin:0 10px 12px 10px;}
.more-data-screens div{
background:#E5F5E5;
padding:10px;
margin:0 0 12px 0;}
.more-data-screens div p{
color:#999;
margin:0;}
.more-data-screens div a{
color:#666;
font-size:12px;
text-decoration:none}*/

/* Details name with buttons */
.details-name{
overflow:hidden}
.details-name p{
float:left;
font-size:25px;}
.details-name ul{
float:left;
font-size:10px;
margin:6px 0 0 0;}
.details-name li{
float:left;}
.details-name li a{
color:#4C944C;
display:block;
padding:0 4px 0 20px;
line-height:18px;
text-decoration:none;}
.details-name  li:first-child{
margin:0 6px;
background:url(../img/edit.png) no-repeat 0 0;}
.details-name li:first-child a{
background:url(../img/edit-a.png) no-repeat top right;}
.details-name li:last-child{
background:url(../img/delete.png) no-repeat 0 0;}
.details-name li:last-child a{
color:#BC5757;
background:url(../img/delete-a.png) no-repeat top right;}

/* Details info */
.details-info{
overflow:hidden}
.details-info li{
float:left;
margin-bottom:20px;
padding:0 20px 10px 20px;
border-left:1px solid #999}
.details-info li:first-child{
border:0;
padding-left:0;}
.details-info li:last-child{
padding-right:0;}
.details-info li.start h3{
color:#00cc00}
.details-info li.end h3{
color:#cc0000}
.details-info p{
margin:0}

/* Currently playing */
.playing{
overflow:hidden;
/*margin:0 0 16px 0;*/}
.playing li{
float:left;
color:#999;
/*padding-left:2px;
padding-right:2px;
text-align:center;*/}/*Estas 3 lineas desaparecen?? 01-07-2009*/
.playing li a{
color:#0066FF;
font-size:16px;}

/* Preview */
.preview{
width:220px;}
.preview h3{
float:left;}
.preview h4{
font-weight:normal;
font-size:14px;
color:#BEB078;
text-align:center;
margin:0 0 4px 0;}
.preview p{
float:left;
font-size:12px;
margin-bottom:2px;
margin-left:20px;} /*Esta desaparece 01-07-2009*/ /*Lo vuelvo a poner 03-07-2009*/
.preview p a{
color:#0066FF;}
.preview div{
padding:4px;
clear:both;
overflow:hidden;
margin:0 0 16px 0;
background:#404040;} /*Modificada 01-07-2009*/
.preview div p{
color:#fff;
font-size:8px;
padding:6px 6px 0 0;}


.preview .logo-display{
float:left;
padding:0;
width:110px;
height:25px;
text-indent:-9999px;
}

/* Preview - Position fixed */
.preview.fixed{
position:fixed;
width:138px;
top:110px;
/*left:800px;*/
padding-left:15px;
margin-left:650px;
border-left:1px dotted #C9C9C9;}
.preview.fixed h3{
color:#666;}
.preview.fixed h4{
font-size:10px;
margin:0;}
.preview.fixed > p{
float:none;}
.preview.fixed div{
padding:2px;
margin:0 0 5px 0;}
.preview.fixed div p{
font-size:6px;
padding-top:3px}
.preview.fixed .logo-display{
width:71px;
height:15px;
background:url(../img/logo-display-fixed.png) no-repeat 0 0;}

/* Comments */
.details-comments p{
font-size:12px;}

/* Form showing */
.showing{
background: #ffffff none repeat scroll 0 0;
overflow: hidden;
height: 60px;}
.showing h3{
float:left}

.showing .section-title{
    width:45%;
    float: left;
    padding-left: 20px;
    height: 60px;
    margin: 0px;
    line-height: 60px;
}

.showing h3 span{
font-weight:normal;}
.showing fieldset{
float:right;}
.showing label{
color:#666;
font-size:11px;
margin:0 4px 0 0;}
.showing select{
font-size:10px;
color:#333;
width:150px;
padding:0 2px;
border-top:1px solid #848484;
border-right:1px solid #E1E1E1;
border-bottom:1px solid #ECECEC;
border-left:1px solid #A1A1A1;}

/* SCREEN DETAILS */
.description a{
color:#0066FF}

/* Details data - right box */
.screen-details .screen-on{
background:#D8D8D8;}

/*.screen-details .screen-on p:first-child a{
margin-left:2px;
padding-left:13px;
line-height:20px;
background:url(../img/circle-green.png) no-repeat 0 50%;}*/

.screen-details .screen-on p:last-child a{
color:#575757;}

.screen-details .screen-groups{
background:none repeat scroll 0 0 #FFFFFF;
}

.screen-details .screen-groups .enlace_grupos{
color:#96CBF0;
text-decoration:underline;
font-size:11px;
}

.screen-groups h3{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 15px !important;
    font-weight: lighter;
    margin-bottom: 5px;
}
.screen-groups strong a{
    color: #2a3239;
    font-family: "helvetica-neue-medium";
    font-size: 13px !important;
    font-weight: lighter;
}

.screen-details .screen-ubications{
background:none repeat scroll 0 0 #FFFFFF;
}

.screen-details .screen-ubications .enlace_grupos{
color:#96CBF0;
text-decoration:underline;
font-size:11px;
}

.screen-ubications h3{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 15px !important;
    font-weight: lighter;
    margin-bottom: 5px;
}
.screen-ubications strong a{
    color: #2a3239;
    font-family: "helvetica-neue-medium";
    font-size: 13px !important;
    font-weight: lighter;
}

#capa_estado{
    margin-bottom: 20px !important;
}

#capa_estado .warnin_screen{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #979797 !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    padding: 15px 15px 10px;
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 18px !important;
    font-weight: lighter;
}

.capa_estado p{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 18px !important;
    font-weight: lighter;
    margin-bottom: 5px;
}
.capa_estado p span{
    color: #2a3239;
    font-family: "helvetica-neue-medium";
    font-size: 15px !important;
    font-weight: lighter;
}
/*.screen-details .screen-off p:first-child a{
margin-left:2px;
padding-left:13px;
line-height:20px;
background:url(../img/circle-non.png) no-repeat 0 50%;}*/

.screen-details .reports{
float:left;
width:455px;}

/* Reports Add Schedule - right box */
.add-schedule{
    float: left;
    padding: 0 5px 30px 10px;
    width: 53%;}

.add-schedule img{
margin:0 5px 0 10px;}

.add-schedule .arrow{
margin-left:-26px;
float:left;}

.add-schedule li{
}
.add-schedule li:first-child{
}

/* Form showing */
.screen-details .showing{
padding-bottom:3px;
border-bottom:1px solid #333333;}

/* Report entries */
.screen-details .entries h3{
width:auto;
margin-top:-8px;
background:url(../img/h3details.png) no-repeat;}

.screen-details .entries p,
.screen-details .entries a{
font-size:12px;}

.screen-details .entries p{
float:left;
margin-bottom:0;}

.screen-details .entries a{
padding:0;}

/* Details info */
.screen-details .details-info li{
/*padding:0 14px 10px 14px;*/
padding:0 10px 10px 10px;}
.screen-details .details-info li:first-child{
padding-left:0;}
.screen-details .details-info li:last-child{
padding-right:0;}

/* Report entries */
.screen-details .entries ul:last-child{
border-bottom:1px solid #333333;
margin-bottom:124px;} /*Modificado 01-07-2009*/

.screen-details .entries ul li{
padding:15px 0;}

.screen-details .entries ul li:hover{
}

.screen-details .entries ul li span:first-child{
display:inline;
width:119px;
float:left;}

.screen-details .entries ul li p:first-child{
/*width:54px;*/  /*Descomentada 01-07-2009*/ /*La vuelvo a comentar 03-07-2009*/
font-size:12px;
text-align:center;}

.screen-details .edit,
.screen-details .delete{
margin-left:8px;
float:right;}

.screen-details .delete{
margin-right:10px;}

li:hover .edit{
background-position:0 -15px;}


/*==============================
         -- EDIT pages --
==============================*/
.edit-details{
/*width:450px;*/
width:100%;
overflow:hidden;
margin-bottom:60px;}

.edit-details h1 a{
width:87px;
height:61px;
margin:0;
float:left;
}

.programationscreen{
    box-shadow: 0 2px 1px #a7a7a7;
    float: left;
    margin-right: 1px;
    width: 55%;
    background: #ffffff;
    margin-bottom: 50px;
}

.programationscreen h3{
    background: #8EB6CE;
    color:#ffffff;
    font-family: 'helveticaneuebold';
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    padding-left: 20px;
}
.programationscreen ul:last-child{
    border: 1px solid transparent !important;
}
.programationscreen ul{
    margin: 0 !important;
}
.programationscreen li{
    border: 1px solid transparent !important;
    height: 60px;
    line-height: 60px;
    padding: 0px !important;
}
.programationscreen li .intervalo{
    width: 18%;
    float: left;
    padding-left: 20px;
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px !important;
    font-weight: lighter;
}
.programationscreen li .nombre{
    width:21%;
    float: left;
    padding-left: 20px;
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px !important;
    font-weight: lighter;
}
.programationscreen li .nombre a{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px !important;
    font-weight: lighter;
    text-decoration: none;
}

.programationscreen li .prioridad {
    width: 5%;
    height: 60px;
    line-height: 60px;
    float: left;
    padding-left: 30px;
    padding-top: 27px;
}

.programationscreen li .prioridad img{
    
}
 
.programationscreen li .scheduled_screen {
width: 7%;
background-repeat: no-repeat; 
background-position: center; 
position: relative; 
background-image: url('../img/ico_screen.svg');
background-size: contain; 
text-align: center;
height: 50%;
margin-top: 10px;
float: left;
margin-left: 45px;
}

.programationscreen li .scheduled_group{
width: 7%;
background-repeat: no-repeat; 
background-position: center; 
position: relative; 
background-image: url('../img/ico_screen_group.svg');
background-size: contain; 
text-align: center;
height: 50%;
margin-top: 10px;
float: left;
margin-left: 45px;
}

.programationscreen li .nombre a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.programationscreen li.par{
    background: #f8f8f8;
}
.programationscreen li:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}
.programationscreen li .botones{
    float: right;
    width: 25%;
}
.programationscreen li .botones .delete{

    background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
}
.programationscreen li .botones .edit{

    background: #ffffff url("../img/editicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 5px;
    margin-top: 10px;
    width: 40px;

}
.programationscreen li:hover .botones .delete{
    display: block;
}
.programationscreen li:hover .botones .edit{
    display: block;
}
.programationscreen li .botones .delete:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.programationscreen li .botones .edit:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.programationscreen .reports.entries{
    width: 100%;
}

.etiquetagroupssup{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px;
    line-height: 13px;
}

.bigblockedit{
    float: left;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 1px #a7a7a7;
    margin:5px;
    padding: 0 10px 0 10px;
    position: relative;
}

.bigblockedit p {
    color: #2a3239;
    font-family: "helvetica-neue-medium";
    font-size: 15px !important;
    margin: 0 0 16px;
    padding-left: 20px;
}

.leftblockedit2{
    float: left;
    width: 40%;
    background: #ffffff;
    margin: 5px 5px 50px;
    padding:10px;
}
.rightblockedit2{
    float: right;
    width: 54%;
    margin: 5px 5px 50px;
    background: #ffffff none repeat scroll 0 0;
}

.leftblockedit{
    float: left;
    width: 40%;
    background: #ffffff;
    box-shadow: 0 2px 1px #a7a7a7;
    margin:5px;
    padding: 30px 10px 30px 10px;
}
.rightblockedit{
    float: right;
    width: 54%;
    box-shadow: 0 2px 1px #a7a7a7;
    margin:5px;
    background: #ffffff none repeat scroll 0 0;
}
.rightblockedit .section-title {
    padding-left: 15px;
}
.rightblockedit .filaitem{
    padding-top:0px !important;
    height: 70px !important;
}
.rightblockedit .filaitem .celdaimagen{
    display: block;
    float: left;
    text-align: center;
    width: 65px;
}
.rightblockedit .filaitem .celdaimagen img{
    margin-top: 15px !important;
    border: 1px solid transparent !important;
}
.rightblockedit .filaitem .celdaeditar{
    display: block;
    float: left;
    height: 45px !important;
    padding-top: 15px;
    width: 355px;
    font-family: "helvetica-neue-medium";
    font-size: 15px;
    line-height: 25px;
    color: #2a3239;
}
.rightblockedit .filaitem .celdaeditar a{
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
}
.rightblockedit .filaitem .celdaeditar a:hover{
    text-decoration: underline;
}
.rightblockedit .filaitem .labelsegundos{
    color: #2a3239;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 15px;
    line-height: 15px;
    margin-right: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    width: 10%;
}
.rightblockedit .filaitem .deleteitem{
    float: right;
    margin-right: 5px !important;
    text-align: center;
    width: 40px;
}

.rightblockedit .filaitem .deleteitem a{
background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
}
.rightblockedit .filaitem .celdaeditar .nombrecont{
    float: left;
    margin-left: 10px;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rightblockedit .filaitem .celdaeditar .tipocontedit{
    float: left;
    width: 21%;
    padding-bottom: 20px;
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
}
.rightblockedit .filaitem .celdaeditar .labeleditarsegundos{
    float:right;
    margin-right: 10px;
    text-align: center;
    width: 45px;
    margin-top: -15px;
}

.rightblockedit .filaitem:hover .celdaeditar .labeleditarsegundos a{
    display:block;
}
.rightblockedit .filaitem .celdaeditar .labeleditarsegundos a{
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    display: none;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
}
.rightblockedit .filaitem .celdaeditar .labeleditarsegundos a:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}
.edit-details .title-header{
padding:2px 1px 5px 1px;
}
.edit-details .title-header h2{
font-size:12px;
margin-top:8px;}

/* Change options */
.changes-options{
float: left;
margin-top: 20px;
overflow: hidden;}
.changes-options li{
float:left;
font-size:11px;
line-height:23px;
margin-left:10px;
padding: 20px;}
.changes-options li a{
color:#666;}
.changes-options li button{
color:#000;
height:23px;
width:91px;
text-align:center;
font-size:11px;
background:url(../img/button-save.png) no-repeat 0 0;}

/* Edit data */
.edit-data{
padding:0 0 0 20px;
margin:0 0 25px 0;
border-bottom:1px solid #9fb1c5}
.edit-data p{
margin:0 0 15px 0;}
.edit-data > p{
font-size:17px;}
.edit-data .playing{
/*margin:0 0 25px 0;*/
padding:0 0 25px 0;}

/* Form elements */
.edit-details input[type="text"],
.edit-details input[type="password"]{
margin: 10px 0 30px 20px;
background: #FFFFFF;
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.30);
border-radius: 3px;
color: #2A3239;
font-family: "helvetica-neue-light";
font-size: 15px;
width:85%;
height: 30px !important;
line-height: 30px;
font-weight: bold;
}
.edit-details textarea{
margin: 10px 0 30px 20px;
background: #FFFFFF;
box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.30);
border-radius: 3px;
color: #2A3239;
font-family: "helvetica-neue-light";
font-size: 15px;
width:85%;
height: 150px !important;
font-weight: bold;
}
.edit-details textarea{
height: 150px !important;
line-height: 30px;
margin-bottom: 30px;
overflow: auto;}
.edit-details textarea.comments{
width:85%;
height:155px !important;
margin:0 0 35px 20px;}

.edit-details label,
.edit-details .marked{
color:#2A3239;
font-size: 18px;
font-family: "helvetica-neue-light";
font-weight: lighter;
display:block;
line-height:18px;
margin:0 0 4px 2px;
padding:0 0 0 18px;
clear: both;
}
.lineasub:hover{
    text-decoration: underline !important;
    cursor: pointer;
}
.createevent1 .ply_select {
    background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    margin-left: 0px;
    overflow: hidden;
    width: 85%;
    margin-top: 10px;
    margin-right: 10px;
}


.borderbut:hover{
border:1px solid rgba(70,173,193,1) !important;
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75) !important;
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75) !important;
}

.createevent1 .ply_efecto{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    color: #2A3239;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    height: 34px !important;
    line-height: 1;
    outline: medium none !important;
    padding: 5px 35px 5px 5px;
    width: 100% !important;
    font-weight: bold;
}

#vw_form .ply_select {
    background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    margin-left: 0px;
    overflow: hidden;
    width: 85%;
    margin-top: 10px;
    margin-right: 10px;
}
#vw_form .ply_efecto{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    color: #2A3239;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    height: 34px !important;
    line-height: 1;
    outline: medium none !important;
    padding: 5px 35px 5px 5px;
    width: 100% !important;
    font-weight: bold;
}

.tablacon .ply_select {
    background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    margin-left: 0px;
    overflow: hidden;
    width: 85%;
    margin-top: 10px;
    margin-right: 10px;
}
.tablacon .ply_efecto{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    color: #2A3239;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    height: 34px !important;
    line-height: 1;
    outline: medium none !important;
    padding: 5px 35px 5px 5px;
    width: 100% !important;
    font-weight: bold;
}

.elaavslist:hover{
    text-decoration: underline !important;
    cursor: pointer;
}


.edit-details .ply_select {
    background: #ffffff url("../img/selectarrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    margin-left: 20px;
    overflow: hidden;
    width: 85%;
    margin-top: 10px;
}
.edit-details .ply_prioridad{
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    color: #2A3239;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    height: 34px;
    line-height: 1;
    outline: medium none !important;
    padding: 5px 35px 5px 5px;
    width: 100% !important;
    font-weight: bold;
}
.edit-details .ply_efecto{
	-moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    color: #2A3239;
	font-family: "helvetica-neue-light";
	font-size: 15px;
    height: 34px;
    line-height: 1;
    outline: medium none !important;
    padding: 5px 35px 5px 5px;
    width: 100% !important;
    font-weight: bold;
}

.new-password{
    background: #ea8d20 none repeat scroll 0 0;
    border-radius: 5px;
    color: #333333;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 86%;
    margin-left: 19px;

}

.leftblockedit .changes-options .cancel-changes{
	color: #2d7cb3;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    line-height: 16px;
    margin-left: 30%;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.leftblockedit .changes-options .cancel-changes:hover{
	text-decoration: underline;
	cursor: pointer;
}
.leftblockedit .changes-options .save-changes{
	background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 100%;
}
.leftblockedit .changes-options .save-changes:hover{
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	cursor: pointer;
}

.changes-options .save-changes{
	background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 100%;
}
.changes-options .save-changes:hover{
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	cursor: pointer;
}

.bigblockedit .changes-options {
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 35%;
}

.bigblockedit .changes-options .cancel-changes{
	color: #2d7cb3;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    line-height: 16px;
    margin-left: 30%;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.bigblockedit .changes-options .cancel-changes:hover{
	text-decoration: underline;
	cursor: pointer;
}
.bigblockedit .changes-options .save-changes{
	background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    width: 100%;
}
.bigblockedit .changes-options .save-changes:hover{
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	cursor: pointer;
}

#poster_contenido{
	margin-left: 0 !important;
}

.buttonre:hover{
	cursor: pointer;
}



.poscontenidoedit{
	background: #f8f8f8;
}

.poscontenidoedit table{
	margin-bottom: 0px;
}

.poscontenidoedit tbody tr td{
	padding-top:20px;
	padding-bottom:20px;

}
.poscontenidoedit tbody tr td input{
	margin: 0 !important;
}

.poscontenidoedit thead tr td{
	background: #f8f8f8;
}
.poscontenidoedit thead tr td div{
	padding: 0  !important;
}

.poscontenidoedit .tdheader {
	color: #2a3239;
    display: block;
    font-family: "helvetica-neue-light";
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    padding: 0 0 0 20px;
    height: 30px;
    border-bottom: none;
}
.poscontenidoedit tbody td{
	color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 13px;
    font-weight: lighter;
    line-height: 30px;
    height: 30px;
    border-bottom: none;
}

.poscontenidoedit table{
    box-shadow: 0 2px 1px #a7a7a7;
}

.poscontenidoedit .content_poster_button {
	background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2d7cb3;
    display: block;
    float: left;
    font-family: "helveticaneuebold";
    font-size: 10px;
    font-weight: lighter;
    line-height: 15px;
    margin: 15px 0 0;
    padding: 0 5px 0 5px;
    text-decoration: none;
}

.poscontenidoedit .content_poster_button:hover{
	cursor: pointer;
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

.lists.content_poster_button {
	background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2d7cb3;
    display: block;
    float: left;
    font-family: "helveticaneuebold";
    font-size: 10px;
    font-weight: lighter;
    line-height: 22px;
    margin: 15px 10px 0 0;
    padding: 0 5px 0 5px;
    text-decoration: none;
}

.lists.content_poster_button:hover{
	cursor: pointer;
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

.parrafacontdef{
	color: #2a3239;
	font-family: 'helvetica-neue-medium';
	font-size: 13px;
}

.parrafacontdef a{
	color: #2a3239;
	font-family: 'helvetica-neue-medium';
	font-size: 13px;
	text-decoration: none;
}

.parrafacontdef a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.linkzoom{
float:left;
color: #2a3239;
font-family: 'helvetica-neue-medium';
font-size: 13px !important;
margin: 0 0 0 10px;
}
.linkzoom a{
color: #2a3239 !important;
font-family: 'helvetica-neue-medium' !important;
font-size: 13px !important;
text-decoration: none;
}
.linkzoom a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.poscontenidoedit .group_delete {
	background: #ffffff url("../img/deleteicon.png") no-repeat scroll center center / 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 38px;
    line-height: 30px;
    margin-left: 2%;
    width: 30px;
    margin-top: 20px    ;
	vertical-align: middle;
}
.poscontenidoedit .group_delete img{
	opacity: 0;
	width: 30px;
	height: 30px;
}
.poscontenidoedit td a {
font-size: 25px;
}

.poscontenidoedit .group_delete:hover{
-webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.enlacezoom a{
	text-decoration: none;
}
.enlacezoom a:hover{
	text-decoration: underline;
	cursor: pointer;
}
.preview.preview_file{
	text-align: center;
    width: inherit;
}
.preview.preview_file img{
	border: 1px solid #444444;
}
.prewedit{
  	color: #2a3239;
    display: block;
    font-family: "helvetica-neue-light";
    font-size: 18px;
    font-weight: lighter;
    line-height: 18px;
    margin: 20px 0 4px;
    padding: 0;
}
.poscontenidoedit .upload_input{
	background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
    color: #2a3239;
    font-family: "helvetica-neue-light";
    font-size: 12px;
    margin: 10px 0 0 !important;
    width: 97%;
    font-weight: bold;
}

.edit-details .marked{
background:url(../img/label-dot.png) no-repeat 0 0;}
.edit-details .marked span{
font-weight:normal;}




/* Currently playing in */
.playing-in ul{
overflow:auto;
width:304px;
height:160px;
margin:0 0 5px 20px;
font-size:11px;
border:none !important;
-webkit-box-shadow: 0 0 0 0 transparent;
box-shadow: 0 0 0 0 transparent;
}
.playing-in li{
line-height:20px;
padding:0 8px 0 6px;
overflow:hidden;}
.playing-in li a{
display:block;
width:10px;
height:10px;
float:right;
margin-top:5px;
overflow:hidden;
text-indent:-9999px;
background:url(../img/delete-small.png) no-repeat 0 0;}
.playing-in li:hover{
}
.playing-in li:hover a{
background-position:0 -10px;}
.playing-in p{
/*width:320px;*/
text-align:right;
margin:0 0 25px 0;}
.playing-in p a{
color:#0066FF;}

/* Edit details table */
.edit-details .tables{
padding:0;
}
.edit-details table{
margin:0 0 35px 0;
border-top:0;}
.edit-details table.playlist-details td:first-child{
width:27px;
padding:0 0 0 25px;
background:url(../img/III-td.png) no-repeat 8px 50%;}
.edit-details table.playlist-details td:first-child + td{
padding:0 0 0 4px;
text-align:left;}

/* EVENT-DETAILS-EDIT */
.login.edit-pg{
padding-bottom:35px;}

.edit-details .marked {
overflow:hidden;}

.marked.nobg{
background:none;}

.item-data .details-info ul{
padding-bottom:0;}

.item-data .details-info li p{
margin-bottom:0;}

.item-data .details-info input{
line-height:100%;}

.logoedit{
float:right;
width:110px;}

.logoedit img{
margin:2px 0;}

.logoedit a{
color:#3f8cff;
float:left;}

/**screens**/
.event-edit select{
margin-left:20px;
height:24px;
border-width:1px;
border-style:solid;
border-color:#939393 #E7E7E7 #E7E7E7 #939393;
padding:4px;}

.event-edit .screen_select{
margin:0 0 5px 5px;
width:185px;}

.event-edit .edit-small{
display:block;
width:10px;
height:10px;
float:left;
margin:5px 0 0 20px;
overflow:hidden;
text-indent:-9999px;
background:url(../img/delete-small.png) no-repeat 0 0;}

.event-edit .edit-small:hover{
background-position:0 -10px;}

/**template select**/
.event-edit .playing-in{
margin-bottom:10px;
overflow:hidden;}

.event-edit .playing-in p:first-child{
text-align:left;
}

.event-edit .playing-in .marked{
text-align:left;}

.event-edit .playing-in .template_menu{
margin:0px;}
.event-edit .playing-in select{
height:109px;
width:220px;
padding:0;
float:left;}

.event-edit .playing-in option{
padding:2px 0 0 0;}

.event-edit .playing-in option:hover{
background:#FFFFDE;}

.event-edit .flecha{
float:left;
margin:0 10px;
margin-top:44px;}

/*Clase modificada 01-07-2009*/
.event-edit .room-name{
overflow:hidden;
text-align:center;
/*width:140px;*/
/*border:1px solid #666;*/
background:#FFF;}

.event-edit .room-name div{
background:#fff;
margin-top:15px;
height:65px;
padding:5px;}

.event-edit .room-name img{
margin:5px 0;}

.event-edit .room-name p{
color:#fff;
font-size:10px;
line-height:15px;
margin:0;
width:auto;}

.event-edit .room-name p:first-child{
text-align:center;
width:100%;
margin:0;}

.event-edit .room-name p{
float:left;
padding-left:4px;}
.event-edit .room-name p:last-child{
float:right;
padding-right:4px;}

/* Javas desplegables */

#datepicker:focus,
#time:focus,
#duration:focus{
border:1px solid #013167;}

#datepicker:focus{
background:#FFFFCC;}

#datepicker{width:96px;}

#time,
#duration,
.repeat-hidden select{
padding:2px 0;
border-top:1px solid #838383;
border-right:1px solid #E1E1E1;
border-bottom:1px solid #ECECEC;
border-left:1px solid #A1A1A1;
margin:0 0 0 20px;}

#end-time{
border:0;
background:#F0F0F0;
width:82px;
padding:5px 5px;}

/*============== desplegable date ==============*/

#ui-datepicker-div{
background: #fff none repeat scroll 0 0;
border: 1px solid #013167;
display: none;
margin-left: 1px;
padding: 0;
width: 272px;
z-index: 2;
}
#ui-datepicker-div .ui-datepicker-title{
	border: medium none;
    color: #ffffff;
    height: 31px;
    line-height: 30px;
    width: 235px;
}
.barrames{
font-family: "helvetica-neue-medium";
font-size: 18px;
color:#fff;
text-align:center;
text-decoration:none;
float:left;
background: #8EB6CE;
width:100%;
height: 45px;
line-height: 45px;
text-transform: uppercase;
}
.barrames .prev{
background: rgba(0, 0, 0, 0) url("../img/arrow_2.png") no-repeat scroll center center / auto 40%;
color: #fff;
float: left;
height: 45px;
margin-left: 35%;
text-decoration: none;
width: 20px;
border: 1px solid #8EB6CE;
}

.barrames .next{
background: rgba(0, 0, 0, 0) url("../img/arrow.png") no-repeat scroll center center / auto 40%;
color: #fff;
float: right;
height: 45px;
margin-right: 35%;
text-decoration: none;
width: 20px;
border: 1px solid #8EB6CE;
}
.barrames .next:hover{
     background: rgba(70, 173, 193, 0.75) url("../img/arrow.png") no-repeat scroll center center / auto 40%;
    border: 1px solid rgba(70, 173, 193, 0.75);
    box-shadow: 0 0 15px 0 rgba(70, 173, 193, 0.75);
}
.barrames .prev:hover{
    background: rgba(70, 173, 193, 0.75) url("../img/arrow_2.png") no-repeat scroll center center / auto 40%;
    border: 1px solid rgba(70, 173, 193, 0.75);
    box-shadow: 0 0 15px 0 rgba(70, 173, 193, 0.75);
}


/* FLECHAS */
span.ui-icon{
display:block;
width:6px;
height:7px;
text-indent:-99999px;}

span.ui-icon-circle-triangle-w{
background: rgba(0, 0, 0, 0) url("../img/prevarrow.png") no-repeat scroll center center / 100% auto;
float: left;
height: 35px;
margin: 0 0 0 10px;
width: 10px;
cursor: pointer;}

span.ui-icon-circle-triangle-e{
background: rgba(0, 0, 0, 0) url("../img/nextarrow.png") no-repeat scroll center center / 100% auto;
float: right;
height: 35px;
margin: 0 10px 0 0;
width: 10px;
cursor: pointer;}

/* MESES */
.ui-datepicker-title{
margin:0 0 0 12px;
width:225px;
padding:2px 5px;
border-top:1px solid #838383;
border-right:1px solid #E1E1E1;
border-bottom:1px solid #ECECEC;
border-left:1px solid #A1A1A1;
text-align:center;}
.ui-datepicker-header{
	background: #2D7CB3 !important;
}

span.ui-datepicker-month{
	font-size: 15px;
	font-family: "helvetica-neue-light";
}

span.ui-datepicker-year{
	font-size: 15px;
	font-family: "helvetica-neue-light";
margin:0;}

/* TABLA */
table.ui-datepicker-calendar{
margin: 0;
border-collapse:collapse;}

table.ui-datepicker-calendar tr{
line-height:22px;}

table.ui-datepicker-calendar tr:hover{
}

table.ui-datepicker-calendar thead{
display:none;}

table.ui-datepicker-calendar td{
border:1px solid grey;
text-align:center;
font-family: "helvetica-neue-light" !important;
height: 35px;
cursor: pointer;
font-size: 15px;
padding:0 0 0 4px;}

table.ui-datepicker-calendar td a{
font-family: "helvetica-neue-light" !important;
}
table.ui-datepicker-calendar td:first-child{
padding:0 0 0 4px;}

table.ui-datepicker-calendar td.ui-datepicker-current-day{
background:#D5CECE;}
table.ui-datepicker-calendar td.ui-datepicker-current-day a{
color:#2A3239 !important;}

table.ui-datepicker-calendar td.ui-datepicker-today a{
color:#2A3239 !important;}

table.ui-datepicker-calendar td.ui-datepicker-today{
background:#D5CECE;
color: #2A3239 !important;}

table.ui-datepicker-calendar td:hover{
background:#D5CECE;
color: #2A3239 !important;}
table.ui-datepicker-calendar td:hover a{


color: #2A3239 !important;
}

table.ui-datepicker-calendar td a.ui-state-default{
font-size:12px;
color: #2d7cb3;
font-weight:bold;
text-decoration:none;}

/* desplegable TIME DURATION */
#time{
width:44px;}

#duration{
width:98px;}

span.select{
-x-system-font:none;
background:url(../img/span-time.png) no-repeat scroll 0 0;
color:#333;
height:24px;
line-height:24px;
overflow:hidden;
padding:0 8px;
margin:0 0 0 20px;
position:absolute;
width:44px;}

.durationp span{
background:url(../img/span-duration.png) no-repeat scroll 0 0;
width:98px;}

/* LABEL larga en 1 línea */
.repeat-hidden{
margin:20px 0 20px 20px;
padding:10px;}

.repeat-hidden p{
overflow:hidden;
line-height:22px;
margin-bottom:15px;}

.repeat-hidden label{
/*font-size:11px;*/
padding:6px 8px 0 0;
display:block;
float:left;
font-weight:bold;}

.repeat-hidden p:first-child label{
font-weight:bold;}

.repeat-hidden select{
float:left;
width:80px;
margin:0 5px 0 0;}

.repeat-hidden #event-repeat{
width:130px;}

/* divs flotados */
.floated{
width:150px;
float:left;
margin:0 5px 0 0;}

.floated3{
width:50%;
float:left;
margin:0;}

.floated2{
width:48px;
float:left;
margin:0 10px 0 0;}

/* CONTENT DETAILS EDIT */
p.upload{
color:#666;
margin:0 0 35px 20px;}

p.upload a{
color:#0066FF;}

/* FIXED */
.preview.fixed img{
border:1px solid #333;}

/* SCREEN DETAILS EDIT */
.screen-moredata .warning_screen{
	display: none;
}
.screen-details.scrn-edit .more-data{
float:none;
margin-bottom:20px;}

.edit-details .scrn_type,
#scrn_ip{
width:125px;}
.edit-details .scrn_size{
width:65px;}
.edit-details .scrn_orientation,
#scrn_coord1,
#scrn_coord2{
width:105px;}
.edit-details .scrn_format{
width:65px;}

#scrn_coord2{
margin-left:5px;}

#scrn_ip{
margin-bottom:25px;}

/* JAVA DESPLEGABLE TABLA WEEK */
.showing-calendar{
position: absolute;
top: -38px;
left:0;
width: auto;}
.lineaformulario{
height: 40px;
width: 100%;
}


.showing-calendar #datepicker{
 background: #003066 url("../img/week-input.png") no-repeat scroll right 50%;
 border: 1px solid #385f8a;
 color: #4a4a4a;
 float: right;
 font-size: 14px;
 padding: 4px 5px;
 width: 270px;}

.showing-calendar #datepicker:focus{
/*background:url(../img/week-input-desplegable.png) no-repeat right 50% #FFFFCC;
color:#385F8A;*/}

/* DIV DESPLEGABLE */
.contenedor2 + #ui-datepicker-div{
width:468px;
border:1px solid red;
border-top:0;}

.contenedor2 + #ui-datepicker-div .ui-datepicker-title{
width:233px;}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar tr{
height:32px;
line-height:100%;}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar tr:hover{
}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar td{
vertical-align:top;}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day{
background:0;}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar td:hover{
}

.contenedor2 + #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active{
color:#003066;}


/*==============================
			-- REPORTS page --
==============================*/

.reports h3{
color:#fff;
font-size:11px;
font-weight:normal;
height:14px;
line-height:14px;
padding:0 8px 0 12px;
width:100px;
margin:0;
background:url(../img/date-entries.png) no-repeat bottom right #003066;}

.reports .table-menu{
margin:-15px 10px 20px 10px;
border-bottom:1px solid #333;
padding-bottom:10px;}

.reports .pagination{
padding-top:25px;
border-top:1px solid #999}


/* Report entries */
.entries li{
overflow:hidden;}
.entries li ul{
/*float:right;*/
/*width:240px;*/
margin:7px 0 0 0;}
/*.entries li ul li{
float:left;}*/
.entries li ul li a{
color:#999;}
.entries > ul{
color:#999;
margin:0 10px 5px 10px;}
.entries > ul > li{
padding:8px 0;
border-top:1px dashed #ACACAC;}
.entries > ul > li:first-child{
border:none;}
.entries > ul > li > a{
float:left;
font-size:14px;
display:block;
padding:5px 0 0 0;}
.entries > ul > li p:first-child{
float:left;
width:110px;
text-align:right;
font-size:12px;
font-weight:bold;
color:#999;
margin:0 10px 0 25px;}
.entries > ul > li p:first-child span{
display:block;}
.entries li p.start span{color:#339933;}
.entries li p.end span{color:#B23F3F;}


/*==============================
			-- FOOTER --
==============================*/
.footer{
background: #d8d8d8 none repeat scroll 0 0;
border-top: 1px solid #ccc;
bottom: 0;
clear: both;
height: 30px;
left: 0;
line-height: 30px;
padding-left: 20px;
position: fixed;
width: 100%;
font-family: 'helvetica-neue-light';
font-weight: lighter;
font-size: 15px;
color: #2A3239;}

.footer a{
color: #2A3239;
text-decoration: none;
cursor: pointer;
font-family: 'helveticaneuebold';
font-size: 13px;}

.footer a:hover{
text-decoration: underline;
cursor: pointer;}

p.pd a{
display:block;
width:60px;
height:73px;
text-indent:-9999px;}
.footer p.pd{
float:right;}
.footer p.pd a{
}

.draggable {
	/*border: 1px solid black; margin: 5px; padding:5px; cursor: move;*/
	background-color:#F2F7FD;
}
.title-header .small_info {
	font-size:0.8em;
	margin-left:15px;
	margin-top:15px;
	display:inline;
}

.noborder { border:0; }

.edit_pan_ip input {
	width:90px;
}

/*.spinner {
background:url(../img/spinner.gif) no-repeat top center;
height:16px;
width:16px;
}*/

.spinner {
background:url(../img/spinner.gif) no-repeat top center;
height:16px;
width:100%;
}

.save-changes{
color:#000;
height:23px;
width:91px;
text-align:center;
font-size:11px;
background:url(../img/button-save.png) no-repeat 0 0;}

.warning_screen{
display:none;
position:relative;
margin:5px 0 20px 0;
padding:5px;
background:#FFFFCC;}

.tdheader {
	font-size: 1.1em;
	border-bottom:1px solid #999999;
}

.tables_import th {
	text-align:left;
	padding: 0 0 0 5px;
}

.tables_import .date {
	width:80px;
	vertical-align:top;
}

.tables_import .time {
	width:40px;
	vertical-align:top;
}

.tables_import td {
	vertical-align:top;
	line-height:20px;
	text-align:left;
	padding: 5px 5px 5px 2px;
}

.tables_import td a{
font-size:12px;
}

/* Search form importacion */
.search-import{
float:left;}
.search-import input{
float:left;
width:120px;
height:16px;
margin-right:50px;
margin-left:5px;}

.search-import label{
float:left;
height:16px;
margin-left:20px;
text-align:center;
padding-top:3px;
color:#003066;
font-weight:bold;}

.search-import button{
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #2d7cb3;
display: block;
float: left;
font-family: "helveticaneuebold";
font-size: 10px;
font-weight: lighter;
line-height: 30px;
margin: 1px 0 0;
padding: 2px 5px 2px 5px;
text-decoration: none;
}
.search-import button:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
cursor: pointer;
}

/*.screen_nobg{
background:none;
padding-left:0px;
}*/

.menu_contenido p{
margin-top:30px;
margin-bottom:30px;
margin-left:20px;
}

.menu_contenido img{
margin-right:10px;
}

.delete_noicon{
color:#FF0000;
}

.playlist_appears{
color:#0066FF;
font-size:11px;
float:right;
}

.tooltip_done{
background:transparent url(../img/done.svg) no-repeat scroll 0 0;
display:block;
height:36px;
margin:auto;
overflow:hidden;
text-indent:-9999px;
width:60px;

}

.schedule_screen{
background:transparent url(../img/ico_screen.svg) no-repeat scroll 0 0;    
background-repeat: no-repeat; 
background-position: center
}

.schedule_group{
background:transparent url(../img/ico_screen_group.svg) no-repeat scroll 0 0;
background-repeat: no-repeat; 
background-position: center   
}

.tooltip_not_done{
background:transparent url(../img/not_done.svg) no-repeat scroll 0 0;
display:block;
height:15px;
margin:auto;
overflow:hidden;
text-indent:-9999px;
width:14px;
}

/*.screen_tooltip:hover{
background-position:0 -15px;
}*/

.fav_tooltip{
background:transparent url(../img/star.png) no-repeat scroll 0 0;
display:block;
height:15px;
margin:auto;
overflow:hidden;
text-indent:-9999px;
width:14px;
}

.fav_tooltip:hover{
background-position:0 -15px;
}

.content_tooltip{
background:transparent url(../img/icoPoster.png) no-repeat scroll 0 0;
display:block;
height:15px;
margin:auto;
overflow:hidden;
text-indent:-9999px;
width:14px;
}

.content_tooltip:hover{
background-position:0 -15px;
}

.select_priority{
margin:0 0 20px 20px;
border-width:1px;
border-style:solid;
border-color:#939393 #E7E7E7 #E7E7E7 #939393;
padding:4px;}

.tscreenshot tr:hover{
background:none;
}

.tscreenshot td{
text-align:left;
}

.tscreenshot td:hover{
background:#FFFFE5;
}

.tscreenshot td:first-child:hover{
background:#FFFFE5;
}

.bloquehome{
    background: #ed6192 !important;
}


.enlaceshome{
    padding-left:0px !important;
    text-align:left !important;
    background: #ffffff !important;
    box-shadow: 0 2px 1px #a7a7a7 !important;
    margin-bottom:30px !important;
}

.tables_import td{
    text-align: left;
    padding-left: 10px;
    border-right: 1px solid rgba(151, 151, 151, 0.5);
}
.tables_import tr td:last-child{
    border-right: 0px solid transparent;
}
.tables_import tr td.sinbord{
    border-right: 0px solid transparent;
}

.enlaceshome li{
    height: 60px !important;
    line-height: 60px !important;
    padding-left: 30px !important;
}

.enlaceshome li a{
    color: #000000;
    font-family: "helvetica-neue-light";
    font-size: 15px;
    text-decoration: none;
    padding-left:5px;
}
.enlaceshome li a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.hint {
background:#f1f1f1;
border:1px solid rgba(255,0,0,1);
padding:2px 5px;
position:absolute;
font-family: "helvetica-neue-light";
/*right:200px;*/
left:auto;
margin-left: 15px;
margin-top: 13px;
font-size:12px;
font-height:normal;
-webkit-box-shadow: 0 0 5px 2px rgba(255,0,0,0.5);
box-shadow: 0 0 5px 2px rgba(255,0,0,0.5);
/*height: 15px;*/
}

.hint .hint-pointer {
background: rgba(0, 0, 0, 0) url(../img/pointer.png) no-repeat scroll left top / 130% auto;
height: 110%;
left: -10px;
position: absolute;
top: -1px;
width: 10px;
}

.hint_left {
background:#f1f1f1;
border:1px solid rgba(255,0,0,1);
padding:2px 5px;
position:absolute;
right:920px;
margin-left:30px;
-webkit-box-shadow: 0 0 5px 2px rgba(255,0,0,0.5);
box-shadow: 0 0 5px 2px rgba(255,0,0,0.5);
font-size:12px;
font-height:normal;
/*height: 15px;*/
}

.hint_left .hint-pointer_left {
height: 110%;
left: -10px;
position: absolute;
top: -1px;
width: 10px;
background: rgba(0, 0, 0, 0) url(../img/pointer_left.png) no-repeat scroll left top / 130% auto;
}

.plus_tooltip{
background:url(../img/add-calendar.png) no-repeat 0 0;
display:block;
height:15px;
margin:auto;
overflow:hidden;
text-indent:-9999px;
width:14px;
}

.plus_tooltip:hover{
background-position:0 -15px;
}

a.delete_fancybox{
     display:block;
     margin:auto;
     width:14px;
     height:15px;
     overflow:hidden;
     text-indent:-9999px;
 }

.delete_fancybox{background:url(../img/deleteicon.png) #ffffff no-repeat 0 0;}

.delete_fancybox:hover{
    background-position:0 -15px;
}

a.new_delete{
    display:block;
    margin:auto;
    width:14px;
    height:15px;
    overflow:hidden;
    text-indent:-9999px;
}

.new_delete{
    background:url(../img/deleteicon.png) #ffffff no-repeat 0 0;
}

.new_delete:hover{
    background-position:0 -15px;
}

.capa_data_metadb{
padding: 30px;
background-color:#d8d8d8;
}

.header_meta {
background:transparent url(../img/logo_pd_meta_61.png) no-repeat scroll 0 0;
float:left;
height:61px;
margin:0;
width:87px;
}

.meta_version{
overflow:hidden;
padding-bottom:5px;
margin-bottom:10px;
}

.boton_config{
background-position: center center !important;
background-size: 57% auto;
border: 1px solid rgba(151, 151, 151, 0.9);
height: 35px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
display: inline-block;
margin-right: 10px;
color: #3979b0;
font-family: "helveticaneuebold";
font-size: 15px;
background: #ffffff;
padding-left: 5px;
padding-right: 5px;
}
.boton_config:hover{
border:1px solid rgba(70,173,193,1);
-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
cursor: pointer;
}












.value_config:hover{
background:#FFFFE5;;
}

.content_poster_button{
color:#000;
margin-left:0px;
height:23px;
width:81px;
text-align:center;
font-size:11px;
background:url(../img/button-save-min.png) no-repeat;
}

.pendientes_select{
border-color:#939393 #E7E7E7 #E7E7E7 #939393;
border-style:solid;
border-width:1px;
height:24px;
padding:1px;
}

.tasks li div{
color:#999999;
font-size:12px;
margin-right:5px;}
}

.input_search_big {
background:url(../img/lupa.png) no-repeat right;
width:140px;
/*margin:2px;
border-color:#939393 #E7E7E7 #E7E7E7 #939393;
border-style:solid;
border-width:1px;*/
}

.colconfi {
    float: left;
    margin: 0;
    width: 425px;
    box-shadow: 0 2px 1px #a7a7a7;
}
.confileft{
    margin-right: 15px;
}
.confiright{
    margin-left: 15px;
}

.colconfi h3 {
    background: #ffffff none repeat scroll 0 0;
    color: #444444;
    font-family: "helveticaneuebold";
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: capitalize;
    width: 95%;
}

.colconfi ul li {
    background: #ffffff;
    height: 45px;
    line-height: 45px;
    border: 1px solid transparent;
    padding-left:20px;
}
.colconfi ul li.par {
	background: #f8f8f8;
}
.colconfi ul a{
	text-decoration: none;
	color: #3979B0;
	font-family: "helveticaneuebold";
	font-size: 15px;
}
.colconfi ul li:hover{
border:1px solid rgba(70,173,193,1);
cursor: pointer;
}

/* Estilos pesta�as listados*/

#navi.paginacionscreens{
	float: left;
    font-family: "Lucida Sans","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 30px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
#navi {
	float: left;
    font-family: "Lucida Sans","Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 30px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: -50px;
    width: 70%;
}
#navi ul.navileft{
	padding: 0px;
	margin: 0px;
}
#navi ul.navileft li {
	list-style-type: none;
	display: inline;
	float: left;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-right:4px;
	text-align: center;
}
#navi ul.navileft li img{
	display:none;
}

#navi ul.navileft li .icon img{
	display:inline;
}
#navi ul.naviright li img{
	display:none;
}
#navi ul.navileft li a{
	font-family: 'helvetica-neue-light';
	list-style-type: none;
	display: inline;
	font-size: 17px;
	float: left;
	height: 25px;
	line-height: 25px;
	color:#444444;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color:#7E9EB9;
	text-decoration:none;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}
#navi ul.navileft li a:hover{
	list-style-type: none;
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color:#2D7CB3;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}
#navi ul.navileft li a span.marcatabla{
	background: #d8d8d8 none repeat scroll 0 0;
    border-radius: 40%;
    color: #444444;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    font-weight: lighter;
    padding-left: 1px;
    padding-right: 1px;
}
#navi ul.naviright li a span.marcatabla{
	background: #d8d8d8 none repeat scroll 0 0;
    border-radius: 40%;
    color: #444444;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    font-weight: lighter;
    padding-left: 1px;
    padding-right: 1px;
}
#navi ul.navileft li.selecnavi a{
	color: #666;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

#navi ul.navileft li.selecnavi img{
	display: inline;
}

#navi ul.navileft li.selecnavi a:hover img{
	display: inline;
}

#navi ul.naviright{
	padding: 0px;
    margin: 0;
	float:right;
}
#navi ul.naviright li {
	list-style-type: none;
	display: inline;
	float: left;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-right:4px;
	text-align: center;
}
#navi ul.naviright li a{
	font-family: 'helvetica-neue-light';
	list-style-type: none;
	display: inline;
	font-size: 18px;
	float: left;
	height: 25px;
	line-height: 25px;
	color:#444444;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#7E9EB9;
	text-decoration:none;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}

#navi ul.navileft li a.icon{
	list-style-type: none;
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	color:#000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color:#FFF;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-color:#FFF;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border-radius: 0px 0px 0px 0px;
}

#navi ul.navileft li a.icon:hover{
	list-style-type: none;
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	color:#000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color:#FFF;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-color:#FFF;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border-radius: 0px 0px 0px 0px;
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}

#navi ul.navileft li a.icon.active{
	border:1px solid rgba(70,173,193,1);
	-webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
	box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
}


#navi ul.naviright li.verde  a{
	list-style-type: none;
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	color:#000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color:#d8fad8;
	color:#7E9EB9;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #53b153;
	border-right-color: #53b153;
	border-left-color: #53b153;
	border-bottom-color:#0d3b6e;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	border-radius: 5px 5px 0px 0px;
}
#navi ul.naviright li a{
	list-style-type: none;
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color:#2D7CB3;
	-moz-border-radius-bottomleft:0em;
	-moz-border-radius-bottomright:0em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
}
#navi ul.naviright li.selecnavi a{
	color: #666;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0 5px;
}
#navi ul.naviright li.selecnavi img{
	display: inline;
}

.resunum{
color:#686868;
padding-left:3px;
font-family: 'helvetica-neue-light';
font-weight:bold !important;
}

.version_about{
font-size:11px;
}

.contecni {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size: 11px;
background-color:#000;
margin-top: 25px;
width: 400px;
color:#FFF;
padding-bottom:10px;
}

.fltlft {
float: left;
margin: 5px 5px 0 10px;
}

.space {
height: 10px;
}

.meta_ipp {
overflow:hidden;
padding-bottom:0px;
margin-bottom:0px;
}

.meta_ipp select{
margin-left: 0px;
height: 20px;
width: 50px;
border: 1px solid rgb(159, 177, 197);
}

.plantilla_crear{
float:right;
margin-right:10px;
margin-bottom:5px;
color: #0066FF;
font-size: 12px;
text-decoration:underline;
}

.imageborder {
	border:1px solid #55769B;
}

.item_description{
	font-size:10px;
}
.with-thumbs.sinresal tr:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0 transparent;
}
.with-thumbs.sinresal td:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0 transparent;
}
.with-thumbs.sinresal td:last-child:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0 transparent;
}

.with-thumbs.sinresal input[type="file"]{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
color: #2a3239;
font-family: "helvetica-neue-light";
font-size: 15px;
padding: 0 0 0 5px;
text-decoration: none;
border-radius: 3px;}


.with-thumbs.simple tr:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0 transparent;
}

.with-thumbs.simple .simplein tr:hover{
	border: 1px solid transparent !important;
	box-shadow: 0 0 0 0 transparent;
}
.with-thumbs.simple tr:hover td:last-child{
border: 1px solid transparent !important;
}
.with-thumbs.simple tr th:last-child{
	border-right: 1px solid transparent !important;
}
.with-thumbs.simple tr td:last-child{
border: 1px solid transparent !important;
}
.with-thumbs.simple .simplein{
	margin-top: 20px !important;
}
.with-thumbs.simple tbody td{
	background: #f8f8f8 !important;
}
.with-thumbs.simple tbody tr td:nth-child(2){
	background: #ffffff !important;
	border-left: none !important;
}
.with-thumbs.simple tbody tr td:first-child{
	background: #ffffff !important;
	border-right: none !important;
}
.with-thumbs.simple .simplein tbody tr td{
	background: #f8f8f8 !important;
	border: 1px solid transparent !important;
}

.with-thumbs.simple thead tr th{
	color: #2a3239 !important;
    font-family: "helvetica-neue-light" !important;
    font-weight: lighter !important;
}
.with-thumbs.simple  .simplein tbody tr td span{
	color: #2a3239 !important;
    font-family: "helvetica-neue-light" !important;
    font-weight: lighter !important;
}
.marcadia li{
	color: #2a3239;
    display: block;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
}
.details-info.misdetails-info li{
	padding:5px;
	font-family: "helvetica-neue-medium";
}
.details-info.misdetails-info{
margin-left: 15px;
}
.enlaceprincipalheader{
   	/*background: url("../img/logo.png");*/
    float: left;
    height: 100%;
    margin: auto;
    width: 280px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 65%;
}
.with-thumbs.simple thead tr:hover{
 border: none !important;
}
.libarra{
    border: none !important;
    margin-top: -20px !important;
    padding: 0 !important;
    width: 100% !important;
}
.barracap{
    overflow:hidden;
    -webkit-box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.2);
    box-shadow:inset 0 0 3px 3px rgba(0,0,0,0.2);
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background:#d7d7d7;
    width:100%;
    height:35px;
}
.capcont{
    background:#49606a;
    width:0%;
    height:100%;
    float:left;
}
.barraundo{
    background:#c6deec !important;
    height:40px;
    display:none;
}
.barraundo:hover{
   cursor: default !important;
}
.barraundo td{
    text-align:left !important;
    padding-left:30px !important;
    font-weight:bold !important;
}
.barraundo td .butundo{
    float:right;
    margin-right: 30px;
    color:#3c7aae !important;
    font-weight: bold !important;
}
.barraundo td .butundo:hover{
    text-decoration: underline !important;
    cursor: pointer;
}
.butdelall{
    color: #ffffff !important;
    font-family: "helveticaneuebold" !important;
    font-size: 15px !important;
    font-weight: lighter !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 30px !important;
    padding-right: 10px !important;
    position: absolute !important;
    right: 7px !important;
    text-decoration: none !important;
    top: 7px !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    background:url(../img/deleteiconwhite.png) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    background-repeat: no-repeat !important;
    background-size: auto 20px !important;
    background-position: 7px center !important;

}
.butdelall:hover{
    cursor: pointer !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.butdelall-files{
    color: #ffffff !important;
    font-family: "helveticaneuebold" !important;
    font-size: 15px !important;
    font-weight: lighter !important;
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 25px !important;
    padding-right: 8px !important;
    position: absolute !important;
    right: 7px !important;
    text-decoration: none !important;
    top: 7px !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    background:url(../img/deleteiconwhite.png) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    background-repeat: no-repeat !important;
    background-size: auto 20px !important;
    background-position: 7px center !important;
}
.butdelall-files:hover{
    cursor: pointer !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.with-thumbs tr td .content-tags a{
    color:#9B9B9B !important;
    font-size:11px !important;
    font-family: 'helvetica-neue-medium' !important;
}
.with-thumbs tr td .content-tags a:hover{
    color: rgba(70, 173, 193, 1) !important;
    font-size:11px !important;
    font-family: 'helvetica-neue-medium' !important;
    cursor: pointer !important;
}
.with-thumbs tr td .content-tags{
    white-space: nowrap;
    width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:none;
}
.details-tag-list{
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    min-height: 35px;
    width: 100%;
}
.details-tag-list a{
    display: block;
    float: left;
    overflow: hidden;
    margin: 6px 2px 0;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: #9B9B9B solid 1px;
    color: #9B9B9B;
    line-height: 20px;
    cursor: default;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #F1F1F1;
    text-decoration: none;
}
.details-tag-list a:hover{
    cursor: pointer;
    background-color: #8EB6CE;
    color: #ffffff;
}


.resultadobus{
    background: #D8D8D8;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: -80px;
    margin-top: -20px;
    min-height: 60px;
    position: initial;
    width: 880px !important;
    z-index: 0;
}
.resultadobus li{
    padding-left: 10px;
    max-width: 590px;
}
ul.table-menu.resultadobus li.selected a{
    color: #2A3239 !important;
    font-family: 'helvetica-neue-medium' !important;
    font-weight: normal !important;
    cursor: default !important;
}
.infofolders h1{
    color: #2A3239;
    font-size: 18px;
    font-family: 'gillsanslight';
    font-weight: lighter;
}
.infofolders a{
    color: #3979B0 !important;
    font-size: 16px;
    font-family: 'helveticaneuebold';
    line-height: 25px;
}
.infofolders p{
    color: #9B9B9B !important;
    font-family: 'helvetica-neue-medium' !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.folder-file-img-container{
    float: left;
    width: 30%;
    height: 100%;
}

.folder-file-data{
    float: right;
    width: 70%;
    height: 100%;
}

.folder-empty-data{
    width: 100%;
    height: 100%;
    text-align: center;
}

.folder-empty-data p{
    padding-top: 4vh;
}

#folder-content-header .edit{
    background: #ffffff url("../img/editicon.png") no-repeat scroll center center;
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    float: right;
    margin-right: 3%;
}
#folder-content-header .edit:hover{
    background-position: center center;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

#folder-content-header .folder-content-title{
    float: left;
    color: #444444;
    font-family: "helveticaneuebold";
    font-size: 28px;
    padding-left: 2%;
    width: 75%;
}

.folder-file-img{
    float: right;
    height: 75%;
    margin-top: 8%;
    width: 75%;
}

#folder_form .folder-name{
    width: 85%;
    height: 4vh;
    margin-bottom: 2vh;
}

#folder_form .folder-desc{
    resize: none;
    padding: 5px;
    width: 85%;
    height: 9vh;
    margin-bottom: 3vh;
}

.folder-changes-options{
    margin-top: 2vh;
}

.folder-changes-options .cancel-changes{
    color: #2d7cb3;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    line-height: 16px;
    margin-left: 5%;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    width: 33%;
}

.folder-changes-options .cancel-changes:hover {
    text-decoration: underline;
    cursor: pointer;
}

.folder-changes-options .save-changes{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 45%;
}

.folder-changes-options .save-changes:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    cursor: pointer;
}

#files-selected{
    width: 20%;
}

.folder-management-options{
    margin-top: 3vh;
    width:100%;
    margin-left: 1%;
}

.folder-management-options .cancel-management{
    color: #2d7cb3;
    float: left;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    line-height: 16px;
    margin-left: 20%;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    width: 25%!important;
}

.folder-management-options .cancel-management:hover {
    text-decoration: underline;
    cursor: pointer;
}

.folder-management-options .save-changes{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 30%;
}

.folder-management-options .save-changes:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    cursor: pointer;
}

.folder-management-img-container{
    float: left;
    margin-left: 5%;
    margin-top: 3.5vh;
    width: 13%;
}

.folder-management-info-container{
    float: left;
    margin-left: 1%;
    margin-top: 3vh;
    width: 57%;
}
.folder-management-img-container img{
    width: 100%;
}


#createFolder{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 45%;
    margin-left:21%;
    margin-top: 2vh;
}

#createFolder:hover{
    border:1px solid rgba(70,173,193,1);
    -webkit-box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    box-shadow: 0 0 15px 0 rgba(70,173,193,0.75);
    cursor: pointer;
}

.folder-instructions{
    font-size: 16px!important;
    font-family: 'helvetica-neue-light';
    color: #2a3239!important;
    padding-left: 10px !important;
    margin-bottom:11px;
}

.folder-filters{
    width: 100%;
}

.with-thumbs tr td .content-tags .tags-filter{
    color:#9B9B9B !important;
    font-size:11px !important;
    font-family: 'helvetica-neue-medium' !important;
}
.with-thumbs tr td .content-tags .tags-filter:hover{
    color: rgba(70, 173, 193, 1) !important;
    font-size:11px !important;
    font-family: 'helvetica-neue-medium' !important;
    cursor: pointer !important;
}
.thumb_light{
    width: 12%;
    height: auto;
    max-height: 90%;
    display: table-cell;
    vertical-align: middle;
}
li.item_with_thumb img{
    width: 12%;
    height: auto;
    max-height: 90%;
    display: table-cell;
    vertical-align: middle;
}
li.listaplays{
    line-height: 60px !important;
    height: 60px !important;
}
li.listaplays img{
    line-height: 60px !important;
    margin-left: 4% !important;
    margin-right: 4% !important;
    display: inline-block !important;
    width: 12% !important;
    height: auto !important;
    max-height: 75% !important;
}
li.listafic img{
    margin-right: 2.5%;
    margin-left: 2.5%;
}
li.lisaddprog{
    display: table;
    height: 60px !important;
    line-height: 60px !important;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
}
li.lisaddprog img{
    display: inline-block;
    height: auto;
    margin: 10px 2.5%;
    max-height: 40px;
    vertical-align: middle;
    width: 12%;
}
ul.liscrepos.listacolores.listacrearplaylist li:nth-child(odd){
    background-color: #ffffff !important;
}
ul.liscrepos.listacolores.listacrearplaylist li img{
    height: 60% !important;
    display: inline-block !important;
}
ul li.imageneslista img{
    display:inline-block !important;
    height: 60% !important;
}
.butdelall{
    display: none;
}
.butdelall.butdelall-posters{

    right:43px !important;
}
.butdelall.butdelall-folders{
    right: 17px !important;
}
.butdelall.butdelall-playlists{
    right: 62px !important;
}

.__awebox {
    width:255px!important;
}


.poster_lista .poster_lista_search{
    margin-right:0px;
}

.listacrearplaylist .playimagen{
    display: inline-block !important;
    height: 60px;
    width: 60px !important;
    float: none !important;
}
.listacrearplaylist .playimagen img{
    width:100%;
}


/* nueva modal de subir contenido*/
.crear_contenido_bloques{







}
.crear_contenido_bloques .bloque{
    width: 185px;
    height: 154px;
    border: 2px solid #dbdbdb;
    display: inline-block;
    /* float: left; */
    margin-left: 70px;
    margin-top: 20px;
    vertical-align: middle;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(194,188,194,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(194,188,194,1);
    box-shadow: 2px 2px 5px 0px rgba(194,188,194,1);
    margin-bottom: 13px;
    min-height: 160px;
}

.crear_contenido_bloques .bloque:hover{
    border:2px solid #4fdbf4;
}
.crear_contenido_bloques .bloque  .interior{
    display:table;
    width:100%;
    height: 100%;
    vertical-align: middle;
}

.crear_contenido_bloques .bloque  .interior .interior-content{
    display:table-cell;
    width:100%;
    height: 100%;
    vertical-align: middle;
}
.crear_contenido_bloques .bloque  .interior .interior-content .icon{
    width: 100%;
    text-align: center;
}


.crear_contenido_bloques .bloque  .interior .interior-content .icon img{
    margin-right:auto !important;
}
.crear_contenido_bloques .bloque  .interior .interior-content > .enlace-bloque{
     /* border: 0px solid transparent; */
    font-family: "helveticaneuebold";
    font-size: 14px;
    color:#3f474d !important;
    /* height: 26px; */
    line-height: 12px !important;
    height:auto !important;
    margin: 0 auto !important;
    padding-left: inherit !important;
    text-decoration: none;
    width: 100% !important;
    text-align: center !important;

}

.crear_contenido_bloques .bloque  .interior .interior-content > .enlace-bloque:hover{

    border:0px !important;
    background-color:none;
 -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
color:#3f474d !important;
     font-family: "helveticaneuebold";
    font-size: 14px;
    /* height: 26px; */
    line-height: 12px !important;
    height:auto !important;
    margin: 0 auto !important;
    padding-left: inherit !important;
    text-decoration: none;
    width: 100% !important;
    text-align: center !important;
}

/* nuevas pantallas de videowall */

.videowall{

}
.label-videowallcheck{
    width: 322px;
    margin-top: 3px;
    font-size: 16px;
}

.label-videowallcheck select{
    float: none;
    width: auto;
}

.label-videowallcheck .strong{
    font-weight: bold;

}
.videowall_items{
    border:0px solid black;
    display:block;
    margin-left: auto;
    padding-left: 0px;
}

.videowall_items .item{
    width: 14%;
    height: 40px;
    display: table;
    border: 3px solid #9b9b9b;
    margin-bottom: 3px;
    float: left;
    margin: 1px;
    text-align:center;
}
.videowall_items .item.activo{
    background-color:#d7d4d4;
}
.videowall_items .item .numero{
    display:table-cell;
    vertical-align: middle;
    font-size: 27px;
}

tr.filesdownload{
    background: #E3805E;
    border:1px solid transparent;
}

tr.filesdownload th{
    border-bottom:none;
    background: #E3805E;
    width:10px;
}

tr.filesdownload th a img{
    float: right;
    margin-top: 10px;
}

.with-thumbs tr.filesdownload:hover{
    border:1px solid transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    cursor: inherit;
}

tr.filesdownload th a{
    color: #ffffff !important;
    font-family: "helveticaneuebold";
    font-size: 15px;
    font-weight: lighter;
    white-space: nowrap;
}

tr.filesdownload th{
    color: #ffffff !important;
    font-family: "helveticaneuebold";
    font-size: 15px;
    font-weight: lighter;
    height: 50px;
}


/* Ubicaciones de las pantallas */

.contenedor2{
    height: 100vh;
}

.contenedor2 .content-ubication{
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    width: 880px;
    float: left;
    padding-bottom:60px;
}

.contenedor2 .content-folder{
    border-top: 4px solid #F7B132;
    padding-top: 1px;
    background-color: #FFF;
    padding: 5px 30px;
}

.contenedor2 .content-folder .item{
    display: inline-block;
    margin: 0 10px;
    position: relative;
    text-align: center;
    width: calc((97% / 6) - 20px);
}

.contenedor2 .content-folder .item .folder{
    width: 100%;
    position: relative;
}

.contenedor2 .content-folder .item .location{
    left: 50%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contenedor2 .content-folder .item .place{
    display: inline-block;
    padding-left: 14px;
    position: relative;
}

.contenedor2 .content-folder .item .error::after{
    background-color: #E00000;
    border-radius: 50%;
    bottom: 4px;
    content: "";
    height: 8px;
    position: absolute;
    left:0;
    width: 8px;
}

.contenedor2 .content-folder .item .ok::after{
    background-color: #44B32B;
    border-radius: 50%;
    bottom: 4px;
    content: "";
    height: 8px;
    position: absolute;
    left:0;
    width: 8px;
}

.changes-options .close-error{
    background: #2d7cb3 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    color: #ffffff;
    font-family: "helvetica-neue-medium";
    font-size: 13px;
    height: 45px;
    line-height: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    width: 100%;
}

.with-thumbs tr td a.delete_trash{
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    display: none;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.with-thumbs tr td a.delete_trash:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.with-thumbs tr:hover td a.delete_trash{
    display:block;
}

a.delete_trash{
    display:block;
    margin:auto;
    width:14px;
    height:15px;
    overflow:hidden;
    text-indent:-9999px;
}

.delete_trash{
    background:url(../img/trashicon.png) #ffffff no-repeat 0 0;
}

.delete_trash:hover{
    background-position:0 -15px;
}

.with-thumbs tr td a.new_recovery{
    background-position: center center;
    background-size: 57% auto;
    border: 1px solid rgba(151, 151, 151, 0.9);
    display: none;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.with-thumbs tr td a.new_recovery:hover{
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

.with-thumbs tr:hover td a.new_recovery{
    display:block;
}

a.new_recovery{
    display:block;
    margin:auto;
    width:14px;
    height:15px;
    overflow:hidden;
    text-indent:-9999px;
}

.new_recovery{
    background:url(../img/recoveryicon.png) #ffffff no-repeat 0 0;
}

.new_recovery:hover{
    background-position:0 -15px;
}

.desplegable button {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px;
    outline: none;
    text-align: left;
    font-family: "helvetica-neue-light", sans-serif;
    cursor: pointer;
    background: #F1F1F1 url('../img/arrow-desplegable-down.png') no-repeat top 15px right 15px;
}
.desplegable button.on {
    background-image: none;
}

.desplegable dl {
    margin: 15px 15px 0;
}
.desplegable dt {
    font: 15px "HelveticaNeue-Light", sans-serif;
    color: #000000;
    letter-spacing: -0.11px;
}
.desplegable dd {
    font: 15px "HelveticaNeue-Bold", sans-serif;
    color: #000000;
    letter-spacing: -0.11px;
    margin-bottom: 15px;
}

.arrow-small{
    width: 13px;
    height: 8px;
}

.export {
    height: 30px;
    line-height:30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #2D7CB3;
    display: block;
    float: left;
    font-family: "helveticaneuebold";
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
    line-height: 30px;
    margin: 1px 10px 0;
    padding: 2px 15px 2px 20px;
    display: none;
}