/*
Theme Name: Generatepress modified DMK
Theme URI: http://wordpress.org/
Description: Standard Generatepress modified by David DMK.
Author: Generatepress team + DMK
Version: 0.0
Template: generatepress
*/

@import url("../generatepress/style.css");

body {
	background: rgb(255,255,255);
	font-family: Tahoma;
}

.main-title { font-size : 36px; }
a { text-decoration: none; }

.with-borders {
	padding: 40px;
	border : 5px solid rgb(200,200,200);
	border-radius: 5px;

}

div.warning {
	width: 72%;
	padding: 24px;
	background-color: rgb(255,240,240);
	border: 2px solid rgb(64,0,0);
	border-radius: 5px;
	text-align: center;
}
p.warning {
	text-align: center;
	padding: 0px;
	margin: 5px;
	font-weight: bold;
}

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

/* form style */

form.form_astt {
	display: table;
	width : 66%;
	padding: 10px;
	border-radius: 5px;
	border: 2px gray solid;
}

p.form_astt {
	display: table-row;
}

span.form_astt {
	display: table-cell;
	padding: 10px 25px 10px 25px;
}


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

th {
	border:none;
	background-color: rgb(224,240,255);
	line-height: 32px;
}
td.lab_member {
	border:none;
}
td.val_member {
	border:none;
	font-weight: bold;
}

div.sect {
	font-family:Consolas;
	margin:50px 20px 50px 20px;
	padding: 20px 20px 20px 20px;
	margin-left: 50px;
	border:2px solid rgb(80,80,80);
	border-radius:6px;
	width:80%;
}
h3.sect {
	color:rgb(16,16,128);
	padding:5px 5px 5px 20px;
	font-weight: bold;
}

h5.sect {
	color:rgb(16,16,128);
	padding:5px 5px 5px 20px;
	font-weight: bold;
}


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

input[type=file] {
  width: 500px;
}

input[type=submit], input[type=file]::file-selector-button {
  margin-right: 20px;
  width: 192px;
  border: none;
  background: #1e73be;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  transition: background .2s ease-in-out;
}

input[type=submit]:hover, input[type=file]::file-selector-button :hover {
  color: #ffff00;
 }

