/*   
Theme Name: Jarvis 3.7.3 Chid
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 3.7.3
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Template: jarvis_wp

*/

@import url("../jarvis_wp/style.css"); 

table.tablepva { border: 2px solid #005ea8;}
table.tablepva th { text-align:center;border: 1px solid #fff; color:#fff;background-color: #005ea8;padding: 10px 6px }
table.tablepva td { text-align:left;padding:5px;border: 1px solid #005ea8;}
table.tablepva td.cnt { text-align:center}
table.tablepva td.cntwarning { text-align:center;color:#f00;font-weight:bold}
table.tablepva td.cntgras { text-align:center;font-weight:bold }
table.tablepva tr.trko { background-color: #ffcbcb }
table.tablepva td.first  { width: 250px; text-align: center; font-weight:bold }

table.tablepvaphp { border: 0px ;display: block;overflow-x: auto;}
table.tablepvaphp tr { vertical-align:middle }
table.tablepvaphp th { text-align:center;border: 1px solid #fff; color:#fff;background-color: #005ea8;padding: 10px 6px }
table.tablepvaphp td { text-align:left;padding:5px;border: 1px solid #005ea8; }
table.tablepvaphp td.cnt { text-align:center}
table.tablepvaphp td.cntwarning { text-align:center;color:#f00;font-weight:bold}
table.tablepvaphp td.cntgras { text-align:center;font-weight:bold }
table.tablepvaphp tr.trko { background-color: #ffcbcb }

ul.ulpva {
	list-style: disc inside;
}

input.inputpva {
	display: inline; margin-bottom : 0px;
}
select.selectpva {
	display: inline; margin-bottom : 0px;
}
label
{
	display: block;
	width: 225px;
	float: left;
	margin-right: 10px;
}
label.large
{
	display: block;
	width: 300px;
	float: left;
	margin-right: 10px;
}
label.etroit
{
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
}

ul.ulpva2 {
	list-style: circle inside;
	margin-left: 35px;
}
.highlight {color:#E17000}
.surligne {background-color:#FFFF00; color:#FF0000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.bigerror {color:#c00;font-weight:bold;font-size:15px}
.success {color:#390;font-weight:bold}
.bigsuccess {color:#190099;font-weight:bold;font-size:15px}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
.center {text-align:center}
.warning {color:#f00;font-weight:bold}
.vertfonce {color:#008B45;font-weight:bold}
.fichier {color:#190099;font-weight:bold}
.sncf {font-family:arial narrow; font-size:110%}
.big {font-size: 136%}
.verybig {font-size: 160%}
small {font-size:11px}
verysmall {font-size:8px}

/*un joli bouton rond pour le backoffice*/
.btn {
  background: #005ea8;
  border-radius: 28px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline;
}

.btn:hover {
  background: #6aacda;
  color: #000000;
}

/*un joli bouton rond et bleu pour le backoffice*/
.btnbleu {
  background: #005ea8;
  border-radius: 28px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline;
}

.btnbleu:hover {
  background: #6aacda;
  color: #000000;
}

/*un petit bouton rond*/
.btnpetit {
  background: #005ea8;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  display: inline;
}
.btnpetit:hover {
  background: #6aacda;
  color: #000000;
}

/*un petit bouton rond et bleu*/
.btnpetitbleu {
  background: #005ea8;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}
.btnpetitbleu:hover {
  background: #6aacda;
  color: #000000;
}