/**** HTML TAGS ****/
html, body {
	margin:0;
    padding:0;
}
img { border: 0; }

/**** CSS CLASSES ****/
.font {font-family:verdana,arial,helvetica,trebuchet,sans;}
.font.nano {font-size:7pt;}
.font.small {font-size:8pt;}
.font.normal {font-size:9pt;}
.font.large {font-size:10pt;}
.font.big {font-size:12pt;}
.font.huge {font-size:15pt;}
.font.bold {font-weight:bold;}
.font.nobold {font-weight:normal;}
.font.italic {font-style:italic;}
.font.noitalic {font-style:normal;}
.font.justify {text-align:justify;}

.fontCustom { font-family:lato,arial,serif; }

.center {margin-left:auto; margin-right:auto;}
.right {margin-left:auto; margin-right:0;}
.left {margin-left:0; margin-right:auto;}
.textright {text-align:right;}
.textleft {text-align:left;}
.textcenter {text-align:center;}
.fright {float:right;}
.fleft {float:left;}
.clear {clear:both;}
.vtop {vertical-align:top}
.vmiddle {vertical-align:middle}
.vbottom {vertical-align:bottom}
.nowrap {white-space:nowrap}

.inline {display:inline;}
.inlineblock {display:inline-block;}
.hidden {visibility:hidden; display:none;}
.visible {visibility:visible;}
.link {cursor:pointer;}
.sucess {color:#5A9C33;}
.error {color:#ff3c3c;}
.shadow {opacity: 0.7}
.required {font-weight:bold;} /* Zend_Form auto class required fields */
.doublebr {padding: 5px;} /* To use in Zend_Form decorators to put some whitespace between fields */
.errors {display:none;visibility:hidden;}
.errorField {    
    border: 2px solid #EF5F4E;
}

.w100{width:100%;}
.w95{width:95%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w20{width:20%;}
.w10{width:10%;}
.h100{height:100%;}

/**** CSS CONTAINERS ****/
#helper {
    padding:6px;
    margin-left:10px;
    margin-right:20px;
    min-height:15px;
    max-width:400px;
}
#helper.assistant {
    background-color: #fbf3e2;
	background-image: linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%); 
    background-image: -webkit-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,240,200) 0%, rgb(252,251,222) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top, 
        color-stop(0, rgb(242,240,200)), 
        color-stop(1, rgb(252,251,222))
    );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 	
	border: 1px solid #ABA867;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	color: #7D7B58;	
}
#helper.error {
    background-color: #ffd9c6;	
	background-image: linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255,208,185) 0%, rgb(255,229,216) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(255,208,185)),
        color-stop(1, rgb(255,229,216))
    );	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 	
	border: 1px solid #da7767;	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	color: #bc6959;  
}
#messenger {
    position:absolute;
    left:200px;
    top:0;
    padding-right:40px;
    z-index: 9999;
}
#messenger.success_msg {
    background-color: #d0f7d5;
    color: #4d6550;
    border: 1px solid #77b27f;
}
#messenger.error_msg {
    background-color: #f8d8d8;
    color: #894a4a;
    border: 1px solid #d68585;
}
#modal {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
#participationsTable {
	color: #8c8c8c;
	border: 1px solid #cecece;
	background: #ffffff;
}
#participationsTable .pTEventsHeader {
	background: #8c8c8c;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}
#participationsTable .odd {
	background: #e5e5e5;
}
#participationsTable .odd:hover {
	background: #8c8c8c;
	color: #ffffff;
}
#participationsTable .even {
	background: #ffffff;
}
#participationsTable .even:hover {
	background: #8c8c8c;
	color: #ffffff;
}
#participationsTable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#participationsTable .tdBorder {
	width: 100px;
	border-left: 1px solid #cecece;
	vertical-align: middle;
}
#participationsTable .tdFind {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
}
#participationsTable .tdFind input {
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}
#participationsTable .tdName {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
#participationsTable .tdOtherHeader {
	border-left: 1px solid #cecece;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
#participationsTable .tdOther {
	border-left: 1px solid #cecece;
	vertical-align: middle;
}
#eventsBlock { text-align: center; }
#eventsBlock .eventBlock { width: 300px; max-width: 100%; display: inline-block; text-align: center; margin-left: 20px; margin-right: 20px; margin-bottom: 50px; }
#eventsBlock .eventImg { width: 100%; margin-bottom: 20px; margin-top: 10px; cursor: pointer; }
#eventsBlock .eventBtn { display: inline-block; margin-bottom: 10px; text-align: center; color: #fff; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; background-color: #848484; border-radius: 100px; box-shadow: 0 14px 14px 0 rgba(50,57,69,.07); cursor: pointer; }
#eventsBlock .eventBtn:hover { background-color: #B5B5B5; }
#eventsBlock .eventTitle { text-align: left; color: #545454; font-weight: bold; font-size: 12pt; }
#eventsBlock .eventDate { text-align: left; color: #545454; font-size: 10pt; }
#eventsBlock .eventLocation { text-align: left; color: #545454; font-size: 10pt; }
#eventsBlock .eventIcon { margin-right: 7px; padding-top: 3px; }

#lostPassDiv { font-size: 16px; text-align: center; }
#lostPassDiv .topTitle { margin-bottom: 20px; font-size: 24px; }

@media only screen and (max-width: 379px) {
	#eventsBlock .eventBlock { width: 200px; }
}