@charset "ISO-8859-1";

html, body {
	color: #4B4F54;
	height: 100%;
	width: 100%;
	font-family: Calibri;
	display: flex;
}

.application-main-content {
	min-height: calc(100vh - 85px);
}

.application-base-content {
	min-height: calc(100vh - 123px);
	padding-bottom: 25px;
	padding-top: 25px;
}

.application-simple-content {
	min-height: calc(100vh - 95px);
}

.application-footer {
	background-color: #EDEDED;
	min-height: 25px;
	max-height: 55px;
	position: fixed;
  	left: 0;
  	bottom: 0;
}

.application-header {
	min-height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0px 2px 0px #000000;
}

.header-mini {
	background-color: #05A6EC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	height: 70px;
}

.application-header .montran-image {
	max-height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: #9A9DA0 1px solid;
}

.application-screenid-breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
}

.application-screenid-breadcrumb .breadcrumb {
	padding-top: 2px;
	padding-bottom: 2px;
}

.application-screenid-breadcrumb .breadcrumb-item {
	font-size: 14px;
	color: #777777;
	font-weight: bold;
}

.landing-page-company-into {
	padding-top: 10px;
}

.landing-page-company-into .company-image {
	max-height: 60px;
}

.landing-page-card {
	margin: 20px;
}

.application-alert-msg {
	padding-top: 5px;
	padding-bottom: 5px;
}

.application-form .form-group {
	margin-bottom: 5px;
}

.application-form .input-group .form-label, .application-form .input-group .form-control
	{
	border-radius: 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.margin-top-1-p {
	margin-top: 1%;
}

.color-030944{
	color: #030944;
}

.padding-15-p{
	padding: 15px;
}

.background-color-005B75 {
	background-color: #005B75;
}

.background-color-8B0000 {
	background-color: #8B0000;
}

.width-100-px {
	width: 100%;
}

.width-150-px{
	width: 150px;
}