@media all and (max-width: 901px) {	
	#globalpickerwrap {
		width: 100% !important;
		top: 94px !important;
		left: 0px !important;
		position: fixed !important;
		height: 92vh;
	}
	#globalpicker {
		height: 85.5vh !important;
		max-height: 85.5vh !important;
	}
}

@media all and (min-width: 901px) {
	#main2 {
		height: 100vh;
    	position: sticky;
    	top: 0px;
    	overflow-y: scroll;
	}
	#main1 {
		min-height: calc(100vh - 360px);
	}
}

.stdscreenshot {
	width: 90%;
	height: auto;
	background-color: #6c757d !important;
	padding: .5rem !important;
	margin-bottom: 64px;
}

.stdscreenshotb {
	width: 100%;
	height: auto;
	padding: .5rem !important;
}

.stdtableb {
	border: 1px solid #c3c3c3;
	box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.1);
	width: 90%;
	margin-bottom: 42px;
}

.stdtrb {
	background-color: aliceblue;
}

.btn-info,.bg-info {
	color: #fff !important;
	background-color: #17a2b8 !important;
}

.input-group-text{
	height: 100% !important;
}

@media all and (max-width: 901px) {
	.bigonmob {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0px !important;
	}
	
	.halfonmob {
		width: calc(48% - 10px);
		margin-bottom: 12px;
		margin-left: 5px;
		margin-right: 5px !important;
	}
}

.happybg {
	background-color:#96ff967d;
}

.happyishbg {
	background-color:#fddb77;
}

.sadbg {
	background-color:#f965657d;
}

.gonebg {
	background-color:#a6a6a6;
}

.genpdfimage {
	width: 320px;
	height: auto;
}

.berndivbutton {
	cursor: pointer;
	font-weight: 400;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

@media all and (min-width: 901px) {
	.berndivbutton {
		font-size: 1rem;
	}
}

@media all and (max-width: 901px) {
	.berndivbutton {
		font-size: 32px;
	}
}

.tilesidemenudash {
    margin-bottom: 4px;
    margin-right: 4px;
    border-radius: 5px;
    color: white;
}

.tilesidemenu {
    display: inline-block;
    background-color: grey;
    height: 124px;
    width: 124px;
    border: 1px solid darkgray;
    text-align: center;
}

.prettydiv {
	border-left: 8px solid #77F;
	background: #fff;
	border-radius: 2px;
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
	padding: 15px 16px;
	ddisplay: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	max-width: 455px;
}

.prettydivnewmsg {
	animation: bgColor 2s infinite linear;
}

@keyframes bgColor {
  33% {
    background-color: #FFF;
  }
  66% {
    background-color: #0FF;
  }
  99% {
    background-color: #FFF;
  }
}

@media all and (min-width: 901px) {
	.mob { display: none; }
	.berndatumlabel {
		display:grid;
		text-align: right;
		min-width:165px;
	}
	.sticky-on-mobile { 
		position: sticky;
		top: 0px !important;
		background-color: white;
		z-index: 2000;
	}
}

@media all and (max-width: 901px) {

	#main1,#main2 {
		margin-top: 74px;
	}

	.comp { display: none; }
	.sticky-on-mobile { position: sticky; }
	
	.mobnofloat { float: none !important;}
	
	.btn {
		bborder-radius: 0 !important;
	}
	.berndatumlabel {
		display:grid;
		text-align: right;
		min-width:100px;
	}

	.formsavebutton {
		position: fixed;
		top: 100px;
		right: 25px;
		z-index: 1000;
	}

	.formbackbutton2 {
		position: fixed; top: 95px;right: 25px;
		width: 66px;
		height: 66px;
		font-size: 42px;
		font-weight: bold;
		color: white;
		line-height: 68px;
		z-index: 100;
	}
	
	.formbackbutton {
		position: fixed; top: 180px;right: 25px;
		width: 66px;
		height: 66px;
		font-size: 42px;
		font-weight: bold;
		color: white;
		line-height: 68px;
		z-index: 100;
	}
	
	.formbuttonfloat2 {
		position: fixed; top: 180px;right: 25px;
		width: 66px;
		height: 66px;
		font-size: 42px;
		font-weight: bold;
		color: white;
		z-index: 100;
	}
	
	.formbuttonfloat3 {
		position: fixed; top: 260px;right: 25px;
		width: 66px;
		height: 66px;
		font-size: 42px;
		font-weight: bold;
		color: white;
		z-index: 100;
	}
}

@media (min-width: 901px) {
	.formsavebutton {
		position: fixed; top: 180px;right: 25px;
	}

	.formbackbutton,.formbackbutton2,.formbuttonfloat2 {
		position: fixed; top: 230px;right: 25px;
		z-index: 100;
	}
	
	.formbuttonfloat3 {
		position: fixed; top: 280px;right: 25px;
		z-index: 100;
	}
}

.abtn-primary {
	background-color:#428bca;
	border-color:#357ebd
}

.abtn-success {
	background-color:#5cb85c;
	border-color:#4cae4c
}

.abtn-warning {
	background-color:#f0ad4e;
	border-color:#eea236
}

.abtn-info {
	background-color:#5bc0de;
	border-color:#46b8da
}

.abtn-danger {
	background-color:#d9534f;
	border-color:#d43f3a
}


