.splashScreenContainer {
	min-height:100%;
	position:relative;
}
.splashScreenBody {
	padding:10px;
	padding-bottom:38px;
}
.splashScreenFooter {
	position:absolute;
	bottom:0;
	width:100%;
	height:38px;
}
.SplashScreenBodyWrapper{
	font-size: 11pt;
}
.SplashScreenBodyWrapper a{
	color: #2A6496;
}
@media(max-width: 10in){
	.SplashScreenBodyWrapper{
		font-size: 9pt;
	}
}
@media(max-width: 9in){
	.SplashScreenBodyWrapper{
		font-size: 8pt;
	}
}
@media(max-width: 6in){
	.SplashScreenBodyWrapper{
		font-size: 7pt;
	}
}
@media(max-width: 5in){
	.SplashScreenBodyWrapper{
		font-size: 6pt;
	}
}


.vert-align-sp-btn{
	margin: 0px;
	padding: 0px;
	display: table !important;
}

.vert-align-sp-btn p{
	display: table-row;
}

.vert-align-sp-btn p:first-child{
	display: table-cell;
    vertical-align: middle;
    padding: .2rem;
    text-align: initial;
    font-weight: initial;
}
.custom-screen-data.vert-align-sp-btn.btn{
    font-size: inherit;
}
.cont-pos{
	height:100%;
	padding-top:54px;
}
.he-100{
	height:100%;
}
.item-pos{
	position:relative;
	margin:auto;
	max-width:100%;
}
.data-bg-pos{
	position:absolute;
	padding:5px;
}
.pos-abs{
	position:absolute;
}
.h-w-100{
	height:100%;
	max-width:100%;
}
.max-w-100{
	max-width:100%;
}
.abs-txt{
	position:absolute;
	text-align:center;
}
.bg-pos-clr{
	position:absolute;
	padding:5px;
	color:blue;
}
.mrg-over{
	margin-top: 4px !important;
}
.ssp-clr{
	color:#333;
}
.ssp-clr-2{
	color:#6DC2DA;
}
.cont-pos-2{
	margin-top: 54px;
	margin-bottom:23px;
}
.ssp-row-pos{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}
.ssp-clr-3{
	color:#333333;
}





.customScreenFooter {
	position:fixed;
	bottom:0;
	height:38px;
}

@media (max-width: 767px){
	.customScreenFooterCont {
		width:100%
	}
}
.customScreenBody .draggable { 
	float: left; 
	font-size: 24px;
}
.ui-widget-header p, .ui-widget-content p { 
	margin: 0; 
}
.custom-screen-grid{
	height: 100%; 
	width: 100%; 
	position:absolute;
}
.customScreenBody .background-div{
	position: relative;
	backgroundRepeat: 'no-repeat';
	backgroundSize: 'cover';
	text-align: initial;
}
.customGridImage {
	height: 100%;
	width: 100%;
}
.customScreenBody .screen {
	height: 100%; 
	width: 100%; 
}
.customScreenWidget {
	position:absolute;
	height:78px;
	overflow: hidden;
	word-wrap: break-word;
}
.customScreenBody .border{
	border: 5px solid red;
	width: 478px;
	height: 639px;
	position: fixed;
	top: 23;
	left: 4;
	z-index: 0;
}
.customScreenBody{
	margin: 0px;
	font-size: 12px;
}
.customScreenBody h1, .customScreenBody h2, .customScreenBody h3, .customScreenBody h4, .customScreenBody h5, .customScreenBody h6, .customScreenBody p {
	line-height: 1.45;
}
.custom-screen-data{
	width: 100%;
	height: 100%;
}
.customScreenBody .forEdit {
	display:none
}
