﻿/*!
 * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */
html, body {
height: 100%;
}
.splash {
    text-align: center;
    margin: 10% 0 0 0;
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
    -webkit-text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}

.page-host {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

section {
    margin: 0 20px;
}

.loader {
    margin-top: 12px;
    visibility: hidden;
}

.loader.active {
    visibility: visible;
}

.pictureDetail {
    max-width: 425px;
}

.welcomeContentContainer {
   
}

.form-error {
border: 3px solid #e88686 !important;
box-shadow: 0 0 10px #e88686;
}
.validationMessage{display: block;}

.next {
    float: right; margin-top: 15%; height: 90px; width: 90px; text-align: center;
    border-radius: 4px;
    border-color: #78658b;
    border-bottom-color: #695879;
    background: #857198;
    background-image: -webkit-linear-gradient(top, #88749a 0, #78658b 100%);
    background-image: linear-gradient(to bottom, #88749a 0, #78658b 100%);
    background-repeat: repeat-x;
}
.next span {
    line-height: 90px;
    font-size: 22px;
    display: block;
    color: white;
}

.previous {
    float: left; margin-top: 15%; height: 90px; width: 90px; text-align: center; 
    border-radius: 4px;
    border-color: #78658b;
    border-bottom-color: #695879;
    background: #857198;
    background-image: -webkit-linear-gradient(top, #88749a 0, #78658b 100%);
    background-image: linear-gradient(to bottom, #88749a 0, #78658b 100%);
    background-repeat: repeat-x;
}
.previous span {
    line-height: 90px;
    font-size: 22px;
    display: block;
    color: white;
}

#tblQueueSearchbox{
    
}

#serviceSelect{
    border-radius: 5px;
    border:0;
    background-color: #857198;
    color:white;
}

#servicesUl {
    padding: 0;
}

#servicesUl > li > input {
    margin: 0 5px 0 0;
}

#servicesUl li {
    padding: 5px;
    background-color: white;
    color: #555;
    font-size: 14px;
    list-style: none;
}
#servicesUl li:nth-of-type(2n) {
    background-color: #efe8f7;
}

.containerSS {
    /*top: 8px;*/
    position: absolute;
    z-index: 999;
    background-color: white;
    /*right: 12%;*/
    right: 0%;
    /*width:100%;*/
    border:1px solid #d3d3d3;
    min-width: 250px;
    border-radius: 4px;
}
.containerSS div {
    width:100%;
}
.containerSS .header {
    background-color:#857198;
    color: white;
    padding: 3px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
}
.containerSS .contentSS {
    display: none;
    padding : 5px;
}

.containerSS-Modal {
    z-index: 999;
    background-color: white;
    border: 1px solid #d3d3d3;
    min-width: 250px;
    border-radius: 4px;
    width: 400px;
    display: block;
    margin: auto;
}





