.select {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    overflow:auto;

}
.treePanel{
	 height:200px;
	 overflow-y:hidden;
	 border:1px solid #cccccc;
}

/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font-family: arial, helvetica;
	font-size: 11px; /* font size should not be too big */
	white-space: nowrap;
	padding: 3px;
	margin: 0; /* issue 201 */

	background-color: white;
    height:194px;
    overflow-y:auto;
}

ul.dynatree-container ul
{
	padding: 0 0 0 16px;
	margin: 0;
}

ul.dynatree-container li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	-moz-background-clip:border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: repeat-y;
	background-image: url("vline.gif");
	background-position: 0 0;
	/*
	background-image: url("icons_96x256.gif");
	background-position: -80px -64px;
	*/
	margin: 0;
	padding: 1px 0 0 0;
}
/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib
{
	background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.dynatree-no-connector > li
{
	background-image: none;
}

/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container
{
	opacity: 0.5;
/*	filter: alpha(opacity=50); /* Yields a css warning */
	background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker
{
	width: 16px;
	height: 16px;
	display: -moz-inline-box; /* @ FF 1+2 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img
{
	width: 16px;
	height: 16px;
	margin-left: 3px;
	vertical-align: top;
	border-style: none;
}


/*******************************************************************************
 * Lines and connectors
 */

span.dynatree-connector
{
	background-position: -16px -64px;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander
{
	background-position: 0px -80px;
	cursor: pointer;
}
.dynatree-exp-cl span.dynatree-expander /* Collapsed, not delayed, last sibling */
{
	background-position: 0px -96px;
}
.dynatree-exp-cd span.dynatree-expander /* Collapsed, delayed, not last sibling */
{
	background-position: -64px -80px;
}
.dynatree-exp-cdl span.dynatree-expander /* Collapsed, delayed, last sibling */
{
	background-position: -64px -96px;
}
.dynatree-exp-e span.dynatree-expander,  /* Expanded, not delayed, not last sibling */
.dynatree-exp-ed span.dynatree-expander  /* Expanded, delayed, not last sibling */
{
	background-position: -32px -80px;
}
.dynatree-exp-el span.dynatree-expander,  /* Expanded, not delayed, last sibling */
.dynatree-exp-edl span.dynatree-expander  /* Expanded, delayed, last sibling */
{
	background-position: -32px -96px;
}
.dynatree-loading span.dynatree-expander  /* 'Loading' status overrides all others */
{
	background-position: 0 0;
	background-image: url("loading.gif");
}


/*******************************************************************************
 * Checkbox icon
 */
span.dynatree-checkbox
{
	margin-left: 3px;
	background-position: 0px -32px;
}
span.dynatree-checkbox:hover
{
	background-position: -16px -32px;
}

.dynatree-partsel span.dynatree-checkbox
{
	background-position: -64px -32px;
}
.dynatree-partsel span.dynatree-checkbox:hover
{
	background-position: -80px -32px;
}

.dynatree-selected span.dynatree-checkbox
{
	background-position: -32px -32px;
}
.dynatree-selected span.dynatree-checkbox:hover
{
	background-position: -48px -32px;
}

.ui-dynatree-disabled span.ui-dynatree-checkbox
{
	background-position: -96px -32px;
}

.ui-dynatree-disabled span.ui-dynatree-checkbox:hover
{
	background-position: -96px -32px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

span.dynatree-icon /* Default icon */
{
	margin-left: 3px;
	background-position: 0px 0px;
}

.dynatree-ico-cf span.dynatree-icon  /* Collapsed Folder */
{
	background-position: 0px -16px;
}

.dynatree-ico-ef span.dynatree-icon  /* Expanded Folder */
{
	background-position: -64px -16px;
}

/* Status node icons */

.dynatree-statusnode-wait span.dynatree-icon
{
	background-image: url("loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon
{
	background-position: 0px -112px;
}

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node
{
	display: -moz-inline-box; /* issue 133, 165, 172, 192,  */
/*  display: inline-block; /* Required to make a span sizeable */
}


/* Remove blue color and underline from title links */
ul.dynatree-container a
/*, ul.dynatree-container a:visited*/
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 3px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

ul.dynatree-container a:hover
{

}

span.dynatree-node a
{
	font-size: 11px; /* required for IE, quirks mode */
	display: inline-block; /* Better alignment, when title contains <br> */
/*	vertical-align: top;*/
	padding-left: 3px;
	padding-right: 3px; /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
}
span.dynatree-folder a
{
	font-weight: bold;
}

ul.dynatree-container a:focus,
span.dynatree-focused a:link  /* @IE */
{
	background-color: #EFEBDE; /* gray */
}

span.dynatree-has-children a
{
}

span.dynatree-expanded a
{
}

span.dynatree-selected a
{
	color: green;
}

span.dynatree-active a
{
	background-color: #3169C6 !important;
	color: white !important; /* @ IE6 */
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/
div.dynatree-drag-helper
{
}
div.dynatree-drag-helper a
{
	border: 1px solid gray;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	opacity: 0.8;
}
span.dynatree-drag-helper-img
{
	/*
	position: relative;
	left: -16px;
	*/
}
div.dynatree-drag-helper /*.dynatree-drop-accept*/
{

/*    border-color: green;
	background-color: red;*/
}
div.dynatree-drop-accept span.dynatree-drag-helper-img
{
	background-position: -32px -112px;
}
div.dynatree-drag-helper.dynatree-drop-reject
{
	border-color: red;
}
div.dynatree-drop-reject span.dynatree-drag-helper-img
{
	background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/

#dynatree-drop-marker
{
	width: 24px;
	position: absolute;
	background-position: 0 -128px;
}
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before
{
	width:64px;
	background-position: 0 -144px;
}
#dynatree-drop-marker.dynatree-drop-copy
{
	background-position: -64px -128px;
}
#dynatree-drop-marker.dynatree-drop-move
{
	background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/

span.dynatree-drag-source
{
	/* border: 1px dotted gray; */
	background-color: #e0e0e0;
}
span.dynatree-drag-source a
{
	color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target
{
	/*border: 1px solid gray;*/
}
span.dynatree-drop-target a
{
	/*background-repeat: no-repeat;
	background-position: right;
	background-image: url("drop_child.gif");*/
}
span.dynatree-drop-target.dynatree-drop-accept a
{
	/*border: 1px solid green;*/
	background-color: #3169C6 !important;
	color: white !important; /* @ IE6 */
	text-decoration: none;
}
span.dynatree-drop-target.dynatree-drop-reject
{
	/*border: 1px solid red;*/
}
span.dynatree-drop-target.dynatree-drop-after a
{
	/*background-repeat: repeat-x;
	background-position: bottom;
	background-image: url("drop_append.gif");*/
}


/*******************************************************************************
 * Custom node classes (sample)
 */

span.custom1 a
{
	background-color: maroon;
	color: yellow;
}

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
    color: 				#ffffff;
	font-size: 			12px;
    background-image:   none;
}


/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				1px;
	bottom: 			60px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

body > div.jGrowl.bottom-right-high {
    right:1px;
    bottom: 1px;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background: 		    #FFFFFF;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
    -khtml-border-radius:   5px;
    border-radius:          5px;
    color:                  #7EBA00;
    border-width: 2px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
    height:                 auto;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				.85em;
    padding-bottom:          5px;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

div.bubbleOutline {
    outline: 1px solid #7EBA00;
}

div.bubbleNotification {
    color: #FFFFFF;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}

/* basic rendering styles used both for TBE bundle and standalone for printable view */

.minWidth220 {
    min-width: 220px;
}

.width160 {
    width: 160px;
    min-width: 160px;
}
.width210 {
    width: 210px;
    min-width: 210px;
}

.width80 {
    width: 80px;
    min-width: 80px;
}

.width100 {
    width: 80px;
    min-width: 80px;
}

.width60 {
    width: 60px;
    min-width: 60px;
}

.width450 {
    width: 450px;
}


.width20 {
    width: 20px;
}

.width100pr {
    width: 100%;
}

.width50pr {
    width: 50%;
}

.width30pr {
    width: 30%;
}

.width10pr {
    width: 10%;
}

.widthAuto {
    width: auto;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center !important;
}

.top {
    vertical-align: top !important;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.nowrap {
    white-space: nowrap;
}

.inlineBlock {
    display: inline-block;
}

.padding5 {
    padding: 5px;
}

.paddingRight5 {
    padding-right: 5px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingTop12 {
    padding-top: 12px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginLeft5 {
    margin-left: 5px;
}

.text-red {
    color: #b94a48;
}

.bottomImportant {
    vertical-align: bottom !important;
}

.hide {
    display:none;
}
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
  line-height: 1;
}

ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

input,
textarea {
  width: 210px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
     -moz-box-shadow: 0 0 6px #dbc59e;
          box-shadow: 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
     -moz-box-shadow: 0 0 6px #7aba7b;
          box-shadow: 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}

.form-actions:after {
  clear: both;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

:-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,
.help-inline {
  color: #555555;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}

.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}

.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-toolbar > .btn-group {
  white-space: nowrap;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a, .ui-tabs .ui-tabs-nav li a{
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.ui-tabs .ui-tabs-nav li {
    margin-bottom: -1px;
    border-width: 0px;
    opacity: 1;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a, .ui-tabs .ui-tabs-nav li a{
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a:hover{
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a:hover{
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 18px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar .navbar-link {
  color: #999999;
}

.navbar .navbar-link:hover {
  color: #ffffff;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

.navbar .btn-group {
  padding: 5px 5px 6px;
  margin: 0;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

.navbar .divider-vertical {
  width: 1px;
  height: 40px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
  margin-right: 0;
  margin-left: 10px;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #2c2c2c;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #080808 \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

.breadcrumb .active a {
  color: #333333;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
}

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

h3 {
    font-weight: normal;
    font-size: 12px;
}

form {
    margin: 0;
    padding: 0;
}

#tdcontent {
    padding-left: 10px;
    padding-right: 15px;
}

div.callout {
    position: absolute;
    background-color: transparent;
}

.menubody {
    color: #000000;
    margin: 0;
    font-size: 11px;
}

A.mediumText:link {
    color: #0087CC;
    font-size: 10px;
}

A.mediumText:visited {
    color: #0087CC;
    font-size: 10px;
}

A.mediumText:active {
    color: #0087CC;
    font-size: 10px;
}

A.mediumText:hover {
    color: #3366CC;
    font-size: 10px;
}

A.white:link {
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

A.white:visited {
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

A.white:active {
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

A.white:hover {
    color: #000000;
    font-weight: bold;
    font-size: 10px;
}

A.navy:link {
    font-weight: bold;
}

A.navy:visited {
    font-weight: bold;
}

A.navy:active {
    font-weight: bold;
}

A.navy:hover {
    font-weight: bold;
}

A.grey:link {
    color: #888888;
    text-decoration: none;
}

A.grey:visited {
    color: #888888;
    text-decoration: none;
}

A.grey:active {
    color: #888888;
    text-decoration: none;
}

A.grey:hover {
    color: #888888;
    text-decoration: none;
}

A:link.nowrapSmallBlack {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

A:visited.nowrapSmallBlack {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

A:active.nowrapSmallBlack {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

A:hover.nowrapSmallBlack {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

A:link.smallGrey {
    font-weight: normal;
    font-size: 7pt;
    color: #666666;
    text-decoration: none;
}

A:visited.smallGrey {
    font-weight: normal;
    font-size: 7pt;
    color: #666666;
    text-decoration: none;
}

A:active.smallGrey {
    font-weight: normal;
    font-size: 7pt;
    color: #000080;
    text-decoration: none;
}

A:hover.smallGrey {
    color: #000080;
    text-decoration: underline;
}

.bodySmall {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

A:link.bodySmall {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

A:visited.bodySmall {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

A:active.bodySmall {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

A:hover.bodySmall {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

img {
    border-style: none;
}

.topTitle {
    color: #333333;
    font-weight: bold;
}

.topRegular {
    vertical-align: top;
    COLOR: #333333;
}

.topSmall {
    vertical-align: top;
    FONT-SIZE: 9px;
    COLOR: #333333;
}

td.topRegularNoBorder {
    vertical-align: top;
    COLOR: #000000;
    border-right: 0px;
}

td.regularNoBorder {
    vertical-align: middle;
    COLOR: #333333;
    border-right: 0px;
}

.ftitle TD {
    color: #333333;
    font-size: 9px;
    font-weight: bold;
    border-right: none;
}

td.ftitle {
    color: #000000;
    font-size: 9px;
    font-weight: bold;
    border-right: none;
}

tr.sectionLine {
    background: #C6D67B;
    width: 100%;
}

td.sectionLine {
    background: #C6D67B;
    width: 100%;
}

td.topSmall A:link {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.topSmall A:visited {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.topSmall A:active {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.topSmall A:hover {
    color: #3366CC;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.smallText A:link {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.smallText A:visited {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.smallText A:active {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.smallText A:hover {
    color: #3366CC;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.nowrapSmall A:link {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.nowrapSmall A:visited {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.nowrapSmall A:active {
    color: #000080;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

td.nowrapSmall A:hover {
    color: #3366CC;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

.nowrapRegular {
    white-space: nowrap;
    COLOR: #000000;
    border-collapse: separate;
    empty-cells: show;
}

.nowrapMenuWhite {
    white-space: nowrap;
    font-size: 10px;
    color: #FFFFFF;
}

.nowrapSmall {
    white-space: nowrap;
    FONT-SIZE: 9px;
    COLOR: #000000;
    border-collapse: separate;
    empty-cells: show;
}

.nowrapTopRegular {
    vertical-align: top;
    white-space: nowrap;
    COLOR: #000000;
    border-collapse: separate;
    empty-cells: show;
    padding-left: 0 !important;
}

.nowrapFormLabel {
    white-space: nowrap;
    text-align: right;
    COLOR: #000000;
}

.nowrapFormLabelRequired, .nowrapFormLabelRequired label {
    white-space: nowrap;
    text-align: right;
    COLOR: #D70101;
    font-weight: bold;
}

.formLabelTop{
    vertical-align: top;
}

.nowrapFormLabelRequired label:before {
    content: "* ";
}

/* FAFBF0 */
.nowrapFormField {
    white-space: nowrap;
    COLOR: #000000;
    font-weight: bold;
    text-align: left;
}

.nowrapFormFieldNormal {
    white-space: nowrap;
    COLOR: #000000;
    font-weight: normal;
    text-align: left;
}

.formFieldNormal {
    COLOR: #000000;
    font-weight: normal;
    text-align: left;
}

.formFieldNormal table {
    width: auto;
}

/* For checkmark.gif, which should eventually become a sprite */
.formFieldNormal img {
    vertical-align: middle;
}

.smallGrey {
    white-space: nowrap;
    font-weight: normal;
    font-size: 7pt;
    color: #666666;
    text-decoration: none;
}

.highlight {
    color: #000000;
    background: #FFFF00;
    font-size: 11px;
    font-weight: bold;
}

td.text {
    color: #000000;
    font-weight: normal;
}

.smallText {
    FONT-SIZE: 9px;
    COLOR: #000000;
}

span.smallText {
    FONT-SIZE: 9px;
    COLOR: #000000;
}

.mediumText {
    FONT-SIZE: 10px;
    COLOR: #000000;
}

span.mediumText {
    FONT-SIZE: 10px;
    COLOR: #000000;
}

th {
    color: #000000;
    white-space: nowrap;
    font-weight: bold;
}

.tableHead {
    white-space: nowrap;
    color: #000000;
    background: #DEE7AD;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.tableHeadEmpty {
    white-space: nowrap;
    color: #000000;
    background: #DEE7AD;
    font-weight: normal;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.tableBottom {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    vertical-align: middle
}

.tableBottom td {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

.tableHead td {
    white-space: nowrap;
    color: #000000;
    background: #DEE7AD;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.tableHead th {
    white-space: nowrap;
    color: #000000;
    background: #DEE7AD;
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.tableBottom td {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
}

.tableBottom th {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
}

.headerSmallText {
    FONT-SIZE: 9px;
    COLOR: #000000;
}

.PageLogoCell {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.PageHelpLinkSection {
    color: #888888;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 8px;
    font-size: 11px;
    text-align: right;
    vertical-align: top;
}

.TabOverCell {
    color: #FFF;
    font-size: 11px;
    padding: 5px 8px 6px 8px;
    text-decoration: none;
    height: 24;
    cursor: pointer;
}

.TabSelCell {
    color: #FFF;
    font-size: 11px;
    padding: 5px 8px 6px 8px;
    text-decoration: none;
    height: 24;
    cursor: pointer;
}

.TabCell {
    font-size: 11px;
    padding: 5px 8px 6px 8px;
    text-decoration: none;
    height: 24px;
    cursor: pointer;
}

.BoardingBar {
    float: right;
    padding: 5px 4px;
}

div.menubar-text {
    font-size: 28px;
    line-height: 22px;
    margin-top: -2px;
    float: right;
}

.selected {
    background-color: #025C8D;
}

.subtab-nav {
    padding: 0px 0px;
    height: 22px;
}

.subtab-nav table {
    margin: 0;
    padding: 0px;
}

.subtab-nav td {
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    height: 22px;
}

.SubTabCell {
    text-decoration: none;
    height: 22px;
    cursor: pointer;
    white-space: nowrap;
}

.SubTabOverCell {
    color: #FFF;
    text-decoration: none;
    height: 22px;
    cursor: pointer;
    white-space: nowrap;
}

.SubTabSelCell {
    text-decoration: none;
    height: 22px;
    cursor: pointer;
    white-space: nowrap;
}

.SideMenuContent {
    PADDING: 4px 4px;
    FONT-SIZE: 10px;
}

.PageTitleCell table {
    width: auto;
}

.PageTitle {
    font-size: 16px;
    font-weight: normal;
    padding-left: 6px;
}

.FormTextBox {
    PADDING: 4px 4px 4px 4px;
    COLOR: #333333;
}

.SearchFormPopup {
    padding-left: 8px;
}

.ResultsCell {
    PADDING-TOP: 8px;
}

.ResultsCellWOPadding {
    PADDING-TOP: 0px;
}

.ResultsHeaderLeft {
    PADDING: 2px 4px 2px 4px;
    FLOAT: left;
}

.ResultsHeaderRight {
    PADDING: 5px 4px 0px 4px;
    FLOAT: right;
}

.ResultsHeaderText {
    padding: 2px 5px;
}

.ResultsHeader TH {
    COLOR: #333333;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
}

.PortletHolder {
    display: none;
}

.PortletHeader {
    PADDING: 4px 3px 5px 4px;
    COLOR: #333333;
    FONT-WEIGHT: bold;
    zoom: 1;
}

.PortletHeaderRight {
    PADDING: 2px 3px 3px 4px;
    COLOR: #333333;
    FONT-WEIGHT: bold;
    zoom: 1;
    float: right
}

.PortletHeaderBottom, .PortletHeaderBottom TD {
    PADDING: 3px 4px 3px 4px;
    COLOR: #333333;
    FONT-WEIGHT: bold;
}

.PortletHeader TD {
    PADDING-RIGHT: 6px;
    FONT-WEIGHT: bold;
    white-space: nowrap;
    vertical-align: middle;
}

.PortletContentWOPadding {
    BACKGROUND-COLOR: #FEFEFE;
    COLOR: #000000;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.PortletContent {
    PADDING: 4px 4px;
    LINE-HEIGHT: 16px;
    COLOR: #000000;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.InformationHeader {
    PADDING: 6px 10px;
    COLOR: #333333;
    FONT-WEIGHT: normal;
    zoom: 1;
}

.InformationContent {
    PADDING: 4px 4px 10px;
    LINE-HEIGHT: 16px;
    COLOR: #000000;
}

.InformationContent.paddingBottom5 {
    padding-bottom: 5px;
}

.FoldableInformationHeader {
    PADDING: 3px 4px 3px 4px;
    FONT-WEIGHT: normal;
}

.FoldableInformationHeader table tbody tr td table tbody tr td:first-child {
    width: 10px;
}

.PortletHeader table {
    width: auto;
}

.FoldableInformationHeader td {
    PADDING-RIGHT: 6px;
    FONT-WEIGHT: normal;
    vertical-align: middle;
}

TD.HeaderButtonCell, td.buffButtonCell {
    PADDING: 2px 3px 3px 0px;
}

TD.HeaderSelectCell {
    PADDING: 0px 5px 0px 0px;
    vertical-align: middle;
}

.ActionLinkHead th {
    white-space: nowrap;
    font-weight: bold;
    padding-left: 4px;
    border-bottom: 1px solid #6d7155;
}

.ActionLinkHeadBottom th {
    color: #6C6F70;
    font-weight: bold;
    padding-left: 4px;
}

.DataTableHead th {
    white-space: nowrap;
    font-weight: bold;
    padding: 4px;
}

.DataTableOddRow {
    height: 40px;
    empty-cells: show;
}

.DataTableOddRow.height25 {
    height: 25px;
}

.DataTableEvenRow {
    height: 40px;
    empty-cells: show;
}

.DataTableEvenRow.height25 {
    height: 25px;
}

.LastCompetencyCell {
    padding-bottom: 2px;
}

.RequiredField {
    color: #D70101;
    font-weight: bold;
}

.ActionCell {
    padding: 2px 8px 2px 5px;
}

A.ActionLink:link, A.ActionLink:visited {
    font-weight: normal;
}

A.ActionLink:hover, A.ActionLink:active {
    font-weight: normal;
    TEXT-DECORATION: underline
}

A.HelpActionLink:link, A.HelpActionLink:active, A.HelpActionLink:visited, A.HelpActionLink:hover {
    padding-top: 8px;
    text-align: right;
    text-decoration: none;
}

.HelpActionLink {
    color: #888888;
    padding-top: 8px;
    text-align: right;
    text-decoration: none;
}

A.ActionHeaderLink:link, A.ActionHeaderLink:visited, A.ActionHeaderLink:active {
    font-weight: normal;
}

A.ActionHeaderLink:hover {
    font-weight: normal;
    text-decoration: underline
}

.ActionIndent {
    padding-left: 12px;
}

/* end editing CTI 11/06/07  */

/* row1, row2 section  */

.row2 {
    COLOR: #000000;
    border-collapse: separate;
    empty-cells: show;
}

/* http://mattsnider.com/css/css-string-truncation-with-ellipsis/ */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    width: 150px
}

a.SideMenuLink {
    vertical-align: bottom;
}

A.SideMenuLink:link {
    text-decoration: none;
}

A.SideMenuLink:visited {
    text-decoration: none;
}

A.SideMenuLink:active {
    text-decoration: none;
}

A.SideMenuLink:hover {
    text-decoration: none;
}

.row2 td {
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.topSmallNoBorder {
    vertical-align: top;
    FONT-SIZE: 9px;
    COLOR: #000000;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row1 td.topRegularNoBorder {
    vertical-align: top;
    FONT-SIZE: 11px;
    COLOR: #000000;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.topRegularNoBorder {
    vertical-align: top;
    FONT-SIZE: 11px;
    COLOR: #000000;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row1 td.regularNoBorder {
    vertical-align: middle;
    FONT-SIZE: 11px;
    COLOR: #000000;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.regularNoBorder {
    vertical-align: middle;
    FONT-SIZE: 11px;
    COLOR: #000000;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row1 td.topRegular {
    background: #FAFBF0;
    color: #000000;
    font-weight: normal;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.topRegular {
    background: #F1F4DD;
    color: #000000;
    font-weight: normal;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row1 td.topRegularNoBorder {
    background: #FAFBF0;
    color: #000000;
    font-weight: normal;
    border-right: 0px;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.topRegularNoBorder {
    background: #F1F4DD;
    color: #000000;
    font-weight: normal;
    border-right: 0px;
    border-collapse: separate;
    empty-cells: show;
}

.row1 td.topSmall {
    background: #FAFBF0;
    color: #000000;
    font-size: 9px;
    font-weight: normal;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row2 td.topSmall {
    background: #F1F4DD;
    color: #000000;

    font-size: 9px;
    font-weight: normal;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

/* row1b, row2b section  */

.row1b td.topRegular {
    background: #FAFBF0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row2b td.topRegular {
    background: #F1F4DD;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row1b td.topRegularNoBorder {
    background: #FAFBF0;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row2b td.topRegularNoBorder {
    background: #F1F4DD;
    color: #000000;

    font-size: 11px;
    font-weight: bold;
    border-right: 0px solid #FFFFFF;
    border-collapse: separate;
    empty-cells: show;
}

.row1b td.topSmall {
    background: #FAFBF0;
    color: #000000;

    font-size: 9px;
    font-weight: bold;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.row2b td.topSmall {
    background: #F1F4DD;
    color: #000000;

    font-size: 9px;
    font-weight: bold;
    border-right: 1px solid #A4BA36;
    border-collapse: separate;
    empty-cells: show;
}

.red {
    FONT-WEIGHT: bold;
    COLOR: #A62505;
}

.loginErrorMsg {

    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #990000;
}

.head1 {

    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
}

.commonBorder {
    font-weight: bold;
    color: #FFFFFF;
    background: #BBBBBB;
    white-space: nowrap;
    text-align: center;
}

.SideMenuTable {

    font-size: 11px;
}

.SideMenuTable td {

    font-size: 11px;
}

.SideMenuButton {
    font-size: 11px;
    width: 49;
    overflow: visible;
    padding-left: 2;
    padding-right: 2;
}

.SideMenuText {
    font-size: 10px;
    font-weight: normal;
}

.large {

    font-size: 13pt;
    font-weight: bold;
    color: #003366;
    white-space: nowrap;
}

div.CalendarBox {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    margin-right: 6px;
    FONT: 10px;
}

table.CalendarBox {
    COLOR: #4C4E4A;
    FONT: 10px;
}

.dayLink {
    text-decoration: none;
}

td.shade1 {
    COLOR: #4C4E4A;
    FONT: 10px;
}

td.shade2 {
    background: #EAF4F8;
    COLOR: #4C4E4A;
    FONT: 10px;
}

td.PortletHeaderText {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
}

.InnerTableBox tr:first-child td {
    padding-top: 0 !important;
}

.InnerTableBox tr:last-child td {
    padding-bottom: 0 !important;
}

TEXTAREA.disabled {
    font-size: 9pt;
    cursor: default;
}

TEXTAREA.enabled {
    font-size: 9pt;
    background-color: #FFFFFF;
}

.slidetabsmenu {
    float: left;
    width: 100%;
    line-height: normal;
    /* -6px is the correct setting to get this to line up in Chrome and Firefox */
    margin-top: -6px;
    margin-left: 5px;
}

.slidetabsmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slidetabsmenu li {
    display: inline;
    margin: 0;
    padding: 0;
}

.slidetabsmenu a {
    float: left;
    border: 1px solid;
    border-bottom-width: 0;
    margin: 0;
    margin-right: 5px;
    padding: 0 0 0 9px;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    position: relative;
    top: 7px;
    margin-top: -9px;
}

.slidetabsmenu a span {
    float: left;
    display: block;
    /*background: url( ../../img/UIv8/slide-right.gif ) no-repeat right top;*/
    padding-right: 13px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {
    float: none;
}

/* End IE5-Mac hack */

.slidetabsmenu a span.ArrowDropdown {
    padding-right: 8px;
}

.slidetabsmenu a:hover span, .slidetabsmenu .selected a span {
    color: #333333;
}

.slidetabsmenu a:hover, .slidetabsmenu .selected a {
    background-position: 0% -125px;
    text-decoration: none;
}

.slidetabsmenu a:hover span, .slidetabsmenu .selected a span {
    background-position: 100% -125px;
}

.dropmenudiv {
    position: absolute;
    top: 0;
    line-height: 18px;
    z-index: 100;
    width: 300px;
    visibility: hidden;
    overflow: hidden;
    margin-top: -1px;
    border: 1px solid;
    border-top-width: 0;
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited,
.dropmenudiv span {
    width: auto;
    display: block;
    text-indent: 5px;
    padding: 2px 0;
    text-decoration: none;
}

.dropmenudiv a:link {
    color: #333333;
}

.dropmenudiv a:active {
    color: #333333;
}

.dropmenudiv a:visited {
    color: #333333;
}

* html .dropmenudiv a {
    /*IE only hack*/
    width: 100%;
}

.dropmenudiv span {
    border-top-width: 1px;
    color: #333333;
}

.RankingTable td, .InformationContent .RankingTable td {
    padding: 0;
}

.RankingTable img {
    max-width: none;
}

#cluetip .ui-widget-content, #cluetip .ui-state-default {
    border: 0;
    padding: 5px;
}

.cluetip-talentCard .cluetip-inner {
    padding: 0 !important;
}

.cluetip-close img {
    border: 0 none;
    margin: 7px 7px 0 0;
}

.cluetip-title {
    overflow: hidden;
}

.cluetip-title .cluetip-close {
    float: right;
    position: relative;
}

#cluetip-waitimage {
    background-image: url(../../img/UIv8/cluetip/wait.gif);
    height: 11px;
    position: absolute;
    width: 43px;
}

.cluetip-arrows {
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    height: 22px;
    left: -11px;
    position: absolute;
    top: 0;
    width: 11px;
}

#cluetip .ui-state-default {
    filter: none;
}

.cluetip-extra {
    display: none;
}

.cluetip-talentCard {
    /* round corners */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* drop shadow */
    box-shadow: 5px 5px 5px #888;
}

.cluetip-talentCard .cluetip-outer {
    margin: 0;
    position: relative;
    background-color: white;
    /* round corners */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
}

.cluetip-talentCard .cluetip-inner {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.cluetip-default h3.cluetip-title {
    font-size: 1.1em;
    font-weight: normal;
    padding: 2px 5px 0 5px;
    border-width: 0 0 1px 0;
}

.cluetip-default .cluetip-title a {
    color: #D9D9C2;
    font-size: 0.95em;
}

.cluetip-default .cluetip-inner {
    padding: 0 6px 2px;
    text-align: justify;
}

.cluetip-talentCard #cards_container, .orgChart #cards_container {
    margin: 0;
    height: 355px;
}

.cluetip-default div.cluetip-close,
.cluetip-talentCard .cluetip-close {
    color: #990000;
    margin: 0 5px 5px;
    text-align: right;
}

.cluetip-talentCard .cluetip-close {
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}

.clue-right-default .cluetip-arrows {
    background-image: url(../../img/UIv8/cluetip/darrowleft.gif) !important;
}

.clue-left-default .cluetip-arrows {
    background-image: url(../../img/UIv8/cluetip/darrowright.gif) !important;
    left: 100%;
    margin-right: -11px;
}

.clue-top-default .cluetip-arrows {
    background-image: url(../../img/UIv8/cluetip/darrowdown.gif) !important;
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: 100%;
    width: 22px;
}

.clue-bottom-default .cluetip-arrows {
    background-image: url(../../img/UIv8/cluetip/darrowup.gif) !important;
    height: 11px;
    left: 50%;
    margin-left: -11px;
    top: -11px;
    width: 22px;
}

a.quickView, button.quickView, .hoverCandidateCount.quickView {
    padding-right: 17px;
}

a.quickView:hover, button.quickView:hover, .hoverCandidateCount.quickView:hover {
    background: url(../../img/UIv8/quickview.gif) no-repeat right;
}

/* Talent Card Styles */
.cluetip-talentCard #talentCard {
    margin: 10px;
    width: 300px;
}

#talentCard th {
    text-align: left;
}

#talentCard .header {
    background-color: #D1F4FF;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: top;
    height: 85px;
    width: 266px;
}

#talentCard .accessDenied {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    display: none;
}

#talentCard .header .picture {
    float: left;
}

#talentCard .header .info {
    float: right;
    width: 175px;
    font-size: 12px;
}

#talentCard .header .info a {
    font-size: 12px;
}

#talentCard .header .info div {
    margin-bottom: 5px;
}

#talentCard .header .name {
    font-weight: bold;
    font-size: 15px;
}

#talentCard .header .title, #talentCard .header .department {
    color: #999;
}

#talentCard .header .email,
#talentCard .header .phone {
    padding-top: 2px;
    padding-left: 20px;
}

#talentCard .header .phone {
    font-weight: normal;
}

#talentCard .header .resume {
    padding-top: 2px;
    padding-left: 2px;
}

#talentCard .header .email {
    background: url('../../img/UIv8/icon_talent_card_header_icon_email.png') left no-repeat;
}

#talentCard .header .phone {
    background: url('../../img/UIv8/icon_talent_card_header_icon_phone.png') left no-repeat;
}

#talentCard .header .pdf {
    background: url('../../img/UIv8/icon_talent_card_candidate_resume_pdf.png') left no-repeat;
}

#talentCard .header .word {
    background: url('../../img/UIv8/icon_talent_card_candidate_resume_word.png') left no-repeat;
}

#talentCard .header button {
    width: 26px;
    height: 40px;
    margin: -15px -1px 0 0;
    border: 0;
    font-size: 9px;
    text-align: center;
    padding-top: 13px;
    top: 84px;
    position: absolute;
    right: 20px;
}

#talentCard .header .subsBtn {
    background: url('../../img/UIv8/icon_org_chart_tile_direct_subs_default.png') center no-repeat;
}

.tabs-bottom {
    margin-bottom: -1px;
    margin-left: -2px;
}

#talentCard .data {
    background-color: #FDFCEB;
    border: 1px solid #88ABC2;
    height: 212px;
    width: 286px;
    padding-top: 5px;
    margin-top: 5px;
}

#talentCard .talentCardData {
    border-collapse: collapse;
}

#talentCard .talentCardData th {
    font-weight: normal;
    padding: 3px 3px 3px 10px;
    width: 40%;
    font-size: 12px;
}

#talentCard .talentCardData td, #talentCard .talentCardData td a {
    font-size: 12px;
}

.tabs-bottom #cards a, .tabs-bottom #cards .filler {
    border-top: 1px solid #A0BDD1;
    background: #D1F4FF;
    height: 39px;
    width: 39px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.tabs-bottom #cards .filler {
    position: absolute;
    right: 0;
    border-bottom-right-radius: 10px;
    -webkit-border-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.tabs-bottom #cards .active a {
    border-top: 0;
    background-color: white !important;
    border-bottom: 1px solid transparent;
}

.tabs-bottom #cards a,
.tabs-bottom #manage_tabs_button,
.cluetip-talentCard #manage_tabs_button_no_tabs {
    border-right: 1px solid #A0BDD1;
    /* Remove dotted border for older versions of Firefox */
    -moz-outline-style: none;
    outline: none;
}

.tabs-bottom .cornerTab a {
    border-bottom-left-radius: 10px;
    -webkit-border-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-left: 0;
}

.tabs-bottom #cards span img {
    border: 0;
    margin-top: 10px;
}

.tabs-bottom #manage_tabs_button, .cluetip-talentCard #manage_tabs_button_no_tabs {
    height: 35px;
    background: url("../../img/UIv8/icon_talent_card_tabs_icon_edit.png") #D1F4FF no-repeat center;
}

.tabs-bottom #manage_tabs_button:hover, .cluetip-talentCard #manage_tabs_button_no_tabs:hover {
    height: 35px;
    background: url("../../img/UIv8/icon_talent_card_tabs_icon_edit.png") #D1F4FF center no-repeat;
}

#talentCard h3 {
    background-color: #bfd7ea;
    padding: 7px;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    font-size: 14px;
    margin: 5px 0 10px;
    line-height: 1;
}

#cluetip .mainHeaderTd {
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
}

.cluetip-talentCard .workHistoryContainer {
    width: 288px;
}

.cluetip-talentCard .workHistory {
    margin-top: -12px;
    margin-left: 0 !important;
    border: 1px solid silver;
    width: 100% !important;
}

#cluetip .workHistory thead tr {
    background-color: #d5ecfe;
}

#cluetip .workHistory td, #cluetip .workHistory th {
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

#cluetip .workHistory .even {
    background-color: #eff4ff
}

#cluetip .workHistory .ellipsis {
    display: block;
    width: 90px;
}

.cluetip-talentCard .name, .cluetip-talentCard .title,
.cluetip-talentCard .phone, .cluetip-talentCard .email {
    width: 165px;
}

.cluetip-talentCard .department {
    width: 150px;
}

.cluetip-talentCard .talentCardData .ellipsis {
    width: 145px;
    display: block;
}

/* End Talent Card Styles */

.grayOptionFont {
    color: #888888;
}

.transparent50 {
    filter: alpha(opacity = 50);
    opacity: 0.5;
}

.transparent0 {
    filter: alpha(opacity = 100);
    opacity: 1;
}

.numberInput {
    text-align: right;
    width: 50px
}

.numberInputDisabled {
    text-align: right;
    width: 50px;
}

/* errors */
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 97;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    color: #fff;
    width: 150px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 15px;

    z-index: 5001;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

.currency {
    text-align: right;
}

/* Beginning Rating scale styling*/
#ratingScalesContainer {
    height: 210px;
}

.ratingSegment {
    height: 120px;
    float: left;
}

.descriptionTextbox, .pointerTextbox, .rangeTextbox, .rangeTextboxLeft, .ratingButton, .ratingTextbox {
    border: 1px solid #96b6dd;
    text-align: center;
}

.rangeSegment_detailsBox table tr td, .inputLabels_detailsBox table tr td {
    height: 18px;
    border-bottom: dotted;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
}

/* End Rating scale styling*/

/* Begin of Compensation Calculator UI styling */
#boxContainer {
    white-space: nowrap;
}

.box {
    width: 160px;
    height: 260px;
    float: left;
    background: url(../../img/UIv8/verticalBox.png) no-repeat 0 0;
}

.box h4 {
    font-weight: normal;
    color: #025C8D;
    margin: 14px 0 0 0;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}

.box table {
    color: #0c3b4a;
    margin: 4px 30px 0 20px;
}

.box table td {
    width: 90px;
    padding: 4px;
    text-align: right
}

.compCalTable {
    margin: 30px 0px 0 0px;
}

.compCalTable td {
    width: 90px;
    padding: 4px;
}

.labelsBox {
    width: 110px;
    background: url(../../img/UIv8/labelsBox.png) no-repeat 0 0;
}

.client {
}

.work {
}

.total {
}

.endBox {
    width: 110px;
    background: url(../../img/UIv8/endBox.png) no-repeat 0 0;
}

.chartContainerDiv {
    width: 150px;
    height: 150px;
    margin-top: -9px;
    margin-left: 5px;
}

/* End of Compensation Calculator UI */

/*Begin of Cycle Progressbar UI */
#progressBarContainer {
    white-space: nowrap;
}

.stepBox {
    width: 160px;
    height: 70px;
    float: left;
    background: url(../../img/UIv8/stepBox.png) no-repeat 0 0;
    text-align: center
}

.percentage_stepBox {
    font-weight: normal;
    color: white;
    position: absolute;
    padding: 22px 0px 0px 2px;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    width: 35px;
}

.leftEndBox {
    width: 5px;
    background: url(../../img/UIv8/leftEnd_stepBox.png) no-repeat 0 0;
}

.rightEndBox {
    background: url(../../img/UIv8/rightEnd_stepBox.png) no-repeat 0 0;
}

.dueDate_stepBox {
    font-size: 9px;
    position: relative;
    top: 5px;
}

.progressBarDiv {
    color: #333;
}

.progressBarDiv table {
    margin-left: auto;
    margin-right: auto;
}

.progressBarDiv table td {
    height: 30px;
    vertical-align: top
}

/* End of Cycle Progressbar UI */
.boldEnlargeText {
    font-size: 13px;
    font-weight: bold;
}

.fadeParsingImage {
    opacity: 0.4; /* Firefox, Safari, Opera */
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter: alpha(opacity = 40); /* IE 7 and lower*/
    zoom: 1; /* trigger "hasLayout" for IE7 and lower*/
}

/*Begin Menu rounded corner css */
.top-left, .top-right, .bottom-left, .bottom-right {
    height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px; /* DNC: correction IE for height of the <div>'s */
}

.top-left, .bottom-left {
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}

.top-right, .bottom-right {
    margin-left: 9px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px; /* CHANGE: replace by the height of one of your corners */
}

.top-right {
    background-position: 100% 0; /* DNC: position right corner at right side, no vertical changes */
}

.bottom-left {
    background-position: 0 -9px; /* CHANGE: replace second number by negative height of one of your corners */
}

.bottom-right {
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
}

.inside {
    color: #000000; /* YCC: default text-color of the inside */
    padding-left: 10px; /* YCC: all texts at some distance of the left border */
    padding-right: 10px; /* YCC: all texts at some distance of the right border */
}

.notopgap {
    margin-top: 0;
}

/* DNC: to avoid splitting of the box */
.nobottomgap {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

/* DNC: to avoid splitting of the box */
/* End of Menu rounded corner css */

/*Begin Topsection rounded corner css */
.topsection_bottom-left, .topsection_bottom-right {
    height: 9px; /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px; /* DNC: correction IE for height of the <div>'s */
}

.topsection_bottom-left {
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}

.topsection_bottom-right {
    margin-left: 9px; /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px; /* CHANGE: replace by the height of one of your corners */
}

.topsection_bottom-left {
    background-position: 0 -9px; /* CHANGE: replace second number by negative height of one of your corners */
}

.topsection_bottom-right {
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
}

/* End of Menu rounded corner css */

/* Begin Comp guidelines table */
table.simpleTable {
    border-collapse: collapse;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

table.simpleTable th, table.simpleTable td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.6em;
    vertical-align: 4px;
    background-color: #F8F8FC;
}

table.simpleTable th {
    background: #F8F8FC url(../../img/UIv8/tableheader_bullet.gif) no-repeat 6px 0.8em;
    padding-left: 24px;
}

/* End Comp guidelines table */

.fourDigitInputField {
    width: 30px;
}

/* Begin EditPicklist UI */
.listItemsContainer {
    border: 1px solid #ddd;
}

.pickList {
    width: 350px;
    height: 150px;
}

/* End EditPicklist UI */

.reportsList {
    width: 100%
}

.reportsList tr td, .reportFlaggedDiv {
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    padding: 5px 0;
    overflow: auto;
}

.reportsSubHeader {
    background-color: #ccc;
    height: 30px;
    font-size: 18px;
}

.reportsSubHeader td {
    border: 1px solid #333;
}

.report-favorite, .report-schedule, .topic-select {
    width: 30px;
    float: left;
    text-align: center;
}

.report-text{
    float: left;
    width: 65%;
    padding-left: 10px;
}

/* BUTTONS */
.actionButtons a, .actionButtons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 80%;
    line-height: 130%;
    text-decoration: none;
    font-weight: normal;
    color: #565656;
    cursor: pointer;
    padding: 6px 4px 0px 4px; /* Links */
    height: 18px;
    text-align: center;
    width: 65px;
}

.actionButtons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.actionButtons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child + html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.actionButtons button img, .actionButtons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* STANDARD */
.actionButtons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.actionButtons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* POSITIVE */
button.positive, .actionButtons a.positive {
    color: #529214;
}

.actionButtons a.positive:hover, button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.actionButtons a.positive:active {
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* NEGATIVE */
.actionButtons a.negative, button.negative {
    color: #d12f19;
}

.actionButtons a.negative:hover, button.negative:hover {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.actionButtons a.negative:active {
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

/* FAVORITE */
.actionButtons a.favorite, button.favorite {
    color: #EE9D3E;
}

.actionButtons a.favorite:hover, button.favorite:hover {
    background: #FFFFEE;
    border: 1px solid #FFCC66;
    color: #EE9D3E;
}

.actionButtons a.favorite:active {
    background-color: #FFCC66;
    border: 1px solid #FFCC66;
    color: #fff;
}

/* Spellcheck */

/* AtD error styles */

.hiddenSpellError {
    border-bottom: 2px solid red;
    cursor: default;
}

.hiddenGrammarError {
    border-bottom: 2px solid green;
    cursor: default;
}

.hiddenSuggestion {
    border-bottom: 2px solid blue;
    cursor: default;
}

/* */
.AtD_proofread_button {
    width: 14px;
    height: 14px;
    background-image: url('../images/writing.gif');
    display: block;
}

.AtD_edit_button {
    width: 14px;
    height: 14px;
    background-image: url('../images/editing.gif');
    display: block;
}

/* Menu styles derived from:
 * jquery.spellchecker.js - a simple jQuery Spell Checker
 * Copyright (c) 2008 Richard Willis
 * MIT license  : http://www.opensource.org/licenses/mit-license.php
 * Project      : http://jquery-spellchecker.googlecode.com
 */

#suggestmenu {
    background: #fff;
    position: absolute;
    display: none;
    z-index: 9999;
    overflow: none;
    margin-top: 1px;
    text-align: left;
    font-size: 12px;
}

#suggestmenu strong {
    background: #ddd;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    display: block;
    border: 1px solid #ccc;
    color: #333333;
}

#suggestmenu em {
    text-align: center;
    padding: 3px 6px 3px 6px;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#suggestmenu a, #suggestmenu a:visited {
    background: #fff;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 3px 6px 3px 6px;
    display: block;
    margin: 0px;
    text-decoration: none;
    color: #333;
    outline: none
}

#suggestmenu a.first, #suggestmenu a.first:visited {
    border-top: 1px solid #ccc
}

.spell_sep_bottom {
    border-bottom: 1px solid #ccc;
}

.spell_sep_top {
    border-top: 1px solid #ccc;
}

#suggestmenu a:hover {
    color: #000;
    background: #dbecf3
}

#suggestmenu .foot {
    border-top: 1px solid #ddd;
    background: #fff
}

#suggestmenu .foot a, #suggestmenu .foot a:visited {
    outline: none
}

/* end spellcheck */

/* multirater */
.multiraterRatingInfo td {
    padding-right: 6px;
}

#languageDiv {
    display: block;
    position: relative;
    top: -10px;
    width: 80px;
    right: 0;
    height: 0;
    padding: 5px;
    margin-top: -15px;
}

#languageDiv #langOptionsImg {
    margin-bottom: -2px;
}

.languageDropdown {
    padding: 8px;
    position: absolute;
    z-index: 10000;
    background-color: white;
    opacity: 0.87;
    left: 0;
    top: 18px;
    text-align: left;
    white-space: nowrap;
    width: 75px;
    line-height: 18px;
}

.disabledColor {
    color: gray;
    opacity: 0.8;
}

.disabledButton {
    color: gray;
    opacity: 0.65;
    cursor: default;
}

.disabledButton:hover {
    color: gray;
    opacity: 0.65;
    cursor: default;
}

#tabs_container {
    margin: 0 0 1em 0;
}

#tabs_container .tab {
    display: none;
}

#tabs_container .active {
    display: block;
}

#manageTabsContainer {
    margin: 0 0 1em 0;
}

#manageTabsContainer .tab {
    border: 1px solid #333;
    padding: 1em;
    display: none;
}

#manageTabsContainer .active {
    display: block;
}

#tabs, #pageLayOutTabsUL, #cards {
    padding-left: 2px;
    margin-left: 0;
}

#pageLayOutTabsUL {
    margin-left: 4px;
}

#tabs li, #pageLayOutTabsUL li, #cards li {
    float: left;
    list-style: none;
}

#tabs li.active, #pageLayOutTabsUL li.active {
    border-bottom: none;
}

#tabs a, #pageLayOutTabsUL a {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    color: #666;
    display: block;
    height: 28px;
    line-height: 26px;
    text-decoration: none;
    margin-left: -1px;
    border-width: 1px;
    border-style: solid;
}

#tabs a span, #pageLayOutTabsUL a span {
    display: block;
    height: 28px;
    margin-right: 10px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

#tabs a span img, #pageLayOutTabsUL a span img {
    vertical-align: middle;
    cursor: pointer;
}

#tabs a:hover, #pageLayOutTabsUL a:hover {
    display: block;
}

#tabs a:hover span, #pageLayOutTabsUL a:hover span {
    display: block;
    white-space: nowrap;
}

#tabs .active a:link, #pageLayOutTabsUL .active a:link {
    font-weight: bold;
    border-bottom: none;
    margin-top: -4px;
    padding-top: 5px;
}

.configurationTab {
    padding-top: 0px;
}

#tabs .active a:visited, #pageLayOutTabsUL .active a:visited {
    font-weight: bold;
    border-bottom: none;
}

#tabs .active a:hover, #pageLayOutTabsUL .active a:hover {
    font-weight: bold;
    border-bottom: none;
}

#tabs .active a span, #pageLayOutTabsUL .active a span {
    font-weight: bold;
    color: #000;
    border-bottom: none;
    white-space: nowrap;
}

#tabs .active a:hover span, #pageLayOutTabsUL .active a:hover span {
    font-weight: bold;
    border-bottom: none;
    white-space: nowrap;
}

/* -------------------------------- */
.pageLayoutTab {
    margin-right: 5px;
    width: 40px;
}

.pageLayoutTab a:link {
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #333333;
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    border-bottom: solid 1px #333333;
}

.pageLayoutTab a:visited {
    color: #333333;
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    border-bottom: solid 1px #333333;
}

.pageLayoutTab a span {
    border-radius: 6px 6px 0 0;
    display: block;
    font-size: 12px;
    height: 16px;
    border-bottom: solid 1px #333333;
    text-align: center;
}

.pageLayoutTab a:hover {
    display: block;
}

.pageLayoutTab a:hover span {
    display: block;
}

/* -------------------------------- */
#manage_tabs_button_no_tabs, #manage_tabs_button {
    width: 43px;
    height: 28px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    display: block;
    position: relative; /* to hide the bottom border */
    top: 1px;
    margin-top: -10px;
    left: 5px;
}

#manage_tabs_button_no_tabs {
    border: 1px solid;
    border-bottom-style: none;
}

#manage_tabs_button_no_tabs:hover {
    width: 43px;
    height: 28px;
    display: block;
    background-position: center top;
}

#manage_tabs_button_no_tabs a, #manage_tabs_button_no_tabs a:link, #manage_tabs_button a, #manage_tabs_button a:link {
    display: block;
    width: 43px;
    height: 28px;
}

#manage_tabs_button a, #manage_tabs_button a:link {
    width: 43px;
    height: 28px;
    display: block;
}

#manage_tabs_button {
    width: 43px;
    height: 28px;
    display: block;
    margin-top: 0;
    top: 0;
    margin-left: -6px;
}

#manage_tabs_button:hover {
    width: 43px;
    height: 28px;
    display: block;
}

#tabConfigContainer div {
    display: none;
    height: auto;
    border: none;
}

#tabConfigContainer .active {
    display: block;
}

#tabs_add_button {
    width: 22px;
    height: 20px;
    background-image: url('../../img/UIv8/btn_add_default_small.png');
    display: block;
}

#tabs_add_button:hover {
    width: 22px;
    height: 20px;
    background-image: url('../../img/UIv8/btn_add_default_small.png');
    display: block;
}

#tabs_add_button:active {
    width: 22px;
    height: 20px;
    background-image: url('../../img/UIv8/btn_add_default_small.png');
    display: block;
}

.boldText {
    font-weight: bold;
}

.buttonText {
    /*font-weight: bold;*/
    font-size: 14px;
    padding-left: 2px;
    vertical-align: middle;
}

.defaultTabUpdateSpinner {
    display: none;
    vertical-align: middle;
}

.defaultTabUpdateSuccess {
    display: none;
}

.jobNotifySpinner{
    display: none;
    vertical-align:middle;
}

.jobNotifySuccess{
    display: none;
}

/* for profile pictures */
.photo {
    border: 2px solid #FFF;
    display: block;
    max-width: none;
}

.datagrid .photo {
    display: inline-block;
}

.previewPicture #profilePicture {
    display: inline-block;
}

.edit-photo {
    background: white;
    opacity: .8;
    position: absolute;
    margin-top: -22px;
    width: 85px;
    text-align: center;
    padding: 2px
}

#profilePicture-message {
    background: #ffd;
    padding: 3px;
    display: none;
}

#uploadPhoto {
    padding: 10px;
}

#currentPhoto {
    padding: 10px;
    border-right: 2px dotted silver;
}

.editPhotoPanel {
    background: white;
    width: 800px;
    display: none;
}

.editPhotoPanel h3 {
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
}

.editPhotoPanel p {
    white-space: nowrap;
}

.editPhotoPanel td {
    vertical-align: top;
}

.editPhotoPanel span {
    display: block;
    margin-top: 10px;
}

.editPhotoPanel img {
    max-width: none;
}

#uploadProgressBar {
    text-align: center
}

.profilePicturePreview {
    display: none;
    width: 400px !important;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.profilePicturePreview img {
    margin-bottom: 10px;
}

/* jQuery UI Dialog customizations */
.ui-dialog-title {
    color: #333333
}

.divField {
    padding: 4px;
    float: left;
}

.divLeftColumnTitle {
    text-align: right;
    width: 160px
}

.fieldValue {
    font-weight: bold;
}

.divNewLine {
    clear: both;
}

.numberIconBox {
    border: 1px solid #505050;
    padding: 0 1px;
    float: left;
    height: 15px;
    min-width: 13px;
    vertical-align: middle;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

#noTabsMsgDiv {
    margin-left: auto;
    margin-right: auto;
    background-image: url('../../img/UIv8/tab_blank_background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 390px;
}

.HeaderButtonCell .btn, .PortletHeader .btn, .buffButtonCell .btn, .btn-group btn {
    padding: 4px 8px;
    font-size: 14px;
}

.btn-group {
    font-size: 0;
    white-space: nowrap;
    position: relative;
    float: right;
    padding: 5px;
}

.btn-group > .text, .btn-group > ul > li > .text {
    font-size: 12px;
    padding: 0px 4px;
}

.btn-group > .btn {
    float: none;
    position: relative;
    font-size: 12px;
}

.btn-group > a {
    font-size: 12px;
}

.font12 {
    font-size: 12px;
}

.btn-group > .btn-mini,
.btn-group > .btn-small {
    font-size: 11px;
}

.btn-group > .btn-large {
    font-size: 15px;
}

.btn-group > .dropdown-menu a, .btn-group > .dropdown-menu li {
    font-size: 12px;
}

td.DTRC > div > .btn-group,
td.DTActionC > div > .btn-group,
td.DataTableOverLastRowActionCell > div > .btn-group,
td.DataTableOverActionCell > div > .btn-group {
    margin-top: 5px;
}

.noMarginTop, .noMarginTop > .btn-group {
    margin-top: 0px;
}

.HeaderSelectCell select, HeaderButtonCell select, .PortletHeader select, .select-group select {
    color: #333;
    width: auto;
    padding: 4px 10px;
    margin-bottom: 0;
}

#orgChartSearchKeyword {
    margin-top: 5px;
}

.available-trees h3 {
    line-height: normal;
}

.available-trees ul {
    margin: 0;
}

.orgChart {
    padding-top: 10px;
}

#legend .title, #legend .filterTitle {
    text-align: left;
}

/* Tabs */
.tabs-top {
    width: auto;
    position: relative;
    top: 1px;
    left: 3px;
}

#subscribeSection {
    border-top: 1px dashed #ffffff;
    padding: 5px 5px 20px 5px;
    text-align: center;
}

#subscribeButton {
    background-color: #9FBA7B;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 8px 8px 8px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
}

.fixInputAlignment {
    vertical-align: baseline;
    vertical-align: middle; /* IE 8 and below */
    *vertical-align: middle; /* IE 7 and below */
    _vertical-align: middle; /* IE 6 */
}

.mobile-icon {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -163px -1163px;
    width: 13px;
    height: 15px;
    display: inline-block;
}

.background-chart-pie {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -311px -997px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.background-chart-bar {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -312px -1044px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.background-chart-pie-small {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -311px -1085px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.background-chart-bar-small {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -312px -1115px;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.infoIcon {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -160px -1191px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.chartConfigClueTip {
    white-space: nowrap;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 12px;
}

.padding0 {
    padding: 0px;
}

.noBorder {
    border: none
}

.display-field-column-cell {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    border: 0 !important;
    font-weight: normal;
}

.border0important {
    border: 0 !important;
}

.display-field-column-cell > a > span, {
    font-size: 14px;
    font-weight: bold;
}

.headerStatusIcon {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -163px -1235px;
    width: 14px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.hoverCandidateCount {
    font-weight: bold;
    font-size: 14px;
    cursor: default;
    color: #0087CC;
}

/*
 * jQuery UI Bootstrap
 * Portions copyright Addy Osmani, jQuery UI & Twitter Bootstrap
 * Released under MIT/GPL.
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and jquery-ui/bootstrap/images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(jquery-ui/bootstrap/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
/*.ui-widget-content a { color: #404040; }*/
.ui-widget-header {
  font-weight:bold;
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border:0px solid #666;

 }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
/*
border: 1px solid #d3d3d3; background: #e6e6e6 url(jquery-ui/bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555;*/

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);


  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;


 }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/


.ui-state-highlight p, .ui-state-error p, .ui-state-default p{
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {


  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);


}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {


  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
 background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);


}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }



/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(jquery-ui/bootstrap/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(jquery-ui/bootstrap/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(jquery-ui/bootstrap/images/ui-icons_f6cf3b_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }



/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(jquery-ui/bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(jquery-ui/bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-weight:bold; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
  background:#0064CD;
  color:#fff
}


/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {

  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

} /* the overflow property removes extra width in IE */

.ui-button-primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}



.ui-button-success{
  color:#ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error{
  color:#ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { 
  /*
    width: 2.4em;
    margin-right: -.3em;
    display: inline-block;
position: relative;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible;
*/
   } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; /*tempfix*/ display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/


.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */



/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { /*padding: .4em 1em;*/

  position: relative;
  padding:5px 15px;

  border:0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration:none;
  background:none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  border-bottom:1px solid #ccc;

}
.ui-dialog .ui-dialog-title {
  float: left;
  /*margin: .1em 16px .1em 0; */
  color:#404040;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;

}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 19px;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
text-shadow: 0 1px 0 #ffffff;
filter: alpha(opacity=25);
-khtml-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0;   filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;   }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;

}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;


/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px;

 font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;

  
   }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { /*top: 1px;*/ }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev-hover { /*left:1px;*/ }
.ui-datepicker .ui-datepicker-next-hover { /*right:1px;*/ }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-datepicker th{
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover{
  background-color: #808080;
  color: #ffffff;

}
.ui-datepicker-today a{
  background-color: #BFBFBF !important;
  color: black;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom:0px;

}


.ui-datepicker td a{
  margin-bottom:0px;
  border:0px;
}

.ui-datepicker td:hover{
  color:white;
}

.ui-datepicker td .ui-state-default {
  border:0px;
  background:none;
  margin-bottom:0px;
  padding:5px;
  color:gray;
  text-align: center;
  filter:none;
}


.ui-datepicker td .ui-state-active{
  background:#BFBFBF;
  margin-bottom:0px;
  font-size:normal;
  text-shadow: 0px;
  color:white;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-default:hover{
  background:#0064cd;
  color:white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%;

/*this can be removed if ui-widget-header is blue*/
    color: #ffffff;
  background-color: #379EFF;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6FB7FF), to(#379EFF));
  background-image: -moz-linear-gradient(top, #6FB7FF, #379EFF);
  background-image: -ms-linear-gradient(top, #6FB7FF, #379EFF);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6FB7FF), color-stop(100%, #379EFF));
  background-image: -webkit-linear-gradient(top, #6FB7FF, #379EFF);
  background-image: -o-linear-gradient(top, #6FB7FF, #379EFF);
  background-image: linear-gradient(top, #6FB7FF, #379EFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FB7FF', endColorstr='#379EFF', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #379EFF #379EFF #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }



/*** Input field styling from Bootstrap **/
/*input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}*/


/**Toolbar**/

.ui-toolbar{
    padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}


/***Dialog fixes**/

.ui-dialog-buttonset .ui-button:nth-child(2){
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
   overflow: visible;
}


/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.colorpicker-saturation {
width: 100px;
height: 100px;
background-image: url(img/saturation.png);
cursor: crosshair;
float: left;
}
.colorpicker-saturation i {
display: block;
height: 5px;
width: 5px;
border: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: absolute;
top: 0;
left: 0;
margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
display: block;
height: 5px;
width: 5px;
border: 1px solid #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.colorpicker-hue, .colorpicker-alpha {
width: 15px;
height: 100px;
float: left;
cursor: row-resize;
margin-left: 4px;
margin-bottom: 4px;
}
.colorpicker-hue i, .colorpicker-alpha i {
display: block;
height: 1px;
background: #000;
border-top: 1px solid #fff;
position: absolute;
top: 0;
left: 0;
width: 100%;
margin-top: -1px;
}
.colorpicker-hue {
background-image: url(img/hue.png);
}
.colorpicker-alpha {
background-image: url(img/alpha.png);
display: none;
}
.colorpicker {
*zoom: 1;
top: 0;
left: 0;
padding: 4px;
min-width: 120px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.colorpicker:before, .colorpicker:after {
display: table;
content: "";
}
.colorpicker:after {
clear: both;
}
.colorpicker:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.colorpicker:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.colorpicker div {
position: relative;
}
.colorpicker.alpha {
min-width: 140px;
}
.colorpicker.alpha .colorpicker-alpha {
display: block;
}
.colorpicker-color {
height: 10px;
margin-top: 5px;
clear: both;
background-image: url(img/alpha.png);
background-position: 0 100%;
}
.colorpicker-color div {
height: 10px;
}
.input-append.color .add-on i, .input-prepend.color .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
} 
/***
Spectrum Colorpicker v1.7.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,700italic,300,700,300italic,400);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}

.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat, .sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
    *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color {
        right: 40%;
    }

    .sp-hue {
        left: 63%;
    }

    .sp-fill {
        padding-top: 60%;
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #222;
    min-height: 20px;
}

.sp-input:focus {
    border: 1px solid orange;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}

.sp-picker-container, .sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}

.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
    font-size: 13px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;

}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.color_swatch {
    float: left;
    border: 1px solid #CCC;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin: -15px 10px -15px -15px;
    padding: 10px;
    display: table-cell;
}

.empty_color_swatch {
    float: left;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin: -15px 10px -15px -15px;
    padding: 10px;
    display: table-cell;
}

.color_swatch .color_sample {
    border-radius: 2px;
    width: 34px;
    height: 34px;
    margin: -8px;
}

.color_value {
    display: block;
    height: 20px;
    min-width: 179px;
    margin: -10px -10px -10px 40px;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: table-cell;
}

.cat_name {
    display: block;
    height: 20px;
    width: 400px;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    display: table-cell;
}

.sp-replacer {
    min-width: 42px;
}

* {
    margin: 0;
    padding: 0;
}

.themeFontSelect {
    position: relative;
    padding: 3px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    margin: 3px;

    width: 200px;

    background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='$from', EndColorStr='$to');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #91765d;
    background-clip: padding-box;
}

.themeFontSelect span {
    overflow: hidden;
    margin-left: 5px;
}

.themeFontSelect .arrow-down {
    position: absolute;
    right: 10px;
    top: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;

    border-top: 6px solid #AAA;
}

.fontSelectUl {
    list-style: none;
    width: 185px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 35px;
    border: 1px solid #cecece;
    height: auto;
    max-height: 195px;
    overflow-x: hidden;
}

.fontSelectUl li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 10px;

    font-size: 14px;

    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.fontSelectUl li:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;

    border-bottom: 1px solid #EEEEEE;
}

.fontSelectUl li:hover {
    background: #DDD;
}

.dropdown-menu li.item_selected > a {
    color: #fff;
    text-decoration: none;
    background-color: #00a3e8;
}

.dropdown-menu li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0088cc;
}

/* Styles that are specific to TBE, as well as override rules in bootstrap.css */
body.mainPage, body.ews, body.login {
    padding-top: 100px;
}

body.tab-layout, body.menubody, body.chromeless {
    padding-top: 0;
}

body.selector, body.chromeless {
    padding: 10px;
}

.selector #header, .selector .navbar, .selector #sidebar {
    display: none;
}

.selector .container-fluid > #content {
    margin-left: 0
}

/* Page Customizations */

body.actuatePortlet {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.paramDisplayName {
    font-style: normal;
    font-size: 12pt !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.login h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.login .text {
    text-align: left;
}

.login .alert {
    padding-right: 8px;
    margin-bottom: 5px;
    min-height: 35px;
    width: 275px;
}

.login .alert img {
    float: left;
    margin: 5px 5px 0 -5px;
}

.Administration .PortletContentWOPadding table td {
    padding: 10px;
}

.StatusMappingsOnBoarding .ui-progressbar {
    margin-top: -10px;
}

.RatingScaleView #ratingScale_InformationBox input, .RatingScaleView #ratingScale_InformationBox select,
.RatingScaleUpdate #ratingScale_InformationBox input, .RatingScaleUpdate #ratingScale_InformationBox select {
    width: auto;
    margin-bottom: 0;
    padding: 1px;
    cursor: pointer; /* override not-allowed */
    height: 18px;
}

.RatingScaleView #ratingScale_InformationBox select, .RatingScaleUpdate #ratingScale_InformationBox select {
    height: 21px;
    width: 110px;
}

.reporting .btn-group {
    float: right;
    margin-right: 20px;
}

.reporting .btn-group .btn {
    padding-top: 6px;
    vertical-align: middle;
}

.reporting .btn-group .btn img {
    padding-right: 2px;
    vertical-align: top;
}

#createScaleDiv {
    text-align: center;
}

#ratingScalesContainer_div {
    margin: 0 auto;
}

#ratingScalesContainer {
    background-color: #E1E1E1;
    padding: 10px;
    padding-bottom: 40px;
    margin-left: 60px;
}

#ratingSegmentContainer_td {
    text-align: center;
    height: 130px;
    vertical-align: top;
}

#ratingSegmentContainer {
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.hidden {
    display: none;
}

/*Bug Fix: TBE-11544 : Fixes the alignment b/w labels on the left and the label rows on the right */
.ratingScaleDetailsBoxCellHeight {
    height: 24px;
}

.inputLabels_detailsBox_div {
    text-align: right;
    width: 130px;
    border: 0px;
}

.inputLabels_detailsBox_div_div {
    padding: 5px;
    border-bottom: 1px dotted #CCCCCC;
    height: 24px; /* This should be the same as .ratingScaleDetailsBoxCellHeight */
    padding-right: 10px;
}

.SubmitReferral .PortletContent > table > tbody > tr > td > img {
    height: 15px;
}

/* To fix alignment issue in IE8 */
.CalendarWeek .ResultsHeaderRight, .CalendarDay .ResultsHeaderRight, .CalendarMonth .ResultsHeaderRight {
    width: 220px;
    text-align: right;
}

select.timezone {
    width: auto;
}

.AssignUserPages select, .AssignUserViews select, .AssignRoleViews select, .AssignRolePages select,
.OrgChartEdit1 select {
    width: auto;
    min-width: 220px;
}

/* To handle viewed/unviewed for Candidates */
.onboarding-employees .RowBold td, .onboarding-employees .RowBold td b,
.offboarding-employees .RowBold td, .offboarding-employees .RowBold td b,
.RowNormal td, .RowNormal td b, .RowNormal td a {
    font-weight: normal;
}

.onboarding-employees .RowNormal td a,
.offboarding-employees .RowNormal td a {
    font-weight: bold;
}

.RowBold td, .RowBold td b, .RowBold td a {
    font-weight: bold;
}

.RowBold td div.btn-group a {
    font-weight: normal;
}

/* Zip Code Country and Radius fix */
#label_for_field_zipCode_radius, #label_for_field_searchRadiusZipCountryCode_select {
    display: inline-block;
}

#searchRadiusZipCountryCode_select, #zipCode_radius {
    width: auto;
    margin-top: 5px;
}

/* TBE-11567: Reason for leaving field is oversized */
.EmployeeEdit #reasonForLeaving_1 {
    width: auto;
}

.PluginEdit .text, .StatusEditActivity #displayDescLabel {
    width: auto;
}

.FieldAdd2 #limitSpinnerSpan, .FieldEdit #limitSpinnerSpan {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    margin-top: -5px;
    margin-left: 3px;
}

.FieldAdd2 .ui-spinner, .FieldEdit .ui-spinner {
    position: absolute;
    margin-left: -2px;
}

.RequisitionEdit #tscCalInstantSchedulingScore {
    display: inline-block;
    height: auto;
}

input, textarea, select, .uneditable-input {
    color: #333333;
}

/* Get rid of outline when clicking on elements: http://css-tricks.com/removing-the-dotted-outline/ */
a:focus {
    outline: 0;
}

a.greyNoUnderline {
    color: gray;
    text-decoration: none;
}

/* Some printable headers (those created from WebHelper.getTRPrintablePageHeader) use divs instead of tables to set the logo and print/close links.
For those headers use the below style for the links.*/
a.greyNoUnderlineFloat {
    float: right;
    color: gray;
    text-decoration: none;
}

body.selector .SearchForm {
    margin-top: 0;
    line-height: 24px;
    padding: 0;
}

.login input[type="text"], .login input[type="password"] {
    height: 24px;
}

/* Override some Bootstrap defaults */
body, table th, table td, label, input, button, select, textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 12px;
}

/* TBE-12503: Fix for gigantic eQuest buttons */
input[type="image"] {
    width: auto;
}

table, form {
    margin-bottom: 0;
}

label {
    float: none;
    vertical-align: middle;
}

input[type="file"] {
    height: 25px;
    padding-top: 1px;
    line-height: 20px;
}

textarea {
    width: auto;
}

table {
    border-collapse: separate;
    empty-cells: show;
}

table th, table td {
    line-height: normal;
    padding: 0;
}

table.no-padding td {
    padding: 0;
}

table.no-padding td.text {
    padding: 0 5px;
}

table.no-spacing {
    border-collapse: collapse;
}

th input[type="checkbox"] {
    margin-top: -5px;
}

/* End of overriding defaults */
#tabConfigContainer {
    margin-top: -1px;
}

#tabConfigContainer table table table td {
    vertical-align: middle;
}

#tabConfigContainer table table table {
    width: auto;
}

#tabConfigContainer table td table td {
    padding: 2px 5px 2px 5px;
}

#tabConfigContainer input[type="text"] {
    color: #000000;
    margin-bottom: 2px;
    /*height: 16px;*/
}

#tabConfigContainer select {
    padding: 2px 4px 2px 4px;
    margin-bottom: 2px;
}

#tabConfigContainer table.move-controls {
    margin-top: 20px;
}

#tabConfigContainer table.move-controls td {
    padding: 0;
}

table .header:after {
    content: none;
}

#sidebar a, .datagrid a {
    /* http://www.quirksmode.org/css/tests/iewin_fontweight.html */
    font-weight: bold;
}

.text > input[type="checkbox"] {
    margin-right: 5px;
}

/* Layouts */
#header {
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%; /* MR: This causes horizontal scrollbar in IE7, still haven't figured out how to solve. */
    z-index: 1000;
}

#header div.logo {
    height: 50px;
    overflow: hidden;
}

#header img.logo {
    margin: 7px 0 0 10px;
}

#header .dashboard {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    height: 32px;
}

#menu-help {
    margin-right: 10px
}

#menu-help .dropdown-menu {
    min-width: 120px;
}

#menu-view {
    margin-right: 10px;
    margin-left: -10px;
}

#menu-view .dropdown-menu {
    min-width: 60px;
}

.navbar {
    top: 50px;
    position: absolute;
    z-index: 95;
    min-width: 1430px;
}

.navbar .nav {
    margin-left: 41px;
}

.navbar div > ul > li {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    z-index: 950;
    margin-left: -1px;
}

.navbar .open a {
    border-right-width: 0;
}

.navbar-inner {
    background-color: transparent;
    filter: none; /* Fixes background color from bootstrap in IE */
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.navbar .dropdown-toggle:after {
    content: none;
}

.navbar .nav > li > a {
    color: #222222;
    text-shadow: none;
}

.navbar .nav .active {
    border: none;
}

.navbar .nav .active > a {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-top: 0;
    color: #333;
    margin-top: -1px;
    padding-bottom: 16px;
}

.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav > li.active:first-child {
    background-color: #fff;
}

.navbar .nav .dropdown.open .dropdown-toggle, .ews .navbar .nav a:hover {
    padding-bottom: 16px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover, .ews .navbar .nav li.dropdown.active > a:hover {
    color: #333;
    background-color: #fff;
}

.nav .active .active {
    /* for submenus: TBE-10733 */
    font-weight: bold;
}

.dropdown-menu {
    box-shadow: none;
    max-width: none; /* Fixes TBE-11913: French Locale menu item too long */
}

.navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    content: none; /* Hides up arrow in drop down menu */
}

.navbar div > ul .dropdown-menu, .nav .dropdown-menu {
    top: 36px;
    margin-left: -1px;
    border-top: none;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.nav-tabs .dropdown-menu {
    top: 26px;
}

.navbar .nav li.dropdown:last-child .dropdown-menu {
    z-index: -1;
    top: 38px;
}

.nav .dropdown-menu {
    margin-left: 0;
    z-index: 940;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu {
    -moz-box-shadow: 4px 4px 7px #999999;
    -webkit-box-shadow: 4px 4px 7px #999999;
    box-shadow: 4px 4px 7px #999999;
}

.nav .dropdown-top {
    display: none;
}

.nav .open .dropdown-top {
    display: block;
    right: 0;
    position: absolute;
    margin-top: -4px;
}

.navbar div > ul .active .dropdown-toggle, .navbar div > ul .active .dropdown-menu,
.navbar .nav > li.dropdown.active:first-child .dropdown-toggle,
.ews .navbar div > ul .active > a {
    background-color: #fff;
    border-top: 0;
}

.navbar div > ul .active .dropdown-menu {
    margin-left: 0;
}

.navbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
    color: #222;
}

.navbar div > ul .dropdown-menu li a, .nav .dropdown-menu li a {
    text-shadow: none;
}

.navbar div > ul .dropdown-menu li a:hover, .nav .dropdown-menu li a:hover, .dropmenudiv a:hover {
    background-image: none;
    color: #000;
    filter: none; /* Fixes background color from bootstrap in IE */
    text-decoration: underline;
}

#tx_help_section {
    width: 35px;
}

#mobile_setup_link {
    float: left;
    position: absolute;
    padding-top: 7px;
    left: -25px;
    top: 10px;
}

#mobile_instructions_bg {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_bkgrd.png") no-repeat scroll 0 0 transparent;
    height: 540px;
    width: 800px;
}

#mobile_instructions_step1 {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_step1.png") no-repeat scroll 0 0 transparent;
    height: 65px;
    width: 195px;
    position: absolute;
    right: 12px;
    top: 205px;
    cursor: pointer;
    background-size: contain;
}

#mobile_instructions_step2 {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_step2.png") no-repeat scroll 0 0 transparent;
    height: 64px;
    width: 195px;
    position: absolute;
    right: 12px;
    top: 270px;
    cursor: pointer;
    background-size: contain;
}

#mobile_instructions_email {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_email.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 195px;
    position: absolute;
    right: 12px;
    top: 335px;
    cursor: pointer;
    background-size: contain;
}

#mobile_instructions_app_store {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_appstore.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    width: 104px;
    position: absolute;
    top: 480px;
    left: 20px;
    cursor: pointer;
}

#mobile_instructions_iphone_bg {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_iPhone_bkgrd.png") no-repeat scroll 0 0 transparent;
    height: 480px;
    width: 320px;
    background-size: contain;
}

#mobile_instructions_iphone_step1 {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_step1.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 108px;
    position: absolute;
    right: 19px;
    top: 192px;
    cursor: pointer;
    background-size: contain;
}

#mobile_instructions_iphone_step2 {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_step2.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 108px;
    position: absolute;
    right: 19px;
    top: 238px;
    cursor: pointer;
    background-size: contain;
}

#mobile_instructions_iphone_email {
    background: url("../../img/UIv8/mobile/MobileSplashScreen_email.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    width: 108px;
    position: absolute;
    right: 19px;
    top: 284px;
    cursor: pointer;
    background-size: contain;
}

.msg_general_notification {
    background: url("../../img/UIv8/icon_general_notification.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

/*  auto events notification message menu */
.msg_notification_ae_header {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -363px -1064px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

.msg_notification_ae_header_inactive {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -363px -1041px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

/*  notification message menu */
.msg_notification_header {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -360px -1115px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

.msg_notification_header_inactive {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -360px -1092px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

/*  ews notification menu */
.ews_notification_header {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -360px -1162px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
}

.ews_notification_header_inactive {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -360px -1140px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
}

/*  crm notification menu */
.crm_notification_header {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -364px -1018px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}
.crm_notification_header_inactive {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -364px -996px white;
    float: left;
    height: 20px;
    left: 0;
    top: 0;
    width: 24px;
}

.msg_notification_comments, .msg_notification_ae_comments, .msg_notification_ews_comments, .msg_notification_crm_comments {
    height: 13px;
    margin: 0;
    position: relative;
    top: -6px;
    width: 13px;
    left: 8px;
    background-color: red;
    padding: 1px 1px 1px 1px;
    color: white;
    font-weight: bold;
    border: 1px solid black
}

#notification_section, #notification_ae_section, #notification_ews_section, #notification_crm_section {
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
    padding-left: 3px;
    padding-right: 8px;
    height: 16px;
}

#notification_section_corner {
    height: 31px;
    float: left;
    padding-left: 7px;
}

#notification_dropdown, #notification_ae_dropdown, #notification_ews_dropdown, #notification_crm_dropdown {
    display: none;
    position: absolute;
    z-index: 2000;
    left: 0;
    font-size: 11px;
    border: 1px solid;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
}

#notification_dropdown ul, #notification_ae_dropdown ul, #notification_ews_dropdown ul, #notification_crm_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#notification_dropdown ul li, #notification_ae_dropdown ul li, #notification_ews_dropdown ul li , #notification_crm_dropdown ul li {
    padding: 5px 5px 5px 5px;
    height: 20px;
}

#notification_dropdown ul li:last-child:hover, #notification_ae_dropdown ul li:last-child:hover,
#notification_ews_dropdown ul li:last-child:hover, #notification_crm_dropdown ul li:last-child:hover {
    border-radius: 0 0 6px 6px;
}

#msg_notification_bottomline, #msg_notification_ae_bottomline, #msg_notification_ews_bottomline, #msg_notification_crm_bottomline {
    border-bottom: 1px solid #CCC;
}

#msg_notification_topline, #msg_notification_ae_topline, #msg_notification_ews_topline, #msg_notification_crm_topline {
    border-top: 1px solid #CCC;
}

.notificationSectionTitle {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #0000ff;
}

.notificationSectionTd {
    padding-top: 6px;
    padding-bottom: 10px;
    border-bottom: 2px;
    border-bottom-color: #808080;
    border-bottom-style: solid;
    padding-right: 0;
}

#toplinkcontainer {
    height: 30px;
    margin-right: 10px;
    white-space: nowrap;
    display: inline;
}

#toplinkcontainer .nav {
    font-size: .9em;
    margin-top: 5px;
    float: left;
}

#toplinkcontainer .nav > li > a {
    color: #333333;
    margin-top: -10px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent
}

#toplinkcontainer div.nav {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 6px;
}

#toplinkcontainer #resource_section {

}

#toplinkcontainer div.nav > a {
    color: #333333;
}

#toplinkcontainer .dropdown-toggle:after {
    border-top-color: black;
}

#toplinkcontainer #logout_section {
    float: left;
}

li.separator {
    border-top: 1px dotted black;
}

.container-fluid > #sidebar {
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-left: 0 !important;
    box-shadow: 3px 3px 6px #CCCCCC;
    -moz-box-shadow: 3px 3px 6px #CCCCCC;
    position: absolute;
    width: 220px;
    top: 0;
    left: 0;
    margin-top: 100px;
}

.container-fluid > #sidebar input {
    margin-left: 10px;
}

.container-fluid > #sidebar .span3 {
    width: 175px;
}

.container-fluid > #sidebar h4 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 36px;
}

.container-fluid > #sidebar h4 button {
    font-size: 7px;
    padding: 2px 2px 1px 1px;
    vertical-align: middle;
}

#sidebar #minimize_panel {
    float: right;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 6px;
    padding: 0 5px 2px;
    line-height: normal;
    filter: none;
}

/* Shown when panel is hidden */
#sidebar #panelTab {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -71px -1064px;
    height: 28px;
    width: 28px;
}

#sidebar #searchBox .search, #sidebar #searchBoxFirstLastName .search,
#quickSearch #searchBox .search, #quickSearch #searchBoxFirstLastName .search {
    background: #E6E6E6 url("../../img/UIv9/ats-icons-sprite.png") no-repeat -71px -1064px;
    filter: none; /* Fixes missing background icon in IE */
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 28px;
    top: 36px;
}

#sidebar #searchBoxFirstLastName .search, #quickSearch #searchBoxFirstLastName .search {
    top: 2px;
    right: -4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#sidebar .advancedlinkContainer {
    font-size: 10px;
    font-weight: bold;
    margin: -10px 0 0 10px;
    text-align: left;
    width: 150px;
    color: blue;
}

#sidebar #searchBoxFirstLastName, #quickSearch #searchBoxFirstLastName {
    position: relative;
    width: 207px;
    margin: 10px 0 0 0;
}

#sidebar .fLNBoxConnection, #quickSearch .fLNBoxConnection {
    background: transparent url(../../img/UIv8/fakesearchConnectionBck2.gif) no-repeat scroll left top;
    height: 27px;
    width: 17px;
    position: absolute;
    top: 16px;
    right: 26px;
}

#sidebar .fLNBoxMagnifier, #quickSearch .fLNBoxMagnifier {
    position: absolute;
    right: 0;
    top: 14px;
    width: 25px;
}

#leftpanelContainer {
    padding-bottom: 10px;
}

#leftpanelContainer #recentItems {
    padding-bottom: 20px;
    margin-top: 15px;
}

#recentItems .configure {
    width: 20px;
    height: 19px;
    position: absolute;
    right: 0;
    margin-top: -28px;
    margin-right: 12px;
    cursor: pointer;
}

.btn-group > .dropdown-menu {
    min-width: 100px;
}

.btn-group.open > ul.dropdown-menu {
    float: right;
}

.btn-group:before,
.btn-group:after {
    display: inline;
}

.btn-group > .dropdown-menu a {
    padding: 0 8px;
    cursor: pointer;
}

.configure-buttons, .configure-dummy {
    width: 20px;
    height: 19px;
    margin-left: 4px;
    margin-right: 8px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    zoom: 1;
    *display: inline;
}

.configure-buttons {
    cursor: pointer;
    margin-bottom: 4px;
}

div.btn-group > input.btn {
    height: 28px;
}

.btn-group > b {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 1px 8px 2px 2px;
}

.btn-group > .dropdown-menu > li > b {
    padding: 0 5px;
    white-space: nowrap;
}

.btn-group > input[disabled],
.btn-group > input[readonly] {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.result-header-button-bar {
    position: relative;
    display: inline;
    float: left;
}

#btnDynamicContent .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

ul.dropdown-menu > li > input {
    margin: 0;
    border: none;
    background-color: transparent;
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    height: 18px;
    padding: 0 8px;;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.dropdown-menu li > input:hover,
.dropdown-menu .active > input,
.dropdown-menu .active > input:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
}

.dropdown-menu-inactive-link {
    padding: 0 8px;
    color: #999;
    cursor: pointer;
}

.btn-menu-inactive-link {
    color: #999;
}

.btn-menu-always-inactive-link {
    color: #999 !important;
}

.select-bar {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
}

.select-bar:hover {
    background-color: #e6e6e6;
    color: #333333;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;

}

.select-bar > option {
    background-color: white;
}

.select-bar > .option-first {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.select-bar > .option-last {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

#recentItemsConfigContent label, #buttonsConfig label {
    margin: 2px 0;
}

#recentItemsConfigContent input[type="checkbox"], #buttonsConfig input[type="checkbox"] {
    margin-right: 5px;
}

#recentItemsConfig li, #buttonsConfig li {
    list-style: none;
}

#leftpanelContainer #recentItems ul {
    list-style: none;
    margin: 0 10px;
}

#leftpanelContainer #recentItems li {
    padding: 3px 5px 5px 5px;
    background-color: white;
    border: 2px solid silver;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 3px;
}

#leftpanelContainer #recentItems li:hover,
.docpreview-personinfo:hover {
    cursor: pointer;
}

#leftpanelContainer #recentItems li div > span {
    height: 35px;
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#recentItems .details {
    width: 145px;
    position: absolute;
    right: 14px;
    margin-top: -40px;
    height: 40px;
}

#leftpanelContainer #recentItems li .details > span {
    display: block;
    width: 100%;
    height: 17px;
    padding-top: 7px;
    white-space: nowrap;
    overflow: hidden;
}

#leftpanelContainer #recentItems li .details .title {
    color: #666;
    padding-top: 0;
}

#leftpanelContainer #recentItems li div > span img {
    vertical-align: middle;
}

#leftpanelContainer #subscribeSection {
    text-align: center;
}

.container-fluid > #content {
    margin-left: 230px;
}

h1 {
    font-size: 24px;
    margin: 10px 0;
}

.tab-layout h1 {
    margin: 0;
    font-size: 18px;
}

.tab-layout {
    overflow-y: auto;
}

.browser-upgrade {
    margin-top: 10px;
}

.modern-browsers li {
    display: inline;
    margin-left: 10px;
}

h1 span {
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 41px;
}

h1 .custom {
    float: left;
    margin-top: -10px;
}

h1 .heading-nav {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

h1 .heading-nav span {
    margin-right: 5px;
    margin-bottom: 5px;
}

h1 .back-to-list {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -162px -1033px;
    width: 14px;
    height: 12px;
    margin-left: 10px;
}

h1 .previous {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -163px -1067px;
    width: 14px;
    height: 12px;
    margin-left: 20px;
}

h1 .next {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -163px -1105px;
    width: 14px;
    height: 12px;
    margin-left: 5px;
}

/* Administration icons */
a .customize-recruit {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -507px -1064px;
}

a .customize-perform {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -507px -1132px;
}

a .organization-setup {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -507px -1257px;
}

a .backup-service {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -506px -1315px;
}

h1 .links {
    vertical-align: middle;
    font-size: 12px;
    width: auto;
    margin: 0 0 0 10px;
}

.SearchBox {
    padding: 4px;
}

.SearchForm {
    padding: 8px 0 0 0;
}

.SearchForm input {
    margin-bottom: 5px;
}

.SearchBoxHr {
    margin: 0 0 8px;
}

/* common width: 40px, height: 34px */

a .customize-recruit {
    width: 35px;
    height: 33px;
    display: block;
}

a .customize-perform {
    width: 36px;
    height: 29px;
    display: block;
}

a .organization-setup {
    width: 35px;
    height: 34px;
    display: block;
}

a .backup-service {
    width: 38px;
    height: 29px;
    display: block;
}

a .customize-onboarding {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -507px -1194px;
    width: 36px;
    height: 30px;
    display: block;
}

/* My View icon in top menu bar */
.navbar .nav > li:first-child > a, .navbar .nav > li:first-child > a:hover {
    text-indent: -2000px;
    width: 20px;
}

.nav-tabs {
    border-bottom: 0;
    position: relative;
    top: 1px;
    left: 3px;
    margin-bottom: 1px;
}

.nav-tabs > li > a, .ui-tabs .ui-tabs-nav li a{
    margin-right: -1px;
    border-radius: 6px 6px 0 0 !important;
    -moz-border-radius: 6px 6px 0 0;
    padding-bottom: 4px;
    padding-top: 4px;
}

.nav-tabs > .active, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-top: -4px;
}

.nav-tabs > .active > a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 5px;
}

.nav-tabs .configure, .widgets .configure {
    width: 19px;
    height: 18px;
    display: block;
    margin-bottom: -1px;
    padding: 4px 8px;
}

.nav-tabs-sortable {
    list-style: none;
}

.nav-tabs-sortable li {
    cursor: move;
    padding: 5px;
    border: 1px solid silver;
    margin-bottom: 3px;
    width: 300px;
}

.nav-tabs-sortable li .label {
    float: right;
}

.datagrid, .DatagridTable {
    /* to squish up against tabs */
    margin-top: -1px;
}

table.association {
    margin-top: -5px
}

td.association {
    padding-top: 0;
}

a.association {
    padding: 0 5px; /* add padding b/w link and brackets [ link ] */
}

.selector .datagrid, .selector .DatagridTable {
    margin-top: 0;
}

.selector .ResultsBox, .selector .ResultsBox > table:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
}

.ResultsBox, .PortletBox, .InformationBox, .InformationBox > table, div.InformationContent {
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: .5px; /* Fixes TBE-12714 */
}

.ResultsHeader.right {
    padding-top: 5px;
    padding-right: 5px;
}

.PortletContent > div.InformationBox {
    margin: 10px 10px 18px 10px;
}

.PortletContent > div.InformationBox.custom-roles {
    margin-left: 40px !important;
}

.PortletContent .ajax-loader {
    color: green;
}

.InformationHeader h3 {
    line-height: normal;
}

.cluetip-inner .InformationBox {
    border: 0;
}

.ResultsBox > table:first-child, .ResultsBox > div.ResultsHeader, .InformationHeader {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

/* Stretches table header and footer to fit width of table - https://engineering.tbetaleo.com/jira/browse/TBE-12302 */
div.ResultsBox {
    display: table;
    width: 100%;
}

.ActionLinkHeadBottom {
    padding-bottom: 2px;
}

.btn-micro {
    font-size: 6px;
    line-height: 11px;
    padding: 1px 3px;
}

.btn-micro .caret {
    margin-left: 0;
    margin-top: 4px;
}

.ActionLinkHeadBottom, .ActionLinkHeadBottom th {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    color: black;
}

.ActionLinkHeadBottom .button-group, .ActionLinkHeadBottom .select-group {
    margin-top: 9px;
}

.ActionLinkHeadBottom .pagination-group {
    margin-top: 13px;
}

.PortletHeader, .FoldableInformationHeader {
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.PortletHeader.open, .FoldableInformationHeader.open, .InformationHeader.open {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

/* Don't round corners when displaying in a cluetip */
#cluetip .InformationHeader.open {
    border-radius: 0;
}

.FoldableInformationHeader + table, .PortletHeader + table, .InformationHeader + table, #emptyTasksTextSpan {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.FoldableInformationHeader.open + table, .PortletHeader.open + table {
    padding-bottom: 3px; /* to prevent rounded corner bleeding */
}

/* To fix extra padding that looks like it appears in last row (caused by above rule) */
.FoldableInformationHeader.open + table .PortletContentWOPadding tr:last-child td,
.PortletHeader.open + table .PortletContentWOPadding tr:last-child td {
    padding-bottom: 3px;
}

.InformationHeader table tr:first-child td:first-child, .InformationHeader table table td,
.FoldableInformationHeader table table td, .InformationHeader h3, .PortletHeader td,
.FoldableInformationHeader .header,
div.InformationHeader {
    font-weight: bold;
    font-size: 14px;
}

.ActionHeaderLink, .PortletHeader .text, .FoldableInformationHeader .header a {
    font-size: 12px;
    margin-left: 4px;
}

.text-action-mini {
    font-size: 11px;
}

li >.text-action-mini {
    padding-left: 4px;
    font-size: 12px;
}

.PortletHeader img {
    vertical-align: middle;
}

.InformationHeader .add-version, .InformationHeader .remove-version {
    float: right;
    margin-top: -20px;
    font-weight: bold;
    white-space: nowrap;
}

.InformationContent input[type="radio"] {
    margin-right: 5px !important;
    vertical-align: middle;
}

.InformationContent table table td {
    vertical-align: middle;
}

.InformationContent input, .InformationContent textarea, .InformationContent select,
.InformationContent .uneditable-input, .PortletHeader select, .PortletHeader input {
    margin-bottom: 0;
}

.PortletBox, #tabs_container {
    background-color: #fdfceb;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

#reviewAgeSpinner + .ui-spinner {
    left: -2px;
    top: 5px;
}

#manage_tabs_button_no_tabs {
    margin-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#tabs_container {
    padding: 15px 10px 0;
}

#manage_tabs_button_no_tabs, #manage_tabs_button {
    background-color: #fdfceb;
}

#tabs .active, #pageLayOutTabsUL .active, .edit-tabs {
    background: #fdfceb;
}

.PortletBox .ResultsHeader, td.ResultsBox .ResultsHeader {
    padding-top: 8px;
}

.PortletBox .ResultsHeader, .PortletBox .ResultsFooter {
    padding-left: 5px;
}

.PortletBox .ResultsFooter {
    padding-bottom: 5px;
}

.ResultsHeaderLeft table, .ResultsHeaderRight table {
    background-image: none;
    background-color: transparent;
}

.ActionLinkHeadBottom, .ResultsFooter {
    min-height: 44px;
    overflow: auto;
}

.ResultsHeader {
    /* The combination of padding and min-height = 44px */
    padding-top: 2px;
    min-height: 42px;
    overflow: visible;
}

.ResultsHeader, .ActionLinkHeadBottom, .PortletBox .ResultsHeader {
    vertical-align: middle
}

.datagrid thead th, .DataTableHead th {
    padding: 5px 5px 2px;
}

.datagrid th img, .DataTableHead th img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.datagrid thead a, .DataTableHead th a {
    color: #333333;
}

.datagrid td, .DatagridTable td, #emptyTasksTextSpan, .selector .ResultsBox td, .DataTableOddRow td, .DataTableEvenRow td {
    padding: 5px 5px;
    vertical-align: middle;
}

.datagrid tbody td tbody, .DatagridTable tbody td tbody {
    background-color: transparent;
}

/* Remove top border from nested tables */
.datagrid td > table td, .datagrid .DataTableRowCell > table td,
.DatagridTable td > table td, .DatagridTable .DataTableRowCell > table td {
    border-top: none;
}

.administration.WebPageEdit #content input, .administration.WebPageEdit #content select {
    vertical-align: middle;
    margin-bottom: 0;
}

.administration.WebPageEdit .InformationBox > table td {
    vertical-align: middle;
}

.administration.WebPageEdit .DatagridTable tr.spacer td {
    padding: 3px;
}

.administration.WebPageEdit .DatagridTable .DTActionC {
    vertical-align: top;
    padding-top: 12px;
}

.administration.Customize .PortletContentWOPadding > table td,
.administration.CustomizePerformanceManagement .PortletContentWOPadding > table td,
.administration.CustomizeOnBoarding .PortletContentWOPadding > table td {
    padding: 3px 10px;
}

#emptyTasksTextSpan {
    display: block;
}

.DTActionC, .DataTableOverActionCell, .DataTableOverLastRowActionCell {
    white-space: nowrap;
}

.InformationContent td {
    padding: 5px
}

.InformationContent fieldset, .InformationContent .control-group {
    padding: 4px;
    margin-bottom: 0;
}

.InformationContent fieldset label, .InformationContent .control-group .control-label {
    display: inline-block;
    padding-right: 5px;
}

.InformationContent p {
    padding: 5px;
}

#content .tabs .active > a {
    color: #333333;
    font-weight: bold;
}

.portlet-toggle {
    cursor: pointer;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.portlet-toggle {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -76px -1031px;
}

.portlet-toggle:hover {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -116px -1031px;
}

.portlet-toggle.open {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -76px -1001px;
}

.portlet-toggle.open:hover {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -116px -1001px;
}

.simple-toggle {
    cursor: pointer;
    width: 9px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.simple-toggle.open {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -81px -1198px;
}

.simple-toggle.closed {
    height: 8px;
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -81px -1198px;

    /* IE-only DX filter */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /* Safari/Chrome function */
    -webkit-transform: rotate(270deg);
    /* Firefox function */
    -moz-transform: rotate(270deg);
}

/* Table Header Actions */
.button-group, .select-group {
    float: left;
    padding: 0px 4px;
}

.button-group .select-group {
    padding: 0 0 0 4px;
    display: inline;
    float: none;
}

.select-group select {
    margin-bottom: 0;
}

.pagination-group {
    padding: 5px 4px 0 4px;
    float: right;
}

/* Table icons */
table .sort-indicator {
    width: 9px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 3px;
}

table .sort-indicator.desc {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -81px -1168px;
}

table .sort-indicator.desc:hover {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -121px -1168px;
}

table .sort-indicator.asc {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -81px -1198px;
}

table .sort-indicator.asc:hover {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -121px -1198px;
}

.pagination {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 0 0 2px;
    cursor: pointer;
}

.pagination:hover {
    text-decoration: none;
}

.pagination.first.disabled {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -76px -1291px;
}

.pagination.first {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -116px -1291px;
}

.pagination.last.disabled {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -76px -1321px;
}

.pagination.last {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -116px -1321px;
}

.pagination.back.disabled {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -76px -1231px;
}

.pagination.back {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -116px -1231px;
}

.pagination.next.disabled {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -76px -1261px;
}

.pagination.next {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -116px -1261px;
}

.action-arrow {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -76px -1135px;
    width: 18px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
}

.checkmark {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -164px -1005px;
    width: 13px;
    height: 11px;
    display: inline-block;
}

.cogwheel {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -115px -1067px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.pointer-arrow {
    background: url(../../img/UIv8/green-pointer.png) no-repeat;
    width: 22px;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
}

.arrows {
    width: 22px;
    padding: 5px;
}

.restriction {
    padding: 3px 20px;
    height: 20px;
    display: inline-block;
}

.green-circle {
    vertical-align: middle;
    height: 16px;
    width: 35px;
    color: white;
    text-align: center;
    line-height: 15px;
}

/* Move Arrow Icons */
img.arrow {
    height: 21px;
    width: 22px;
    display: block;
    margin-bottom: 5px; /*TBE-11234*/
    margin-left: auto; /*TBE-11234*/
    margin-right: auto; /*TBE-11234*/
    max-width: 22px; /*TBE-11527 - override max-width: 100% */
}

#footer {
    margin-top: 20px;
    text-align: right;
}

.CalendarHeader .nowrapRegular {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.CalendarHeader td {
    padding: 3px 0 2px 0;
}

.CalendarMonth .DatagridTable tr td {
    border-top: 0;
}

.CalendarMonth .DatagridTable tr td table td {
    border-top: 0;
}

.CalendarMonth .DatagridTable .day, .CalendarMonth .DatagridTable .first, .CalendarMonth .DatagridTable .last,
.CalendarMonth .DatagridTable .empty {
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 5px 10px 20px 5px;
    vertical-align: top;
}

.CalendarMonth .DatagridTable .first {
    border-width: 0 1px 1px 0;
}

.CalendarMonth .DatagridTable .empty {
    border-bottom-width: 1px;
    background-color: #EEEEEE;
}

.calendar {
    height: 23px;
    width: 23px;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    margin-right: 10px;
}

.commonBorder .calendar {
    margin-right: 0;
}

.calendar.selected {
    border-bottom: 2px solid #666666;
}

/* Talent Card */
#talentCard h3, #cluetip .mainHeaderTd {
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

#cluetip .mainHeaderTd > div {
    padding-left: 10px !important;
}

#cluetip .workHistory {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    margin-left: 6px;
    width: 688px;
}

/* Org Chart */
.OrgChart .slidetabsmenu {
    float: none;
}

.OrgChart .slidetabsmenu ul {
    position: absolute;
    right: 20px;
    margin-top: -6px;
}

.orgChart {
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.orgChart .header .picture .photo {
    border: 2px solid #fff;
}

.orgChart .focus {
    cursor: default !important;
}

.available-trees ul {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    max-height: 375px;
    overflow: auto;
}

/* Tabs
----------------------------------*/
.ui-tabs {
    padding: .2em;
    border: 0px;
}

.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    padding: .5em 1em;
}

.ui-tabs-panel {
    display: block;
    border: 0;
    background: none;
}

.ui-tabs-hide {
    display: none !important;
}

.tab-layout table.edit-tabs {
    border: 1px solid #999999;
    border-collapse: separate;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: -1px;
}

#owners_dialog_boxes_div table, #approvers_dialog_boxes_div table {
    width: auto;
}

#owners_dialog_boxes_div table td, #approvers_dialog_boxes_div table td {
    vertical-align: middle;
    padding: 0 5px;
}

/* Dialog
----------------------------------*/
.ui-dialog {
    padding: 0
}

.ui-dialog .ui-dialog-titlebar {
    border: 0;
    padding: 0 5px;
    font-size: 14px;
}

/* get rid of iframe borders */
.ui-dialog iframe {
    border: 0;
}

/* Progress bar */
.ui-progressbar {
    height: 25px;
    margin-bottom: -15px;
    line-height: 20px;
}

/* Date Picker */
.ui-datepicker-trigger {
    margin-left: 3px;
    vertical-align: middle;
}

/* Fix alignment for encrypted date fields */
.dateField .ui-datepicker-trigger {
    margin-left: -3px;
}

/* CSS Theme Picker */
.css-theme {
    display: inline-block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.css-theme.selected {
    border: 1px solid black !important;
    margin-bottom: -1px;
}

.css-theme.blue {
    background: #B4D5EC;
}

.css-theme.blue-green {
    background: #9BCCDE;
}

.css-theme.green {
    background: #C3EEB7;
}

.css-theme.gray {
    background: #D4D4D4;
}

.css-theme.orange {
    background: #F1D69F;
}

.css-theme.pink {
    background: #E9CCE9;
}

.css-theme.red {
    background: #E09C9C;
}

.css-theme.yellow {
    background: #F7EFA8;
}

.css-theme.custom {
    background: white;
    width: 50px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #eee;
    position: relative;
    top: -7px;
}

#css-customizer {
    display: none;
    padding: 10px;
}

.ews-body {
    background: white;
    width: 426px;
    height: 280px;
    margin: 10px auto;
    border: 1px solid #CCC;
}

.ews-body input {
    width: 60px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 2px;
}

.ews-body button {
    margin-left: 5px;
    margin-top: -1px;
    padding: 4px 4px 0;
}

.ews-header {
    height: 26px;
    padding: 9px 5px 5px;
}

.ews-navbar {
    min-width: 426px !important;
    top: 79px;
    text-align: left;
    z-index: 0;
}

.ews-navbar div > ul > li {
    padding-bottom: 3px;
}

.ews-content {
    width: 90%;
    margin: 60px auto 0;
}

.ews-content .InformationHeader {
    font-weight: bold;
    padding-left: 4px;
}

.ews-content .colors {
    margin-top: 10px;
}

.ews .css-theme {
    border: 1px solid silver;
}

.ews img {
    max-width: none;
}

.ews .employee-info > table .nowrapFormLabel {
    padding-right: 10px;
}

/* Validation errors */
form .error {
    border-color: #EE5F5B;
    color: #B94A48;
}

.charts-congfig-error,
.pref-lang-validation-error {
    border-color: #EE5F5B;
    color: #B94A48;
    font-size: 15px;
    padding: 0 5px;
}

.charts-congfig-error-field {
    border: 2px solid #EE5F5B !important;
}

form .alert {
    margin-bottom: 0;
}

form .help-inline {
    color: #B94A48;
    font-weight: bold;
    margin-bottom: 0;
}

.fit, select {
    width: auto;
}

.required {
    color: #d70101;
    font-weight: bold;
}

.ui-accordion .ui-accordion-content-active {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -khtml-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -khtml-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: -5px;
}

/* Begin of Reports UI Graphic Checkbox and Radio buttons */
span.checkboxUnchecked {
    background: url('../../img/UIv8/btn_checkbox.png') no-repeat right top;
    cursor: pointer;
    padding: 6px 4px 0 6px;
    width: 160px;
    float: left;
    margin: 6px;
    height: 32px;
    vertical-align: middle;
    font-size: 16px
}

.checkboxChecked {
    background: url('../../img/UIv8/btn_checkbox_checked.png') no-repeat left top;
    padding: 6px 4px 0 6px;
    cursor: pointer;
    width: 160px;
    float: left;
    margin: 6px;
    height: 32px;
    font-size: 16px
}

span.radioButtonFalse {
    background: url("../../img/UIv8/btn_radioButtonFalse.png") no-repeat scroll right top;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 32px;
    margin: 6px;
    padding: 6px 4px 0 6px;
    text-align: left;
    vertical-align: middle;
    width: 160px;
}

.radioButtonTrue {
    background: url("../../img/UIv8/btn_radioButtonTrue.png") no-repeat scroll left top;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 32px;
    margin: 6px;
    padding: 6px 4px 0 6px;
    text-align: left;
    width: 160px;
}

/* End of Reports UI Graphic Checkbox buttons */

/* Begin Reports service heading customization */
.serviceHeading {
    height: 30px;
}

.serviceHeading td {
    font-size: 16px;
    padding: 6px;
    font-weight: bold;
}

.serviceHeading td.serviceType {
    text-align: right
}

/* EWS Styles */
.ews .navbar .nav, .ews #content {
    margin-left: 0;
}

.ews #content {
    margin-top: 10px;
}

.ews #header h1 {
    margin-left: 10px;
}

.ews #logout_section {
    position: absolute;
    height: 30px;
    right: 21px;
    top: 10px;
}

.ews #__id_txt_description, .ews #__id_txt_measurement {
    width: 300px;
    height: 100px;
}

.pubbox {
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #000000;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    width: 300px;
    border-style: solid;
    border-width: 1px;
}

.pubbox label {
    text-align: left;
}

.pubbox input[type="text"], .pubbox input[type="password"] {
    width: 290px;
}

.pubfooter {
    color: #3D3D3D;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

/* customizations for click-thru screens */
.click-thru .container {
    padding: 0;
    width: auto;
}

.click-thru h1 {
    text-align: center;
    margin: 0 0 10px 0;
}

.click-thru h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.click-thru h3 {
    font-size: 20px;
    margin: 5px 0;
}

.click-thru hr {
    margin: 12px 0;
}

.click-thru .pubbox {
    width: 400px;
    text-align: left;
    margin-bottom: 100px;
}

.multi-rater .pubbox {
    width: 500px;
}

.click-thru .pubbox .comment-mgr {
    padding: 10px 0;
}

.click-thru .pubbox table td {
    padding: 2px;
    line-height: 14px;
}

.click-thru .pubbox table {
    margin-bottom: 10px;
}

.click-thru .pubbox .activityRow {
    margin-bottom: 0;
}

.click-thru .pubbox .activityRow td {
    padding: 5px;
}

.click-thru .pubbox textarea {
    width: 100%;
}

.click-thru .pubbox fieldset label {
    display: inline-block;
    text-align: right;
}

.click-thru .pubbox p:last-child {
    margin-bottom: 0;
}

.click-thru .competency, .click-thru .goal {
    margin-left: 20px;
    border-bottom: 1px dotted silver;
    margin-bottom: 10px;
}

.click-thru .competency:last-child, .click-thru .goal:last-child {
    border-bottom: 0;
    margin-bottom: 15px;
}

.click-thru .decline {
    float: right;
    margin-top: -10px;
}

/* Smartphones (portrait and landscape) ----------- */
/* MR: Changed from 480 to 854 for Android http://stackoverflow.com/questions/6786701/droid-2-not-detected-by-css-media-query */
@media only screen and (min-device-width: 320px) and (max-device-width: 854px) {
    body.mainPage.click-thru {
        padding: 0;
    }

    .multi-rater .pubbox {
        width: auto;
    }

    .click-thru .pubbox {
        width: auto;
        border-radius: 0;
        border: 0;
        padding: 10px 20px;
        margin-bottom: 0;
    }

    .click-thru .pubbox textarea {
        width: 90%;
    }

    .width160 {
        width: 100px;
        min-width: 100px;
    }
    .width210 {
        width: 210px;
        min-width: 210px;
    }

    .click-thru .btn {
        width: 190px;
        white-space: pre-wrap;
        margin-bottom: 10px;
    }

    .click-thru .competency, .click-thru .goal {
        margin-left: 5px;
    }

    .click-thru .decline {
        float: none;
        margin-top: 0;
    }
}

/* iPad (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body.mainPage.click-thru {
        padding-top: 50px;
    }
}

.ui-spinner {
    position: relative;
}

.ui-spinner-buttons {
    position: absolute
}

.ui-spinner-button {
    overflow: hidden
}

.ieOnlyMask {
    overflow: hidden\0/IE8 +9;
    _overflow: hidden;
    *overflow: hidden;
}

/* TBE-11444: Fix height of dropdowns in CKEditor */
.cke_skin_v2 .cke_rcombo .cke_text {
    height: 14px !important;
}

/*TBE-15226: height issue for CKEditor input */
.cke_dialog_ui_input_text input[type="text"] {
    height: auto;
    line-height: 14px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

/*TBE-11350,11318,11613 : Setting select box sizes to auto so that it shows the box with the correctly computed width instead of the default 210px*/
#reqSelectedStatusOnCandCount, #reqCandHigherThenScore, #lastUpdateNumDays, #excludeOlderThanMonths {
    width: auto;
}

/*TBE-11318 : These are in the RatingScaleUpdate page. Let them have a minimum width so that they align properly*/
#displayToolId, #ratingToolId {
    min-width: 110px;
    width: auto;
}

/*TBE-11630 : Adding here so as to minimize impact of the fix. Can be fixed in CWebHelper.getStatusSelect() too with more testing*/
.candidates #status {
    min-width: 220px;
    width: auto;
}

#devPanelDiv {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 32000;
    width: 1000px;
    padding: 5px 0 0 5px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-radius: 0 0 6px;
}

#devPanelDiv select {
    height: auto;
}

#devPanelDiv .btn, #showDevPanelButton .btn {
    padding: 2px 5px;
}

#showDevPanelButton {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    visibility: hidden;
    z-index: 32000;
}

/*TBE-11386 : Add a -5px margin to lift the table up so that it aligns with the label*/
#employeeTable {
    margin-top: -5px;
}

.reportsListTable {
    width: 100%;
}

.reportsListTable tbody{
    border: 0px solid #ccc;
}

.reportsListTable tr td{
    height: 26px;
}

/* TBE-11543 :  Fixed this so as to remove paddings and widen the borders to fully fill the table. If it is desired for all accordions we could remove #reportContent_td */
#reportContent_td .ui-accordion .ui-accordion-content {
    padding: 0px;
}

.pointer-cursor {
    cursor: pointer !important;
}

.reviewTemplateIcon {
    height: 20px;
    width: 24px;
}

.refreshIcon {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -163px -1134px;
    height: 11px;
    width: 12px;
}

span.refreshIcon {
    display: inline-block;
}

img.fieldDateOnHover {
    display: none;
}

.DataTableOddRow:hover img.fieldDateOnHover,
.DataTableEvenRow:hover img.fieldDateOnHover {
    display: inline-block;
}

.arrowTipLeft {
    float: left;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid;
    /* border-right color needs to be set manually in element using this class */
}

.arrowBody {
    float: left;
    height: 16px;
    padding: 0 11px 0 4px;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    /* background-color needs to be set manually in element using this class */
}

#langDiv {
    float: right;
    margin-top: -35px;
}

#langDiv ul.dropdown-menu {
    border-top: 1px solid #608FAF;
    border-top-right-radius: 6px;
    -moz-border-radius: 0 6px 6px 6px;
    top: auto;
}

#langDiv > ul {
    margin-bottom: 0;
}

#langDiv a.selected-lang {
    font-weight: bold;
}

td.ListViewInAccordionCell {
    height: 20px;
    padding: 5px;
}

td.ListViewInAccordionCellBorder {
    border-bottom: 1px solid #AAADAD;
}

.ListViewInAccordionHeader {
    text-align: left;
    height: 32px;
    padding: 5px;
}

/* Fix for https://engineering.tbetaleo.com/jira/browse/TBE-12865 in IE8 */
.transparent50 .multiraterProgressbar {
    margin-bottom: -7px;
}

div.cal-date-range-width {
    width: 120px;
    display: inline-block;
}

.smallText > div.cal-date-range-width {
    width: 88px;
    display: inline-block;
    padding-top: 20px;
}

.publish-refresh-header {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -507px -1257px;
    padding-left: 45px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    display: block;
}

.publish-refresh-body {
    margin: 0 0 5px 40px;
    padding: 4px;
}

.dependent-orgs > div {
    padding-left: 60px;
    display: inline-block;
}

.dependent-orgs-name {
    font-weight: bold;
}

.dependent-orgs-code {
    /*nothing for now*/
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.noTitleDialog .ui-dialog-titlebar {
    border: 0 none;
    display: none;
    font-size: 14px;
    padding: 0 5px;
}

.bold {
    font-weight: bold;
}

/* PDF Viewer */
#pdf-viewer {
    margin: 0 auto;
    min-width: 600px;
    min-height: 100%;
}

.pdf-pagination {
    float: right;
}

.pdf-pagination .pagination {
    width: auto;
}

#pdf-viewer .ajax-loader {
    text-align: center;
    margin-top: 20px;
}

#pdf-viewer .pdf-page {
    margin: 0 auto;
    border: 1px solid black;
    z-index: 1;
    background-size: contain;
    height: 1325px;
    min-width: 384px;
}

#pdf-viewer .fields {
    z-index: 100;
    position: absolute
}

#pdf-viewer .fields input[type=text], #pdf-viewer .fields input[type=password],
#pdf-viewer .fields input[type=checkbox], #pdf-viewer .fields textarea {
    padding: 0;
    position: absolute;
    margin-top: -2px;
    cursor: pointer;
}

#pdf-viewer .fields input.textbox {
    padding-left: 3px;
    color: black;
}

#pdf-viewer .fields textarea.textbox {
    padding: 5px;
    color: black;
}

#pdf-viewer .fields input.checkbox {
    min-height: 0;
}

#pdf-viewer .fields input[type=checkbox] {
    margin-left: 2px;
    margin-top: 0;
}

#pdf-viewer .required, #esign-dialog .required {
    border-color: red;
    font-weight: normal;
}

#esign-dialog textarea {
    width: 90%;
}

#esign-dialog .comments-employee {
    padding: 5px 5px 5px 10px;
    color: blue;
    margin-bottom: 10px
}

#pdf-viewer .field-dialog > form > div {
    margin-bottom: 20px;
}

.field-dialog {
    display: none;
    padding: 10px 20px
}

.field-dialog > form > div > span {
    margin-right: 5px;
    vertical-align: bottom;
}

.field-dialog select, .field-dialog input[type=text] {
    margin-top: 0;
    margin-bottom: 0;
}

.field-dialog .advanced {
    float: right;
    margin-top: -30px;
}

#advanced-settings {
    border-top: 1px dotted silver;
    margin-top: 10px;
    padding-top: 10px;
}

#advanced-settings .controls {
    margin-left: 30px;
}

#advanced-settings input[type="text"] {
    width: 35px;
}

#pdf-viewer #thumbnails {
    margin-top: 2px;
}

#pdf-viewer #thumbnails .thumb a {
    min-height: 205px;
    min-width: 160px;
}

#pdf-viewer #thumbnails .thumb img {
    border: 1px solid black;
    width: 150px; /* causes issues in IE8 */
    height: 194px;
}

#pdf-viewer #thumbnails .thumb .pageNumber {
    margin-top: -20px;
    margin-left: 5px;
}

#pdf-viewer #thumbnails .nav-tabs > li > a {
    background-color: #ffffff;
    border: none;
}

#pdf-viewer  #thumbnails .tabs-right > .nav-tabs > li > a {
    margin-left: 0;
}

#pdf-viewer  #thumbnails .nav-tabs > .active {
    margin-top: 0;
}

/* indicators for thumbnails with required fields and fields */
#pdf-viewer .arrow {
    position: absolute;
    right: -5px;
    margin-top: -200px;
}

/* End PDF Viewer */

/* Used for high lighting "on behalf of" messages in Performance Review,Goals,Offers etc */
.onBehalfOfFont {
    display: inline;
}

/* Dashboard Styles */

.ModernUI #header {
    box-shadow: 0 0 10px #000000;
}

.dashboard .span12 {
    margin-top: 20px;
}

.ModernUI .container-fluid {
    background: #a6a6a6 url('../../img/UIv9/grey-background.png');
}

.ModernUI > .container-fluid {
    margin-top: -6px;
}

.ModernUI .container-fluid > #sidebar h4 {
    color: white;
    margin-bottom: 10px;
}

.dashboard .container-widgets {
    border-radius: 6px;
    padding: 0 20px 0 0;
    min-width: 700px;
}

.dashboard .widgets {
    height: 100%;
    min-width: 500px;
}

.dashboard .widgets > li {
    height: 33.33333333333333%;
    min-height: 400px;
    margin-bottom: 10px;
    text-align: center;
}

.dashboard .widgets .ui-sortable {
    white-space: nowrap;
}

.dashboard #summary-bar .ui-sortable-helper {
    border: 1px solid silver !important;
}

.dashboard .carousel .widget {
    margin-left: 10px;
}

.dashboard .widget {
    width: 500px;
    height: 320px;
    display: inline-block;
    border: 2px solid #e5e4dd;
    margin-top: 10px;
}

.dashboard .widgets .configure {
    float: left;
    margin-left: 8px;
}

.dashboard #summary-bar.empty, .dashboard #chart-bar.empty, .dashboard #ojet-bar.empty {
    background-color: #eee;
}

.dashboard .widget-bars-loading {
    margin-top: 75px;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    text-shadow: 0px 2px 2px #fbfbfb;
    color: black;
}

.dashboard .widgets-empty {
    margin-top: 75px;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    text-shadow: 0px 1px 1px #fbfbfb;
    color: silver;
}

.dashboard .clock {
    min-height: 130px;
    background: black;
    padding-top: 10px;
    border: 3px solid #e5e4dd;
}

.dashboard .clock, .dashboard .reports, .dashboard #task-bar,
.dashboard #summary-bar, .ModernUI .container-fluid > #sidebar {
    box-shadow: 5px 5px 5px #999;
    margin-bottom: 15px;
}

.ModernUI .container-fluid > #sidebar {
    border: 0;
    margin-top: 123px;
}

.dashboard #task-bar, .dashboard #summary-bar, .dashboard #chart-bar, .dashboard .reports, .dashboard #ojet-bar {
    background-color: #FFFFFE;
    border-radius: 10px 10px 0 0;
}

.dashboard .heading {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.dashboard .heading:before, .dashboard .heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.dashboard .heading:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.dashboard .heading:hover, .modal.ui-draggable .modal-header {
    cursor: move
}

.ModernUI .modal-header, .ModernUI .modal-header span, .ModernUI .modal-header .close,
.docpreview-title, .docpreview-title .close {
    color: #fff;
}

.dashboard .heading .handle {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -634px -998px;
    width: 68px;
    height: 12px;
    display: block;
    position: absolute;
    right: 15px;
    margin-top: -18px;
}

.dashboard .summary-item .handle {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -578px -998px;
    width: 11px;
    height: 36px;
    position: absolute;
    margin-left: 12px;
    margin-top: 10px;
}

.dashboard .show-more {
    text-align: center;
    border-top: 1px solid silver;
    background: white;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}

.dashboard .show-more:hover {
    color: #fff;
    cursor: pointer;
}

.dashboard .show-more .caret {
    margin-top: 7px;
}

.dashboard .show-more .caret-up {
    margin-top: 3px;
}

.caret-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid black;
}

.ModernUI .modal.draggable {
    width: 800px !important;
    position: fixed !important;
    margin-left: -400px;
}

.dashboard #summary-bar {
    max-height: 150px;
    min-height: 242px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.dashboard .summary-items {
    background-color: white;
    /* responsive grid */
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.dashboard .summary-item {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    /* put the border on the inside of the box */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 14px;
    color: #666;
    height: 50px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    /* responsive grid */
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

.dashboard .summary-item.odd {
    background-color: #f3f3f3;
}

.dashboard .summary-item.odd .summary-value {
    background-color: #ededeb;
}

.dashboard .summary-item.odd .summary-title:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f3f3 20px); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f3f3 20px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f3f3 20px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f3f3 20px); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f3f3f3 20px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=1); /* IE6-9 */
}

@media screen and (max-width: 1400px) {
    .dashboard .summary-item {
        width: 33.33333333333333%; /* Fallback */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1000px) {
    .dashboard .summary-item {
        width: 50%; /* Fallback */
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

.dashboard .summary-title {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    margin-left: 30px;
    overflow: hidden;
}

.dashboard .summary-title:after {
    display: block;
    position: absolute;
    right: 66px;
    top: 5px;
    bottom: 5px;
    width: 30px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 20px); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 20px); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 20px); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 20px); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 20px); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    content: "";
}

.dashboard .summary-value {
    font-size: 32px;
    color: #3399ff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    float: right;
    padding: 16px 5px 10px;
    width: 66px;
    text-align: center;
    height: 50px;
    border-left: 1px solid #D1D1D0;
    border-bottom: 1px solid #D1D1D0;
    box-sizing: border-box;
    background-color: #fefefe;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dashboard #task-bar {
    background: #eee url('../../img/UIv9/tasks-background.png') repeat-x;
    min-height: 221px;
    max-height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.dashboard .task-items {
    /* responsive grid */
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.dashboard .task-item {
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 40px;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 14px;
    /* responsive grid */
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%; /* Fallback */
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
}

.dashboard .task-item.sticky-note {
    background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -561px -1062px;
    width: 165px;
    height: 152px;
}

.dashboard .task-title {
    width: 85%;
    margin: 0 auto;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    height: 55px;
}

.dashboard .task-value {
    width: 100%;
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #003366;
    font-size: 42px;
    margin-top: 15px;
}

.dashboard .task-item.hidden {
    display: none;
}

.dashboard .reports {
    margin-top: 10px;
    height: 63.333333%;
    color: #666;
    font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 13px;
    max-height: 750px;
    position: relative;
    overflow: hidden;
}

.dashboard .reports .heading {
    font-size: 14px;
    margin-bottom: 5px;
    cursor: default;
}

.dashboard .report-item {
    padding: 5px 20px;
    border-bottom: 1px solid silver;
}

.dashboard .report-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dashboard .report-title {
    color: #3399ff;
    font-weight: bold;
}

.dashboard .reports-empty {
    padding: 10px 5px 10px 10px;
}

span.switchBarButtonActive {
    padding: 5px 40px;
    border-radius: 0px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    margin-right: 3px;
}

span.switchBarButtonInactive {
    padding: 5px 40px;
    border-radius: 0px;
    margin-right: 3px;
}

/* Remove the following 3 rules after upgrading to Bootstrap 2.3 */
.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
    height: 15px;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    vertical-align: middle;
}

/* TBE-14213: Fix random left/right alignment in IE10. This seems to be happening because
   'left' or 'right' CSS classes are added to the slide. Doesn't happen in other browsers. */
.carousel-inner .chart.left, .carousel-inner .chart.right {
    text-align: center;
}

/* center carousel indicators */
.carousel-indicators.middle {
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    text-align: center;
}

.carousel-indicators.middle li {
    float: none;
    display: inline-block;
}

.carousel-indicators .active {
    background-color: #fff;
}

/* End of Bootstrap 2.3 rules */
.dashboard .carousel-indicators {
    bottom: -20px;
    top: inherit;
}

.dashboard .carousel-indicators .active {
    background-color: black;
}

.carousel-control.left, .carousel-control.right {
    text-align: center;
}

.dashboard .carousel-indicators li {
    background-color: gray;
}

.dashboard #chart-bar, .dashboard #ojet-bar {
    box-shadow: 5px 5px 5px #999;
    margin-bottom: 15px;
}

.dashboard .chart-title {
    margin-top: 5px;
    font-weight: bold;
    position: absolute;
    width: 500px;
    background-color: white;
}

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.dashboard .events, .carousel-control {
    cursor: pointer;
}

/* Make Bootstrap's modal background match jQuery UI's */
.modal-backdrop, .modal-backdrop.fade.in {
    background: #aaaaaa url(jquery-ui/bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#dialog-frame {
    min-width: 560px;
    max-width: 75%;
}

/* TBE-14294: Add position: relative to .modal-body so absolutely-positioned widgets work properly */
#dialog-frame .modal-body {
    position: relative;
}

.dashboard .twoup .widget, .dashboard .twoup .chart-title {
    width: 45%;
    min-width: 463px;
    max-width: 500px;
}

.MyView .switch {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.switch.disabled {
    color: #999;
    cursor: pointer;
}

a.disabled, a.disabled:hover {
    color: #999;
    cursor: default;
    text-decoration: none;
}

.ModernUI .switch {
    display: block;
    text-align: center;
    margin-top: 5px;
    color: white;
}

.ModernUI .span12 .switch {
    position: absolute;
    right: 50px;
    margin-top: -22px;
}

.widgets-counter {
    height: 12px;
    margin: 0;
    position: relative;
    top: 19px;
    width: 12px;
    left: 17px;
    background-color: white;
    padding: 1px 1px 1px 1px;
    color: black;
    font-weight: bold;
    border: 1px solid black
}

.imageChartType, .removeChart {
    margin-top: -3px;
}

/* Sidebar for Dashboard */
.ModernUI #sidebar .configure {
    margin-top: -38px;
}

.ModernUI #sidebar #searchBox .search {
    top: 46px;
}

.ModernUI #sidebar #searchboxContainer h4 {
    border-radius: 0 6px 0 0;
}

/* iPad fixes for Dashboard */
@media screen and (max-device-width: 1024px) {
    .dashboard .show-more {
        padding: 10px 0;
    }
}

/* End of Dashboard */

/* Social Sourcing iFrame */

iframe#SSrc {
    width: 980px;
    height: 1200px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* Social Sourcing loading div */
div#ssloading {
    width: 980px;
    height: 1200px;
    display: table-cell;
    text-align: center;
}

div#ssloadingInside {
    width: 980px;
    height: 350px;
    display: table-cell;
}

/* Document preview Modal styling */

.docpreview-title {
    padding: 0;
    padding-top: 12px;
}

.docpreview-title h4 {
    text-align: center;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
}

.docpreview-title .close {
    padding-right: 15px;
}

.docpreview-header {
    padding-left: 15px;

    padding-top: 10px;
    padding-bottom: 10px;
    height: 45px;
    border-radius: 0;

}

.docpreview-header span {
    color: #525054;
    font-size: 12pt;
}

.docpreview-body {
    padding: 0;
}

.docpreview-spinner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 280px;
}

.modal-resizable {
    width: 100%;
    overflow: auto;
    max-height: 100% !important;
}

#docpreview-resizable-content {
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 100% !important;

}

.docpreview-frame {
    max-width: 80% !important;
    z-index: 1250;
}

.docpreview-modal-backdrop {
    z-index: 1249;
}
.docpreview-status-change-modal-backdrop {
    z-index: 2999;
}

.docpreview-personinfo {
    background-color: white;
    border: 2px solid silver;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 3px;
    padding: 3px 5px 5px;
    width: 200px;
    float: left;
    position: relative;
	height: 35px;
}

.docpreview-personinfo .details {
    height: 40px;
    position: relative;
	padding-left: 7px
}

.docpreview-personinfo .details  > a {
    display: block;
    height: 17px;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 5px;
    white-space: nowrap;
    float: left;
    font-size: 10pt;
    text-overflow: ellipsis;
    width: 190px;

}

.docpreview-personinfo .details a:hover {
    text-decoration: none;
}

.docPreviewHeaderTable {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    text-align: center;
    word-wrap: break-word;
	table-layout: fixed;
	margin: 0 auto;
}

.docPreviewHeaderTable td {
    font-weight: normal !important;
    word-wrap: break-word;
    color: #525054;
    font-size: 12pt;
}

.docpreview-menu {
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 3px;
    padding: 3px 5px 5px;
    width: 200px;
    float: right;
    position: relative;
    height: 35px;
}

.docpreview-menu-cand {

    background-color: white;
    border: 2px solid silver;
}

.docpreview-info {

    border-radius: 6px 6px 6px 6px;
    margin-bottom: 3px;
    padding: 3px 5px 5px;
    width: 200px;
    float: left;
    position: relative;
    height: 35px;
}

.docpreview-personinfo .details .moreInfo {
    bottom: 5px;
    font-size: 9pt;
    font-weight: normal;
    position: relative;
    text-overflow: ellipsis;
    width: 160px;
}

.docpreview-header .flagIcon {
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    left: 200px;
    top: 74px;
    cursor: pointer;
}

.docpreview-header .flagDisabled {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -160px -1260px rgba(0, 0, 0, 0);

}

.docpreview-header .flagEnabled {
    background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -160px -1290px rgba(0, 0, 0, 0);
}

.ui-dialog-no-close .ui-dialog-titlebar-close {
    display: none;
}

.previewGlassSection {
    width: 60px;
}

.previewGlass {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -308px -1204px;
    display: inline-block;
    cursor: pointer;
    height: 18px;
    width: 21px;
    margin-left: 10px;
    background-size: 20 20;
    vertical-align: middle;
}

table.datagrid tr td span.previewGlass, table.DatagridTable tr td span.previewGlass {
    display: none;
}

table.datagrid tr:hover td span.previewGlass, table.DatagridTable tr:hover td span.previewGlass {
    display: inline-block;
}

#docpreview-status-change-modal {
    position: fixed;
    z-index: 3000;
    background: white;
    top: 300px;
    left: 500px;
    width: 800px;
    padding: 10px;

}

ul#report-tabs li.dropdown a.dropdown-toggle {
    white-space: nowrap;
    display: inline-block;
}

div.ResultsBox div.report-list-item div.reportFlaggedDiv:hover {
    background-color: #DFF4FF;
}

.ReportsHeader{
    padding-left: 43px;
}

.scroll-right-arrow {
	background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -360px -1214px;
	width: 15px;
	height: 23px;
    border:0px;
    vertical-align: middle;
    text-align: center;
    margin-top: -3px;
}

.scroll-left-arrow {
	background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat -360px -1242px;
	width: 15px;
	height: 23px;
    border:0px;
    vertical-align: middle;
    text-align: center;
    margin-top: -3px;
}

.cursor-readonly {
    cursor: default !important;
}

#scrollLeft, #scrollRight {
    width: 15px;
    border: 0px;
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.scheduledActive {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -359px -1199px;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 0px;
    background-size: 14 14;
    vertical-align: middle;
}

.scheduledNotActive {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -359px -1185px;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 0px;
    background-size: 14 14;
    vertical-align: middle;
}

.interviewCellFree {
    background-color: white;
    border: 1px solid white;
    line-height: 12px;
    padding: 0px !important;
}

.interviewRoomCellFree {
    background-color: white;
    border: 1px solid lightgray;
    border-top: 1px solid lightgray !important;
    line-height: 12px;
    padding: 0px !important;
}

.interviewCellBusy {
    background-color: lawngreen;
    border: 1px solid darkgreen !important;
    line-height: 12px;
    padding: 0px !important;
}

.interviewRoomHover {
    border:1px solid white;
    padding: 1px 2px;
    white-space: nowrap;
}

td.report-engine-information-box {
    background-color: #FDFCEB;
}

td.report-engine-information-box  > table,
div.InformationContent,
.DataTableOddRow,
#emptyTasksTextSpan {
  background-color: inherit;
}

.reportingConvertInactive {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -310px -1288px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 0px;
    background-size: 14 14;
    vertical-align: middle;
}
.reportingConvertActive {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -310px -1305px;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 0px;
    background-size: 14 14;
    vertical-align: middle;
}

.reportingExpressionInvalid {
    background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -358px -1290px;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 0px;
    background-size: 14 14;
    vertical-align: middle;
}

.crm-modal-message-dialog-table {
    padding-top: 24px;
    padding-left: 38px;
    padding-right: 38px;
}

.info-float-left{
    float: left;
}

.info-margin-right{
    margin-right: 50px;
    display: table;
}


/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

/* fixes responsive design issue: https://github.com/tapmodo/Jcrop/pull/22 */
.jcrop-holder img {
    max-width: none;
}

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.orgChart {
    background-color: #fff; /*#ffffe8;*/
    font-size: 1em;
    border: 1px solid #A0BDD1;
    min-width: 800px;
}

.orgChart ul {
    list-style: none;
    margin: 4px;
    padding: 0;
    font-size: 0.8em;
    text-align: left;
}

.orgChart table {
    width: 100%;
}

.orgChart > table {
    margin: 50px auto;
}

.orgChart tr.lines td.line {
    width: 1px;
    height: 20px;
}

.orgChart tr.lines td.top {
    border-top: 2px solid #666;
}

.orgChart tr.lines td.left {
    border-right: 1px solid #666;
}

.orgChart tr.lines td.right {
    border-left: 1px solid #666;
}

.orgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0 2px;
}

.orgChart div.card, #legend .direct, #legend .indirect {
    border: 2px solid #A0BDD1;
    display: inline-block;
    width: 150px;
    height: 160px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 4px #bbb;
    -moz-box-shadow: 2px 2px 4px #bbb;
    -webkit-box-shadow: 2px 2px 4px #bbb;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    position: relative;
}

.orgChart div.card {
    cursor: pointer;
}

.orgChart .indirect, #legend .indirect {
    border: 2px dashed #A0BDD1 !important;
    box-shadow: none !important;
}


#emptyOrgChart{
    background: url('../../../../img/UIv8/org_chart_blank_background.png') center no-repeat;
    border: 1px solid #999999;
    height: 460px;
}

#legend {
    position: absolute;
    right: 60px;
    display: none;
}

#legend .title, #legend .filterTitle {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 100%;
    color: #666;
    margin: 5px 0;
}

#legend .filterTitle {
    padding-bottom: 0;
}

#legend .direct, #legend .indirect, #legend .filterText {
    display: block;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#legend .direct, #legend .indirect {
    height: 20px;
}

#legend .filterText {
    padding-top: 0;
    width: 260px;
}

.orgChart .controls {
    position: absolute;
    top: 0;
    right: 15px;
    width: 30px;
    height: 100px;
}

.orgChart .controls button {
    float: left;
    z-index: 96;
    width: 26px;
    height: 40px;
    margin: 3px 0 0 8px;
    border: 0;
    font-size: 9px;
    text-align: center;
    padding-top: 13px;
}

.orgChart .controls .subsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_default.png') center no-repeat;
}

.orgChart .controls .subsBtn:hover {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_hover.png') center no-repeat;
}

.orgChart .controls .subsBtn:active {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_down.png') center no-repeat;
}

.orgChart .controls .reportsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_default.png') center no-repeat;
}

.orgChart .controls .reportsBtn:hover {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_hover.png') center no-repeat;
}

.orgChart .controls .reportsBtn:active {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_down.png') center no-repeat;
}

.orgChart .controls .numSubordinates {
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    margin-top: 60px;
    width: 40px;
}

.orgChart .focus {
    border: 2px solid #A0BDD1 !important;
    cursor: default !important;
}

.orgChart .focus .controls .subsBtn, .orgChart .focus .controls .subsBtn:hover,
.orgChart .focus .controls .subsBtn:active {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_down.png') center no-repeat;
}

.orgChart .focus .controls .reportsBtn, .orgChart .focus .controls .reportsBtn:hover,
.orgChart .focus .controls .reportsBtn:active {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_down.png') center no-repeat;
}

.orgChart .node {
    -webkit-perspective: 1000;
    position: relative !important;
}

.orgChart .face {
    -webkit-backface-visibility: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.orgChart .card_front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.orgChart .card_back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/**
 * Fallback for browsers without 3d css transforms
 */
.no-csstransforms3d .orgChart .card_back {
    display: none;
}

.no-csstransforms3d .orgChart .flipped .card_back {
    display: block;
}

.no-csstransforms3d .orgChart .flipped .card_front {
    display: none;
}

/* Colors to make things look like talent card */
.orgChart .header {
    background-color: #D1F4FF;
    height: 95px;
    padding: 5px 0 0 5px;
    text-align: left;
    vertical-align: top;
    width: 145px;
    border-bottom: 1px solid #A0BDD1;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.orgChart .card_back {
    padding: 7px 5px;
}

.orgChart .header .picture {
    padding: 3px;
}

.orgChart .header .picture .photo {
    display: inline-block;
    border: 2px solid #88ABC2;
}

.orgChart .info {
    padding: 5px 0 0 8px;
    text-align: left;
}

.orgChart .info div {
    margin-bottom: 2px;
}

.orgChart .info .name {
    font-weight: bold;
    /* For ellipsis to work */
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

.orgChart .info .name a {
    font-size: 13px;
    text-decoration: none;
}

.orgChart .info .title {
    color: #999;
}

.orgChart .manager-placeholder .picture {
    text-align: center;
    width: 134px;
}

.orgChart .manager-placeholder, .orgChart .no-subs  {
    cursor: default !important;
}

.orgChart .manager-placeholder .controls .subsBtn {
    background: none;
}

.orgChart .manager-placeholder .controls .subsBtn:hover {
    background: none;
}

.orgChart .manager-placeholder .controls .subsBtn:active {
    background: none;
}

.orgChart .info-placeholder {
    background: url('../../../../img/UIv8/icon_org_chart_tile_info_denied.png') center no-repeat;
    width: 136px;
    height: 50px;
}

/* IE requires specifying .header and .info */
.orgChart .inactive, .orgChart .inactive .header, .orgChart .inactive .info {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

/* Stacking nodes with CSS */
.level1 td {
}

.level2 td {
}

.level3 td {
}

.available-trees {
    width: 250px;
    position: absolute;
    z-index: 90;
    margin: 10px 0 0 10px;
}

.available-trees-scrolled {
    width: 275px;
}

.available-trees h3 {
    font-weight: bold;
    border-radius:  7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    font-size: 14px;
    padding: 5px 5px 5px 10px;

}

.available-trees ul {
    border: 1px solid #A0BDD1;
    border-top: none;
    border-top: 0;
    padding-left: 0;
    list-style-type: none;
}

.available-trees ul li {
    height: 55px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.available-trees ul li:hover {
    cursor: pointer;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.available-trees ul li:first-child {
    border-top: none !important;
}

.available-trees ul li:last-child {
    border-bottom: none !important;
}

.available-trees .name {
    display: block;
    margin-top: 10px;
    width: 160px;
    font-weight: bold;
}

.available-trees .name a {
    text-decoration: none;
    font-weight: bold;
}

.available-trees .title {
    text-decoration: none;
    display: block;
    color: silver;
    width: 165px;
}

.available-trees .subsBtn, .available-trees .reportsBtn {
    float: right;
    z-index: 96;
    width: 26px;
    height: 50px;
    margin: 3px 0 0 5px;
    border: 0;
    font-size: 9px;
    padding-top: 13px;
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_default.png') center no-repeat;
}

.available-trees li:hover .subsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_hover.png') center no-repeat;
}

.available-trees li.active .subsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_down.png') center no-repeat;
}

.available-trees .reportsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_default.png') center no-repeat;
    right: 10px;
}

.available-trees li:hover .reportsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_hover.png') center no-repeat;
}

.available-trees li.active .reportsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_reports_down.png') center no-repeat;
}

.available-trees li.active .subsBtn {
    background: url('../../../../img/UIv8/icon_org_chart_tile_direct_subs_down.png') center no-repeat;
}
/* Layouts */
a {
  color: #0087cc;
}
a:hover {
  color: #0087cc;
}
.navbar div > ul > li {
  border: 1px solid #4884a6;
  background-color: #9bccde;
  border-top: 0;
}
.navbar-inner {
  border-top: 1px solid #4884a6;
}
.navbar .nav > li > a:hover {
  color: #333333;
}
.navbar .nav .active > a {
  border: 1px solid #4884a6;
}
.nav > .open.active > a:hover,
.dropdown-menu,
#toplinkcontainer .nav > .open > a,
.nav-tabs .open .dropdown-toggle,
#notification_ae_dropdown,
#notification_dropdown,
#notification_ews_dropdown,
#notification_crm_dropdown {
  border-color: #4884a6;
}
.navbar .nav li.dropdown:last-child .dropdown-menu,
.dropdown-top {
  border-top: 1px solid #4884a6;
}
.navbar div > ul .dropdown-menu,
.nav .dropdown-menu,
.nav > .open.active > a:hover,
.navbar div > ul .active .dropdown-menu,
.nav-tabs .open .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
#notification_ae_dropdown,
#notification_dropdown,
#notification_ews_dropdown,
#notification_crm_dropdown {
  background-color: #eff5f9;
}
.navbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover,
.dropmenudiv a:hover,
#notification_ae_dropdown li:hover,
#notification_dropdown li:hover,
#notification_ews_dropdown li:hover,
#notification_crm_dropdown li:hover,
.nav .active .active,
.nav-tabs .dropdown-menu .active > a,
.nav-tabs .dropdown-menu > a:hover {
  background-color: #cbe6a5;
}
#leftpanelContainer #recentItems li:hover,
.docpreview-personinfo:hover {
  background-color: #e2f1cd;
  border-color: #4884a6;
}
.navbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.navbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover,
.dropmenudiv a:hover {
  background-color: #cbe6a5;
}
.container-fluid > #sidebar {
  background-color: #eff5f9;
  border: 1px solid #4884a6;
}
#leftpanelContainer #recentItems {
  border-top: 1px solid #4884a6;
}
#leftpanelContainer #recentItems .requ,
#leftpanelContainer #recentItems .reqtm {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -311px -116px;
}
#leftpanelContainer #recentItems .acct,
#leftpanelContainer #recentItems .custm {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -445px -119px;
}
#leftpanelContainer #recentItems .cand {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -566px -116px;
}
#leftpanelContainer #recentItems .rqcnd {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -1315px -122px;
}
#leftpanelContainer #recentItems .empl {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -379px -118px;
}
#leftpanelContainer #recentItems .ctct {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -502px -116px;
}
#leftpanelContainer #recentItems .post,
#leftpanelContainer #recentItems .prfl {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -57px -118px;
}
#leftpanelContainer #recentItems .perf {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -550px -116px;
}
.reviewTemplateInitial {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -550px -615px;
}
#leftpanelContainer #recentItems .actp {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -748px -116px;
}
#leftpanelContainer #recentItems .work {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -806px -116px;
}
#leftpanelContainer #recentItems .pmrv,
#leftpanelContainer #recentItems .pmrvt {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -628px -118px;
}
#leftpanelContainer #recentItems .cycl,
#leftpanelContainer #recentItems .plan {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -687px -118px;
}
#leftpanelContainer #recentItems .irpt,
#leftpanelContainer #recentItems .irpi {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -945px -118px;
}
#leftpanelContainer #recentItems .rvcyc {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -1133px -117px;
}
/* CRM Icons */
#leftpanelContainer #recentItems .servr {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -1133px -117px;
}
#leftpanelContainer #recentItems .leadCss {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -253px -116px;
}
h1 .myview {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -190px -116px;
}
h1 .pipeline,
h1 .lead,
h1 .order {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -253px -116px;
}
h1 .requisitions {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -311px -116px;
}
h1 .candidates {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -566px -118px;
}
h1 .requisitioncandidates {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -1315px -122px;
}
h1 .accounts,
h1 .customer {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -445px -116px;
}
h1 .contacts {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -504px -116px;
}
h1 .employees {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -379px -116px;
}
h1 .goals {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -1256px -116px;
}
h1 .learnintegration {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -873px -116px;
}
h1 .documentsrepository {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -873px -116px;
}
h1 .perform {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -628px -116px;
}
h1 .competency {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -127px -116px;
}
h1 .compensation {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -687px -116px;
}
h1 .onboarding {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -748px -116px;
}
h1 .users {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -811px -116px;
}
h1 .administration {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -873px -116px;
}
h1 .reports {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -945px -116px;
  width: 33px;
  margin-bottom: 0;
}
.widgets-per-listview-background {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -945px -116px;
  height: 36px;
  width: 36px;
}
h1 .tbe_apps,
h1 .support {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -1012px -116px;
}
h1 .positions,
h1 .profiles {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -58px -116px;
}
/* CRM Header Icons */
h1 .server,
h1 .reviewcycle {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -1132px -116px;
}
/* My View icon in top menu bar */
.ews .navbar .nav > li:first-child .dropdown-toggle,
.navbar .nav > li.dropdown:first-child .dropdown-toggle,
.navbar .nav > li.dropdown.open:first-child .dropdown-toggle,
.navbar .nav > li.dropdown.open:first-child .dropdown-toggle:hover {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat -158px -602px;
}
#support_section .nav a:hover,
.nav > li.dropdown.open .dropdown-toggle,
.nav > li.dropdown.open .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open .dropdown-toggle,
.navbar .nav > li.dropdown.open .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open:first-child .dropdown-toggle:hover,
.navbar .nav > li.dropdown.open:first-child .dropdown-toggle {
  background-color: #eff5f9;
  color: #333333;
}
.nav-tabs > li > a,
.ui-tabs > .ui-tabs-nav > li > a,
span.switchBarButtonInactive {
  background-color: #e2f1cd;
  border: 1px solid #4884a6;
  font-weight: normal;
}
.nav-tabs .dropdown-menu {
  background-color: #cbe6a5;
}
.nav-tabs .dropdown-menu li a {
  color: #0087cc;
}
.nav-tabs .dropdown-menu li a:hover {
  background-color: #ffffff;
  color: #0087cc;
}
.nav-tabs > li > a:hover,
.nav-tabs li.dropdown.open.active > a:hover {
  background-color: #cbe6a5;
  border: 1px solid #4884a6;
  border-bottom: none;
  color: #0087cc;
}
.nav-tabs > li.dropdown.open .dropdown-toggle,
.nav-tabs > li.dropdown.open .dropdown-toggle:hover,
.nav-tabs li.dropdown.open.active > a:hover {
  background-color: #cbe6a5;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a,
.ui-tabs > .ui-tabs-nav > li.ui-tabs-selected > a:hover {
  border: 1px solid #4884a6;
  border-bottom: 0;
  background-color: #cbe6a5;
}
.nav-tabs .dropdown-menu .active > a {
  background-color: #ffffff;
  font-weight: bold;
}
.nav-tabs .configure {
  background: #e2f1cd url(../../img/UIv9/ats-icons-sprite.png) no-repeat -970px -1021px;
  padding-left: 4px !important;
}
.widgets .configure,
.ModernUI #sidebar .configure {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -577px -1040px;
  width: 20px;
  height: 19px;
}
.ResultsBox,
.PortletBox,
.InformationBox,
#tabs_container {
  border: 1px solid #4884a6;
}
.mainPage .ResultsBox > table:first-child,
.mainPage .ResultsBox > div.ResultsHeader,
.FoldableInformationHeader,
.PortletHeader,
.InformationHeader {
  background-color: #cbe6a5;
  background-image: -moz-linear-gradient(top, #cbe6a5, #e2f1cd);
  background-image: -webkit-linear-gradient(top, #cbe6a5, #e2f1cd);
  background-image: linear-gradient(to bottom, #cbe6a5, #e2f1cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe6a5', endColorstr='#e2f1cd');
}
/* tr and th in the rule below are for IE9 compatibility */
.datagrid thead,
.DatagridTable .DataTableHead,
.datagrid thead tr,
.DataTableHead th,
.DataTableHead.FoldableInformationHeader {
  background-color: #e2f1cd;
  background-image: -moz-linear-gradient(top, #e2f1cd, #ffffff);
  background-image: -webkit-linear-gradient(top, #e2f1cd, #ffffff);
  background-image: linear-gradient(to bottom, #e2f1cd, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f1cd', endColorstr='#ffffff');
}
.ActionLinkHeadBottom th,
.ActionLinkHeadBottom {
  background-color: #cbe6a5;
  background-image: -moz-linear-gradient(top, #ffffff, #cbe6a5);
  background-image: -webkit-linear-gradient(top, #ffffff, #cbe6a5);
  background-image: linear-gradient(to bottom, #ffffff, #cbe6a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbe6a5');
}
.PortletHeader + table {
  background-color: #ffffff;
}
.datagrid tbody,
.DatagridTable tbody,
.InformationBox > table,
div.InformationContent,
.DataTableOddRow,
#emptyTasksTextSpan {
  background-color: #ffffff;
}
.datagrid td,
.datagrid .DataTableRowCell,
.DatagridTable td,
.DatagridTable .DataTableRowCell {
  border-top: 1px solid #4884a6;
}
.DataTableRowCell.CompetencyCell {
  border-top: 1px solid #4884a6;
  border-right: 1px solid #4884a6;
  border-left: 1px solid #4884a6;
}
.DataTableRowCell.LastCompetencyCell {
  border-bottom: 1px solid #4884a6;
}
.ListViewInAccordionTable {
  background-color: #eff5f9;
}
tr.DataTableOddRow:hover,
tr.DataTableEvenRow:hover {
  background: #eff5f9;
}
.sideBySideTableRankingTD {
  border-right: 1px solid #4884a6;
}
.CalendarMonth .DatagridTable .day,
.CalendarMonth .DatagridTable .first,
.CalendarMonth .DatagridTable .last,
.CalendarMonth .DatagridTable .empty {
  border-color: #4884a6;
}
.content .tabs .active > a {
  background-color: #cbe6a5;
  border-color: #4884a6 #4884a6 transparent;
}
/* Calendar Theme Colors */
.CalendarHeader {
  background-color: #b3d8e5;
}
.CalendarHeader .nowrapRegular {
  color: #666666;
}
.calendar-day {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -770px -1025px;
}
.calendar-week {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -805px -1025px;
}
.calendar-month {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -840px -1025px;
}
.calendar-contact {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -875px -1025px;
}
.calendar-group {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -910px -1025px;
}
.calendar-list {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -945px -1025px;
  margin-right: 0;
}
/* Talent Card Colors */
.cluetip-talentCard .cluetip-outer {
  border: 1px solid #cccccc;
}
#talentCard .header {
  background-color: #cbe6a5;
  border: 1px solid #999999;
}
.tabs-bottom #cards a,
.tabs-bottom #cards .filler {
  border-top: 1px solid #999999;
  background-color: #eff5f9 !important;
}
.tabs-bottom #cards a,
.tabs-bottom #manage_tabs_button,
.cluetip-talentCard #manage_tabs_button_no_tabs {
  border-right: 1px solid #999999;
}
#talentCard h3,
#cluetip .mainHeaderTd {
  border-color: #999999;
  background-color: #cbe6a5;
}
#talentCard .data,
#cluetip .workHistory {
  border-color: #999999;
}
#cluetip .workHistory thead tr {
  background-color: #cbe6a5;
  background-image: -moz-linear-gradient(top, #cbe6a5, #ffffff);
  background-image: -webkit-linear-gradient(top, #cbe6a5, #ffffff);
  background-image: linear-gradient(to bottom, #cbe6a5, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe6a5', endColorstr='#ffffff');
}
#cluetip .workHistory tbody {
  background-color: #ffffff;
}
.cluetip-talentCard .tabs-bottom #cards .Position_Information {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -58px -602px;
}
.cluetip-talentCard .tabs-bottom #cards .Contact_Information {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -434px -602px;
}
.cluetip-talentCard .tabs-bottom #cards .Performance {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -542px -601px;
}
.cluetip-talentCard .tabs-bottom #cards .Work_History {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -975px -605px;
}
/* Org Chart Theme Colors */
.orgChart {
  border: 1px solid #999999;
}
.orgChart div.card,
#legend .direct,
#legend .indirect {
  border: 2px solid #999999;
}
.orgChart .indirect,
#legend .indirect {
  border: 2px dashed #999999 !important;
}
.orgChart .header {
  background-color: #cbe6a5;
  border-bottom: 1px solid #999999;
}
.orgChart .focus {
  border: 2px solid #999999 !important;
}
.orgChart .focus .header {
  background-color: #9bccde;
}
.available-trees h3 {
  border: 1px solid #999999;
  background-color: #cbe6a5;
  background-image: -moz-linear-gradient(top, #cbe6a5, #ffffff);
  background-image: -webkit-linear-gradient(top, #cbe6a5, #ffffff);
  background-image: linear-gradient(to bottom, #cbe6a5, #ffffff);
  /*filter: ~"progid:DXImageTransform.Microsoft.gradient(startColorstr='@{headerDarkBackground}', endColorstr='@{headerLightBackground}')";*/

}
.available-trees ul {
  border-color: #999999;
}
.available-trees ul li:hover {
  background-color: #eff5f9;
}
.ui-widget-header {
  background-color: #9bccde !important;
}
.ui-dialog {
  border: 1px solid #999999;
}
#tabs a,
#pageLayOutTabsUL a,
.pageLayoutTab a span {
  border: 1px solid #4884a6;
  background-color: #eff5f9;
}
#manage_tabs_button_no_tabs {
  border-bottom-color: #9bccde;
}
#manage_tabs_button {
  background-color: #eff5f9;
  border: 1px solid #4884a6;
}
#manage_tabs_button_no_tabs {
  border-color: #4884a6;
}
#manage_tabs_button_no_tabs a,
#manage_tabs_button_no_tabs a:link,
#manage_tabs_button a,
#manage_tabs_button a:link {
  background: url("../../img/UIv9/ats-icons-sprite.png") no-repeat scroll -879px -610px;
}
.slidetabsmenu a {
  border-color: #4884a6;
  background-color: #cbe6a5;
}
.dropmenudiv,
.pubbox {
  border-color: #4884a6;
  background-color: #cbe6a5;
  background-image: -moz-linear-gradient(top, #cbe6a5, #eff5f9);
  background-image: -webkit-linear-gradient(top, #cbe6a5, #e2f1cd);
  background-image: linear-gradient(to bottom, #cbe6a5, #e2f1cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe6a5', endColorstr='#e2f1cd');
}
.click-thru h2 {
  border-bottom: 1px solid #4884a6;
}
span.radioButtonFalse,
span.checkboxUnchecked {
  background-color: #eff5f9;
}
.radioButtonTrue,
.checkboxChecked {
  background-color: #9bccde;
}
#devPanelDiv {
  border-color: #4884a6;
  background-color: #eff5f9;
}
#recentItems .configure,
.configure-buttons {
  background: url('../../img/UIv9/ats-icons-sprite.png') no-repeat scroll -978px -1025px;
}
div.add-to-ical {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -1031px -1024px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.modalWarningDialog {
  background-color: #eff5f9 !important;
}
img.modalWarningDialog{
  max-width: none !important;
}

.dashboard .heading,
.ModernUI .modal-header,
.ModernUI .container-fluid > #sidebar h4,
.docpreview-title {
  background-color: #326497;
  background-image: -moz-linear-gradient(top, #326497, #162c54);
  background-image: -webkit-linear-gradient(top, #326497, #162c54);
  background-image: linear-gradient(to bottom, #326497, #162c54);
}
.dashboard .show-more:hover {
  background: #326497;
}
.reqcandquickview {
  padding: 5px;
}

.nav-tabs {
    background-color: #fff !important;
}

.export.csv {
  background: url(../../img/UIv9/ats-icons-sprite.png) no-repeat -1059px -1023px;
  width: 24px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

