﻿html, body, form, .Page {
    height: auto !important;
    background-color: #FBFBFB !important;
}

.WizardTopBar {
    width: 100%;
    height: 15px;
    margin: 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 9;
}

.WizardBottomBar {
    width: 100%;
    height: 15px;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 9;
}

.WizardHeader {
    background-color: #ffffff;
    height: 135px;
    position: fixed;
    top: 15px;
    left: 0px;
    width: 75%;
    z-index: 9;
}

.tablet .WizardHeader,
.phone .WizardHeader{
    height: 80px;
    width: 100%;
}

.TrqLogo {
    width: 74px;
    height: 69px;
}

.tablet .TrqLogo,
.phone .TrqLogo {
    width: 44px;
    height: 40px;
}

.WizardHeader .WizardLogo {
    height: 135px;
    width: 178px;
    float: left;
    padding-left: 67px;
    padding-top: 33px;
}

.tablet .WizardHeader .WizardLogo,
.phone .WizardHeader .WizardLogo {
    height: 80px;
    width: 64px;
    padding-left: 10px;
    padding-top: 7px;
}

.WizardHeader .WizardPH {
    height: 135px;
    padding-left: 2%;
    padding-top: 33px;
    float: left;
    width: 75%;
    padding-right: 1%;
}

.tablet .WizardPH,
.phone .WizardPH {
    height: 80px;
    padding-top: 7px;
    width: 75%;
    padding-left: 0;
}

.WizardContentPH {
    left: 0%;
    top: 150px;
    width: 75%;
    min-height: 300px;
    position: absolute;
    padding: 32px 15px 100px 15px;
    transition: .5s ease;                     
}

.tablet .WizardContentPH,
.phone .WizardContentPH {
    top: 95px;
    padding: 15px 0px 100px 0px;
    width: 95%;
    left: 2%;
}

.WizardAccordionPH {
    background-color: #4A4A4A;
    top: 15px;
    right: 0px;
    bottom: 15px;
    width: 25%;
    position: fixed;
    color: #cdcdcd;
    z-index: 10;
    transition: .5s ease;
}

.tablet .WizardAccordionPH,
.phone .WizardAccordionPH {
    width: 0%;
}

.WizardSessionData {
    color: black;
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
    position: fixed;
    left: 0px;
    bottom: 15px;
    z-index: 9;
    padding-left: 2%;
}

.tablet .WizardSessionData {
    font-size: 12px;
}

.phone .WizardSessionData {
    font-size: 10px;
}

.WizardSessionData .SessionDataDate {
    float: left;
    margin-right: 4px;
    white-space: nowrap;
}

.WizardSessionData .SessionDataDate .SessionDataTime {
    float: left;
    white-space: nowrap;
}

.WizardSessionData .SessionDataUser {
    float: left;
    white-space: nowrap;
}

.WizardFooterPH {
    background-color: white;
    position: fixed;
    left: 0px;
    bottom: 15px;
    height: 70px;
    width: 75%;
    padding-left: 2%;
    padding-right: 45px;
}

.tablet .WizardFooterPH{
    font-size: 14px;
}

.phone .WizardFooterPH {
    font-size: 12px;
}

.WizardFooterPH .WizardFooterActions {
    margin-top: 15px;
    height: 40px;
    text-align: right;
}

.tablet .WizardFooterPH,
.phone .WizardFooterPH {
   width: 100%;
}

.ValidationMessage {
    color: #bf1601;
    display: block;
    font-size: 11px;
}

.RightPanelSection {
    height: 238px;
    bottom: 85px;
    width: 25%;
    position: fixed;
    z-index: -1;
}
.RightPanelButtons {
    max-height: 70px;
    bottom: 15px;
    width: 25%;
    position: fixed;
}

.tablet .RightPanelSection,
.tablet .RightPanelButtons,
.phone .RightPanelSection,
.phone .RightPanelButtons {
    width: 0%;
}

.WizardUserDetails{
     background-color: #F5F5F5;
}

.AccordionButtonShow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 65px;
    left: -39px;
    display: none;
    background-image: url(/TRQ_Theme/img/Open.png?3229) ;
    z-index: 10;
}

.tablet .AccordionButtonShow{
    display: block;
}

.tablet .AccordionButtonClose{
    display: none;
}

.AccordionButtonClose {
    position: absolute;
    top: 50%;
    background-image: url(/TRQ_Theme/img/Close.png?3229) ;
    width: 36px;
    height: 65px;
    left: -39px;
    z-index: 10;
}

.AccordionBar{
  background-image: url(/TRQ_Theme/img/Bar.png?3229);
    background-repeat: repeat-y;
    position: absolute;
    /* top: 50%; */
    width: 10px;
    height: 100%;
    left: -10px;
}

.FloatButtons{
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
}

.TopHamburgerMenu{
    position: fixed;
    left: 15px;
    top: 48px;
    height: 37px;
    width: 37px;
}

.tablet .TopHamburgerMenu,
.phone .TopHamburgerMenu{
    top: 22px;
}

.WizardAccordionPH .Button{
    border: 0px;
    height: 32px;
    padding: 0 10px;
    font-weight: 600;   
}

.desktop .WizardAccordionPH .Button:hover{
    border: 0px;
}

.WizardAccordionPH .Button[disabled], 
.WizardAccordionPH .Button:disabled, 
.WizardAccordionPH .Button.Is_Default[disabled], 
.WizardAccordionPH .Button.ButtonDefault[disabled], 
.WizardAccordionPH .Button.Is_Default:disabled, 
.WizardAccordionPH .Button.ButtonDefault:disabled, 
.WizardAccordionPH .Button.Danger[disabled], 
.WizardAccordionPH .Button.Danger:disabled, 
.WizardAccordionPH .Button.Success[disabled], 
.WizardAccordionPH .Button.Success:disabled {
    border: 0px;
    background-color: #E1E1E1;
    color: #666;
}
