@charset "UTF-8";
/* CSS Document */
.content{
	padding:10px;
	position:relative;
    margin:0 auto;
	width:970px;
	}

body {
	background-image:url(../images/top_background.png);
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #3399CC;
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	color:#666666;
	font-size: 14px;
}


h1 {
	font-family: Conchita_Bold, Arial, serif;
	font-weight: bold;
	color:#1E5E7F;
	font-size:25px;
	padding-left:15px;
}
h2 {
	font-family: 'Conchita_Regular', Arial, serif;
	font-size: 14px;
	font-style: normal;
	color: #666;
	padding-left:15px;
}
h3 {
	font-family: 'Conchita_Regular', Arial, serif; font-weight: 400;
}
p {
	font-family: 'Conchita_Regular', Arial, serif;
	font-size: 14px;
	font-weight: normal;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 990px;
	background: #FFFFFF;
	margin: 0 auto;
}

header {
	background-image:url(../images/header_bg.png);
	height:88px;
}

aside {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

nav ul {
	list-style: none; /* esto elimina el marcador de lista */
	border-top: 1px solid #666; /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */
	margin-bottom: 15px; /* esto crea el espacio entre la navegación en el contenido situado debajo */
}
nav ul li {
	border-bottom: 1px solid #666; /* esto crea la separación de los botones  */
}
nav ul a, nav ul a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	background: #ADB96E;
	color: #FFF;
}

/* ~~ El pie de página ~~ */
footer {
	width:990px;
	height:75px;
	background: #000000;
	position: fixed;
	bottom:0;
	clear: both;
}

#info_and_paged{
	height:30px;
	background:#333333;
	width:100%;
	}
.info_label{
	float:left;
	padding-left:15px;
	padding-top:10px;
	color:white;
	}

header, section, footer, aside, nav, article, figure {
	display: block;
}



#logo{
	margin-left: 20px;
    margin-top: 20px;
    width: 295px;
    float: left;
	}
#login_info{
	height: 50px;
    position: relative;
    top: 20px;
    float: right;
    margin-right: 15px;
	}
#user{
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	float:left;
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 14px;
}
#avatar{
	height:50px;
	width:50px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	}
#config_btn{
	margin-top:10px;
	margin-right:10px;
	float:left;
	}
#close_session_btn{
	margin-top:10px;
	float:left;
	}
#search_form {
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	width:970px;
	min-height:315px;
	margin-top:35px;
}

.horizontal_divider{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}

/*
#patient_search{
	font-weight: normal;
	width:290px;
	margin-left:20px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	height:180px;
	float:left;
	}
#doctor_search{
	font-weight: normal;
	width:290px;
	margin:15px;
	height:180px;
	float:left;
	}
#date_search{
	font-weight: normal;
	width:290px;
	margin:15px;
	height:180px;
	float:left;
	}*/

#patient_search{
	font-weight: normal;
	width:280px;
	margin:15px;
	margin-left:25px;
	margin-right:20px;
	height:180px;
	float:left;
	}
#doctor_search{
	font-weight: normal;
	width:280px;
	margin:15px;
	margin-right:20px;
	height:180px;
	float:left;
	}
#date_search{
	font-weight: normal;
	width:280px;
	margin:15px;
	margin-right:20px;
	height:180px;
	float:left;
	}
#reference_search{
	font-weight: normal;
	width:280px;
	margin:15px;
	margin-right:20px;
	height:180px;
	float:left;
	}
.icon{
	margin-right:10px;
	float:left;
	}
.search_for{
	font-family: 'Conchita_Regular', Arial, serif;
	font-size: 14px;
	height:16px;
	}
.category{
	font-family: 'Conchita_Regular', Arial, serif;
	height:16px;
	font-size: 16px;
	font-weight:bold;
	color:#3399CC;
	margin-bottom:20px;
	}

.input_field{
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	margin-bottom:10px;
	color:#666666;
	font-size: 14px;
	width:200px;
	}
	
.input_checkbox {
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	margin-bottom:10px;
	color:#666666;
	font-size: 14px;
	width:300px;
	}

.input_start_date_field{
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	margin-bottom:10px;
	color:#666666;
	font-size: 14px;
	width:95px;
	float:left;
	}

.input_end_date_field{
	font-family: 'Conchita_Regular', Arial, serif;
	font-weight: normal;
	margin-bottom:10px;
	margin-left:10px;
	color:#666666;
	font-size: 14px;
	width:95px;
	float:left;
	}

.input_style{
	height:25px;
	width:280px;
}

.input_date_style{
height:25px;
width:95px;
}

.vertical_divider{
	margin-top:15px;
	height:150px;
	width:1px;
	float:left;
}

#search_btn{
	margin-top:10px;
	margin-right:15px;
	float:right;
	}

#clean_btn{
	margin-top:10px;
	margin-right:15px;
	float:right;
	}

#send_error_btn{
	float:left;
	margin-left:10px;
	margin-top:10px;
	}
#print_selected_btn{
	margin-left:10px;
	margin-top:10px;
	float:right;
	}
#export_xls_all_btn{
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}
#export_xls_selected_btn{
	margin-left:10px;
	margin-top:10px;
	float:right;
	}
#print_all_btn{
	float:right;
	margin-left:10px;
	margin-top:10px;
	}
#export_xls_all_btn{
	float:right;
	margin-left:10px;
	margin-top:10px;
	}
#export_xls_selected_btn{
	margin-left:10px;
	margin-top:10px;
	float:right;
	}
/* ~~ listado ~~ */

#list_container{
	font-size:13px;
	width:970px;
	height:1000px;
	margin-top:20px;
	padding-right: 15px;
}

ul#list{
	list-style: none;
	width:970px;
	margin-top:20px;
	padding:0px;
	}

ul#list li.category_bar{
	line-height:30px;
	height:30px;
	background-color:#1E5E7F;
	}

ul#list li.no_data_message {

	line-height:30px;
	height:30px;
	background-color:#999999;
	color: white;
	text-align: center;
}


/* ~~ listado estilos para cada fila ~~ */

ul#list li.even{
	text-decoration:none;
	height:60px;
	background-color:#FFFFFF;
	display:block;
	}

ul#list li.odd{
	text-decoration:none;
	height:60px;
	background-color:#F1F1F1;
	display:block;
	}

ul#list li.even a{
	text-decoration:none;
	height:60px;
	background-color:#FFFFFF;
	display:block;
	}

ul#list li.odd a{
	text-decoration:none;
	height:60px;
	background-color:#F1F1F1;
	display:block;
	}
ul#list li.even a:hover{
	text-decoration:none;
	height:60px;
	background-color:#CCC;
	display:block;
	}

ul#list li.odd a:hover{
	text-decoration:none;
	height:60px;
	background-color:#CCC;
	display:block;
	}

/* Fila seleccionada */
ul#list li.row_selected {
	text-decoration:none;
	height:60px;
	background-color: #bbb;
	display:block;
}



/* ~~ Barra superior listado ~~ */

.bar_patient_name{
	margin-top:0px;
	margin-left:56px;
	float:left;
	width:280px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_reference_center{
	margin-top:0px;
	float:left;
	width: 110px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_reference_bcn{
	margin-top:0px;
	float:left;
	width: 110px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_doctor_name{
	margin-top:0px;
	float:left;
	width: 140px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_category {
	margin-top:0px;
	float:left;
	width: 160px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_date_start{
	margin-top:0px;
	float:left;
	width: 90px;
	color:#FFF;
	font-weight:bold;
	margin-right: 10px;
	cursor: pointer;
	}
.bar_date_end{
	margin-top:0px;
	float:left;
	width:80px;
	color:#FFF;
	font-weight:bold;
}
/* ~~ listado elementos de cada fila ~~ */

.list_icon{
	margin-top:22px;
	float:left;
	width:36px;
	height:36px;
	background-image:url(../images/patient_icon.png);
	background-repeat:no-repeat;
	margin:10px;
	}
.list_patient_name{
	margin-top:22px;
	float:left;
	width:280px;
	color:#3399CC;
	font-weight:bold;
	margin-right: 10px;
	}
.list_reference_center{
	margin-top:22px;
	float:left;
	width: 110px;
	margin-right: 10px;
	}
.list_reference_bcn{
	margin-top:22px;
	float:left;
	width: 110px;
	margin-right: 10px;
	}
.list_doctor_name{
	margin-top:22px;
	float:left;
	width: 140px;
	margin-right: 10px;
	}
.list_category{
	margin-top:22px;
	float:left;
	width: 160px;
	margin-right: 10px;
	}
.list_date_start{
	margin-top:22px;
	float:left;
	width: 90px;
	margin-right: 10px;
	}
.list_date_end{
	margin-top:22px;
	float:left;
	width:80px;
}
.list_date_end_completed{
   margin-top:17px;
   float:left;
   border-top: 1px solid #96d1f8;
   background: #1e5f7f;
   background: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#1e5f7f));
   background: -webkit-linear-gradient(top, #3399cc, #1e5f7f);
   background: -moz-linear-gradient(top, #3399cc, #1e5f7f);
   background: -ms-linear-gradient(top, #3399cc, #1e5f7f);
   background: -o-linear-gradient(top, #3399cc, #1e5f7f);
   padding: 6px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: 'Conchita_Bold', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
}

/*Fuentes*/
@font-face {
    font-family: 'Conchita_Regular';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Conchita_Regular.ttf) format("truetype");
 }
@font-face {
    font-family: 'Conchita_Bold';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/Conchita_Bold.ttf) format("truetype");
 }

@font-face {
    font-family: 'Conchita_Regular';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Conchita_Regular.otf) format("opentype");
 }
@font-face {
    font-family: 'Conchita_Bold';
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/Conchita_Bold.otf) format("opentype");
 }


/*Botones*/
.button {
   border-top: 1px solid #96d1f8;
   background: #1e5f7f;
   background: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#1e5f7f));
   background: -webkit-linear-gradient(top, #3399cc, #1e5f7f);
   background: -moz-linear-gradient(top, #3399cc, #1e5f7f);
   background: -ms-linear-gradient(top, #3399cc, #1e5f7f);
   background: -o-linear-gradient(top, #3399cc, #1e5f7f);
   padding: 5px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: 'Conchita_Bold', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:  pointer;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button img{
	margin-right:5px;
	vertical-align: bottom;
	}
.list_date_end_completed img{
	margin-right:5px;
	vertical-align: bottom;
	}


/* Login */
#LoginDiv {
	margin: 100px auto 0 auto;
	width: 300px;

}

#LoginDiv label
{
  float:left;
  width:30%;
  margin-right:0.5em;
  padding-top:0.5em;
  text-align:right;
  color: #fff;

}

#LoginDiv input {
    font-size: 14px;
    width: 120px;
}

#LoginEnviar {
	padding-top:0.5em;
	text-align: right;
}

.linkImprimir {
	width: 150px;
	height: 60px;

}

#imessage {

	margin:150px auto 0 auto; width:390px;
	padding: 15px;
	border-color: black;
	border: solid 2px;;
	border-radius: 20px 20px 20px 20px;
	/*background-image: url(../imagenes/login.png);*/

}

#imessage p {

	color: white;
	font-size: 16px;
}

#imessage a:link {
	color: black;
	text-decoration: underline;
}

#imessage a:visited {
	color: black;
	text-decoration: underline;
}
#imessage a:hover, a:active, a:focus {
	text-decoration: none;
}

/* Formulario de error */
#errorFormDiv {
	padding: 10px;
	background-color: #fefbfb;
	left: 100px;
	bottom: 50px;
	position: fixed;

	display: block;
}

#errorFormHeader {
	text-align: right;
}

#errorFormHeader img {
	cursor: pointer;
}

#errorFormMessage {
	font-weight: bold;
	font-style: normal;
	color: #2e910a;
}

/* Formulario de gestion de usuario */
#userFormDiv {
	padding: 10px;
	background-color: #fefbfb;
	right: 370px;
	top: 65px;
	position: fixed;


	display: block;
}


#userFormDiv fieldset {
  margin-bottom: 10px;
}
#userFormDiv legend {
  padding: 0 2px;
  font-weight: bold;
}
#userFormDiv label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#userFormDiv fieldset ol {
  margin: 0;
  padding: 0;
}
#userFormDiv fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#userFormDiv fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#userFormDiv fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#userFormDiv fieldset fieldset label {
  display: block;
  width: auto;
}
#userFormDiv em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#userFormDiv label {
  width: 120px; /* Width of labels */
}
#userFormDiv fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#userFormMessage {
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

#userFormHeader {
	text-align: right;
}

#userFormHeader img {
	cursor: pointer;
}



/* Paginacion */
#pager {
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.pagerLinkDisabled {

	color: #666666;
	cursor: default;


}

#pager_numeric_links {


	padding-left: 10px;
	padding-right: 10px;
}

.selectedPage {

	color: #666666;
	cursor: default;
}

.notSelectedPage {
	color: #ffffff;


}

/* autocomplete */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

