/* CSS Document */

/* template styles */
body {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size:.80em;
  color: #4D4C4C;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  border: 0px;
  overflow:hidden;
}

textarea
{
    white-space: normal;
}

img 
{
    border: 0px;
}

a
{
    color:#1941a8;
    text-decoration:none;
    cursor:pointer;
}

a:hover
{
    color:#1941a8;
    text-decoration:underline;
}

a:visited
{
    color:#1941a8;
}


.page
{
    position:fixed;
    top:70px;
    left:0px;
    right:0px;
    bottom:0px;
}

.pageFullWindow
{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

/* navigation styles */

.header
{
  position:fixed;
  z-index:1;
  width:100%;
  height:55px;
  background: #454545;
  top:0px;
  left:0px;
  border-bottom:2px solid #999999;
}

.jobNavigation
{
  position:fixed;
  z-index:1;
  height:45px;
  top:55px;
  left:10px;
  right:10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom:5px;
}

.navigation 
{    
    position:relative;
    z-index:2;
    text-align:center;
    top:29px;
    left:50px;
    overflow: hidden;
}

.tabBar
{
    margin: auto;
}

.tabContainer
{
    width: 125px;
    height: 29px;
    float: left;
}

.tabContainer:hover span
{
    text-decoration: underline;
}

.tabContainerSelected
{
    width: 125px;
    height: 28px;
    float: left;
    background-repeat: repeat-x;
    background-color:#ffffff;
    border-radius: 8px 8px 0 0;
}

.tabContainerSelected:hover span
{
    text-decoration: none;
}

.tabContent
{
    position: relative;
}

.tabSeparator
{
    float: left;
}

.tabTextPanel
{
    position: relative;
    top: 6px;
}

.tabText
{
    font-weight:normal;
    color: #cccccc;
}

.tabTextSelected
{
    font-weight:bold;
    color: #333333;
}

.jobNavigationTabs
{
    float: left;
    margin-top:10px;
     /*background-repeat: repeat-x;
    background-color:#eeeeee; */
    /*border-radius: 8px;*/
    font-weight:bold;
    line-height:24px;
    color: #4D4C4C;
}

.jobNavigationTabs a
{
    font-size: 1.1em;
}

.jobNavigationTabs span
{
    font-size: 1.1em;
    font-weight:bold;
    line-height:24px;
    padding:0px 15px;
}

.jobNavigationJobName
{
    padding: 0px 30px 0px 10px !important;
}
.jobNavigationTab 
{
    font-size: 1.1em;
    font-weight:bold;
    line-height:24px;
    padding:0px 15px;
}

.selectedJobNavigationTab
{
    font-size: 1.1em;
    font-weight:bold;
    line-height:24px;
    padding:2px 15px;
    background: #48A9D7;
    color:#ffffff !important;
    border-radius:3px;
}

.selectedJobNavigationTab:hover
{
    text-decoration:none;
    color:#ffffff;
}

.topBanner
{
    position:relative;
    text-align: left;
    z-index:2;
}

.logo
{
    float:left;
    position:relative;
    left:5px;
    top:2px;
    z-index:95;
}

.customerNameInBanner
{
    float:left;
    position:relative;
    left:5px;
    top:25px;
    z-index:95;    
    font-size: 1.8em;
    font-weight: bold;
    color:White;
}

.loginDisplay 
{
    position:fixed;
    top:5px;
    right:5px; 
}

.loginButton 
{
    padding:5px 50px;
    background:#454545;
    color:#fff;
    border-radius:4px;
}

.loginButton:hover
{
    color:#fff;
    text-decoration:none;
}

.tabItem 
{
    padding-left:5px;
    padding-right:5px; 
    color:#DDDDDD;
}

a.tabItem
{
    color:#DDDDDD;
}

a.tabItem:visited
{
    color:#DDDDDD;
}

a.tabItem:hover
{
    color:#FFFFFF;
}

.searchContainer
{
    position:absolute;
    z-index:888;
    left: 10px;
    min-width: 190px;
    /*width:190px;*/
}

.titleContent
{
    margin-right: 20px;
    position:absolute;
    top: 0px;
    left: 211px;
    width:1200px;
}

.dynamicStatusContent
{
    margin-right: 20px;
    position:absolute;
    z-index:10;
    top: 45px;
    left: 211px;
    width:1200px;
    display:none;
    background:#fcffcc;
}

.messageBar
{
    margin-right: 20px;
    position:absolute;
    z-index:10;
    top: 45px;
    left: 211px;
    width:1200px;
    display:none;
    background:#fcffcc;
}

.mainContent
{
    background-color:#FFFFFF;
    margin-right: 20px;
    position:absolute;
    z-index:10;
    top: 45px;
    left: 211px;
    width:1200px;
    bottom:10px;
    border: 1px solid #cccccc;
}

.mainContentNoBackground
{
    margin-right: 20px;
    position:absolute;
    z-index:10;
    top: 45px;
    left: 211px;
    width:550px;
    bottom:10px;
}


.mainContentInPageDialog
{
    background-color:#FFFFFF;
    margin-right: 20px;
    position:absolute;
    z-index:10;
    top: 45px;
    left: 211px;
    width:1200px;
}

.mainContentNoSidePanel
{
    position:relative;
    top: 25px;
    left: 0px;
    margin: auto;
}

.rtopMain, .rbottomMain
{
    display:block;
    background:#FFFFFF;
}
.rtopMain *, .rbottomMain *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#DDDDDD;
}

.r1
{
    margin: 0 5px;
}
.r2
{
    margin: 0 3px;
}
.r3
{
    margin: 0 2px;
}
.r4
{
    margin: 0 1px; height: 2px;
}




/* operation panel styles */

.operations
{
  position:fixed;
  height:75px;
  background:#cccccc;
  bottom:0px;
  right:0px;
  left:0px;
  text-align:center;
}

.operationContent
{
  margin-top:17px;
  margin-left:auto;
  margin-right:auto;
}

.leftNav
{
    position:absolute;
    width:190px;
    top:45px;
    left:10px;
    bottom:10px;
    border:1px solid #cccccc;
    z-index:0;    
    overflow:auto;
}

.leftNavPoweredByLogo 
{
    bottom:50px;
}

.leftNavBackground
{
    background: #FFFFFF; 
}

.poweredByContainer
{
    position:fixed;
    padding-left:0px;
    padding-right:0px;
    left:10px;
    height:30px;
    bottom:12px;
}

.rtopLeft
{
    display:block;
    background:#a8d0e3;
}
.rbottomLeft
{
    display:block;
    background:#ffffff;
}
.rtopLeft *, .rbottomLeft *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#ffffff;
}


.rTitle_TopLeft
{
    display:block;
    background:#a8d0e3;
}
.rTitle_TopRight
{
    display:block;
    background:#EfEfEF;
}
.rTitle_TopLeft *, .rTitle_TopRight *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#DDDDDD;
}

.r1Title_tl
{
    margin: 0 0 0 5px;
}
.r2Title_tl
{
    margin: 0 0 0 3px;
}
.r3Title_tl
{
    margin: 0 0 0 2px;
}
.r4Title_tl
{
    margin: 0 0 0 1px; height: 2px;
}

.r1Title_tr
{
    margin: 0 5px 0 0;
}
.r2Title_tr
{
    margin: 0 3px 0 0;
}
.r3Title_tr
{
    margin: 0 2px 0 0;
}
.r4Title_tr
{
    margin: 0 1px 0 0; height: 2px;
}

.returnToList
{
    height:50px;
}

.filters
{
    top:0px;
    bottom:0px;
    overflow:hidden;
}

.filterPanel
{
    margin:10px 10px; 
}

.pageContentContainer 
{
    padding-left:0px;
    padding-right:0px;
}

.pageContentContainerFullScreen
{
    position:fixed;
    padding-left:0px;
    padding-right:0px;
    width: 100%;
    height: 100%;
}

.pageContentContainerNoBorder
{
    position:fixed;
    padding-left:0px;
    padding-right:0px;
    top:95px;
    bottom:10px;
}

.pageContentContainerInPageDialog
{
    position:fixed;
    padding-left:0px;
    padding-right:0px;
    top:115px;
    bottom:10px;
}

.pageContent
{
    /*background:white;
    padding-right:5px;
    padding-left:5px;*/
}

.rtopContent, .rbottomContent
{
    display:block;
    background:#dddddd;
}
.rtopContent *, .rbottomContent *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#pink;
}

.pageContentFullWindow
{
    position:relative;
    margin-left:0px;
    margin-right:0px;
    right:0px;
}

.innerBanner
{
    z-index:-1;
    left:200px;
    margin-left:200px;
    right:0px;
    background: url( '/VproofWorkflow/Images/brand/bannerBackground.png') repeat-x #1941a8;
    text-align: left;
}

.fixedMenu
{
    position:fixed;
    width:195px;
    top:0px;
    left:5px;
    bottom:0px;
    background:#eeeeee;
    border-right: 1px solid #1941a8;
    z-index:0;
}

.rightPanel
{
/*    background-color: #BBBBBB;*/
    position:absolute;
    top:70px;
    bottom:30px;
    z-index:1;
/*    width:350px;
    height: 400px;*/
}

.rtopRight, .rbottomRight
{
    display:block;
    background:#rtopRight;
}
.rtopRight *, .rbottomRight *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#EFEFEF;
}

.rightPanelContent
{
    background-color: #EFEFEF;
    width:350px;
    height: 400px;
    display:none;
}

#footer {
  margin-top: 20px;
}

#footerText {
  font-size: 11px;
  color: #91969B;
  text-align: center;
  padding-bottom: 5px;
}



.navigationItem
{
    font-weight:bold;
    width:158px;
    height:15px;
    margin-top:10px;
    padding-left:20px;
    position:relative;
}

.navigationItem_Selected 
{
    font-weight:bold;
    width:148px;
    height:15px;
    margin-top:10px;
    padding-left:20px;
    color:#121212 !important; 
    position:relative;
} 

.navigationItemPostRule
{
    margin-top:0px !important;
}

.navigationItemLink_Selected 
{
    color:#121212 !important; 
}

.navigationItemLink 
{
    cursor:pointer;
}

.navigationItemLink:hover
{
    text-decoration:underline;
}


.navigationReturnLink
{
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
}

.inPageHeaderBar
{
    width:100%;
    height: 35px;
    position:relative;
}

.groupHeaderBar
{
    background-color:#dddddd;
    font-weight:bold;
    width:100%;
    height: 20px;
    padding-top:4px;
    border-bottom:1px solid #cccccc;
}

.cellWithRightBorder
{
    border-right: #cccccc 1px solid;
}

.subHeadingTitle
{
    font-weight:bold;
    font-size:1.2em;
}

.readOnlyFieldLabel
{
    font-weight:bold;
}

.listItemSelected
{
    background-color: #1c47b2;
    color: White;
}

.listItemHover
{
    background-color: #F2EE74;
}

.listItem
{
    background-color: White;
}

.pageTitle
{
    display: block;
    text-align: left;
    width: auto;
    /*padding-top: 15px;*/
}

.pageTitleText
{
    font-size: 2.0em;
    font-weight: bold;
}

.sectionTitle
{
    display: block;
    text-align: left;
    width: auto;
    padding-top: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.sectionPanel
{
    margin-top: 15px;
}

.usersAndGroupsPanel
{
    border:2px solid #bbbbbb;
}

.smallPopup
{
  width:400px;
  height:261px;
  position:absolute;
  top:25px;
  left:50px;
  background-image: url( '/VproofWorkflow/Images/400x261Popup.png');
  z-index:99;
}

.mediumPopup
{
  width:600px;
  height:450px;
  position:absolute;
  top:50px;
  left:100px;
  background-image: url( '/VproofWorkflow/Images/600x450Popup.png');
  z-index:99;
}
.largePopup
{
  width:778px;
  height:443px;
  position:absolute;
  top:0px;
  left:0px;
  background-image: url( '/VproofWorkflow/Images/800x450Popup.png');
  z-index:99;
}

.mask {
    background:#111111 none repeat scroll 0 0;
    left:0;
    top:0;
    right:0;
    bottom:0;
    filter:alpha(opacity=20);
    opacity: 0.2;
    width:100%;
    z-index:98;
    display:none;
    position:fixed;
}

.popupContent
{
  margin: 20px 25px 25px 20px;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:99;
}

.popupClose
{
  position:absolute;
  right:9px;
}

.popupCancelFloat
{
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.popupActionFloat
{
    float: left;
}

.popupCancel
{
    text-decoration: underline;
}

.popupTitle
{
  font-size:1.3em;
  font-weight:bold;
}

.popupAction
{
  position:absolute;
  right:9px;
  bottom:12px;
}

.imageTextButtonLink:hover
{
    text-decoration: none;
}

.imageTextButton
{
  cursor:pointer;
  background-image:url('/VproofWorkflow/Images/button.png');
  height: 41px;
  width:155px;
  color:#FFFFFF;
  text-align:center;
  margin-right:10px;
  margin-bottom:3px;
}

.imageTextButton span
{
  position:relative;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  z-index:95;
  top: 12px;
}

.imageTextCreateButton
{
  cursor:pointer;
  background-image:url('/VproofWorkflow/Images/CreateButton.png');
  height: 41px;
  width:155px;
  color:#FFFFFF;
  margin-right:10px;
  text-align:left;
  margin-bottom:3px;
}

.imageTextCreateButton div
{
  position:relative;
  width:114px;
  text-align:center;
  height:41px;
  left:41px;
}
.imageTextCreateButton span
{
  position:relative;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  z-index:95;
  top: 12px;
}

.imageTextReturnToButton
{
  cursor:pointer;
  background-image:url('/VproofWorkflow/Images/returnToButton.png');
  height: 41px;
  width:155px;
  text-align:left;
  color:#FFFFFF;
  margin-right:10px;
  margin-bottom:3px;
}
.imageTextReturnToButton div
{
  position:relative;
  width:114px;
  text-align:center;
  height:41px;
  left:41px;
}
.imageTextReturnToButton span
{
  position:relative;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  z-index:95;
  top: 12px;
}

.errorLabel
{
    font-weight: bold;
    color: #fc7f10 !important;
}

.rowSpacerXSmall
{
    margin-top: 3px;
}

.rowSpacerSmall
{
    margin-top: 5px;
}

.rowSpacer
{
    margin-top: 10px;
}

.columnSpacer
{
    margin-left: 10px;
}

.hidden
{
    display: none;
}

.visible
{
    display: block;
}

/* customer user administration styles */

.userDetails
{
  width:100%;
  position:relative;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom:10px;
}

.editUser
{
  position:absolute;
  top:0px;
  right:0px;
}

.deleteUser
{
  position:absolute;
  top:20px;
  right:0px;
}


.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.disabledLink
{
    text-decoration: none;
    color: Gray;
}

.disabledLink:hover
{
    text-decoration: none;
    color: Gray;
}

.callbackInProgress
{
    position:absolute;
    width:100%;
    text-align:center;
    top:300px;
    display:none;
    z-index: 1000;
}

.loading {
    bottom:3px;
    font-weight:bold;
    margin-left:3px;
    position:relative;
}

.monoSpacedFont
{
    font-family: Courier, "Courier New"; 
}

.noLicensePanel
{
    padding: 10px;
    background-color: #FFF763;
    margin-bottom: 20px;
    border: 1px solid #4d4c4c;
    position: relative;
}

.simpleList
{
    border: 1px solid #bbbbbb;
}

.simpleList_selectedItem
{
    text-decoration: none;
    color: #333333;
}

.simpleList_selectedItem:hover
{
    text-decoration: none;
    color: #333333;
}

.simpleList_itemPanel
{
    padding-left: 5px;
    padding-right: 5px;
}

.simpleList_selectedItemPanel
{
    background-color: #dddddd;
    padding-left: 5px;
    padding-right: 5px;
}

.Dialog
{
    display:none;
    width: 480px;
    position:fixed;
    z-index:999;
    background-color:#676767;
    border:#676767;
    border-radius:15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);    
    padding: 10px 3px;
}

.DialogHeader
{
    background:#676767;
}

.CreateCustomerDialog
{
    width: 550px;
}

.AssignCustomersDialog
{
    width: 480px;
}

.AssignJobsDialog
{
    width: 600px;
}

.CreateEditLabelDialog
{
    width: 550px;
}

.SelectUserDialog
{
    width: 700px;
    z-index:1000;
}

.CreateDomainUserDialog
{
    width: 700px;
}

.EditJobDialog
{
    width: 555px;
}

.ClearOrResetApprovalDialog
{
    min-width: 555px;
}

.UploadFilesDialog
{
    width: 680px;
}

.UploadFilesDialog_Silverlight
{
    width: 438px;
}

.VlinkResultsDialog
{
    width: 465px;
}

.CreateEditTaskDialog
{
    width: 675px;
}

.CreateEditWorkflowDialog
{
    width: 675px;
}

.SelectUsersOrGroupsDialog
{
    width: 550px;
}

.GroupDialog
{
    width: 465px;
}

.SelectABridgeDialog
{
    display:none;
    width: 600px;
    position:fixed;
    z-index:999;
    background:#676767;
    height:400px;
}

.SelectABridgeDialogContent
{
    background:#FFFFFF;
    padding:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    overflow:auto;
    height:328px;
}

.DialogContent
{
    background:#FFFFFF;
    padding:15px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    overflow:auto;
}

.DialogFooter
{
    background:#FFFFFF;
    margin-left:5px;
    margin-right:5px;
    padding:5px;
    text-align:right;
}

.MorePadding
{
    padding: 10px !important;
}

.rtopDialog
{
    display:block;
    background:#ffffff;
}
.rbottomDialog
{
    display:block;
    background:#ffffff;
}
.rtopDialog *, .rbottomDialog *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#676767;
}

.searchPanel
{
    width:180px;
    margin-top:10px;
}

.filterSubPanel
{
    width:180px;
    margin-top:5px;
    margin-bottom:5px;
}

.searchLabel
{
}

.filterTitle
{
    font-weight:bold;
}
.filterTitleDisabled
{
    font-weight:lighter;
    color:#999999;
}

.searchBox
{
    margin-top:4px;
}

.filter
{
    display:block;
    padding:3px;
    width: 165px;
}

.selectedFilter
{
    display:block;
    padding:3px;
    color:White;
    background:#48a9d7;
    width: 165px;
}

.selectedChildFilter
{
    display:block;
    padding:2px;
    color:White;
    background:#48a9d7;
    width: 165px;
}

.panelTitleLink
{
    margin-right: 5px;
    font-size: 11px;
}

a.selectedFilter:hover
{
    display:block;
    padding:3px;
    color:White;
    background:#48a9d7;
    width: 165px;
}

a.filter:hover
{
    background:#aaaaaa;
    color:White;
}

.detailsContainer
{
    width:550px;
    z-index:2;
    position:absolute;
    top:38px;
    display:none;
    right:26px;
    overflow:auto;
    border:3px solid #676767;
    padding:10px;
    background:white;
}

.detailsContentPanel
{
    height:100%;
    background-color:#ffffff;
}

.detailsPanel
{
    width:100%;
    background-color:#ffffff;
}

.detailsNameContainer
{
    width:100%;
    word-wrap:break-word;
    table-layout:fixed;
}

.detailsName
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.detailsContentContainer
{
    overflow: auto;
    padding-top:10px;
    padding-right:10px;
}

.rContainerTop_Details 
{
    display:block;
    background:#efefef;
}
.rContainerTop_Details *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#ffffff;
}

hr
{
    color:#48A9D7;
    height:1px;
    margin-top:5px;
    margin-bottom:5px;
    background-color :#a8d0e3;
    border:0px;
}

.rContainerTop_CustomerFilter 
{
    display:block;
    background:#a8d0e3;
}
.rContainerTop_CustomerFilter *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background:#DDDDDD;
}

.Job_Title
{
    position:relative;
    font-weight:bold;
}

.Job_TitleArchived
{
    position:relative;
    font-weight:bold;
    font-size:12px;
    color:red;
}


.CustomerFilter_Header
{
    height:25px;
    padding-top:3px;
    background:#676767;
    color:White;
}

.CustomerFilter_TitleContainer
{
    width: 167px;
    overflow:hidden;
    table-layout:fixed;
}

.CustomerFilter_Title
{
    position:relative;
    font-weight:bold;
    line-height:25px;
    margin-left:5px;
    white-space:nowrap;
}

.CustomerFilter_Filter
{
    display:block;
    margin-top:5px;
    padding: 2px;
}

a.CustomerFilter_Filter:hover
{
    background:#aaaaaa;
    color:White;
    cursor:pointer;    
}

.CustomerFilter_FilterSelected
{
    display:block;
    margin-top:5px;
    width: 167px;
    background:#48a9d7;
    color:White;
    text-decoration:none;
}

.CustomerFilter_TippyUp
{
    position:relative;
    top:2px;
    margin-left:7px;
    cursor:pointer;
    background-image: url(/VproofWorkflow/Images/tippyUp.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.CustomerFilter_TippyDown
{
    position:relative;
    top:2px;
    margin-left:7px;
    cursor:pointer;
    background-image: url(/VproofWorkflow/Images/tippyDown.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.SortArrowUp
{
    position:relative;
    cursor:pointer;
    background-image: url(/VproofWorkflow/Images/sortArrowUp.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.SortArrowDown
{
    position:relative;
    cursor:pointer;
    background-image: url(/VproofWorkflow/Images/sortArrowDown.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.CloseButton
{
    position:relative;
    margin-left:7px;
    cursor:pointer;
    background-image: url(/VproofWorkflow/Images/popupClose.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
}

.CustomerFilter_CustomerList
{
    padding: 20px;
    overflow-y:auto;
    overflow-x: hidden;
    height:100%;
}

.CustomerFilter_Index
{
    font-size: 1.0em;
    font-weight: bold;
    margin-right: 11px;
}

.CustomerFilter_SectionHeading
{
    font-size: 18px;
    font-weight: bold;
}

.filterFiller
{
    background-color:#FFFFFF;
}

.hoverStyle
{
    background-color: #DDF5FF;
    color: #333333;
    cursor: pointer;
}

.filterGroup
{
    padding-bottom: 2px;
    width: 100%;
    overflow:none;
}

.VlinkLogin
{
    padding:20px;
    margin:75px auto;
    background:#ffffff;
    border:1px solid #addeff;
    width:450px;
}

.VlinkUpload
{
    padding:20px;
    margin:75px auto;
    background:#ffffff;
    border:1px solid #addeff;
    width:540px;
}

.pleaseSelectACustomer
{
    margin-top: 20px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.accountName
{
    color:Gray;
}

.sidePanelLink
{
    cursor: pointer;
    margin-bottom: 2px;
}

.sidePanelLink_bottomMargin
{
    margin-bottom: 15px;
}


.infoPanel
{
    width:550px;
    z-index:2;
    position:fixed;
    top:120px;
    display:none;
    right:10px;
    overflow:hidden;
    border:3px solid #676767;
    background:white;
}

.infoPanelTitle
{
    padding:10px;
    border-bottom:1px solid #aaaaaa;
    font-size: 16px;
    font-weight: bold;
}

.infoPanelBody
{
    overflow:auto;
    position:absolute;
    top:43px;
    padding:10px;
    bottom:0px;
    left:0px;
    right:0px;
}

.breadCrumb
{
    padding: 10px 0px;
    font-weight:bold;
    display: inline;
}

.inPageDialog
{
    overflow:auto;
    background-color:#676767;
    border:#676767;
    border-radius:15px;
}

.inPageDialogContent{
    position: relative;
    margin: 5px;
    background-color:#ffffff;
    overflow:auto;    
}

.inPageDialogHeader
{
    height:15px;
    background:#676767;    
    position: relative;
    top:0px;
    left:0px;
    right:0px;
    padding-left:5px;
    margin: 5px;
    color:#ffffff;
}

.inPageDialogFooter
{
    height:20px;
    background:#676767;   
    padding:10px;
    margin: 5px;
}

.inPageDialogFooter a
{
    color:#ffffff;
    margin-left:10px;
    font-weight:bold;
}

.inPageDialogFooter label
{
    color:#ffffff;
    font-weight:bold;
}

.taskExpired
{
    color: Red;
}

.headerButton
{
    font-weight:bold;
    padding: 4px 20px;
    cursor:pointer;
    background:#525252;
    border: 1px solid #aaaaaa;
    position:relative;
    color:#FFFFFF;
    margin-left:10px;
    height:26px;
}

.returnToPanel
{
    background: #eeeeee;
    border: 1px solid #cccccc;
    text-align:left;
    padding:5px;
    margin:5px;
}

.returnToLink
{
    font-weight: bold;
}

.customerIndex
{
    word-wrap: break-word;
    margin-bottom: 10px;
    width: 390px;
}

.popupMenu
{
    position: absolute;
    display: none;
    background-color: #444444;
    border: 1 line black;
}

.popupMenuItem
{
    cursor:pointer;
    color:White;
    background-color: #444444;
    border: 1 line black;
    margin: 7px 7px 7px 7px;
}
.popupMenuItem:hover
{
    background-color: #999999;
}

.popupMenuItemLabel
{
    cursor: pointer;
}

/* mobile phones portrait */
@media only screen and (max-device-width: 480px) and (orientation: portrait)
{
    .CustomerFilter_Filter
    {
        font-size: 30px !important;
    }
    
    a.CustomerFilter_Filter:hover
    {
        background: inherit !important;
        color: inherit !important;
    }

    .CustomerFilter_SectionHeading
    {
        font-size: 40px !important;
    }

    .CustomerFilter_Index
    {
        font-size: 40px !important;
    }
}

/* Tablets Portrait or Landscape  */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px)
{
    .CustomerFilter_Filter
    {
        font-size: 24px !important;
    }
    
    a.CustomerFilter_Filter:hover
    {
        background: inherit !important;
        color: inherit !important;
    }
    
    .CustomerFilter_SectionHeading
    {
        font-size: 24px !important;
    }

    .CustomerFilter_Index
    {
        font-size: 24px !important;
    } 
} 

.close-button
{
    margin:5px;
    float:right;
}

.DetailsPanel_RemoveLink
{
    color: #A5CFFF;
    text-decoration: none;
    cursor: pointer;
}

.disabledLabel
{
    font-weight:lighter;
    color:#7C7A7A;
}

.SelectedFilesPanel
{
    max-height:100px;
    overflow:auto;
}

.toolSection
{
    position : relative;
    float : left;
    bottom : 3px;
    margin-left : 15px;
    text-align : center;
}

.toolSection div
{
    height:29px;
}

.dropit-submenu div
{
    height: auto;
}

.dropit-submenu a
{
    color: #ffffff;
    text-decoration:none;
}

.toolTitle
{
    font-size: 10px;
}

.toolButton
{
    cursor:pointer;
    margin-bottom:3px;
}

.fileupload-content {
  padding: 0.2em 0.4em;
  border-top-width: 0;
  overflow:auto;
  height:165px;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url(/VproofWorkflow/Images/jQuery/progressbar.gif);
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

.fileProgress
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
    padding:20px;
    display:none;
}

.fileProgressTitle
{
    font-size:14px;
}

.fileProgressStatus
{
    padding-top:30px;
}

.VS-search .Viki-search-box
{
    cursor:text;
    position:relative;
    background:transparent;
    border:1px solid #888;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#fefefe;
    -webkit-box-shadow:inset 0 0 3px #ccc;
    -moz-box-shadow:inset 0 0 3px #ccc;
    box-shadow:inset 0 0 3px #ccc;
    min-height:28px;
    height:auto;
}

.mce-btn-small button
{
    min-height:22px;
}

.ui-datepicker-trigger 
{
    position:relative;
    top:3px;
}

.checkbox-label
{
    font-size: .9em;
    cursor:pointer;
    display:block;
}
.checkbox-label input
{
    margin-bottom:10px;
    margin-left:0px;
}

.notification-cell input[type="text"]:disabled {
    color: #cccccc;
}

.request-approval-please-select
{
    display: block;
    max-width: 225px;
    white-space: normal;
    margin-top: 10px;
    font-size: .9em;
}