/*
.ui-panelgrid tbody tr td{border: solid 0px #f9f9f9 !important;}

.ui-tabs-top { border: solid 1px #C6D6DF !important; }

body .ui-tabs .ui-tabs-panel { padding: 2px; }

body .ui-dialog .ui-dialog-content { padding: 5px; }

.ui-selectonemenu .ui-selectonemenu-label {
	display: flex !important;
}

.ui-fluid .ui-selectonemenu .ui-selectonemenu-label {
	display: flex !important;
}
*/

.title {
    font-weight: bolder;
    font-size:20px;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
} 

.lazyDatatableSearchInput {
 	width: 60% !important;
}

.calendar input{
	width: 60%;
}

.ui-fluid-my .ui-inputtext {
	width: 100%;
}

.ui-fluid-my .ui-inputtextarea {
	width: 100%;
}

.ui-fluid-my .ui-autocomplete {
	width: 100%;
}

.ui-fluid-my .ui-autocomplete-input {
	width: 100%;
}

.ui-fluid-my-90 .ui-inputtext {
	width: 90%;
}

.ui-fluid-my-90 .ui-inputtextarea {
	width: 90%;
}

.ui-fluid-my-90 .ui-autocomplete {
	width: 90%;
}

.ui-fluid-my-90 .ui-autocomplete-input {
	width: 90%;
}

.ui-fluid-my-80 .ui-inputtext {
	width: 80%;
}

.ui-fluid-my-80 .ui-inputtextarea {
	width: 80%;
}

.ui-fluid-my-80 .ui-autocomplete {
	width: 80%;
}

.ui-fluid-my-80 .ui-autocomplete-input {
	width: 80%;
}

.ui-fluid-my-70 .ui-inputtext {
	width: 70%;
}

.ui-fluid-my-70 .ui-inputtextarea {
	width: 70%;
}

.ui-fluid-my-70 .ui-autocomplete {
	width: 70%;
}

.ui-fluid-my-70 .ui-autocomplete-input {
	width: 70%;
}

.ui-fluid-my-60 .ui-inputtext {
	width: 60%;
}

.ui-fluid-my-60 .ui-inputtextarea {
	width: 60%;
}

.ui-fluid-my-60 .ui-autocomplete {
	width: 60%;
}

.ui-fluid-my-60 .ui-autocomplete-input {
	width: 60%;
}

.ui-fluid-my-50 .ui-inputtext {
	width: 50%;
}

.ui-fluid-my-50 .ui-inputtextarea {
	width: 50%;
}

.ui-fluid-my-50 .ui-autocomplete {
	width: 50%;
}

.ui-fluid-my-50 .ui-autocomplete-input {
	width: 50%;
}

.TextAlLef {
	text-align: left;
}

.TextAlRig {
	text-align: right;
}

.TextAlCen {
	text-align: center;
}

.VerAlMid {
	vertical-align: middle !important;
}

.TextBold {
	font-weight: bold;
}

.TextBolder {
	font-weight: bolder;
}

.TextBold400 {
	font-weight: 400;
}

.TextUnderline {
	text-decoration: underline;
}

.TextItalic {
	font-style: italic;
}

.TextLineThrough {
	text-decoration: line-through;
}

.WhiteSpacePre {
	white-space: pre;
}

.BreakWord {
    word-wrap: break-word;
}

.WhiteSpacePreLine {
	white-space: pre-line;
}

.ContainerIndent {
	display:block; 
	margin:0px auto; 
	padding:5px;
}

.DispBlock {
	display: block;
}

.DispInline {
	display: inline;
}

.PanelHeaderPink {
	color:#c2185b;
	font-weight: bolder;
}

.InputLabelLeft {
	text-align: left;
    font-weight: bolder;
    /*background-color: #EFEFEF;*/
    vertical-align: middle;
}

.InputLabelLeftNoBg {
	text-align: left;
    font-weight: bolder;
    vertical-align: middle;
}

.InputLabelLeftAlLeftNoBg {
	text-align: left;
    font-weight: bolder;
    vertical-align: middle;
}

.InputLabelRealLeft {
	text-align: left;
    font-weight: bolder;
    /*background-color: #EFEFEF;*/
    vertical-align: middle;
}

.headerlessTable thead {
    display:none;
}

.borderlessTable table td {
    border: hidden !important;
}

.borderlessDataTable table th {
    border: hidden !important;
}

.borderlessDataTable table td {
    border: hidden !important;
}

.ui-data-list200px {
	min-width: 200px !important;
}

.treetable-wrap {
	white-space: normal;
    word-wrap: break-word;
} 

.vd-hidden-column {
    display: none;
    width: 0;
    height: 0;
}

.HideOnMobile {	
}

.HideOnDesktop {	
}
	
.DialogDim {
	width: 800px !important;
	height: 600px !important;
}

.DialogSmallDim {
	width: 600px !important;
	height: 400px !important;
}

@media screen and (max-width: 40em) {
    .HideOnMobile {
        display: none !important;
        opacity:0;
    }
	.DialogDim {
		width: 100% !important;
		height: 100% !important;
	}
	.DialogSmallDim {
		width: 100% !important;
		height: 100% !important;
	}
/*	.ui-reflow-headertext {
    	font-weight: bolder;
    }*/	
}

@media screen and (min-width: 40.063em) {
    .HideOnMobile {
        /*display: inherit;*/
    }	
    .HideOnDesktop {
        display: none !important;
        opacity:0;
    }
	.DialogDim {
		width: 85% !important;
		height: 90% !important;
	}
	.DialogSmallDim {
		width: 75% !important;
		height: 80% !important;
	}
}

@media screen and (min-width: 64.063em) {
    .HideOnDesktop {
        display: none !important;
        opacity:0;
    }
    .InputLabelLeft {
        text-align: right;
    }
    .InputLabelLeftNoBg {
        text-align: right;
    }
	.DialogDim {
		width: 65% !important;
		height: 80% !important;
	}
	.DialogSmallDim {
		width: 50% !important;
		height: 60% !important;
	}
}

@media screen and (min-width: 90.063em) {
    .HideOnDesktop {
        display: none !important;
        opacity:0;
    }
    .InputLabelLeft {
        text-align: right;
    }
    .InputLabelLeftNoBg {
        text-align: right;
    }
	.DialogDim {
		width: 65% !important;
		height: 80% !important;
	}
}

.FontSiz0dt9 {
	font-size: 0.9em;
}
.FontSiz1dt1 {
	font-size: 1.1em;
}
.FontSiz1dt2 {
	font-size: 1.2em;
}
.FontSiz1dt3 {
	font-size: 1.3em;
}
.FontSiz1dt4 {
	font-size: 1.4em;
}
.FontSiz1dt5 {
	font-size: 1.5em;
}
.FontSiz1dt6 {
	font-size: 1.6em;
}
.FontSiz1dt7 {
	font-size: 1.7em;
}
.FontSiz1dt8 {
	font-size: 1.8em;
}
.FontSiz1dt9 {
	font-size: 1.9em;
}
.FontSiz2dt0 {
	font-size: 2.0em;
}

.InputValue {
	background-color: #FFFFFF; 
}

.textinput {
	float:left;
	width: 94%;
	min-height: 75px;
	outline: none;
	resize: none;
}

.InputTextAreaReadOnly {
	height: auto;
	min-height: 34px;
	white-space: pre-wrap;
	max-width: 500px;
}

.ui-widget .ui-icon-xls {
	background:url("/tleasy/javax.faces.resource/icmwa-images/excel-16x16.png.jsf") no-repeat;
	height:16px;
	width:16px;
}

.dashboard .overview-box2 {
	padding: 0 !important;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px !important;
}

.dashboard .overview-box2 i {
	font-size: 48px;
	margin-top: 20px;
	color: #ffffff;
}

.dashboard .overview-box2 .overview-box2-name {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin: 4px 0 10px 0;
	color: #ffffff;
}

.dashboard .overview-box2 .overview-box2-count {
	color: #ffffff;
	font-size: 36px;
}

.dashboard .overview-box2>div:last-child {
	text-align: left;
}

.dashboard .overview-box2>div:last-child {
	text-align: left;
}

.dashboard .overview-box2.overview-box2-1 {
	background-color: #00acac;
}

.dashboard .overview-box2.overview-box2-2 {
	background-color: #2f8ee5;
}

.dashboard .overview-box2.overview-box2-3 {
	background-color: #6c76af;
}

.dashboard .overview-box2.overview-box2-4 {
	background-color: #efa64c;
}

.dashboard .overview-box3 {
	padding: 0 !important;
	text-align: left;
	overflow: hidden;
	margin-bottom: 0px !important;
}

.dashboard .overview-box3 .overview-box3-icon {
	text-align: center;
}

.dashboard .overview-box3 .overview-box3-icon i {
	font-size: 48px;
	margin-top: 20px;
	color: #ffffff;
}

.dashboard .overview-box3 .overview-box3-name {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	margin: 4px 0 10px 0;
	color: #ffffff;
}

.dashboard .overview-box3 .overview-box3-count {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.dashboard .overview-box3 .overview-box3-footer {
	text-align: center;
	color: #ffffff;
	padding: .2em 0;
}

.dashboard .overview-box3.overview-box3-1 {
	background-color: #68bafc;
}

.dashboard .overview-box3.overview-box3-1 i {
	color: ┬á #3192e1;
}

.dashboard .overview-box3.overview-box3-1 .overview-box3-footer {
	background-color: #3192e1;
}

.dashboard .overview-box3.overview-box3-2 {
	background-color: #f97bb2;
}

.dashboard .overview-box3.overview-box3-2 i {
	color: ┬á #e42a7b;
}

.dashboard .overview-box3.overview-box3-2 .overview-box3-footer {
	background-color: #e42a7b;
}

.dashboard .overview-box3.overview-box3-3 {
	background-color: #ffd37a;
}

.dashboard .overview-box3.overview-box3-3 i {
	color: ┬á #dfb051;
}

.dashboard .overview-box3.overview-box3-3 .overview-box3-footer {
	background-color: #dfb051;
}

.dashboard .overview-box3.overview-box3-4 {
	background-color: #ff9c59;
}

.dashboard .overview-box3.overview-box3-4 i {
	color: ┬á #d97c3e;
}

.dashboard .overview-box3.overview-box3-4 .overview-box3-footer {
	background-color: #d97c3e;
}

/* text colors */
.TextWhite {
  color: #ffffff !important;
}
.TextBlack {
  color: #000000 !important;
}
.TextWhiteBlue {
  color: #E1F5FE !important;
}
.TextSoftBlue {
  color: #03A9F4 !important;
}
.TextBlue {
  color: #0288D1 !important;
}
.TextTurquoise {
  color: #26C6DA !important;
}
.TextSoftGray {
  color: #ECEFF1 !important;
}
.TextGray {
  color: #90A4AE !important;
}
.TextNavy {
  color: #000080 !important;
}
.TextBoldGray {
  color: #546E7A !important;
}
.TextSoftOrange {
  color: #FFCC80 !important;
}
.TextOrange {
  color: #FB8C00 !important;
}
.TextSoftGreen {
  color: #A5D6A7 !important;
}
.TextGreen {
  color: #43A047 !important;
}
.TextLeadenGreen {
  color: #26A69A !important;
}
.TextSoftRed {
  color: #EF9A9A !important;
}
.TextRed {
  color: #E53935 !important;
}
.TextPink {
  color: #FF4081 !important;
}
.TextSoftPurple {
  color: #CE93D8 !important;
}
.TextPurple {
  color: #8E24AA !important;
}
.TextYellow {
  color: #F7D100 !important;
}
.TextDarkGrey {
	color: #212121 !important;
}

/* background colors */
.WhiteBlueBack {
  background-color: #E1F5FE !important;
}
.SoftBlueBack {
  background-color: #03A9F4 !important;
}
.LightBlueBack {
  background-color: #eaf2f6 !important;
}
.BlueBack {	
  background-color: #0288D1 !important;
}
.TurquoiseBack {
  background-color: #26C6DA !important;
}
.SoftGrayBack {
  background-color: #f5f5f5 !important;
}
.GrayBack {
  background-color: #90A4AE !important;
}
.BoldGrayBack {
  background-color: #546E7A !important;
}
.SoftOrangeBack {
  background-color: #FFCC80 !important;
}
.OrangeBack {
  background-color: #FB8C00 !important;
}
.SoftGreenBack {
  background-color: #A5D6A7 !important;
}
.GreenBack {
  background-color: #43A047 !important;
}
.LeadenGreenBack {
  background-color: #26A69A !important;
}
.SoftRedBack {
  background-color: #EF9A9A !important;
}
.RedBack {
  background-color: #E53935 !important;
}
.PinkBack {
  background-color: #FF4081 !important;
}
.PinkAvalonBack {
  background-color: #e91e63 !important;
}
.SoftPurpleBack {
  background-color: #CE93D8 !important;
}
.PurpleBack {
  background-color: #8E24AA !important;
}
.YellowBack {
  background-color: #F7D100 !important;
}

/* button colors */
.BlueTextButton {
  background-color: #ffffff;
  color: #0091EA;
}
.BlueTextButton .ui-icon {
  color: #0091EA;
}
.BlueTextButton.ui-state-hover,
.BlueTextButton.ui-state-focus {
  background-color: #F5F5F5;
}
.BlueTextButton.ui-state-active {
  background-color: #EEEEEE;
}
.GrayButton {
  background-color: #ECEFF1;
  color: #455A64;
}
.GrayButton.ui-state-hover,
.GrayButton.ui-state-focus {
  background-color: #EEEEEE;
}
.GrayButton.ui-state-active {
  background-color: #bdbdbd;
}
.GreenButton {
  background-color: #66BB6A;
}
.GreenButton.ui-state-hover,
.GreenButton.ui-state-focus {
  background-color: #81C784;
}
.GreenButton.ui-state-active {
  background-color: #4CAF50;
}
.RedButton {
  background-color: #E53935;
}
.RedButton.ui-state-hover,
.RedButton.ui-state-focus {
  background-color: #F44336;
}
.RedButton.ui-state-active {
  background-color: #D32F2F;
}
.PinkButton {
  background-color: #FF4081;
}
.PinkButton.ui-state-hover,
.PinkButton.ui-state-focus {
  background-color: #EC407A;
}
.PinkButton.ui-state-active {
  background-color: #D81B60;
}
.OrangeButton {
  background-color: #FB8C00;
}
.OrangeButton.ui-state-hover,
.OrangeButton.ui-state-focus {
  background-color: #FF9800;
}
.OrangeButton.ui-state-active {
  background-color: #F57C00;
}
.PurpleButton {
  background-color: #8E24AA;
}
.PurpleButton.ui-state-hover,
.PurpleButton.ui-state-focus {
  background-color: #A94CC2;
}
.PurpleButton.ui-state-active {
  background-color: #6A1B9A;
}
.CyanButton {
  background-color: #00ACC1;
}
.CyanButton.ui-state-hover,
.CyanButton.ui-state-focus {
  background-color: #26C6DA;
}
.CyanButton.ui-state-active {
  background-color: #00ACC1;
}
.BrownButton {
  background-color: #6D4C41;
}
.BrownButton.ui-state-hover,
.BrownButton.ui-state-focus {
  background-color: #795548;
}
.BrownButton.ui-state-active {
  background-color: #5D4037;
}

body .ui-button.red-btn {
  background-color: #D32F2F;
  border: 2px solid #D32F2F;
  color: #ffffff; 
}

body .ui-button.softpink-btn {
  background-color: #FF4081;
  border: 2px solid #FF4081;
  color: #ffffff; 
}

body .ui-button.green-btn {
  background-color: #66BB6A;
  border: 2px solid #66BB6A;
  color: #ffffff; 
}

body .ui-button.pruple-btn {
  background-color: #8E24AA;
  border: 2px solid #8E24AA;
  color: #ffffff; 
}

body .ui-button.orange-btn {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  color: #ffffff; 
}

/* Empty Boxes */
.EmptyBox1{ display:block; width:100%; height:1px; overflow:hidden;}
.EmptyBox2{ display:block; width:100%; height:2px; overflow:hidden;}
.EmptyBox3{ display:block; width:100%; height:3px; overflow:hidden;}
.EmptyBox5{ display:block; width:100%; height:5px; overflow:hidden;}
.EmptyBox10{ display:block; width:100%; height:10px; overflow:hidden;}
.EmptyBox20{ display:block; width:100%; height:20px; overflow:hidden;}
.EmptyBox30{ display:block; width:100%; height:30px; overflow:hidden;}
.EmptyBox40{ display:block; width:100%; height:40px; overflow:hidden;}
.EmptyBox50{ display:block; width:100%; height:50px; overflow:hidden;}
.EmptyBox60{ display:block; width:100%; height:60px; overflow:hidden;}
.EmptyBox70{ display:block; width:100%; height:70px; overflow:hidden;}
.EmptyBox80{ display:block; width:100%; height:80px; overflow:hidden;}
.EmptyBox90{ display:block; width:100%; height:90px; overflow:hidden;}
.EmptyBox100{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox110{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox120{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox130{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox140{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox150{ display: block; width: 100%; height:150px; overflow:hidden;}

.datatable-row-selected {
    background-color: #ccf2ff !important;
    background-image: none !important;
    color: #000000 !important;
}

.dashboard .data-table .ui-datatable th {
  border: 0 none;
  text-align: left; }
.dashboard .data-table .ui-datatable tr {
  border: 0 none; }
  .dashboard .data-table .ui-datatable tr td {
    border: 0 none; }
  .dashboard .data-table .ui-datatable tr.ui-state-highlight, .dashboard .data-table .ui-datatable tr.ui-state-hover {
    border: 0 none; }
.dashboard .data-table .ui-datatable .ui-paginator {
  border: 0 none; }
.dashboard .data-table .ui-datatable button:last-child {
  margin-left: 6px; }


.dashboard .usercard {
  }
  .dashboard .usercard .usercard-header {
    background: url("/tleasy/javax.faces.resource/images/image-access.png.jsf?ln=california-layout");
    background-size: cover;
    height: 102px;
    position: relative;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;}
    .dashboard .usercard .usercard-header .usercard-name {
      color: #ffffff;
      position: absolute;
      bottom: 2px;
      left: 72px; }
    .dashboard .usercard .usercard-header img {
      position: absolute;
      bottom: -24px;
      left: 12px;
      width: 48px;
      height: 48px; }
  .dashboard .usercard .usercard-content { 
    min-height: 223px; 
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .dashboard .usercard .usercard-content p {
      color: #a6a6a6;
      margin: 0 0 0 56px;
      font-size: 12px; }
    .dashboard .usercard .usercard-content ul {
      list-style-type: none;
      padding: 0;
      margin-left: 56px; }
      .dashboard .usercard .usercard-content ul a {
        color: #666666;
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid #eaeaea; }
        .dashboard .usercard .usercard-content ul a:after {
          content: "";
          display: table;
          clear: both; }
        .dashboard .usercard .usercard-content ul a i {
          font-display: 16px; }
          .dashboard .usercard .usercard-content ul a i:last-child {
            float: right;
            margin-top: 4px;
            color: #a6a6a6;
            -moz-transition: color 0.2s;
            -o-transition: color 0.2s;
            -webkit-transition: color 0.2s;
            transition: color 0.2s; }
        .dashboard .usercard .usercard-content ul a .usercard-number {
          color: #708895;
          margin: 0 3px 0 12px; }
        .dashboard .usercard .usercard-content ul a:hover i:last-child {
          color: #666666; }
  .dashboard .usercard .usercard-footer {
    padding: 8px 16px;
    background-color: #f4f4f4;
    border: solid 1px #dadada;
    border-top: 0 none;
    text-align: right;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px; }
    .dashboard .usercard .usercard-footer a {
      color: #a6a6a6;
      -moz-transition: color 0.2s;
      -o-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .dashboard .usercard .usercard-footer a:hover {
        color: #666666; }
        

.dashboard .my-contacts .ui-panel-titlebar {
	position: relative;	
	 min-height: 85px;
    background: #4b7ecf;
    /* Old browsers */
    background: -moz-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
    background: -webkit-linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
    background: linear-gradient(240deg, #4b7ecf 0%, #8e70ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b7ecf', endColorstr='#8e70ee',GradientType=1 ); 
}

.dashboard .ui-widget-content {
	border: none;
}

.dashboard .my-contacts .ui-panel-title {
	position: absolute;
	bottom: 2px;
}
        
.dashboard .my-contacts ul li i {
    font-size: 24px;
    margin-right: 8px;
    width: 32px;
    vertical-align: middle; 
}        

.dashboard .my-contacts .ui-panel-content {
	min-height: 228px;
}
        
.dashboard .my-contacts ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .dashboard .my-contacts ul li {
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #eaeaea; }
    .dashboard .my-contacts ul li:after {
      content: "";
      display: table;
      clear: both; }
    .dashboard .my-contacts ul li:last-child {
      border-bottom: 0 none; }
    .dashboard .my-contacts ul li .team-box {
      display: inline-block;
      vertical-align: middle; }
    .dashboard .my-contacts ul li span {
      font-size: 10px;
      float: right;
      vertical-align: middle;
      text-align: center;
      font-weight: 400;
      letter-spacing: 0.2px;
      color: #666666;
      margin-left: 8px;
      line-height: 22px; }
      .dashboard .my-contacts ul li span.team-member {
        text-align: left;
        display: block;
        float: none;
        font-size: 14px;
        color: #333333; }
      .dashboard .my-contacts ul li span.team-member-role {
        font-size: 10px;
        font-weight: 700;
        float: none;
        letter-spacing: 0.2px;
        text-align: left;
        color: #a6a6a6;
        line-height: none; }
    .dashboard .my-contacts ul li img {
      width: 35px;
      height: 35px;
      vertical-align: middle;
      display: inline-block; }
    .dashboard .my-contacts ul li a {
      display: block;
      color: white;
      float: right;
      border-radius: 100%;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      margin-left: 6px;
      margin-top: 4px; }
      .dashboard .my-contacts ul li a i {
        line-height: inherit;
        font-size: 14px; }
        .dashboard .my-contacts ul li a i.twitter {
          color: #005f4f; }
        .dashboard .my-contacts ul li a i.slack {
          color: #64003e; }
        .dashboard .my-contacts ul li a i.google {
          color: #654900; }
      .dashboard .my-contacts ul li a.twitter {
        background-color: #00b395;
        margin-left: 0; }
      .dashboard .my-contacts ul li a.google {
        background-color: #ffba01; }
      .dashboard .my-contacts ul li a.time-indicator {
        width: 80px;
        margin-left: 0; }
        .dashboard .my-contacts ul li a.time-indicator span {
          font-size: 10px;
          vertical-align: middle;
          float: left;
          text-align: center;
          font-weight: 700;
          letter-spacing: 0.2px;
          color: #666666;
          margin-top: 7px;
          margin-left: 16px;
          line-height: 22px; }
          

.dashboard .team .ui-panel-titlebar {
	position: relative;	
	 min-height: 85px;
    background: #00aadf;
    /* Old browsers */
    background: -moz-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
    background: -webkit-linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
    background: linear-gradient(240deg, #00aadf 0%, #0071bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aadf', endColorstr='#0071bc',GradientType=1 ); 
}           

.dashboard .team .ui-panel-title {
    position: absolute;
    bottom: 2px;
}

.dashboard .team .ui-panel-content {
	min-height: 228px;
}