/* ---------------------------------------------------------------------
* Filename:            Madrid.css
* Description:         Design for the moveon 4 Portal 1 page
* Website:             moveon4.com
* Author:  			   Renate Schwaighofer

* Modificado por:	   Alberto Almendra

* --------------------------------------------------------------------- 
*/


body {
    background: none repeat scroll 0 0 #fff;
    color: #111;
	 font: 81.3%/1.618 Arial,sans-serif;
	}

/* INICIO DE MODIFICACIONES */

/* Ocultamos los campos de "Inscripción" para que no se puedan crear cuentas nuevas desde aquí*/
.registerContainer {
	display: none;
}


/* hacemos que los enlaces en la lista de formulario queden resaltados */
.ko-grid a {
    background:  #ffffff repeat scroll 0 0;
	color: #3f81cb;
	border: #3f81cb 1px solid;
	text-decoration: none;
	padding: 3px;
	}
.ko-grid a:hover {
    background:  #3f81cb repeat scroll 0 0;
	color: #ffffff;
	border: #3f81cb 1px solid;
	text-decoration: none;
	padding: 3px;
	}

/* Los elementos de la lista de formularrios sean de color más claros */
.ko-grid td {
	color: #888;
	text-decoration: none;
	}

/*indentamos el texto bajo las secciones */
div.plainText {
    padding-left: 10px;
}




/* FIN DE MODIFICACIONES */

.pageCover {
    background: url("https://www.upm.es/sfs/Rectorado/Vicerrectorado%20de%20Relaciones%20Internacionales/Europa/Logo_UPM_moveon.png") no-repeat scroll 0 0px transparent;
	padding-top: 150px;
	}
.wizardTitleBar{
    background:  #3f81cb repeat scroll 0 0;
	}
.wizardTitle {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	text-transform: uppercase;
	}

.pageContent {
width: 950px;

    border: medium none;
}
.formContainer {
    width: 948px;
}
.formContainer fieldset > legend, .searchBox .searchHeader {
	  background: #6fb1ed;
	  width: 100%;
	  font-weight: 100;
	  padding: 8px 0px;
	  font-size: 15px;
	  font-weight: 600;
	  text-indent: 10px;
}

.formHeader {
	border-bottom: medium none;
	border-top: 2px none #3f81cb;
	border-bottom: 1pt solid #3f81cb;
	color: #3f81cb !important;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
}

.formRow {
    width: 100%;
    overflow: hidden;
    padding: 2px 0px;
    border-bottom: 1px solid #E4EBFF;
}
.formContainer fieldset {
    border-bottom: none;
	 padding-top: 12px;
}
#languageButtons {
	margin-top: 10px;
}
#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: #3f81cb;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#languageButtons li a:hover {
    padding: 2px 5px;
    width: 100%;
    color: #fff;
	background: #3f81cb;
    display: block;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
li.currentLanguage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
	background: #3f81cb;
	padding: 2px 8px;
	border-bottom: medium none;
	text-transform: uppercase;
	font-weight: bold;
}
.menuContainer {
  display:none;
}

.wizardPage {
    padding: 10px;
    width: 97%;
}
.wizardNavigation {
display: none;
}

button[kind="save_button"], button[kind="submit_button"] {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #3f81cb;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center #00499C;
	 text-decoration: underline;
}

.blue span {
    background-color: #8a8a8a;
}
.rowControl {
    width: 461px;
}

button[kind="next_button"] {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #3f81cb;
}
button[kind="next_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center #00499C;
	 text-decoration: underline;
}
button[kind="previous_button"] {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #3f81cb;
	}
button[kind="previous_button"]:hover {
    background: url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center #00499C;
		 text-decoration: underline;
	}
	
.addSection {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #3f81cb;
	}
.addSection:hover {
    background: url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px #00499C;
	}
.pageCover h1 {
    color: #3f81cb;	
	text-transform: uppercase;
	padding-top: 20px;
	}
input[type="submit"], button, input[type="reset"], .button {
    background: none repeat scroll 0 0 #3f81cb;
	color: #fff;
	}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: none repeat scroll 0 0 #00499C;
	text-decoration: underline;
}
.statusSuccess, .statusFailure, .bgRed, .bgGreen {
    margin-top: 6px;
}

a{
color: #000;
font-size: 100%;
}
a:hover{
color: #00499C;
font-size: 100%;
}

.pageFooter {
	float: left;
	border-top: 5px solid #3f81cb;
	background: #333;
	width: 100%;
	height: 58px;
	padding-top: 17px;
	color: white;
}
.ko-grid thead tr th {
    background:  #E4EBFF repeat scroll 0 0;
	color: #000;
	}







