﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font-family: Calibri, Verdana, Arial, Sans-Serif;
}

.ui-collapsible
{
    background-color: White;
    box-shadow: 2px 2px 8px #666 inset;
}


#splash
{
    position: absolute; top: 0px; left: 0px;
    z-index: 10000;
    background-color: White;
    width: 100%;
    height: 100%;
    
    background-image: url(images/EScreenzLogoWeb.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;

    position:relative;
    text-align:center;
}

.loading
{
    background-image: url(images/ajax-loader-big.gif);
    background-repeat:no-repeat;
    width:100%;
    background-position:center center;
    min-height:32px;
    min-width:32px;
}

#splash .loading
{
    position:absolute;
    bottom:50px;
}



 
#index
{
    overflow: hidden;
}

#clickableimagepopup
{
}

    #clickableimagepopup .ui-dialog-contain
    {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        max-width: 100%;
        width: 95%;
        height: 80%;
    }
    
    #clickableimagepopup .ui-content
    {
        height: 100%;
    }
    
    #clickableimagepopup .ui-title
    {
        margin-left: 100px;
        margin-right: 100px;
    }
    


.left-button
{
	z-index: 2000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background-image: url(images/media-seek-backward.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.right-button
{
	z-index: 2000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	background-image: url(images/media-seek-forward.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

#Footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}


 
.ToastWrap
{
    position: absolute;
    width: 100%;
    bottom: 3em;
    left: 0px;
}

.ToastMessage
{
    background-color: rgba(32, 32, 32, 0.75);

    padding: 1em;
    color: #EEE;
    font-size: 13px;
    font-weight: bold;

    display: inline-block;
    max-width: 75%;
    border-radius: 8px;
    margin: 0 auto;

    text-shadow: none;
}

/* scrolling hack for ios only */
.ios div.WebSlide
{
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important; 
}

/* hidden by default, exposed via tapping and holding on "Options" on options screen.  needs to be very specific to override jquery default styles */
ul.OptionList li.Hidden
{
    display: none;
}

/* switch, off position; make text lighter */
.ui-mobile .ui-btn-down-c
{
    color: #666;
}

 

ul.OptionList li.advanced{
 display:none; 
}
 
ul.OptionList.advanced .advanced{
 display:block;
}
/** Footer 1 */
/*.welcome-message.ui-footer {
    color:#F7F7F7;
    text-shadow:#666;   
    font-weight:normal;
    text-shadow:none;
    text-align:left;
    border-top:#666 2px solid;
}*/

.welcome-message.ui-content {
    color:#333;
    text-shadow:#666;   
    font-weight:normal;
    text-shadow:none;
    text-align:left;
    border-top:#E8E8E8 2px solid;
 
  
}

.welcome-message.ui-footer .wrapper {
    margin:20px;
}

/*.welcome-message.ui-footer .wrapper a,.welcome-message.ui-footer .wrapper a:active,.welcome-message.ui-footer .wrapper a:visited{
    color:#be1e2c;
}*/

ul.OptionList {

}


.online, .offline, .downloading
{
	height:22px;
	width:22px;
	display:inline-block;
    vertical-align:middle;
    margin-left:5px;
    background:none;
}

.offline {
    background: url('images/disconnected.png') no-repeat;
}

.downloading
{
   background: url('images/icon-downloading.gif') no-repeat;
}




.header {
	position:relative;
}

.hud.left {
	position:absolute;
	left:10px;
	top:0px;
	height:44px;
    line-height:44px;
}
 
.hud.right {
	position:absolute;
	right:0px;
	top:0px;
	height:44px;
    line-height:44px;
}

.hud #menu-button
{
	display:inline-block;
    width:50px;
	height:41px;
    background-color: rgba(0,0,0,0);
	background-image:url('images/menu.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-y:center;
    background-position-x:18px;
    vertical-align:middle;
    position:absolute;
    top:0px;
    right:0px;
    outline:0;
}

.hud #menu-button:focus{
    outline:0;
}


.slideshowItem {
	height:42px;
	line-height:42px;
}

.icon-check {
	background:url('images/check.png') no-repeat;
	display:inline-block;
	min-width:22px;
	height:14px;
	line-height:14px;
	margin-left:22px;
	margin-right:5px;

	opacity:.25;
    transition: opacity .25s;
}

.selected  .icon-check,
.icon-check.selected{
	opacity:1;
	transition: opacity .15s;
}

.count-badge {
    background:#555;   /* background:#5695C6;*/
    color:#F4F4F4;
	border-radius: 9px;
	border: #444 1px solid; /*border: #4e87b2 1px solid;*/
	position: absolute;
	right: 21px;
    top:8px;
	height:24px;
	min-width:18px;
	line-height:24px;
	text-align:center;
    text-shadow:none; 
}

.count-badge span {
    margin-left:5px;
    margin-right:5px;
}

 

.list-row {
	height:44px;
	line-height:44px;
}

.list-row:hover {
		border: 1px solid 		#bbb /*{c-bhover-border}*/;
	background: 			#dfdfdf /*{c-bhover-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
}

/*@media (max-width: 360px) {
	.ack  {
		top: 50px;
		z-index:1;
	}
}*/

 
#navigationRight.acknowledge #menu-button {
	display:none;
}

#navigationRight #acknowledge {
	display:none;
    line-height: normal;
}
#navigationRight.acknowledge #acknowledge {
	display:inline-block;
}

 #frmLogin .ajax-loading
{
	text-align:center;
	padding:10px;
	display:none;
}

 #frmLogin .ajax-loading.loading 
{
	display:block;
}

 

 

.no-new-slides {
	text-align:center;
	color:white;
	margin-left:auto;
	margin-right:auto;
}

.no-new-slides .view-all-slides,
.view-all-slides {
	width:200px;
	display:inline-block;

}

.tab {
    display:none; 
}

.tabs a.selected {
    background:black;
    color:white;
}

.diagnostics-item 
{
   
    overflow:hidden;
}

.diagnostics-item .item
{
    margin-left:20px;
}

.diagnostics-item  .value
{
    display:none;
}


.diagnostics-item.expanded
{
    height:auto;
}

.diagnostics-item.expanded .value
{
    display:block;
}


#console 
{
    font-size: 11px;
    margin:20px;
    white-space:pre-wrap;
}

#console .log
{
    display:none;
}

#console.logs .log
{
   display: block;
}

#console div
{
    border-bottom:1px solid;
    font-family:'Courier New';
    width:100%;
    text-wrap:normal;
    overflow-wrap:break-word;
}

#console .line
{
    float:right;
}

#console .error
{
    color: red;
}

.variable {
    margin-left:10px;
    margin-right:10px;
    overflow:hidden;
    max-height:40px;
    height:40px;
}

.variable .key
{
    float:left;
    max-width:100px;
}

.variable .value {
    float:right;
    overflow:hidden;
}

.image-file
{
    background-size:100%;
    width:50px;
    height:50px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    font-size:8px;
    overflow:hidden;

    background-repeat:no-repeat;
}

#escreenzPlayer, body
{
    background:black;
}

.toast {
    width:100%;
    height:32px;
    line-height:32px;
    color:white;
    background:#3373A4;
    position:relative;
    z-index:2;
   -moz-user-select: initial;
   -khtml-user-select: initial;
   -webkit-user-select: initial;
   user-select: initial;
}

.toast .icon
{
    height:32px;
    width:32px;
    float:right;
    background:  url('images/close.png') no-repeat;
    background-position:center;
}

.toast span
{
    margin-left:10px;
    margin-right:10px;
    box-shadow:none;
    text-shadow:none;
    font-size:8pt;
}


.toast.error {
     background-color:#CC0000;
}
 
.toast.warn {
   background-color:#ffcf42;
   color:#333;
}

.toast.warn .icon {
   background-image:url('images/close-black.png');
}
 .slide-navigation.ui-header-fixed,
  .slide-navigation.ui-footer-fixed
  {
     z-index:9999;
 }

 .offline-message {
     text-align:center;
     text-shadow:none;
     font-size:20px;
     max-width:400px;
     margin-left:auto;
     margin-right:auto;
 }

  .offline-message div
  {
      margin-bottom:20px;
      margin-top:20px;
  }

  [data-role=header],[data-role=navbar] {
      position:fixed;
  }

 [data-role=navbar]  {
   bottom:0px;        
 }

.options-navbar {
    width:100%;
}

.escreenz-version {
   border-top:none;
}

.ui-title, .header, #screenzPlayer, #IndexHeader, #options {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

 input {
     -moz-user-select: initial;
  -khtml-user-select: initial;
  -webkit-user-select: initial;
  user-select: initial;
 }

 /*** escreenz signage mode ****/
#escreenzPlayer.signage #IndexHeader,
#escreenzPlayer.signage #PrevButton ,
#escreenzPlayer.signage #NextButton ,
#escreenzPlayer.signage .toast 
 {
     display:none;
 }

#escreenzPlayer.signage #Canvas{
    top:0px;
}


.mcp-not-production.ui-content
{
   background: linear-gradient(rgb(255, 255, 255),rgb(242, 242, 242));
   border-bottom:rgb(232, 232, 232) 2px solid;
}

.recent-sites.ui-content
{
    border-top:rgb(232, 232, 232) 2px solid;
}

.recent-sites h4 {
    margin-top:0px;
}

.slide a.hotspot {
  display:block;
  position:absolute;
  cursor:pointer;
}

#slideshowList li{
    text-align:left;
}

@media screen and (min-width:320px) {
}
  
@media screen and (min-width:480px)
{
    .toast span 
    {
       font-size:12pt;
    }
}

@media (min-width: 800px), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) /* number source: http://www.random.org/ */
{
        #splash 
        {
            overflow:hidden;
            position:fixed;
            background-image: url(images/EScreenzLogoLarge.png);            
        }           
}


 @media screen and (-webkit-min-device-pixel-ratio:0) {

        .offline {
            background-color: #777;
            -webkit-mask-box-image: url("images/status-connected.svg");
        }

         .downloading {
            background: url('images/downloading.gif') no-repeat;
            -webkit-mask-box-image: url("images/status-downloading.svg");
        }
    }


.welcome-message .wrapper-minimal{
    display:none;
}

@media (max-height:400px) {
    .welcome-message {
        font-size:12px;
    }

    .welcome-message .wrapper {
    }
}

@media (max-height:350px) {
    .welcome-message .wrapper {
        display:none;
    }

    .welcome-message .wrapper-minimal {
        display:block;
    }
}

@media (max-height:275px) {
    .welcome-message .wrapper-minimal {
        display:none;
    }
}

