@CHARSET "ISO-8859-1";

.md-contentdetail-sharing {
	-webkit-box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
	-moz-box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
	box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
}

.md-toolbar h1::before{
    margin-right: 10px;
    font-family: 'material-design-icons';
    font-size: 1.2em;
}

.md-main {
	background-color: white;
	width: 95%;
	margin: auto;
	/*margin-top: 50px;*/
	/*toolbar fixed */
	margin-top: 190px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	-webkit-box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
	-moz-box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
	box-shadow: -1px 0px 23px 3px rgba(50, 50, 50, 0.68);
}

.md-stepshead {
	height: 90px;
	border-bottom: 2px solid #e1e1e1;
	width: 100%;
	text-align: center;
}

.md-stepshead__steps {
	display: inline-flex;
	text-align: center;
	/*cambio de tab en html*/
	list-style: none;
	margin-top: 0;
}

.md-stepshead__steps__step {
	/*margin-right: 50px;*/
	height: 90px;
	text-align: center;
	width: 125px;
	float: left;
}

.md-stepshead__steps__step a {
	cursor: default;
	text-align: center;
}

.md-stepshead__steps__step h3 {
	color: white;
	margin-bottom: -5px;
}

.md-stepshead__steps__step h3 span {
	color: white;
	background-color: #E0E0E0;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
}

.md-stepshead__steps__step h4 {
	color: #E0E0E0;
}

.md-stepshead__steps__step--active {
	border-bottom: 2px solid #8BC34A;
}

.md-stepshead__steps__step--active h4 {
	color: #8BC34A;
}

.md-stepshead__steps__step--active h3 span {
	background-color: #8BC34A;
}

.md-stepshead__steps__step--last {
	/*border-bottom: 2px solid #C5E1A5;*/
	
}

.md-stepshead__steps__step--last h4 {
	color: #C5E1A5;
}

.md-stepshead__steps__step--last h3 span {
	background-color: #C5E1A5;
}

.md-stepshead__steps__step--last a {
	cursor: pointer;
}

.md-contentdetail {
	margin-bottom: 25px;
	padding-bottom: 25px;
	/*height: 700px; boton anterior debajo de contenido*/
	overflow: hidden;
	position: relative;
}

.md-button {
    background-color: #8BC34A;
    color: white;
}

.md-contentdetail-button__previous {
	float: left;
	/*position: absolute;  boton anterior debajo de contenido*/
	bottom: 0;
	margin-left: 50px;
	font-weight: 400;
	color: #8BC34A;
	background-color: white;
	width: 100%;
	/* Estandarización de botones 26042016 */
	font-size: 1em;
	
}

.md-detail__text a{
	color: #8BC34A;	
}

.scroll {
	overflow-y: scroll;
}

.md-contentdetail p {
	color: #6e6e6e;
}

.md-contentdetail__info {
	margin-left: 5%;
	margin-right: 2%;
}

.md-privacyInfo {
	font-size: 0.8em;
	margin-left: 80px;
	margin-top: 25px;
	margin-right: 80px;
}

.md-contentdetail__info::before {
	margin-right: 10px;
	line-height: 1.2em;
	font-family: 'material-design-icons';
	font-size: 1.2em;
}

.line-flex {
	display: inline-flex;
	margin-left: 10px;
}

.md-contentdetail-button h4 {
	line-height: 0em;
	padding-bottom: 30px;
	text-align: right;
	color: #8BC34A;
	margin-right: 10px;
	font-size: 1em;
    font-weight: 500;
}

.md-form__title {
	font-size: 120%;
}

.md-contentdetail-personal-data {
	width: 90%;
	margin: auto;
	margin-top: 1em;
}

.md-contentdetail__captcha {
	margin: auto;
	margin-top: 25px;
	padding-bottom: 25px;
}

.md-contentdetail__captcha--center {
	margin: auto;
	display: block;
	margin-left: 25%;
}

.md-contentdetail-button h3 {
	line-height: 1em;
	padding-bottom: 30px;
	text-align: right;
	color: #8BC34A;
	margin-right: 30px;
	font-size: 1em;
	font-weight: 400;
	
}

.md-text_italic{
    font-style: italic;
}

.margin20 {
	margin-left: 20px;
	padding-top: 20px;
}

.md-contentdetail__summary-buttons {
	display: inline;
}

.md-contentdetail__summary-buttons__left {
	
	padding-bottom: 30px;
	text-align: left;
	color: #8BC34A;
	margin-right: 10px;
	float: left;
	margin-left: 30px;
	font-size: 1em;
	font-weight: bold;
}

.md-contentdetail__summary-buttons__right {
	
	padding-bottom: 30px;
	text-align: right;
	color: #8BC34A;
	float: right;
	margin-right: 50px;
	font-size: 1em;
	font-weight: bold;
}

.md-contentdetail__finalsummary{
    width: 60%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    word-wrap: break-word;
    padding-bottom: 1em;
    top: 1em;
    position: relative;
    margin-bottom: 2em; 
}

.md-calendar__appointment  {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	color: #6e6e6e;
}

.md-calendar__appointment td {
	border: 1px solid #CCCCCC;
	padding: 5px 50px;
}

.md-calendar__month--selectday {
	background-color: #8BC34A;
	border-radius: 50%;
}

.md-calendar__month--selectday a {
	display: block;
    width: 100%;
    height: 100%;
}

.md-calendar-today {
	color: black;
	background-color: #EEEEEE;
}

.md-calendar-free {
	background-color: rgb(180, 200, 150);
	color: #333333;
}

.md-calendar-free:hover {
	background-color: #8BC34A;
	color: white;
	cursor: pointer;
	border-radius: 50%;
}

.md-contentdetail__info--margin {
	margin-left: 15%;
}

.md-selector {
	width: 90%;
	margin: auto;
}

.md-calendar {
	width: 450px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.md-calendar__title h4 {
	color: #FFF;
	margin-left: 10px;
	padding-top: 10px;
}

.md-calendar__title h3 {
	color: #FFF;
	margin-left: 10px;
	margin-top: -15px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: 100;
}

.md-calendar__date {
	background-color: #8BC34A;
	margin-top: -22px;
}

.md-calendar__controls {
	margin-top: -10px;
}

.md-calendar__controls h4 {
	color: #6e6e6e;
	text-align: center;
	padding-right: 25px;
}

.md-calendar__controls-lastmonth {
	float: left;
	margin-left: 20px;
	font-size: 1.5em;
	color: #6e6e6e;
	cursor: pointer;
}

.md-calendar__controls-nextmonth {
	float: right;
	margin-right: 20px;
	margin-top: -50px;
	font-size: 1.5em;
	color: #6e6e6e;
	cursor: pointer;
}

.md-calendar__month--disabledDay {
	cursor: default !important;
    color: #E0E0E0 !important;
}

.md-calendar__month--disabledDay span{
	padding: 0.7em;
}

.md-calendar__month--disabledDay:hover {
	background: none !important;
}

.md-calendar__month {
	margin: auto;
}

.md-calendar__month th {
	padding: 0.7em;
	text-align: center;
}

.md-calendar__month td {
	color: #6e6e6e;
	cursor: pointer;
	text-align: center;
}

.md-calendar__month td:hover {
	background-color: #8BC34A;
	border-radius: 50%;
}

.md-calendar__month-enableDay:hover{
	background-image:none !important;
    -webkit-animation: fadeIt 1s ease-in-out; 
    -moz-animation: fadeIt 1s ease-in-out; 
    -o-animation: fadeIt 1s ease-in-out; 
    animation: fadeIt 1s ease-in-out; 
}

.md-calendar__month-enableDay a{
    display:block;
    width:100%;
    height:100%;
    padding: 0.7em;
}

.md-contentdetail__summary {
    width: 60%;
    margin: auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    word-wrap: break-word;
    padding-bottom: 4em;
}

.md-contentdetail__user-data{
	margin-left: 5%;
}

.md-contentdetail__summary-check {
	margin-top: 35px;
	text-align: center;
}

.md-contentdetail__summary-check::before {
	margin-right: 10px;
	line-height: 0em;
	font-family: 'material-design-icons';
	font-size: 4em;
	color: #8BC34A;
}

.md-error-page-img{
	text-align: center;
	font-size: 5em;
}

@-webkit-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  100% { background-color: #8BC34A; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  100% { background-color: #8BC34A; }
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  100% { background-color: #8BC34A; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  100% { background-color: #8BC34A; }
}

.md-width-25 {
	width: 25%;
}

button{
	border-style: none;
    background-color: white;	
    font-weight: 500;
    font-size: 1em;
}

.md-content {
    min-height: 95%;
    padding-top: 6em;/*3em;*/
    padding-bottom: 2em;
    padding-left: 3em;/*2em;*/
    padding-right: 3em;/*2em;*/
    /*background-color: #e0e0e0;*/
}

.md-contentdetail-button__submit{
    color: #8BC34A;
    cursor: pointer;
    /* Estandarización de botones 26042016 */ 
    font-size: 1em;
    font-weight: bold;
}

.md-listadocitas {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #ffffff;
    max-width: 700px;
    min-height: 100px;
}

/*INICIO Estilo para mostrar selección de listado de citas de cumpleaños*/

.md-contentdetail__services {
	width: 50%;
	margin: 0 auto;
	display: inline-flex;
	margin-left: 20%;
}

.md-contentdetail__services__service {
	margin-right: 25px;
	width: 250px;
	position: relative;
	border-radius: 5px;
}

.md-contentdetail__services__service .md-contentdetail__topcard {
	background: url('https://www.juntadeandalucia.es/avra/export/sites/WebEPSA/parque-alamillo/recursos-propios/img/tipoListado.jpg');
	background-size: cover;
	height: 100px;
	position: relative;
	border-radius: 5px 5px 0 0;
}



.md-contentdetail__services_list {
    width: 80%;
    margin: 0 auto;
    /*display: inline-flex;*/
    margin-left: 10%;
}

.md-contentdetail__topcard p {
	margin-top: 0px;
	line-height: 1em;
	color: #FFF;
}

.md-contentdetail-text {
	position: absolute;
	bottom: -5px;
	left: 10px;
	font-size: 1.2em;
	font-weight: 500;
}

.md-contentdetail-button__listprint{
    line-height: 0em;
    padding-bottom: 0;
    text-align: right;
    color: #8BC34A;
    margin: 5px;
    font-size: 1em;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
}

.md-contentdetail__lowercard  p {
	color: #000;
	margin: 10px;
	font-size: 0.9em;
	font-weight: 400;
}

.md-contentdetail__info_services_text{
    margin-left: 5em;    
}


/*FIN Estilo para mostrar selección de listado de citas de cumpleaños*/