h1, h2, h3, h4{
font-family:'Dosis', sans-serif;
}
.background_1{
background:#222;
padding: 3px 3px 3px 3px;
border-radius: 5px;
color:#fff;
}
.background_1 a{
color:#fff;
}
.background_1 row1 a{
color:#333;
}
.background_1 a:hover{
color:#fff;
}
.background_1 h1{
color:#fff;
}
.background_1 h2{
color:#fff;
}
.background_1 h3{
color:#fff;
}
.initial, .initial:hover{
text-decoration:none;
color: initial;
}
.Recuadro_destacado_1{
background-color: #ef672f;
background: linear-gradient(to bottom, #EA4307 0%,#ef672f 100%); 
padding: 15px;
margin:2px 0 2px 2px;
border-radius: 5px;
color:#fff;
}
.Recuadro_destacado_1 a{
color:#FFF;
font-weight: bold;
}
.ajax_call{cursor:pointer;}
.ctrlClick{cursor:context-menu;}
.contenteditable{border: dotted .5px #bbb;}
.img_bg_responsive{}
.paragraph_file {
padding:0px;
border-radius: 5px;
border: 1px #aaa solid;
background: #eef;
margin:3px;
box-shadow: -2px 2px 2px 1px #999;
overflow: hidden;
text-align: center;
}
.editable{border: dotted 1px #bbb;}

/* bootstrap changes */

.margin-fix{margin-left:14px;} /* me lo he inventado yo por el error en el margen de páginas de publi */
.nav li {text-transform: uppercase; font-size: 80%; font-weight: bold;}
.nav .dropdown-menu li {text-transform: none; font-size: 90%;}
.table-striped > tbody > tr:hover > td {
    background-color: #efefef;
}
.jumbotron {}
.jum_sections{
color: #fff;
background: #edb03d;
text-shadow: 4px 3px 0px #edb03d, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.jum_forum{
color:#fff;
background:#6c5296;
text-shadow: 4px 3px 0px #6c5296, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.jum_chat{
color:#fff;
background:#1d9c73;
text-shadow: 4px 3px 0px #1d9c73, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.jum_targets{
color:#fff;
background:#01667b;
text-shadow: 4px 3px 0px #01667b, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.jum_black{
color:#fff;
background:#333;
text-shadow: 4px 3px 0px #333, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.separator-arrow {
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-top: 25px solid #333;
margin: auto;
}
.progress {
background: #ccc;}

.img-bg-responsive{
width:100%;
background-repeat: no-repeat;
background-size: cover;
}

@media (min-width: 1200px) {
	.img-bg-responsive{
	height: 555px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.img-bg-responsive{
	height: 555px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.img-bg-responsive{
	height: 555px;
	}
}
@media (max-width: 767px) {
	.img-bg-responsive{
	height: 430px;
	}
}
@media (max-width: 480px) {
	.img-bg-responsive{
	height: 270px;
	}
}


/* Topcis */
.topic_form{-moz-border-radius: 8px; background:#eee; border: solid 3px #888; margin:0 0 5px 0; color:#333;}
.topic_header_read{
background: #f9f9f9;
}
.topic_header_notread{
background: #f9f9f9;
border-top: dotted #1d9c73 3px;
}
.topic_icon_notread{
color: #1d9c73;
font-weight: bolder;
}
.topic_body{
line-height: 26px;
padding: 10px;
}
.topic_body a {
color: #666;
}
.topic_body a:hover {
color: #333;
}
.topic_body pre {
border: 1px solid #666; padding: 20px 6px 6px 6px; margin:10px;
background: top left no-repeat url(icons/comillas-left-18.png); 
border-radius: 4px;
width: 600px;
overflow-x: scroll;
}
.topic_body textarea{
line-height: 26px;
}
.ttext{
line-height:23px;
text-align:left;
}
.tfield_l{float:left; width:120px; font-weight:bolder; clear:both;}
.tfield_r{margin-left:125px;}

/* THE SPEECH BUBBLE
/* de http://nicolasgallagher.com/pure-css-speech-bubbles/demo/  */
.bubble-isosceles{
position:relative;
padding:15px;
margin:1em 0 3em;
color:#000;
background:#f3961c; /* default background for browsers without gradient support * /
/* css3 */
background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
background:-moz-linear-gradient(#f9d835, #f3961c);
background:-o-linear-gradient(#f9d835, #f3961c);
background:linear-gradient(#f9d835, #f3961c);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

.triangle-isosceles {}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
background:-moz-linear-gradient(#f3961c, #f9d835);
background:-o-linear-gradient(#f3961c, #f9d835);
background:linear-gradient(#f3961c, #f9d835);
}

/* Variant : for left/right positioned triangle*/
.triangle-isosceles.left {
margin-left:50px;
background:#f3961c;
}
/* Variant : for right positioned triangle */
.triangle-isosceles.right {
margin-right:50px;
background:#f3961c;
}
/* THE TRIANGLE */
/* creates triangle */
.triangle-isosceles:after {
content:"";
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50px; /* controls horizontal position */
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#f3961c transparent;
 /* reduce the damage in FF3.0 */
 display:block; 
 width:0;
}
/* Variant : top */
.triangle-isosceles.top:after {
top:-15px; /* value = - border-top-width - border-bottom-width */
right:50px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
border-color:#f3961c transparent;
}

/* Variant : left */

.triangle-isosceles.left:after {
top:16px; /* controls vertical position */
left:-50px; /* value = - border-left-width - border-right-width */
bottom:auto;
border-width:10px 50px 10px 0;
border-color:transparent #f3961c;
}

/* Variant : right */

.triangle-isosceles.right:after {
top:16px; /* controls vertical position */
right:-50px; /* value = - border-left-width - border-right-width */
bottom:auto;
 left:auto;
border-width:10px 0 10px 50px;
border-color:transparent #f3961c;
}

.n_disp{visibility: hidden;}
.disp_n_disp:hover span {visibility: visible;}
.login-background{background: url(/tpl/default/nucine-2017/im/bg/ariel-lustre-208615-bg-2000.jpg)  center; background-size: cover;}

/* paragrpahs files grid */
.grid {}
.grid a, grid a:hover { color:#333; text-transform:none;}
.grid-item{}
.grid-item--width-small { width: 100px;  padding: 10px; } 
.grid-item--width-medium { width: 190px;  padding: 10px; }
.grid-item--width-large { width: 380px; padding: 10px; }
.cell{border: 1px solid #eee; border-radius: 4px;overflow: hidden; margin:5px;}
.fade_auto{ opacity: 0; transition: opacity .5s ease-in-out; }
.plus-pi-btn{ position:absolute; bottom: 2px; right:5px; text-shadow: 0 0 3px #ccc, 0 0 5px #232323; color:#fff;}
.plus-pi-btn:hover  { text-shadow: 0 0 3px #aaa, 0 0 5px #888; color: #eee}
.img_behing{ opacity: 0; position: absolute; top: 0; left: 0;height:auto; border-radius:4px;}

/* Nucine only */
.nucine_info_img{
border-radius: 3px;
border: 0px;
box-shadow: 0px 2px 4px 1px #ccc; 
}

._auto_hide_on_no_print_mode_{
margin: 0 0 0 25px;
border-left: #666 solid 1px;
display: none;
padding: 5px;
}
/* input checkbox tooggle switch */ 
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 10px;
}

.switch input {
display:none;}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: -7px;
background-color: orange;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}

/*Radio toolbar*/
.radio-toolbar input[type="radio"] {
display:none; 
}
.radio-toolbar label {
display:inline-block;
background-color:#ccc;
padding:4px 11px;
font-family:Arial;
font-size:16px;
border-radius: 34px;
}
.radio-toolbar input[type="radio"]:checked + label { 
background-color:orange;
color:white;
}
/*loading*/
.loading {
background-color: red;
-webkit-animation-name: loading; 
-webkit-animation-duration: 1s; 
-webkit-animation-iteration-count: infinite; 
animation-name: loading;
animation-duration: 1s;
animation-iteration-count: infinite;
}
@-webkit-keyframes loading {
0%   {background-color:#2196F3; }
50%  {background-color:#ccc; }
100% {background-color:#2196F3; }
}
@keyframes loading {
0%   {background-color:#2196F3; }
50%  {background-color:#ccc; }
100% {background-color:#2196F3; }
}


