
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  height:100%;
}

.topnav {
  margin-top:10px;    
  overflow: hidden;
  background-color: #333;
}

#page-container {
  position: relative;
  min-height: 100%;
}

#content-wrap {
  margin-bottom: 70px;    /* Footer height */
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background:white;
  /* Footer height */
}
/*.footer {
    position: relative;
    text-align: center;
    background:white;
    vertical-align:bottom;
    
    
  }*/

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.submitted-form-top{
    width:100%;
    margin:10px;
    
}
.statement-report-top{
    width:100%;
    margin:10px;
}
.statement-report-top div{
    width:100%;
}
.submitted-form-top h5{
    width:5%;
    float:right;
    margin:10px;
    display:inline-block
    
}

.submitted-form-top div{
    width:25%;
    float:right;
    margin:10px;
    display:inline-block;
}

.welcome-header1{
   margin-right: auto; 
   margin-left: auto; 
   width: 65%;
   
}
.welcome-header{
   margin-right: auto; 
   margin-left: auto; 
   width: 95%;
}
.welcome-row {
	margin: 3% 0 0 0;
}
.welcome-row div {
	width: 28%;
	height: 120px;
	float: left;
	margin-left:10px;
	border-style:groove;
	border-radius:1px;
	border-color: #1E90FF;
	text-align:center;
	line-height:60px;
}
.welcome-row div h4{
    margin-top:40px;
}
.welcome-row :hover{
    opacity: 1;
    background-color:#ADEAEA;
}
.reset-password{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}
.welcome-row div h3{
	margin: auto;
   width: 50%;
  padding: 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:190px;
  height:auto;
}

.tyre-fitter-row {
	margin: 10px 0px 0 0;
}
.tyre-fitter-row div {
	width: 48%;
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.unique-row {
	    margin: 10px 0px 0 0;
    }
.unique-row div {
	    width: 98%;
	    float: left;
	    margin-right:10px;
	    margin-top:10px;
	    text-align:center;
    }
.service-row{
    margin: 10px 0px 0 0;
}

.service-details{
    width:100%;
    float:left;
}

.service-details .qty{
    width: 10%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details .category{
    width: 10%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details .description{
    width: 30%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details .remarks{
    width: 20%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details .price{
    width: 10%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details .price-gst{
    width: 10%;
	float: left;
	margin-right:10px;
	margin-top:10px;
	
}

.service-details-total{
    width:95%;
    float:left;
}

.service-details-total .price-tot{
    width: 10.3%;
    float:right;
	margin-right:10px;
	margin-top:30px;
}
.service-details-total .price-gst-tot{
    width: 10.3%;
	float:right;
	margin-right:10px;
	margin-top:30px;
}
.service-details-total .price-button{
    width: 25%;
    float:right;
	margin-right:10px;
	margin-top:30px;
}
.service-row div {
	    width: 20%;
	    float: left;
	    margin-right:10px;
	    margin-top:10px;
	    text-align:center;
    }
.circle {
	background-color:#fff;
    border:2px solid black;    
    border-radius:50%;
	display:table;
    width:55px;
	height: 55px;
	font-weight: bold;
	font-size: 1.2em;
	margin:0 10px;
    display:inline-block;
    cursor:pointer;
    
}
.circle span {
	display:table-cell;
	vertical-align:middle;
	height:55px;
	width:55px;
	text-align:center;
	padding: 0 15px;
}    

.row1-4{
    width:80%;
    float:right;
    position:relative;
}

.row2-3{
    width:94%;
    float:right;
    position:relative;
    margin-right:2px;
    margin-top:5px;
}
.truck-name{
    width:94%;
    float:right;
    position:relative;
    margin-right:2px;
    margin-top:5px;
}
.truck-name .first{
    width:27%;
    text-align:center;
    margin-left:5px;
    margin-right:10px;
    float:left;
    
}
.truck-name .second{
    width:22%;
    text-align:center;
    margin-left:20px;
    margin-right:10px;
    float:left;
}
.truck-name .last2{
    width:19%;
    text-align:center;
    margin-left:20px;
    margin-right:10px;
    float:left;
}
hr.new1{
    border-top: 1px solid black;
}
.bottom-row{
    margin-top:40px;
    
}

.bottom-row div{
    width:50%;
    float:left;
    margin-top:40px;
    margin-bottom:50px;
    text-align:center;
}


@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .welcome-row {
	margin: 10% 0 0 0;
    }
   .welcome-row div {
	width: 98%;
	float: left;
	margin-top:4%;
    }

    .tyre-fitter-row {
	    margin: 10px 0px 0 0;
    }
    .tyre-fitter-row div {
	    width: 98%;
	    float: left;
	    margin-right:10px;
	    margin-bottom:10px;
    }
    .welcome-header{
        margin-right: auto; 
        margin-left: auto; 
        width: 90%;
        
    }
    
}



@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: black;
   text-align: center;
}

/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

/* The Modal (background) */
.modal-email {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-email {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt {
    font-size: 13px;
    color: #666;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding:5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
  p.subtle {
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
  }
  h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
  }
  p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
    b {
      
      text-transform: uppercase;
      text-decoration: underline;
    }
  }
}*/