@CHARSET "UTF-8";
.accordion-wrapper.open .accordion {
        max-height: 100% !important;
    }
#license{
    margin: 0;
    padding: 0;
    background:url(/images/permis.png) no-repeat ;
    background-size:cover;
}
#license2{
    margin: 0;
    padding: 0;
    height:274px;
    background:url(/images/permis2.png) no-repeat ;
    background-size:cover;
}
.image-permis{
	height:350px;
	margin-top:170px;
	margin-left:40px;
	width:auto;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{
    visibility: hidden !important;
}

.reminder-scrollable-div{
    height:50pt;
    overflow:auto;
}

.ui-widget-header{
	background-color:#878787;
	background-image: url();
}

.controls {
        margin-top: 16px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
      
      .modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/waiting.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.licenseHasExpired{
	background-color: rgb(255, 185, 185);	
}

.hasP1after{
    background-color: rgb(185, 209, 255);
}

.hasAlreadyThatL2Phase{
    background-color: rgb(252, 188, 49);
}

.hasWaitingEnrolment{
	background-color: rgb(201, 198, 198);
}

.missingAdminData{
  background-color: rgb(255, 129, 129);
}

.optional-view {
	display: none;
}

.optional-billing-address-view {
	display: none;
}

.lightbox-large {
    box-sizing: border-box;
    width: 80%;
    max-width: 80%;
    max-height: 600px;
    margin: 5% auto 5%;
    padding: 30px 40px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #747474;
}
.lightbox-large .btn-red {
    float: right;
}
.lightbox-large .btn-white {
    float: left;
}
.lightbox-large .close {
    float: right;
    margin-right: -10px;
    margin-top: -10px;
}

.ui-state-disabled {
	font-style: italic;
	opacity: 1.0;
}

.missingCorrectLicense{
    background-color: rgb(255, 203, 157);
}

tr[class*="master-"] {
	font-style: italic;
	background-color: #ededed;
}

td[class*="masterTrigger-"] {
    cursor: pointer;
}

td[class*="masterToggle-"] {
    cursor: pointer;
}

.ui-sortable {
	min-height: auto !important;
}

ul[class*="connectedSortable"] {
	min-height: 50em !important;
}

.even-item {
	background-color: #ededed;
	padding: 5px 5px;
}

.odd-item {
    padding: 5px 5px;
}

.info-list ul{
	list-style-type: none;
	border-left: 5px solid #c62222;
	padding: 0px;
}

.info-list li {
    padding: 5px 5px 5px 15px;
}

.info-list li:nth-child(even) {
    background-color: #ededed;
}

.info-list dl {
    border-left: 5px solid #c62222;
}

.info-list dd,dt {
	padding-left: 5px;
}

.info-list h2 {
    font-weight: bold;
	text-transform:uppercase;
}

.btn-delete-payment, .btn-delete-nc {
    background: url(../images/delete_off.png) no-repeat center;
    width:9px;
    height:12px;
    display:block;
    float:left;
    margin-right:5px;
}

.table-payments td:first-child, .table-payments th:first-child, 
.table-nc td:first-child, .table-nc th:first-child
{
    background: #fff;
    vertical-align: middle;
	text-align: center;
	border-left: 1px solid transparent;
	border-right: 1px solid #878787;
}

.table-payments tr:nth-child(2n) td:first-child, .table-nc tr:nth-child(2n) td:first-child {
    background-color: transparent;
}

.table-payments tr:last-child td:first-child, .table-nc tr:last-child td:first-child {
    border-bottom: 1px solid transparent;
}

.table-payments tr:first-child th:first-child, .table-nc tr:first-child th:first-child {
    border-top: 1px solid transparent;
}

/* Ligne Hover */
.table-payments tr:hover td:first-child, .table-nc tr:hover td:first-child {
    background:#c62222;
}
.table-payments tr:hover td:first-child .btn-delete-payment, .table-nc tr:hover td:first-child .btn-delete-nc {
    background: url(../images/delete.png) no-repeat center;
}
.table-payments .btn-delete-payment:hover, .table-nc .btn-delete-nc{
    opacity: 0.8;
}

.btn-email-sms {
    background: url(../images/emailSms.png) no-repeat center;
    width:22px;
    height:21px;
    display:block;
    float:left;
    margin-right:5px;
}

.availability-legend .legende {
	width: 32%;
	margin: 0;
	padding: 0;
}
.lightbox-large-High {
    max-height: 90vh !important;
}

.lightboxAtTop
{
      margin: 2% auto 0 !important;
}

.detail-J1{
	background-color:#f5f5f5;
}

.animator-hour-spinner {
    margin: 0 !important;
	width: 165px !important;
}

.btn-archive {
  background: url(../images/icon-export-data.png) no-repeat center;
  width:15px;
  height:12px;
  display:block;
  float:left;
  margin-right:5px;
}

.btn-unarchive {
  background: url(../images/icon-unarchive.png) no-repeat center;
  width:15px;
  height:12px;
  display:block;
  float:left;
  margin-right:5px;
}

.enrolmentIsArchived {
}

.hidenIcon {
	display: none !important;
}

.pointerCursor:hover {
	cursor: pointer;
}

.confirmation_email_not_enough
{
background-color:#E8B5CE;
}

.confirmation_email_not_downloaded{
	background-color:#D69C2F;
}

.confirmation_email_error_sending{
	background-color:#FF6F61;
}

.confirmation_email_downloaded{
	background-color:#8D9440;
}

.confirmation_email_forced{
	background-color:#FFD662;
}
.confirmation_email_printed{
	 background-color:#9F9C99;
}
.confirmation_email_avoid{
	background-color:#A4B8F1;
}
.confirmation_email_paid{
	background-color:#CEFFC1;
}
.border-left{
    border-left:2px solid black !important;
}
.border-total{
    border-top: thick double #c62222;
}
.btn-add-nc {
    background: url(../images/icon-cash.png) no-repeat center;
    width:15px;
    height:16px;
    display:block;
    float:left;
    margin-right:5px;
    cursor: pointer;
}

.stickyHeaders{
      position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  border-collapse: unset !important;
}
