﻿.labelTextHidden { text-align: right; display: none;}

.WebClientComboboxHidden
{
    height:18px;
    line-height:18px;
    display: none;
}

iframe#eFormContents {
    height:720px
}

html.RadForm_Default {
    height:720px
}

.topNav
{
	background-image: url('Images/Common/background.gif');
	background-repeat: repeat-x;	
	padding-left: 0px;					
	border: 0px;
	height:auto;

	 background-size: auto 100%;
	 background-color:unset;
}

.navWrapper
{
	width:100%;
	background-image: url('Images/Common/bpm9ui_logo.png');
	background-repeat: no-repeat;
	background-position: right top;
	height:auto;
			min-height: 85px; /* needed to display the TWX logo as bgd image on login screen */
}
.navToolbar {
	float:none !important;
	display:block;

}
.RadToolBar .rtbUL
{
	height:auto;
}
.RadToolBar .rtbItem
{
	height:auto;
	padding-top: 0.25rem;
    padding-bottom: 0.1rem;
}
.navToolbar .rtbItem.rtbChecked > a{
	height:unset;
    /* border-bottom: 3px solid #f00; */
    /* border-bottom-width: 3px; */
    /* border-bottom-style: solid; */
    /* border-bottom-color: rgb(102, 102, 102); */
	position:relative;
	border-bottom: none;
}
/* .navToolbar .rtbItem.rtbChecked > a:after{ */
	/* height:3px; */
	/* background:#f00; */
	/* width:100%; */
	/* position:absolute; */
	/* content:''; */
	/* bottom:-3px; */
	/* left:0; */
/* } */

.loginInfo{
	height:unset;
	min-height:33px;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
}
.loginInfo .userInfo {
    margin: unset;
    padding: 0;
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
    flex-direction: row-reverse;
	width:100%;
}
.loginInfo .rhs {
	float:none;
}
.loginInfo .rhs div {
	float:none;
}

/*the menu bar icons - this overrides the Metastorm styling*/
.rtbIcon{
	background-image: url('Images/Common/background.gif');
}

/*the font under the menu bar icons*/
.rtbText
{
    font: 11px "Segoe UI" !important;
    line-height:20px !important;  
}

/*  BPMLists.css  */
/*-------------------------------------------*/
/* These classes are used in the BPM lists (Blank forms, ToDo list, Watch list, Admin forms and Reports)  */

/* Alert priority colors */
    
 .P0    {  }
 .altP0 {  }                             
           
 .P1    { color: red !important; }
 .altP1 { color: red !important; }           
           
 .P2    { color: darkorange !important; }
 .altP2 { color: darkorange !important; }
 
 .P3    { color: limegreen !important; }
 .altP3 { color: limegreen !important; }
 
 .P4    { color: blue !important; }
 .altP4 { color: blue !important; }

 .P5    { color: magenta !important; }
 .altP5 { color: magenta !important; }
 
 .P6    {  }
 .altP6 {  }
 
 .P7    {  }
 .altP7 {  }
               
 .P8    { color: dimgrey !important; }
 .altP8 { color: dimgrey !important; }
 
 .P9    { color: lime !important; }
 .altP9 { color: lime !important; }


/* grid */

 .met-grid { 
    font-size: xx-small;
}


/* header */

 .met-gridheader {
    font-size: xx-small;
    vertical-align: middle;
}

/*cell for the to do and watch lists*/
.met-Cell,
.met-CellDate
{
    cursor:pointer;
    overflow:hidden !important;
    text-overflow: ellipsis;
	font-family: 'Segoe UI', Tahoma, arial, helvetica, sans-serif;
    border-bottom: 1px solid #dddddd;
    font-size: 75%;
    height: 100%;
    line-height: 20px;
    padding-left: 10px
}