* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
	background: rgb(126 78 182 / 0.1);
}
p,div,span,input,button,table,body{
	font-family: "Metrophobic"
}
h1{
	font-weight: 700
}
h3{
	font-size: 24px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px
}
.panel{
	border-radius: 10px
}
.center{
	text-align: center;
}
.menu{
	display: inline-block;
}
.right{
	text-align: right
}
.modal-title{
	    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.content{
	width: 100vw;
	display: inline-block;
	vertical-align: top;
}
.content{
	padding-left: 250px
}


.header{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	padding: 15px;
	text-align: center;
}
.companyName{
	font-size: 18px;
    font-weight: 700;
    color: #212121
}
.small{
	font-size: 12px;
	font-weight: 300;
}
.content .panel{
	width: 100%;
	background: #fff;
}
.menuHeader{
	padding-left: 20px;
	margin-bottom: 30px
}
.menu{
	text-align: center;
	background: #fff;
	width: 250px;
	text-align: left;
	min-height: 100vh;
	padding-top: 20px;
	box-shadow: 0 0 10px rgb(0,0,0,0.02);
	display: inline-block;
	position: fixed;
	border-right: 1px solid #e8e8e8;
}
.bootbox h2{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px
}
.bootbox input{
	width: 100%;
	margin-bottom: 10px;
	padding: 5px
}
.label{
	margin-bottom: 0;
}
.innerMenu{

}
.menu *{
	color: #212121;;
	font-family: "Metrophobic"
}
.menu svg{
	fill: #fff;
	margin-right: 5px
}
.required{
	font-size: 12px; 
	color: red;
	text-transform: none;
	letter-spacing: 0
}
label{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px 
}
.header{
	background: #fff;
	text-align: left;
	padding-left: 30px;
	box-shadow: 0 0 10px rgb(0,0,0,0.3)
}
.nomb{
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
}
.menu .top{
	padding: 15px;
	margin-bottom: 30px
}
.item-menu{
	display: block;
	padding: 15px;
	text-align: left;    
	border-bottom: 1px solid rgb(0,0,0,0.10);
	border-top: 1px solid rgb(0,0,0,0.10);
	margin-bottom: 15px;
	vertical-align: middle
}
.item-menu *{
	vertical-align: middle
}
.item-menu img{
	max-width: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
.item-menu svg{
	display: inline-block;
}
.item-menu div{
	display: inline-block
}
.subMenu{
	margin-bottom: 15px;
}
.item-menu{
	font-weight: 700;
}
.item{
	padding-left: 15px;
}
.item-menu a{
	text-decoration: none
}
.item a:hover{
	text-decoration: none;
	color: #212121;
	font-weight: 700
}
.item{
	margin-bottom: 4px
}
.menuBtn{
	display: none
}
.menuMobile{
	display: none
}
.open{
	display: none
}
@media screen and (max-width: 768px){
	
	.menu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: none;
		z-index: 9;
		padding-top: 60px
	}
	.content{
		padding: 0;
		padding-top: 40px
	}
	.menuMobile{
		background: #fff;
		padding: 10px 30px;
		font-weight: 700;
		z-index: 99;
		position: fixed;
		width: 100%;
		display: block
	}
	.menuBtn{
		width: 32px;
		display: inline-block;
		margin-right: 4px;
	}
	.open img{
		width: 20px
	}
	.subMenu{
		margin-top: 15px;
		font-weight: 700;
		font-size: 22px;
	}
	.item-menu div{
		font-size: 20px
	}
	.item-menu{
		padding: 40px
	}
	.item-menu img{
		max-width: 22px;
		margin-left: 10px;
		margin-right: 5px
	}
	h1{
		text-align: center;
		padding-top: 10px;
		font-size: 22px !important;
	}
}
@media screen and (max-width:576px){
	.noMobile{
		display: none
	}
	.item-menu{
		margin: 0;
		font-size: 14px;
		padding: 12px 8px;
	}
}