/**
 * Any css files that are mainly used as a utility function will be combined in this file
 * 
 *      Files
 * 1.   com.dst.vis.widgets.BaseWindow.css
 * 2.   com.dst.vis.widgets.PageLock.css
 * 3.   com.dst.vis.widgets.Accordion.css
 * 4.   com.dst.vis.UpdateProfileData.css
 * 5.   com.dst.vis.widgets.ScrollableTable.css
 * 6.   com.dst.vis.widgets.Disclaimer.css
 * 7.   com.dst.vis.widgets.IFrameWindow.css
 */

/***** com.dst.vis.widgets.BaseWindow.css : start *****/
.BaseWindowFrame
{
    position: absolute; 
    display: block; 
    left: 1px; 
    top: 3px; 
    z-index: 1110;
    border-style: none;
}
.BaseWindowContainer
{
    position: absolute; 
    display: block; 
    font-family: verdana,sans-serif;
    font-size: 10pt;   
    /* z-index was increased in order to made it higher that ExtJS's background disabler */
    z-index: 20005; 
}

.BaseWindowHdr
{
    position: relative;
    height: 60px;
    margin: 0px;
    float: left;
    background: #546E7A;
    background-repeat: repeat-x;    
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
    z-index: 1110;
    line-height: 60px;
    color:#FFFFFF;
    font-size: 16px;
    padding-left:14px;
    box-sizing: border-box;
}
.BaseWindowHdrCompact
{
    position: relative;
    height: 7px;
    margin: 0px;
    float: left;
    background-image: url('../../images/widgets/baseWindow/topHeaderSmall.png');
    background-repeat: repeat-x;    
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
    z-index: 1110;
    line-height:0;
    font-size: 1px;
}
.BaseWindowHdrThin
{
    position: relative;
    height: 15px;
    top: 1px;
    margin: 0px;
    float: left;    
    background-image: url("../../images/widgets/baseWindow/topHeaderThin.png");
    background-repeat: repeat-x;
    cursor: pointer;
    font-size: 1px;
    font-weight: bold;
    z-index: 1110;  
    height: 15px;
}
.BaseWindowCtls
{
    position: relative;
    width: 50px;    
    height: 60px;
    margin: 0px;
    float: left;
    background: #546E7A;
    background-repeat: repeat-x;
    cursor: hand;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    z-index: 1110;
    line-height: 60px;
}
.BaseWindowCtlsCompact
{
    position: relative;
    width: 50px;    
    height: 7px;
    margin: 0px;
    float: left;
    background-image: url('../../images/widgets/baseWindow/topHeaderSmall.png');
    background-repeat: repeat-x;
    cursor: hand;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    z-index: 1110;
    line-height:0;
    font-size: 1px;
}
.BaseWindowCtlsThin
{
    position: relative;
    width: 50px;    
    height: 15px;
    top: 1px;
    margin: 0px;
    float: left;    
    background-image: url("../../images/widgets/baseWindow/topHeaderThin.png");
    background-repeat: repeat-x;
    cursor: hand;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;  
    z-index: 1110;
}
.BaseWindowCloseText
{
    position: relative;
    top: 3px;
    width: 33px;
    height: 14px;
    margin: 0px;
    float: right;
    text-decoration: underline;
    color: #FFFFFF;
    z-index: 1110;
    display: none;
}
.BaseWindowCloseCtl
{
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('../../images/widgets/baseWindow/close.png');
    margin: 0px;
    float: right;
    z-index: 1110;
    top:20px;
    right:14px;
}
.BaseWindowCloseCtlCompact
{
    background-image: url("../../images/widgets/baseWindow/close_x.png");
    float: right;
    height: 14px;
    left: 44px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    width: 13px;
    z-index: 1110;
}
.BaseWindowCloseCtlThin
{
    position: absolute;
    background-image: url("../../images/widgets/baseWindow/close_x_thin.png");
    height: 23px;
    width: 28px;
    z-index: 10000;
    top: -9px;
    left: 40px;
}   

.BaseWindowLftBrdr
{
    position: relative;
    width: 7px;
    margin: 0px;
    float: left;
    background: #FFFFFF;
    background-repeat: repeat-y;    
    z-index: 1110;
}
.BaseWindowLftBrdrThin
{
    position: relative;
    width: 7px;
    margin: 0px;
    float: left;
    background-image: url("../../images/widgets/baseWindow/leftBorderThin.png");
    background-repeat: repeat-y;    
    z-index: 1110;
}
.BaseWindowBody
{
    position: relative;
    margin: 0px;
    float: left;
    background: #FFFFFF;
    vertical-align: top;
    z-index: 1110;
}
.BaseWindowBodyCompact
{
    position: relative;
    margin: 0px;
    float: left;
    background: #FFFFFF;
    vertical-align: top;
    z-index: 1109;
}
.BaseWindowRghtBrdr
{
    position: relative;
    width: 7px;
    margin: 0px;
    float: left;
    background: #FFFFFF;
    background-repeat: repeat-y;    
    z-index: 1110;
}
.BaseWindowRghtBrdrCompact
{
    position: relative;
    width: 7px;
    margin: 0px;
    float: left;
    background-image: url('../../images/widgets/baseWindow/rightBorder.png');
    background-repeat: repeat-y;    
    z-index: 1109;
}
.BaseWindowRghtBrdrThin
{
    position: relative;
    width: 7px;
    margin: 0px;
    float: left;
    background-image: url("../../images/widgets/baseWindow/rightBorderThin.png");
    background-repeat: repeat-y;    
    z-index: 1110;
}
.BaseWindowFooter
{
    position: relative;
    height: 7px;
    margin: 0px;
    float: left;
    background: #FFFFFF;
    background-repeat: repeat-x;
    z-index: 1110;
}
.BaseWindowFooterThin
{
    position: relative;
    height: 20px;
    margin: 0px;
    float: left;    
    background-image: url("../../images/widgets/baseWindow/bottomFooterThin.png");
    background-repeat: repeat-x;
    z-index: 1110;  
} 
/***** com.dst.vis.widgets.BaseWindow.css : end *****/

/***** com.dst.vis.widgets.PageLock.css : start *****/
.backgroundDisabler
{
   position: fixed;
   display: none;
   top: 0px;
   left: 0px;
}

.backgroundDisabler_iframe
{
   filter: alpha(opacity = 0);
   -moz-opacity: 0.0;
   z-index: 20002;
   border: none;
}

.backgroundDisabler_div
{
    filter: alpha(opacity = 10);
    opacity: .10;
    background: #000000;
    z-index: 20002;
}

.loadingAnimation
{
    z-index: 20003;
    background-color: white;
    position: absolute;
    padding: 0;
    display: none;
}

.loadingAnimation_underlay
{
    background-color: #000000;
    bottom: -3px;
    left: -3px;
    opacity: 0.12;
    filter: alpha(opacity = 12);
    position: absolute;
    right: -3px;
    top: 2px;
    width: 248px;
    height: 72px;
}

.loadingAnimation_panel
{
    border:1px solid #808080;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

.loadingAnimation_body
{
    background-color: #F2F2F2;
    padding: 10px;
    margin:0px;
}

.loadingAnimation_header
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../../images/loading_bar_header.png");
    background-origin: padding-box;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #000000;
    font-size: 93%;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    margin:0px;
}

.dummyInput
{
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 1px;
    border: 0px;
}
/***** com.dst.vis.widgets.PageLock.css : end *****/


/***** com.dst.vis.widgets.Accordion.css : start *****/
/******************************************************************************
Style Sheet Definitions
******************************************************************************/
.AccordionSectionHeaderShow 
{
    text-align: center;
    height: 25;
    padding-top:4px;
}

.AccordionSectionHeaderShow .header.TextMdB{
    color: #546e7a;
}

.AccordionSectionBodyShow 
{
    height: 300;
    background: white;
    display: block;
    overflow: auto;
}
.AccordionSectionBodyHide 
{
    height: 0;
    display: none;
}

/***** com.dst.vis.widgets.Accordion.css : end *****/

/***** com.dst.vis.UpdateProfileData.css : start *****/
.HeadingMdBBlack { font-family: 'Roboto Medium', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #212121;}
.HeadingMdBWhite { font-family: 'Roboto Medium', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF;}
.HeadingMdBBlue { font-family: 'Roboto Medium', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #546D7A;}
.TextSmBBlack { font-family: 'Roboto Medium', Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #212121;}
.TextSmBWhite { font-family: 'Roboto Medium', Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;}
.TextSmBlack  { font-family: Roboto, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.AciveLink { font-family: Roboto,Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #212121; text-decoration: none; }
.InactiveLink { font-family: Roboto, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; text-decoration: none; }
.SelectedLink { font-family: Roboto, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #212121; text-decoration: none; }

/*BaseWindows Custom style sheet*/

#UpdateProfileDataDiv .BaseWindowLftBrdr
{
    background-image: url("../../images/widgets/phoneBook/leftBorder.png");
}

#UpdateProfileDataDiv .BaseWindowRghtBrdr
{
    background-image: url("../../images/widgets/phoneBook/rightBorder.png");
}

#UpdateProfileDataDiv .BaseWindowHdr,#UpdateProfileDataDiv .BaseWindowCtls 
{
    background-image: url("../../images/widgets/phoneBook/topHeader.png");
}

#UpdateProfileDataDiv .BaseWindowFooter
{
    background-image: url("../../images/widgets/phoneBook/bottomFooter.png");
    height: 20px;
}   

#UpdateProfileDataDiv .BaseWindowCloseCtl
{
    position: absolute;
    background-image: url("../../images/widgets/phoneBook/close_x.png");
    height: 28px;
    width: 28px;
    z-index: 10000;
    top: -5px;
    left: 40px;
}   

#UpdateProfileDataDiv .BaseWindowCloseText
{
    display: none;
}

#UpdateProfileDataDiv .BaseWindowBody
{
    background: #FFFFFF;
}

/*ProfileWindow custom stylesheet*/
#ProfileAccordionContainer .header
{
    width: 350px;
    display: inline;
    float: left;
    height: 25px;
    text-align: left;
    line-height: 19px;
    padding-left: 24px;
}

#ProfileAccordionContainer .rowContainer
{
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    margin: 0px 0px 5px 0px;    
}   

.rowContainer
{
    position: relative;
    width: 98%;
    clear: both;
    float: left;
    text-align: left;
    margin: 0px 5px 10px 5px;
}   

.contentAreaHeight
{
    height: 489px;
    overflow-x: hidden;
    overflow-y: auto;
}   

.menuBar
{
    position: relative;
    overflow: hidden;
    float:left;
    height: 41px;
    width: 98.6%;
}

.menuBarleft
{
    position: relative;
    overflow: hidden;   
    float:left;
    height: 41px;
    width: 6px;
}

.menuBarRight
{
     position: relative;
     overflow: hidden;   
     float: right;
     height: 41px;
     width: 6px;
}

.radioContainer
{
    position: relative;
    width: 35%;
    clear: left;
    float: left;
    z-index: 3; 
    top: 8px;
}

.letterContainer
{
    position: relative;
    width: 65%;
    clear: right;
    float: left;
    z-index: 3; 
    top: 12px;
}

.hdrTblRow
{
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    border: 1px solid #E6E6E6;
    background: #546E7A;
	color: white;
}   

.tblRow
{
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px #E6E6E6 solid;
}

.tblHdrLeftRow, .tblLeftRow
{
    position: relative;
    width: 45%;
    clear: left;
    float: left;
}

.tblHdrLeftRow
{
    width: 375px;
    height: 78px;
}

.tblHdrRightRow, .tblRightRow
{
    position: relative;
    width: 50%;
    clear: right;
    float: left;    
}

.tblHdrRightRow
{
    width: 375px;
    height: 78px;   
}

.tblUpperRow, .tblLowerRow
{
    width: 852px;
    clear: both;
    float: left;    
}

.tblLowerRow
{
    padding-bottom: 0px;
}

.tblHdrLeftUpperRow, .tblLeftUpperRow, .tblHdrLeftLowerRow, .tblLeftLowerRow
{
    position: relative;
    width: 367px;
    clear: both;
    float: left;
}

.tblHdrLeftUpperRow
{
    width: 100%;
    height: 38px;
    border-right: 1px solid #E6E6E6;
}

.tblHdrLeftLowerRow
{
    width: 100%;
    height: 38px;
    border-top:  1px solid #E6E6E6; 
    border-right: 1px solid #E6E6E6;    
}

.tblHdrRightUpperRow, .tblRightUpperRow
{
    position: relative;
    width: 367px;
    clear: both;
    float: left;
}

.tblHdrRightUpperRow
{
    width: 100%;
}

.tblHdrRightLowerRow, .tblRightLowerRow
{
    position: relative;
    width: 367px;
    height: 35px;
    clear: both;
    float: left;
    
}

.tblHdrRightLowerRow
{
    width: 100%;
    height: 20px;
}

.departmentContainerHdr, .departmentContainer
{
    position: relative;
    width: 216px;
    clear: left;
    float: left;
    padding: 12px 6px;
}

.departmentContainerHdr
{
    width: 218px;   
}

.phoneContainerHdr, .phoneContainer
{
    position: relative;
    width: 125px;
    clear: right;
    float: left;
    padding: 12px 6px;
    text-align:right;
}

.phoneContainerHdr
{
    width: 125px;
    border-left: 1px solid #E6E6E6; 
}

.spaceContainerHdr, .spaceContainer
{
    position: relative;
    width: 68px;
    clear: left;
    float: left;
    padding: 12px 6px;
}

.spaceContainerHdr
{
    width: 68px;
}

.emailContainerHdr, .emailContainer
{
    position: relative;
    width: 272px;
    clear: right;
    float: left;
    padding: 12px 6px;
}

.emailContainerHdr
{
    width: 272px;
    border-left: 1px solid #E6E6E6;
}

.addressContainerHdr, .addressContainer
{
    position: relative;
    width: 369px;
    height: 14px;
    clear: both;
    padding: 12px 6px;
}

.addressContainerHdr
{
    width: 369px;
    float: left;        
}

.alignRadio
{
  vertical-align: middle;
}
/***** com.dst.vis.UpdateProfileData.css : end *****/

/***** com.dst.vis.widgets.ScrollableTable.css : start *****/
.LoadingImageDiv
{
    position: fixed;
    z-index: 1000;
}
/***** com.dst.vis.widgets.ScrollableTable.css : end *****/

/***** com.dst.vis.widgets.Disclaimer.css : start *****/
.disclaimerOuterContainer
{
 	position:relative;
	display:block;
	width:100%;
	left:0;
	top:0;
}
.disclaimerInnerContainer
{
     position:relative;
	 display:block;
	 width:100%;
	 left:0;
	 top:0;
}
.disclaimerInnerContainerNoExpandLink
{
    position: relative; 
    display: block;
    width:985; 
    left: 0; 
    top: 0;
}
#disclaimerViewAllLink
{
	 position:relative;
	 display:block;
	 left:1140;
	 top:15;
	 align:right;
	 width:50px;
	 display:none;
}

.noteTextWidth
{
	font-size: 12px;
	line-height:1.3;
	display: block;
	color: #212121;
}    
/***** com.dst.vis.widgets.Disclaimer.css : end *****/

/***** com.dst.vis.widgets.IFrameWindow.css : start *****/
.IFrameWindowFDiv
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.IFrameWindowIFrame
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/***** com.dst.vis.widgets.IFrameWindow.css : end *****/


#VisionProfileiframe{
	height:400px !important;
}

.list-style-disc {
    list-style: disc;
}
.help-title {
    font-family: "roboto medium";
    font-size: 18px;
    color: #546e7a;
}
.help-title3 {
    font-weight: 600;
    color: #212121;
}
.tableHeaderSingleArrowIcon,.tableHeaderSingleArrowIconLeft {
    height:8px;
    width:8px;
    margin-left:3;
}

.fixedTable {
	table-layout: fixed;
}

/***** inline-style pick up  ***/

.body-container {
	width:1200px;
	margin:0 auto;
	background:#FFFFFF;
}
.overflow-y {
	overflow-y: hidden;
}
.overflow-x{
	overflow-x: hidden;
}
.body-original {
	margin:0 auto;
	background:#FFFFFF;
}
.body-dataExtractNSCCSocialCodeList {
	width:350px; 
	overflow:hidden;
}
.body-container2{
	max-width: 1200px;
    margin:auto;
    background:#FFFFFF;
}
.body-position {
	position:releative;
}
.body-rejectDetailPrintEmail {
	min-width: 800px;
	max-width: 1200px;
	margin: auto;
}
.body-changepwd { 
	overflow-y: auto;
	overflow-x: hidden;
	width: 1200px;
	margin: 0 auto;
}

.body-voicePin { 
	overflow-x: hidden;
	width: 1200px;
	margin: 0 auto;
}
.body-respondAWDlocked {
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.body-printReportFormForTransHistory{
	max-width: 1200px;
    margin: auto;
    min-width: 500px; 
    overflow-x: hidden;
    background:#FFFFFF;	
}
.body-assetSummaryAll {
	overflow-x: hidden; 
	overflow-y: auto;
	margin:0 auto;
}
.body-sepcila-with{
	min-width: 746px;
}
.body-sepcila-with2{
	min-width: 620px;
	margin:0 auto;
}
.body-sepcila-with3{
	min-width: 500px;
	margin:0 auto;
}
.body-special-style{
	background:#FFFFFF;
	color:#000000;
}
.body-sepcila-with4{
	min-width: 382px;
	margin:9px;
	background:#FFFFFF;
}
.body-vhoAccountSearchForm{
	min-width: auto;
	margin: 9px;
	background:#FFFFFF;	
	
}
.body-branchAddress{
	margin:9px; 
	min-width: 382px;
	background:#FFFFFF;
	min-width: 382px;
}
.body-printClientList{
	overflow:hidden;
	margin:0 auto;
}
.body-demo{
	background:#000000;
	margin:0 auto;
}
.body-bg-color{
	background:#FFFFFF;
}
.body-welcome {
	min-width:900px;
	margin:0 3px;
	background:#FFFFFF;
}
.body-learnMore {
	position:absolute;
	margin:0;
}

.hr-header-line{
	border: none;
	border-bottom: 2px solid #E0E0E0;
	margin: -1px;
}

.VerticalTop {
    vertical-align: top;
}

.VerticalBottom {
    vertical-align: bottom;
}

.RowHighlightBg {
    background: #EEEEEE;
}

.DataLg22px {
    font-family: Roboto,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.DataSm12Blue {
    font-size: 12px; 
    color: blue ;
}

.DataFont12px {
    font-size: 12px; 
}

.DataWhiteB {
    color:#FFFFFF;
    font-family:'Roboto Medium';
}

.SelectMobileBg {
    background-color:#FAB900
}

.LinkCursor {
    cursor: pointer;
}

.RedColor {
    color: red;
}

.GreyColor {
    color: #E0E0E0;
}

.Opacity01 {
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.Opacity03 {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.ItalicFontStyle {
    font-style: italic;
}

.BorderLeftWhite {
    border-left: 4px solid white;
}

.TableBorderRightWeight {
    border-right: 1px solid #212121;
}

.DataB {
    font-family:'Roboto Medium';
}

.FontColorGrey {
    color: #9E9E9E;
}

.ClearBoth {
    clear: both;
}

.BorderSpace {
    border-spacing:0 10px;
}

.CommentBorder {
    border-top : solid 1px #aaaaaa; 
    border-bottom : solid 1px #aaaaaa; 
    border-left : solid 1px #aaaaaa; 
    background : #E6E6E6; 
    color : #000000; 
}

.EmailFont {
    font-size: 15px; 
    font-family: Helvetica;
}

.OutlineNone {
    outline: none;
}

.DecorationNone {
    text-decoration: none;
}

.StatementFont {
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    font-size: 13px; 
    font-weight: bold;
}