.countdown{
	width: 300px;
    font-size: 20px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 15%);
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-top: 15px;
}

.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.car__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(3%);
  }
}
@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}

.loader1 {
	width: 20px;
    height: 20px;
    border: 3px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
	
.notifications .licenseplate {
	margin:0;
	float:left;
    height: 35px;
    width: 150px;
    padding: 11.5px 45px;
    margin-right: 15px;
}

.check_gtp {
	position:relative;
	overflow: hidden;
}

.results_container {
	margin-top: 10px;
}

.results_container .gtp,
.results_container .psi,
.results_container .vignette{
	font-weight: 600;
    font-size: 18px;
}

.gtp_result,
.psi_result,
.vignette_result{
	font-weight: 500;
    font-size: 16px;
}

.results_container .info_text{
	padding-top: 20px;
    font-size: 16px;
}

.service_book_link {
	float: left;
    margin-left: 20px;
}

.page-id-1658.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.page-id-1658 #edit_account .box-success .box-body .col-md-8,
.page-id-1658 #edit_account .box-success .box-body .col-md-8 > .col-md-6,
.page-id-1658 #edit_account .box-success .box-body .col-md-8 > .col-md-4 {
    padding-left: 0px;
	margin-top: 10px;
}

.page-id-1658 #edit_account .box-success .box-body > .col-md-4 {
    padding-right: 0px;
}

.page-id-1658 #edit_account{
	margin-top: 8px;
}

.page-id-1658 #enter_email_message {
    margin-top: 30px;
    display: none;
}

.panel-heading .fas {
    margin-right: 10px;
}

.gglcptch_invisible{
	display:none;
}

#user_login, #user_pass, .woocommerce-Input--text{
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 14px;
    color: #292929;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

#user_login:focus, #user_pass:focus,.woocommerce-Input--text:focus{
	border-color: #292929;
}

.woocommerce-lost-password .woocommerce-form-row > .woocommerce-Button.button, .woocommerce-form-login__submit{
	position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid transparent;
    background: #36404b;
    color: #ffffff;
    text-transform: uppercase;
	margin-left: 10px;
	vertical-align: bottom;
    margin-top: 45px;
    height: 50px;
    float: right;
}

.woocommerce-lost-password .woocommerce-form-row > .woocommerce-Button.button:hover,.woocommerce-form-login__submit:hover{
	border-color: #fb4848;
	background-color: #fb4848;
}

form.lost_reset_password > p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
	z-index:9999;
}

.woocommerce-lost-password .lost_reset_password {
	width: 480px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.woocommerce-form-login.login .woocommerce-LostPassword.lost_password{
	float:left;
	margin-top: 5px;
}

.woocommerce-form-login.login .form-row:nth-child(3){
	float:right;
}

.woocommerce-form.woocommerce-form-login.login {
	width:410px;
	margin-left: auto;
    margin-right: auto;
}

.woocommerce-account .woocommerce h2{
	width: max-content;
	margin-left: auto;
    margin-right: auto;	
}

#exm_loginForm #wp-submit{
	float: right;
}

.ballanse {
	text-align:center;
}

.to_service_book {
	margin-top: 10px;
}

.chat{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat_modal .modal-body .panel-body {
	padding:0;
}

.chat li{
    margin-bottom: 10px;
	padding: 10px 10px 10px 0;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body{
    margin-left: 60px;
}

.chat li.right .chat-body{
    margin-right: 60px;
}


.chat li .chat-body p{
    margin: 0;
    color: #777777;
}

.chat_modal .glyphicon{
    margin-right: 5px;
}

.chat_modal .panel-body{
    overflow-y: scroll;
    height: 250px;
	overflow-anchor: none;
}

.chat_modal .modal-body {
	padding: 0 15px 15px 15px;
}

.chat_modal .panel {
	border:unset;
}

.modal-header.blue_header {
	background-color: #428bca;
    border-color: #428bca;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.blue_header .modal-title {
	margin-left: 50px;
}

.chat_modal .glyphicon-comment{
	position: absolute;
    color: #fff;
    top: 23px;
    left: 25px;
    font-size: 22px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.new_messages {
	position: fixed;
    z-index: 10001;
    top: 150px;
    right: 20px;
}

.new_messages .container {
	width: 350px;
}

.new_messages li.Chat {
	cursor:pointer;
}

.new_messages li.Chat:hover {
	
}

.new_messages .panel-heading{
	cursor:pointer;
}

.page form table#user_notifications > tbody > tr > td {
	padding:0;
	background: #f9f9f9;
}

.page form table#user_notifications > tbody > tr > td > input,
.page form table#user_notifications > tbody > tr > td > textarea{
	height: 40px;
    width: 100%;
    background: #f9f9f9;
	padding: 0 10px;
}

.user_info .panel-body {
    padding: 15px 0;
}

.check_results {
    margin-top: 20px;
}

.check_results div {
    margin-bottom: 10px;
}

.check_results div:last-child {
    margin-bottom: 0px;
}

.notifications .customer_car {
	margin-bottom:10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

.notifications .customer_car:last-child {
    margin-bottom: 0px;
}

.notifications .to_service_book,
.account_info .customer_car{
	cursor:pointer;
}

.car_id {
	width:100%;
	padding: 11px 5px;
	background: #f9f9f9;
}

.chat_modal .modal-content ul.chat {
	padding: 0;
}

#user_notifications{
	border: 1px solid #ddd;
}
#user_notifications > thead > tr > th.notification_message{
	width: 25%;
}

#user_notifications > thead > tr > th.add_notification{
	width: 30px;
	font-size:25px;
    text-align: center;
	cursor:pointer;
	color:#5cb85c;
	padding: 0;
}

#user_notifications > tbody > tr > td.remove_notification{
	padding: 0;
	width: 30px;
	font-size:25px;
    text-align: center;
	cursor:pointer;
	color:#d9534f;
}

#save_account, 
.exm_exit {
	float: right;
	height:36px;
	margin-left: 15px;
	margin-right: 10px;
}

.exm_exit {
    margin-right: 0px;
}

#save_account {
    margin-right: 15px;
}

.account_header_title {
	width: 100%;
    padding: 0;
    margin: 0;
}

.account_header {
	display: flex;
}

.exm_loginForm {
    width: 380px;
    margin: auto;
}

.exm_loginForm form, .woocommerce-form-login.login {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.exm_loginForm label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}

.exm_loginForm form .input, .exm_loginForm form input[type=checkbox], .exm_loginForm input[type=text] {
    background: #fbfbfb;
}

.exm_loginForm form .input, .exm_loginForm input[type=password], .exm_loginForm input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
}

.exm_loginForm .wp-pwd {
    position: relative;
}

.service_book {
}

.service_book_info .panel-heading{
	height: 50px;
}

.service_book > .dt-buttons{
    margin-top: 8px;
    margin-right: 8px;
    float:right;
    z-index: 1;
    position: relative;
}

.service_book_info > .panel-heading > strong{
	float:left;
	font-size: 22px;
}
.service_book_info > .panel-heading > div{
	float:left;
}

.service_book_info > .panel-heading > .licenseplate{
	margin-left: 50px;
}

#User_Info_table .customer_car {
	display:flex;
}

.dataTable >thead:first-child>tr:first-child>th:not(:nth-last-child(1)),
.dataTable >tbody>tr>td:not(:nth-last-child(1)) {
    border-right: solid 1px lightgray;
}

.dataTable {
    border: 1px solid #ddd;
}

	
input.licenseplate,.licenseplate {
	color: #333;
    background-color: #fff;
    background-image: url("/wp-content/plugins/automanager/assets/img/regnum.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 32px;
    min-width: 120px;
	border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border: solid 1px #000;
    outline: none;
    overflow: hidden;
}

.licenseplate {
	height:25px;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	padding: 6.5px 30px;
	border-radius: 5px;
}
