.persData{
    text-align:left;
}
.price{
    float:left;
    font-size:150%;
    font-weight:bold;
    display:block;
    width:100%;
    text-align:left;
    color: var(--secondary-light);
    margin-top:10px;
}
.priceRemark{
    float:left;
    font-size:90%;
    color: var(--secondary-light);    
}
/* Remove the default triangle */
summary {
  display: block;
  width:100%;
    cursor:pointer;
    padding:10 0 10 0;
    font-size: 110%;
    font-weight:bold;
}
.flatpickr{
    text-align:center;
    background-color: var(--dark-grey);
    color: #FFF;
    padding:7px;
    border-radius:45px;
    text-align:center;
    width:310px;
    border-radius:45px;
    border:1px solid #81818100;
    display:inline-block;
    float:left;
    cursor:pointer;
}
.retTime{
    width:200px;
}
.retTimeBtn{
    margin-top: 5px;
    margin-left: 220px;
    position: absolute;
}
/* Create a new custom triangle on the right side */
summary::after {
  display: inline-block;
  content: url("../images/backBottom_small_secondary.png");
  transition: 0.2s;
  float:right;
  margin-top:-20px;
}

.cInput{
    width: 82%;
    float: left;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;
    padding:10 5 10 5;
    margin-top:5px;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;    
}
.cInput:focus{
    border: 1px solid #5813ed
}
.cInput:disabled{
    color: var(--light-grey);
}

.cInputSmall{
    width: 40%;
    float: left;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;
    padding:10 5 10 5;
    margin-top:5px;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;   
    
}
.cInputSmall:focus{
    border: 1px solid #5813ed
}
.cInputSmall:disabled{
    color: var(--light-grey);
}
.mLeft{
    margin-left:16px;
}

.cInputSmallDate{
    position: absolute;
    right: 20%;
    width: 0px;
    color:#FFF;
    border:#FFF;
    background-color: #FFF;
}
#calendarIcon{
    position: absolute;
    right: 20%;
    font-size:24px;
    color: var(--secondary-light);
    margin-top:-5px;
    cursor: pointer;
}
.invData{
    border-collapse: collapse;
}
.invData td{
    font-size:70%;
}

#monDisplay{
    position:absolute; 
    margin-top:-60px; 
    margin-left:350px;
}

#loginWrapper{
    margin-top:80px;
    position:fixed;
    left:-10%;
}
.loginInput{
    border:1px solid var(--primary-light);
    border-outline:none;
    padding:5px;
    border-radius:5px;
    width:80%;
    margin-top:5px;
}
#loginInner{
    background: #FFF !important;
    padding:20px;
    font-size:120%;
    width:100%;
    text-align: center;
}
#btnLogin{
    display:inline-block !important;
}
.btnPrimary{
    background-color:  var(--primary-light);
    border-radius: 50px;
    display: block;
    width: 200px;
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    text-align: center;
    cursor:pointer;
    border:1px solid var(--primary-dark);
}
.btnPrimary:hover{
    background-color:  var(--secondary-light);
    border:1px solid var(--secondary-light);
}
.btnPrimaryInline{
    background-color:  var(--primary-light);
    border-radius: 50px;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    cursor:pointer;
    border:1px solid var(--primary-dark);
}
.btnPrimaryInline:hover{
    background-color:  var(--secondary-light);
    border:1px solid var(--secondary-light);
}
#accountLeftMenu{
    position:absolute;
    top:100px;
    width:200px;
    height:100%;
    text-align:left;
    padding:10px;
}
#accountLeftMenu ul li{
    list-style:none;
    display:block;
}
#accountLeftMenu ul li a:hover, #accountLeftMenu ul li a:active{
    text-decoration:none;
    background: var(--secondary-hover);
    padding:10px;
    width:200px;
    display:block;
    color: #FFF;
}
#accountLeftMenu ul li a.accountMenuActive{
    text-decoration:none;
    background: var(--secondary-light);
    padding:10px;
    width:200px;
    display:block;
    color: #FFF;
}
#accountLeftMenu ul li a{
    text-decoration:none;
    color: var(--secondary-light);
    padding:10px;
    width:200px;
    display:block;
}
#accountRight{
    width:85%;
    padding:5px;
    float:left;
    display:block;
    border:0px solid green;
    margin-left:300px;
    margin-top:0px;
    height:100%;
}
.readonly{
    color: grey;
}


.resetPw{
    width:40% !important;
    margin-left:-0%;
    margin-top:5% !important;
}
.note{
    font-size:80%;
}

.cBlockContent .fa{
    color: var(--secondary-hover);
    font-size:20px;
    margin-top:3px;
}
.countdownTicker{
    border:1px solid var(--seconday-hover);
    background: var(--secondary-light-80);
    padding:5px;
    border-radius:45px;
    text-align:center;
    width:500px;
}
.countdownTickerGreen{
    border:1px solid #0eb02980;
    background:rgb(154, 247, 170);
    padding:5px;
    border-radius:45px;
    text-align:center;
    width:300px;
}
.countdownTickerGrey{
    border:1px solid #86868680;
    background: #868686;
    padding:5px;
    border-radius:45px;
    text-align:center;
    width:300px;
}
.countdownTickerBlue{
    border:1px solid #126d8e80;
    background: #126d8e80;
    padding:5px;
    border-radius:45px;
    text-align:center;
    width:400px;
}
.countdownTickerPink{
    border:1px solid #ca156480;
    background: #ca156480;
    padding:5px;
    border-radius:45px;
    text-align:center;
    width:400px;
}
.documentLink{
    border:1px solid grey;
    border-radius:5px;
    padding:5 10 5 10;
}
.documentLink:hover{
    border:1px solid grey;
    border-radius:5px;
    padding:5 10 5 10;
    background-color:var(--secondary-light-hover);
}



/* Account Overview CARDs*/
#cardWrapper{
    /* margin-left:-10px; */
}

.pCard{
    text-align:left;
    float:left;
    width:27%;
    display: block;
    padding:10px;
    box-shadow: 1px 2px 5px grey;
    margin-left:10px;
    margin-top:10px;
    border-radius:10px;
    min-height:340px;
}
.pCard:hover{
       box-shadow: -1px 2px 15px grey;
       cursor:pointer;
}
.orderId{
    margin-top:-15px;
    font-size:80%;
}
.pRuntime{
    margin-top:-10px;
}
.pLastUpdate{
    font-size:75%;
}
.pRuntimeInfo{
    font-size:75%;
    margin-top:-10px;
}
.pHandoverDisplay{
    font-size:75%;
    margin-top:-50px;
    margin-left:300px;
    width:150px;
    position:absolute;
}
.marginTop_pHandoverDisplay{
    margin-top:-70px;
}

.cs_cancel, .cs_terminated{
    background:rgb(222, 222, 222);
    padding:5px;
    border-radius:5px;
}
.cs_open{
    background:rgb(252, 255, 196);
    padding:5px;
    border-radius:5px;
}
.cs_transfer{
    background:rgb(255, 111, 243);
    padding:5px;
    border-radius:5px;
}
.cs_running{
    background:rgb(63, 247, 63);
    padding:5px;
    border-radius:5px;
}
.cs_bonicheck-ok{
    background:rgb(234, 249, 102);
    padding:5px;
    border-radius:5px;
}
.cs_bonicheck-notok{
    background:rgb(255, 116, 116);
    padding:5px;
    border-radius:5px;
}

.spacerFooter{
    height:100px !important;
    display:block;
    width:100%;
    clear:both;
}


.acceptRetoure{
    margin-top: -20px !important;
    margin-left: 150px;
}

.chart-wrapper {
  width: 150px;
  height: 150px;
  margin: 20px auto;  
}
canvas {
  width: 100% !important;
  height: 100% !important;
}





.contractDetailsBack{
    position:absolute;
    left:13%;
    z-Index:2;
    text-decoration:none;
    color: #000 !important;
    display:none;
}
a.contractDetailsBack:hover{
    color: #df1796 !important;
}

.btnPrimaryInline{
    margin-top:10px;
}



.contractDetails_WrapperLeft{
    border:0px solid grey;
    width:47%;
    /* min-height:100%; */
    float:left;
    margin-top:0px;
}

.contractDetails_WrapperRight{
    border:0px solid grey;
    width:47%;
    /* height:100%; */
    float:left;
    margin-left:10px;
    padding:10px;
    margin-top:0px;
}

.contractDetails_status{
    background:rgb(247, 247, 247);
    width:100%;
    text-align:left;
    padding:5px;
    border: 1px solid rgb(230, 230, 230);
    border-radius:5px;
}

.contractDetails_customerData{
    background:rgb(247, 247, 247);
    width:100%;
    text-align:left;
    padding:5px;
    border: 1px solid rgb(230, 230, 230);
    border-radius:5px;
    margin-top:10px;
    display: block;
    min-height:290px;
}

.contractDetails_vehicle{
    background:rgb(247, 247, 247);
    border: 1px solid rgb(230, 230, 230);
    display:block;
    margin-top:-10px;
    min-height:488px !important;
    border-radius:5px;
    padding:5px;
}

.firstline{
    font-size:90%;
    color: rgb(150, 150, 150);
}
.line{
    margin-top:-12px;
    font-size:90%;
     color: rgb(150, 150, 150);
}

.cdCustomerData{
    text-align:left;
    width:45%;
    float:left;
    /* min-height:300px; */
    display:block;
}
.cdCustomerPayments{
    width:45%;
    float:left;
    /* min-height:300px; */
    display:block;    
}
.cdCustomerfulfilment{
    border: 0px solid red;
    float: none;
    margin-top: -90;
}



.smallVehicleImage{
    width:100px;
    border:1px solid silver;
    /* float:left; */
    border-radius: 5px;
}
.smallVehicleImage img{
    width:100px !important;
}
.vehicleData{
    border: 0px solid red;
    /* float:left; */
    text-align:left;
    padding:0px 5px 0px 10px;
    font-size:90%;
    width:360px;
    margin-top:30px;
}
.vehicleData p{
    color: darkgrey;
}
.priceLineItem{
    margin-left:350px;
    margin-top:-15px;
    z-Index:2;
}

.priceSummaryText{
    width:300px;
    font-weight:bold;
    font-size:110%;
    text-align:left;
    float:left;
}
.priceSummaryPrice{
    font-weight:bold;
    font-size:110%;
    text-align:right;
    padding-right:10px;
    margin-top: 0px;    
    float:left;
}
.priceSumTax{
    font-size:60%;
    font-weight:normal;
    color: rgb(150, 150, 150);
}

.marginTop_left{
    margin-top:-10px;
}


#bgOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:#5d5d5d80;
    z-Index:101;
    display:none;
}
#dialog{
    width:27%;
    height:70%;
    background: #FFF;
    display:none;
    position: absolute;
    z-Index:102;
    border: 1px solid grey;
    top:20%;
    left:30%;
    border-radius:10px;
}

.calendar{
    width:60%;
    height:90%;
    margin-left:13%;
    text-align:center;
}
#retoureDateTime{
    visibility:hidden;
}
#retoureDateTimeDisplay{
    height: 20px;
    width: 120%;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 10px;
    color:rgb(150, 150, 150)
}

.calButton{
    display: block;
    width: 120%;
    height: 35px;
}













/* HTML: <div class="loader"></div> */
/*https://css-loaders.com/dots/*/
.loader {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 15px 0 #c214c5, -15px 0 #0002;background: #4d094e }
    33% {box-shadow: 15px 0 #c214c5, -15px 0 #0002;background: #0002}
    66% {box-shadow: 15px 0 #0002,-15px 0 #c214c5; background: #0002}
    100%{box-shadow: 15px 0 #0002,-15px 0 #c214c5; background: #4d094e }
}




#m_loginWrapper{
    text-align:center !important;
    
    display:block;
    border:0px solid red;
    padding-left:20%;
  }
  
#m_loginInner{
border: 1px solid var(--primary-light);
    border-radius: 5px;
    width: 40%;
    text-align: left;
    padding: 10px;
    box-shadow: 2px 2px 2px grey;
    position: absolute;
    margin-top: 1%;
    background-color: #FFF;
    padding-left: 50px;
  }

.left20{
    padding-left:20% !important;
}







@media screen and (min-width: 2000px) {
    #content{
        margin-top:120px;
    }
    #accountRight{
        margin-top:80px;
    }
}

@media screen and (min-width: 1900px) {
    #accountRight{
        margin-top:50px;
    }
}


@media screen and (max-width: 465px) {
    #cardWrapper {
        margin-left: -10px;
    }
    
    .fa-reply{
        background-color: rgb(247, 247, 247);
    }
    .marginTop_left {
        margin-top: 152px !important;
        margin-left: 5% !important;  
        width: 92% !important;      
    }
    #m_loginInner{
    border: 1px solid var(--primary-light);
        border-radius: 5px;
        width: 100%;
        text-align: left;
        padding: 10px;
        box-shadow: 2px 2px 2px grey;
        position: absolute;
        margin-top: 1%;
        background-color: #FFF;
        padding-left: 50px;
    }

    #m_loginWrapper {
        text-align: center !important;
        display: block;
        border: 0px solid red;
        padding-left: 2% !important;
        margin-top: 40% !important;
        left: 0 !important;
        position: absolute !important;
        width: 78% !important;
        }

    .resetPw{
        width:98% !important;
    }
    #accountRight{
            width: 97% !important;
            position: absolute;
            margin-top:70px;
        }    
        
    #accountRight h2{
            font-size:16px;
        }
        
    #accountRight table tr td{
            font-size:11px;
        }
        
    .fa-calendar{
            margin-top:-50px !important;
            display:none;
        }
        
    #accountLeftMenu{
            display:none;
        }
        
    #accountOverview{
            color: var(--secondary-light);
            margin-left:15px;
            width:275px !important;
        }    
        
    #accountContracts{
            color: var(--secondary-light);
            margin-left:15px;
            width:275px !important;
        }
        
    #accountDocuments{
            color: var(--secondary-light);
            margin-left:15px;
            width:275px !important;
        }    
        
    #accountData{
            margin-left:15px;
            width:275px !important;
            color: var(--secondary-light);
        }
        
    .persData{
            width: 93%;
            margin-left: 8%;
        }
        
    .persData .cInput {
            font-size:16px !important; 
            width:297px;
        }
        
    .persData .cInputSmall {
            font-size:16px !important; 
        }
        
    .countdownTickerGreen{
            width:120px;
        }
        
    .countdownTicker{
            width:120px;
        }
        
    .countdownTickerGrey{
            width:140px;
        }
        
    .loginNote{
        }
        
    #btnUpdateAccount{
            width:85%;
        }
    .pCard{
        width:92% !important;
    }

    .contractDetailsBack {
        position: absolute;
        left: 2%;
        margin-top: -10px;
        z-Index: 2;
        display: none;
        background-color: #FFF;
    }

    .contractDetails_WrapperLeft {
        border: 0px solid grey;
        width: 92%;
        min-height: 40% !important;
        float: left;
        margin-top: 0px;
        margin-left: 5%;
    }
    .contractDetails_WrapperRight {
    border: 0px solid grey;
    width: 95%;
    height: 50% !important;
    /* float: left; */
    margin-left: 10px;
    padding: 10px;
    margin-top: 0px;
}   
    .pHandoverDisplay {
        font-size: 75%;
        margin-top: -50px;
        margin-left: 200px;
        width: 150px;
        position: absolute;
    }
    .cdCustomerPayments {
        margin-left: 5%;
    }    
    .contractDetails_vehicle {
        margin-top: 0px;
        min-height: 450px !important;        
    }    
    .priceLineItem {
        margin-left: 250px;
    }    
    .vehicleData {
        margin-top: 20px;
    }    
    .priceSummaryText {
        float:left;
        font-size:90%;
        width:200px;
    }
    .priceSummaryPrice{
        float: left;
        margin-left: 70%;
        margin-top: -40px;
        font-size:90%;
    }
    #monDisplay {
        position: absolute;
        margin-top: -60px;
        margin-left: 215px;
    }
    #calendarIcon{
        display:none;
    }
    #dialog {
        width: 95%;
        height: 80%;
        top: 10%;
        left: 2%;
    }   
    .calendar{
        margin-left: 4%;
    }
    #retoureDateTimeDisplay, .calButton{
        width: 150%;
    }
    .flatpickr-mobile{
        width:85px !important;
    }
}