html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	text-decoration: none;
	background-color: #e6e7ee;
}

a,button,input,textarea{
	-webkit-appearance: none;
	outline: none;
	border: 0;
}

a:focus, a:hover {
	-webkit-appearance: none;
	text-decoration: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}


.wrapper a{
	color: #ab2b2b;
	font-weight: 600;
	text-transform: uppercase;
}

.header-container{
	position: fixed;
	height: 60px;
	align-items: center; 
	display: flex;
	justify-content: space-around;
	box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
	z-index: 1;
	top: 0px;
	width: 100%;
}


.navblock li a{
	margin: 0 20px;
	font-size: 13px;
}

.navblock li a:hover {
	color: #ed563b;
}

.nav-tabs {
	border-bottom:none;
}

/*.mbnav{
	display: none;
}
*/

.form-control , .form-control:focus {
	border-radius: 0.55rem;
	box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #FFFFFF;
	background-color: #e6e7ee;
	border: 0.0625rem solid #D1D9E6;
	padding: 1rem 1rem;
	width: 100%;
}


section{
	margin-top: 8rem;
}

.tab-heading{
	margin-bottom: 3rem;
	text-decoration: underline;
	text-decoration-color: #ab2b2b;

}


/*customise Del button*/
.icon-remove{
	display: inline-flex;
	font-size: 32px;
	cursor: pointer;

}

.icon{
	color: red;
	font-size: larger;
	font-family:cursive;
}

/*customise Del button*/


/*Custom input type file*/


.custom-file-input {
	color: black;
	box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
	border-radius: 10px;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 8px;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	background-image:none !important;
}

.custom-file-input:active,.custom-file-input:focus {
	outline: none !important;
}

/*Custom input type file*/

.btn-custom{
	box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
	color: #ab2b2b;
	cursor: pointer !important;
}

.btn-custom:focus, .btn-custom:active{
	outline: none !important;

}

.nav-tabs>li.active>a{
	box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
	border:none;
	background-color: #e6e7ee;
}

.nav-tabs>li>a{
	pointer-events: none;
	cursor: none;
}

.glyphicon-plus{
	font-size: 2rem;
	color: #ab2b2b;
	box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
	padding: 8px
}


/**/
.panel-heading{
	background-color: #e6e7ee !important;
	color: #ab2b2b !important;
}
/**/


/*Pseudo element for mandatory star*/
.mand-star::after{
	content: " *";
	color:red;
}
/*Pseudo element for mandatory star*/
@media only screen and (max-width: 767px) {

	header{
		background-color: rgba(0,0,0,0.8);
	}
	.header-container{
		height: auto;
	}

/*	.mbnav{
		display: block;
		color: black;
		cursor: pointer;
	}
	.mbnav span{
		display: block;
	}
*/
	.logoblock{
		padding: 2rem;
	}
	
	.navblock {
		flex-basis: 100%;
	}
	.navblock {
		display: none;
	}


	.nav-tabs>li.active>a{
		box-shadow: none;
		border:none;
	}
}


.shadow-soft {
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #FFFFFF !important;
    color: #ab2b2b;
}

