@font-face {font-family: "Amor-Regular";src: url("../fonts/amor-sans-pro/amor_regular.eot");src: url("../fonts/amor-sans-pro/amor_regular.eot#iefix") format("embedded-opentype"),url("../fonts/amor-sans-pro/amor_regular.woff") format("woff"),url("../fonts/amor-sans-pro/amor_regular.ttf") format("truetype");font-weight: normal;font-style: normal;}
@font-face {font-family: "Amor-Bold";src: url("../fonts/amor-sans-pro/amor_bold.eot");src: url("../fonts/amor-sans-pro/amor_bold.eot#iefix") format("embedded-opentype"),url("../fonts/amor-sans-pro/amor_bold.woff") format("woff"),url("../fonts/amor-sans-pro/amor_bold.ttf") format("truetype");font-weight: bold;font-style: bold;}
@font-face {font-family: "Amor-Italic";src: url("../fonts/amor-sans-pro/amor_italic.eot");src: url("../fonts/amor-sans-pro/amor_italic.eot#iefix") format("embedded-opentype"),url("../fonts/amor-sans-pro/amor_italic.woff") format("woff"),url("f../onts/amor-sans-pro/amor_italic.ttf") format("truetype");font-weight: italic;font-style: italic;}
@font-face {font-family: "Amor-BoldItalic";src: url("../fonts/amor-sans-pro/amor_bold_italic.eot");src: url("../fonts/amor-sans-pro/amor_bold_italic.eot#iefix") format("embedded-opentype"),url("../fonts/amor-sans-pro/amor_bold_italic.woff") format("woff"),url("../fonts/amor-sans-pro/amor_bold_italic.ttf") format("truetype");font-weight: bold italic;font-style: bold italic;}

/* TYPOGRAPHY */
.control-label{line-height:105%;}

body {
	font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

h1 {
font-size: 36px;
color: #777574;
font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

h3 {
font-size: 28px;
font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

h4 {
font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

p {	
color: #white;
font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

a {
    color: #777574;
    text-decoration: none;
}

a:hover {
    color: #EC7A08;
    text-decoration: none;
}

/* STRUCTURE */
body {
    margin-bottom:60px;
}

header{	 border-bottom: 1px solid #dedee2;margin-bottom: 20px;}
	header .navbar-default{background:white; border:none; padding-top:30px;}
	header .navbar{margin-bottom:0px}
	header .navbar-brand{ height:auto; padding:0px; position:relative; top:-15px;}

@media only screen and (min-width: 700px)  {
	header .user-name{max-width: 500px;  white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; text-align: right;}
}

footer{margin-top:50px; background-color:#e5e5e5; padding:10px 0px; font-size:13px;
	position: fixed;
    min-height: 40px;
    bottom: 0;
    width: 100%;
    }
	footer .container{}
	footer .container p{margin:0px;}


.portal-nav-sidebar{
	position:relative;
	left:-15px;
}
.portal-nav-sidebar .nav>li>a { border-bottom: 1px solid #CCE0DD; padding:10px 8px; color:#007363;}
.portal-nav-sidebar	.nav>li>a:hover{background-color:#CCE0DD; color:#007363;}
.portal-nav-sidebar	.nav>li>a:focus, .portal-nav-sidebar .nav > li > a.selected {background-color:#EC7A08; color:white;}
	
/* FORM VALIDATION */

.form-control.error,
.form-control.stk-error{border-color:red;}
label.error,
label.stk-error{ font-weight:normal; color:red;}	

/* COLORS */
.bg-primary-light{ background-color:#007363;}
	
/* NOTIFICATION BOXES*/
.notification-boxes {}
.notification-boxes .box {
	margin-bottom: 40px;
	padding: 40px;
	color: #fff;
	text-align: left;
    background-color: #007363;
    box-shadow: 2px 9px 16px #CCC;
}

.notification-boxes .box h3 {
	margin-top: 15px;
    margin-bottom: 5px;
	letter-spacing: 0.5px;
	font-style: bold;
	font-size: 30px;
}
.notification-boxes .box .glyphicon{
	margin-top:10px;
	font-size: 30px;
	color:white;
}
.notification-boxes .box p {
	min-height:3.6em;
	line-height:1.2em;
}
.notification-boxes .box .btn-transparent {
	margin-top: 10px;
	background-color:white;
	background-color:rgba(255,255,255,0);
	border: 1px solid white;
}
.notification-boxes .box .btn-transparent:hover {
	background-color:#EC7A08;
	color:white;
	
}
.notification-boxes .professionalIcon {
	width: 25%;
	padding-bottom: 28%
}
.notification-boxes .professional h3 {
	margin-top: -42px !important;
}
.professional .btn {
	margin-top: 40px !important;
}
.notification-boxes .box .glyphicon.notification-envelop {
	position: absolute;
	font-size: 27px;
	top: 10px;
	right: 36px;
}

.glyphicon.glyphicon-globe + h3{
visibility: hidden;
position: relative;
}

.glyphicon.glyphicon-globe + h3:after{
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Test Serológico COVID-19";
}

.glyphicon.glyphicon-globe + h3 + p{
visibility: hidden;
position: relative;
}

.glyphicon.glyphicon-globe + h3 + p:after{
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Consulta como adquirir tu test";
}




/* APPOINTMENT */

.divTableRow {
	display: inline;
}
.divTableCell, .divTableHead {
	display:inline-block;
	border: 1px solid #007363;
	color: #007363;	
	padding: 4px 10px;
	margin: 4px;
	font-size: 18px;
	font-weight:bold;
	background: transparent;
	min-width: 122px;
	text-align: center;
}
.divTableCell:hover, .divTableHead:hover{
	background: #007363;
	color:white;
	cursor:pointer;
}
.divTableCellPaint, divTableHeadPaint {
	display:inline-block;
	border: 1px solid #007363;
	padding: 4px 10px;
	margin: 4px;
	font-size: 18px;
	font-weight:bold;
	background: #007363;
	color:white;
	min-width: 122px;
	text-align: center;
}

/* GENERIC PROFESSIONAL ICONS */
.professionalIcon {
	width: 45%;
	height: 0;
	padding-bottom: 47%;
	background-image: url(../img/icons_professional_icons_spritesheet.svg);
	margin: 0 auto;
	background-size: 300% 200%;
	background-position-x: calc(-25% * 2);
}

.professionalIcon-doctor {
	background-position-y: calc(-25% * 0);
}

.professionalIcon-nurse {
	background-position-y: calc(-100% * 1);
}

.professionalIcon-male {
	background-position-x: calc(25% * 0);
}

.professionalIcon-female {
	background-position-x: calc(-100% * 1);
}

/* MESSAGE MANAGEMENT*/
.threadSelected td
{
	background-color:#adabab !important;
}
.notRead {
 font-weight: bold;
}

.professional .btn {
	margin-top: 0px !important;
}
.professional h3 {
	min-height: 70px;
}

/*TOP MENU*/

.navbar-default .navbar-nav>li>a {
color: #417e80; 
}

.navbar-default .navbar-nav>li>a:hover {
    color: #EC7A08; 
}

.btn {
	font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

.btn-primary {
	background-color: #007363;
	border-color: #007363;
}

.btn-primary:focus, .btn-primary.focus {
	color: #ffffff;
	background-color: #EC7A08;
	border-color: #ffffff;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #EC7A08;
	border-color: #ffffff;
}    

.btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #EC7A08;
	border-color: #ffffff;
}

.btn-default {
    color: #007363;
    background-color: #ffffff;
    border-color: #007363;
}

.btn-default:hover {
    color: #EC7A08;
    background-color: #ffffff;
    border-color: #EC7A08;
}

/* Ocultamos botones de recuperación de contraseña y desbloqueo usuario para que no puedan
 acceder de otro modo que no sea el SSO */

a[href="forgot/unlock"] {
display:none;
}

a[href="forgot/password"] {
display:none;
}

a[href="/patient-portal-webapp/registration"] {
display:none;
}

/* Ocultamos botones parte superior 

.btn-group {
	visibility: hidden;
}
*/

.form-control {
	font-family: 'Amor-Regular', sans-serif !IMPORTANT;
}

/* APPOINTMENT CALENDAR*/

#datepicker table.ui-datepicker-calendar a{text-decoration:none;}
    #datepicker td.specialDay, #datepicker table.ui-datepicker-calendar tbody td.specialDay a { 
    background: none !important;
    background-color: #fffac2 !important; 
    color: #006633;
    }
    
    #datepicker td.specialDayAll, #datepicker table.ui-datepicker-calendar tbody td.specialDayAll a { 
    background: none !important;
    background-color: #006356 !important; 
    color: #ffffff;
    }
    
    #datepicker td.specialDayMorning, #datepicker table.ui-datepicker-calendar tbody td.specialDayMorning a { 
    background: none !important;
    background-color: #BFD8D5 !important; 
    color: #ffffff;
    }
    
    
    #datepicker td.specialDayAfternoon, #datepicker table.ui-datepicker-calendar tbody td.specialDayAfternoon a { 
    background: none !important;
    background-color: #66A19A !important; 
    color: #ffffff;
    }
    
#datepicker .ui-state-default, #datepicker .ui-widget-content .ui-state-default {
	border: 1px solid #B7BBBB !important;	
}

#datepicker .ui-state-active, #datepicker .ui-widget-content .ui-state-active {
	border: 1px solid #ffffff !important;	
}

#datepicker .ui-state-highlight, #datepicker .ui-widget-content .ui-state-highlight {
	border: 1px solid #EC7A08 !important;
}
    
#newAppointment > .form-group {
	display: flex;
}

#newAppointment > .form-group > [class^="col-md"] {
	/*display: flex;*/
	flex: 0 1 auto;
}

#newAppointment .box {
	margin-bottom: 30px;
    padding: 25px 10px 90px 10px;
    color: #fff;
    text-align: center;
	background-color: #4267c3;
	width: 100%;
	min-height: 393px;
}

@media only screen and (max-width: 1200px) {
	#newAppointment .box {
		min-height: 354px;
	}
}

@media only screen and (max-width: 992px) {
	#newAppointment .box {
		min-height: 310px;
	}
}

@media only screen and (max-width: 768px) {
	#newAppointment > .form-group {
		flex-wrap: wrap;
	}
	
	#newAppointment > .form-group > [class^="col-md"] {
        flex: 1 0 100%;
	}
	
	#newAppointment .box {
		min-height: auto;
	}
}

#newAppointment .box h3 {
	margin-top: 10px;
    margin-bottom: 5px;
	letter-spacing: 0.5px;
	font-weight:bold;
	font-size:27px;
}

#newAppointment .box p {
	line-height:1.2em;
	margin-top: 15px;
}

#newAppointment .box .btn-transparent {
	margin-top: 10px;
	background-color:white;
	background-color:rgba(255,255,255,0);
	border: 1px solid white;
	position: absolute;
	bottom: 56px;
	left: 50%;
	transform: translateX(-50%);
	
}
    
#selectDays .bullet{display:inline-block; width:12px; height:12px; magin:0px 5px 0px 0px;}
#selectDays .bullet.morning{background-color:#BFD8D5 !important;}
#selectDays .bullet.afternoon{background-color:#66A19A !important;}
#selectDays .bullet.allday{background-color:#006356 !important;}

