/*

Style by: Redacted Designs

*/



/* all
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
@font-face {
font-family: "zorque";
src: url("fonts/zorque.ttf");
}

@font-face {
font-family: "junegull";
src: url("fonts/junegull.ttf");
}

@font-face {
font-family: "optien";
src: url("fonts/Optien.ttf");
}

html, body {
width:100%;
height:100%;
}

* {
  margin: 0;
  padding: 0;
}

.body1 {
background: linear-gradient(-45deg, #131862, #2e4482, #546bab, #87889c, #370648);
background-size: 400% 400%;
animation: gradient 25s ease infinite;
width:100%;
height:100%;
min-height: 100vh;
overflow-x: hidden;
overflow-y: hidden;
z-index:0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.body2 {
background-color: #0B132B;
background-size: 200% 200%;
animation: gradient 25s ease infinite;
width:100%;
height:100%;
min-height: 100vh;
overflow-x: hidden;
overflow-y: hidden;
-webkit-animation: AnimationName 19s ease infinite;
-moz-animation: AnimationName 19s ease infinite;
-o-animation: AnimationName 19s ease infinite;
animation: AnimationName 19s ease infinite;
z-index:0;
}

@-webkit-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}

.logo {
position: relative;
text-align: left;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
}

.logo a {
position: relative;
font-family: 'zorque',verdana;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #275DAD;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.logo a:hover {
color: #48cae4;
}


.wrap {
display: block;
position:relative;
top:10px;
width:96%;
height:95%;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 3s;
-ms-animation: fadeIn ease 3s;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #22577E;
padding-bottom: 20px;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* login
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.login {
display: block;
position:relative;
top: 50px;
width:300px;
height:450px;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow: hidden;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: rgba(255, 255, 255, 0.3);
padding-bottom: 20px;
}

@keyframes fadeIn {
  0% {
    opacity:0.05;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0.05;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0.05;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0.05;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0.05;
  }
  100% {
    opacity:1;
  }
}

.login:before {
background-color: rgba(255, 255, 255, 0.3);
filter: blur(10px);
}

.login span{
width:98%;
margin:0px auto;
display:block;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
text-align:center;
}

.login h1 {
position: relative;
font-family: 'zorque',verdana;
font-size: 42px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #2e4482;
margin-top: 15px;
margin-bottom: 5px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.login h2 {
position: relative;
font-family: verdana, calibri;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 25px;
margin-bottom: 5px;
}

.login input[type="text"],.login input[type="password"]{
padding:2px 2px 2px 2px;
color:#000000;
font-size:1em;
background:#87889c;   
border: 1px solid #000000;
margin:0px auto;
width:75%;  
height:28px;
-webkit-apperance:none;
font-family: 'verdana';
text-align:center;
}

.login input[type="text"]:hover,.login input[type="password"]:hover{
background: #FFFFFF;
}

.login input[type="submit"]{
display:block;
position: relative;
padding:15px 2.5em;
color:#87889c;
font-size:1em;
cursor:pointer;
border:none;
outline:none;
background:#131862;
border: 1px solid #000000;        
border-radius:5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
margin:0 auto;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-apperance:none;
font-family: 'verdana';
}

.login input[type="submit"]:hover{
background: #546bab;
color: #FFFFFF;
}

.login form{
margin-bottom: 50px;
}

.login .button2{
display:block;
position: relative;
width: 78px;
padding:10px 2.5em;
color:#FFF;
font-size:12px;
cursor:pointer;
border:none;
outline:none;
background:#131862;
border: 1px solid #000000;        
border-radius:5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
margin:0 auto;
margin-bottom: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-apperance:none;
}

.login .button2:hover{
background: #2e4482;
color: #00bed4;
}

.login .button3{
display:block;
position: relative;
width: 78px;
padding:10px 2.5em;
color:#FFF;
font-size:12px;
cursor:pointer;
border:none;
outline:none;
background:#131862;
border: 1px solid #000000;        
border-radius:5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
margin:0 auto;
margin-bottom: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-apperance:none;
}

.login .button3:hover{
background: #370648;
color: #C4595F;
}

.login a{
display:block;
font-family: 'verdana';
font-size:18px;
color: #FFFFFF;
text-decoration:none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.upload-button{
display: inline-block;
opacity: 1;
background-color: #3A506B;
border: 1px ridge #000000;
min-width: 75px;
height:22px;
margin-top: 4px;
margin-left:10px;
padding:0,0,0,0;
font-family: calibri;
font-size:18px;
font-weight: bold;
color: #000000;
text-decoration: none;
text-align:center;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.upload-button:hover{
background-color: #275DAD;
color: #FFFFFF;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* register
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.register {
display: block;
position:relative;
top:10px;
width:96%;
height:95%;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #22577E;
padding-bottom: 20px;
}

.register h1 {
position: relative;
font-family: 'zorque',verdana;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #546bab;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.register h2 {
position: relative;
font-family: verdana, calibri;
font-size: 18px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #ffffff;
margin-top: 25px;
margin-bottom: 5px;
}

.register h3 {
position: relative;
display:inline-block;
width:150px;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #000000;
margin-right: 5px;
text-align:right;
}

.register h4 {
position: relative;
font-family: verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #FF0000;
margin-top: 2px;
margin-bottom: 5px;
}

.register h5 {
position: relative;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 2px;
}

.register h6 {
position: relative;
display:inline-block;
width:AUTO;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #000000;
margin-right: 5px;
text-align: left;
}

.register form{
background-color: #F1DDBF;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
margin-top:10px;
margin-bottom:10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom:0px;
padding-left: 0px;
padding-right: 0px;
}

.register span{
width:auto;
margin:0px auto;
display:inline-block;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
text-align:center;
}

.register .span2{
width:auto;
display:block;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
text-align:left;
}

.register input[type="text"]{
padding:2px 2px 2px 2px;
color:#000000;
font-size:14px;
background:#eeeeee;   
border: 1px solid #000000;
margin:0px auto;
width:240px;  
height:24px;
-webkit-apperance:none;
font-family: 'verdana';
text-align:center;
}

#note2 {
width:400px;  
text-align:left;
}

.register input[type="text"]:hover{
color:#000000;
background: #FFFFFF;
}

.register input[type="password"]{
padding:2px 2px 2px 2px;
color:#000000;
font-size:14px;
background:#eeeeee;   
border: 1px solid #000000;
margin:0px auto;
margin-top: 25px;
width:300px;  
height:24px;
-webkit-apperance:none;
font-family: 'verdana';
text-align:center;
}

.register input[type="password"]:hover{
color:#000000;
background: #FFFFFF;
}

.register select{
padding:2px 10px 2px 10px;
color:#000000;
font-size:14px;
background:#eeeeee;   
border: 1px solid #000000;
margin:0px auto;
width:AUTO;  
height:24px;
-webkit-apperance:none;
font-family: 'verdana';
text-align:center;
}

.register select:hover{
background: #FFFFFF;
}

.register input[type="submit"]{
display:block;
position: relative;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
color:#ffffff;
font-size:1em;
cursor:pointer;
border:none;
outline:none;
background:#131862;
border: 1px solid #000000;        
border-radius:5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-apperance:none;
font-family: 'verdana';
}

.register input[type="submit"]:hover{
background: #546bab;
color: #FFFFFF;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* nav
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.nav1{
display: block;
position: relative;
width: 45%;
height:32px;
margin-left: 10px;
background-color: #F1DDBF;
border: 1px solid #2e4482;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
vertical-align: middle;
overflow-x: hidden;
text-align:left;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
}

.nav1 a{
display: inline-block;
opacity: 1;
background-color: #22577E;
border: 1px ridge #000000;
min-width: 75px;
height:22px;
margin-top: 4px;
margin-left:10px;
padding:0,0,0,0;
font-family: 'calibri';
font-size:18px;
font-weight: bold;
color: #00B4D8;
text-decoration: none;
text-align:center;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.nav1 a:hover{
background-color: #2FA4FF;
color: #90E0EF;
}

.nav2{
display: none;
}

.navi{
display: inline-block;
position:relative;
top: 25px;
width:92%;
min-height:60%;
margin:0 auto;
overflow-x: hidden;
background-color: #F1DDBF;
border: 2px solid #2e4482;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
padding-top: 10px;
}

.tb{
display: table;
height:80px;
margin:0 auto;
margin-top: 10px;
}

.cell{
display: table-cell;
border-collapse:separate;
border-spacing: 10px;
margin:0 auto;
margin-top: 10px;
width: auto;
height:auto;

}

.navi a{
display: table-cell;
opacity: 1;
background-color: #22577E;
border: 1px ridge #00B4D8;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
width: 80px;
height:80px;
margin-top: 0px;
margin-left:0px;
margin-right:0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-family: 'verdana';
font-size:16px;
font-weight: bold;
color: #00B4D8;
text-decoration: none;
text-align:center;
vertical-align:middle;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navi a:hover{
background-color: #2FA4FF;
color: #90E0EF;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */




/* info
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.info {
display: block;
position:relative;
top: 50px;
width:30%;
height:450px;
margin:0 auto;
border: 2px solid #2e4482;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
overflow: hidden;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #B0A990;
padding-bottom: 20px;
}


.info span{
width:auto;
margin:0px auto;
display:block;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
text-align:center;
}

.info a{
display: inline-block;
opacity: 1;
background-color: #3A506B;
border: 1px ridge #000000;
min-width: 75px;
height:22px;
margin-top: 4px;
margin-left:10px;
padding:0,0,0,0;
font-family: 'calibri';
font-size:18px;
font-weight: bold;
color: #000000;
text-decoration: none;
text-align:center;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.info a:hover{
background-color: #275DAD;
color: #FFFFFF;
}

.info h1 {
position: relative;
font-family: verdana, calibri;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #3A506B;
margin-top: 25px;
margin-bottom: 0px;
}

.info h2 {
position: relative;
display:block;
width:auto;
font-family: verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
color: #000000;
margin-top: 15px;
margin-bottom: 15px;
text-align:center;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* dash
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.dash {
display: block;
position:relative;
top:10px;
width:96%;
height:95%;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow-x: hidden;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #22577E;
padding-bottom: 20px;
z-index:0;
text-align:center;
}

.dash h1 {
position: relative;
font-family: 'zorque',verdana;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #00B4D8;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.dash h2 {
position: relative;
font-family: verdana, calibri;
font-size: 18px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #FFFFFF;
margin-top: 15px;
margin-bottom: 5px;
}

.dash h3 {
position: relative;
font-family: verdana, calibri;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #FFFFFF;
margin-top: 5px;
margin-left: 5px;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */




/* auto
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
.auto {
display: block;
position:relative;
top:10px;
width:96%;
height:95%;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #3A506B;
padding-bottom: 20px;
}

.auto h1 {
position: relative;
font-family: 'zorque',verdana;
font-size: 22px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #546bab;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 5px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}

.auto h2 {
position: relative;
font-family: verdana, calibri;
font-size: 18px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #ffffff;
margin-top: 25px;
margin-bottom: 15px;
}

.auto h3 {
position: relative;
display: inline-block;
font-family: verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
}

.auto h4 {
position: relative;
display: inline-block;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px;
}
.auto h5 {
position: relative;
display: block;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
}

.autos {
display: inline-block;
position:relative;
width: 300px;
height:115px;
margin-left: 15px;
background-color: #F1DDBF;
border: 2px solid #2e4482;
border-radius: 10px;
vertical-align: middle;
overflow: hidden;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
}

.autos a {
text-decoration: none;
}

.autos:hover {
border: 4px solid #275DAD;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.ph1 {
display: inline-block;
position:relative;
height:106px;
width: 136px;
border: 2px solid #2e4482;
text-align:left;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.ph1 img{
width:100%;
height:100%;
object-fit:cover;
}

.ph2 {
display: inline-block;
position:relative;
height:106px;
width: 136px;
border: 2px solid #2e4482;
text-align:left;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 4px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.ph2 img{
display:flex;
width:100%;
height:100%;
object-fit:cover;
}

.autdet {
display: inline-block;
position:relative;
height:96px;
width: 132px;
background-color: #FFFFFF;
border: 2px solid #2e4482;
text-align:left;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 0px;
float:right;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */


/* Auto Details
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */

.auto-details {
display: block;
position:relative;
top:10px;
width:96%;
height:76%;
margin:0 auto;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #F1DDBF;
padding-bottom: 20px;
}

.auto-head {
display: flex;
flex-wrap:nowrap;
position:relative;
width:100%;
height:auto;
overflow: hidden;
padding-right:10px;
}

.auto-head .pic1 {
display: flex;
position:relative;
width:150px;
height:150px;
border: 2px solid #000000;
text-align:left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}

.auto-head .pic1 img{
width:100%;
height:100%;
object-fit:contain;
}

.auto-head .pic2 {
display: inline-block;
position:relative;
width:150px;
height:150px;
border: 2px solid #000000;
text-align:left;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}

.auto-head .pic2 img{
width:100%;
height:100%;
object-fit:cover;
}

.veh-details {
position: relative;
display: inline-block;
border: 2px solid #000000;
width:86%;
height:150px;
max-width:2000px;
max-height:200px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-details2 {
position: relative;
display: block;
width:98%;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align:center;
}

.veh-details3 {
position: relative;
display: block;
width:98%;
margin:10px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align:left;
border: 2px solid #000000;
background-color: #EEEEEE;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
}

.veh-details h3{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-details h4{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-details3 h5{
position: relative;
display: block;
font-family: verdana;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 10px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-details3 h6{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
border: 1px solid #000000;
}

.auto-body {
display: inline-block;
position:relative;
width:45%;
height:auto;
margin-left: 5px;
margin-right: 5px;
margin-top:10px;
border: 2px solid #131862;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 6;
-ms-animation: fadeIn ease 3s;
overflow: hidden;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 1.3);
background-color: #5584AC;
padding-bottom: 20px;
vertical-align: top;

}

.veh-span{
position: relative;
display: block;
text-align: left;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-button{
position: relative;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-button2{
position: relative;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-button3{
position: relative;
display: inline-block;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-button a, .veh-button2 a{
display: inline-block;
opacity: 1;
background-color: #3A506B;
border: 1px ridge #000000;
width: 80px;
height:30px;
margin-top: 4px;
margin-left:10px;
padding-top: 10px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
font-family: verdana;
font-size:12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
text-align:center;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.veh-button3 a{
display: inline-block;
opacity: 1;
background-color: #3A506B;
border: 1px ridge #000000;
width: 30px;
height:15px;
margin-top: 0px;
margin-left:0px;
padding-top: 2px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
font-family: verdana;
font-size:10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
text-align:center;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.veh-button a:hover, .veh-button2 a:hover, .veh-button3 a:hover{
background-color: #48cae4;
color: #000000;
}

.veh-label{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.veh-label .red{
color: #FF0000;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* logs
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------- */

.log {
position: relative;
display: block;
border: 2px solid #000000;
width:92%;
height:AUTO;
max-width:2000px;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
overflow-x: hidden;
overflow-y: auto;
white-space: nowrap;
margin:5px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #F1DDBF;
}

.log span {
position: relative;
display: block;
width:98%;
margin:5px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.log h1{
position: relative;
display: block;
font-family: verdana;
font-size: 20px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.log h2{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.log h3{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #EEEEEE;
border: 1px solid #000000;
}

.log h3 a{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #2FA4FF;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #334756;
border: 1px solid #000000;
}

.log h3 a:hover{
color: #ffffff;
background-color: #F3950D;
}

.log-edit {
position: relative;
display: block;
border: 2px solid #000000;
width:92%;
height:AUTO;
max-width:2000px;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
overflow: hidden;
margin:5px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #F1DDBF;
}

.log-edit h1{
position: relative;
display: block;
font-family: verdana;
font-size: 20px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.log-edit h2{
position: relative;
display: inline-block;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.log-edit input[type="text"]{
padding:2px 2px 2px 2px;
color:#000000;
font-size:14px;
background:#EEEEEE;   
border: 1px solid #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
width:240px;  
height:24px;
-webkit-apperance:none;
font-family: 'verdana';
text-align:center;
}

.log-edit input[type="url"]{
padding:2px 2px 2px 2px;
color:#000000;
font-size:12px;
background:#EEEEEE;   
border: 1px solid #000000;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
margin-right: 5px;
width:92%;  
height:24px;
overflow-x: auto;
-webkit-apperance:none;
font-family: 'verdana';
text-align:left;
}

.log-edit input[type="submit"]{
display:block;
position: relative;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
color:#2FA4FF;
font-size:1em;
cursor:pointer;
border:none;
outline:none;
background:#334756;
border: 1px solid #000000;        
border-radius:5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
margin:0 auto;
margin-top: 20px;
margin-bottom: 20px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-apperance:none;
font-family: 'verdana';
}

.log-edit input[type="submit"]:hover{
background: #2FA4FF;
color: #FFFFFF;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* lists
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------- */

.lists {
position: relative;
display: block;
border: 2px solid #000000;
width:92%;
height:AUTO;
min-height: 75%;
max-width:2000px;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
margin:10px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #F1DDBF;
overflow-x: hidden;
overflow-y: auto;
}

.lists h1 {
position: relative;
display: block;
font-family: verdana;
font-size: 18px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 10px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.lheader {
position: relative;
display: block;
margin:5px auto;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 0px;
}

.lhead {
position: relative;
display: inline-block;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.lists h2 {
position: relative;
display: block;
width:auto;
font-family: verdana;
font-size: 18px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000000;
margin:0px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.lists h2 a {
position: relative;
display: inline-block;
width:auto;
font-family: verdana;
font-size: 18px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #2FA4FF;
margin: 5px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border: 1px solid #000000;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
background-color: #334756;
}

.lists h2 a:hover {
color: #FFFFFF;
background-color: #F3950D;
}

.lists h3 {
position: relative;
display: block;
width:auto;
font-family: verdana;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000000;
margin:0px auto;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}

.list-details {
position: relative;
display: block;
border: 2px solid #000000;
width:92%;
border-radius:9px;
-webkit-border-radius:9px;
-moz-border-radius:9px;
-o-border-radius:9px;
margin:5px auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #F1DDBF;
}

.list-details span {
position: relative;
display: block;
width:98%;
height: 26px;
margin:0 auto;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.list-details span a {
display: inline-block;
opacity: 1;
background-color: #3A506B;
border: 1px ridge #000000;
width: auto;
height:15px;
margin-top: 0px;
margin-left:0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
font-family: verdana;
font-size:10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
text-align:center;
vertical-align: 5px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}

.list-details span a:hover {
background-color: #48cae4;
color: #000000;
}

.list-details h1 {
position: relative;
display: block;
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.list-details h2 {
position: relative;
display: block;
font-family: verdana;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.list-details .head {
position: relative;
display: inline-block;
height: 20px;
font-family: verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.list-details input[type="checkbox"] {
position: relative;
display: inline-block;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 0px;
padding-right: 0px;
}

.list-details input[type="text"] {
position: relative;
display: inline-block;
width: 220px;
height: 20px;
font-family: verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
text-align: left;
color: #000000;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: #A9A9A9;
}

.list-details input[type="submit"] {
position: relative;
display: inline-block;
width: 100px;
height: 40px;
font-family: verdana;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-align: center;
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
background-color: #3A506B;
}

.list-details input[type="submit"]:hover {
background-color: #48cae4;
}

#nx {
margin-left:17px;
margin-right:0px;
}

#nn {
width: 260px;
background-color: #FFFFFF;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */



/* Tablets
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
@media screen and (max-width: 1000px) {

	.nav1{
	width: 90%;
	}
	
	.info {
	width:50%;
	}
	
	.veh-details {
	width:92%;
	height:100px;
	}
	
	.auto-details .pic1 {
	width:100px;
	height:100px;	
	}
		
	.auto-details .pic2 {
	width:100px;
	height:100px;
	}
	
	.auto-body {
	margin-left: 2px;
	margin-right: 2px;
	}
	
	.veh-button{
	margin-left: 2px;
	}

	.veh-button2{
	margin-left: 2px;
	float:right;
	top:-55px;
	left:-5px;
	}
	
	.veh-button a{
	width: 50px;
	height:20px;
	margin-left: 1px;
	font-size:10px;
	padding-bottom: 5px;
	white-space: nowrap;
	}
	
	.veh-button2 a{
	width: 50px;
	height:20px;
	font-size:10px;
	padding-bottom: 5px;
	}
	
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */


/* Phones
––––––––––––––––––––––––––––––––––––––––––––––––––------------------------------- */
@media screen and (max-width: 700px) {
	
	.login {
	top: 20px;
	}

	.register span{
	width:auto;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	}
	
	.register .span2{
	width:auto;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	}
	
	.register h2 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	}

	.register h3 {
	width:100px;
	font-size: 12px;
	margin-right: 2px;	
	}
	
	.register h6 {
	font-size: 14px;	
	}
	
	.register input[type="text"]{
	font-size:12px;
	width:190px;  
	height:18px;
	}
	
	#note2{
	width:300px;
	font-size: 12px;	
	}
	
	.register input[type="password"]{
	font-size:12px;
	width:190px;  
	height:18px;
	margin-top: 0px;
	}
	
	.register input[type="submit"]{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size:12px;        
	border-radius:2px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	}
	
	.info {
	width:80%;
	}
	
	.veh-details {
	width:90%;
	height:75px;
	}
	
	.auto-details .pic1 {
	width:75px;
	height:75px;	
	}
		
	.auto-details .pic2 {
	width:75px;
	height:75px;
	}
	
	.veh-details h3{
	font-size: 10px;
	}

	.veh-details h4{
	font-size: 10px;
	}
	
	.veh-label{
	font-size: 10px;
	}
	
	.veh-details3 h6{
	font-size: 10px;	
	}
	
	.log-edit input[type="url"]{
	width:80%;
	}
	
	#nx {
	margin-left:8px;
	}

}



/* ------------------------------------------------
   dropdown menu for mobile screens
--------------------------------------------------- */

.dropbtn {
	width: 150px;
	min-height: 80%;
    color: #FFFFFF;
	background: linear-gradient(to bottom, #666666 0%,#515151 50%);
    padding: 5px;
	margin-top: 2px;
	margin-left: 2px;
	font-family: verdana, calibri;
    font-size: 16px;
    border: none;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	z-index:2;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: linear-gradient(to bottom, #2e4482 30%,#131862 70%);
	border: 1px ridge #886;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: -5px;
	margin-left: -4px;
	z-index:2;
}

.dropdown-content a {
    color: White;
    padding: 12px 16px;
    text-decoration: none;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	font-family: verdana, calibri;
    display: block;
	font-size: 18px;
	text-align: center;
}

.dropdown-content a:hover {
	background-color: #48cae4;
	color: #001219;
}


.nav2 > .dropbtn:hover + .dropdown-content {
    display: block !important;
}

.dropdown-content:hover  {
    display: block !important;
}

.submitbtn {
	margin-left: 10px;
	margin-right: 10px;
}

textarea {
  width:  calc(75vw - 20px);      /* calc and viewport to the rescue */
  min-width: 90px; 

}
