/*===== GOOGLE FONTS =====*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/*===== VARIABLES CSS =====*/
:root{
  /*===== Colores =====*/
  --first-color: #1A73E8;
  --input-color: #80868B;
  --border-color: #DADCE0;

  /*===== Fuente y tipografia =====*/
  --body-font: 'Roboto', sans-serif;
  --normal-font-size: 1rem;
  --small-font-size: .75rem;
}
  
/*===== BASE =====*/
*,::before,::after{
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}
h1{
  margin: 0;
}

/*===== FORM =====*/
.l-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.form{
  width: 360px;
  padding: 4rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(92,99,105,.2);
}
.form__title{
  font-weight: 400;
  margin-bottom: 3rem;
}
.form__div{
  position: relative;
  width:180px;/*180px*/
  height:48px;/*48px*/
  margin-bottom: 1.5rem;
  float:left;
  margin-left:9px;
}
.form__input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--normal-font-size);
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
  color:#616161;
}
#fileinput[type="file"]
{
	font-size:10px;
	display:block;
	padding-left:2px;
	max-width:180px;
}
.filelable
{
	background-color:#FFF;
	display:table;
	color:#41474d;
	width:100%;
	height:100%;
	font-weight: 500;
	font-size:14px;
	border: 1px solid var(--border-color);
	border-radius: .5rem;
	padding-top:1px;
	text-align:center;
}
.form__label{
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0 .25rem;
  background-color: #fff;
  color: var(--input-color);
  font-size: var(--normal-font-size);
  transition: .3s;
}
.form__longbutton{
  display: block;
  width:180px;
  margin-left: auto;
  margin-bottom: 10px;
  padding: .75rem 2rem;
  outline: none;
  border: none;
  /*background-color: var(--first-color);*/
  background-color:#41474d;
  color: #fff;
  font-size: var(--normal-font-size);
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}
.form__button{
  display: block;
  margin-left: auto;
  margin-bottom: 10px;
  padding: .75rem 2rem;
  outline: none;
  border: none;
  /*background-color: var(--first-color);*/
  background-color:#41474d;
  color: #fff;
  font-size: var(--normal-font-size);
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}
.form__button:hover{
  box-shadow: 0 10px 36px rgba(0,0,0,.15);
}

/*Input focus move up label*/
.form__input:focus + .form__label{
  top: -.5rem;
  left: .8rem;
  color: var(--first-color);
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
  top: -.5rem;
  left: .8rem;
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}
/*for select class*/
.form__input:focus + .form__sel{
  top: -.5rem;
  left: .8rem;
  color: var(--first-color);
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top select*/
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__sel{
  top: -.5rem;
  left: .8rem;
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}
/*Input focus*/
.form__input:focus{
  border: 1.5px solid var(--first-color);
}

.form__sel{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--normal-font-size);
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  outline: none;
  /*padding: 1rem;*/
  background: none;
  padding-left:.75rem;
  color:#80868B;
  font-size:14px;
  padding-bottom:10px;
  transition: .3s;
}

#form__select{
  color:#80868B;
  font-size:14px;
  padding-bottom:10px;
}
.longbutton
{
	float:left;
	margin-left:10px;
	color:#FFF;
	font-size:8px;
	height:px;
	width:px;

}
.longbutton a
{
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
.button
{
	float:left;
	margin-left:10px;
	color:#FFF;
	font-size:8px;
	height:px;
	width:px;

}
.button a
{
	text-decoration:none;
	color:#FFF;
	text-align:center;
}
.button a:hover
{
	text-decoration:none;
	color:#FFF;
}
#addnewbtn
{
	background-color:#41474d;
	color:#FFF;
}
.addnewbutton .addnewbtn
{
	background-color:#41474d;
	color:#FFF;
	height:39px;
}
#tablecont
{
	height:auto;/*390px*/
	width:auto;/*212px*/
	background-color:red;
	margin-left:20%

}
#buttomspace
{
	height:8px;
	width:100%;
	background-color:#41474d;
	min-width:360px
}
#topnav{
	min-width:360px
}
#formheading
{
	height:auto;
	width:auto;
	font-size:22px;
	color:#FFF;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:0px;
	padding-left:5px;
	padding-right:10px;
	float:left;
	background-color:#41474d;
	border-radius:8px 30px 0px 0px;
}
#addnewbutton
{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}
.addnewbutton
{
	text-align:right;
	margin-top:10px;
	display:inline-block;
	position:absolute;
	right:15px;
}
#longformheading
{
	height:auto;
	width:auto;
	font-size:20px;
	color:#41474d;
	margin-bottom:25px;
	margin-top:10px;
	margin-left:10px;
	padding-left:0px;
}


/* CSS Document */

.col-sm-4 login
{
	background-color: #FFF;
	margin-top:50px;
	border: double;
	border-color:#CCC;
	border-radius: 25px;
	}
#addficility
{
	height:500px;
	border:solid 2px;
	border-color:#fff;
	}
#addficilitybotton
{
	color: #666;
	text-decoration:none;
	}
#mainheading
{
	font-size:20px;
	color:#000;
	padding-left:54px;
	}
#addficicont
{
	height:100%;
	width:100%;
}
#ficilitytablecont
{
	height:500px;
	width:600px;
	margin-left:18%;
	margin-top:10px;
}
#smform
{
	background-color: #FFF ;
	margin-top:50px;
	border:double;
	border-color: #CCC;
	border-radius: 25px;
}
#smformheading
{
	height:auto;
	width:auto;
	font-size:20px;
	color:#41474d;
	margin-bottom:;
	margin-top:1px;
	margin-left:0px;
	padding-left:0px;
	text-align:center;
}
#underline
{
	background-color:#41474d;
	height:6px;
	width:180%;
	border-radius:0px 30px 0px 0px;
}
/*Approved Orders page start*/
.approvebutton1{
	border:.13rem solid #0035f5;
	padding:2px;
	margin-top:4px;
	width:95px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	box-shadow: 0 3px 10px 0 rgba(0, 53, 245, 0.2);
}
.approvebutton2{
	border:.13rem solid #1ea6a1;
	color:#1ea6a1;
	padding:2px;
	margin-top:4px;
	width:95px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	box-shadow: 0 3px 10px 0 rgba(30,166,161, 0.2);
}
.approvebutton3{
	border:.13rem solid #8d1ea6;
	color:#8d1ea6;
	padding:2px;
	margin-top:4px;
	width:95px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	box-shadow: 0 3px 10px 0 rgba(141,30,166, 0.2);
}
.approvebutton4{
	border:.13rem solid #24a61e;
	color:#24a61e;
	padding:2px;
	margin-top:4px;
	width:95px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	box-shadow: 0 3px 10px 0 rgba(36,166,30, 0.2);
}
.approvebutton5{
	border:.13rem solid #cf1406;
	color:#cf1406;
	padding:2px;
	margin-top:4px;
	width:95px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	box-shadow: 0 3px 10px 0 rgba(207,20,6, 0.2);
}
/*Approved Orders page end*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 500px) 
{
 #underline
{
	background-color:#41474d;
	height:6px;
	width:110%;
	border-radius:0px 30px 0px 0px;
}
#formheading
{
	height:auto;
	width:auto;
	font-size:20px;
	color:#41474d;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:0px;
	padding-left:5px;
	padding-right:10px;
	float:left;
	background-color:#FFF;
	border-radius:3px 20px 0px 0px;
}

#addnewbutton
{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;

}
.form__div{
  position: relative;
  /*180px,140px*/
  height:48px;/*48px*/
  margin-bottom: 1.5rem;
  float:left;
  margin-left:9px;
}
.form__longbutton{
  display: block;
 /*140px*/
  margin-left: auto;
  margin-bottom: 10px;
  padding: .75rem 2rem;
  outline: none;
  border: none;
  /*background-color: var(--first-color);*/
  background-color:#495057;
  color: #FFF;
  font-size: var(--normal-font-size);
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}
#fileinput[type="file"]
{
	font-size:10px;
	display:block;
	padding-left:2px;
	max-width:140px;
}
}
/*for select*/
.form__select{
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--normal-font-size);
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
  color:#616161;*/
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--normal-font-size);
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  outline: none;
  /*padding: 1rem;*/
  background: none;
  padding-left:.75rem;
  color:#616161;
  font-size:14px;
  padding-bottom:4px;
  transition: .3s;
}


/*Input focus move up label*/
.form__select:focus + .form__label{
  top: -.5rem;
  left: .8rem;
  color: var(--first-color);
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__select:not(:placeholder-shown).form__select:not(:focus)+ .form__label{
  top: -.5rem;
  left: .8rem;
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__select:focus{
  border: 1.5px solid var(--first-color);
}
/*Customer dashboard start*/
.nav-item .cusboard1{
	text-decoration:none;
	color:#fff;
	list-style-type:square;
	font-size:15px;
	padding:px;
	border:none;
	outline:none;
	background:none;
	font-family: Bahnschrift;
	font-family: "Bahnschrift", Times, serif;
	
}
.nav-item .cusboard1:hover {
  color:#FFF;
  text-shadow: 0px 0px 1px #FFF;
 
}
.nav-item .textdiv{
	display:inline-block;
	padding-left:3px;
	width:141px;
}

/*customer dashboard end*/