/* div { border:solid 1px #933; } */

/* LOGIN ---------------- */
#login_container { }
.login_container_row {margin-top:8px; overflow:hidden; }
.login_user_information {width:100px; float:left; clear:both; }
.login_input_text {float:left; }
.login_input_text input {width:220px; }
.login_info_text {float:left; clear:both; }
.login_button { float:right; }


.form_container {  }

.form_row { margin-bottom:25px; clear:both; }
.form_row_andor { margin-top:25px; margin-bottom:25px; clear:both; }

/* .form_row { display:table; margin-bottom:10px; } div.form_row > div { display: table-cell; } */


/* Drop down text size -------------- */
#ctl00_MidBlock_ContentMain_ddlCountry {font-size:100% !important;}
#ctl00_MidBlock_ContentMain_ddlEducation {font-size:100% !important;}




.button_left { float:left; }
.button_middle { float:left; margin-left:235px; }
.button_right { float:right; }
.button_right_margin-top { float:right; margin-top:10px; margin-bottom:20px; }


.choose_education { width: 110px; float:left; }
.upload_file_type { width: 140px; float:left; font-weight:bold; }

.user_information { width: 160px; float:left; }
.info_text { font-size:90%; margin-left:10px; float:left; }
.input_text_info { margin-top:7px; clear:both; }
.input_text input { float:left; width:230px !important;}

.input_text_gender { float:left; }


.info_text_pno {float:left; font-size:90%; margin-left:5px; }
.info_text_username {float:left; font-size:90%; margin-left:5px; }


.button_upload { margin-left:10px; }

option.bold { font-weight:bold; }

.navigation_right { float:right; line-height:17px; }


.warning_box_container {}
.warning_box { padding:12px; border:solid 2px #F00;}


.grey_text { color:#999; }


.uploaded_file_container { margin-bottom:10px; }
.uploaded_file { float:left; }
.delete_link a { margin-left:10px; color:#F00; text-decoration:none; }
.delete_link a:hover { text-decoration:underline; }


.portfolio_status { margin-bottom:15px; }

.red_triangle {
	width:0; 
	height:0; 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	border-top: 20px solid #F00;
	border-bottom: 0;
	float:left;
	margin-top:2px;
	margin-right:5px;
	margin-bottom:8px;
}

.yellow_triangle {
	width:0; 
	height:0; 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	border-top: 20px solid #FC0;
	border-bottom: 0;
	float:left;
	margin-top:2px;
	margin-right:5px;
	margin-bottom:8px;
}

.green_triangle {
	width:0; 
	height:0; 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	border-top: 20px solid #0C0;
	border-bottom: 0;
	float:left;
	margin-top:2px;
	margin-right:5px;
	margin-bottom:8px;
}

.portfolio_status_description { float:left; }

.portfolio_status_clear {clear:both; margin-bottom:20px; }

.portfolio_status_delete {float:left; margin-right:3px;}




@media screen and (max-width: 1020px) {

/* Ladda upp */
.choose_education { margin-bottom:5px; }
.choose_education_dropdown {float:left; }
#ctl00_MidBlock_ContentMain_ddlEducation {width:340px; }
.button_right { margin-bottom:20px; }


/* Mitt konto */
.form_row { margin-bottom:35px !important; clear:both; }

.info_text { float:left; }
.input_text input { float:left; width:230px !important;}

.info_text_pno {float:left; font-size:90%; margin-left:0px; margin-bottom:15px; }
.info_text_username {float:left; font-size:90%; margin-left:0px; margin-bottom:15px; }

.select_list select { float:left; width:230px !important;}


}




