@font-face 
{
  font-family: Roboto;
  src: url('/fonts/Roboto-Regular.ttf');
}
@font-face 
{
  font-family: Cabin;
  src: url('/fonts/Cabin-Regular.ttf');
}
@font-face 
{
  font-family: OpenSans;
  src: url('/fonts/OpenSans-Regular.ttf');
}
body{
    font-family: Roboto;
    font-size: 18px;
    background: #F7F7F7;
    overflow:auto !important;
}




.add-tech{
	margin-bottom: 10px;
}


.page-item .page-link {
  box-shadow: none;
 }
  
  .page-item.active .page-link {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
  }
.center
{
    text-align: center;
}
.remove-space
{
    margin-right: 0px;
    margin-left: 0px;
}

.login-btn
{
  background: #EF1B24;
  border-radius: 4px;
  border-color: #EF1B24;
  height: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto';
  font-style: normal;
  height: 45px;
  width: 50%;
  text-align: center;
  margin: auto;
}
.login-btn:hover
{
    background: #EF1B24;
    border-color: #EF1B24;
}

.text-box
{
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    height: 45px;
}

.eye-box
{
    border: 1px solid #d0d0d0;
    height: 42px;
    margin-top: 8px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-left: none;
    padding: 7px;
    color:#D0D0D0;
}

.remove-right-border
{
    border-right: none;
}

.grey-color
{
    color: #D0D0D0;
}
.vertical-center {
    min-height: 85%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 85vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
  }

  .generate-title
  {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #323232;
    text-align: center;
  }

  .image
  {
    max-width: 100%;
    max-height: 100%;
  }

  .navbar-center
  {
    margin-left: 35px;
  }

  .nav-link
  {
    color:#A1A7B0;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color:#EF1B24 !important;
    background-color: transparent !important;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #EF1B24;
  }
  
  .error {
      color: #EF1B24;
      font-size: 10pt;
      margin-left: 7px;
      margin-top: 4px;
  }
  .border-top-right
  {
    border-top-right-radius: 8px;
  }
  .main-section
  {
    background: white;
    border-top-left-radius: 7px;
    margin: 65px 10px 10px 10px;
    font-family: Cabin;
    border-radius: 7px;
    padding: 10px;
  }
  .red-text{
    color: red;
  }
  .table-striped
  {
    width: 100% !important;
  }

  .add-tech
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dataTables_filter{
    text-align: end;
  }

	.dataTables_filter label{
		display: flex;
    gap: 30px;
    justify-content: flex-end;   
    pointer-events: none;

	
}

  .table-striped>tbody>tr:nth-of-type(odd) 
  {
    --bs-table-accent-bg: #FFEFF0;
    color:#323232;
  }
  .table{
    font-family: Cabin;
  }
  .table-striped>tbody>tr>td{
    padding: 0.8rem 0.5rem;
  }
  .modal-backdrop.show
  {
    /* opacity: 0 !important;
    display:none !important; */
  }
  .modal-header{
    border-bottom:none;
  }
  .modal-footer{
    border-top:none;
  }
  #emailerror,#nameerror,#passworderror,#phoneerror,#skillserror{
    display: none;
  }
  #tech_emailerror,#tech_nameerror,#tech_passworderror,#tech_phoneerror,#tech_skillserror{
    display: none;
  }
  
  .page-item.active .page-link 
  {
    background-color: #e62b27;
    border-color: #e83834;
  }

  .setting-section
  {
    padding: 15px 90px;
  }

  .setting-text-box
  {
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    height: 45px;
  }
  .dataTables_length
  {
    display: none;
  }
  .dataTables_paginate
  {
    float: right;
  }
  .save-btn{
    font-size: 20px;
  }
  .btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
  .height-42{
    height: 42px;
    margin: 5px 0px;
  }
  #loading,#loading2,#loading3
  {
    display: none;
  }
  .generate-font
  {
    font-size: 16px;
  }
  .datepicker-icon
  {
    height: 42px;
    padding: 10px !important;
  }

.download-icon
{
    color: black;
    font-size:20px;
}
.assembly-section
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mar-30
{
  margin-top: 31px !important;
}
.assembely-font{
  font-size: 16px;
}
.ass-box
{
  background: #FFFFFF;
  /* border: 1px solid #ced4da; */
  padding: 10px;
  text-align: initial;
}
.width-50
{
  width: 70px !important;
  height: 43px;
  border: 1px solid #aeaeae;
  margin: 3px 6px;
  text-align: center;
  display: initial;
}
.width-55
{
  width: 70px !important;
  height: 43px;
  border: 1px solid #aeaeae;
  margin: 3px 6px;
  text-align: center;
  display: initial;
}
.width-space
{
  padding: 0px 6px;
}
.mar-10
{
  margin-top: 11px;
}
.textbox-straight
{
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width:40%;
}
.red
{
  color:#EF1B24;
}

.font-500{
  font-weight: 500;
}
.ass-section
{
  background: transparent;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 0px 30px 0px 30px;
  font-family: Cabin;
}
 
.kbw-signature { width: 100%; height: 80px;}
  #sig canvas{
         width: 100% !important;
        height: auto;
  }
.kbw-signature
{
  border: none !important;
  border-bottom-style: groove !important ;
  width:90%;
  display: block !important;
}
.width-100
{
  width: 100% !important;
  border-radius: 5px !important;
}
.add_user
{
  float: right;
  text-decoration: none;
  color:#EF1B24;
  cursor: pointer;
}
.add_user:hover
{
  color:#EF1B24;
}

.paid
{
  background: #DDFFCD;
  border-radius: 10px;
  height: 28px;
  text-align: justify;
  width: 110px;
  padding: 6px 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color:#007F00;
  margin: auto;
}
.unpaid
{
  background: #FFD3D3;
  border-radius: 10px;
  height: 28px;
  text-align: center;
  width: 110px;
  padding: 6px 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color:#F90000;
  margin: auto;
}
table
{
  text-align: center;
}
.datepicker td,th{
  text-align: center;
  padding: 4px 6px;
  font-size: 14px;
  font-family: 'Roboto';
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #EF1B24 !important;
  cursor: pointer;
  color: white;
}
.datepicker table tr td.active{
  background-image:linear-gradient(to bottom,#EF1B24,#EF1B24) !important;
}

.disable-customer
{
  pointer-events: none;
  opacity: 0.4;
}
.copy-text {
	position: relative;
  padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0px;
	display: flex;
  text-align: center;
  margin: auto;
  width: 70%;
  height: 50px;
  justify-content: space-between;
  border-radius: 5px;
}
.flex{
  display: inline-flex;
}
.width-date
{
  width: 100px !important;
  height: 43px !important;
  border: 1px solid #aeaeae;
  text-align: center;
  display: initial;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
  width: 100%;
}
.copy-text button {
  padding: 1px 10px;
  background: transparent;
  color: black;
	font-size: 18px;
	border: none;
	outline: none;
	/* border-radius: 7px; */
	cursor: pointer;
}

.copy-text button:active {
	background: transparent;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: transparent;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: transparent;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}
.customerlink-model
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}

.edit-btn
{
  background: transparent;
  border: none;
  font-size: 18px;
}
.desktop-none
{
  display: none;
}
.modal-footer
{
  text-align: center;
  margin:auto;
}
.loading{
  height: 70px;
 display: none;
}
#add-customer,#add-technician
{
  width: 120px;
}
.textbox
{
    font-family: OpenSans;
    font-size: 12pt;
    height: 42px;
    border-radius: 4px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textbox2
{
    font-family: OpenSans;
    font-size: 12pt;
    height: 42px;
    border-radius: 4px;
    display: block;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.small-textbox
{
    font-family: OpenSans;
    font-size: 10.5pt !important;
    height: 42px !important;
    border-radius: 4px !important;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.date-box
{
  display: flex;
  align-items: center;
  height: 43px;
  font-size: 18px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding: 10px;
}
.generate-box{
  border: 2px solid #EF1B24;
  margin: -45px 15px 0;
  border-radius: 10px;
  padding: 15px;
  color: #000000;
  background: white;
  position: relative;
  top:12%;
  /* width: 50%; */
  padding-left: 30px;
  padding-right: 30px;
}
.bankdetail-box
{
  border: 2px solid #EF1B24;
  border-radius: 10px;
  padding: 15px;
  color: #000000;
  background: white;
  position: relative;
  top:2%;
  height: 95%;
  padding-left: 30px;
  padding-right: 30px;
}
.assembly-box
{
  border: 2px solid #EF1B24;
  border-radius: 10px;
  padding: 15px;
  color: #000000;
  background: white;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.delete-btn
{
  background:#EF1B24;
  color: white;
  border-radius: 3px;
  padding: 4px 7px;
  border: none;
}
.update-btn{
  background: transparent;
  border-radius: 3px;
  padding: 4px 7px;
  border: none; 
}
.update-icon
{
  color: #212133c4;
}
.delete-icon
{
  color:white;
}
.align-center
{
  align-items: center;
}
.logo-img
  {
    width: 100px;
    height: 30px;
  }
.navbar-collapse 
  {
    flex-grow: 0;
  }
.bg-light
{
  background-color: #ffffff!important;
}
#generate-form
{
  /* width: 75%;
  margin:auto; */
}
.alert-danger {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: #ef1b24;
}
.delete-box
{
  text-align: center;
  border-radius: 8px;
}
.btn-close
{
  font-size: 12px;
}
.modal {
  font-family: Roboto;
}
#password-error{
  position: absolute;
  margin-top: 50px;
  margin-left: 9px;
}
.pointer-none{
  pointer-events: none;
}
.table-box
{
    width: 50px;
    margin: 0px 6px;
    text-align: center;

}
.table-scrolling
{
  /* display: block; */
  overflow-x: auto;
  white-space: nowrap;
  margin: 15px 0px;
}
.relative
{
  position: relative;
}
.refresh
{
  /* position: absolute; */
  float: right;
  /* margin: 30px 8px; */
  /* top: 45px; */
  width: 20px;
  height: 20px;
  /* right: 46px; */
  font-size: 18px;
  cursor: pointer;
}
.pointer
{
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #dc3545;
  border-color: #dc3545;
}
/* .table-border{
  border:1px solid black;
} */

.width-35
{
  width: 35%;
}
.dis-cust-textbox
{
  border: none;
  text-align: center;
  pointer-events: none;
}
.justify
{
  text-align: justify;
}
@media only screen and (max-width: 700px) 
{
  .bankdetail-box
  {
    height: 95%;
  }
  .mob-top
  {
    margin-top: 0px !important;
  }
  .mob-bank-title
  {
    padding: 20px 0px 0px 0px !important;
    margin-top: 0px !important;
  }
  .generate-box
  {
    width:90%;
    top:8%;
  }
  .logo-img
  {
    width: 100px;
    height: 30px;
  }
  .desktop-none
  {
    display: block;
  }
  .px-xs-4
  {
    padding-right: 2rem!important;
    padding-left: 2rem!important;
  }
  .px-xs-2
  {
    padding-right: 1rem!important;
    padding-left: 1rem!important;

  }
  .generate-title
  {
    margin-top:-80px;
  }
  #messing_month
  {
    margin-top: 10px;
  }
  .kbw-signature {
    width:100%;
  }
  .mob-10
  {
    margin-top:10px;
  }
  .ass-section 
  {
    margin: 0px 15px 0px 15px;
  }
  .pad-10
  {
    padding-left: 2.5em;
  }
  .none
  {
    display: none;
  }
  .main-section 
  {
    margin: 0px 10px 0px 10px;
    margin-top: 60px !important;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .setting-section{
    padding: 0px 0px;
  }
  .width-50 {
      margin-top:10px;
  }

  #messing_month,#travelling_hours,#regular_hours,#overtime_hours,#holidays,#own_car_km,#company_car_km{
    text-align: initial;
  }
 
}

.page-visit-note  #DataTables_Table_0_wrapper .row .col-md-6 
, .page-visit-invoice  #DataTables_Table_0_wrapper .row .col-md-6 , 
.page-technician #DataTables_Table_0_wrapper .row .col-md-6 , .page-customer  #DataTables_Table_0_wrapper .row .col-md-6 {
	width: 100%;
}
.page-visit-note .date-picker , .page-visit-invoice .date-picker, .page-technician .date-picker,  .page-customer  .date-picker{
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
}

.page-visit-note .select-date , .page-visit-invoice .select-date  {

	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	justify-content: end; 
}

.page-visit-invoice  .select-date .input-group , .page-visit-note .select-date .input-group ,
.page-customer .select-date .input-group { 
	width:auto;
}

.page-visit-note .dataTables_filter, .page-visit-invoice .dataTables_filter , .page-technician .dataTables_filter, .page-customer .dataTables_filter, .page-visit-invoice   {
	display: flex;
	justify-content: flex-start;
	gap: 50px;
	flex-direction: row-reverse;
}


 .dataTables_filter input[type="search"]{
	width: 250px;
	border-color: #FFEFF0;
	border-width: 2px;
	background-color: #FFEFF0;
	border-bottom: #E62B27 2px solid;
	pointer-events: auto;
}
.font-16{
  font-size: 16px;
}
.sign_image
{
  width: 170px;
}