
/* ------- auiBasePane CSS classes - v20110329a ------- */

.auiBasePaneFullBG_light {
    background-color: #ececec;
}

.auiBasePaneBrandingRowBG {
  background-color: rgba(255, 255, 255, 1.00);
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.07);
  height:30px;
}

.auiBasePaneFloatBG_light {
    background-color: rgba(236,236,236,1.00);
	border-radius: 10px;
	box-shadow:  0px 0px 7px rgba(0,0,0,1.00);
}

.auiBasePaneIconBG_light {
    background: #ababab;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.43);
    -webkit-border-radius: 21px 21px 21px 21px;
    border-radius: 21px 21px 21px 21px;
    width:37px;
    height:37px;
}

.auiBasePanePrimaryTitle_light {
    font-family: auiBold_flex;
    font-size: 19px;
    color: #000000;
    vertical-align: middle;
}

.auiBasePaneUIType_light {
    font-family: auiRegular_flex;
    font-size: 19px;
    color: #777777;
    vertical-align: middle;
}

.auiBackplaneClose_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/uxWin_closeDark.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.auiBackplaneCloseMoused_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/uxWin_closeDarkMoused.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.auiBackplaneTopLft_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_topLft.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 48px;
}

.auiBackplaneTopMid_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_topMid.png);
    background-repeat: repeat-x;
    height: 48px;
    font-family: auiBold_flex;
    font-size: 12px;
    color: #FFFFFF;
}

.auiBackplaneBodyText_light
{
    font-family: auiRegular_flex;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom:2px;
}

.auiBackplaneLabelText_light
{
    font-family: auiBold_flex;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom:2px;
}

.auiBackplaneTopRt_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_topRt.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 48px;
}

.auiBackplaneMidLft_light
{ 
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.93) 0%, rgba(224,224,224,0.93) 88%, rgba(236,236,236,0.93) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.93)), color-stop(88%,rgba(224,224,224,0.93)), color-stop(100%,rgba(236,236,236,0.93))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* W3C */
    width: 8px;

}

.auiBackplaneMidLftA_light
{ 
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_midLftA.png);
    background-repeat: repeat-y;
    width: 8px;
}

.auiBackplaneMidMid_light
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.93) 0%, rgba(224,224,224,0.93) 88%, rgba(236,236,236,0.93) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.93)), color-stop(88%,rgba(224,224,224,0.93)), color-stop(100%,rgba(236,236,236,0.93))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* W3C */

}

.auiBackplaneMidRt_light
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(224,224,224,0.93) 0%, rgba(224,224,224,0.93) 88%, rgba(236,236,236,0.93) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,0.93)), color-stop(88%,rgba(224,224,224,0.93)), color-stop(100%,rgba(236,236,236,0.93))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(224,224,224,0.93) 0%,rgba(224,224,224,0.93) 88%,rgba(236,236,236,0.93) 100%); /* W3C */
    width: 8px;
}

.auiBackplaneMidRtA_light
{ 
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_midRtA.png);
    background-repeat: repeat-y;
    width: 8px;
}

.auiBackplaneBtmLft_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_btmLft.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.auiBackplaneBtmMid_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_btmMid.png);
    background-repeat: repeat-x;
    height: 16px;
}

.auiBackplaneBtmRt_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_btmRt.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.auiBackplaneAreaName_light
{
    font-family: auiBold_flex;
    font-size: 14px;
    color: #848484;
    padding-bottom:0px;
}

.auiBackplaneBodyText_light
{
    font-family: auiRegular_flex;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom:2px;
}

.auiBackplaneLabelText_light
{
    font-family: auiBold_flex;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom:2px;
}

.backplaneLogo_light {
    width: 107px; 
    height: 25px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/backplaneLogoB.png);
    background-repeat: no-repeat;
}

.backplaneDebugLogo_light {
    width: 227px; 
    height: 21px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/backplaneLogoC.png);
    background-repeat: no-repeat;
}

.backplaneAWPLogo_light {
    width: 178px; 
    height: 25px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/backplaneLogoD.png);
    background-repeat: no-repeat;
}

.backplaneA360Logo_light {
    width: 152px; 
    height: 32px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/aware360SuiteLogo.png);
    background-repeat: no-repeat;
    margin-top:3px;
}

.aware360SuiteBackplaneLogo_light {
    width: 152px; 
    height: 32px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/aware360SuiteLogo.png);
    background-repeat: no-repeat;
    margin-top:3px;
}

.awareAssetsBackplaneLogo_light {
    width: 129px; 
    height: 32px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/awareAssetsLogo.png);
    background-repeat: no-repeat;
    margin-top:3px;
}

.awarePatientCareBackplaneLogo_light {
    width: 169px; 
    height: 32px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/awarePatientCareLogo.png);
    background-repeat: no-repeat;
    margin-top:3px;
}

.awareCareTeamBackplaneLogo_light {
    width: 156px; 
    height: 32px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/awareCareTeamLogo.png);
    background-repeat: no-repeat;
    margin-top:3px;
}

.searchpointHH_light {
    width: 214px; 
    height: 25px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/backplaneLogoE.png);
    background-repeat: no-repeat;
}

.infopoint_light {
    width: 95px; 
    height: 25px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/infoPointLogo.png);
    background-repeat: no-repeat;
}

.poweredBy_light {
    width: 81px; 
    height: 11px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/poweredByPcts_logo.png);
    background-repeat: no-repeat;
}

.poweredByAWP_light {
    width: 111px; 
    height: 11px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/poweredByAWP_logo.png);
    background-repeat: no-repeat;
}

.backplaneVSep_light {
    width: 8px; 
    height: 25px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/auiBackplane_vSep.png);
    background-repeat: no-repeat;
}

.configIcon_light {
    width: 21px; 
    height: 21px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/bpConfigIcon.png);
    background-repeat: no-repeat;
}

.configIconMoused_light {
    width: 21px; 
    height: 21px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/bpConfigIcon_moused.png);
    background-repeat: no-repeat;
}

.transactionIcon_success_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updateOk2_icn.png);
    background-repeat: no-repeat;
}

.transactionIcon_successMoused_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updateOk2_icnMoused.png);
    background-repeat: no-repeat;
}

.transactionIcon_failure_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updateFail2_icn.png);
    background-repeat: no-repeat;
}

.transactionIcon_failureMoused_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updateFail2_icnMoused.png);
    background-repeat: no-repeat;
}

.transactionIcon_paused_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updatePaused2_icn.png);
    background-repeat: no-repeat;
}

.transactionIcon_pausedMoused_light {
    width: 12px; 
    height: 12px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/updatePaused2_icnMoused.png);
    background-repeat: no-repeat;
}

.fontScalingIcon_auto_light {
    width: 39px; 
    height: 16px;
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/fontAlert_auto.png);
    background-repeat: no-repeat;
}

.licenseFooterFont_light {
    font-family: auiRegular_flex;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #434343;
}

.licenseFooterLink_light {
    font-family: auiBold_flex;
    font-size: 11px;
    color: #333333;
}

.auiBackplaneHelp_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/uxWin_help.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.auiBackplaneHelpMoused_light
{
    background-image: url(../../../../images/auiFramework/Light/auiBasePane/uxWin_helpMoused.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.bpTopAdjust {
    padding-top: calc(84px + 0px);
    height:43px;

}

.bpTitleDisplay {
    display:table-cell;

}

.genericPanelButton {
	background-color: rgba(255,255,255,0.43);
	border-radius: 8px;
	box-shadow:  0px 0px 3px rgba(0,0,0,0.43), inset 0px 0px 7px rgba(255,255,255,0.70);
    text-align: center;
    vertical-align: middle;
}

.genericPanelButton:hover {
	background-color: rgba(255,255,255,0.93);
	border-radius: 8px;
	box-shadow:  0px 0px 3px rgba(0,0,0,0.70), inset 0px 0px 7px rgba(255,255,255,0.88);
    text-align: center;
    vertical-align: middle;
}

.genericPanelButtonIcon {
    font-size: 16px;
    color: #a2a2a2;
    padding-top:1px;
}

@media only screen and (max-width: 1300px) {
    .bpTopAdjust {
        padding-top: calc(84px + 0px);
        height:43px;

    }

    .bpTitleDisplay {
        display:table-cell;

    }

}

@media only screen and (max-width: 1033px) {
    .bpTopAdjust {
        padding-top: calc(54px + 0px);
        height:43px;

    }

    .bpTitleDisplay {
        display:table-cell;

    }

}

@media only screen and (max-width: 736px) {
    .bpTopAdjust {
        padding-top: calc(0px + 0px);
        height:39px;

    }

    .bpTitleDisplay {
        display:none;

    }

    .auiBasePaneFullBG_light {
        background-color: #ffffff;
    }

    .auiBasePaneBrandingRowBG {
      background-color: rgba(255, 255, 255, 1.00);
      box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.43);
      height:30px;
    }

    .poweredByAWP_light {
        display: none;
    }

}

@media only screen and (max-width: 450px) {
    .bpTopAdjust {
        padding-top: calc(0px + 0px);
        height:39px;

    }

    .bpTitleDisplay {
        display:none;

    }

    .auiBasePaneFullBG_light {
        background-color: #ffffff;
    }

    .auiBasePaneBrandingRowBG {
      background-color: rgba(255, 255, 255, 1.00);
      box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.43);
      height:30px;
    }

    .poweredByAWP_light {
        display: none;
    }

    .transactionIcon_success_light {
        display: none;
    }

}