@import "theme-blue.css";

/* Transitions */
#mainmenu li, #customerContent h4, input[type='text'], input[type='button'], select,
#account-list #addUser, #account-list #editUser, #account-list #psUser,
#customers-list #addUser, #customers-list #editUser, #customers-list #psUser {
    transition: background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

table tbody tr {
    transition: background-color 0.15s ease;
}

table {
    border-collapse: collapse;
}

table thead th, table tbody td, table tfoot td {
    border-left: none;
    border-right: none;
}

table tbody td {
    border-bottom: 1px solid #e5e7eb;
}

/* Exclude layout tables (dialogs, forms) from data-table borders */
.ui-dialog table tbody td,
#login table tbody td,
#admEditCl table tbody td {
    border-bottom: none;
}

/* Input base styles */
input[type='text'], input[type='password'], select {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 10px;
    font-family: inherit;
    font-size: 13px;
    color: #111827;
}

input[type='button'] {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 6px 14px;
    font-family: inherit;
    font-size: 13px;
    background: #ffffff;
    color: #4b5563;
    cursor: pointer;
}

input[type='button']:hover {
    background: #f1f5f9;
    border-color: #475569;
    color: #1e293b;
}

/* Focus states */
input[type='text']:focus, input[type='password']:focus, select:focus {
    outline: none;
    border-color: #475569;
    box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.25);
}

body{
	background-color:#f4f6f8;
	padding:0;
	margin:0;
	text-align:center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	width: 100%;
}

span#supp{
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	background: url("images/smobecco.png") left center no-repeat;
	padding-left: 23px;
	height: 20px;
	display: inline-block;
}
span.removeIcon{
	border:1px solid #111827;
	background-color: #475569;
	color:#ffffff;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 10px;
	border-radius: 4px;
}
p.modalPStyle1{
	border:1px solid #111827;
	background-color: #475569;
	color:#ffffff;
}
p.modInsuranceFileView span{
	cursor: pointer;
}

p.err{
	color:red;
	font-style: italic;
	font-size: 14px;
}

#customerContent p.pNormal{
	display: inline-block;
    float: left;
    padding: 0 15px 10px;
    width: auto;
}

#customerContent p.pNormal2{
	display: inline-block;
    float: left;
    padding: 0 15px 0;
    width: auto;
    clear: both;
}

#customerContent td{
	padding: 0 0 10px 0 !important;
}

#customerContent p.pNormal3{
	display: inline-block;
    float: left;
    padding: 0 15px 0 40px;
    width: auto;
    text-align: left;
    clear:both;
}

#customerContent p.pNormal3 label{
	padding-right: 10px;
}

#customerContent p.pNormal label{
	padding-right: 5px;
}

#customerContent .locBox{
	display: none;
	float:left;
	background: #ffffff !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

#customerContent h3{
	display: inline-block;
    float: left;
    clear:both;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    font-weight: bold;
    font-size: 19px;
    margin:10px 0 10px 0 !important;
}

#customerContent h5{
	display: inline-block;
    float: left;
    clear:both;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
    font-size: 17px;
}

#customerContent h4{
	display: inline-block;
    float: left;
    clear:both;
    width: 100%;
    text-align: center;
    background: #f1f5f9;
    box-shadow: none;
    cursor: pointer;
    font-weight: bold;
    color: #1e293b;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #475569;
}

#customerContent h4:hover{
	background: #e2e8f0;
	cursor: pointer;
}

#page{
	width: 100%;
}

span#sendMail{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("images/send-mail.png") no-repeat;
	background-position: center center;
    background-size: 18px auto;
	cursor: pointer;
}

#chPS{
	font-size: 13px;
	color: #475569;
	text-shadow: none;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 0;
	line-height: 24px;
	background: url("images/lock.png") no-repeat;
	background-position: left center;
    background-size: 18px auto;
	padding-left: 20px;
}

#chPS:hover{
	text-decoration: underline;
}

.ui-widget-header {
    background: #64748b linear-gradient(to bottom, #64748b 5%, #475569 100%) repeat scroll 0 0 !important;
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64748b), color-stop(100%, #475569));
    border: 1px solid #64748b;
    color: #ffffff;
    font-weight: bold;
}

select.ui-datepicker-year {
	color:#475569 !important;
}

p.buttonIcon{
	margin-left: 36px !important;
}

button.ui-datepicker-trigger {
      position: relative;
      left: -31px;
      top: -2px;
      border: none;
}

.pagination{
	width: 100%;
}

.pagination p{
	width: auto !important;
}

.pagination input{
	text-align: center;
}

/*Header*/
#header{
	width: 97%;
	padding: 0 1.5% 4px;
	margin: 5px auto 0 auto;
	display: inline-block;
	border-left: 2px solid #1e293b;
	border-right: 2px solid #1e293b;
	border-top: 2px solid #1e293b;
	background: #1e293b;
	color: #f9fafb;
	border-radius: 8px 8px 0 0;
}

#header h1.logo{
	color: #f9fafb;
    font-size: 30px;
    line-height: 30px;
    opacity: 0.9;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border: none;
    background: none;
    display: inline-block;
    float: left;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 1px;
}

#header #mainNavigation{
	display: inline-block;
	width: 100%;
	text-align:center;
}

#header #mainNavigation #linkmenu{
	padding-top: 5px;
	float: right;
}

#header #mainNavigation #linkmenu a{
	font-weight: bold;
	color:#d1d5db;
}

#header #mainNavigation #navUser{
	float: right;
	padding-top: 5px;
}

#header #mainNavigation #navUser span.labelSpan{
    font-weight: bold;
}

#header #mainNavigation #navUser span.valueSpan{
	color: #475569;
	font-weight: bold;
}

#header #mainNavigation #locandmod{
	float: left;
}

#header #mainNavigation #locandmod{
	padding-top: 6px;
}

#header #mainNavigation p{
	display: inline-block;
	font-size: 14px !important;
	margin: 0;
}

#header #mainNavigation select{
	height: 24px !important;
	line-height: 24px !important;
	background: #334155;
	color: #f1f5f9;
	border: 1px solid #475569;
	border-radius: 4px;
	padding: 2px 6px;
	font-size: 13px;
}

#header #mainNavigation select option{
	background: #1e293b;
	color: #f1f5f9;
}
#sysMess p{
	display: inline-block;
	background: url("images/warning_orange.svg") no-repeat;
	background-position: left center;
    background-size: 30px auto;
    padding-left: 40px;
    padding-top: 10px;
    color: #a70e0e;
    /*color: #a44102;*/
    font-weight: bold;
}
/*Main menu*/
#mainmenu{
	list-style: none;
	text-align: left;
	padding: 10px 4px 4px 4px;
	display: inline-block;
	float: right;
	margin: 0;
}

#mainmenu li{
	display: inline-block;
	padding: 2px 7px;
	border: 1px solid #334155;
	font-weight: bold;
	background: #475569;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	cursor: pointer;
	margin-right: 8px;
	color: #fff;
	border-radius: 6px;
}

#mainmenu li a{
	color: #fff;
	text-decoration: none;
}

#mainmenu li:hover{
	background: #334155;
	cursor: pointer;
}

#mainmenu li.active{
	background: #1e293b;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}

#line{
	display: inline-block;
	width: 100%;
	border: 1px solid #e5e7eb;
	box-shadow: none;

}

/*Content*/
#content{
	width: 97%;
	padding: 0 1.5% 25px;
	margin: 0 auto;
	display: inline-block;
}

#content h2{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin: 0;
	padding: 6px 0 6px 0;
	display: inline-block;
	width: 100%;
	color: #111827;
}

.techpage, .history,.accounts, .clients,.admin,.insurancepage,.tachopage{
	border-left: 2px solid #e5e7eb;
	border-right: 2px solid #e5e7eb;
	border-bottom: 2px solid #e5e7eb;
	background: #ffffff;
	border-radius: 0 0 8px 8px;
}

/* Login page card — title + form + footer on one card */
#page:has(#login){
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	gap: 0;
	background: #e2e8f0;
}

#page:has(#login) h1.logo{
	color: #1e293b !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
	opacity: 1 !important;
	text-shadow: none !important;
	float: none !important;
	display: block !important;
	width: 420px !important;
	margin: 0 !important;
	padding: 28px 32px 18px !important;
	font-style: normal;
	text-align: center;
	background: #ffffff;
	border-radius: 16px 16px 0 0;
	border: 1px solid #cbd5e1;
	border-bottom: 1px solid #e5e7eb;
	box-sizing: border-box;
	letter-spacing: -0.3px;
	box-shadow: 0 -4px 12px rgba(15, 23, 42, 0.06);
}

#page:has(#login) #content{
	width: 420px;
	background: #ffffff;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1), 0 2px 6px rgba(15, 23, 42, 0.06);
	border: 1px solid #cbd5e1;
	border-top: none;
	padding: 16px 32px 28px;
	margin: 0 auto;
	box-sizing: border-box;
}

#page:has(#login) #footer{
	margin-top: 24px;
}

#page:has(#login) #footer p{
	color: #94a3b8 !important;
	font-size: 12px;
	text-align: center;
}

#login{
	width: 100%;
	margin: 0 auto;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

#login form {
	text-align: center;
	font-weight: normal;
	background: transparent !important;
	padding: 0 !important;
}

#login form p#psM{
	color: #475569 !important;
	font-style: normal !important;
	font-size: 13px;
	margin: 12px 0 4px;
}

#login form table tr td{
	padding: 8px 0;
	text-align: left;
	font-size: 14px;
	color: #334155;
	font-weight: 500;
	vertical-align: middle;
}

#login form label{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #334155;
	margin-bottom: 4px;
}

#login form input[type='text'],
#login form input[type='password']{
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 7px 12px;
	width: 100%;
	font-size: 14px;
	color: #111827;
	box-shadow: none;
	transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
}

#login form input[type='text']:focus,
#login form input[type='password']:focus{
	background: #ffffff;
	border-color: #475569;
	box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.15);
}

#login form input[type='button']{
	text-align: center;
	display: block;
	width: 100%;
	background: #475569;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 9px 28px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 8px;
	transition: background-color 0.15s, box-shadow 0.15s;
}

#login form input[type='button']:hover{
	background: #334155;
	box-shadow: 0 2px 8px rgba(51, 65, 85, 0.3);
}

#login form table{
	text-align: center;
	display: inline-block;
	width: 100%;
	border: none;
}

#login form table tr td{
	border: none;
}
}

.ui-dialog{
	width:auto!important;
}

/*Accounts page*/
#dialog #editAccount p{
	text-align: left;
	margin-bottom: 3px;
	font-size: 12px;
}

#dialog #editAccount p label{
	width: 100px;
	margin-right: 5px;
}

#account-list,#customers-list{
	border: 3px double #e5e7eb;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-top: 10px;
	display: inline-block;
	border-radius: 8px;
}

#account-list table,#customers-list table{
	margin: 10px 15px;
}

#account-list table thead tr,#customers-list table thead tr{
	background: #f1f5f9;
	color: #1e293b;
	border-bottom: 2px solid #cbd5e1;
}

#account-list table tbody tr,#customers-list table tbody tr{
	cursor: pointer;
}

#account-list table tbody tr:hover,#customers-list table tbody tr:hover{
	background: #f8fafc !important;
}

#account-list table tbody tr.sel,#customers-list table tbody tr.sel{
	background: #f1f5f9 !important;
}

#account-list table tbody tr:nth-child(even),#customers-list table tbody tr:nth-child(even){
	background: #f9fafb;
}

#account-list table tbody tr:nth-child(odd),#customers-list table tbody tr:nth-child(odd){
	background:  #fff;
}

#account-list table tfoot tr,#customers-list table tfoot tr{
	background: #1e293b;
	color: #fff;
}

#account-list table thead tr th,#customers-list table thead tr th{
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

#account-list table tbody tr td{
	padding: 6px 12px;
	font-size: 13px;
	color: #374151;
}

#customers-list table tbody tr td{
	padding: 6px 12px;
	font-size: 13px;
	color: #374151;

}

#customers-list table{
	table-layout: auto;
}

#account-list table tbody tr#newuser td,#customers-list table tbody tr#newuser td{
	padding: 1px 2px;
}

#account-list p,#customers-list p{
	width: 90%;
	display: inline-block;
	margin: 0 auto 5px auto;
	text-align: center;
}

#account-list #addUser{
	background: url("images/add-users2.png") no-repeat;
}

#customers-list #addUser{
	background: url("images/add-users2.png") no-repeat;
}

#account-list #addUser,#customers-list #addUser{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: center center;
    background-size: 18px auto;
	cursor: pointer;
	margin-right: 8px;
}

#account-list #editUser{
	background: url("images/icon-edit2.png") no-repeat;
}

#customers-list #editUser{
	background: url("images/icon-edit2.png") no-repeat;
}

#account-list #editUser,#customers-list #editUser{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: center center;
    background-size: 18px auto;
	cursor: pointer;
	margin-right: 8px;
}

#account-list #psUser{
	background: url("images/new-psb.png") no-repeat;
}

#customers-list #psUser{
	background: url("images/new-psb.png") no-repeat;
}

#account-list #psUser,#customers-list #psUser{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: center center;
    background-size: 18px auto;
	cursor: pointer;
}

#account-list #addUser,#account-list #editUser,#account-list #psUser,#customers-list #addUser,#customers-list #editUser,#customers-list #psUser{
	border: 1px solid #fff;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-radius: 2px 2px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
}

#account-list #addUser:hover{
	background: url("images/add-users.png") no-repeat;
}

#customers-list #addUser:hover{
	background: url("images/add-users.png") no-repeat;
}

#account-list #addUser:hover,#customers-list #addUser:hover{
	background-position: center center;
    background-size: 18px auto;
}

#account-list #editUser:hover{
	background: url("images/icon-edit.png") no-repeat;
}

#customers-list #editUser:hover{
	background: url("images/icon-edit.png") no-repeat;
}

#account-list #editUser:hover,#customers-list #editUser:hover{
	background-position: center center;
    background-size: 18px auto;
}

#account-list #psUser:hover{
	background: url("images/new-psw.png") no-repeat;
}

#customers-list #psUser:hover{
	background: url("images/new-psw.png") no-repeat;
}

#account-list #psUser:hover,#customers-list #psUser:hover{
	background-position: center center;
    background-size: 18px auto;
}

div.checkb2{
	padding-left: 70px !important;
}

form#editAccount input[type='checkbox'], form#editAccount label.checkb{
	line-height: 14px !important;
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
}

form#editAccount label.checkb{
	padding-left:0;
	padding-right:0;
	font-weight: normal;
}

form#editAccount input[type='checkbox']{
	margin: 0 5px 0 0;
}

form#editAccount div.checkb{
	padding: 3px 10px;
	display: block;
	margin-bottom: 0 0 5px 0;
	text-align: left;
}

form#editAccount label.accessTitle{
	width: auto !important;
}

/*Clients page*/

#clients-view-formSearch fieldset { 
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px;
}

#clients-view-formSearch legend{
	margin-bottom: 0 !important;
	padding: 0 7px;
	width: auto;
	color: #4b5563;
	font-size: 14px;
	font-weight: bold;
	border: none !important;
}

#clients-view-formSearch form{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 4px;
	text-align: left;
	vertical-align: top;
}

#clients-view-formSearch{
	padding: 10px 16px !important;
}

#clients-view-formSearch label{
	font-size: 13px !important;
	font-weight: 500 !important;
	margin-right: 4px !important;
}

#clients-view-formSearch input[type='text'],
#clients-view-formSearch select{
	padding: 4px 6px !important;
	font-size: 13px !important;
	width: auto !important;
	border-width: 1px !important;
}

#clients-view-formSearch input[type='button']{
	padding: 4px 14px !important;
	font-size: 13px !important;
}

#clients-view-formSearch #car label, #clients-view-formSearch #byNum label{
	width:50px;
}

#clients-view-formSearch #tech label.labelradio{
	margin-right: 10px;
	margin-left: 5px;
}

#clients-view-formSearch #tech label.longLable{
	width:75px;
}

#clients-view-formSearch p{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 7px;
	text-align: left;
}

#clients-content span.editClient{
	color: #475569;
}

#clients-content span.editClient:hover{
	text-shadow: 1px 1px 2px rgb(150, 150, 150);
}
/*#clients-content span.editClient{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #475569 url("images/icon-edit2.png") no-repeat;
	background-position: center center;
    background-size: 16px auto;
	cursor: pointer;
}

#clients-content span.editClient{
	border: 1px solid #fff;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-radius: 2px 2px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
}

#clients-content span.editClient:hover{
	background: url("images/icon-edit2.png") no-repeat;
	background-position: center center;
    background-size: 16px auto;
}*/

#clients-content{
	border: 3px double #e5e7eb;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-top: 10px;
	border-radius: 8px;
}

#clients-content table{
	margin: 10px 15px;
	display: inline-block;
}

#clients-content table thead tr{
	background: #f1f5f9;
	color: #1e293b;
	border-bottom: 2px solid #cbd5e1;
}

#clients-content table tbody tr:nth-child(even){
	background: #f9fafb;
}

#clients-content table tbody tr:nth-child(odd){
	background: #fff;
}

#clients-content table tfoot tr{
	background: #1e293b;
	color: #fff;
}

#clients-content table tfoot span{
	font-weight: bold;
}

#clients-content table thead tr th{
	padding: 8px 12px;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

#clients-content table tbody tr td{
	padding: 6px 12px;
	font-size: 13px;
	color: #374151;
}

#clients-content p{
	width: 90%;
	display: inline-block;
	margin: 0 auto 5px auto;
	text-align: center;
}

#clients-content tbody tr:hover{
	background: #f8fafc !important;
}

#clients-content tbody tr td span.editClient{
	cursor: pointer;
}

#clients-content table tbody tr span.viewIns{
	margin-right: 4px;
	color: #006600;
}

span.glyphicon-exclamation-sign{
	color:#cc3300;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	font-size: 35px;
	position: absolute;
	top:10%;
}

#clients-content table tbody tr span.delIns{
	color: #cc0000;
}
#clients-content table tbody tr span.delIns:hover,#clients-content table tbody tr span.viewIns:hover{
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

#admEditCl{
	border: 3px double #e5e7eb;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-top: 10px;
	width: 40%;
	padding-bottom: 15px;
	border-radius: 8px;
}

#admEditCl p{
	text-align: left;
	padding-left: 15px;
}

#admEditCl p#formtitle{
	text-align: center !important;
}

#admEditCl label{
	width: 40%;
	text-align: left;
	display: inline-block;
}
#admEditCl input[type='text'],#admEditCl input[type='select']{
	width: 35%;
	display: inline-block;
}

/*Notification page*/
#mailsForm{
	padding-bottom: 10px;
	text-align: left;
}

#mailsForm input[type='button']{
	font-size: 14px;
	margin-right: 5px !important;
}

#mailsForm p{
	font-size: 14px;
	margin-bottom: 3px;
}

#mailsForm #extrmail{
	text-align: center;
}

#notification-view-formSearch p{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0;
	vertical-align: middle;
}

#notification-view-formSearch label{
	font-size: 13px !important;
	font-weight: 500 !important;
	margin-right: 4px !important;
}

#notification-view-formSearch input[type='text'],
#notification-view-formSearch select{
	padding: 5px 6px !important;
	font-size: 13px !important;
	width: auto !important;
}

#notification-view-formSearch input[type='button']{
	padding: 5px 14px !important;
	font-size: 13px !important;
	vertical-align: middle;
}

#notification-view-formSearch{
	padding: 10px 16px !important;
}

#notification-content{
	border: 3px double #e5e7eb;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	margin-top: 10px;
	display: inline-block;
	border-radius: 8px;
}

#notification-content table{
	margin: 10px 15px;
}

#notification-content table thead tr{
	background: #f1f5f9;
	color: #1e293b;
	border-bottom: 2px solid #cbd5e1;
}

#notification-content table tbody tr:nth-child(even){
	background: #f9fafb;
}

#notification-content table tbody tr:nth-child(odd){
	background: #fff;
}

#notification-content table tfoot tr{
	background: #1e293b;
	color: #fff;
}

#notification-content table tfoot span{
	font-weight: bold;
}

#notification-content table thead tr th{
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

#notification-content table tbody tr td{
	padding: 6px 12px;
	font-size: 13px;
	color: #374151;
}

#notification-content p{
	width: 90%;
	display: inline-block;
	margin: 0 auto 5px auto;
	text-align: center;
}

#notification-view-formSearch .ui-datepicker-trigger{;
	left:-25px !important;
	border:none;
}

#clients-view-formSearch .ui-datepicker-trigger{;
	left:-25px !important;
	border:none;
}

#notification-view-formSearch .ui-datepicker-trigger,#clients-view-formSearch .ui-datepicker-trigger{
	padding-left: 2px !important;
	padding-right: 2px !important;
}

/*Tech-review*/
#tech-view-formSearch,#notification-view-formSearch,#clients-view-formSearch,#insurance-view-formSearch,
#tacho-view-formSearch{
	margin: 20px auto 10px;
	padding: 16px 24px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
}

#tech-view-formSearch label,#notification-view-formSearch label,#clients-view-formSearch label,
#insurance-view-formSearch label,#tacho-view-formSearch label{
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	margin-right: 10px;
}

#tech-view-formSearch input[type='text'],#notification-view-formSearch input[type='text'],
#clients-view-formSearch input[type='text'],#insurance-view-formSearch input[type='text'],
#tacho-view-formSearch input[type='text']{
	padding: 8px 12px;
	font-size: 15px;
	width: 200px;
	border: 2px solid #cbd5e1;
	border-radius: 6px;
	background: #ffffff;
}

#tech-view-formSearch input[type='text']:focus,#notification-view-formSearch input[type='text']:focus,
#clients-view-formSearch input[type='text']:focus,#insurance-view-formSearch input[type='text']:focus,
#tacho-view-formSearch input[type='text']:focus{
	border-color: #475569;
	box-shadow: 0 0 0 3px rgba(71, 85, 105, 0.15);
}

#tech-view-formSearch input[type='button'],#notification-view-formSearch input[type='button'],
#clients-view-formSearch input[type='button'],#insurance-view-formSearch input[type='button'],
#tacho-view-formSearch input[type='button']{
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 600;
	background: #475569;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	margin-left: 8px;
	cursor: pointer;
}

#tech-view-formSearch input[type='button']:hover,#notification-view-formSearch input[type='button']:hover,
#clients-view-formSearch input[type='button']:hover,#insurance-view-formSearch input[type='button']:hover,
#tacho-view-formSearch input[type='button']:hover{
	background: #334155;
}

/* Hide search card when registration form is visible */
.techpage:has(#tech-reg[style*="block"]) #tech-view-formSearch,
.insurancepage:has(#insurance-reg[style*="block"]) #insurance-view-formSearch,
.tachopage:has(#tacho-reg[style*="block"]) #tacho-view-formSearch{
	background: transparent;
	border-color: transparent;
	padding: 8px 0;
	margin: 10px auto 0;
}

#tech-reg,#insurance-reg,#tacho-reg{
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.06);
	display: none;
	width: 480px;
	margin: 16px auto 10px;
	border-radius: 10px;
	background: #ffffff;
}

#tech-reg p,#insurance-reg p,#tacho-reg p{
	width: 90%;
	display: inline-block;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	border-bottom: 1px solid #f1f5f9;
}

#tech-reg p:last-child,#insurance-reg p:last-child,#tacho-reg p:last-child{
	border-bottom: none;
	padding: 12px 0 16px;
}

#tech-reg label,#insurance-reg label,#tacho-reg label{
	width: 45%;
	text-align: right;
	margin-right: 2%;
	color: #475569;
	font-size: 13px;
}

#insurance-reg p.fileform{
	margin-top: 15px;
	margin-bottom: 15px;
}
#insurance-reg p.fileform input{
	float: right;
	width: 60%;
	margin-bottom: 5px;
}

#tech-reg p#formtitle,#tacho-reg p#formtitle,#notification-content p#formtitle,
#insurance-reg p#formtitle,#notification-content p#formtitle,
#account-list p#formtitle,#clients-content p#formtitle,
#admEditCl p#formtitle,#customers-list p#formtitle{
	width: 100%;
	color: #ffffff;
	background: #475569;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
}

p#formtitle span{
	font-style: italic;
}

#tech-reg input[type='text'],#tech-reg select,#tacho-reg input[type='text'],#tacho-reg select,#insurance-reg input[type='text'],#insurance-reg select{
	width: 38%;
	padding: 6px 10px;
	font-size: 13px;
	border: 1px solid #d1d5db;
	border-radius: 5px;
	background: #f9fafb;
	color: #111827;
}

#tech-reg input[type='text']:focus,#tech-reg select:focus,#tacho-reg input[type='text']:focus,#tacho-reg select:focus,
#insurance-reg input[type='text']:focus,#insurance-reg select:focus{
	background: #ffffff;
	border-color: #475569;
	box-shadow: 0 0 0 2px rgba(71, 85, 105, 0.12);
}

#tech-reg input[type='button'],#tacho-reg input[type='button'],#insurance-reg input[type='button']{
	background: #475569;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 8px 28px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

#tech-reg input[type='button']:hover,#tacho-reg input[type='button']:hover,#insurance-reg input[type='button']:hover{
	background: #334155;
}

input.price,label.price{
	width:15% !important;
}

/*Footer*/
#footer{
	width: 97%;
	padding: 5px 1.5%;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

#footer p{
	color:#4b5563 !important;
}


input[type=radio] {
	display: inline;
}