/* utf-8 encoded */

* { padding: 0; margin: 0; }

html, body {
	display: block;	
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: 300;
	text-align: left;
}

a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }

input, textarea {
	color: #333;
	border-color: #ccc !important;
	background-color: #fcfcfc;
	font-size: 13px;
	padding: 4px 5px;
	border: solid 1px #333;
}

fieldset { padding: 0; margin: 0; border: none; }
input[type="button"], input[type="submit"] { cursor: pointer; }
input[type="button"]:hover, input[type="submit"]:hover { background-color: #eee; }
input[type="button"], input[type="submit"]:active {}

h1 { font-weight: 300; font-size: 24px; color: #62affc; }
h2 { font-weight: 300; font-size: 20px; color: #a3e07b; }
h3 { font-weight: 400; font-size: 15px; color: #333; }
h4 { font-weight: 400; font-size: 15px; color: #62affc; }



ul { list-style: circle; }
ul, ol { margin-left: 20px; }

ul.second { list-style: square; }




/*
input[name="startdate_from"] {
	width: 100px;
}
*/



select {
	height: 25px;
}
.select-style {
    border: 1px solid #ccc;
    width: 130px;
    border-radius: 3px;
    overflow: hidden;
    background: #fcfcfc url("../imgs/select-arrow-down.gif") no-repeat 95% 50%;
}
.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 12px;
}
.select-style select:focus {
    outline: none;
}










div.site {
	width: 825px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}



div.big_container {}

.main_block {
	margin-bottom: 0px;
	width: 100%;
}

.breadcrumbs {
	width: 820px;
	background:white;
	border-bottom: #ccc solid 1px;
	color: #999;
	padding: 3px;
	font-size: 11px;
}
.breadcrumbs a {
	color: #999;
}


.main_content {
	min-height: 650px;
}





.submit_btn {
	background-color: #ccc;
	color: white;
	padding: 4px 4px;
}

.result_item {
	float: left;
	width: 220px;
	min-height: 250px;
	padding: 0;
	margin: 15px 0;
	box-shadow: 5px 5px 10px #ddd;
	cursor: pointer;
}
.result_item:hover {
	box-shadow: 5px 5px 10px #ccc;
}
.result_item_top {
	width: 210px; /* 220 - 10 */
	min-height: 60px; /* 120 - 60 */
	padding-top: 60px;
	padding-right: 10px;
	text-align: right;
}
.result_item_top span {
}
.result_item_top_date {
	position: absolute;
	width: 220px;
	height: 50px;
	margin-top: 60px;
	color: white;
	text-align: right;

}
.result_item_bottom {
	position: absolute;
	margin-top: 120px;
	width: 190px; /* 220 - 10 - 20 */
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: right;
}
.ri_details {
	display: none;
	width: 675px;
	padding: 15px 16px 15px 40px;
	background-color: #ffffdd;
	box-shadow: inset 0px -13px 4px -13px rgba(180,180,46,1);
	color: rgba(100,100,46,1);
}



/* ----- */
/* forum */
/* ----- */

.thread_item, 
.message_item {
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 10px 0 10px 10px;
	width: 680px;
	background-color: #f9f9f9;
	cursor: pointer;
}
.thread_item:hover {
	background-color: #ffffdd;
}
.message_item {
	margin-top: 30px;
}

.message_new, 
.message_reply { 
	cursor: pointer;
	width: 670px; /* 680 - 10 - 0 */
}
.message_new {
	margin-top:10px;
	margin-bottom: 5px;
	padding: 6px 10px;
	background-color: #ffffdd;
	border: solid 1px #f5e74e; 
}
.message_reply {
	clear:both;
	padding: 5px 10px;
	background-color: #f9f9f9;
	margin-top: 5px;
	float: left;
	border: solid 1px #ccc;
}
.message_reply:hover {
	background-color: white;
}
.message_new:hover {
	background-color: white;
}

.message_new input[type="text"], 
.message_new textarea,
.message_reply input[type="text"], 
.message_reply textarea {
	width: 500px;
	margin-bottom: 10px;
}
.message_new textarea,
.message_reply textarea {
	height: 100px;
}
.message_new input[type="submit"],
.message_reply input[type="submit"] {
}

.text_tools {
}
.text_tools div {
	vertical-align: middle;
	display: table-cell;
	height: 30px;
}
.emoticon,
.create_link {
	float: left;
	cursor: pointer;
	margin-right: 5px;
	font-size: 20px;
}
.emoticon:hover,
.create_link:hover {
	background-color: #62affc;
	color: white;
}
.create_link {
	padding: 0 5px;
	font-size: 12px;
}




/* top bar with blue img */
#top_1 {
    background: url('../imgs/header-blue.png');
    width: 100%;
    height: 195px;
	border-bottom: solid 1px #333;
}



/* -------- */
/* homepage */
/* -------- */

/* event slider */

#home_1 {
	background: url('../imgs/garoto-wide.jpg');
	width: 100%;
	height: 522px;
}

#home_1_container {
	padding: 40px 45px 0 45px;
	width: 735px; /* 825 - 45 - 45 */
}

#logo_and_login {
	width: 100%;
}

#logo {
	float: left;
	margin-left: 10px;
}

#login {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#login a {
	color: white;
	font-weight: 400;
	font-size: 14px;
}

#email_logout {
	cursor: pointer;
}

#main_buttons {
	margin-top: 30px;
	width: 100%;
	height: 60px;
}

.header_button {
	background-color: white;
	width: 143px;
	height: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	line-height: 5em;
	text-align: center;
	font-weight: 400;
}

.header_button:hover {
	cursor: pointer;
	background-color: #a3e07b;
}



#event_slider {
	margin-top: 0px;
	width: 100%;
	height: 275px;
	border: solid 1px white;
}

.black_50, .black_100 {
	width: 735px;
	height: inherit;
	background-color: black;
	opacity: 0.5;
	position: absolute;
}
.black_100 {opacity:1}


#event_image_wide {
    padding: 0; margin: 0; 
    width: 100%; height: 100%;
    /*background: url('../imgs/enipia7.png');*/
    /*background: url('../imgs/enipia2017.jpg');*/
    /*background-size: 110% 110%;*/
    background: url('../imgs/banner-enipia2018-rev1.png');
    background-size: 100% 100%;
}

#event_image_wide:hover {
    background-blend-mode: darken;
}

#event_container {
	width: 635px; /* 735 - 50 - 50 */
	height: 255px; /* 275 - 20 */
	position: absolute;
	padding: 20px 50px 0 50px;
	color: white;
}
#event_container a {
	color: white;
}

#event_content {
	margin-top: 20px;
}

#prev_event, 
#next_event {
	background: url('../imgs/arrow-white.png');
	width: 19px; height: 32px;
	position: relative;
	top: 42%;
}

#next_event {
	background-position: 0 0;
	float: right;
	margin-right: 10px;
}
#prev_event {
	background-position: -19px 0;
	float: left;
	margin-left: 10px;
}

/* proximos deadlines */

#home_2 {
	background-color: #f2f2f2;
	width: 100%;
	height: 330px;
}
#home_2_container {
	padding: 40px 55px 0 55px;
	width: 715px; /* 825 - 55 - 55 */
}

.deadline_box {
	vertical-align: top;
	width: 165px; /* 200 - 40 */
    height: 165px; /* 180 - 20 */
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    text-align: left;
    cursor: pointer;
}
.deadline_box:hover {
	background-color: #62affc;
	color: white !important;
}

/* facebook like box */

#facebookHome {
	padding: 80px 0 0px 150px;
	width: 785px;
	background-color: white;
	/*background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);*/
}

/* picasa pictures */
.picasapic {
	opacity: 0.7;
	background-blend-mode: multiply;
}
.picasapic:hover {
	opacity: 1;
}

#partnership_inspsic {
	background-color: red;
}



/* ---------- */
/* login page */
/* ---------- */

#login_1 {
}



/* cool backgrounds */

.stripes1 {
	background-color: #FFE4C9;
	background-image: repeating-linear-gradient(
		45deg, transparent, transparent 35px, 
		rgba(255,255,255,.5) 35px, 
		rgba(255,255,255,.5) 70px);
}
.stripes2 {
	background: repeating-linear-gradient(
		to right,
		#E2FAD2,
		#E2FAD2 40px,
		#fefefe 40px,
		#fefefe 80px
	);
}
.stripes3 {
	background: repeating-linear-gradient(
		to right,
		#eee,
		#eee 70px,
		#fff 70px,
		#fff 140px
	);
}




/* ------ */
/* footer */
/* ------ */

#footer_4 {
	clear: both;
	background: url('../imgs/garoto-agua-wide.jpg');
	width: 100%;
	height: 358px;
	border-top: solid 1px #333;
}
#footer_4_container {
	padding: 80px 45px 0 45px;
	width: 735px; /* 825 - 45 - 45 */
}

#footer_content {
	margin-top: 0px;
	width: 100%;
	height: 250px;
	border: solid 1px white;
}
#footer_container {
	width: 635px; /* 735 - 50 - 50 */
	height: 255px; /* 275 - 20 */
	position: absolute;
	padding: 20px 50px 0 50px;

}

.footer_column {
	float: left;
	margin-right: 10px;
	line-height: 23px;
}


.pedo_friends {
	background: url('../imgs/pedofriends.png') no-repeat;
	width: 151px;
	border: 0 !important;
	margin-bottom: 10px;
}

#appia { background-position: 0 0; height: 50px; }
#prop { background-position: 0 -54px; height: 36px; }
#apip { background-position: 0 -91px; height: 55px; }













.feedback {
	float: left;
	width: 100%;
	padding: 5px 30px;
	text-align: left;
}
.feedback ul {
	float: left;
}

.error { background-color: #ffdddf; color: #870000; }
.success { background-color: #ecffdd; color: #044f04; }
.info { background-color: #ddf1ff; color: #054b6b; }


.footnotes {
	margin-top: 50px;
	border-top: solid 1px #ccc;
	padding-top: 20px;
	font-size: 11px;
	color: #999;
}


.spaced_box_container {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    /* just for demo */
    min-width: 612px;
}
.spaced_box {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.spaced_box_stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}



/* ---- */
/* TEXT */

.skyblue 	{ color: #62affc; }
.lightgreen { color: #a3e07b; } /* previous: #b0f186 */
.yellow 	{ color: #e6dd6f; }
.orange 	{ color: orange; }
.salmon		{ color: salmon; }

.darkgray 	{ color: #333; }
.gray 		{ color: #999; }
.lightgray 	{ color: #ddd; }

.white 		{ color: white; }
.black 		{ color: black; }

.olive 		{ color: #d2db7d; }
.purple 	{ color: #e3b6e3; }

.lightyellow_bg { background-color: #ffffdd; }
.lightgray_bg 	{ background-color: #f9f9f9; }
.lightgreen_bg 	{ background-color: #ecffdd; }
.lightblue_bg 	{ background-color: #ddf1ff; }
.lightred_bg 	{ background-color: #ffdddf; }


/* font-weight */
.thin 	{ font-weight: 300; }
.normal { font-weight: 400; }
.bold 	{ font-weight: 700; }

/* font-size */
.micro 		 { font-size: 6px; }
.tiny 		 { font-size: 8px; }
.small 		 { font-size: 10px; }
.mediumsmall { font-size: 12px; }
.medium 	 { font-size: 14px; }
.mediumbig 	 { font-size: 18px; }
.big 		 { font-size: 28px; }
.huge 		 { font-size: 38px; }
.mega 		 { font-size: 52px; }
.monster	 { font-size: 100px; }

/* text align */
.center_txt { text-align: center; }





/***********
RESULTS LIST - deprecated?
***********/

.results_list {
    background-color: #EEE;
    min-height: 100px; width: 100%;
    
}

.result_picture {
    /*width: 80px; height: 80px;
    border: solid 1px red;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
    line-height: 80px;
    text-align:center;
    margin-bottom: 5px;
    */
    float: left;
    height: 120px;
    margin-bottom: 5px;
    margin-left: 9px;
    position: relative;
    width: 147px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    line-height:120px;
    text-align:center;
}

.result_picture img {
    /*margin: 10px 0 0 10px;*/
	vertical-align: middle;
}






/* mobile */
@media only screen and (max-device-width: 480px) {
	
	.breadcrumbs { display: none; }
	
	/* main buttons in header */
	#main_buttons {
		margin-top: 30px;
		width: 100%;
		height: 60px;
	}
	.header_button {
		line-height: 3em;
		font-weight: 300;
		font-size: 20px;
	}
	
	/* login link in homepage */
	#login a {
		font-weight: 400;
		font-size: 18px;
	}
	
}








/* ------------------------ */



/* ------------------------ */

.title1 { color: #8D1539; font-weight: bold; font-size: 14px; }
.title2 { color: #054678; font-weight: bold; font-size: 13px; }
.title3 { color: #054678; font-weight: normal; font-size: 13px; }

.subtitle1 { color: #666; font-weight: normal; font-size: 11px; }
.subtitle2 { color: #333; font-weight: normal; font-size: 11px; }

.left 	{ float: left; }
.right 	{ float: right; }

.tleft 	{ text-align: left; }
.tright { text-align: right; }

.pointer {cursor: pointer !important;}

.bold { font-weight: bold !important; }
.regular { font-weight: normal !important; }

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }

.break1 { height: 1px; }
.break3 { height: 3px; }
.break5 { height: 5px; }
.break10 { height: 10px; }
.break15 { height: 15px; }
.break20 { height: 20px; }

.none { display: none; }
.block { display: block; }
.tcell�{ display: table-cell; }

.m1 { margin: 1px; }
.m3 { margin: 3px; }
.m5 { margin: 5px; }
.m10 { margin: 10px; }
.m15 { margin: 15px; }
.m20 { margin: 20px; }

.mt1 { margin-top: 1px; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.mb1 { margin-bottom: 1px; }
.mb3 { margin-bottom: 3px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }

.mr1 { margin-right: 1px; }
.mr3 { margin-right: 3px; }
.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }

.ml1 { margin-left: 1px; }
.ml3 { margin-left: 3px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }

.p1 { padding: 1px; }
.p3 { padding: 3px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }




/* jquery ui tabs - override styles */
.ui-widget-content {
	border: none !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-tabs {
	font-family: 'Open Sans', sans-serif !important;
}
/* jquery ui tabs - vertical tabs support */
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #eee;
    
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ccc;
    padding: 0 .2em 0;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
    /* overrides */
    height: 50px;
    font-size: 16px;
    font-weight: 300;

}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
    /* overrides */
    height: 50px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
    /* overrides */
    font-weight: 400;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 42em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}

.ui-state-active {
    background-color: white !important;
}
.ui-state-active a {
    color: #333 !important;
}


/*fonts google api
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTY3LH2FgLjViKkqswU-xtII.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/u-WUoqrET9fUeobQW7jkRSZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzI3LH2FgLjViKkqswU-xtII.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBgzzZlagSe_blz3aczwf9QY.ttf) format('truetype');
}*/