﻿body {
    position: relative;
}

/*form styles*/
#msform {
	width: 100%;   
      
    background: white;	
	border-radius: 3px;	
	padding: 0px 5px;
	
	box-sizing: border-box;
    width: 98%;
	/*max-width: 860px;  Se ajusta a la imagen de encabezado de la empresa */
	margin: 25px auto;	
	
    border: 0 none;
}


.breadcrumb > .btnConfigurar:before {
    content: none;
}


.col-foto-perfil {

    position: relative;
    top: -180px; /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
    margin-left: 15px;
    margin-bottom: -170px;
}




.foto-encabezado {
    width: 100%; 
    height: 315px;
}



.foto-perfil {
    width: 160px; 
    height: 160px;
}

.foto-perfil-avatar {
    margin-left: 15px;
    width: 60px; 
    height: 60px;
    float:left;
}

.nombreEmpresa {
    margin-left: 10px;
    margin-top: 10px !important;
}



.hideBtnMostrarFechas {
    display: none;
}



@media (max-width: 991px) {
    .hideBtnMostrarFechas {
        display: block;
    }
}



@media (max-width: 720px) and (min-width: 640px) {
    .foto-encabezado {
        width: 100%; 
        height: 290px;
    }

}


@media (max-width: 640px) and (min-width: 480px) {
    .foto-encabezado {
        width: 100%; 
        height: 240px;
    }

    .foto-perfil {
        width: 120px; 
        height: 120px;
    }

    .col-foto-perfil {
        position: relative;
        top: -135px; /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
        margin-left: 15px;
        margin-bottom: -170px;
    }

    .nombreEmpresa {
        margin-top: 40px !important;
    }
}


@media (max-width: 480px) and (min-width: 320px) {
    .foto-encabezado {
        width: 100%; 
        height: 160px;
    }

    .foto-perfil {
        height: 80px; 
        width: 80px;        
        position: relative;
        top: 0px; 
        left: 0px;
        
    }

    .foto-perfil img {
        height: 80px;
        width: 80px;
        margin-top: 80px;
    }

    .col-foto-perfil {
        position: relative;
        top: -90px; /* Coloca la foto de perfil dentro de la foto de encabezado de la empresa */
        margin-left: 10px;
        /*margin-bottom: -170px;*/
    }

    .nombreEmpresa {
        margin-top: 80px !important;
    }


}



.perfil-agenda {
    
    background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 15px 5px;
	
	box-sizing: border-box;
    width: 100%;
	max-width: 860px; /* Se ajusta a la imagen de encabezado de la empresa */
	margin: 25px auto;	
}

/*
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 15px 5px;
	
	box-sizing: border-box;
	width: 100%;
    max-width: 860px; /* Se ajusta a la imagen de encabezado de la empresa 
	margin: 0 auto;    	
}
*/

fieldset {
    display: inline-block;    
    width: 100%;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*headings*/
#msform h2 {	
    text-align: center;	
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
    text-align: center;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

#navPasos {
    margin-top: 10px; 
    width: 75%; 
    float: right   
}

/*progressbar*/
.progressbarul {        
    text-align: center;	
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    z-index:-10;
    padding-left: 0px; 
    border: 2px;
    border-color: #00addc;   
}

.progressbarli {
	list-style-type: none;    
	color: #222;
    text-align: center;	
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;       
}
.progressbarli:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
    border: 1px;
    border-style: solid;
    border-color: #00addc;
	border-radius: 3px;
	margin: 0 auto 5px auto;        
}
/*progressbar connectors*/
.progressbarli:after {
	content: '';
	width: 100%;
	height: 2px;	
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/    
}


@media (min-width: 620px) {
    .progressbarli:first-child {
        margin-left: -40px;
    }
}

@media (max-width: 620px) {
    .progressbarli {
        width: 33.33%;
    }
}


.progressbarli:first-child:after {
	/*connector not needed before the first step*/
	content: none;         
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbarli.active:before{
	background: #00addc;
	color: white;    
}

.progressbarli.active:after {
    content: '';
    border: 1px;
    border-style: solid;
    border-color: #00addc;
    background: #00addc;
	color: #00addc;
}

.numeroPaso {
    position: relative;
    top: -3px;
    background: #00addc;
	color: white; 
    text-align: center;	
	font-size: 20px;
    border: 1px;
    border-style: solid;
    border-color: #00addc;
	border-radius: 3px;
}

/* Buttons */
.botonesAgenda{
    text-align: center;
}

.alert-promocion {
    width: 95%; 
    max-width: 600px; 
    margin: 20px auto;
}

.alert-infoCita {
    width: 95%; 
    max-width: 600px; 
    margin: 20px auto;
}

/*
.alert-justify {
    text-align: justify;
}
*/

.table-center {
    margin: 0 auto;
}

.table-informacion tr td {
    float: left;
    text-align:justify;
    text-indent: 2px;    
}

.formInfoUsuario {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;
}

/*  
    Remueve el estilo del día actual
 */
.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #d3d3d3/*{borderColorDefault}*/ !important;
  background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/ !important;
  font-weight: normal/*{fwDefault}*/ !important;
  color: #555555/*{fcDefault}*/ !important;
}

.ui-datepicker-today .ui-state-active {
  border: 1px solid #aaaaaa;
}



/*************************************************************/
/* PROMOCIONES */
/*************************************************************/
.panel-promocion {
    border-color: #5bc0de !important;
}

.panel-heading-promo {
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
    color: white !important;
}

.panel-heading-promo > .panel-title > h3 {
    text-align: left;
    margin: 0 !important;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.panel-promocion-content {
    padding: 0 !important;
}

.col-promocion {
    padding-right: 0 !important;
}

.img-promocion {
    width: 60%;
    float: left;
    display: inline-block;
}

.foto-promocion {
    /*height: 269px; /* Se agrega mas altura por los botones de compartir, para que no se vea un espacio blanca debajo de la imagen */
    height: 283px;
    width: 100%;
}

.content-promocion {
    top: 0;
    left: 20%;
    display: block;
    float: left;
    width: 40%;
    max-height: 100%;
    height: 100% !important;
    
}

.lblDescripcionPromo {
    padding-right: 0px;
}

.lblDescripcionPromo > p {
    margin: 8px 10px;
}

/* Scrollbars */
.content-promocion::-webkit-scrollbar {
  width: 5px;
}
 
.content-promocion::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}

.ribbon-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.lblDuracionPromo {
    position: absolute;
    top: -105px;
    width: 100%;
    margin-left: 10px;
    text-align: center;
}

.count-down {
    width: 270px; 
    height:200px; 
    margin: 0 auto;
}

.ribbon {
	position: absolute;
    right: 0;
    margin-left: 1em;    
    color: #fff;
    background-color: #5bc0de;	
    font-size: 24px;
    white-space: nowrap;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);	
	transition: background-color .2s ease-in-out;
    padding: 5px 7px;
    border-radius: 0px !important;
    width: 180px;
}

.ribbon-campania {
	position: absolute;
    right: 0;
    margin-left: 1em;    
    color: #fff;
    background-color: #5bc0de;	
    font-size: 24px;
    white-space: nowrap;
	text-shadow: 0 -.062em 0 rgba(0,0,0,.2);	
	transition: background-color .2s ease-in-out;
    padding: 5px 7px;
    border-radius: 0px !important;
    width: 280px;
}

.ribbon:focus,
.ribbon:hover {
    color: #fff !important;
}

.ribbon:before,
.ribbon:after {
	position: absolute;
	background-color: inherit;
	content: '';
}

.ribbon:before {
	bottom: 0;
    right: -.5em;
	width: .5em;
	height: 2em;
    border-radius: 0 0 .5em 0;
}

.ribbon:after {
	top: -27px;
    right: -.5em;
	width: .5em;
	height: 1.2em;
    border-radius: 0 .5em .5em 0;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
}

.bookmark-ribbon {  
  outline: none;
  outline-color: transparent;
}

.bookmark-ribbon:before {
    top: -1px;
    left: -25px;
    height: 104%;
    border-width: 21px;
    border-color: #5bc0de #5bc0de #5bc0de transparent;
    z-index: 1;
}

.bookmark-ribbon:before:active {
    outline: none;
}

var:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline: none;
}

.colBtnVerDetallePromo {
    padding-left: 5px;
}

.btnVerDetallePromo {
    margin-top: 10px;
}


.compartir-promocion {
    /*margin-top: -5px;*/
    margin-top: 5px;
    margin-left: 20px;
    float: left;
    width: auto !important;
    padding-right: 0px;
}

ul.social-network.social-circle {
    margin: 0px;
}

/* Reducimos el tamaño de los botones de compartir*/
.social-network.social-circle {
    float: left;
}

.social-circle li a.btn-share {
    width: 30px !important;
    height: 30px !important;
    font-size: 150% !important;
}

.social-circle li i {
	line-height: 30px !important;
}

/*.divider {
    top: 9px !important;
    height: 30px !important;
}*/


@media (max-width: 1000px) {
    .ribbon-container {
        margin-top: 100px;
    }

    .lblDuracionPromo {
        top: -105px;
        text-align: center;
    }

    .compartir-promocion {
	    margin-left: 0px;
    }  
    
    .colBtnVerDetallePromo {
	    padding-right: 5px;
    }
}

@media (max-width: 715px) {
    .img-promocion {
        width: 100%;
    }

    .foto-promocion {
        width: 100%; /* ~686 */
        height: 255px;
    }

    .content-promocion {
        float: left;
        width: 100%;
    }

    .ribbon-container {
        margin-top: 30px;
    }

    .lblDuracionPromo {
        top: -35px;
        text-align: center;
        word-wrap: break-word;
    }


    .compartir-promocion {
        margin-top: 20px;
        margin-bottom: 5px;
    }   
}

@media (max-width: 640px) and (min-width: 480px) {
    figure.foto-perfil {
        width: 120px !important; 
        height: 120px !important;
    }    
}

@media (max-width: 600px) {
    .foto-promocion {
        width: 100%; /* ~574 */
        height: 213px;
    }
}

@media (max-width: 515px) {
    .ribbon-container {
        margin-top: 100px;
    }

    .lblDuracionPromo {
        top: -105px;
        text-align: center;
    }

    .count-down {
        margin: 0 auto;
    }
    
    .compartir-promocion {
        margin-top: 2px;
    }
}

@media (max-width: 500px) {
    .foto-promocion {
        width: 100%; /* ~476 */
        height: 176px;
    }
}

@media (max-width: 480px) {
    figure.foto-perfil {
        height: 80px !important; 
        width: 80px !important;        
        position: relative;
        top: 0px; 
        left: 0px;
        
    }

    .panel-heading-promo > .panel-title > h3 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .foto-promocion {
        width: 100%; /* ~379 */
        height: 140px;
    }

    .panel-heading-promo > .panel-title > h3 {
        font-size: 17px;
    }
}

.boton-flat-naranja {
	background-color: #ff9900;
	box-shadow: 0px 3px 0px 0px #b36b00;
}
.boton-flat-naranja:hover, .boton-flat-naranja:focus {
	background-color: #ffad33 !important;
}
.boton-flat-naranja:active {
	box-shadow: 0px 1px 0px 0px #ffb84d;
}