/*reset*/
body, p, blockquote {
  margin: 0;
  padding: 0;
}

a img, iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
}

form, fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 1px solid #555;
}

legend {
  padding: 0;
}

input, textarea, select, option {
  margin: 0;
  padding: 1px;
  color: #484848;
  font-size: 100%;
  font-family: inherit;
  min-height: 18px;
  box-sizing: border-box;
}

select {
  padding: 0;
}

.flex.--none { flex: none; }

.flex.--grow { flex-grow: 1; }

.flex.--shrink { flex-shrink: 1; }

.h-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.h-flex.--align-center { align-items: center; }
.--spaced * + * { padding-left: 5px; padding-right: 5px; }

.h-flex input[type=text],
.h-flex input[type=date] { width: 100px; }

.h-flex span + span { margin-left: 15px; }

.inputs {
  border: 1px solid #ddd;
  background-color: #fff;
}

.btn_inputs {
  font-weight: bold;
  border: 1px solid #777;
  background-color: #fff;
}

/**
 * columns utils
 */
div.column {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 49.9%; /*default value*/
}

div.clear_all {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 1px;
  overflow: hidden;
}

#barre {
  width: 100%;
  height: 9px;
  background-color: #2e6ca7;
}

/*custom*/
body {
  color: #484848;
  font: normal 82.5% 'Helvetica Neue', 'Lucida Grande', Helvetica, Verdana, Arial;
}

p {
  margin: 10px 0;
}

li {
  margin-left: 10px;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .1);*/
  color: #2e6ca7;
  padding-top: 16px;
  /*margin:.6em 0 0;*/
}

h2 {
  font: normal .8em 'Helvetica Neue', Arial;
  letter-spacing: .02em;
  color: #686868;
  padding-bottom: 10px;
  /*margin:0 .2em 1.8em;*/
}

h3 {
  color: #3c5264;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8em;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
  padding-left: 8px;
}

h4 {
  font: bold 1.2em 'Helvetica Neue', Arial;
  letter-spacing: .02em;
  color: #8796A5;
}

input[readonly], textarea[readonly] {
  background-color: #eee;
}

option {
  font: normal .8em 'Helvetica Neue', Arial;
}

optgroup {
  font-style: normal;
  font-weight: bold;
  margin-left: 2px;
}

#logo {
  background: url('../images/logo_manager.png') no-repeat top center;
  height: 56px;
  margin: 20px;
}

/*struct*/
div#banner {
  background: url('../images/banner.png') no-repeat top right;
  margin: 0 auto;
  padding: 0;
}

div#banner div.wrapper {
  margin: 0 0 0 0;
  padding: 5px 10px;
  height: 38px;
}

div#banner div.wrapper h3 {
  padding: 0;
  margin: 3px 0 0;
}

div#menu {
  position: relative;
  height: 21px;
}

#logout {
  font-weight: normal;
}

a#logout {
  position: absolute;
  display: block;
  height: 18px;
  width: 100px;
  text-align: right;
  padding: 5px 16px 5px 10px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

div#menu table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 28px;
}

div#menu table td {
  margin: 0 0 0 0;
  padding: 0 1em;
  height: 28px;
  text-align: center;
}

div#menu table td.menu {
  text-align: center;
  background-color: #2E6CA7;
}

div#menu table td.menu a {
  color: #e7f0f8;
  font-weight: bold;
}

div#menu table td a {
  font-size: .8em;
  font-weight: bold;

}

div#menu a:link, div#menu a:hover, div#menu a:visited, div#menu a:active {
  font-size: 0.8em;
  font-weight: bold;
  color: #41576b;
  /*line-height: 2.5em !important;*/
  text-decoration: none;
}

div#menu a:hover {
  color: #2E6CA7;
}

div#menu a.menu:link, div#menu a.menu:visited {
  font-size: 0.8em;
  color: #ffa500;
  text-decoration: none;
}

div#ssmenu {
  padding-top: 18px;
  padding-left: 5px;
  height: 21px;
  font-size: 0.8em;
  color: #e7f0f8;
}

div#ssmenu a,
div#ssmenu a:link,
div#ssmenu a:hover,
div#ssmenu a:visited,
div#ssmenu a:active {
  font: normal 1em 'Helvetica Neue', Arial;
  color: #e7f0f8;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

div#ssmenu a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #8f9eac;
}

div#ssmenu a.ssmenu:link,
div#ssmenu a.ssmenu:visited {
  font: bold 1em 'Helvetica Neue', Arial;
  color: #e7f0f8;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

div#content {
  margin: 0;
  padding: 0;
}

/*box*/
div#market_results {
  margin-bottom: 10px;
  padding: 0 0 0 0;
  font-size: 8.5pt;
  font-weight: bold;
}

p.ftp_message {
  font-style: oblique;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  padding: 3em;
}

div.marketbox {
  /*overrides div.columns*/
  margin: 1% 3%;
  padding: 2%;
  width: 39.9%;
  text-align: left;
  background: #E5EDF6 url(../images/thumb-bg.jpg) no-repeat 0 0;
  color: #484869;
  cursor: pointer;
  font-size: 9.5pt;
}

div.marketboxfile {
  /*overrides div.columns*/
  margin: 1% 0.5%;
  padding: 6px 0.5%;
  width: 23%;
  text-align: left;
  background: #E5EDF6 url(../images/thumb-bg.jpg) no-repeat 0 0;
  font-size: 7pt;
  color: #8796A5;
}

div.marketboxfile p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.marketboxfile ul {
  list-style: none;
}

div.marketboxfile ul li strong {
  display: block;
  padding: 3px 0;
  list-style: none;
  font-size: 1.2em;
  color: #484869;
}

div.marketboxfile a.market_download:link,
div.marketboxfile a.market_download:visited {
  display: block;
  padding: 3px 0;
  margin: 3px 0 0 0;
  color: #4783bd;
  text-decoration: none;
  text-align: center;
  background: #d7dfe7;
}

div.marketboxfile a.market_download:hover {
  background: #bcd2e7;
}

p.market_nav {
  text-align: left;
  color: #888888;
}

p.market_nav a:link,
p.market_nav a:visited {
  font-size: 1.2em;
  color: #4783bd;
  text-decoration: none;
}

p.market_nav a:hover {
  color: #ffa500;
}

p.market_nav strong {
  font-size: 8pt;
}

div#ressource_utils {
  margin: 10px 3% 0 3%;
  padding: 5px;
  border: 1px solid #e9e6db;
  font-size: 0.85em;
  background: #fcf9ed;
}

div#ressource_utils table {
  margin: 0 auto;
}

div#ressource_utils table td,
div#ressource_utils table th {
  text-align: left;
}

/**
 * loginbox
 */
.loginbox {
  width: 100%;
  background: #e5edf6;
  padding-bottom: 10px;
}

.loginbox_top {
  width: 514px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/loginbox_top.gif') no-repeat;
}

.loginbox_middle {
  width: 300px;
  padding-left: 4px;
  padding-right: 5px;
  margin: 0 auto;
}

.loginbox_bottom {
  margin-left: auto;
  margin-right: auto;
  width: 514px;
  height: 14px;
  background: url('../images/loginbox_bottom.gif') no-repeat;
}

.headbox {
  width: 100%;
}

#content_head {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #e5edf6;
}

.headbox_top {
  width: 610px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}

.headbox_middle {
  width: 605px;
  padding-left: 4px;
  padding-right: 5px;
  margin: 0 auto;
}

.headbox_bottom {
  margin-left: auto;
  margin-right: auto;
  width: 614px;
  height: 14px;
}

input.headbox {
  display: block;
  width: 100%;
  height: 28px;
  border: 1px solid #bec1c4;
  font: normal 1.1em/1 'Helvetica Neue', Arial;
  padding: 0 3px;
  margin: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  box-shadow: inset 0 1px 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
  -moz-box-shadow: inset 0 1px 0 #f2f2f2;
}

input.headbox_date {
  text-align: center;
  width: 90px;
  height: 28px;
  border: 1px solid #bec1c4;
  font: normal 1.1em/1 'Helvetica Neue', Arial;
  padding: 0 3px;
  margin: 0;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  box-shadow: inset 0 1px 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 #f2f2f2;
  -moz-box-shadow: inset 0 1px 0 #f2f2f2;
}

input.headbox_btn2 {
  height: 30px;
  font: normal 0.9em/1 'Helvetica Neue', Arial;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
  border: 1px solid #bec1c4;
  padding: 0 8px;
  margin: 0;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
}

select.headbox {
  height: 30px;
  font: normal 0.9em/1 'Helvetica Neue', Arial;
}

input.headbox_btn {
  display: block;
  height: 30px;
  font: normal 0.9em/1 'Helvetica Neue', Arial;
  background: #f4f4f4; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
  border: 1px solid #bec1c4;
  padding: 0 8px;
  margin: 0;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
}

label.headbox {
  width: 120px;
  line-height: 1.8;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  margin-left: 0.1em;
  display: block;
}

.searchbox_top {
  width: 514px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/searchbox_top.gif') no-repeat;
}

.searchbox_middle {
  width: 505px;
  padding-left: 4px;
  padding-right: 5px;
  margin: 0 auto;
  background: #EAEBEC url('../images/searchbox_middle.gif') repeat;
}

.searchbox_bottom {
  margin-left: auto;
  margin-right: auto;
  width: 514px;
  height: 14px;
  background: url('../images/searchbox_bottom.gif') no-repeat;
}

input.searchbox {
  width: 320px;
  border: 1px solid #e9e9e9;
  background: #fdfdfd url('../images/input_bg.gif') repeat;
  margin: 0 8px 0 0;
  font: normal 1.3em 'Helvetica Neue', Arial;
}

label.searchbox {
  width: 120px;
  line-height: 1.8;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  margin-left: 0.1em;
  display: block;
}

#search_result {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.7em;
  color: #999999;
}

.resultbox fieldset {
  margin-bottom: 10px;
  border: none;
  background-color: #e5edf6;
  border-right: #f3f3f3 1px solid;
  border-bottom: #f3f3f3 1px solid;
}
.resultbox tr:nth-last-child(even) td { background-color: #FDFDFD; }
.resultbox tr:nth-last-child(odd) td { background-color: #F4F8FB; }

.resultbox legend {
  padding: 0 2px;
  font-weight: bold;
}

.resultbox select {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
  width: 160px;
}

.resultbox th {
  background-color: #e5edf6;
  border-bottom: 1px solid #e5edf6;
  border-top: 1px solid #e5edf6;
  text-align: center;
  padding-bottom: 2px;
  padding-top: 2px;
  white-space:nowrap;
}

.resultbox tbody {
  font-size:0.8em;
  line-height:1;
}

.resultbox td {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  padding-top: 2px;
}

.res0 {
  font-size: .8em;
  background-color: #FDFDFD;
}

.res1 {
  font-size: .8em;
  background-color: #F4F8FB;
}

.respage {
  font: normal .8em 'Helvetica Neue', Arial;
  color: #888;
  background-color: #f7f7f7;
  text-align: center;
  border-top: 1px solid #F1F5FA;
  padding-bottom: 3px;
  padding-top: 3px;
}

.reshigh {
  background-color: #f8fafc;
}

.restotal {
  font-weight: bold;
  background-color: #f8fafc;
}

#linkpage {
  color: #888;
  padding-top: 3px;
  padding-bottom: 2px;
}

#linkpage span {
  font-weight: bold;
  text-decoration: none;
  color: #ffa500;
}

#linkpage a, #linkpage a:link, #linkpage a:hover, #linkpage a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #888;
  background-color: #f4f4f4;
}

#linkpage a:hover {
  font-weight: bold;
  background-color: #ddd;
}

.editbox fieldset {
  margin-bottom: 10px;
  border: none;
  background-color: #e5edf6;
  border-right: #f3f3f3 1px solid;
  border-bottom: #f3f3f3 1px solid;
}

.editbox legend {
  padding: 0 2px;
  font-weight: bold;
}

.editbox tr {
  border: #F1F5FA 0 solid;
}

.editbox th {
  background-color: #f7f7f7;
  text-align: left;
  border-bottom: #F1F5FA 1px solid;
  padding: 3px 4px;
  color: #717171;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1em;
}

.editbox td {
  border-bottom: #F1F5FA 1px dotted;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

p.bottom_links {
  clear: both;
  text-align: right;
  font: bold 8pt 'Helvetica Neue', 'Arial Narrow', sans-serif;
}

.bottom_links a:link,
.bottom_links a:visited {
  color: #929292;
  text-decoration: none;
}

.bottom_links a:hover {
  color: #4783bd;
}

/*input*/
input.adapt, select.adapt, textarea.adapt {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
}

input.right, select.right, textarea.right {
  text-align: right;
}

input.center, select.center, textarea.center {
  text-align: center;
}

input.small, select.small, textarea.small {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
  width: 100px;
}

input.medium, select.medium, textarea.medium {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
  width: 160px;
}

input.large, select.large, textarea.large {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
  width: 320px;
}

textarea.large {
  height: 56px;
}

input.vlarge, select.vlarge, textarea.vlarge {
  font: normal .9em 'Helvetica Neue', Arial;
  border: 1px solid #d9d9d9;
  width: 600px;
  white-space: nowrap;
}

input.bt_small {
  font: normal .9em 'Helvetica Neue', Arial;
  width: 80px;
}

input.bt_medium {
  font: normal .9em 'Helvetica Neue', Arial;
  width: 160px;
}

input.bt_large {
  font: normal .9em 'Helvetica Neue', Arial;
  width: 320px;
}

/*other*/
.stat_up {
  background: url('../images/stat_up.gif') no-repeat 0 2px;
  padding-left: 14px;
}

.stat_down {
  background: url('../images/stat_down.gif') no-repeat 0 2px;
  padding-left: 14px;
}

.stat_up2 {
  background: url('../images/stat_up2.gif') no-repeat 0 2px;
  padding-left: 14px;
}

.stat_down2 {
  background: url('../images/stat_down2.gif') no-repeat 0 2px;
  padding-left: 14px;
}

.stat_egal {
  background: url('../images/stat_egal.gif') no-repeat 0 2px;
  padding-left: 14px;
}

#warning {
  display: none;
}

div#message {
  text-align: left;
  font: bold 1em Verdana, Helvetica;
  color: #d11010;
  margin: 8px auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid #d11010;
  background: #fde7dd url('../images/ico-err.png') no-repeat 4px 6px;
}

div#message_info {
  text-align: center;
  font: bold 1em Verdana, Helvetica;
  color: #005df6;
  width: 100%;
  margin: 8px auto;
  padding: 6px;
  border: 1px dotted #e2e2e2;
  background: #e0f1fd url('../images/ico-info.png') no-repeat 2px 6px;
}

#files span, #files a, #files a:link, #files a:hover, #files a:visited {
  font: normal 0.7em 'Helvetica Neue', Arial;
  text-decoration: none;
  color: #666;
}

.erased, .erased a, .erased a:link, .erased a:hover, .erased a:visited {
  text-decoration: overline;
  color: red;
}

.optlink, .optlink a, .optlink a:link, .optlink a:hover, .optlink a:visited {
  text-decoration: none;
  color: #222;
}

div#hr {
  padding: 0 0;
  height: 1px;
  width: 100%;
  position: relative;
  background: url('../images/hr.gif') repeat-x 0 0;
}

.error {
  box-sizing: border-box;
  color: #fd8f5e;
  background: url('../images/ico-warn.png') no-repeat 0 0;
  padding-left: 20px;
  margin-left: 3px;
}

p.error {
  color: #ff9900;
  padding: 3px 3px 3px 20px;
  font: bold 9pt 'Helvetica Neue', 'Arial Narrow', sans-serif;
}

input.error { background-color: #fde7dd; }

.warn {
  font-size: .8em;
  font-weight: normal;
  color: #fd8f5e;
  background: url('../images/ico-warn.png') no-repeat 0 0;
  padding: 1px 20px;
}

.info {
  font-size: .8em;
  font-weight: normal;
  color: #4783bd;
  background: url('../images/ico-info.png') no-repeat 0 0;
  padding: 1px 20px;
}

.alpha25 {
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
}

.alpha50 {
  filter: alpha(opacity=50);
  -moz-opacity: .50;
  opacity: .50;
}

.alpha100 {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.next {
  background: url('../images/ico-next.png') no-repeat 10px 4px;
  padding: 2px 30px 14px;
  margin: auto;
}

.date {
  background: url('../images/ico-date.png') no-repeat 10px 4px;
  padding: 2px 30px 14px;
  margin: auto;
}

.dates table tr td {
  width: 104px;
}

.whiteblank {
  background-color: #fff;
  border: 0 none #fff;
  padding: 0 0;
}

.devise {
  font-weight: bold;
}

.credit {
  color: red;
}

.comment {
  font-size: .7em;
  font-weight: normal;
  color: #777;
}

table.scrollable {
  width: 90%;
  border-collapse: separate;
  border: 1px solid #aaa;
}

table.scrollable th {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px;
  background: #f7f7f7;
  position: relative;
}

table.scrollable tbody {
  height: 150px;
  overflow: auto;
}

table.scrollable tr {
  height: 0;
}

table.scrollable td {
  font-size: .75em;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

table.logs {
  border: 0 solid #aaa;
}

table.logs th {
  border: 1px solid #aaa;
  padding: 5px;
  background: #f7f7f7;
}

table.logs td {
  font-size: .75em;
}

table.highlight tr:hover {
  background-color: #E5EDF6;
}

a.extra, a.extra:link, a.extra:hover, a.extra:visited, a.extra:active {
  color: #484848;
  border-bottom: 1px dotted #484848;
  text-decoration: none;
}

/* jqac */
.jqac-menu {
  font-size: 14px;
  color: black;
  background-color: white;
  border: 1px solid #aaa;
}

.jqac-menu ul {
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}

.jqac-menu .jqac-link {
  cursor: pointer;
  display: block;
}

.jqac-menu .jqac-highlight {
  background-color: #ddf;
}

.jqac-menu .jqac-warning {
  font-style: italic;
}

.jqac-menu em {
  text-decoration: underline;
}

.jqac-menu .jqs-info {
  text-align: right;
  font-style: italic;
  font-size: .75em;
  color: #666;
}

.label {
  padding: 1px 3px 2px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.bg-grey { background-color: #777; }

.center { text-align: center; }

.drop, .drop-title {
  position: relative;
  display: inline-block;
}
.drop dd {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  background-color: #FFFFFF;
}
.drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11),
    0 2px 2px rgba(0,0,0,0.11),
    0 4px 4px rgba(0,0,0,0.11),
    0 6px 8px rgba(0,0,0,0.11),
    0 8px 16px rgba(0,0,0,0.11);
}
.drop li {
  margin: 0;
  padding: 5px;
}
.drop li + li {
  border-top: 1px solid #999999;
}
.drop a {
  color: #4783bd;
  text-decoration: none;
}

.order_search {
  box-sizing: border-box;
  font: normal .8em/1 'Helvetica Neue', Arial;
}
.order_search label { font-weight: bold; }
.order_search__query_field,
.order_search__options,
.order_search__dates {
  margin-top: 5px;
  margin-bottom: 0;
}
.order_search__query_field {
  display: flex;
  align-items: stretch;
}
.order_search input[type=text],
.order_search input[type=date],
.order_search select {
  padding: 0 3px;
  margin: 0;
  min-height: 20px;
  border: 1px solid #bec1c4;
  border-radius: 2px 0 0 2px;
  box-shadow: inset 0 1px 0 #f2f2f2;
  appearance: none;
  -moz-appearance: none;
}
.order_search select {
  background: white url('../images/select.png') no-repeat right 5px center;
}
.order_search__query_field input[type=text] {
  flex-grow: 1;
}
.order_search__query_field input[type=submit] {
  appearance: none;
  padding: 0 10px;
  border-left-width: 0;
  background: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%);
  flex-grow: 0;
}
.order_search__options {
  display: grid;
  grid-template-columns: 200px 2fr;
  grid-column-gap: 7px;
  grid-template-areas: "a b";
  align-items: center;
}
.order_search__options.--hardware-statuses {
  display: flex;
  grid-template-columns: none;
}

.order_search__options label {
  grid-area: a;
}
.order_search__options .autocomplete,
.order_search__options select {
  grid-area: b;
}
.order_search__dates {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  grid-column-gap: 7px;
  grid-template-areas: "a b c";
}
.order_search__dates span:nth-child(1) {
  grid-area: a;
}
.order_search__dates span:nth-child(2) {
  grid-area: b;
}
.order_search__dates span:nth-child(3) {
  grid-area: c;
}
.order_search__dates span {
  display: flex;
  align-items: center;
}
.order_search__dates label {
  flex-grow: 0;
  box-sizing: border-box;
  margin-right: 15px;
}
.order_search__dates select,
.order_search__dates input {
  appearance: none;
  display: block;
  flex-grow: auto;
  box-sizing: border-box;
  margin-left: auto;
  width: 120px;
}

.date-input {
  background: white url('../images/datepicker.png') no-repeat right 1px center;
  border: 1px solid #ddd;
  background-color: #fff;
}
/* jQuery star rating */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url('../images/picto_del.gif') no-repeat 0 -16px}
div.star,div.star a{background:url('../images/picto_star.gif') no-repeat 0 0}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0;border:1px solid #FF0000}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
div.star{background:transparent!important;overflow:hidden!important}
.hidden{ display:none;}

/* add for video form */
span.left{ float:left;}

input:invalid#max_quota_pix_ia  {
  border: 2px dashed red;
}
