.loginBox {
	background-color: #f9f9f9;
	border: 1px solid #bdbdbd;
	padding: 40px;
	margin-top: 100px;
	box-sizing: border-box;
	max-width: 400px;
	border-radius: 3px;
}

label {
	font-weight: 600;
}

.requirementsMenu {
	list-style: none;
	margin-left: 0;
}

.requirementsMenu li {	
	
}

.requirementsMenu li a {	
	display: block;
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #f3f3f3;
	border: 1px solid #bdbdbd;
}


.requirementsMenu li a:hover {	
	transition: 0.2s;
	background-color: #dedede;
}

strong {
	font-weight: 900;
}

.errormessage {
	display: block;
	padding: 10px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	background-color: #ff5a5a;
	color: #fff;
	font-weight: 600;
}

.generalmessage {
	display: block;
	padding: 10px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	background-color: #36a50a;
	color: #fff;
	font-weight: 600;
}


.tableContainer {
	margin-top: 20px;
	border: 1px solid #e3e3e3;
}

.tableHeader {
	background-color: #0088cc !important;
	color: #fff;
	font-weight: 600;
}

.tableRow {
	overflow:hidden;
}

.tableRow:nth-of-type(odd) {
	background-color: #e0e0e0;
}

.tableCell {
	box-sizing: border-box;
	padding: 5px 10px;
	float: left;
}

.tableRowDetail {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display:none;
	overflow: hidden;
	border-top: 1px dashed #c9c9c9;
}

.tableRowDetail label {
	font-weight: bold;
}

.accountBox h3 {
/*border-bottom: 1px solid #c9c9c9;*/
margin-bottom: 20px;
margin-top: 20px;
line-height: 18px;
padding-bottom: 10px;
}

.accountBox h3 span {
font-size: 13px;
font-weight: 400;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 7px 10px;
	height: auto;
}

.boxBox {
	float: left;
	overflow: hidden;
	width: calc(25% - 4px);
	margin: 2px;
	background-color: #e3e3e3;
	padding: 4px 7px;
	box-sizing: border-box;
	min-height: 70px;
}

.skillBoxLabel {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: 600;
	width: calc(100% - 30px);
	box-sizing:border-box;
}
.skillBox {
	float: left;
	height: 20px !important;
	width: 20px !important;
	margin-top: 20px !important;
}

.formRow {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.formRow label {
	margin-top: 10px;
	font-weight: bolder;
}	


.contentBox {
	background-color: #f9f9f9;
	border: 1px solid #bdbdbd;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	position: relative;
	margin-bottom: 20px;
}

.contentBox h3 {
	width: 70%;
}

.contentBox .buttons {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	width: 25%;
	margin-left: 5%;
}

.contentBox .button {
	margin-left: 5px;
	color: #fff;
	padding: 7px;
	font-weight:900;
	border-radius: 2px;
	margin: 0;
}

/* COLOURS */

.contentBox .button {
	background-image: none;
	color: #fff;
	border: 0;
	margin-top: 5px;
	vertical-align: 0;
	text-shadow: none;
	box-shadow: none;
	line-height: inherit;
	font-size: 1em;
	font-weight: bold;	
	padding: 7px;
	font-family: inherit;
}

.contentBox .button:hover {
	transition: 0.2s;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	margin-top: 3px;

}

.contentBoxRow {
	background-color: #e8e8e8;
	overflow: hidden;
	position: relative;
	min-height: 50px;
	padding: 20px;
	margin-top: 10px;
}

.chatDownload {
	border: 1px dashed #c9c9c9;
    padding: 20px;
    background: #dcdcdc;
    font-weight: bolder;
    margin-top: 20px;

}

.chatDownload span {
	font-style: italic;
}

.bgRed {
	background-color: #ff5a5a !important;
}
.bgGreen {
	background-color: #24c524 !important;
}

/* WIDTHS FOR TABULAR LAYOUT */

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