@font-face {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Yanone.eot');
    src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('../fonts/Yanone.eot') format('embedded-opentype'), url('../fonts/Yanone.woff') format('woff');
}

#footerLinks{
    float: right;
}

#footerLinks a{
    margin-left: 10px;
    margin-right: 10px;
}

#user_permissions{
  background-color: #f0efef;
  height: auto;
  padding: 10px;
}

#user_permissions h4{
  margin-top: 0px;
}


html {
    background-color: white;
}

html.agence{
  background-color: #e6e6e6;
}

body {
    font-size: 12px;
    font-family: Verdana;
    color: #666666;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p.invalid-config{
  font-weight: bold;
}

#dowload_csv{
  float: right;
  padding: 5px;
  padding-left: 30px;
  padding-right: 10px;
  background-image: url(../images/excel_file.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: -5px;
}

.agence-button{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F2F2F2;
  border:1px solid #DDD;
  border-radius: 3px;
  margin-top: 10px;
  color: black;
}

.agence-button:hover{
  background-color: #DDD;
  border:1px solid #F2F2F2;
  cursor: pointer;
  text-decoration: none !important;
}

#mainContent{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
  padding-top: 70px;
}

#mainContent.fixed{
  width: 900px;
  padding-top: 0px;
}

a {
    text-decoration: none;
    color: #0080ff;
}

a:hover {
    text-decoration: underline;
}

#mask {
    display: none;
    margin: 0px;
    left: 0px;
    top: 0px;
    padding: 0px;
    z-index: 9;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.withSpinner {
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/ajax-loader-mini.gif);
    padding-right: 20px;
}

#mideoBoxIndex {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 40px;
    float: left;
}

#connexDiv {
    line-height: 35px;
}

#connexDiv label {
    line-height: 30px;
}

#connexDiv input {
    padding: 2px;
    line-height: 18px;
    width: 200px;
    left: 120px;
    position: absolute;
}

#connexDiv input[type="submit"] {
    font-size: 18px;
    width: auto;
    left: 0px;
    position: relative;
    float: right;
}

#logo {
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/logo_mideo_200.gif);
}

#menu a#logo:hover{
    background-color: white;
    border-style: none;
}


#menu {
    font-size: 19px;
    font-family: 'Yanone Kaffeesatz', serif;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    position: fixed;
    top: -10px;
    right: 0px;
    left: 0;
    z-index: 100;
}

#mainContent.fixed #menu{
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  z-index: initial;
}


#menuContent {
    top: 0px;
    right: 0px;
    height: 80px;
    width: 600px;
    position: absolute;
}

#menu a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    border-bottom-color: #ff9900;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#menu a {
    color: #ff9900;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 80px;
    padding-bottom: 28px;
    padding-top: 29px;
    margin-right: 10px;
    margin-left: 10px;
    width: 200px;
}


#footer {
    color: #999999;
    margin-bottom: 10px;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: white;
    padding: 10px;
    text-align: left;
    position: fixed;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 100;
}

#mainContent.fixed #footer{
  position: relative;
  bottom: initial;
  left: initial;
  right: initial;
  z-index: initial;
}


.content {
    margin-bottom: 50px;
    margin-top: 10px;
    padding-top: 70px;
    padding-bototm: 40px;
    line-height: 22px;
    text-align: justify;
    position: relative;
    background-color: white;
    width: auto;    
    margin-right: 0px;
}

#mainContent.agence .contentContent
{
  width: auto;
}

.contentContent{
  position: relative;
  width: 920px;
  margin: auto;
}

#mainContent.fixed .content{
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;

}

.content.large{
  width: auto;
}

.contentFooter 
{
    margin-bottom: 0px;
    padding: 5px;
    margin-left: 0px;
    background-color: #f7f7f7;
    width: auto;
    color: #666666;
    position: relative;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    min-height: 25px;
}

#mainContent.fixed .contentFooter
{
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
}

.contentFooter.fixedToBottom,
#commandeFormFooter.fixedToBottom{
  position: fixed;
  bottom: 36px;
  right: 0;
  left: 0;
}

.contentFooter.large{
  width: calc(100% + 30px);
}

.contentHeader {
    background-color: #f7f7f7;
    color: #666666;
    margin-top: -10px;
    height: 60px;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: fixed;
    top: 92px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

#mainContent.fixed .contentHeader{
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  margin-right: -20px;
  margin-left: -20px;
}

.contentHeader h1 {
    padding-left: 20px;
}

h1 {
    font-size: 25px;
    font-family: "Yanone Kaffeesatz";
    color: #0080ff;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    line-height: 60px;
}

.HeaderSection {
    font-size: 20px;
    font-family: "Yanone Kaffeesatz";
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 20px;
    line-height: 60px;
    margin: 0px;
}

a.HeaderSection {
    font-family: "Yanone Kaffeesatz";
}

.HeaderSection.withArrow {
    padding-left: 32px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.png);
}

span.HeaderSection.withArrow {
    font-weight: bold;
}

.content #boxesUser{
    width:450px;
    position:absolute;
    left:450px;
    top:60px;
}

#searchSupport, .searchInHeader{
    padding-left: 20px;
    right: 0px;
    top: 0px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    width: 250px;
    height: 60px;
    position: absolute;
}

#searchSupport input[type="text"], #filterListBox input[type="text"], .searchInHeader input[type="text"]{
    height: 30px;
    top: 15px;
    position: absolute;
    width: 200px;
    border-style: none;
    color: #999999;
    font-size: 15px;
    line-height: 30px;
}

#searchSupport input:focus, #filterListBox input:focus, .searchInHeader input:focus {
    outline: none;
}

#searchSupport input[type="submit"], #filterListBox input[type="submit"], .searchInHeader input[type="submit"] {
    background-color: white;
    width: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/search24.png);
    line-height: 30px;
    height: 24px;
    border-style: none;
    right: 15px;
    top: 19px;
    position: absolute;
    cursor: pointer;
}

#searchSupport input[type="submit"]:hover, #filterListBox input[type="submit"]:hover {
    background-image: url(../images/searchHover24.png);
}

#listToolBox{
    border-bottom: 1px solid #ccc;
    margin-left: 0px;	
    margin-right: 0px;
    padding: 10px;	
    position: fixed;
    top: 143px;
    right: 0px;
    left: 0px;
    z-index: 100;
    background-color: white;
}

#mainContent.fixed #listToolBox
{
  position: relative;
  top: 0px;
  margin-left: -20px;	
  margin-right: -20px;
}

#listToolBox input, #listToolBox select{
    margin-right: 10px;
}

#filterListBox {
    padding-left: 20px;
    right: 0px;
    top: 0px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    width: 250px;
    height: 60px;
    position: absolute;
}

.mideoTable
{
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    margin-right: -21px;
    margin-left: -21px;
    width: 900px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11px
}

.mideoTable.large{
  width: calc(100% + 42px);
  margin-right: 0px;
  margin-left: 0px;
}

.mideoTable th, .mideoTable td 
{
    padding-left: 5px;
    color: #b3b3b3;
    text-align: left;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-color: #cccccc;
    border-style: solid;
    overflow: hidden;
    white-space: nowrap;
}

.center{
  text-align: center;
}

.small{
  font-size:9px;
}

.mideoTable th.wrap, .mideoTable td.wrap{
	white-space: normal;
}

.mideoTable td .showroom-table{
  float: right;
  width: 60px;
  margin-top: 12px;
}

.mideoTable td .nomideo-table{
  float: right;
  width: 45px;
  margin-top: 6px;
}

.mideoTable td.a-programmer{
	 background-color: #fff;
	 color: #000;
}

.mideoTable td.traitement{
	 background-color: #ffc065;
	 color: #000;
 }
 
.mideoTable td.cde-programmee{
	 background-color: #2291ca;
	 color: #fff;
}

.mideoTable td.erreur-programmation-cde{
	 background-color: #ff5050;
	 color: #fff;
}

.mideoTable td.cde-effectuee{
	 background-color: #8ee468;
	 color: #000;
}

.mideoTable td.echec-cde{
	 background-color: #ff5050;
	 color: #fff;
}

.mideoTable td.validation-agent{
	 background-color: #747674;
	 color: #fff;
}

#edit-showroom p {
  color: #C24040;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#edit-showroom img{
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}



.mideoTable td .min
{
    font-size: 10px;
}

.content #boxesToUpdate th,.content #boxesToUpdate td
{
    text-align: center;
}

.content #usersList th,.content #usersList td
{
    text-align:justify;
}

.mideoTable td
{
    color: #4c4c4c;
}

.mideoTable th:hover{
    background-color: #e6e6e6;
    cursor: pointer;
    color: #333333;
}

.mideoTable th.headerSortUp{
    background-position: 90% center;
    background-repeat: no-repeat;
    background-image: url(../images/descending.png);
}

.mideoTable th.headerSortDown{
    background-position: 90% center;
    background-repeat: no-repeat;
    background-image: url(../images/ascending.png);
}

.content #commandsAndUsers{
    width:430px;
    position:relative;
    padding-top:10px;
    padding-bottom:50px;
    padding-left:20px;
    margin-bottom:-10px;
    margin-left:-20px;
    border-right:solid 1px #CCCCCC;
    border-bottom:0px;
}

.content #maintenance{
    width:430px;
    position:absolute;
    padding-left:20px;
    left:450px;
    top:230px;
}

.content #dashboard{
    width:430px;
    position:absolute;
    padding-left:20px;
    left:450px;
    top:0px;
}


.loader {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/loader.gif);
    padding: 8px;
}

#footerNavListPrev, #footerNavListNext {
    margin-right: 10px;
    margin-left: 10px;
}

.legendTable {
    color: #999999;
}

.content th {
    font-style: normal;
    font-weight: normal;
}

.goCmde {
    background-image: url(../images/arrowOrange24.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.stateGreen {
    background-repeat: no-repeat;
    background-image: url(../images/stateGreen.png);
    height: 24px;
    width: 24px;
}

.stateYellow {
    background-image: url(../images/stateYellow.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}

.stateGrey {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/stateGrey.png);
}

.stateRed {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/stateRed.png);
}

.stateRedWarning {
    height: 24px;
    width: 35px;
    background-repeat: no-repeat;
    background-image: url(../images/stateRedWarning.png);
}

.stateGreenWarning {
    height: 24px;
    width: 35px;
    background-repeat: no-repeat;
    background-image: url(../images/stateGreenWarning.png);
}

.stateBlack {
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/stateBlack.png);
}

.red {
    color: red;
}

#listIndex li {
    list-style-position: inside;
    list-style-type: decimal;
}

#listIndex p 
{
	margin-left: 10px;	
}

.blueArrowList
{
	list-style-image: url(../images/blue-arrow.png);
}

#listIndex {
    list-style-image: url(../images/check_12x10.png);
    position: absolute;
    left: 350px;
    right: 10px;
}

#formContact {
    position: relative;
    height: 330px;
    line-height: 30px;
}

#formContact input, #formContact textarea, #formContact select {
    margin-top: 4px;
    position: absolute;
    left: 210px;
}

#formContact .long {
    width: 300px;
}

#formContact .short {
    width: 200px;
}

#formContact textarea {
    height: 130px;
    width: 600px;
}

#formContact input[type="submit"]{
    top: 300px;
    position: absolute;
}

#notifyEmail {
    margin: 10px;
    padding: 20px;
    background-color: #f2f2f2;
}

#mainError{
    background-color:#ffd5d5;
    padding:20px;
    border:2px solid #ff6b6b;
    margin:0px;
}

#success{
    background-color:#B3FC8B;
    padding:20px;
    border:2px solid #ADCF4F;
    margin:0px;
}

.errorCode{
    color:red;
}

.versionHeader{
    background-color: #F7F7F7;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-top: 10px;
    margin-right: -20px;
    margin-left: -20px;
}

.formUser input[type="text"],input[type="email"],input[type="password"]{
    width:250px;
}

.formUser input[type="number"]{
    width:50px;
}

.formUser label,.formQuestion label{
    font-weight:bold;
    display:block;
    width:200px;
    float:left;
}

.formUser label[for=level0],
.formUser label[for=level1],
.formUser label[for=level2],
.formUser label[for=delete],
.formUser label[for=admin]
{
  float: none;
  width: auto;
  display: inline;
  font-weight:normal;
}

.formQuestion input[name="title"],textarea{
    width:500px;
}

.deleteBoxFromBasket{
	cursor: pointer;
}

#mideoBoxAttente
{
	float: right;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.basket_box_line{
	line-height: 14px;
}

.box_line .pistes{
	text-overflow: ellipsis
}

#versionsTable td,
#versionsTable th{
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#versionsTable th.no-border{
	border: none;
}

#versionsTable th{
	font-weight: bold;
}

#versionsTable{
	border-collapse: collapse;
}

#versionsTable td.driver-td{
	font-weight: bold;
	background-color: #F2F2F2;
}

#listeBoxesVersion{
	border-top:1px solid #B3B3B3;	
}

.agence-form-field{
  padding: 10px;
}

.agence-form-field label{
  display: block;
  width: 100%;
}

.agence-form-field input,
.agence-form-field textarea{
  display: block;
  width: 100%;
  border:1px solid #ccc;
  line-height: 20px;
  padding-left: 5px;
}

.agence-form-field.error input,
.agence-form-field.error textarea{
  border:1px solid red;
}

.agence-form-field textarea{
  min-height: 200px;
}

form.agence-form input[type=submit]
{
  display: block;
  width: 140px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mandatory-info{
  font-style: italic;
}

.editSemainierForm{
  padding-top: 20px;
}

.editSemainierForm h4{
  font-size: 20px;
  margin-bottom: 0px;
  clear: left;
}

.editSemainierForm h4:first-of-type{
  margin-top: 0px;
}

.editSemainierForm table{
  width: 100%;
}

.editSemainierForm table td,
.editSemainierForm table th{
  text-align: center;
}

.editSemainierForm table td input[type=text]{
  width: 90px;
}

.editSemainierForm table td input[type=text]:disabled{
  background-color: #ccc;
  color: transparent;
}

.editSemainierForm table td input[type=text]::placeholder
{
  color: #CCC;
}

.editSemainierForm table td input[type=text].error{
  border:1px solid red;
}

.tableContainer{
  width: 66%;
}

.editSemainierInfo{
  width: 33%;
  float: right;
}

.editSemainierInfo img{
  width: 75px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.editSemainierInfo p{
  padding-left: 20px;
  padding-right: 20px;
}

.execTime4d{
  background-color: #fdeacf;
  font-weight: bold;
}