﻿.GaugeMeter {
  position: Relative;
  text-align: Center;
  overflow: Hidden;
  cursor: Default;
  display: inline-block;
}

.GaugeMeter SPAN, .GaugeMeter B {
  width: 80%;
  position: Absolute;
  text-align: Center;
  display: Inline-Block;
  color: RGBa(0,0,0,.8);
  font-weight: 100;
  font-family: Calibri, Arial;
  overflow: Hidden;
  white-space: NoWrap;
  text-overflow: Ellipsis;
  margin: 0 10%;
}

.GaugeMeter[data-style="Semi"] B {
  width: 80%;
  margin: 0 10%;
}

.GaugeMeter S, .GaugeMeter U {
  text-decoration: None;
  font-size: .60em;
  font-weight: 200;
  opacity: .6;
}

.GaugeMeter B {
  color: #000;
  font-weight: 200;
  opacity: .8;
}



@font-face {
    font-family: Calibri;
    src: url('/fonts/CALIBRI.TTF'),
        url('/fonts/CALIBRI.eot');/* ie9 */
}
a img {
    outline : none;
}
html, body {
-webkit-text-size-adjust: 100%;

}

.currentDay{
    background-color:#2980b9;
    color:white;
}
.filler{
	background-color:#7FAAD5;
	width:110%;
	margin:-3%;
	position:fixed;
	height:400px;
	margin-bottom:-10%
}

.nodisplay{
	display:none;
}
body{
	font-size:62.5%;
    margin:0;
	
}
.logo{
	margin-left:.25em;
	width:8em;
	font-family: Arial, Verdana;
}
.BLISSLogo {
    font-family: Arial, Verdana;
    font-size: 250%;
	margin-bottom:.25em;
	margin-top:7%;
}
.BLISSSubHead {
   
    font-size: 100%;
	margin-bottom:15%;
}
.LoginPageBkgrnd {
    background-color: #2E3192;
    font-family: Calibri,Arial;
    color: #FFFFFF;
    text-align: center;
	height: 100%;
    background-repeat: no-repeat;
   
    background-image: url('images/logo_bckgrnd_lrge.png');
    background-attachment: fixed;
	background-size: contain;
	padding-bottom:0%;
	margin-bottom: .5em;

	
}
.LoginLabels {
    color: #0099FF;
    font-size: 1.6em;
}
.login-data{
	border-radius:5px;
	font-size:1.6em;
	width:85%;
	text-align:center;
}
a:active {
    color: #00FFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #00FFFF;
}
a:link {
    text-decoration: none;
  	color: #ffffff
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.FloatLeft {
    float: left;
}
.AlertHeader {
    font-family: Calibri;
    color: #FFFF00;
    text-align: center;
    background-color: #0F75BC;
    margin-top: 5px;
    clear: both;
    padding-bottom: 2px;
    overflow: auto;
}
.AlertMessage {
    font-family: Calibri;
    background-color: #7FAAD5;
    color: #2E3192;
    font-size: 10pt;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.MenuButtons {
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    padding-top: .25em;
    padding-bottom: .25em;
	background-color: #2873d7;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:3%;
	margin-bottom:3%;
    border-radius:10px;
	box-shadow: 0px 5px 5px #D2D2D2;
}
.menu-button{
	margin:.1em;
	margin-top:.5em;
}
.PageTitle {
    background-color: #0F75BC;
    color: #FFFFFF;
    font-size: 1em;
	text-align:center;
	padding-top:.25em;
	padding-bottom:.25em;
    
}
.MessageBoxContainer {
    background-color: #fff;
    display:none;
    margin-top: 1px;
	position:fixed;
	top:50%;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	border-radius:10px;
	border:solid 1px #003380;
}
.MessageBox {
    display:none;
	position:fixed;
	top:40%;
	width:90%;
	color:#003380;
	padding: 1px 1px 1px 1px;
    background-color: #fff;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #666666;
    font-size: 1.2em;
    margin-left: 5%;
	margin-right:5%;
	border-radius:5px;
    
}
.MessageBox .sprt1{
    width: 16px;
    height: 20px;
}
.SelectionOption
{
    font-size: 12pt;
    font-style : normal;
    text-decoration : none;
    color : Black;
    width: 100%;
}
body {
    font-family: Calibri, Arial, Verdana;
    
}



.HeaderBox {
    background-color: #2E3192;
    color: #FFFFFF;
    font-family: raavi;
    font-size: 1.2em;
    position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	padding-top:.5em;
	padding-bottom:.5em;
	
}

.HeaderLogo {
    margin-top:-.2em;
    margin-left:-.1em;
}

.HeaderUserBox {
    border: 1px solid #FFFFFF;
    font-size: .6em;
    text-align: center;
    background-color: #2E3192;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    margin-top: 1px;
	font-family:Calibri,Arial,Verdana;
	
	
}
.UserBox-Container {
	display:none;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	margin-bottom: .25em;
	margin-top:.25em;
}
.SystemMessages {
   
	color:black;
}
.Searchbox {
	display:none;
	position:fixed;
	top:30%;
	padding:1em .5em .5em .5em;
	margin-left:1%;
	margin-right:4%;
	width:88%;
	border-radius:10px;
	font-size:1.2em;
	border:solid 1px #1fbee0;
	background-color:#2E3192;
	z-index:1;
	text-align:center;
}
.SearchLauncher {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	//float:left;
	border-radius: 0 5px 5px 0;
	background-color:#2E3192;
	position: fixed;
	top:50px;
	left:-60px;
	z-index:50;
	padding:.25em .5em .25em 3%;
}
.AddLauncher {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	//float:left;
	border-radius: 0 5px 5px 0;
	background-color:#2E3192;
	position: fixed;
	//width:12em;
	font-size:1em;
	top:85px;
	left:-225px;
	z-index:50;
	padding:.25em .5em .25em 3%;
}
.Searchbox input{
	width:87%;
	font-size:1.2em;
	border-radius:5px;
	border:solid 1px #003380;
	margin-bottom:.5em;
	text-align:center;
}
.Searchbox .close{
	margin-bottom: -0.2em;
    margin-right: -0.2em;
    margin-top: 0.4em;
}
.red { color: red; }
.green { color: green; }
.blue{color:blue;
	}
}
.orange { color: orange; }
.yellow { color: yellow; }
.orange {
	color:orange;
}
.LogoWhiteBkgrd {
    background-image: url('Images/Bliss v2.0 Mobile/images/Bliss-Mobile-Background--02.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 25%;
    text-align: center;
}
.FloatRight {
    float: right;
}
.CopyrightNotice {
    color: #C0C0C0;
    font-size: 10px;
    font-family: Calibri,Arial;
    text-align: center;
	margin-top:15%;
	margin-bottom:.5%;
}
.FormLabels {
    color: #00FFF;
   margin-top:.5em;
}
.toggle-button{
	float:right;
	margin-right:.5em;
	margin-top:.25em;
	border-radius:5px;
	background-color:#003380;
	color:#fff;
	font-size:.6em;
	border:solid 1px #fff;
	width:6em;
	padding-top:.2em;
	text-align: center;
	cursor:pointer;
	
}
.FormContainer {
    background-color: #7FAAD5;
    margin-top: 10px;
    text-align: center;
    color: #FFFFFF;
	font-size:1.2em;
	padding-bottom:5em;
	margin-left:-3%;
	margin-right:-3%;
	margin-bottom:-4em;
}
.FormContainer .titlebox{
	background-color:#003380;
	margin-left:1%;
	margin-right:1%;
	border-radius:5px;
	padding-top:.25em;
	padding-bottom:.25em;
	padding-left:20%;
	margin-bottom:1em;
	margin-top:1em;
	text-align:center;
	
	
}
.FormContainer .selectorbox {
    width: auto;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.FormContainer .day {
    display: inline-block;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.FormContainer .labels {
    width: 150px;
}
.FormContainer .fields {
    text-align: center;
}
.FormContainer .timelabels {
    width: 50px;
    float: left;
}
.FormContainer .fieldcontainer {
    clear: both;
    margin-right: 25%;
    margin-left: 41%;
    overflow: auto;
}
.FormButtons {
    margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.2em;
	border-radius: 5px;
	background-color: #003380;
	padding: .25em .25em .15em .25em;
}
.FormButtons:hover{
	background-color:#3ca3ff;
}
.FormButtons:active{
	background-color:#40c23d;
}
.FormFields {
    margin-bottom: 2px;
	font-size:1em;
	text-align:center;
	border-radius:5px;
	border:solid 1px #003380;
	width:85%;
}	

.inc-summ{
	white-space: pre-wrap;
}

.border-highlight{
	border:solid 1px #003380;
	border-radius:10px;
	margin-left:2%;
	margin-right:2%;
}
.ListContainer {
    text-align: center;
    background-color: #7EA9D4;
	padding-top:5.5em;
	position:relative;
	margin-left:-3%;
	margin-right:-3%;
	margin-bottom:-3%;
	
}
.ListContainer:first-child {
margin-top:6em;	
}
.ListContainer:Last-child {
	margin-bottom:2em;
}
 .ListContainer a:active {
    color:#2E3192;
}
 .ListContainer a:hover {
    color: #CC33FF;
}
.ListContainer a:visited {
    color: #2e3192;
}
 .ListContainer a:link {
    color:#2E3192;
}
.ListContainer .Searchbox {
    padding: 5px 5px 5px 2.5%;
    text-align: left;
    background-color: #32689B;
    margin-bottom: 5px;
    font-size: 12px;
}
.ListContainer .Icons {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-right: 4px;
}
.ListContainer .Items {
    background-color: #FFFFFF;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-top: .25em;
    border: 1px solid #003380;
    font-size: 1.5em;
	border-radius:10px;
}
.ListContainer .Items .email{
font-style:italic;
font-size:.5em;
}
.ListContainer .Items .phone{
font-style:bold;
font-size:.8em;
}
.ListContainer .Items .Header {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
.ListContainer .Items .Title {
    font-weight: bold;
    clear: both;
}
.ListContainer .Spacer {
    height: 3px;
}
.ListContainer .issues-summ{
	font-style: italic;
	font-size: .8em;
}
.ListContainer .priority{
	text-transform:uppercase;
	float:right;
}
.ButtonContainer a:visited {
    color: #FFFFFF;
}
.pager{
font-size:10vw;
font-size:1.2em;
color:#fff;
	}
.pager a:active,.pager a:visited,.pager a:link{
	color:#fff;
	text-decoration: none;
	color:
}
.pager-cont{
	background-color:#003380;
	position:fixed;
	width:100%;
	bottom:0em;
	left:0;
	padding-bottom:.25em;
	padding-top:.25em;
}
/* Navigation CSS*/

.nav{
	position:absolute;
	top:0;
	right:0;
	margin-right:.25em;
	margin-top:.2em;
	font-family: Calibri,Arial,Verdana;
	z-index:100;
}
.nav ul {
    display:none;
	width:9em;
	margin-right:1em;
	float:right;
	position: absolute;
    //z-index: 100;
	right:0;
	//border:solid 1px #fff;	
	
}
.nav li:first-child{
	border-radius:5px 5px 0 0;
	border-top:solid 1px #fff;
}
.nav li:last-child{
	border-radius:0 0 5px 5px;
	
}
.nav li {
	list-style:none;
	background-color:#2E3192;
	clear:left;
	padding-left:.5em;
	padding-right:1em ;
	padding-top:.75em;
	padding-bottom:.75em;
	font-size:1.2em;
	border-bottom:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
.nav li:hover {
	background-color:#1fbee0;
	color:#003380;
}
.customer-detail{
	//margin-top:3em;
	padding-top:3em;
}
.titlebox{
	background-color:#003380;
	margin-left:.2em;
	margin-right:.2em;
	border-radius:5px;
	padding-top:.25em;
	padding-bottom:.25em;
	padding-left:.25em;
	margin-bottom:1em;
	margin-top:1em;
	color:#fff;
	
}
.incident-history{
margin-top:20%;
}
#cust-history-popup{
	display:none;
	position:fixed;
	top:30%;
	left:0;
	z-index:98;
	width:90%;
	min-height:50%;
	margin-left:5%;
	margin-right:5%;
	background-color:#7EA9D4;
	border:solid 1px #fff;
	border-radius:10px;
	color:#fff;
	text-align:center;
	
}
.landscape-popup{
	display:none;
	position:fixed;
	top:30%;
	left:0;
	z-index:11;
	width:90%;
	min-height:50%;
	max-height:180px;
	margin-left:2.5%;
	margin-right:2.5%;
	padding:.5em;
	background-color:#7EA9D4;
	border:solid 1px #fff;
	border-radius:10px;
	color:#fff;
	text-align:center;
	font-size:1em;
	//overflow-y: scroll;
}
.cust-history{
	display:none;	
	overflow-y:scroll;
	max-height:100px;
}
.inc-history{
	display:none;
	overflow-y:scroll;
	max-height:100px;
}
.cust-schedule{
	display:none;
}
.emp-schedule{
	display:none;
}
.overlay {
  
}
.light {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.5);
}
/*bottom pull-out action menu*/


.action-menu{
	background-color:#2E3192;
	color:#fff;
	border-radius: 5px 5px 0 0;
	font-size:1em;
	width:55%;
	
	padding-top:.5em;
	padding-bottom:.2em;
	padding-left:1em;
	padding-right:1em;
	border:solid 1px #fff;
	position:fixed;
	bottom:-10.5em;
	margin-left: 18%;
	margin-right:18%;
	z-index:100;
}

.action-button{
	width:100%;	
}
.action-menu-cust{
	bottom:-9.5em;
}
.action-menu-emp{
	bottom:-2.5em;
}
.action-menu-inc{
	bottom:-7.25em;
}
.action-menu-prosp{
	bottom:-9.5em;
}
.action-menu .titlebar{
	margin-bottom:.25em;
}
.action-menu .buttons{
	clear:both;
	float:left;
	width:100%;
}
.mb-container:first-child{
	margin-top:25%;
}
/*Spinner CSS*/


.spinner {
  position:fixed;
  top:10%;
  left:42.5%;
  //background-color:#fff;
  margin: 100px auto;
  width: 70px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #508bef;
  height: 200%;
  width: 9px;
  border:1px solid #fff;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
    .auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:10px;
    list-style: none;
    cursor:pointer;
    cursor:hand;
}
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 400px)
and (max-width : 768px)
and (orientation: landscape) {
    .auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:10px;
    display:inline;
    cursor:pointer;
    cursor:hand;
}
/*customer detail hides main content of detail pages when device is in landscape mode - currently switched off*/
.nav ul{
	top:-10px;
	right:20px;
}

.nav li {
	font-size:.8em;
}
.customer-detail{
//	display:none;
}
.MenuButtons{
	font-size:1.5em;
	margin-left:10%;
	margin-right:10%;
}

.cust-schedule,.cust-history, .emp-schedule,{
    overflow:scroll;	
}

.landscape-popup{
	margin-left:1%;
	margin-right:2%;
	width:94%;
	position:fixed;
	top:50px;
	left:0px;
	padding-bottom:2em;
}
.display-message{
	display:none;
}
.cust-history, .cust-schedule, .emp-schedule, .inc-history{
	display:block;
	overflow:scroll;
	table-layout:fixed;
}
.action-menu{
    font-size:.8em;
}
.action-menu-cust{
	bottom:-11.25em;
}
.action-menu-emp{
	bottom:-3em;
}
.action-menu-inc{
	bottom:-8.75em;
}
.action-menu-prosp{
	bottom:-11.25em;
}
.SearchLauncher {
	top:18%;
}
.mb-container:first-child{
	margin-top:12%;
}
.BLISSSubHead {
   
    margin-bottom:5%;
}
.nav{
	
}

}
/* iPhone */
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
body {
-webkit-transform: scale(0.667);
-webkit-transform-origin: top right;
position: absolute;
right: 0;
top: 0;
width: 480px;
}




.auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:14px;
    display:inline;
    cursor:pointer;
    cursor:hand;
}
}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
body {
-webkit-transform: scale(0.75);
-webkit-transform-origin: top right;
position: absolute;
right: 0;
top: 0;
width: 1024px;
}
.auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:14px;
    display:inline;
    cursor:pointer;
    cursor:hand;
}
}


/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.action-menu .buttons{
	font-size:1em;
}
.action-menu-cust{
	bottom:-9.75em;
}
.auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:10px;
    list-style: none;
    cursor:pointer;
    cursor:hand;
}
	
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation :landscape ) {
    .action-menu .buttons {
        font-size: 1em;
    }

    .action-menu-cust {
        bottom: -9.75em;
    }

    .auditScore li {
        border-radius: 5px;
        padding: 10px;
        font-size: 10px;
        display: inline;
        cursor: pointer;
        cursor: hand;
    }
}

@media screen and (-webkit-device-pixel-ratio:3){
    .auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:10px;
    list-style: none;
    cursor:pointer;
    cursor:hand;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.auditScore li{
    border-radius:5px;
    padding:10px;
    font-size:10px;
    display:inline;
    cursor:pointer;
    cursor:hand;
}
	
    border-radius:5px;
    padding:10px;
    font-size:10px;
    display:inline;
    cursor:pointer;
    cursor:hand;
}
	
}

 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
.FormFields{
	width:55%;
}
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
.FormFields{
	width:55%;
}
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
 
/* Desktops and laptops ----------- */
@media only all and (min-width : 1224px) {
    .FormFields {
        width: 20%;
    }

    .border-highlight {
        margin: 0 auto;
        width: 30%;
    }

    /* Large screens ----------- */
    @media only screen and (min-width : 1824px) {
        .FormFields {
            width: 15%;
        }
    }

    /* iPhone 4 ----------- */
    @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
        /* Styles */
    }	