/*
.ui-widget,
.ui-widget .ui-widget
{
    font-size: 90% !important;
}
*/

.alignTop {
    vertical-align: top;
    padding-top: 7px !important;
}

.cal {
    width: auto;
}

.bigInput {
    width: 300px;
}

.titleDiv {
    vertical-align: middle;
    display: table-cell; 
    font-size: 16px;
}

.subTitle {
    display: block;
    font-size: 0.8em;
    color: darkblue;
}

.pbNav {
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
}

.pbMessage {
    color: darkblue;
    font-size: 1.2em;
    font-weight: bold;
    display:block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.noBorder .ui-widget-content td, .noBorder tr.ui-widget-content {
    border-width: 0;
    border-style: none;
}

.noBorder.ui-widget td, .noBorder tr {
    border-width: 0;
    border-style: none;
}

.margin {
    margin-top: 1em;
    margin-bottom: 1em;
}

.customFont {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.9em;
}

.selectedLocale {
    opacity:1;
    border:1px solid;
    border-radius:50%;
    margin-top:-1px
}

.wizTab.ui-wizard-step-title {
    padding-right: 2.8em;
}

.tallTab {
    height: 44px;
    display: table;
}

.wizPanel {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnPanel {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.wizTab {
    background-image: url("/qmsui-prebooking-client/javax.faces.resource/right_1.png.xhtml?ln=images");
    background-repeat:no-repeat;
    background-size: 2em;
    background-position: right;
}

.ui-selectonemenu-filter-container {
    width: 98% !important;
}

/*********************************************************/
/************************ WAIT ***************************/
/*********************************************************/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-color: rgba( 255, 255, 255, .8 );
    background-image: url("/qmsui-prebooking-client/javax.faces.resource/spinner.gif.xhtml?ln=images");
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    /*background: rgba( 255, 255, 255, .8 ) 
        url("/qmsui-prebooking-client/javax.faces.resource/spinner.gif.xhtml?ln=images")
        50% 50% 
        no-repeat;*/
    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ccffffff', endColorstr='#ccffffff'); /* IE */

}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#contentPanelGroup{
    height: 100%;
    width: 100%;
}
#mainHeader{
    width: 100%;
    /*height: 5%;
    background-color: red;*/
}

#mainHeaderLeft{
    float: left;
}

#mainHeaderRight{
    float:right;
}

#footer{
    color: #ffffff; 
    background-color: #fd1515; 
    padding: 4px; 
    clear: both; 
    font-size: 10px; 
    text-align: center;  
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 10px;
}



#toolbar{
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.9em;
    color: #ffffff; 
    background-color: #fd1515; 
    padding-left: 4px; 
    padding-right: 4px;
    height: 25px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
}

#contentDiv{
    /*top:7%;*/
    clear: both; 
    
    /*height: 85%;*/
    
    height: -moz-calc(100% - 150px);
    /* WebKit */
    height: -webkit-calc(100% - 150px);
    /* Opera */
    height: -o-calc(100% - 150px);
    /* Standard */
    height: calc(100% - 150px);
    
    
    padding-bottom: 18px
}

#logo{
    max-height: 100%;
    max-width: 100%;
}

#banner{
    max-height: 100%;
    max-width: 100%;
}

#authDiv{
    width: 100%;
    padding-top: 3px;
}

html,body{
    height:98%;
}

#applicationContent {
    height: 100%;
    min-height: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.agendaPanel {
    float: right;
    margin-right: 20px;
}