
@import url(https://fonts.googleapis.com/css?family=Raleway);

*{
  font-family:'Century Gothic', sans-serif;
}

.centered {
	position: fixed;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.acronym {
	color: #cc2229;
}

.erasmus{
	font-size: 15px;
	color: #0c0c0c;
}


.senvibe_title{
	text-align:center;
	margin: 30px auto;
	font-size: 18px;
	color: #0c0c0c;
}

#maindiv{
	width:700px;
	margin:30px auto;
	font-size: 14px;
}

#mainform{
	width:600px;
	float: left;
	border-radius: 10px;
	border: 2px solid #ccc;
	padding: 10px 40px 25px;
	margin-top: 15px;
	background-color: #fcfcfc
}

h1 {
	text-align:center;
	font-size: 20px;
	color: #0c0c0c;
}

h2{
	background-color: #eaeaed;
	text-align:center;
	border-radius: 10px 10px 0 0;
	margin: -10px -40px;
	padding: 15px;
	font-size: 20px;
	color: #555555;
}

l{
	font-size: 16px;
}

.message{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
}

hr{
	border:0;
	border-bottom:1px solid #ccc;
	margin: 10px -40px;
	margin-bottom: 30px;
}

textarea {
	width:80%;
	border-radius:1px;
	box-shadow:0 0 1px 1px #555557;
	margin-top:6px;
	margin-bottom: 6px;
	padding:7px;
	border:none
}


input[type=text], input[type=password]{
	width:80%;
	height:30px;
	border-radius:2px;
	box-shadow:0 0 1px 1px #555557;
	margin-top:6px;
	padding:7px;
	border:none;
	margin-bottom: 6px;
}

input[type=date]{
	width:100%;
	border-radius:2px;
	box-shadow:0 0 1px 1px #555557;
	margin-top:6px;
	padding:7px;
	border:none;
	margin-bottom: 6px;
}

input[type=date].custom_date{
	width:140px;
	border: none;
	border-radius:2px;
	box-shadow:0 0 2px #555557;
	margin-top:5px;
	padding:4px;
	margin-bottom: 5px;
}

input[type=submit]{
	width: 100%;
	background-color: #555557;
	color: white;
	border: 2px solid #555557;
	padding: 10px;
	font-size:18px;
	cursor:pointer;
	border-radius: 5px;
	margin-bottom: 20px;
}

input[type=submit].button {
	width: 130px;
	background-color:#555557;
	color: white;
	border: 2px solid #555557;
	padding: 5px;
	font-size:16px;
	cursor:pointer;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
}

select {
	-webkit-padding-end: 3px;
	-moz-padding-end: 3px;
	-webkit-padding-start: 5px;
	-moz-padding-start: 5px;
	background-color: white; 
	cursor:pointer;
	border: 1px solid #555557;
	border-radius: 2px;
	box-shadow: 0px 0px 1px #555557;
	color: #6f6f6f;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

.custom-select select {
	border: none;
	box-shadow: 0px 0px 2px #555557;
	width: 150px;
}

::-webkit-input-placeholder { 
	font-size: 14px;
}
::-moz-placeholder { 
	font-size: 14px;
}
:-ms-input-placeholder { 
	font-size: 14px;
}
:-moz-placeholder { 
	font-size: 14px;
}

table, tr, td, th {
	border-collapse: collapse;
	border: none;
}

table.dissemination_table {
	margin: 0px auto;
}

table.dissemination_table th, table.dissemination_table td {
	text-align: left;
	border-bottom: 1px solid #e2e3e5;
	padding: 10px;
	font-size: 14px;
}

table.dissemination_table th {
	background-color: #e2e3e5;
	color: #555555;
}

table.dissemination_table tr:nth-child(odd) {
	background-color: #fbfbfb;
}

table.dissemination_table tr:hover{
    background-color: #f4f4f4;
}

a.prev_next {
	color: #cc2229;
	text-decoration: none;
	font-size: 16px;
}

a.logout {
	color: #cc2229;
	text-decoration: none;
	font-size: 16px;
}

.page {
	color: #555555;
	font-size: 15px;
}

body {
	text-align: center;
	background-color: white;
}

div {
	text-align: left;
	display: inline-block;
}


