/*
 Este fichero esta dividido en zonas, que se distinguen por el inicio del estilo
 Algunas tienen dos nombres, uno moderno y otro antiguo.
 La ideas es ir migrando hacia el nombre moderno.
 
- pagination
- layout-
- button-
- msg-
- left-
- table- itemstable
- panel- bp_panel
- menu-
- encuestas
- forms
- toolbar (movido a apd_basic.css)
- mensajes
- modulespecific

Pattern Library
https://app.bigpress.es/10_5/css/library.html

*/


/*
TODO

-look http://www.google.es/search?aq=f&sourceid=chrome&ie=UTF-8&q=nicole+sullivan+oocss
usado por mailchimp
ver video


PRINCIPLES
1. separate structure and skin
2. separate container and content
http://www.stubbornella.org/content/2009/03/23/object-oriented-css-video-on-ydn/

*/



/* begin pagination */
div.pagination {
	padding: 3px;
	margin: 15px;
	/*
	marggin-left: auto; 
	marggin-right: auto;
	*/
	text-align: center;
	width: 100%;
}

div.pagination a {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 1px solid #AAAADD;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 11px;
	text-decoration: none; /* no underline */
	color: #336699;
	border-radius: 2px;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #336699;
	color: #000;
    background: #DDEEFF;
}

div.pagination span.current {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 1px solid #336699;
	font-weight: bold;
	background-color: #336699;
	color: #FFF;
	border-radius: 2px;
}

div.pagination span.disabled {
	padding: 4px 8px 4px 8px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	border-radius: 2px;
}

/* end pagination */



/* begin pagination2 */
ul.pagination2 {
    padding: 3px;
    margin: 15px;
    /*
    marggin-left: auto;
    marggin-right: auto;
    */
    text-align: center;
    width: 100%;
    list-style-type: none;
    list-style: none;
}

ul.pagination2 li {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    border: 1px solid #AAAADD;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
    font-size: 11px;
    text-decoration: none; /* no underline */
    color: #336699;
    border-radius: 2px;
    display: inline-block;
}

ul.pagination2 li:hover, ul.pagination2 li:active {
    border: 1px solid #336699;
    color: #000;
}

ul.pagination2 li.current {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    border: 1px solid #336699;
    font-weight: bold;
    background-color: #336699;
    color: #FFF;
    border-radius: 2px;
}

ul.pagination2 li.disabled {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
    border-radius: 2px;
}

/* end pagination2 */

/* begin layout */
#layout-main {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 110%;
}

#layout-header1 {
	margin-left: auto;
	margin-right: auto;
	hheight: 51px;
	width: 100%;
	hheight: 36px;
	bbackground-color: #93C0E1;
	bhorder-bottom: 1px solid #ccc;
	
bhorder-bottom-left-radius: 2px;

bhorder-bottom-right-radius: 2px;
}


.layout-header-new {

    z-index: 500;
    position: fixed;
    left: 0px;
    right: 0px;
    color: #333;
    background-color: rgba(36, 47, 54, 0.9);
    border: none;
    border-bottom: 1px solid rgb(165, 165, 165);
    -mmoz-box-shadow: inset 0 -1px 0px #c1c1c1, inset 0 1px 0px #e6e6e6, inset -1px 0 0px #d3d3d3, inset 1px 0 0px #d3d3d3;
    padding: 0;
    height: 28px;
    top:0px;
}

#logo:hover {
	background:transparent;
}

/*
eliminado 
#layout-header2 {
	background-color: #fafafa;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	width: 958px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: 1px solid #ccc;
}
*/

/* left */
#layout-left {
	vertical-align: top;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.panel-left {

    padding-top: 22px !important;
}

.panel-left-title {
    display: none;
}


#layout-leftlist, #leftlist {
	padding: 0px;
	margin: 0px;
	/*
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	border-spacing: 0px;
	*/
	width: 120px; vertical-align: top;
	/* background-color: #f7f7f7; */
	text-align: left;
}

#layout-content {
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	width: 800px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 20px;
	
	/*
	background-image: linear-gradient(bottom, #F9F9F9 42%, #FEFEFE 71%);
background-image: -o-linear-gradient(bottom, #F9F9F9 42%, #FEFEFE 71%);
background-image: -moz-linear-gradient(bottom, #F9F9F9 42%, #FEFEFE 71%);
background-image: -webkit-linear-gradient(bottom, #F9F9F9 42%, #FEFEFE 71%);
background-image: -ms-linear-gradient(bottom, #F9F9F9 42%, #FEFEFE 71%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.42, #F9F9F9),
	color-stop(0.71, #FEFEFE)
);

*/
}

#layout-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 958px;
	border-top: 1px solid #DADADA;
	padding-top: 10px;
/*	padding-bottom: 15px; */
	height: 30px;
	text-align: center;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #FAFAFA;
	font-size: 11px;
}

#layout-header2a {
	height: 33px;
/*	width: 400px; */
	padding:0px;
/*	padding-left: 10px; */
	float: left;
	vertical-align: middle;
	vertical-align: bottom;
	padding-top: 1px;
}

#layout-header2b {
	height: 33px;
	width: 180px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float:right;
	vertical-align: middle;
	padding-right: 15px;
	position: relative;
}

#layout-header2b span, #layout-header2b a {
	color: #fefefe;
}

.wrapper, .layout-wrapper {
	margin: 0px;
/*	border-left: 1px green solid; */
	padding: 0px;
/*	overflow:hidden; */
	float: none;
	display: block;
}
/* end layout */


/* begin left */

.left-option {
	/*
	height: 17px;
	background-color: #6396C9;
	background-repeat: no-repeat;
	background-image: url('http://www.diariosigloxxi.com/style/images/fondo_menu2.png');
	padding-left: 5px;
	margin-bottom: 2px;
	color: white;
	*/
	color:#5E5870 !important;
	/*cursor:default; */
	font-size:11px;
	padding-left:3px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-transform:uppercase;

	font-family:"Lucida Grande","Lucida Sans Unicode",Geneva,Verdana,Arial,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-align: left;
	list-style: none;
}

.left-tag, .left-contact {
	padding-left: 15px;
	list-style: none;
	width: 145px;
}

.left-tag-selected, .left-tag-selected:hover {
	background-color: #E4ECF7 !important;
}

.left-tag img, .left-contact img {
	width: 20px; /* para evitar deformaciones durante carga */
	height: 20px;
}

.left-submenu {
	color: #5E6E8F;
	cursor: default;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	list-style: none;
	ffont-weight: bold;
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
}

.left-tag sup, .left-tag sup:hover {
	 
 color: #ccc;
 text-decoration: none !important;
}

/* end left */


/* begin links */

.left-tag a {
	/* color: #425f9c; */
	padding: 2px;
	color: #333366;
	vertical-align: -20%;
	display: inline-block;
	width: 100%;
	padding-left: 26px;
}

.left-tag:hover {
	/* color: #425f9c; */
	color: #333366;
/*
	text-decoration: underline;
	background: transparent;
	*/
	background-color: #F3F3F7;
    -webkit-transition: all 130ms ease-in-out;
}

.left-tag a:hover {
	background-color: transparent;
	
	color: #333366;
}

a {
	color: #4477AA;
	text-decoration: none;
}

a:hover, a:focus {
	color: #6699CC;
	background:#DDEEFF;
	/* overflow: hidden; */
}

a.peque {
	color: #333333;
	text-decoration: none;
}

a:hover.peque {
	color: #336699;
	text-decoration: underline;
}



/* end links */

/* begin menu */
.menu-ul {
	margin: 0;
	padding: 0;
	z-index: 30;
}

.menu-li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-weight: bold;
/*	font: bold 11px arial */
}

.submenu-li {
	list-style: none;
}

.menu-ul li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	/*	width: 90px; */
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.menu-ul li a:hover {
	background: #49A3FF;
}

.submenu-ul {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

.menu-ul ul a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
/*	font: 11px arial */
}

.menu-ul ul a:hover {
	background: #49A3FF;
	color: #FFF
}

/* end menu */




/* begin encuestas */

/* .license {height: 220px; width: 650px; font-size: 9pt; background-color: #E9E9E9} */
.code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 200px;
	width: 650px;
	background-color: #E9E9E9;

}

.code2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 90px;
	width: 650px;
	background-color: #E9E9E9;

}

/*
 
.td1 {
	font-size: 10pt
}

.td2 {
	font-size: 9pt
}
*/
.tr1 {
	background-color: #C6C3C6 
 
}

/* end encuestas */


/* begin tablas */

.fecha {
	text-transform: uppercase;
	color: #888 !important;
	text-align: center;
}

.item-table td {
	padding: 5px 8px;
	background-color: #eeeeee;
	vertical-align: top;
}

.item-title {
	font-size: 13px;
	word-wrap: break-word;
	color: #3B6793;
}

.item-table, .edit-table {
	width: 730px;
	border-spacing: 1px 2px;
	margin-left: auto;
	margin-right: auto;
}



/* no funciona IE */
.item-table tr td:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;

}
.item-table tr td:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;

}

.edit-table {
/*	background-color: #fafafa; */
/* border: 1px solid #efefef;*/
}

.edit-key {
	font-size: 11px;
	padding: 2px;
	color: #707070;
}
.edit-count {
    color: #ccc;
    font-size: 10px;
    float: right;
    padding-right: 5px;
    padding-bottom: 2px;
}
.view-key {
	padding: 2px;
	color: #bbb;
}

.edit-table td {
	padding: 8px 4px;
}

.view-table td {
	padding: 8px 9px;
}

a.item-tag {
/*	color: #336699; */
	text-decoration: none;
}

.item-tag {
	text-decoration: none;
	font-size: 11px;
	padding: 1px;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #E8EAED;
}

a.item-tag:hover {
	text-decoration: none;
/*	color: #336699; */
}


/* end tablas */
/* inicio panel */

.panel-title {
	background-color: #528CAB; /* #7CD2A1;  version oscura: #416F88 version clara #93C0E1 */
/* #6699CC; */
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	border-radius: 4px 4px 1px 1px;
}
.panel-title span {
	color:white;	
	
}


.panel1 {
	
	background-image: linear-gradient(bottom, #F9F9F9 24%, #FEFEFE 71%);
background-image: -o-linear-gradient(bottom, #F9F9F9 424%, #FEFEFE 71%);
background-image: -moz-linear-gradient(bottom, #F9F9F9 24%, #FEFEFE 71%);
background-image: -webkit-linear-gradient(bottom, #F9F9F9 24%, #FEFEFE 71%);
background-image: -ms-linear-gradient(bottom, #F9F9F9 24%, #FEFEFE 71%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, #F9F9F9),
	color-stop(0.71, #FEFEFE)
);
  border-radius: 4px;
	
}
.panel2-content {
	padding-left: 10px;
	padding-right: 10px;
}

.panel2-title {
	border-bottom: 1px dotted #92A4B5;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top:7px;
	margin-bottom:16px;
	cursor: default;
    padding-left: 10px;
}
.panel2-section {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 8px;
}

.panel2 {
	background-color: #fefefe;
	width: 760px;
	border: 0px solid #CCCCCC;
	/* border: 1px dotted #f9f9f9; */
	margin-top: 5px;
	padding: 0px;
	border-radius: 3px;
	border-spacing: 0px;
	margin-bottom: 30px;
	margin-left: auto !important;
	margin-right: auto !important;
    border: 1px solid #FAFAFA;
    padding-bottom: 40px;
}

.panel2-azul {
    background-color: #EBF5FF;
    border: 1px solid #D6DFE8;
}

/* usado apd_edit */


.panel td {
	padding: 4px 8px;
}

.panel {
	width: 760px;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	border-spacing: 0px;
	background-color: #f6f6f6;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 5px;
} /* usado apd_edit */
/*
.panel-item {
height: 20px;
}
*/
/* fin panel */




/* toolbar */
.bp_toolbar {
	margin: 0px;
	background-color: #D0E6FF; /* #BDDAFF; */
	/* office 2007 clarito #BDDAFF */
	/* google docs oscuro #62A7E6; */
	/* wordpress clarito #E6F2FF; */
	padding: 0px;
	float:none;
	width: 750px;

 	overflow:hidden;
 

	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-top: -12px;
	cursor: default;
	border-radius: 3px;
}

.bp_toolbar_ul, .bp_toolbar_ulright {
	margin: 0px;
	float:left;
	/* office 2007 clarito #BDDAFF */
	/* google docs oscuro #62A7E6; */
	/* wordpress clarito #E6F2FF; */
	padding: 9px;
	list-style: none;
    letter-spacing: -4px;
    width: 100%;
}

.bp_toolbar_ulright {
	float: right !important;
}

.bp_toolbar_ul li, .bp_toolbar_ulright li{
	display:inline;
    letter-spacing: 0px;
}


.panel-tool.panel-tool-right {
    border-right-width: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
}

.panel-tool.panel-tool-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/* fin toolbar */




.info {
	width: 740px; 
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	margin-left: auto !important;
	margin-right: auto !important;
} /* usado apd_edit */



/* begin timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* end timepicker */



/* begin mensajes */
/* http://www.flickr.com/photos/aarronwalter/5579386649/sizes/o/in/faves-petrarcadue/ */


.panel2-msj {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display:block;
	text-align: center;
	margin-bottom: 20px;
}

.panel2-msj p, .msg-notice, .msg-error,.msg-warning, .msg-success {
	background-color: #C0FFC0;
	/* display:inline; */
	margin-left: 50px;
	margin-right: 50px;

/*	overflow:hidden; */
	padding:15px 25px;
/*	margin-bottom:1em; */
	border-radius:4px;
	-moz-border-radius:4px;
}

.msg-error {
	background-color:#f4cdc6 !important;
	color:#dd624b;
}

.msg-warning,.google-grid-nodata {
	background-color :#FFF6BF !important;
	color:#575757;
}

.msg-success, {
	background-color :#E6EFC2 !important;
	color:#529214;
}

.msg-error a {
	color:#D12F19;
}

.msg-warning {
	color:#575757;
}

.msg-success {
/* #D0EBF1 */
	color:#529214;
}

.msg-success strong {
	color:#2a4d09;
}

.autohint {
	color: #AAAAAA;
}

.access {
	text-decoration: underline !important;
}

/* end mensajes */

/* begin module specific */
.m_articulos_title {
	font-size: 16px;
	width: 583px;
	font-weight: bold;
	color: #666;
	padding:5px;
}

.full-image {
	padding: 5px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
}
.thumb-desc {
	height: 23px;
	width: 117px;
	word-wrap: break-word;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #efefef !important;
	
    border-bottom-left-radius: 2px;

    border-bottom-right-radius: 2px;
    overflow: hidden;
}

.thumb-image {
	width: 115px;
	height: 115px;
	padding: 1px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
    display: block;
}
.thumb-link {
    cursor: pointer;
    transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}
}

.thumb-link:hover {
 
	opacity:0.8;
	filter:alpha(opacity=80);
    transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}
/* end module specific */


/* begin forms */
/* input:not([type='checkbox']) solo funciona en css3 */
input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"],	 input[type="tel"], input[type="time"], input[type="url"], input[type="week"],
textarea, input[type='text'], input[type='password'], select, .cleditorMain iframe {
	border:1px solid #BDC7D8 !important;
	color: #333;
	/*
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px;

	background-color: white;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


hr {
	 color: #ccc;
	 background-color: #ccc;
}


.ellipsis {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 -o-text-overflow: ellipsis;
	 -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
	 width: auto !important;
	 position: relative !important;
}


.user-thumb {
	border-radius: 2px;
}

.social-icons {
 vertical-align: -30%; 
}

.editing {
 
	 background-color: yellow !important;
	 
}
	 
	 
	 .break-word {
	 word-wrap: break-word;
	 /*
	 display: block;
*/
		 
}


/* begin reset imagenes insertadas */

figure, .figure-left, .figure-right, .figure-center, .figure-none {
margin: 0px;
padding: 0px;
spacing: 0px;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;

    outline:0;
	display: block;
    vertical-align:baseline;
    background:transparent;
}



figcaption {
margin: 0px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
color: #666666;
line-height: 13px;
font-size: 11px;
}


/* end imagenes insertadas */



.style_key {
	font-size: 11px;
	color: #999;
}

.style_unit {
font-size: 11px;
color: #666;
width: 50px;
/* height: 26px; */
}


.button-icon-dev, .panel-tool-dev {
opacity: 0.5 !important;
}

.panel3-section {
border-bottom: 1px dotted #ccc;
padding: 3px;
font-size: 9px!important;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin-top: 7px;
margin-bottom: 8px;
text-transform: uppercase;
color: #666;
}



.marcador-row {
    width: 700px;
    margin-bottom: 40px;
}
.marcador-item {
    border: 4px solid #ccc;
    margin: -4px;
}
.marcador-key {
    text-align: center;
    background-color: #cccccc;
    padding: 4px;
    text-transform: uppercase;
    font-size: 10px;
}

.marcador-value {
    background-color: #eeeeee;
    text-align: right;
    font-size: 24px;
    padding: 7px;
    padding-right: 20px;
    color: #888888;
}

.taghighlight {
    background-color: blue;
}

.clickable:hover {
    cursor: pointer;
}

/*
.ui-spinner-button {
    height: 50% !important;
}
.ui-icon-triangle-1-n {
    margin-left: -1px !important;
}

*/


.poll-color-aqua { background-color: rgb(84,192,225); }
.poll-color-blue { background-color: rgb(73,96,214); }
.poll-color-brown { background-color: rgb(176,112,86); }
.poll-color-darkgreen { background-color: rgb(18,117,53); }
.poll-color-gold { background-color: rgb(220,170,75); }
.poll-color-green { background-color: rgb(30,191,56); }
.poll-color-grey { background-color: rgb(207,188,192); }
.poll-color-orange { background-color: rgb(253,154,89); }
.poll-color-pink { background-color: rgb(244,109,188); }
.poll-color-purple { background-color: rgb(156,97,150); }
.poll-color-red { background-color: rgb(225,72,90); }
.poll-color-yellow { background-color: rgb(240,213,67); }
.poll-color-blank { background-color: rgb(255,255,255); }
.poll-color-black { background-color: rgb(0,0,0); }

.tag_type {
    width: 13px;
}

/*
 .show-load-fix:not(.ng-pristine)) {
    display: none;
}
[ng-show]:not(.ng-pristine) {
    display: none;
}

[ng-hide]:not(.ng-pristine) {
    display: none;
}
[ng-repeat]:not(.ng-pristine) {
    display: none;
}


*/
/*
.panel-left {
  overflow-y: scroll;
  overflow-x: hidden !important;
  position: fixed;
  top: 17px;
  }

*/



[ng-repeat]:not(.ng-scope) {
    display: none;
}