

/* Start:/lk/test.css?16965101484688*/
.lk-content {
    padding: 15px 30px;
}
.form-vin label {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
}
.form-vin input[type="text"] {
    width:300px;
    border:2px solid #aaa;
    border-radius:4px;
    outline:none;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
    box-sizing:border-box;
    transition:.3s;
}
.form-vin input[type="text"]:focus{
    border-color:#921515;
    box-shadow:0 0 8px 0 #921515;
}
.form-vin button {
    width: 150px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    border: 2px solid #921515;
    background: #921515;
    color: #fff;
    border-radius: 4px;
}
.form-vin button:focus {
    outline: none;
}
.starrequired {
    color: #ff0000;
}
.form-vin {
    text-align: center;
    padding: 50px 0 50px;
}
.form-vin #search {
    float: none;
    height: auto;
    margin: 0;
}
#result {
    text-align: center;
}
#result table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#result table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0;
}
#result table th,
#result table td {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
#result table th {
  font-size: 12px;
}
#result table td a{
	color: #03a9f4;
}
#result table td a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .form-vin input[type="text"] {
        width:200px;
    }
    .form-vin button {
        width: 90px;
    }
    #result table {
    border: 0;
  }
  #result table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #result table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 10px;
  }
  #result table td {
    border-bottom: 1px solid #ddd;
    display: flex;
    font-size: 14px;
    text-align: right;
    justify-content: space-between;
  }
  #result table td::before {
    content: attr(data-label);
    font-weight: bold;
  }
  #result table td:last-child {
    border-bottom: 0;
  }
}    
.user-line {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

#tabs {
	margin: 50px auto;
    background: #e2e3e4;
    max-width: 400px;
	width: 100%;
}
.tabs-nav {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tabs-nav li {
	display: table-cell;
	float: none;
	margin: 0;
	padding: 0;
    width: 50%;
}    
.tabs-nav a {
	display: block;
	background: #fff; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #999;
    padding: 10px;
}		
.tabs-nav li:first-child a {
	border-radius: 0; 
}
.tabs-nav li:last-child a {
	display: block;
	border-radius: 0; 
}
.tabs-nav a.active {
	border-bottom: 1px solid #e2e3e4;
	background: #e2e3e4;
	color: #000;
}    
.tabs-items {
	border-top: none;
	border-radius: 0;
	background: #e2e3e4;
}
.tabs-item {
	padding: 30px;
}

.field {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.field-captcha {
    display: flex;
    justify-content: space-between;
}
.field-check, .field-btn {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.field-btn {
    text-align: center;
}
.field-btn input[type="submit"] {
      background: #921515;
      color: #fff;
      padding: 15px 35px;
      font-weight: 700;
      display: inline-block;
      margin: 30px 0 0;
      cursor: pointer;
}
.field-btn input[type="submit"]:hover {
    color: #d4a00f;
}
input.inputtext {
    float: none;
    width: calc(100% - 18px) !important;
    margin: 0;
    text-indent: 0px;
}
.field input[type="text"], .field input[type="password"], .field-captcha input[type="text"] {
    color: #222;
    width: calc(100% - 32px) !important;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #cccdd1;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.field-captcha > input[type="text"] {
    flex: 0 0 calc(100% - 222px) !important;
    max-width: calc(100% - 222px) !important;
    width: calc(100% - 222px) !important;
}
.field-captcha > img {
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
}

.field label {
    display: block;
    margin-bottom: 5px;
}
.error > div {
    color: #F44336;
}
  
/* End */
/* /lk/test.css?16965101484688 */
