/* CSS Document
habillage du back office de mise à jour de la donnée
*/
@import "/sites/all/themes/diocese/fonts/giorgio-wf/stylesheet.css";

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,
dt, dd, ol, ul, li, table, tr, td, form, object, embed,
article, aside, canvas, command, details, fieldset,
figcaption, figure, footer, group, header, hgroup, legend,
mark, menu, meter, nav, output, progress, section, summary,
time, audio, video {
margin: 0;
padding: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
display: block;
}
html {
font: 81.25% 'giorgioregular';
background: #fff;
color: #333;
line-height: 1;
direction: ltr;
}
#logo {
  border-radius: 4px;
}
a {
  color:rgb(147, 0, 0);
	text-decoration: none;
}
a:active {
color: #15B4FF;
}
a:visited {
 color:rgb(147, 0, 0);
}

a:hover {
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(206, 2, 2);
	font-size: 1.54em;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 .46em;
}
p {
line-height: 17px;
margin: 0 0 1em;
}
ol, ul {
list-style: none;
line-height: 17px;
margin: 0 0 1em;
}
li {
margin: 0 0 .5em;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
strong {
color: #222;
}

html, body {
position: absolute;
/*height: 100%;
min-width: 100%;*/

width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    margin-top:10px;
}
.wrapper {
position: relative;
min-height: 100%;
}
.wrapper + style + iframe {
display: none;
}
.content {
/*padding: 0 44px;*/
}
.topbar {
text-align: right;
padding-top: .5em;
padding-bottom: .5em;
}
.sctrEditor-header-bar {
height: 45px;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
background-color: #292929;
color:#fff;
padding-left: 45px;
padding-right: 45px;

}
.sctrEditor-header-bar .title {
  float:left;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  margin-top:17px;
}
.sctrEditor-header-bar #appTopLeft/*.title*/ .fa {
  float:left;
  font-size:1.5em;
  margin-right:5px;
  margin-top:12px;
  vertical-align:middle;
}

#appTopRight {
  float: right;
  font-size: 11px;
}

#appTopRight #appUserConnect {
/*background-position: 100% 2px;
background-repeat: no-repeat;*/
cursor: pointer;
float: left;
font-size: 11px;
height: 13px;
margin-left: 25px;
margin-top:12px;
padding: 5px 2px 0 0;
}

#appTopRight #appUserConnect .fa {
  margin-left:3px;
}

.header .logo {
margin: 10px 0 0;
float: left;
}
.header .signin,
.header .signup {
margin: 28px 0 0;
float: right;
font-weight: bold;
}
.header .signin-button,
.header .signup-button {
	display:none;
margin: 10px 0 0;
float: right;
color:#CCC;
}
.header .signin-button a {
font-size: 13px;
font-weight: normal;
}
.header .signup-button a {
position: relative;
top: -1px;
margin: 0 0 0 1em;
}
.main {
margin: 0 auto;
width: 650px;
padding-top: 23px;
padding-bottom: 60px;
}
.main h1:first-child {
margin: 0 0 .92em;
}

.main #appTabUsers .ui-jqgrid {
  float:left!important;
  margin-right:40px!important;
}
.main .demi {
  float:left;
  width:49%;
  margin-right: 1%;
}
.main .demi li.ui-state-default {
  padding: 3px 5px;
  position: relative;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
}
.main .demi li.ui-state-default span.delete,
.main .demi li.ui-state-default span.edit {
  float: right;
  margin-left: 10px;
}
.main .demi .fullW { width: 100%; display: block; }
.main form fieldset {
  border: 1px solid #FFFFFF;
  padding: 1%;
}

.main .demi li.ui-state-default span.type-media {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;  
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out;  
  transition: all 0.3s ease-in-out;
}

.main .demi li.ui-state-default:hover span.type-media,
.main .demi li.ui-state-default:focus span.type-media {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/**
* Fenetre screen params
*/
#appScreenParams #screenParams_actions {
  margin-top:10px;
}
#appScreenParams #screenParams_actions button,
#appScreenParams #screenParams_actions p {
  display:inline;
}
#appScreenParams #screenParams_actions button {
  margin-right:10px;
}
/** (FIN) fenetre screen params **/
.welcotour-footer-bar {
bottom: 0;
height: 45px;
overflow: hidden;
/*max-width: 1000px;
min-width: 780px;*/
width: auto;
margin: 0 auto;
padding-left:45px;
padding-right:45px;
}
.footer {
padding-top: 5px;
font-size: .85em;
white-space: nowrap;
line-height: 0;

text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 115px;
}
.footer ul {
color: #999;
float: left;
max-width: 80%;
display:inline;
}
.footer ul li {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	height: 33px;
	padding-top: 15px;
	padding-right: 1.5em;
	padding-bottom: 0;
	padding-left: 0;
}
.footer a {
color: #333;
}
.footer .lang-chooser-wrap {
float: right;
max-width: 20%;
}
.footer .lang-chooser-wrap img {
vertical-align: middle;
}
.footer .attribution {
float: right;
}
.footer .attribution span {
vertical-align: text-top;
}

.footer .logo {
padding-left: 30px;
background-image: url(/annuaire/gestion/lae/public/img/patte-laetis.png);
background-repeat: no-repeat;
background-position: left top;
}

.footer .logo a{
color:#007095;
}
.redtext {
color: #dd4b39;
}
.greytext {
color: #555;
}
.secondary {
font-size: 11px;
color: #666;
}
.source {
color: #093;
}
.hidden {
display: none;
}
.announce-bar {
position: absolute;
bottom: 35px;
height: 33px;
z-index: 2;
width: 100%;
background: #f9edbe;
border-top: 1px solid #efe1ac;
border-bottom: 1px solid #efe1ac;
overflow: hidden;
}
.announce-bar .message {
font-size: .85em;
line-height: 33px;
margin: 0;
}
.announce-bar .message .separated {
margin-left: 1.5em;
}
.announce-bar-ac {
background: #eee;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: '.';
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
}
*:first-child+html .clearfix {
zoom: 1;
}
pre {
font-family: monospace;
position: absolute;
left: 0;
margin: 0;
padding: 1.5em;
font-size: 13px;
background: #f1f1f1;
border-top: 1px solid #e5e5e5;
direction: ltr;

}

button, input, select, textarea {

/*font-family: inherit;*/
  font-family:Arial, Verdana;
font-size: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
-webkit-appearance: none;
appearance: none;
display: inline-block;
height: 29px;
margin: 0;
padding: 0 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover {
	border: 1px solid #666666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
outline: none;
border: 1px solid #15B4FF;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
input[type=email][disabled=disabled],
input[type=number][disabled=disabled],
input[type=password][disabled=disabled],
input[type=tel][disabled=disabled],
input[type=text][disabled=disabled],
input[type=url][disabled=disabled] {
border: 1px solid #e5e5e5;
background: #f1f1f1;
}
input[type=email][disabled=disabled]:hover,
input[type=number][disabled=disabled]:hover,
input[type=password][disabled=disabled]:hover,
input[type=tel][disabled=disabled]:hover,
input[type=text][disabled=disabled]:hover,
input[type=url][disabled=disabled]:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=email][readonly=readonly],
input[type=number][readonly=readonly],
input[type=password][readonly=readonly],
input[type=text][readonly=readonly],
input[type=url][readonly=readonly] {
border: 1px solid #d9d9d9;
}
input[type=email][readonly=readonly]:hover,
input[type=number][readonly=readonly]:hover,
input[type=password][readonly=readonly]:hover,
input[type=text][readonly=readonly]:hover,
input[type=url][readonly=readonly]:hover,
input[type=email][readonly=readonly]:focus,
input[type=number][readonly=readonly]:focus,
input[type=password][readonly=readonly]:focus,
input[type=text][readonly=readonly]:focus,
input[type=url][readonly=readonly]:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=tel].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39;
}
input[type=checkbox],
input[type=radio] {
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
margin: 0;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid #dcdcdc;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active {
border-color: #c6c6c6;
background: #ebebeb;
}
input[type=checkbox]:hover {
border-color: #c6c6c6;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
input[type=radio] {
-webkit-border-radius: 1em;
-moz-border-radius: 1em;

border-radius: 1em;
width: 15px;
height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
background: #fff;
}
input[type=radio]:checked::after {
content: '';
display: block;
position: relative;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
background: #666;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
}
input[type=checkbox]:checked::after {
/*content: url(//ssl.gstatic.com/ui/v1/menu/checkmark.png);*/
display: block;
position: absolute;
top: -6px;
left: -5px;
}
input[type=checkbox]:focus {
outline: none;
border-color:#4d90fe;
}
.gaia-country-menu-item-flag, .gaia-country-menu-item-noflag {
width: 16px;
height: 11px;
margin-right: 1em;
}
.gaia-country-menu-item-flag {
overflow: hidden;
}
.g-button {
display: inline-block;
min-width: 46px;
text-align: center;
color: #444;
font-size: 11px;
font-weight: bold;
height: 27px;
padding: 0 8px;
line-height: 27px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-ms-transition: all 0.218s;
-o-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: default;
}
*+html .g-button {
min-width: 70px;
}
button.g-button,
input[type=submit].g-button {
height: 29px;
line-height: 29px;
vertical-align: bottom;
margin: 0;
}
*+html button.g-button,
*+html input[type=submit].g-button {
overflow: visible;
}
.g-button:hover {
border: 1px solid #c6c6c6;
color: #333;
text-decoration: none;
-webkit-transition: all 0.0s;
-moz-transition: all 0.0s;
-ms-transition: all 0.0s;
-o-transition: all 0.0s;
transition: all 0.0s;
background-color: #f8f8f8;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.g-button:active {
background-color: #f6f6f6;
background-image: -webkit-gradient(linear,left top,left bottom,from(#FF3399),to(#B6055E));
background-image: -webkit-linear-gradient(top,#FF3399,#B6055E);
background-image: -moz-linear-gradient(top,#FF3399,#B6055E);
background-image: -ms-linear-gradient(top,#FF3399,#B6055E);
background-image: -o-linear-gradient(top,#FF3399,#B6055E);
background-image: linear-gradient(top,#FF3399,#B6055E);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.g-button:visited {
color: #666;
}
.g-button-submit {
	color: #fff;
	border: 1px solid #CE0202;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #CE0202;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#DF5A5A),to(#CE0202));
	background-image: -webkit-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: -moz-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: -ms-linear-gradienttop,#DF5A5A, #CE0202);
	background-image: -o-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: linear-gradient(top,#DF5A5A, #CE0202);
	cursor:pointer;
}
.g-button-submit:hover {
border: 1px solid #006F93;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #CE0202;
background-image: -webkit-gradient(linear,left top,left bottom,from(#CE0202),to(#DF5A5A));
background-image: -webkit-linear-gradient(top,#CE0202, #DF5A5A);
background-image: -moz-linear-gradient(top,#CE0202, #DF5A5A);
background-image: -ms-linear-gradienttop,#CE0202, #DF5A5A);
background-image: -o-linear-gradient(top,#CE0202, #DF5A5A);
background-image: linear-gradient(top,#CE0202, #DF5A5A);
}
.g-button-submit:active {
-webkit-box-shadow: inset 0 1px 2px rgb	a(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.g-button-red {
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	text-transform: uppercase;
	background-color: #CE0202;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#15B4FF),to(#CE0202));
	background-image: -webkit-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: -moz-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: -ms-linear-gradienttop,#DF5A5A, #CE0202);
	background-image: -o-linear-gradient(top,#DF5A5A, #CE0202);
	background-image: linear-gradient(top,#DF5A5A, #CE0202);
	cursor:pointer;
}
.g-button-red:hover {
	border: 1px solid #CE0202;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #006F93;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#CE0202),to(#DF5A5A));
	background-image: -webkit-linear-gradient(top,#CE0202, #DF5A5A);
	background-image: -moz-linear-gradient(top,#CE0202, #DF5A5A);
	background-image: -ms-linear-gradienttop,#CE0202, #DF5A5A);
	background-image: -o-linear-gradient(top,#CE0202, #DF5A5A);
	background-image: linear-gradient(top,#CE0202, #DF5A5A);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.g-button-red:active {
border: 1px solid #CE0202;
background-color: #0099CC;
background-image: -webkit-gradient(linear,left top,left bottom,from(#15B4FF),to(#0099CC));
background-image: -webkit-linear-gradient(top,#15B4FF, #0099CC);
background-image: -moz-linear-gradient(top,#15B4FF, #0099CC);
background-image: -ms-linear-gradienttop,#15B4FF, #0099CC);
background-image: -o-linear-gradient(top,#15B4FF, #0099CC);
background-image: linear-gradient(top,#15B4FF, #0099CC);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
color: #fff
}
.g-button-white {
border: 1px solid #dcdcdc;
color: #666;
background: #fff;
}
.g-button-white:hover {
border: 1px solid #c6c6c6;
color: #333;
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.g-button-white:active {
background: #fff;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.g-button-red:visited,
.g-button-share:visited,
.g-button-submit:visited {
color: #fff;
}
.g-button-submit:focus,
.g-button-share:focus,
.g-button-red:focus {
-webkit-box-shadow: inset 0 0 0 1px #fff;
-moz-box-shadow: inset 0 0 0 1px #fff;
box-shadow: inset 0 0 0 1px #fff;
}
.g-button-share:focus {
border-color: #29691d;
}
.g-button-red:focus {
border-color: #d14836;
}
.g-button-submit:focus:hover,
.g-button-share:focus:hover,
.g-button-red:focus:hover {
-webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
}
.g-button.selected {
background-color: #eee;
background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#e0e0e0));
background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
background-image: -o-linear-gradient(top,#eee,#e0e0e0);
background-image: linear-gradient(top,#eee,#e0e0e0);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
border: 1px solid #ccc;
color: #333;
}
.g-button img {
display: inline-block;
margin: -3px 0 0;
opacity: .55;
filter: alpha(opacity=55);
vertical-align: middle;
pointer-events: none;
}
*+html .g-button img {
margin: 4px 0 0;
}
.g-button:hover img {
opacity: .72;
filter: alpha(opacity=72);
}
.g-button:active img {
opacity: 1;
filter: alpha(opacity=100);
}
.g-button.disabled img {
opacity: .5;
filter: alpha(opacity=50);
}
.g-button.disabled,
.g-button.disabled:hover,
.g-button.disabled:active,
.g-button-submit.disabled,
.g-button-submit.disabled:hover,
.g-button-submit.disabled:active,
.g-button-share.disabled,
.g-button-share.disabled:hover,
.g-button-share.disabled:active,
.g-button-red.disabled,
.g-button-red.disabled:hover,
.g-button-red.disabled:active,
input[type=submit][disabled].g-button {
background-color: none;
opacity: .5;
filter: alpha(opacity=50);
cursor: default;
pointer-events: none;
}
.goog-menu {
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-transition: opacity 0.218s;
-moz-transition: opacity 0.218s;
-ms-transition: opacity 0.218s;
-o-transition: opacity 0.218s;
transition: opacity 0.218s;
background: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
cursor: default;
font-size: 13px;
margin: 0;
outline: none;
padding: 0 0 6px;
position: absolute;
z-index: 1000;
overflow: auto;
}
.goog-menuitem,
.goog-tristatemenuitem,
.goog-filterobsmenuitem {
position: relative;
color: #333;
cursor: pointer;
list-style: none;
margin: 0;
padding: 6px 7em 6px 30px;
white-space: nowrap;
}
.goog-menuitem-highlight,
.goog-menuitem-hover {
background-color: #eee;
border-color: #eee;
border-style: dotted;
border-width: 1px 0;
padding-top: 5px;
padding-bottom: 5px;
}
.goog-menuitem-highlight .goog-menuitem-content,
.goog-menuitem-hover .goog-menuitem-content {
color: #333;
}
.goog-menuseparator {
border-top: 1px solid #ebebeb;
margin-top: 9px;
margin-bottom: 10px;
}
.goog-inline-block {
position: relative;
display: -moz-inline-box;
display: inline-block;
}
* html .goog-inline-block {
display: inline;
}
*:first-child+html .goog-inline-block {
display: inline;
}
.dropdown-block {
display: block;
}
.goog-flat-menu-button {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
border: 1px solid #dcdcdc;
color: #444;
font-size: 11px;
font-weight: bold;
line-height: 27px;
list-style: none;
margin: 0 2px;
min-width: 46px;
outline: none;
padding: 0 18px 0 6px;
text-decoration: none;
vertical-align: middle;
}
.goog-flat-menu-button-disabled {
background-color: #fff;
border-color: #f3f3f3;
color: #b8b8b8;
cursor: default;
}
.goog-flat-menu-button.goog-flat-menu-button-hover {
background-color: #f8f8f8;
background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
box-shadow: 0 1px 1px rgba(0,0,0,.1);
border-color: #c6c6c6;
color: #333;
}
.goog-flat-menu-button.goog-flat-menu-button-focused {
border-color: #4d90fe;
}
.form-error .goog-flat-menu-button {
border: 1px solid #dd4b39;
}
.form-error .goog-flat-menu-button-focused {
border-color: #4d90fe;
}
.goog-flat-menu-button.goog-flat-menu-button-open,
.goog-flat-menu-button.goog-flat-menu-button-active {
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
background-color: #eee;
background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
background-image: -moz-linear-gradient(top,#eee,#e0e0e0);
background-image: -ms-linear-gradient(top,#eee,#e0e0e0);
background-image: -o-linear-gradient(top,#eee,#e0e0e0);
background-image: linear-gradient(top,#eee,#e0e0e0);
border: 1px solid #ccc;
color: #333;
z-index: 2;
}
.goog-flat-menu-button-caption {
cursor: default;
vertical-align: top;
white-space: nowrap;
}
.goog-flat-menu-button-dropdown {
border-color: #777 transparent;
border-style: solid;
border-width: 4px 4px 0;
height: 0;
width: 0;
position: absolute;
right: 5px;
top: 12px;
}
.jfk-select .goog-flat-menu-button-dropdown {
/*background: url(//ssl.gstatic.com/ui/v1/disclosure/grey-disclosure-arrow-up-down.png) center no-repeat;*/
border: none;
height: 11px;
margin-top: -4px;
width: 7px;
}
.goog-menu-nocheckbox .goog-menuitem,
.goog-menu-noicon .goog-menuitem {
padding-left: 16px;
vertical-align: middle;
}
body ::-webkit-scrollbar {
height: 16px;
width: 16px;
overflow: visible;
}
body ::-webkit-scrollbar-button {
height: 0;
width: 0;
}
body ::-webkit-scrollbar-track {
background-clip: padding-box;
border: solid transparent;
border-width: 0 0 0 7px;
}
body ::-webkit-scrollbar-track:horizontal {
border-width: 7px 0 0;
}
body ::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
body ::-webkit-scrollbar-track:horizontal:hover {
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}
body ::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
body ::-webkit-scrollbar-track:horizontal:active {
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:hover {
background-color: rgba(255,255,255,.1);
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:hover {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:active {
background-color: rgba(255,255,255,.1);
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15);
box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:active {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15);
}
body ::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 0 0 0 7px;
min-height: 28px;
padding: 100px 0 0;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
body ::-webkit-scrollbar-thumb:horizontal {
border-width: 7px 0 0;
padding: 0 0 0 100px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
body ::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
body ::-webkit-scrollbar-thumb:active {
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:horizontal {
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:hover {
background-color: rgba(255,255,255,.6);
-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);
box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:active {
background-color: rgba(255,255,255,.75);
-webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5);
box-shadow: inset 1px 1px 3px rgba(255,255,255,.5);
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track {
border-width: 0 1px 0 6px
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track:horizontal {
border-width: 6px 0 1px
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,.035);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-borderless.jfk-scrollbar-dark::-webkit-scrollbar-track:hover {
background-color: rgba(255,255,255,.07);
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-borderless::-webkit-scrollbar-thumb {
border-width: 0 1px 0 6px;
}
.jfk-scrollbar-borderless::-webkit-scrollbar-thumb:horizontal {
border-width: 6px 0 1px;
}
body ::-webkit-scrollbar-corner {
background: transparent;
}
body::-webkit-scrollbar-track-piece {
background-clip: padding-box;
background-color: #f1f1f1;
border: solid #fff;
border-width: 0 0 0 3px;
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
border-width: 3px 0 0;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-thumb {
border-width: 1px 1px 1px 5px;
}
body::-webkit-scrollbar-thumb:horizontal {
border-width: 5px 1px 1px;
}
body::-webkit-scrollbar-corner {
background-clip: padding-box;
background-color: #f1f1f1;
border: solid #fff;
border-width: 3px 0 0 3px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}
.jfk-scrollbar::-webkit-scrollbar {
height: 16px;
overflow: visible;
width: 16px;
}
.jfk-scrollbar::-webkit-scrollbar-button {
height: 0;
width: 0;
}
.jfk-scrollbar::-webkit-scrollbar-track {
background-clip: padding-box;
border: solid transparent;
border-width: 0 0 0 7px;
}
.jfk-scrollbar::-webkit-scrollbar-track:horizontal {
border-width: 7px 0 0;
}
.jfk-scrollbar::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover {
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}
.jfk-scrollbar::-webkit-scrollbar-track:active {
background-color: rgba(0,0,0,.05);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active {
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover {
background-color: rgba(255,255,255,.1);
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:active {
background-color: rgba(255,255,255,.1);
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15);
box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15);
}
.jfk-scrollbar::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 0 0 0 7px;
min-height: 28px;
padding: 100px 0 0;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal {
border-width: 7px 0 0;
padding: 0 0 0 100px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
.jfk-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: rgba(0,0,0,.4);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
.jfk-scrollbar::-webkit-scrollbar-thumb:active {
background-color: rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb {
background-color: rgba(255,255,255,.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal {
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:hover {
background-color: rgba(255,255,255,.6);
-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);
box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);
}
.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:active {
background-color: rgba(255,255,255,.75);
-webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5);
box-shadow: inset 1px 1px 3px rgba(255,255,255,.5);
}
.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track {
border-width: 0 1px 0 6px;
}
.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:horizontal {
border-width: 6px 0 1px;
}
.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:hover {
background-color: rgba(0,0,0,.035);
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-borderless.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover {
background-color: rgba(255,255,255,.07);
-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15);
box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb {
border-width: 0 1px 0 6px;
}
.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal {
border-width: 6px 0 1px;
}
.jfk-scrollbar::-webkit-scrollbar-corner {
background: transparent;
}
body.jfk-scrollbar::-webkit-scrollbar-track-piece {
background-clip: padding-box;
background-color: #f1f1f1;
border: solid #fff;
border-width: 0 0 0 3px;
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
body.jfk-scrollbar::-webkit-scrollbar-track-piece:horizontal {
border-width: 3px 0 0;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
body.jfk-scrollbar::-webkit-scrollbar-thumb {
border-width: 1px 1px 1px 5px;
}
body.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal {
border-width: 5px 1px 1px;
}
body.jfk-scrollbar::-webkit-scrollbar-corner {
background-clip: padding-box;
background-color: #f1f1f1;
border: solid #fff;
border-width: 3px 0 0 3px;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}
.errormsg {
margin: .5em 0 0;
display: block;
color: #dd4b39;
line-height: 17px;
}
.help-link {
background: #dd4b39;
padding: 0 5px;
color: #fff;
font-weight: bold;
display: inline-block;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
text-decoration: none;
position: relative;
top: 0px;
}
.help-link:visited {
color: #fff;
}
.help-link:hover {
color: #fff;
background: #c03523;
text-decoration: none;
}
.help-link:active {
opacity: 1;
background: #ae2817;
}

.main {
/*width: auto;*/
width: 800px;
/*max-width: 1000px;*/
/*min-width: 780px;*/
}
.product-info {
margin: 0 /*385*/0px 0 0;
}
.product-info h3 {
font-size: 1.23em;
font-weight: normal;
}
.product-info a:visited {
  color:rgb(147, 0, 0);
}
.product-info .g-button:visited {
color: #666;
}
.sign-in {
width: 335px;
float: right;
}
.signin-box,
.accountchooser-box {
	margin: 12px 0 0;
	padding: 20px 25px 15px;
	border: 1px solid #e5e5e5;
	background-color: #EAE8E1;
}
.product-headers {
margin: 0 0 1.5em;
}
.product-headers h1 {
font-size: 32px;
margin: 0 !important;
  line-height: 34px;
}
.product-headers h2 {
font-size: 16px;
margin: .4em 0 0;
}
.features {
overflow: hidden;
margin: 2em 0 0;
}
.features li {
margin: 3px 0 2em;
}
.features img {
float: left;
margin: -3px 0 0;
}
.features p {
margin: 0 0 0 68px;
}
.features .title {
font-size: 16px;
margin-bottom: .3em;
}
.features.no-icon p {
margin: 0;
}
.features .small-title {
font-size: 1em;
font-weight: bold;
}
.notification-bar {
background: #f9edbe;
padding: 8px;
}

.signin-box h2 {
font-size: 16px;
line-height: 17px;
height: 16px;
margin: 0 0 1.2em;
position: relative;
}
.signin-box h2 strong {
display: inline-block;
position: absolute;
right: 0;
top: 1px;
height: 19px;
width: 52px;
}
@media only screen and (-webkit-device-pixel-ratio: 2){
.signin-box h2 strong {
background-size: 52px 19px;
}
}
.signin-box div {
margin: 0 0 1.5em;
}
.signin-box label {
display: block;
}
.signin-box input[type=email],
.signin-box input[type=text],
.signin-box input[type=password] {
width: 100%;
height: 32px;
font-size: 15px;
direction: ltr;
}
.signin-box .email-label,
.signin-box .passwd-label {
font-weight: bold;
margin: 0 0 .5em;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.signin-box .reauth {
display: inline-block;
font-size: 15px;
height: 29px;
line-height: 29px;
margin: 0;
}
.signin-box label.remember {
display: inline-block;
vertical-align: top;
margin: 9px 0 0;
}
.signin-box .remember-label {
font-weight: normal;
color: #666;
line-height: 0;
padding: 0 0 0 .4em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.signin-box input[type=submit] {
margin: 0 1.5em 1.2em 0;
height: 32px;
font-size: 13px;
}
.signin-box ul {
margin: 0;
}
.signin-box .training-msg {
padding: .5em 8px;
background: #f9edbe;
}
.signin-box .training-msg p {
margin: 0 0 .5em;
}

.mail .mail-promo {
border: 1px solid #ebebeb;
margin: 30px 0 0;
padding: 20px;
overflow: hidden;
}
.mail-promo-64 h4 {
padding-top: 12px;
}
.mail .mail-promo h3,
.mail .mail-promo p {
margin-left: 60px;
}
.mail .mail-promo img {
width: 42px;
margin: 3px 0 0;
float: left;
}
.mail .mail-promo h3 {
font-size: 16px;
margin-bottom: .3em;
}
.mail .mail-promo p {
margin-bottom: 0;
}
.mail .mail-promo p:last-of-type {
margin-bottom: 0;
}
.mail .mail-promo a {
white-space: nowrap;
}
.mail .mail-promo-64 {
padding: 5px 18px 5px 10px;
}
.mail .mail-promo-64 img {
width: 64px;
height: 64px;
}
.mail .mail-promo-64 h3,
.mail .mail-promo-64 p {
margin-left: 76px;
}
.mail .mail-promo-64 h3 {
padding-top: .6em;
}
.mail h3.mail-hero-heading {
font-family: 'open sans', arial, sans-serif;
font-size: 24px;
font-weight: 300;
}
.mail h4.mail-hero-heading {
color: #565656;
font-size: 15px;
font-weight: normal;
line-height: 22px;
margin-top: 15px;
width: 270px;
}
.mail h5.mail-about-heading {
color: #565656;
font-size: 15px;
font-weight: bold;
}
.mail ul.mail-links {
margin: 0;
overflow: hidden;
}
.mail ul.mail-links li {
display: inline-block;
margin-right: 20px;
*display: inline; /*ie7*/
}
.mail .mail-hero {
background-repeat: no-repeat;
background-position: 0 137px;
height: 317px;
margin-top: -20px;
/*width: 100%;*/

width:335px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
.mail .mail-hero-left {
/*display: block;
float: left;
width: 53%;*/
}
.mail .mail-hero-right {
/*float: left;
width: 47%;*/
}
.mail .mail-about-section {
padding-top: 35px;
width: 100%;
}
.mail .mail-about-col-left {
display: block;
float: left;
width: 55%;
}
.mail .mail-about-col-right {
display: block;
float: left;
width: 45%;
}
.mail .mail-about-col-space {
display: block;
float: left;
width: 40px;
}
.mail .mail-buttons {
vertical-align: top;
margin-top: 50px;
width: 300px;
}
.mail .mail-button-welcotour-play {
margin-bottom: 1px;
}
.mail .mail-button-unit {
display: inline-block;
padding-right: 10px;
float: left;
}
.mail .mail-hero-img {
	padding-left: 0px;
}
.mail p.mail-about-text,
.mail p.mail-account-text {
color: #575757;
line-height: 20px;
}
.mail p.mail-about-text {
width: 80%;
}
@media only screen and (max-width: 1100px) {
.mail h5.mail-about-heading {
font-size: 13px;
width: 80%;
}
}
#appScreenScenarios .ui-sortable .edition-en-cours {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  border-color: #31708f;
  color: #31708f;
}
#appScreenScenarios .ui-sortable .edition-en-cours span.type-media {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #31708f;
}
#appScreenScenarios .ui-sortable-placeholder {
  border: 1px dashed #ccc !important;
  visibility: visible !important;
  background: none !important;
}

/** Page login **/
#sctr_loginform #frmMsg {
  font-size: 12px;
  line-height: 0;
  color:#CC0000;
}
/**(FIN) page login **/
