﻿/******* General styles *******/
html, body
{
    width:100% !important;
    min-height:100%;
    height: 100%;
}
body {
    margin-top:0;
    color: #fff;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:13px;
    background-color: #015b6e; 
/*    background-image: url('../img/semitranssubbg.png'); */
    -ms-background-attachment:fixed;
    -ms-background-repeat:no-repeat;
    background-attachment:fixed;
    background-repeat:no-repeat;
    overflow: hidden;    /* contents within a body will need to have a scrollable table, as we dont want to see scrollbars due to footer overlapping form */
    overflow-y:hidden;   /* IE SUPPORT */

	filter:alpha(opacity=100);
    -ms-opacity:1;
    opacity:1;
}

input, textarea, select, label
{
    font-size: 13px;
    padding:3px;
}
a
{
    color: #FFF;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}
p
{
    line-height: 1.5em;
}
.nounderlink
{
    color:#fff !important;
}
.nounderlink:hover
{
    text-decoration:none;
}

/*** Containers ***/
#container-main
{
    width:100%;
    height:100%;
}
#container-left
{
    border-collapse: collapse;
    margin-top:30px;
    margin-bottom:40px;
    margin-right:300px;
}
#container-left .inner
{
    margin-left:40px;
    margin-right:40px;
}
#container-right
{
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    overflow:auto;
    height: 100%;
    background: url(../img/sidebarbg.png);
    border-collapse: collapse;
    vertical-align: top;
    width: 300px;
}
#container-right .inner
{
    margin:20px 10px 0 10px;
}

.imagegallery
{
    float: left;
    margin: 10px;
    width: 300px;
    text-align: center;
}

.imagegallery input
{
    vertical-align: top;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/******* Form Table Layout *******/
.sub-table td
{
    padding:4px;
}
.TableLayout1
{
	vertical-align: top;
	width: 100%;
	margin-bottom:20px;
}
.NavTableLayout1
{
	margin-bottom: 0;
}

.TableLayout1 input[type="text"]
{
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
}
.TableLayout1 input, .TableLayout1 select, .TableLayout1 textarea, .siteselector-dropdown {
    border: 1px solid #B9B9B9;
    padding: 8px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:5px;
    margin-top:5px;
}

.TableLayout1 input[type="submit"] {
    border: 0;
    padding: 0.4em 1em;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.TableLayout1 input[type="button"] {
    background-color:#CFCFCF;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.TableLayout1 input[type="button"]:hover
{
    cursor:pointer;
}
.TableLayout1 input[type="checkbox"], input[type="radio"]
{
    border: none;
    padding: 8px 10px;
}
.TableLayout1 .Td1
{
	width: 33%;
	vertical-align: top;
	padding-top:20px;
	padding-bottom:20px;
}
.TableLayout1 .Td1 p
{
	color: #3E3E3C;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	white-space: nowrap;
	float: left;
	margin:0;
}

.TableLayout1 .Td2
{
	width: 67%;
	padding: 10px;
    padding-top:20px;
    padding-bottom:20px;
}
.TableLayout1 .Td2 p
{
	line-height: 5px;
	padding: 0;
	margin: 0;
}
.section a:not(.jspArrow)
{
    color: #01B8E2;
}
.TableLayoutTimeFilters input[type="text"]
{
    width: auto;
}
.list-selector
{
    float:left;
    width:42%;
    margin: 10px 10px 10px 0;
}
.list-selector select
{
    width:100%;
    margin-bottom: 10px;
}
.list-selector a
{
    width:100%;
}
.time-selection input
{
    width:50% !important;
}


/*** User styles ***/
#user-avatar
{
    padding: 0 40px 5px 0;
    background: url(../img/icon-large-avatar.png) no-repeat center right;
    float:left;
    margin-right:10px;
    font-size: 16px;
    text-align:right;
}

#user-logout
{
    padding: 0 40px 5px 0;
    background: url(../img/icon-large-logoff.png) no-repeat center right;
    float:right;
    margin-right: 10px;
    font-size: 16px;
}

/*** Other ***/

.noDisplay
{
    display: none;
}

.hidden
{
    visibility: hidden;
}
.remove
{
    background: url(../img/icon-small-redcross.png) no-repeat -3px -3px;
    width:32px;
    height:32px;
    display:block;
}

.centreText
{
    text-align: center;
}
.leftText
{
    text-align: left;
}
.rightText
{
    text-align: right;
}

#panel-header td { vertical-align:middle !important;}
#status
{
    width:270px;
    font-size:14px;
    border-bottom: 1px solid rgba(255,255,255, .4);
    padding:10px 0 10px 0;
    display:none;
    margin-left:15px;
}
.statusline
{
    border-top: 1px solid rgba(255,255,255, .4);
    width:270px;
    margin-left:15px;
    height:1px;
    margin-top:5px;
}

.GridView
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
}
.GridView th
{
	text-align: left;
	padding: 0.3em 0.7em;
	color: White;
	font-size: 13px;
/*	background-color: #edf1f4; */
	border-bottom: 1px solid #5c9ed0;
	white-space: nowrap;
}
.GridView td
{
	color: White;
	padding: 0.3em 0.7em;
	border-bottom: 1px solid #E4E4E4;
	white-space: nowrap;
}
.GridView a
{
	color: White;
	text-decoration: none;
}
.GridView a:hover
{
	text-decoration: underline;
}
.GridView .CheckBox
{
	width: 1em;
	text-align: center;
	padding: 0.3em;
}

.GridView .PagerStyle
{
    font-weight: bold;
}
.GridViewFooter a {
    display: block;
	padding: 0.5em 0.3em 0.5em 3.1em;
	color: White;
/*	background-color: #eee; */
	text-decoration: none;
    -ms-background-repeat: no-repeat;
    -ms-background-position: 0.5em center;
    background-repeat: no-repeat;
    background-position: 0.5em center;
}

.GridViewFooter a:hover
{
	color: Yellow;
/*	background-color: #ccc; */
}
.GridViewButtonContainer
{
	margin-top: 10px;
}
.GridViewRightAlign
{
    text-align: right;
}
.mediumSizedInput
{
    width: 300px !important;
}
.smallSizedInput
{
    width: 144px !important;
}

/*** Validation styles ***/
.input-validation-error { border: 1px solid #DA4242 !important; background-color: #FFBEBE !important; outline: 1px solid #DA4242 !important }
.field-validation-error { color: #f00; background-color: #ffe4e4; padding:10px; display:inline-block; border: 1px solid #f00 }

.field-validation-error li
{
    margin-left: 30px;
}

.field-validation-error a{ color: #f00; text-decoration: underline;}
.field-validation-valid { display: none }

.validation-summary-errors 
{ 
    color: #f00; font-size: 14px; 
    background-color: #ffe4e4; 
    border: 1px solid #f00;
    text-align: center;
    line-height: 30px;
}

.validation-summary-valid { display: none }

.required { color: red;}
#error-list
{
    width: 100%;
}
.ui-datepicker-calendar .ui-state-highlight
{
    background: none !important;
}


/*--------------------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------------*/

.table-td-wrapperScrollable
{
	padding: 0 0 0 0;
}

.tableWrapper-scrollable
{
	float: left;
	width: 100%;
	overflow: auto;
}

.table-scrollable
{
	margin-bottom: 0;
	width: 100%;
}

.table-tr
{
    height: 35px;   
    text-align:left;
}



.table-td
{
	padding: 0 0 0 5px;	/* override td */    
}


/*--------------------------------------------------------------------------------------
COMMON (TO MOBILE & PC) CONTROLS
--------------------------------------------------------------------------------------*/

.section
{
    background: url('../img/section-bg.png');
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.noPointer
{
    cursor: default !important;
}

.pointer
{
    cursor: pointer !important;
}


/*--------------------------------------------------------------------------------------
VIRTUAL KEYBOARD
--------------------------------------------------------------------------------------*/

/* set background colour of keyboard area */
#keyboardInputMaster 
{
    border-color: #EEEEEE #888888 #444444 #CCCCCC !important;
}

/* set colours of buttons in keyboard area */
#keyboardInputMaster tbody tr td table tbody tr td
{
    background-color: White !important;
    color: #444444 !important;
}

/* set colours of buttons in header bar */
#keyboardInputMaster thead tr th span, #keyboardInputMaster thead tr th strong, #keyboardInputMaster thead tr th small, #keyboardInputMaster thead tr th big
{
    background-color: White !important;
    color: #444444 !important;
}

/* hide the language selector */
#keyboardInputMaster thead tr th div
{
    display: none;
}


/* -------------------------- MAIN ONLINE-QUEUE SPECIFIC ----------------------------------------------*/

body
{
    background-color: #14416B;
}

h1
{
    float: left;
    font-weight: normal;
    font-size: 30px;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 15px;
}

h2
{
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
}

h3
{
    color: White;
    font-size: 20px;
    padding-top: 9px;
    padding-left: 10px;
}

.olq-mandatoryMarker-container
{
    color: #FF5555;
    font-size: 30px;
    line-height: 5px;
    vertical-align: bottom;    
}
#olq-mandatoryFields-title
{
	margin-top: 0;
}
.olq-mandatory-fields-text 
{
    margin-bottom: 15px;
}

.right
{
    float: right;
}

/* -------------------------- 
 NAVIGATION BUTTON 
-------------------------- */

.olq-navButton-container
{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px; 
    cursor: pointer;
}


.olq-navButton {
    float: left;
    height: 55px;
    background: url('../img/optionBkgnd.png');
    border: 1px solid #CCCCCC;
    -ms-border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.olq-navButton:hover
{
    color: Yellow;
    border: 1px solid Yellow;
}



.olq-navIcon {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 3px; 
    position: relative;
}

.olq-rightArrow-icon
{
    background-image: url('../img/arrow-right.png');
}
.olq-leftArrow-icon
{
    background-image: url('../img/arrow-left.png');
}
.olq-employee-icon
{
    background-image: url('../img/employee-small.png');
}

.olq-navText
{
    font-size: 28px;
    padding-top: 12px;
}

/* -------------------------- 
HEADER
-------------------------- */

#olq-header-container
{
    height: 80px;
    background-color: #202020;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    width: 100%;
}



.olq-header-stepCircle
{
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-top: 20px;
    padding-top: 3px;
    text-align: center;
    font-size: 30px;
}

.olq-header-stepCircle-green
{
    background: url('../img/green-circle.png') no-repeat;
}
.olq-header-stepCircle-grey
{
    background: url('../img/grey-circle.png') no-repeat;
}

#olq-header-stepPrefixTitle
{
    float: right;
    padding-right: 10px;
    padding-top: 6px;
    font-size: 24px;
}



/* -------------------------- 
FOOTER
-------------------------- */

#olq-footer-container
{
    position: fixed;
    background-color: #14416B; 
    width: 100%;
    bottom: 0;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1321px;
}

.olq-footer-button-container
{
    margin-top: 17px;
    width: 100px;   /* container of button.  if container is bigger, then gap is created */
}

#olq-footer-restart-container
{
    float: left;
    margin-left: 17px;
}


#olq-footer-prev-container
{
    float: right;
    margin-right: 163px;
}

#olq-footer-next-container
{
    float: right;
    margin-right: 163px;
}

.olq-restart-icon
{
    background-image: url('../img/restart.png');
}
.olq-search-icon
{
    background-image: url('../img/search.png');
}
.olq-add-icon
{
    background-image: url('../img/add.png');
}
.olq-footer-container-section
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
}


/* -------------------------- 
TABLE
-------------------------- */

.olq-table
{
    width: 100%;
}

.olq-table-row
{
    height: 35px;
    cursor: pointer;
}

.olq-table-selectRow-icon
{
    background-image: url('../img/selectRow-small.png');
    width: 35px;
    height: 35px;
}
.olq-table-addRow-icon
{
    background-image: url('../img/addRow-small.png');
    width: 35px;
    height: 35px;
}
.olq-table-deleteRow-icon
{
    background-image: url('../img/restartRow.png');
    width: 50px;
    height: 50px;
}


.olq-table-row td
{
    vertical-align: middle;
    padding-bottom: 2px;
}

.olq-table-row-name
{
    padding-left: 20px;
    font-size: 24px;
    width: 100%;
}

.olq-table-row-name-confirm-services-summary
{
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}

.noEmployee
{
    vertical-align: middle;
}

.noSelect {
    -ms-opacity: 0.5;
    opacity: 0.5;
    pointer-events: none;
}

/* -------------------------- 
CONTROLS
-------------------------- */

.checkboxLabel
{
    font-size: 22px;
}

.noMarginTop
{
    margin-top: 0 !important;
}

.noMarginBottom
{
    margin-bottom: -20px !important;
}

.lineBreak
{
    width: 100%;
    height: 30px;
}

.section
{
    /* override standard section */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 15px; 
}

.sectionBanner
{
    background: url('../img/sectionBannerBlack.png') repeat-y;
    width: 100%;
    height: 40px;
    max-width: 1020px;
}

.errorBanner {
    background: url('../img/sectionBannerBlack.png') repeat-y;
    width: 100%;
    height: auto;
    max-width: 1020px;
    padding: 5px 0px 10px 0px;
}

.sectionBanner-forSlider
{
    margin-top: 10px; 
}

.olq-intro
{
    font-size: 20px;
    margin-bottom: 10px;
}
.olq-intro p
{
    margin: 0;
}

.olq-textBox
{
    max-width: 400px;
    width: 95%;
    height: 50px;
    font-size: 30px !important; /* dont let keyboardinput override */
    border: 2px solid #CCCCCC;
    margin-bottom: 20px;
    /*
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    */
}

.olq-checkbox
{
    width: 20px;
}

.olq-textBox:focus, .olq-textBoxSmall:focus, .olq-comboBox:focus
{
    background-color: #FFFFAA;
}

.olq-comboBox
{
    max-width: 400px;
    width: 95%;
    height: 50px;
    font-size: 30px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    /*   
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;    
    */
}

.olq-comboBox-small
{
    max-width: 400px;
    height: 50px;
    font-size: 30px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.olq-textBox-small
{
    width: 200px;
}

.olq-label
{
    font-size: 18px;   
    margin-top: 10px;
    margin-bottom: 3px;
}

.olq-camelCase
{
    text-transform: capitalize;
}

.headingBanner-button-container
{
    float: right;
    margin-top: -9px;
    margin-right: 2px;
}

/*--------------------
IPHONE SLIDING EFFECT
----------------------*/

.olq-btnPrevPanel-container
{
    margin-left: 10px;
}

#container {
    width: 100%;  
    position: relative;  
    overflow: hidden;  
    text-align: left;      
}  
      
.binder {  
    float: right;
    width: 440px;
    height: 480px;   
    position: relative;  
    overflow: hidden;  
    font-size: 1.3em;
}  


      
.additional-block {  
    float: left;  
    width: 440px;
    height: 440px;  
    position: absolute;  
}  

/*--------------------
VERTICAL SCROLL BAR
----------------------*/

.jspArrow.jspDisabled {
    filter:alpha(opacity=30);
    -ms-opacity:0.3;
    opacity:0.3;
}

.jspTrack
{
    background: transparent !important;
}

.jspCorner
{
    background: transparent !important;
}
.jspDrag {
    background-color: #96B5B7 !important;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jspArrowDown
{
    background: url('../img/scrollDown.png') no-repeat  !important; 
}

.jspArrowUp
{
    background: url('../img/scrollUp.png') no-repeat !important; 
}

.jspArrowLeft
{
    background: url('../img/scrollLeft.png') no-repeat  !important; 
}

.jspArrowRight
{
    background: url('../img/scrollRight.png') no-repeat !important; 
}



#olq-body {
    background-image: url('../img/background.png');
    -ms-background-size: 100%  100%;
    background-size: 100%  100%;
    background-color: #1F3A54;
}

/*-------------------------
DIALOG BOXES
--------------------------*/

.dlg-container
{
    background-color: #297584 !important;   
    position: relative;
    display: none;
}

.dlg-container ul
{
    margin-left: 15px;
    list-style-type: disc;
}

.olq-dlg-button
{
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}



#olq-timeout-warning-text
{
    font-size: 30px;
}


/*--------------------
EXCEPTION PAGE
----------------------*/

.olq-exception-body
{
    font-size: 18px;
    margin-top: 15px;
}

.olq-exception-intro
{
    margin-bottom: 30px;
}

#olq-exception-container
{
    height: 100%
}

#olq-exception-text-section
{
    position: absolute;
}

#olq-exception-siteOffline-title
{
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 50px;
}

#olq-exception-siteOffline-description
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

#old-openclosetimes-comtainer
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
}
    
#old-openclosetimes-table
{
    margin-left: auto;
    margin-right: auto;
}

.old-openclosetimes-day
{
    text-align: left;
    padding: 5px;
}

#olq-custom-siteoffline-div
{
    height: 1024px;
}

.olq-siteoffline-iFrame
{
    width:100%;
    height:100%;
    border:0;
}

/*--------------------
GENERIC LOADING OVERLAY
----------------------*/

#genericLoading-overlay
{
     display: none; 
}

#genericLoading-background {
    background-color: Black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    /* FOR IE */
    filter: alpha(opacity=50);
    /* css3 */
    -ms-opacity: 0.5;
    opacity: 0.5;
}

#genericLoading-image {
    background: url(../img/waitBig.gif) no-repeat center right;
    position: fixed; 
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999;

    filter: alpha(opacity=80);
    /* css3 */
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.profiledisplaytext
{
    font-size: 30px;   
    margin-top: 15px;
    margin-bottom: 20px;
}
.tableheaderdifferentiation
{
    border-bottom-style: solid;
    border-bottom-color: #01252d;
    border-bottom-width: 2px;
    margin-top: 5px; 
    width: 98%;
}
.differentiationline
{
    border-bottom-style: solid;
    border-bottom-color: #01252d;
    border-bottom-width: 1px;
}
.tableLayout
{
    width: 100%;
}

.tableLayout tr
{
    width: 100%;
}

.tableLayout .td1
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
}
.tableLayout .td2
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
}
.tableLayout .td3
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
}
.tableLayout .td4
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}
.tableLayout .td5
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
}


#olq-client-info-prompt-table .cell span
{
    font-size: 17px;
}

#olq-client-info-prompt-table .header span
{
    font-size: 18px;
    font-weight: bold;
}

#olq-client-info-prompt-table #header-cell1,
#olq-client-info-prompt-table #header-cell2,
#olq-client-info-prompt-table #header-cell3,
#olq-client-info-prompt-table #header-cell4,
#olq-client-info-prompt-table .cell
{
    vertical-align: middle;
}

#olq-client-info-prompt-table #header-cell1
{
    width: 25%;
}

#olq-client-info-prompt-table #header-cell2
{
    width: 35%;
}

#olq-client-info-prompt-table #header-cell3
{
    width: 15%; 
}

#olq-client-info-prompt-table #header-cell4
{
    width: 15%;
}

#olq-client-info-prompt-table #header-cell5
{
    width: 10%;
}

.olq-navIconSmall {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: 3px; 
    position: relative;
}

.olq-rightArrow-iconSmall
{
    background-image: url('../img/arrow-rightnew.png');
}

.olq-navButtonSmall-container
{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px; 
    cursor: pointer;
}

.olq-navButtonSmall {
    float: left;
    height: 29px;
    background: url('../img/optionBkgnd.png');
    border: 1px solid #CCCCCC;
    -ms-border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.olq-navButtonSmall:hover
{
    color: Yellow;
    border: 1px solid Yellow;
}

.olq-navTextSmall
{
    font-size: 100%;
    padding-right: 15px !important; 
    padding-top: 7px;
}

.divContainer
{
    overflow: auto;
    height: 280px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.olq-selectService-container {
    overflow: auto;
    height: 680px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.disclaimerText
{
    font-size: 11px;
}

.olq-navButtonCompact-container
{
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-right: 5px;
    cursor: pointer;
}

.olq-leftArrow-iconCompact
{
    background-image: url('../img/arrow-left-small.png');
    width: 35px;
    height: 35px;
}

.olq-rightArrow-iconCompact
{
    background-image: url('../img/arrow-right-small.png');
    width: 35px;
    height: 35px;
}

.olq-navIconCompact {
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 3px;
    position: relative;
    margin-left: -4px;
}

.olq-navTextCompact
{
    font-size: 26px;
    padding-right: 17px !important;
    padding-left: 34px !important;
    padding-top: 7px;
}

.olq-TitleText
{
    float: left;
}

.olq-navButtonCompact {
    float: left;
    height: 40px;
    background: url('../img/optionBkgnd.png');
    border: 1px solid #CCCCCC;
    -ms-border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.olq-navButtonCompact:hover
{
    color: Yellow;
    border: 1px solid Yellow;
}

.clientNotFoundSectionBanner
{
    width: 50%;
    height: 40px;
    max-width: 1020px;
}

.olq-warning-overlay
{
     display: none; 
}

.olq-error-overlay
{
     display: none; 
}

.olq-warning-background {
    background-color: Black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    /* FOR IE */
    filter: alpha(opacity=50);
    /* css3 */
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.olq-error-background {
    background-color: Black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    /* FOR IE */
    filter: alpha(opacity=50);
    /* css3 */
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.olq-warning-container
{
    width: 600px;
    background-color: #14416B;
    position: fixed;
    z-index: 999;
}

.olq-error-container
{
    width: 600px;
    background-color: #14416B;
    position: fixed;
    z-index: 999;
}

.olq-warning-title
{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}

.olq-warning-title span
{
    margin-left: 10px;
    color: #E29B0D;
}

.olq-warning-message
{
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: White;
}

.olq-error-message
{
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: White;
}

.olq-warning-help-text
{
    text-align: center;
    font-size: 20px;
    color: White;
    margin-top: 15px;
}

.olq-error-help-text
{
    text-align: center;
    font-size: 20px;
    color: White;
    margin-top: 15px;
}

.olq-warning-buttons
{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.olq-error-button
{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.olq-warning-buttons-center
{
    display: inline-block;
}

.olq-error-button-center
{
    display: inline-block;
}

#olq-warning-button-no
{
    margin: 10px; 
    float: right;
    cursor: pointer;
}

#olq-warning-button-yes
{
    margin: 10px;
    float: left;
    cursor: pointer;
}

#olq-error-button-ok
{
    margin: 10px;
    float: left;
    cursor: pointer;
}

.olq-selService-employeePrice
{
    font-size: 16px;
}

.scroll-pane
{
    -ms-touch-action: none;
}