body {
    font-family: 'DiavloMedium','Open Sans',Arial,sans-serif;
}



form {border: 3px solid #f1f1f1;}
@media screen and (max-width: 1400px) {

.btn {
  background-color: #673ab7;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  text-decoration:none;
}

}

@media screen and (max-width: 1100px) {

.btn {
  background-color: #673ab7;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  text-decoration:none;
}

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
.col-left{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.col-right{
	width: 60%;
	display: inline-flex;
	vertical-align: top;
}
.logo a{
    display: inline-block;
}
@media only screen and (max-width:800px){
.logo{
    width: 30%;
}
.logo a img{
    width: 100%;
}
.logo a{
    display: block;
}
.logomenu img{
    display: none;
}
.menubar{
    width: 41% !important;
    vertical-align: top;
	display: inline-block;
    float: right;
}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.col-left{
    width: 100%;
}
.col-right{
    width: 98%;
    font-size: 30px;
}
.col-right h2{
    color: #FFF;
    font-size: 25px;
}
.topnav a{
    margin-top: 0px !important;
    font-size: 15px !important;
}
.main-col{
    margin-top: 20px !important;
}
#lattable{
    width: 100%;
    height: 220px !important;
    font-size: 15px !important;
}
.col-right button{
	background-color: #4caf50;
    width: 100% !important;
    font-size: 17px;
    padding: 10px 20px;
}
.loginform .form{
    width: 300px !important;
}
.loginform{
    margin-left: 5% !important;
}
.btn {
  background-color: #673ab7;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  text-decoration:none;
}
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #673ab7;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
}


button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 50px 0 12px 0;
}

img.avatar {
  width: 80%;
  border-radius: none%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.loginform{
	margin-left: 25%;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.form-style-2{
	max-width: 500px;
	padding: 20px 12px 10px 20px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}
.form-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.form-style-2 span.required{
	color:red;
}
.form-style-2 .tel-number-field{
	width: 40px;
	text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
	width: 48%;	
}
.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
	border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
	height:100px;
	width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	color: #fff;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
	background: #EA7B00;
	color: #fff;
}

.col-right button{
	width: 150px;
	display: block;
}
#lattable td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#lattable td {
    background: #FFEB3B;
}

#lattable tr:nth-child(odd){background-color: #ffffff; text-align}
#lattable tr:nth-child(even){background-color: #f2f2f2; text-align}

#lattable tr:hover {background-color: #ddd;}

#lattable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #6f0800;
  color: white;
   text-align: center;
}
.main-col{
	text-align: center;
	margin-top: 20px;
}

.topnav {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
    padding: 14px 16px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.topnav a:hover {
  font-weight: 600;
  color:#ffe500;
}

.active {
  background-color: #03A9F4;
  color: white;
}

.topnav .icon {
  display: none;
}


.logo, .topnav{
	display: inline-block;
}

.topnav{
	text-align: center;
}

.fancybox { text-decoration:none; }

table.redTable {
	
  border: 2px solid #A40808;
  background-color: #EEE7DB;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.redTable td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable tbody td {
  font-size: 23px;
  line-height:40px;
  text-align:center;
}
table.redTable tr:nth-child(even) {
  background: #F5C8BF;
}
table.redTable thead {
  background: #A40808 !important;
}
table.redTable thead th {
  font-size: 26px;
  line-height:40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}

table.redTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #A40808;
}
table.redTable tfoot td {
  font-size: 13px;
}
table.redTable tfoot .links {
  text-align: right;
}
table.redTable tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}
