.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-style: normal;
}

.italic {
	font-style: italic;
}

.s26px {
	font-size: 26px;
}

.s20px {
	font-size: 20px;
}

div.s14px > p,li,ul {
	font-size: 14px !important;
	margin: 7px 0px;
}

.s15px {
	font-size: 15px;
}

.s11px * {
	font-size: 11px !important;
}

.white {
	color: white;
}

.red {
	color: red;
}

.red-error {
	color: red;
}

.grey {
	color: #3f4752;
}

.hand {
	cursor: pointer;
}

.opacity50 {
	opacity: 0.5;
}


/* LOGIN PAGE custom styles */
.hyperlink-to-homepage {
	margin: 0 -40px -30px -40px;
	padding: 15px 0 17px 0;
	text-align: center;
	background-color: #6c7a8d;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

.hyperlink-to-homepage > p {
	margin: 0;
}

.hyperlink-to-homepage p a {
	font-weight: 600;
	font-size: 14px;
	color: #c3cedd;
}

.hyperlink-to-homepage a {
	display: inline-block;
	margin-top: 5px;
}

.line-height-2 {
	line-height: 2em;
}

table.vertical-align > tbody > tr > td {
	vertical-align: middle;
}

table.vertical-align > thead > tr > th {
	vertical-align: middle;
}

.page-title-smaller {
	font-size: 20px;
}

.margin-left {
	margin-left: 20px;
}

div.panel-body {
	font-size: 14px !important;
}

.product-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}

.product-image-overlay .product-image-overlay-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 35px;
    font-size: 20px;
    color: #eee;
    text-align: center;
    cursor: pointer;
}

.product-image-overlay img {
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fc-agendaDay-view tr {
    height: 52px;
}

.fc-agendaWeek-view tr {
    height: 50px;
}

.fc-event {
	font-size: 1.00em !important;
}