* {
  box-sizing: border-box
}

body {
  font-family: 'Karla', sans-serif;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container>div {
  /* text-align: center; */
  /* line-height: 75px; */
  font-size: 14px;
}



#one {
  /* background-color: #ff1b1b; */
  width: 15%;
}

#two {
  /* background-color: #002d68; */
  width: 70%;
}

#three {
  /* background-color: #56be3c; */
  width: 15%;
}

ul li a {
  color: rgb(0, 0, 0);
}

ul li a:hover {
  font-weight: bold;
  color: rgb(0, 0, 0);
}

@media screen and (max-width:801px) {
  #one {
    width: 20%;
  }

  #two {
    /* width: 80%; */
    width: (100%-80px);
  }

  #three {
    width: 20%;
    position: absolute;
    top: 296px;
  }
}

@media screen and (max-width:365px) {
  #three {
    top: 296px;
  }

}

.fullHeight {
  /* min-height: 100vh; */
  background-color: #E4DCF8;
}

a.web_title {
  text-decoration: none;
  color: rgb(0, 0, 0) ;
  font-style: none ;
  padding: 10px 20px 10px 40px;
  font-weight: 900;
  margin-top: 20px;
}

.red {
  color: red;
}

p.red {
  margin-bottom: 0px;
}

.head {
  background-color: rgb(56, 56, 56);
  color: #ffffff;
}

/* Style the tab */
.tab {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: #E4DCF8;
  width: 100%;
  /* min-height: 100vh; */
}

a.tablinks {
  text-decoration: none;
  display: block;
  padding: 5px  15px  ;
  font-size: 15px;
  /* font-weight: bold; */
  color: rgb(0, 0, 0);
}
a.tablinks:hover{
  font-weight: bold;
  background-color: rgb(161, 161, 161);
}

.bg-yellow {
  background-color: #ffc107;
}
.bg-lpink{
  background-color: #FFDAC7;
}
.bg-dgreen{
  background-color: #C8C6A7;
}

.bg-cold{
  background-color: #CFDAC8;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 3px 20px 3px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14pxs;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 5px 12px;
  /* border: 1px solid #ccc; */
  width: 100%;
  border-left: none;
  /* height: 300px; */
  /* min-height: 100vh; */
  /* background-color: rgba(160, 160, 160, 0.726); */
  background-color: rgb(255, 255, 255);
}

.no-pad {
  padding: 0;
}

.bor {
  border: 2px solid red;
}

.navbar {
  padding: 1px;
}

#defaultOpen {
  display: none;
}

.banner_img {
  width: 100%;
  height: 100%;
  padding: 5px ;
  border: 5px solid rgb(192, 183, 155);
}

.no-mar {
  margin: 0 !important;
}

.pad-15{
  padding: 15px;
}
.pad-t10{
  padding-top: 10px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

/* .flex-container > div {
  text-align: center; 
   line-height: 75px;
} */

#leftTab {
  /* background-color: #ff1b1b; */
  width: 15%;
}

#middleTab {
  /* background-color: #002d68; */
  width: 70%;
}

#rightTab {
  /* background-color: #56be3c; */
  width: 15%;
}





@media screen and (max-width:800px) {
  #leftTab {
    width: 20%;
  }

  #middleTab {
    width: 80%;
  }

  #leftTab {
    width: 20%;
  }
}

@media screen and (min-width:500px) {
  .banner_img {
    height: 300px;
  }

  .login_box{
    width: 30%;
    position: relative;
    left: 30%;
  }
  .signup_box{
    width: 30%;
    position: relative;
    left: 30%;
  }
  .vlt_box{
    width: 100%;
  }
  .an_4_box{
    width: 50%;
    position: relative;
    left: 15%;
  }
  .select_box{
    width: 15%;
    position: relative;
    left: 25%;
  }
}
@media screen and (max-width:500px) {
  .banner_img {
    height: 150px;
  }
}

.cell_hide{
  border: none;
}

.a_remove{
  text-decoration: none;
  color: #ffffff;
}
.a_remove:hover{
  text-decoration: none;
  color: #fad201;
}

.no-pad{
  padding: 0;
}

.div_posi{
  position: absolute;
}


.login_box,.signup_box, .an_4_box{
  background-color: #fff;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 15px;
  margin: 10px;
}

.vlt_box{
  margin: 10px;
}



h2 {
	text-align: center;
	margin-bottom: 20px;
}

input {
	display: block;
	border: 2px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
	border-radius: 5px;
}
label {
	color: rgb(49, 116, 170);
	font-size: 18px;
	padding: 0px 10px;
}

button {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
}
button:hover{
	opacity: .7;
}
.error {
   background: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

.success {
   background: #D4EDDA;
   color: #40754C;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

h3 {
	text-align: center;
	/* color: #fff; */
}

.ca {
	font-size: 14px;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #444;
}
.ca:hover {
	text-decoration: underline;
} 

.home-nav a {
	padding: 10px;
	color: #f7bd65;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-width{
  width: 200px;
}


