/* 
--------------- DISPLAY: NONE
*/

.table-mensaje, .practicas-mobile, #pagina-procesos table, #pagina-procesos div {
	display: none !important;
}

.display-none, .link_edit_tr {
	display: none;
}

/* 
--------------- GENERAL CSS
*/

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
	color: #555;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    word-wrap: break-word !important;
}

::selection {
	background: #000;
	color: #fff;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

div, section, header, footer, form, label, fieldset, iframe {
	display: block;
}

table {
	display: table;
	min-width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.table-with-rows tr {
	border-bottom: 1px solid #ccc;
}

.table-with-rows tr:first-of-type {
	font-weight: 900;
	color: #000;
}

tr.tit_dcs {
	color: #000;
	font-weight: 900;
}

.sedcoi-table {
	border: 1px solid #ccc;
}

.sedcoi-table tr:first-of-type {
	background: #eee;
}

.sedcoi-table tr {
	border-bottom: 1px solid #ccc;
}

.sedcoi-table td {
	padding: 1%;
}

#tbl_pracs_ad tr td, .tbl_consulta tr td {
	text-align: left;
}

#tbl_pracs_ad tr td:last-child, .tbl_consulta tr td:last-child {
	text-align: center;
}

section {
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	clear: both;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 2%;
	padding: 0 0 2%;
	color: #fff;
}

h2 {
	margin: 0 0 1%;
	padding: 0 0 1%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 900;
}

hr {
	height: 1px;
	border: 0 none;
	color: #ccc;
	background: #ccc;
	display: block;
	margin: 3% auto;
	clear: both;
}

.sedcoi-body ul {
	padding: 3% 3% 3% 5%;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.sedcoi-body ul li {
	padding: 0 0 10px;
}
textarea{
 resize:none;
}

/* 
--------------- LINK
*/ 

a, button, input[type="submit"], input[type="button"], input[type="reset"] {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
	outline: 0 none !important;
	-webkit-appearance: none !important;
	text-decoration: none;
	cursor: pointer;
}

a, a:link, a:visited {
	color: #51A1D7;
}

a:active, a:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	opacity: .6;
}
.close{
    background-size: cover;
    background: url('../img/close_icon.png') no-repeat center;
    border-radius: 6px;
    height: 25px;
    position: absolute;
    right: -18px;                
    top: -18px;
    width: 25px;
}

.close:hover{ 
   transform: scale(1.2); 
   -webkit-transform: scale(1.2);  
   -ms-transform: scale(1.2);  
   -moz-transform: scale(1.2);  
   -o-transform: scale(1.2); 
   cursor: pointer;
}

/* 
--------------- NOSCRIPT
*/ 

p.no-script {
	display: block;
	clear: both;
	margin: 0;
	padding: 2%;
	background: #cf2626;
	color: #fff;
	text-align: center;
}

/* 
--------------- NOMBRE EMPRESA
*/ 

#frm_reg_empresa {
	padding: 2% 10% 3%;
	border-bottom: 1px solid #ccc;
}

#frm_reg_empresa label {
	padding: 0 0 5px;
}

/* 
--------------- LIKE BUTTON
*/ 

.fb-like {
	margin: 0 auto;
	padding: 1%;
	clear: both;
}

/* 
--------------- NAV
*/


nav#otro_menu {
	margin: 0;
	padding: 0;
	font-weight: 300;
	border-bottom: 1px solid #ccc;
}

.toggle, [id^=drop] {
	display: none;
}

nav#otro_menu :after {
	content: "";
	display: table;
	clear: both;
}

nav#otro_menu  label {
	margin: 0 !important;
}

nav#otro_menu  ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav#otro_menu  ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	line-height: 22px;
}

nav#otro_menu  a, nav#otro_menu  a:link, nav#otro_menu  a:visited {
	display: block;
	padding: 0 15px;
	color: #555;
	line-height: 40px;
	text-decoration: none;
}

nav#otro_menu  ul ul a:link {
	line-height: 28px !important;
}

nav#otro_menu  ul li ul li:hover { 
	background: #58b3f0; 
}

nav#otro_menu  a:hover {
	background-color: #58b3f0;
	color: #fff;
	opacity: 1;
}

nav#otro_menu  ul ul {
	display: none;
	position: absolute;
	top: 40px;
}

nav#otro_menu  ul li:hover > ul { 
	display: inherit;
}

nav#otro_menu  ul ul li {
	width: 260px;
	float: none;
	display: list-item;
	position: relative;
	background-color: #f0f0f0;
	border-top: 1px solid rgba(0,0,0,.1);
}

nav#otro_menu  ul ul li a:link {
	padding: 5px 0 5px 15px;
}

nav#otro_menu  ul ul ul li {
	position: relative;
	top: -41px;
	left: 260px;
}

li > a:after {
	content: '';
}

li > a:only-child:after {
	content: '';
}

.user-data {
	float: right !important;
}

.user-data ul {
	right: 0;
}

.user-data ul li {
	width: 200px;
}


/* NAV PRIMERO
--------------------------------------------- */

nav#estudiante_menu{
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: #c40e3e;
	padding: 0;
	text-align: center;
	display: table;
	left: -100px;
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
	z-index: 10000;
}
nav#estudiante_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;	
}
nav#estudiante_menu ul#menu li img {
	width: 75%;
	margin: 0 auto;
	height: 25%;
	z-index: 3;
	border-radius: 50px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
nav#estudiante_menu ul#menu li img:hover{
	box-shadow: 0 0 10px #fff;
	cursor: pointer;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
nav#estudiante_menu ul#menu li.op {
	margin: 15px 0 0 0;
	width: 100%;
	position: relative;
}
a.links_2{
	width:100%;
	/*border: 1px solid #000;*/
	
	/*padding:5px 16px;*/
	/*position:absolute;*/
	/*overflow:hidden;	*/
	/*opacity: 0;	*/
	border-radius: 5px 3px 3px 0px;
	display: block;
	/*padding: 2px 5px 2px 15px;*/
	/*z-index: -1;*/
	text-align: left;
	padding: 1px 10px;
	margin-top: 1px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
a.links_2:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.7);
	opacity: .8 !important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.container{	
	display:none;
	z-index: -1;
	position:absolute;	
	width: 185px;
	/*min-height: 150px;*/
	/*border: 1px solid #000;*/
	top: 0;
    left: 85px;
}
.mto{
	background-color: #9ace5b;
	color: #fff !important;
}
.iva_2{
	background-color: #f4c92d;
	color: #fff !important;
}
.proc{
	background-color: #f0c610;
	color: #fff !important;
}
.reports{
	background-color: #4cc5ad;
	color: #fff !important;
}
.practicas{
	background-color: #ed686e;
	color: #fff !important;
}
.profile{
	background-color: #4f5d73;
	color: #fff !important;
}
.op:hover .container{
	display: block;
}

.op:hover .img_menus{
	box-shadow: 0 0 10px #fff;
	cursor: pointer;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.cerrar_menu{
	position: absolute;
	top: 10px;
	left: 100%;
	background: #5F5F5F;
	color: #fff !important;
	width: 40px;
	height: 30px;
	border-radius: 0 3px 3px 0;
	font-size: 25px;
	font-weight: bold;
}
.cerrar_menu:hover{
    cursor:pointer;
}
.mostrar {
	left: 0 !important;
}

/* NAV MOBILE
--------------------------------------------- */

@media all and (max-width : 760px) {
	
	.top-level {
		display: none !important;
	}
	
	nav { 
		margin: 0; 
	}

	.toggle + a,
	.menu {
		display: none;
	}
	
	nav ul ul li {
		border-top: none !important;
		font-size: 18px;
	}
	
	.user-data ul li {
		
		width: auto;
	}

	.toggle, nav ul li a {
		display: block;
		background-color: #58b3f0;
		padding: 0 20px !important;
		color: #fff !important;
		font-size: 18px;
		line-height: 40px;
		text-decoration: none;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
		cursor: pointer;
	}
	
	nav ul li a {
		padding: 5px 20px !important;
	}
	
	.nav-nohide {
		padding: 0 20px !important;
	}

	.toggle:hover { 
		background-color: #48a5e3; 
	}

	[id^=drop]:checked + ul { 
		display: block; 
	}

	nav ul li {
  		display: block;
  		width: 100%;
	}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
	nav ul ul ul a {
		background-color: #3491d0;
	}

	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #48a5e3;
	}

	nav ul ul {
		float: none;
		position: static;
		color: #ffffff;
	}

	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
	}
}

/* 
--------------- INICIO CSS
*/

#inicio-header {
	background: #58b3f0;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#inicio-frase {
	display: block;
	clear: both;
	padding: 3% 0;
	text-align: center;
}

#inicio-login {
    margin: 0 auto;
    width: 30%;
    text-align: center;
}

#inicio-login img {
    width: 75%;
    margin: 0 auto 35px;
}

#inicio-login input[type="text"], #inicio-login input[type="password"] {
	text-align: center;
}

#inicio-login input[type="submit"] {
	width: 99%;
	margin: 0 auto;
	padding: 13px 0;
}

#inicio-video {
	display: block;
	text-align: center;
	font-weight: 900;
	padding: 3% 0 5%;
}

/* 
--------------- FOOTER CSS
*/

footer {
	text-align: center;
	padding: 20px;
	font-size: 15px;
	border-top: 1px solid #ccc;
}

footer a:link, footer a:visited {
	color: #555;
	display: inline-block;
	margin: 0 1%;
}

footer p {
	margin: 0 auto;
	clear: both;
	display: block;
}

/* 
--------------- PAGINA CSS
*/

.sedcoi-body, .sedcoi-body-wide {
	width: 80%;
	margin: 0 auto;
	padding: 2% 0 6%;
	clear: both;
}

.sedcoi-body-wide {
	width: 96%;
	padding: 2%;
}

.text-center {
	text-align: center;
}

.sedcoi-header {
	background: #58b3f0;
	background-position: cover;
	padding: 1.5% 10%;
}
.nom_eading{
	display: inline-block;
	/*border: 1px solid #000;*/
	margin: 0 2%
}

.sedcoi-header h2 {
	color: #fff;	
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sedcoi-header h1 {
	color: #fff;	
	margin: 1.5% 0;
	padding: 0;
}
.sedcoi-header h5 {
	color: #fff;	
	margin: 0;
	padding: 0;
	display: block;
}
.alert {
	background: #58b3f0;
	display: block;
	padding: 1% 2%;
	text-align: center;
	margin: 2% auto 0;
	clear: both;
	font-weight: 900;
	color: #fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.table-mensaje {
	background: #58b3f0;
	display: block;
	padding: 1% 2%;
	text-align: center;
	margin: 4% auto;
	clear: both;
	font-weight: 900;
	color: #fff;
}

/* 
--------------- ESTUDIANTE - INICIO
*/

#estudiante-home {
	width: 70%;
	background: rgba(255,255,255,.6);
	padding: 3% 5%;
	margin: 0 auto;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#sedcoi-inicio {
	width: 80%;
	padding: 12% 10%;
	background: url(../img/background3.jpg) center center no-repeat;
	background-size: cover;
}

#sedcoi-logo-main {
	width: 10%;
	margin: 2% 0 0 2%;
}

.sedcoi-header #sedcoi-logo-main {
	width: 10%;
	margin: 0 0 3%;
}

#inicio-videos {
	text-align: center;
	padding: 3% 0 4%;
	
	-webkit-box-shadow: inset 3px 0px 5px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 3px 0px 5px 3px rgba(0,0,0,0.05);
	box-shadow: inset 3px 0px 5px 3px rgba(0,0,0,0.05);
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#inicio-videos a {
	display: inline-block;
	width: 30%;
	margin: 0 3%;
}

#inicio-videos a img {
	width: 100%;
	height: auto;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#inicio-videos a span {
	display: block;
	background: #2977a0;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* 
--------------- FORMULARIOS
*/

form h2 {
	margin: 3% 0 2%;
	padding: 0 0 2%;
	border-bottom: 1px solid #ccc;
}

input, textarea, select, fieldset {
	font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	border: 1px solid #ccc;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    width: 97%;
    height: 25px;
    margin: 0 0 15px;
    padding: 10px 1%;
    font-size: 18px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="file"] {
	margin: 0 0 15px;
	padding: 10px 1%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

select {
	font-size: 18px;
	width: 90%;
	padding: 10px 1%;
	height: 47px;
	margin: 0 0 15px;
}

table input[type="text"], table input[type="password"], table input[type="email"], table input[type="url"], table input[type="number"], table textarea {
    height: 20px;
    margin: 0 0 10px;
    padding: 5px .5%;
    font-size: 15px;
}

table select {
	font-size: 15px;
	width: 90%;
	padding: 5px .5%;
	height: 32px;
	margin: 0 0 10px;
}

input:focus {
    background: #ddd;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	display: inline-block;
	background: #3498db;
	padding: 5px 15px;
	color: #fff;
	border: 0 none;
	font-size: 18px;
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	height: 80px;
}

.verde, #btn_new_lib, #guardar, #btn_g_params {
	background: #42ba22 !important;
}

.rojo, #reset_cat, #limpiar_lib, #limpiar_params {
	background: #ed1f3c !important;
}

.morada, #catalogo, #ver_partidas_btn {
	background: #d10bdd !important;
}

.disabled {
	display: none !important;
}

label {
	margin: 0 0 5px;
}

fieldset {
	display: block;
	margin: 3% 0;
	padding: 1% 3% 2%;
}

legend {
	font-size: 24px;
}

.form-1-1 {
	display: inline-block;
	vertical-align: top;
	width: 90%;
}

.form-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 45.3%;
	margin: 0 3% 0 0;
}

.form-1-3 {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 0 3% 0 0;
}

.form-1-4 {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin: 0 4% 0 0;
}

.form-1-5 {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1% 0 0;
}

.form-rep-1-2 {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin: 0 3% 0 0;
}

.form-rep-button {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0;
}

.form-rep-button input[type="submit"] {
    padding: 10px 15px;
}

.last-form {
	margin: 0 !important;
}

.form-cb {
	display: inline-block;
	margin: 0 1% 1% 0;
}

.checkbox-container {
	clear: both;
}

.elim_fila {
    background: url("../img/error.png") no-repeat center center #fff !important;
    height: 16px;
    width: 16px;
}

.success {
    border: 0 none;
    display: none;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

.acciones {
	margin: 3% 0 0;
}

.sin-margin {
	margin: 0 !important;
}

.form-tableheader {
	display: block;
	clear: both;
	margin: 3% 0 0;
	background: #eee;
	padding: 2% 3%;
}

#vista_contri {
	border: 1px solid #ccc;
	padding: 2%;
	
	height: 300px;
	overflow: auto;
}

.btn_edit, .btn_edit_prac, .btn_edit_list, .btn_editar {
	background: url("../img/edit_icon.png") no-repeat center center #fff !important;
	margin: 0 auto;
}

.btn_descargar {
    background: url("../img/download-icon.png") no-repeat center center #fff !important;
    border: 0 none;
    height: 25px;
    width: 25px;
}

.btn_display {
	background: url("../img/display_icon.png") no-repeat center center #fff !important;
}

.tbl_consulta {
	text-align: center;
}

.btn_email, .btn_email {
    background: url("../img/mail-icon.png") no-repeat center center #fff !important;
}

.btn_activ, .btn_desac {
	padding: 5px 3% !important;
	width: 94% !important;
	font-size: 15px !important;
}

.btn_activ {
	background: #42ba22 !important;
}

.btn_desac {
	background: #ed1f3c !important;
}

.btn_add, .btn_clone {
	background: url("../img/plus_icon.png") no-repeat center center #fff !important;
}

.btn_elim_cat, .btn_elim_prac, .btn_elim_list, .btn_eliminar {
	background: url("../img/delete_icon.png") no-repeat center center #fff !important;
}

.btn_add_user {
	background: url("../img/user-add-icon.png") no-repeat center center #fff !important;
}

.btn_elim_cat, .btn_elim_prac, .btn_elim_list, .btn_elim {
    background: url("../img/delete_icon.png") no-repeat center center #fff !important;
}
.btn_hecho{  
		background: url("../img/done_icon.png") no-repeat center center #fff !important;
}

.btn_do{  
		background: url("../img/tool.png") no-repeat center center #fff !important;
}

.btn_look {
	background: url("../img/look_icon.png") no-repeat center center #fff !important;
}
.btn_imprimir {
	background: url("../img/printer.png") no-repeat center center #fff !important;
}
.btn_ver_mas{
	background: url("../img/plus.png") no-repeat center center #fff !important;
}
.btn_edit_pl{
	background: url("../img/edit_pl_icon.png") no-repeat center center #fff !important;
}
.btn_clone{
	background: url("../img/clone.png") no-repeat center center #fff !important;
}
.btn_ventas{
	background: url("../img/rev_ventas.png") no-repeat center center #fff !important;
}
.btn_compras{
	background: url("../img/rev_compras.png") no-repeat center center #fff !important;
}

.deshabilitado {
	background: #999 !important;
}

.popup-negro {
	width: 70%;
	margin: 0 auto;
	color: #fff !important;
}

.popup-negro label {
	color: #fff;
}

.popup-negro label {
	color: #fff;
}

.sedcoi-form-button-container {
	margin: 20px 0;
	padding: 20px 0;
	clear: both;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tabla_cat tr, #resultados_vtas_contri tr {
	border-bottom: 1px solid #ccc;
}

#resultados_vtas_contri {
	margin: 20px 0 0;
}

/* 
--------------- OLD CSS
*/

#resultados_grupos{
	width: 100%;
	margin: 30px 0 0;	
}

#resultados_grupos iframe {
	width: 100%;
}

.div_fix_ch{
    /*height: 80px;*/
    /*border: 1px solid #FD5E62;*/
    background: #f1f1f1;
    border-radius: 5px;    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    left: -moz-calc(50% - 25%);
    left: -ms-calc(50% - 25%);
    left: -o-calc(50% - 25%);
    left: -webkit-calc(50% - 25%);
    left: calc(50% - 25%);
    padding: 15px;
    position: relative;
    top: -moz-calc(50% - 80px);
    top: -ms-calc(50% - 80px);
    top: -o-calc(50% - 80px);
    top: -webkit-calc(50% - 80px);
    top: calc(50% - 80px);
    width: 50%;
}

.div_fix {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 10000;
    display: none;
}

.div_ch {
	width: 80%;
	height: 80%;
	top: calc(50% - 40%);
	background: #f1f1f1;
	position: absolute;
	left: calc(50% - 40%);
}

.div_ch iframe {
	width: 100%;
	height: 100%;
}

#iframe_content{
       width: 100%;
       height: 100%;
       position: fixed;
       top: 0;
       background: rgba(0,0,0,.6);
       z-index: 10000;
       display: none;
   }
   /*.close{
       background: url('../../img/close_icon.png') no-repeat center;
       position: absolute;
       background-size: cover;
       width: 25px;
       height: 25px;
       
       border-radius: 6px;
       top: -18px;
       right: -18px;
       
   }*/
   #frames{
       position: relative;
       width: 80%;
       height: 80%;
       margin: 50px auto;
       background: #fff;
       border-radius: 6px;        

   }
   #frames iframe {
       width: 100%;
       height: 100%;
       border-radius: 6px;
   }
   #obj{
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       display: none;
   }

.no_rows{
    background: #f1f1f1;
    border-radius: 5px;
    height: 200px;
    left: calc(50% - 492.5px);

    text-align: center; 
    top: calc(50% - 100px);         
    width: 985px;
    box-sizing: border-box;
    margin:0 auto;
}
.no_rows .text_no_rows{
    background: #FD5E62;
    border-radius: 0 0 5px 5px;    
    color: #EEEEEE;
    /*height: 25px;*/
    padding: 8px 0;    
}
.no_rows .text_no_rows p{
    /*font-weight: bold;*/
    line-height: 25px;
    vertical-align: middle;
}
.img_no_rows{
    border-left: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    padding: 15px 0;
    
}
.img_no_rows img{
    margin: 0 auto;    
}

 .preguntas{
   		font-weight: bold;
   }
   .respuestas_enun{
   		padding: 0 0 0 2%;
   }
   .btn_desact_todos {
	    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	    /* box-shadow: 5px 5px 5px #BDBDBD; */
	    padding: 5px 8px;
	    background-color: #DB3838 !important;
	    border-radius: 5px;
	    border: 1px solid #AB1022 !important;
	    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	    color: #fff;
	}
	.btn_act_todos{
	  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	  /*box-shadow: 5px 5px 5px #BDBDBD;*/
	  padding: 5px 8px;
	  background-color: #12A84A !important;
	  border-radius: 5px;
	  border: 1px solid #159124 !important;
	  border: none;
	  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
	  color: #fff;
	}

	.relativos{
		position: relative;
	}

	.eliminar_res{
	    background: url('../img/delete_final.png') no-repeat center;
	    border-radius: 50%;
	    height: 16px;
	    position: absolute;
	    right: -10px;                
	    top: -10px;
	    width: 16px;
	}

	.eliminar_res:hover{ 
	   transform: scale(1.2); 
	   -webkit-transform: scale(1.2);  
	   -ms-transform: scale(1.2);  
	   -moz-transform: scale(1.2);  
	   -o-transform: scale(1.2); 
	   cursor: pointer;
	}


/*
-------------- NEW CSS (START 12/01/2017)
*/


.apertura{
	border: 1px solid #3A9E43;	
	background-color: #3A9E43;
}

.apertura_corrientes{
	border: 1px solid #A14242;	
	background-color: #A14242;
}

.caja_chica{
	border: 1px solid #EE3F3F;	
	background-color: #EE3F3F;
}

.compra_act_fijos{
	border: 1px solid #F3622F;	
	background-color: #F3622F;
}

.compra_merc_cred{
	border: 1px solid #4D81EC;	
	background-color: #4D81EC;
}

.vta_cred_cont{
	border: 1px solid #9C57F1;	
	background-color: #9C57F1;
}

.vta_cred_cont{
	border: 1px solid #2D709A;	
	background-color: #2D709A;
}

.pago_planilla{
	border: 1px solid #A936BE;	
	background-color: #A936BE;
}

.pago_planilla{
	border: 1px solid #AB564D;	
	background-color: #AB564D;
}

.pago_prov{
	border: 1px solid #5C8E69;	
	background-color: #5C8E69;
}

.abonos_clientes{
	border: 1px solid #777B7E;	
	background-color: #777B7E;
}

.compras_varias{
	border: 1px solid #A4A4A4;	
	background-color: #A4A4A4;
}

.pago_honorarios{
	border: 1px solid #A12D2D;	
	background-color: #A12D2D;
}

.pago_gtos_op{
	border: 1px solid #5A6096;	
	background-color: #5A6096;
}

.pagos_antic{
	border: 1px solid #902B94;	
	background-color: #902B94;
}

.pago_coti_lab{
	border: 1px solid #2480A2;	
	background-color: #2480A2;
}

.provisiones_amort{
	border: 1px solid #987B3C;	
	background-color: #987B3C;
}

.otras_trs{
	border: 1px solid #E66C30;	
	background-color: #E66C30;
}

.sin_tipo{
	border: 1px solid #000;	
	background-color: #000;
}

.tr_trs{
	color: #fff;
}

.div_trs{
	margin: 0 auto 1% auto !important;
}

.transaccion{
	background-color: #f3f3f3;
}

/* Contador cuestionarios */
#counter{
	background-color: #B24444;
	border-radius: 0  0 3px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	left: 0;
	padding: 0.5% 1%;
	position: fixed;
	top: 0;
}

/****** Botones Partida Inicial *********/


.btn_tipo_partida_ini{
	background: -webkit-linear-gradient(top, #258dc8 0%,#258dc8 100%) !important;
	background: linear-gradient(top, #258dc8 0%,#258dc8 100%) !important;
	color: #fff;
	height: 100px;
	width: 85%;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	margin: 10px auto;
	display: block;
}

.btn_tipo_partida_ini span {
	line-height: 100%;
	font-size: 18px;
}

/* Contador cuestionarios */
.countdown_container{
	background-color: #B24444;
	border-radius: 0  0 3px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	left: 0;
	padding: 0.5% 1%;
	position: fixed;
	top: 0;
}

/****** CAMBIOS 09/08/2018 *************/
.progress-container{
	background-color: #d3d3d3;
	width: 100%;
}
.pr_cat_progreso {
	display: block;
	background-color: #3498db;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height:20px;
	font-size: 11px;
}

/************* animacion resaltado transaccion *************/

.tr_resaltada{
	-webkit-animation: resaltado 1s linear infinite;
	-o-animation: resaltado 1s linear infinite;
	animation: resaltado 1s linear infinite;
	animation-direction: alternate;
	font-weight: bold;
}

@keyframes resaltado {
	from {
		background-color: #fff;
		color: #000;
	}
	 to{
	 	background-color: #F46432;
	 	color: #fff;
	 }
}

.enunciado_tr{
	margin: 2% 0 0 0;
}

.lbl_enviada{
	background-color: #fff;
	border-radius: 3px;
	border: 2px solid #FD4040;
	color: #FD4040;
	font-weight: bold;
	padding: .5%;
	text-align: center;
}

/****** Loader Libro Diario******/
#loader_div{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	top:0;
	left: 0;
	z-index: 10000;
	display: none;
}
#loader_div .contenedor_loader{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#loader_div .contenedor_loader .loader{
	width: 80px;
	height: 80px;
	border: 10px solid #1760A4;
	border-top-color: #fff;
	margin: auto;
	border-radius: 100%;
	box-shadow: 0 0 2px #fff, 0 0 2px #fff inset;
	-webkit-animation: girar .5s linear infinite;
	-o-animation: girar .5s linear infinite;
	animation: girar .5s linear infinite;
}
#loader_div .contenedor_loader span{
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 3px;
	font-weight: 500;
}

@keyframes girar {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.titulo_pr{
	background-color: #3498db;
	color: #fff;
}
.titulo_pr td {
	padding: 2px 0;
}

.td_oculta{
	/*display: none;*/
}

.div_det_part{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	display: none;
	
}
.div_det_part .contenedor_tabla{
	width: 98%;
	margin: 10% auto 0 auto;
}

.div_det_part table {
	background-color: #f1f1f1 ;
	color: #000;
}

.act_container{
	border: 1px solid #1883C1;
	border-radius: 3px;
	margin: 0 0 15px 0;
	
}
.hijo_acti p {
	text-align: center;
	background-color: #1883C1;
	color: #fff;
	margin: 0 0 10px 0;
}

/****** NEW 03/07/2017 CAMBIOS SEGUNDO ***/

.btn_selec_pr{
	width: 85%;
	border: none;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	margin: 8px 0 0 0 ;
	padding: 3px;
	/*border-radius: 3px;*/
}
.btn_selec_pr:hover {
	/*transform: scale(1.04);*/
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	border: 2px solid #58b3f0;
	box-shadow: none;
}
.btn_selec_pr:active {
	position: relative;
	top: 2px;
}
.img_pr_select{
	width: 90%;
	margin: 0 auto;
}
.btn_selec_pr label {
	display: block;
	margin: 5px 0 5px 0;
	font-weight: bold;
}
.enc-form-simple{
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-weight: bold;
	margin: 0 0 1% 0;
}
.no-filas{
	width: 80%;
	margin: 3% auto;
	text-align: center;
}
.no-filas img {
	width: 20%;
	margin: 0 auto;
}
.no-filas span {
	background-color: #f9b339;
	color: #fff;
	font-weight: bold;
	padding: 0.5% 5%;
	margin: 1.5% 0;
	display: block;
} 

.correcta_elegida{
	/*background-color: #6EE565;*/
	color: #58b3f0;
	text-decoration: underline;
	font-weight: bold;
}
.correcta {
	/*background-color: #6EE565;*/
	color: #58b3f0;
	font-weight: bold;
} 
.elegida {
	/*background-color: #F7606E;*/
	color: #E77272;
	text-decoration: underline;
	font-weight: bold;
}
.img_logos_inst{
	width: 45px;
	margin: 0;
}
.logo_institucional{
	width: 150px;
	margin: 0 auto;
}

.wpicon{
	width: 35px;
	height: 35px;
	background: url(../img/wpicon.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;

}

/* 
--------------- MOBILE
*/

@media only screen and (max-width: 760px) {
	
	html, body, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, select, label {
	    font-size: 16px !important;
	}
	
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	
	nav {
	    border-bottom: 0 none;
	}
	
	#inicio-estudiante p {
		margin: 0;
	}
	
	#inicio-login {
	    margin: 0 auto 2%;
	    width: 60%;
	}
	
	#inicio-login img {
	    height: auto;
	    width: 55%;
	}
	
	#inicio-videos a {
		width: 40%;
		margin: 3%;
	}
	
	#inicio-videos {
	    box-shadow: none;
	}
	
	.sedcoi-body {
		width: 90%;
		padding: 5% 0;
	}
	
	.sedcoi-header {
		padding: 5%;
	}
	
	.table-container {
		width: 100%;
		overflow-y: auto;
		_overflow: auto;
	}
	
	textarea {
		height: 70px;
	}
	
	table {
		width: 200%;
	}
	
	.table-mensaje {
		display: block !important;
	}
	
	#sedcoi-logo-main, .sedcoi-header #sedcoi-logo-main {
		width: 20%;
	}

	#vista_contri {
		height: auto;
		overflow-x: scroll;
	}
	
	.practicas-mobile {
		display: block !important;
	}
	
	/*.practicas-pc {*/
	/*	display: none !important;*/
	/*}*/
	
	.popup-negro {
		width: 60%;
	}
	
	#estudiante-home {
		width: 90%;
		padding: 3%;
	}
	
	#sedcoi-inicio {
		width: 94%;
		padding: 3%;
	}

}

@media only screen and (max-width: 400px) {
	
	html, body {
	    font-size: 16px;
	    line-height: 24px;
	}
		
	h1 {
		font-size: 24px;
		line-height: 30px;
	    margin: 0 0 5%;
	    padding: 0 0 5%;
	}
	
	h2 {
		font-size: 21px;
	}
	
	p {
		margin: 0 0 5%;
	}
	
	hr {
		margin: 8% auto;
	}
	
	#inicio-header {
		font-size: 15px;
		line-height: 20px;
	}

	#inicio-login {
	    margin: 0 auto 2%;
	    width: 90%;
	}
	
	#inicio-login img {
	    height: auto;
	    width: 60%;
	}
	
	footer a:link, footer a:visited {
		display: block;
		width: 100%;
		clear: both;
		margin: 0 0 4%;
	}
	
	p.no-script {
		padding: 5%;
	}
	
	.fb-like {
		padding: 5% 0 9%;
	}
	
	#inicio-videos a {
		clear: both;
		width: 70%;
		margin: 5% 0;
	}
	
	#sedcoi-logo-main, .sedcoi-header #sedcoi-logo-main {
		width: 40%;
		margin: 4% auto 0;
	}
	
	fieldset {
		border: 0 none;
		margin: 5% 0 0;
		padding: 4% 0 5%;
		border-bottom: 1px solid #ccc;
	}
	
	.form-1-2, .form-1-4, .form-1-3, .form-1-5, .form-rep-button, .form-rep-1-2 {
		width: 99%;
		clear: both;
	}
	
	.form-rep-button label {
		display: none;
	}

	input[type="submit"], input[type="button"], input[type="reset"] {
		display: block;
		clear: both;
		margin: 0 0 5px;
		padding: 9px 0;
		text-align: center;
		width: 100%;
		cursor: pointer;
	}
	
	table input[type="button"] {
		clear: none;
		display: inline-block;
		width: 25px;
		height: auto;
	}
	
	table {
		width: 300%;
	}
	
	.form-tableheader {
		padding: 5%;
	}
	
	.form-cb {
		display: block;
		margin: 0;
		padding: 3% 0;
		clear: both;
		text-align: center;
	}
	
	.sedcoi-body ul {
		padding: 5% 3% 5% 10%;
	}
	
	.popup-negro {
		width: 90%;
	}
	
	#estudiante-home {
		width: 90%;
		padding: 5%;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	#estudiante-home p {
		margin: 0;
	}
	
	#sedcoi-inicio {
		width: 100%;
		padding: 0;
	}
}

/****** COPIAR PR�CTICA DE OTRA **********/
#overlay{
	width: 100vw;
	height: 100vh;
	color: white;
	position: fixed;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .7);
	display: none;
	transition: all .6s;
}