/**
 * @package     EGEE
 * @subpackage  Template Responsive
 *
 * @copyright   Copyright (C) Août 2015 Dépan' Micro - Tous droits réservés
 * @license     GNU General Public License
 *
 * @site		http://depanmicro.cuisinaud.com
 **/

/* ############### Rechercher ############### */
/* Module Rechercher */
.search #infos {
	text-align: justify;
	color: #999999;
	font-style: italic;
}
/* Composant Rechercher */
/*	Formulaire	*/
#searchForm .btn-group {
	font-size: 100%;
	top: 0px;
	margin-bottom: 15px;
}
#searchForm .btn-group input {
	display: initial;
	margin: 0px;
	max-width: none;
	width: 230%;
}
#searchForm .btn {
	padding: 3px 12px;
	margin: 0px;
	left: -4px;
}
#searchForm fieldset {
	border: solid 1px #cccccc;
	border-radius: 4px;
	padding-top: 15px;
}
#searchForm legend {
	margin: 0px;
	font-weight: bold;
}
#searchForm h3 {
	margin: 0px;
	padding: 0px;
	color: #444444;
}
#searchForm .phrases-box input {
	padding-right: 12px;
	margin-right: 4px;
	vertical-align: baseline;
}
#searchForm .phrases-box label, #searchForm .only label {
	padding: 8px;
}
#searchForm .ordering-box {
	padding-top: 8px;
}
#searchForm .ordering-box select {
	max-width: none;
	width: auto;
}
#searchForm .only input {
	padding: 0px 4px 0px 0px;
	vertical-align: baseline;
	margin: 0px;
}
#searchForm .searchintro {
	text-align: right;
	color: #888888;
	font-style: italic;
}
#searchForm .searchintro p {
	margin: 0px;
	padding: 0px;
}
#searchForm .form-limit {
	padding: 20px 0px 8px 0px;
	text-align: right;
	border-bottom: dotted 1px #c9c9c9;
}
#searchForm .form-limit select {
	max-width: none;
	width: auto;
	float: right;
}
/*	Résultats	*/
dl.search-results dt.result-title {
	padding-top: 15px;
	font-size: 14pt;
	border-bottom: dotted 1px #f26904;
	color: #f26904;
}
dl.search-results dt.result-title a {
	padding-left: 8px;
}
dl.search-results dd.result-category {
	padding: 5px 0px;
	color: #aa4411;
	font-style: italic;
}
dl.search-results dd.result-text {
	text-align: justify;
}
dl.search-results dd.result-text .highlight {
	background-color: #ffff00;
}
dl.search-results dd.result-created {
	text-align: right;
	color: #cccccc;
	font-style: italic;
}
/* Erreur */
div.search .error {
	margin-top: 20px;
	text-align: center;
	color: #ff0000;
	background-color: #fee9ea;
	border: solid 1px #880000;
	padding: 10px;
	border-radius: 4px;
}

/* ############### Forms / Inputs / Buttons ############### */
.inputbox, input, textarea, select {
	background: #ffffff;
	border: 1px solid #d4d4d4;
	color: #999999;
}
#modlgn-remember {
	float: left;
	width: 20px;
}
.inputbox, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"] {
	width: 85%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px !important;
}
input {
	border: 1px solid #d4d4d4;
	font-size: 1em;
}
input::-webkit-input-placeholder, input:-moz-placeholder,.placeholder {
	color: #bbbbbb;
}
input::-moz-focus-inner {
	border: 0px;
}
input[disabled="disabled"], input.disabled {
	color: #999999;
	background: #f5f5f5;
	-moz-box-shadow: inset 0px 0px 2px #dddddd;
	-webkit-box-shadow: inset 0px 1px 2px #dddddd;
	box-shadow: inset 0px 1px 2px #dddddd;
}
input[type="text"]:focus, textarea:focus, button:focus, a.button:focus, select:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus {
	-webkit-box-shadow: 0 0 7px #cccccc;
	-moz-box-shadow: 0 0 7px #cccccc;
	box-shadow: 0 0 7px #cccccc;
	border: 1px solid #b7b7b7;
	outline: none;
}
input[type="text"], input[type="email"], textarea, button, input[type="file"] {
	-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
	-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
	-o-transition:  box-shadow 0.5s, border 0.5s, background 0.5s;
	transition: box-shadow 0.5s, border 0.5s, background 0.5s;
}
input.checkbox, input[type="checkbox"] {
	display: inline;
	width: auto;
	margin: 3px 10px 0px 0px;
	padding: 0px;
	border: 0px;
	background: none;
	vertical-align: center;
	*vertical-align: top;
}
input.radio, input[type="radio"] {
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
	vertical-align: center;
	*vertical-align: top;
}
input[type="radio"]:focus, input[ type="checkbox"]:focus {
	-webkit-box-shadow: 0 0 5px #6DB9FF;
	-moz-box-shadow : 0 0 5px #6DB9FF;
	box-shadow : 0 0 5px #6DB9FF;
	outline-color: #6DB9FF;
}
input.file, input[type="file"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
select {
	display: inline;
	width: auto;
	border: 1px solid #cccccc;
	line-height: 100%;
	padding: 3px;
	vertical-align: middle;
}
select[disabled="disabled"], select.disabled {
	color: #999999;
	background:#f5f5f5;
	-moz-box-shadow: inset 0px 0px 2px #dddddd;
	-webkit-box-shadow: inset 0px 1px 2px #dddddd;
	box-shadow:inset 0px 1px 2px #dddddd;
}
textarea {
	width: auto;
	height: 200px;
	margin: 0px;
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align: middle;
	font-family: inherit;
	font-size: 0.9em;
}
textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6em !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
}
/* Button */
input[type="button"], input[type="submit"], button[type="submit"], button[type="button"], button {
	margin-top: 8px;
	margin-bottom: 15px;
	padding: 0 10px;
	color: #666666;
	text-decoration: none;
	-webkit-appearance: none !important;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef',GradientType=0);
	line-height: 30px;
	min-height: 30px;
	font-size: 12pt;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	nowhitespace: afterproperty;
	text-shadow: 1px 1px 0 #FFFFFF;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.5s ease;
}
input[type="button"]:active, input[type="submit"]:active, button[type="submit"]:active, button[type="button"]:active {
	background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
	border-color: #bbbbbb #bbbbbb #dddddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover, button:hover {
	background: #ffffff;
}

/* ############### MAIL TO ############### */
#mailto-window {
	width: 90%;
	margin: auto;
}
#mailto-window h2 {
	font-size: 14pt;
	color: #6a6a6a;
	border-bottom: dotted 1px #6a6a6a;
}
#mailto-window p {
	text-align: right;
}