html, body, .fullcontainer, .companycontainer{
	height: 100%;
}

.fullcontainer{
	padding: 0.9rem;
}


.cmpny{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 220px !important;
}

.mw100{
	max-height: 200px !important;
}

body{
	background-color: #efefef;
}

table.outer{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

table.inner{
	width: 90%;
	height: 90%;
	margin: 0 auto;
	text-align: center;
}

table.inner tr{
	height: 30%;
	overflow: hidden;
}
table.inner tr:last-child{
	height: 10%;
}

table.inner td{
	border: 10px solid #efefef;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
}

table.inner td img{
	border: 0px;
	image-rendering: -webkit-optimize-contrast;
}

.gray{
	filter: grayscale(100%);
	opacity: 0.3;
}

.gray img{
	opacity: 0.5;
}

table.inner td.big{
	width: 75%;
}

table.inner td.small{
	width: 25%;
}

table.inner td.mid{
	width: 50%;
}

table.inner td.full{
	width: 100%;
}

#pinpad{
	width: 100%;
	height: 300px;
}

#pinbuttons{
	width: 100%;
	height: 75px;
}

#pinpad td{
	width: 33%;
}

#pinpad button, #pinbuttons button{
	width: 100%;
	height: 100%;
}

#pinentered{
	height: 50px;
	font-size: 2.5em;
	overflow: hidden;
	font-weight: bold;
	letter-spacing: 10px;
}

#pinerror{
	display: none;
	height: 50px;
	font-size: 1.5em;
	line-height: 1.9em;
	overflow: hidden;
	font-weight: bold;
	letter-spacing: 10px;
	color: white;
}

#pinmodal h5.modal-title{
	font-size: 150%;
}

.weathercontainer{
	width: 400px;
	height: 250px;
	margin: 0 auto;
}

div.weathertitle{
	height: 25px !important;
	max-height: 25px !important;
	display: table-cell;
	width: 200px;
	
}

div.alarm{
	color: white;
}

.w-33{
	width: 33%;
}

 .mw100{
	max-width: 80%;
	height: auto;
 }

 .h-big, .h-small{
	height: auto;
 }

@media (min-width: 768px) {


	.border-between > [class*='col-md-']:before,
	.border-between .col:before {
		background: #efefef;
		bottom: 0;
		content: " ";
		left: 0;
		position: absolute;
		width: 10px;
		top: 0;
	}
	
	.border-between > [class*='col-md-']:first-child:before,
	.border-between .col:first-child:before {
	display: none;
	}

	.cmpny div.withmargin{
		margin-left: .5rem!important;
	}

	.cmpny{
		padding-top: unset !important;
		padding-bottom: unset !important;
		height: unset !important;
	}

	.mw100{
		max-height: auto;
	}

	.h-big{
		height: 28.5714285714%;
	}

	.h-small{
		height: 14.2857142857%;
	}
}