﻿html, body {
    margin: 0;
    padding: 0;
}

* {
	border: 0 none;
	outline: 0 none;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#footer {
    display: none;
}

.version {
    display: none;
}

.adm-login input[type="text"] {
    width: 80%;
    height: 67px;
    padding: 10px;
    margin-left: 1.2%;
}
.adm-login input[type="email"] {
    width: 80%;
    height: 67px;
    padding: 10px;
    font-size: 24px;
}
.adm-login input[type="password"] {
    width: 80%;
    height: 67px;
    padding: 10px;
    margin-left: 1.2%;
}
body {
	background: #000 url('../Images/adm-img/bg/bg-noir.jpg') repeat-x center top;
	font-size: 0.75em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
}

/* Login Page */

/* @group STRUCTURE */

#page {
	background: transparent url('../Images/adm-img/bg/bg-noir.jpg') repeat-x center top ;
    overflow: hidden;
}


.login-wrapper {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.login-wrapper input {
 
     height: 67px;
     border: 3px solid #95989A;
     border-radius: 4px;
     font-family: Helvetica Neue;
     font-size: 24px;
     padding: 10px;
      
}
.login-wrapper .editor-label{
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 1.2%;
}

.login-wrapper .editor-label label{
    font-size: 25px;
    color: #ADB1B4;
}


/* Header */

.adm-login #title {
   display: none;
}

.adm-login #main {
    vertical-align:middle;
	background: url('../Images-mobile/admlogotag.png') no-repeat center top;
    background-size: 80%;
	margin: 0 auto;
}

#logo {
  position: absolute;
  left: 0px;
  top: 0px;
}

    #logo img {

        width: 55px;
        height: auto;
        margin-top: 20px;
        margin-left: 3px;
        z-index: 10;
    }


/* End Header */

/* Footer */


.adm-login #footer {
    position: absolute;
	left: 10%;
	bottom: 30px;
     display: block;
     color: #95989A;
}
.adm-login #footer a {
     color: #95989A;
    text-decoration: none;
    font-size: 14.5px;
}

/* @end Footer */

/* Language */
.adm-login #adm-language {
	position: absolute;
	left: 10%;
	bottom: 55px;
    font-size: 30px;
     display: block;
}

.adm-login #adm-language a {
	padding-right: 5px;
/*	border-right: 1px solid #666;*/
	margin-left: 5px;
       text-decoration: none;
     color: #95989A; 
}

.adm-login #adm-language a.active {
	font-weight: bold;
	color: white;
}
.adm-login #adm-language a.last {
	padding-right: 0;
	border: 0;
}


/* @end Language */

/* @group BUTTONS */


.adm-button {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	background: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	
	/* Fix extra width padding in IE */
	_width: 0;
	overflow: visible;
	margin: 0 8px 0 0;
    height: 40px;

}

.login-wrapper .adm-button:first-child {
    background: none;
    height: 50px;
}

.login-wrapper .help-btn:first-child {
     font-size:0px;
}

.adm-login .adm-button:last-child {
    height: 50px;
    width: 200px;
    margin-left: 40px;

}



.right-aligned .adm-button {
    margin: 10px 0 0 8px;
}

.right-aligned .black span {
   padding-left: 0px;
}

.right-aligned .green {
    height: 40px;
}
.right-aligned .black span.cancel-btn {
    background-image: none;
}
.adm-form-tools .action-validate {
    background-image: url('../Images/adm-img/luna/accept.png');
    margin: 0 auto;
}

.adm-button span.blank-btn {
    padding-top: 7px;
}

.adm-form-tools a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -1000px;
    overflow: hidden;
    margin: 0 0 0 5px;
    opacity: 0.3;
}


    .adm-button span {
        display: block;
        height: 24px;
        padding-right: 12px;
        background-repeat: no-repeat;
        background-position: right top;
    }


.adm-button span span {
    font-size: 24px;
	padding-right: 0;
	padding-left: 8px;
	line-height: 24px;
	background-position: left top;
}
.help-btn span {
    display: none;
}
#footer-menu .disabled span span {
   font-size: 14px;
   width: 100%;
   display: flex;
}


.adm-button span span span {
	padding-left: 21px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

.adm-button span span span.after {
	padding-left: 0px;
	padding-right: 21px;
	background-position: right center;
}

.adm-button.icononly span span span {
	padding-left: 16px;
}

.adm-button.icononly span span span.after {
	padding-left: 0px;
	padding-right: 16px;
}

.adm-button[disabled],
.adm-button[disabled]:hover,
.adm-button[disabled]:focus,
.adm-button[disabled]:active,
.adm-button.disabled,
.adm-button.disabled:hover,
.adm-button.disabled:focus,
.adm-button.disabled:active {
	color: #333 !important;
	cursor: inherit;
	text-shadow: none; 
	opacity: 0.33;
}

.adm-button:hover span,
.adm-button:focus span {
	/*background-position: 100% -24px;*/
}

.adm-button:hover span span,
.adm-button:focus span span {
	/*background-position: 0% -24px;*/
}

.adm-button:active span {
	/*background-position: 100% -48px;*/
}

.adm-button:active span span {
	/*background-position: 0% -48px;*/
}

.adm-button[disabled] span,
.adm-button.disabled span {
	/*background-position: 100% -72px;*/
}

.adm-button[disabled] span span,
.adm-button.disabled span span {
	/*background-position: 0% -72px;*/
}

.adm-button:hover span span span,
.adm-button:focus span span span,
.adm-button:active span span span,
.adm-button[disabled] span span span,
.adm-button.disabled span span span {
	background-position: left center;
}

.adm-button:hover span span span.after,
.adm-button:focus span span span.after,
.adm-button:active span span span.after,
.adm-button[disabled] span span span.after,
.adm-button.disabled span span span.after {
	background-position: right center;
}

.adm-button img {
	margin-right: 5px;
	vertical-align: text-top;
	/* IE6 Hack */
	_margin-top: 4px;
	_vertical-align: text-bottom;
}

.adm-button img.after {
	margin-right: 0;
	margin-left: 5px;
}



.adm-button { 
	position: relative; 
	padding: 4px 8px;
	font: inherit;
	font-style: normal !important; 
	font-weight: bold !important; 
	color: #fff !important;
	line-height: 1em; 
	background-image: url('../Images/adm-img/buttons/overlay-sprite.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	
	/* Special effects */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25); 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	
	/* IE only stuff */
	border-bottom: 1px solid transparent\9;
	_background-image: none;
	
	/* Cross browser inline block hack - http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*display: inline !important;
	position: relative;
	
	/* Force hasLayout in IE */
	zoom: 1;
	
	/* Disable text selection (Firefox only)*/
	-moz-user-select: none;
}

.adm-button::selection {
	background: transparent;
}

.adm-button:hover,
.adm-button:focus {
	background-position: 0 -50px; 
	color: #fff !important;
}

.adm-button:active { 
	background-position: 0 -100px; 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7); 
	/* Unfortunately, Safari doesn't support inset yet */
	-webkit-box-shadow: none;
	
	/* IE only stuff */
	border-bottom: 0\9;
	border-top: 1px solid #666\9;
}

.adm-button[disabled], 
.adm-button.disabled { 
	background-position: 0 -150px; 
	color: #333 !important;
	text-shadow: none; 
}

.adm-button[disabled]:hover,
.adm-button[disabled]:focus,
.adm-button[disabled]:active,
.adm-button.disabled:hover,
.adm-button.disabled:focus,
.adm-button.disabled:active {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
} 

.adm-button span {
	height: auto;
	padding-left: 23px;
	padding-right: 0;
	background-position: left center;
	background-repeat: no-repeat;
}

.adm-button span.after {
	padding-left: 0;
	padding-right: 23px;
	background-position: right center;
}

.adm-button.icononly span {
	height: 16px;
	padding-left: 16px;
}

.adm-button.icononly span.after {
	padding-left: 0px;
	padding-right: 16px;
}


/*
 * Color & Icon Definitions
 */
 
.adm-button {
	background-color: #5D5D5D;
}

.adm-button.light	{ background-color: #e0e1e2; text-shadow: 1px 1px 0 #FFF; color: #666!important; }
.adm-button.green	{  background: url('../Images-mobile/FondVert_Bouton.png') no-repeat; background-size: 140% 140%; background-position: center;  height: 40px;}
.adm-button.red	{ background: url('../Images-mobile/FondRouge_Bouton.png') no-repeat; background-size: 140% 140%; background-position: center;  height: 40px; }
.adm-button.grey	{ background-color: #555; height: 40px; }

.adm-button span.blank-btn	{
	background-image: none;
	padding-left: 0;
	padding-right: 8px;
}
.adm-button span.download-btn	{
	background-image: url('../Images/adm-img/luna/download.png');
}
.adm-button span.download-page-btn	{
	background-image: url('../Images/adm-img/luna/download_page.png');
}
.adm-button span.validate-btn	{
	background-image: url('../Images/adm-img/luna/accept.png');
}
.red .validate-btn {
    background-image: url('../Images/adm-img/luna/delete.png') !important;
}
.adm-button span.edit-btn {
    background-image: url('../Images/adm-img/luna/edit.png');
}
.adm-button span.back-btn	{
	background-image: url('../Images/adm-img/luna/back.png');
}
.adm-button span.delete-btn	{
	background-image: url('../Images/adm-img/luna/trash.png');
}
.adm-button span.cancel-btn	{
	background-image: url('../Images/adm-img/luna/delete.png');
}
.adm-button span.save-btn	{
	background-image: url('../Images/adm-img/luna/save.png');
}
.adm-button span.info-btn	{
	background-image: url('../Images/adm-img/luna/info.png');
}
.adm-button span.back-btn	{
	background-image: url('../Images/adm-img/luna/back.png');
}
.adm-button span.mail-btn	{
	background-image: url('../Images/adm-img/luna/mail.png');
}
.adm-button span.next-btn	{
	background-image: url('../Images/adm-img/luna/next.png');
    background-size: 25px;
    height: 40px;
}
.adm-button span.next-btn span{
    font-size: 22px;
    padding-top: 7px;
}
.adm-button span.cancel-btn	{
	background-image: url('../Images/adm-img/luna/next.png');
    background-size: 25px;
    height: 40px;
}

.adm-button span.cancel-btn span {
    font-size: 22px;
    padding-top: 7px;
}
.adm-button span.validate-btn span {
        font-size: 22px;
        padding-top: 7px;
}
    .adm-button span.validate-btn {
        height: 40px;
    }
.adm-button span.help-btn	{
	background-image: url('../Images-mobile/aide.svg');
    background-size: 60px;
    background-position: -10px;
    width: 20px;
    height: 50px;
}

.adm-button span.email-btn	{
	background-image: url('../Images/adm-img/luna/email.png');
}
.adm-button span.add-btn	{
	background-image: url('../Images/adm-img/luna/add.png');
}

.adm-button span.view-btn	{
	background-image: url('../Images/adm-img/luna/television.png');
}
.adm-button span.read-btn	{
	background-image: url('../Images/adm-img/luna/page_accept.png');
}
.adm-button span.text_page-btn	{
	background-image: url('../Images/adm-img/luna/text_page.png');
}
.adm-button span.edit_page-btn	{
	background-image: url('../Images/adm-img/luna/edit_page.png');
}
/* @end */

.entity-chooser-wrapper #login{
    padding-top: 60%;
    padding-left: 10%;
    width: 100%;
    display: block;
    margin: 0 auto;
      
}
.entity-chooser-wrapper {
    font-size: 24px;
    color: #ADB1B4;
}

select {
    height: 54px;
    width: 331px;
    border: 3px solid #95989A;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 24px;
    padding-left: 5px;
}

/* End Login Page */

/* Password-Recovery Page */


.password-recovery-wrapper h2{
    display: none;
}


.password-recovery-wrapper{
    padding-top: 30%;
    display: block;
    margin: 0 auto;
    width: 90%; 
}


.password-recovery-wrapper  {
    font-size: 24px;
    color: #ADB1B4;
}

input[type="radio"] {
    height: 30px;
    width: 30px;
}

input[type="text"] {
    height: 50px;
    width: 311px;
    border: 3px solid #95989A ;
    border-radius: 4px;
    font-size: 24px;
        padding-left: 10px;
    padding-right: 10px;
}
#recaptcha_table {
   border: 0px solid black !important;
}



.password-recovery-wrapper .adm-button {
    margin: 0px !important;
    height: 40px;
    margin-top: 10px !important;
}
.password-recovery-wrapper td {
    padding-left: 0px !important;
}

.adm-login .adm-text {
    color: white;
    font-size: 24px;
    padding-top: 30%;
    padding-left: 10px;
    padding-right: 10px;
}

#recaptcha_response_field {
    font-size: 24px !important;
    padding: 5px;
}

/* @End Password-Recovery Page*/

/* Modal Home */

#myModal {
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
   background: transparent url(../Images/adm-img/bg/bg-noir.jpg) repeat-x center top;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    color: #ADB1B4;
    font-size: 24px;
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




#navbar-wrapper {
	height: 50px;
	border-bottom: 1px solid #666;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
	background: #1a1a1a;
	background: -moz-linear-gradient(top,  #1a1a1a 0%, #383839 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(100%,#383839));
	background: -webkit-linear-gradient(top,  #1a1a1a 0%,#383839 100%);
	background: -o-linear-gradient(top,  #1a1a1a 0%,#383839 100%);
	background: -ms-linear-gradient(top,  #1a1a1a 0%,#383839 100%);
	background: linear-gradient(top,  #1a1a1a 0%,#383839 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#383839',GradientType=0 );
}

#sections {
    width: 80%;
    margin-left: 2%;
    display: none;
    text-align: center;
}
    #sections ul {
        margin-left: auto;
        margin-right: auto;
    }

    #sections ul li {
        display: inline-block;
        font-size: 24px !important;
        padding-left: 5%;
    }

#sections ul li a{
    text-decoration: none;
    color: #95989A;
}

#sections ul li a:active{
    color: white;
}

#sections .active{
    color: white;
    border-bottom: 5px solid white;
}

#sections ul li:nth-child(2){
    display: none;
}
#sections ul li:nth-child(3){
    display: none;
}

#account{
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background-color: #EBEBEB;
    text-align: center;
    width: 100%;
    display: none;
}

#footer-menu {
      position: fixed;
    bottom: 0px;
    z-index: 10;
    background-color: #EBEBEB;
    text-align: center;
    width: 100%;
    height: 72px;
}


.ui-autocomplete {
    overflow-y: auto;
}

.ui-autocomplete.ui-menu {
    height: 300px;
    overflow-y: scroll;
    border: 3px solid #95989A;
    border-radius: 4px;
}
/* !important is needed sometimes */
    .ui-autocomplete::-webkit-scrollbar {
        width: 12px !important;
    }

/* Track */
.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* form error */
.adm-form-textfield .input-validation-error {
    background-color: #f4d9d9 !important;
}

.input-validation-error {
    background-color: #f4d9d9 !important;
}
/*.adm-form-field.error .adm-form-label {
	color: #D10000;
}*/
.field-validation-error {
    display: none;
}


/* Handle */
    .ui-autocomplete::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #a7adb2 !important;
        height: 30px !important; 
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
    }

    .ui-autocomplete::-webkit-scrollbar-thumb:window-inactive {
        background: #41617D !important;
    }
#search input {

    background-image: url('../Images/adm-img/search.png');
    background-repeat: no-repeat;
    background-position: 90% center;
}
#search input.ui-autocomplete-loading {
    background-image: url("../Images/adm-img/adm-loader-light.gif");
    background-color: #FFF;
}

    #search input.ui-autocomplete-removing {
        background-image: url("../Images-mobile/invalider_confirmation.png");
        background-color: #FFF;
        background-size: 5%;
    }

#footer-menu-info {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background-color: #EBEBEB;
    text-align: center;
    width: 90%;
    height: 72px;
    left: 5%;
    z-index: 15;
}
    #account ul li {
        display: none;
        list-style-type: none;
        margin: 0px auto;
        width: 200px;
        height: 40px;
         line-height: 3em;
    }

#chooser-save {
    margin-left: 0px;
}



#account ul li:last-child a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

#notifications {
    display: none;
}

#menu-button {
    position: fixed;
    right: 15px;
    top: 15px;
}

#menu-button img {
    width: 30px;
    z-index: 400;
}


.home-mobile-menu  {
    width: 40%;
    display: inline-block;
}

.home-mobile-menu img {
    width: 100px;
    margin: auto;
    display: block;
}
.home-mobile-menu p {
    text-align: center;
}
.modal-page {
    padding-top: 20%;
    padding-left: 5%;
}

#campaign-list-page {
    height: 100%;
    position: absolute;
    width: 92%;
      border: solid 15px transparent;
}

#campaign-list {
    background: #DBDBDB;
    height: 100%;
     border-radius: 10px;
    padding: 5px; 

}
#campaign-title {
    font-size: 22px;
    text-align: center;
    color: white;
    margin-top: 12px;
}


#save-Bt {
    height: 50px;
}
#projectEditorFormSubmitId {
    height: 50px !important;
}

#campaign-list ul {
    list-style: none;
}

#campaign-list ul li{
    margin-top: 15px;
}

h2{
    
}

h1 {
    display: none;
}
.k-datepicker {
    width: 335px;
    height: 56px;
}
.k-datepicker .k-picker-wrap{
     height: 50px;
}
.k-datepicker .k-picker-wrap input{
     height: 41px !important;
}

.hasDatepicker {
    width: 335px;
    height: 56px;
    border: 3px solid #95989A;
    border-radius: 4px;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
.ui-widget-header {
    border: 1px solid #333;
    background: #707070 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}

.ui-datepicker {
    background: #333;
    border: 1px solid #555;
    color: #EEE;
}

#campaign-list li a {
    font-size: 26px;
    color: #ADB1B4;
    text-decoration: none;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

.adm-form-label {
    font-size: 20px;
    font-weight: bold;
    color: #4C5053;
    text-align: left;
    width: 330px;
    margin: 10px auto;
}

.adm-page h3 {
    margin-bottom: 0px;
}

.adm-page {
    background-color: #DBDBDB;
    font-size: 24px;
}

.adm-page h2 {
    display: none;
 }
.t-popup li, textarea{
    font-size: 24px;
}

.adm-form-tools, .adm-form-help {
    display: none;
}
.panes .adm-form-plaintext {
    text-align: left;
    margin-left: 15px;
    word-wrap: break-word;
    overflow: scroll;
}
.panes .adm-form-field p{
    margin-bottom: 2px;
    margin-top: 7px;
}
.panes .adm-form-plaintext p {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.panes .adm-form-label {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.data-block-wrapper {
  
}

#adm-message {
    position: fixed;
    width: 85%;
    height: auto;
    top: 70px;
    left: 30px;
    z-index: 999;
    word-wrap: break-word;
    background-color: #414146;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: white;
    background: rgba(50, 118, 36, 0.75);
    border: 2px solid green;
}

    #adm-message p {
        padding: 10px;
    }

.adm-error {
    background-color: #4C5053;
    color: red;
    padding: 20px;
    border: 1px solid rgba(100, 0, 0, 0.3);
    padding: 10px 10px 0 10px;
    background-color: rgba(255, 0, 0, 0.1);
    margin-bottom: 15px;
    color: #b18484;
    font-size: 16px;
}
.k-calendar-container {
    font-size: inherit !important;
}
.picker__holder,
.picker__frame,
.picker--opened .picker__holder {
    transition: none !important;
}

.t-combobox {
    width: 331px;
    height: 50px;
}

#adm-dig-preview {
    display:none;
}



.t-input[type="text"] {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}
.adm-form-textfield .t-input[type="text"] {
    border: 3px solid #95989A;
}
.t-combobox .t-input[type="text"] {
    border: none;    
}

.t-dropdown-wrap input {
    padding: 0px;
    border: 0px solid white;
    padding-left: 10px;
}

.t-combobox .t-input {
    height: 46px;
    padding-left: 10px;
}
    .t-combobox .t-picker-wrap .t-select, .t-dropdown-wrap .t-select{
        height: 48px;
       width: 30px;
    }

.adm-page h2{
   text-align: center;
}
.adm-form {
    width: 100%;
    text-align: center;
}
.t-arrow-down {
 
}

#external-file {
    display: none;
}


.validation-summary-valid {
    display: none;
}

/* @End Modal Home */

#menu-button{
    z-index: 600;
}

#save-form {
    position: absolute;
    background-color: #EBEBEB;
    width: 100%;
    height: 60px;
    padding-top: 10px;
}

/* Details */

/* @group TOOLTIP */


#exposeMask,
.overlay-data-img img,
.tooltip img,
.adm-loading-img img,
.adm-preloading {
  background-image: url("../Images/adm-img/adm-loader-dark.gif");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 16px;
}
A valider
#exposeMask {
  background-position: center 15%;
  -webkit-backface-visibility: hidden;
}

.tooltip-legend {
	padding: 5px 0;
	width: 180px;
	margin: 0 auto;
}

.tooltip h2 {
	text-shadow: none;
}



.overlay-narrow {
    display: none;
}

#card {
    background-color: #DBDBDB;
    color: #656B6F;
    font-family: Helvetica Neue, sans-serif;
    width: 80%;
    border-radius: 20px;
    box-shadow: -20px 0px 8px -10px #aaa;
    margin: 0px auto;
    padding: 20px;
    padding-top: 20px;
    margin-bottom: 60px;
    position: relative;
    min-height: 99%;
    overflow-x: hidden;
}

#card-infos {
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
}

#cardclone {
    background-color: #DBDBDB;
    color: #656B6F;
    font-family: Helvetica Neue, sans-serif;
    width: 80%;
    border-radius: 20px;
    box-shadow: -20px 0px 8px -10px #aaa;
    margin: 0px auto;
    padding: 20px;
    padding-top: 20px;
    overflow-x: scroll;
    margin-bottom: 60px;
    position: relative;
    height: calc(100% + 1px);
}

    .overlay-data-right {
        width: 100%;
        background-color: #414146;
        border-radius: 5px;
    }

#title-card {
    font-size: 20px;
    margin-bottom: 20px;
}
.title-ad {
     margin-bottom: 10px;
}
.ad-infos div {
    margin-bottom: 10px;
}

.title-ad {
    font-weight: bold;
}
.first-var-ad {
   font-weight: bold; 
}
.second-var-ad {
    font-weight: bold; 
}
.ad-date {
    font-weight: normal;
}
.ad-format {
        font-weight: bold;
}
.wh-ad {
    font-weight: normal;
}
.overlay-data-right img {
   margin-left: 22.5%;
}

.t-upload {
    width: 330px;
    margin: 0 auto;
}

.t-upload-button {
    width: 160px;
}

.t-upload .t-dropzone {
    padding: 0px;
    margin: 0px;
}

.overlay-data-img div {
    display: none;
}


.overlay-data h3 {
    display: none;
}

.adm-form-plaintext {
    font-size: 20px;
}


.panes .adm-form-field {
    border-bottom: 2px solid #95989A;
    border-style: inset;
    width: 90%;
}

.data-block-wrapper {

}

.t-toolbar, .t-grid-header {
    display: none;
}

.row-ad {
    height: 146px;
    font-size: 20px;
    padding: 10px;
    background-color: #DBDBDB;
    border-bottom: 1px solid #95989A;
    display: flex;
    width: 95%;
}
.info-ad {
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
}
.split {
    margin-right: 15px;
}

.actions-ad {
    width: 10%;
    margin-top: auto;
    margin-bottom: auto;
}
.action-preview-ad {
    background:  url('../Images/adm-img/luna/info.png') no-repeat center center;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
}

.action-preview-pdf-ad {
    background: url(../Images/adm-img/luna/info-pdf.png) no-repeat center center;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
}

.button-rotate {
    transform: rotate(-90deg);
}

.display-img-ad{
   min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    position: fixed;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
    z-index: 9999;
}

.visual-production {
    display: none;
}

.close-img-ad {
    position: fixed;
    z-index: 10000;
    width: 30px;
    height: 30px;
    top: 48%;
}

.download-link {
    position: fixed;
    z-index: 10000;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 45.5%;
}

#search {
    position: fixed;
    width: 99%;
    top: 50px;
    z-index: 12;
}

#search input{
    width: 94%;
    height: 35px;
}

.adm-form-radio-set {
    font-size: 20px;
    margin-top: 10px;
}

.t-button #files {
    width: 35px;
}

.adm-form-radio-set input {
    margin-right: 8px;
    margin-left: 8px;
}

.k-calendar-container {
    width: 326px;
}
.k-calendar {
    width: 326px;
    font-size: 18px;
}


    .ui-widget-content {
        font-size: 20px;
        word-wrap: break-word;
        z-index: 11;
    }

#dialog {
    width: 100%;
    height: 100%;
}

/* The Modal (background) */
#modal-detail-ad {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 14; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 50px;
}

/* Modal Content */
#modal-detail-content {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 50px;
    overflow-y: scroll; /*  Ensure that the modal is scroll-able */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


/* The Close Button */
#close-modal {
    color: #aaaaaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    z-index: 100;
    float: right;
    margin-top: -13px;
}

    #close-modal:hover,
    #close-modal:focus {
        color: #000;
        text-decoration: none;
    }
a.disabled-link img{
     opacity: 0.4;
}
a.disabled-link p{
     opacity: 0.4;
}

#no-data {
    width: 100%;
    height: 100%;
}

#download-link-button {
    display: none;
    position: absolute;
    z-index:80;
    width: 80px;
    height: 80px;
    margin-top: -5px;
   margin-left: -14px;
    
}

.modal-content a {
    text-decoration: none;
    color: #ADB1B4;
}

#main-wrapper {
    margin-top: 50px;
}


.adm-login #main-wrapper {
     margin-top: 0px;
   min-height: 100%;
    position: relative;
  padding-bottom:50%;
}

#campaign-list ul li a:active {
    color: #3B3B3B;
}

#campaign-list-page a{
    text-decoration: none;
    color: #3B3B3B;
}

#info-modal {
    display: none; /* Hidden by default */

    position: fixed; /* Stay in place */
    z-index: 16; /* Sit on top */
    padding: 38px; /* Location of the box */
        padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
#info-modal .info-modal-content{
    margin-bottom: 10px;
    color: white;
}

#info-modal .adm-form-field {
    border-bottom: 1px inset white;   
    width: 80%;
}

#info-modal .info-modal-content .adm-form-label{
    margin-bottom: 10px;
    color: #f2f2f2;
    font-size: 24px;
}

#info-close {
    color: white;
    float: right;
    font-size: 40px;
    font-weight: bold;
    position: fixed;
    right: 20px;
}

.overlay-data-buttons {
    display: none;
}
.title {
    display: none;
}

.action-delete {
    background-color: red;
    height: 35px !important;
    padding-top: 10px;
    width: 130px;
    margin-top: 10px;
    font-size: 20px;
}
.action-edit {
    background-color: green;
    height: 35px !important;
    padding-top: 10px; 
    width: 130px;
    margin-top: 10px;
        font-size: 20px;
}
#confirmOverlay{
   position: fixed;
   width: 85%;
   height: 300px;
   top: 70px;
   left: 30px;
   z-index: 999;
   word-wrap: break-word;
   background-color: #414146;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: white;

}

.nbrNotif {
    position: absolute;
    margin: 13px 0 0 0;
    background-color: #D10000;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px #222;
    padding: 4px 8px;
    border-radius: 11px;
    font-size: 0.75em;
    margin-top: -1px;
    margin-left: 15px;
}

#footer-menu .adm-button {
    margin-top: 10px;
        height: 40px;
    width: 130px;

}

#footer-menu .disabled {
    margin-top: 10px;
        height: 40px;
    width: 200px;

}

#footer-menu .adm-button span span{
    width: 100px;
        word-wrap: break-word;

}
.container-ads {
   margin-top: 93px;
}
#footer-navigation {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    background-color: #EBEBEB;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-bottom: 5px;
}

#footer-navigation div{
    display: inline-flex;    
}

#menu-status-mobile select{
    width: 30%;
    font-size: 15px;
}



/* Menu search, status */
#menu-status-mobile select{
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

/* @End Menu search, status */

.col-last {
    padding: 0px !important;
}
.t-pager {
    width: 40%;
    height: 100%;
    padding-top: 3px;
    font-size: 26px;
}
.t-pager .t-link{
    margin-top: 0px;
}
.t-pager .fa-angle-double-right{
    margin-left: 10px;
}

.t-pager .fa-angle-double-left{
    margin-right: 10px;
}
.t-pager .t-numeric {
        margin-top: 3px;
        font-size: 15px;
 }

.t-grid td {
    padding: 0px;
}



 .menu-horizontal{
  width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 500;
    opacity: 0;  
}

#mobile-horizontal{
    background-image: url('../Images-mobile/FondADM_Horizontal.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    top:0px;
    left: 0px;
    right: 0px;
    color: white;
    opacity: 1;
    color: #ADB1B4;
    vertical-align: middle;
    text-align: center;
    padding-top: 15%;
}
#mobile-horizontal div{
    width: 300px; 
    margin-top: 10%;
    margin-left: 20%;
    text-align: left;
    font-family: "Helvetica neue";
    font-size: 30px;
}

.ui-menu li {
    border-bottom: 1px solid #ADB1B4;
    border-bottom-color: #ADB1B4;
}
.t-numeric .t-state-active{
    margin-bottom: 6px;
}
.adm-form-element a {
    text-decoration: underline;
    color: #656B6F;
}

.t-numeric .t-link {
    display: none;
}

/* Repass */
/* style created for the edition window (different alignments) */
h2.mainad {
    background: url('../Images/adm-img/mother.png') no-repeat left center;
    padding-left: 30px;
}

/* style created for the edition window (different alignments) */
h2.repassad {
    background: url('../Images/adm-img/repass.png') no-repeat left center;
    padding-left: 30px;
}

.repass,
.split {
    background: url('../Images/adm-img/repass.png') no-repeat left top;
    padding: 8px;
    opacity: 0.2;
    margin: 0 0px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-right: 15px;
    display: none;
}

.split {
    background: url('../Images/adm-img/split.png') no-repeat center top;
    margin-left: 0;
    text-align: center;
    padding: 21px 0 0;
    width: 20px;
    display: none;
}

.prod {
    background: url('../Images/adm-img/prod.png') no-repeat center top;
    margin-left: 0;
    text-align: center;
    padding: 21px 0 0;
    opacity: 0.5;
    margin: 0;
    width: 20px;
}

.repass.mother {
    background-image: url('../Images/adm-img/mother.png');
}

.repass.active,
.split.active {
    opacity: 0.8;
    display: block;
}

.split-text {
    font-weight: bold;
    line-height: 16px;
}

#Element_DeliveryAddress {
    width: 330px;
}

#comment tbody {
    font-size: 15px;
}
#comment table {
    table-layout: fixed;
}
#historyDiv {
    font-size: 15px;
}
#saveBt {
    height: 50px;
}
#comment .last:first-child {
    width: 10%;
}

.fa-chevron-left{
    position: fixed;
    top: 45%;
    z-index: 9999;
    left: 4%;
    color: grey;
}
.fa-chevron-right {
    position: fixed;
    top: 45%;
    z-index: 9999;
    right: 4%;
    color: grey;
}
.adm-section-noaccess {
    display: none;
}

#account-menu {
    display: list-item;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
}
#account-menu select{
    width: 200px;
    height: 35px;
    margin-left: 70px;
    margin-bottom: 10px;
}

