* {
	font-family:"arial";
}

html, body {
	width:100%;
	margin:0px;
	color: #666666;
}

/* bootstrap overrides */
table {
    width: auto;
    margin-bottom: 0px;
}
table th, table td {
    border-bottom: 0 none;
}

#loginTableDiv {
    margin-top: 70px;
}

#content {
	width:100%;
}

.contentHome {
	margin-top:10%;
}

.contentSearch {
}

#searchDivMain {
	margin-top:10px;
}

#homepageSearch {
	width:100%;
	padding-top:15px;
}

#checkBoxDiv {
	margin-top:12px;
	font-size:11px;
}

#iframeContainer {
	position:absolute;
	top:180px;
	margin-left:10px;
}

.logoLink img {
	text-decoration:none;
	border:0 none;
}

.textField {
	height:30px;
}

.button {
	background-color: whiteSmoke;
	background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1');
	border: 1px solid gainsboro;
	border-color: rgba(0, 0, 0, .1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #555;
	cursor: default;
	display: inline-block;
	font-size:.7em;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin: 16px 8px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.active {
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	background-color:#F8F8F8;
	background-image:-moz-linear-gradient(center top , #F8F8F8, #F1F1F1);
	border-color:#C6C6C6;
	color:#333333;
	cursor: pointer !important;
}

.active:active {
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-color:#C6C6C6;
	color:#333333;
}

.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.iframe {
	width:100%;
	height:100%;
}

.iframeDiv {
	margin-top:10px;
}

.collapse, .expand {
	position:absolute;
	margin-top:5px;
	margin-left:5px;
	cursor:pointer;
}

.progress {
    position: absolute;
    margin-top: 5px;
}

.minimized {
	height:22px;
}

.minimizedText {
	margin-left:22px;
	padding-top:5px;
	font-size:.8em;
	font-weight:bold;
}

#searchString {
	-moz-border-radius:1px 1px 1px 1px;
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#C0C0C0 #D9D9D9 #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-style:solid;
	border-width:1px;
	height:27px;
	padding-left:8px;
}

#searchString:hover {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-color: #A0A0A0 #B9B9B9 #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-style: solid;
	border-width: 1px;
}

.selected {
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset !important;
	border:1px solid #4D90FE !important;
	outline:medium none !important;
}

#ie-error-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/validation.png');
	margin-left:auto;
	margin-right:auto;
	width:400px;
	margin-top:50px;
	line-height:1.5em;
}

.vertical-iframe {
	height: 100%;
	float: left;
	position: relative;
	padding-right: 4px;
	margin-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

#confluence-iframe {
}

#pci-confluence-iframe {
}

#projecttracker-iframe {
}

#techqa-iframe {
}

#layoutSelector {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

/* override rule from confluence to allow search results to span entire iframe */
ul.search-results {
	max-width: 100%;
}

/* add margin to results containers for confluence to prevent overlap with minimize button */
#search-results-container {
	margin: 26px 7px 0 7px;
}

/* add margin to results containers for projecttracker and techqa to prevent overlap with minimize button */
.results-wrap {
	margin: 26px 7px 0 7px;
}

/* align results count to left in techqa iframe */
.results-count {
	margin:0 0 1em;
}

#sidebar {
	background-image: linear-gradient(top, rgb(43,43,43) 8%, rgb(71,71,71) 27%, rgb(112,112,112) 66%, rgb(130,130,130) 90%);
	background-image: -o-linear-gradient(top, rgb(43,43,43) 8%, rgb(71,71,71) 27%, rgb(112,112,112) 66%, rgb(130,130,130) 90%);
	background-image: -moz-linear-gradient(top, rgb(43,43,43) 8%, rgb(71,71,71) 27%, rgb(112,112,112) 66%, rgb(130,130,130) 90%);
	background-image: -webkit-linear-gradient(top, rgb(43,43,43) 8%, rgb(71,71,71) 27%, rgb(112,112,112) 66%, rgb(130,130,130) 90%);
	background-image: -ms-linear-gradient(top, rgb(43,43,43) 8%, rgb(71,71,71) 27%, rgb(112,112,112) 66%, rgb(130,130,130) 90%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.08, rgb(43,43,43)),
		color-stop(0.27, rgb(71,71,71)),
		color-stop(0.66, rgb(112,112,112)),
		color-stop(0.9, rgb(130,130,130))
	);

	border-radius: 5px 16px 5px 16px;
	-moz-border-radius: 5px 16px 5px 16px;
	border-style: solid;
	border-color: #000;
	border-width: 2px;

	/*
	opacity:0.9;
  	filter:alpha(opacity=90);
	*/

	position:fixed;
	top:20px;
	left:5px;
	height: auto;
	width: 300px;

	font-size:.8em;
	padding:8px 8px 8px 8px;

	overflow:hidden;
	color:#FFF;
	white-space:nowrap;
}

#sidebar a {
	color:#FFF;
	text-decoration:none;
}

#formContent, #siteContent {
    margin-left: 275px;
    padding-bottom: 20px;
}

#formContent {
	margin-top:95px;
}

#siteContent {
	margin-top:30px;
}

#sitesDropdown {
	float:left;
	margin-right:10px;
}

/* jquery css overrides */
.ui-button {
	height:33px;
	top: -1px;
	margin-top: 1px;
}
.ui-autocomplete-input {
	width:300px;
	height:33px;
}

#targetSiteInfo, #actionsTable {
    width: auto !important;
	empty-cells: show;
}

#targetSiteInfo td {
    padding-right: 15px;
}

#targetSiteInfo th {
    text-align: left;
    padding-right: 15px;
}

.checkboxTD {
    padding-right: 3px !important;
}

label {
	color: #666666;
    width: auto;
    margin-right: 10px;
}

.sidebarTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

h4 {
    color: #404040;
}

#siteActions input {
    margin-right: 10px;
}

#siteActions {
    margin-top: 10px;
}

#jira-users {
    margin-top: 15px;
}

#assignee-select {
    margin-top: 8px;
    width: 140px;
}

#jira-left {
    float: left;
    margin-right: 15px;
}

#jira-users .label {
    margin-left: 4px;
}

#jira-right {
    float: left;
}

#jira-comment {
    color: red;
    margin-left: 20px;
    margin-bottom: 20px;
}

#svnActions, #otherActions, #cacheActions, #lcpSvnActions, #lcpOtherActions, #lcpCacheActions, #whenToRun, #opeActions, #turboModeDiv {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 10px;
    margin: 5px 8px 8px 0;
}

#opeActions {
	height: 130px;
}

#opeActions label {
	float: none;
	margin-left: -6px;
	cursor: pointer;
}

.cnameDiv {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 10px;
    margin: 5px 8px 8px 0;
    width: 500px;
}

#cnameScope {
    margin-top: 40px;
}

#actionsLeft {
    float: left;
}

#actionsTop {
    height: 335px;
}

#actionsMiddle {
    height: 255px;
    widht: 100%;
}

#lcpActionsMiddle {
    height: 270px;
    widht: 100%;
}

#svnActions {
    width: 300px;
    height: 147px;
}

#lcpSvnActions {
    width: 300px;
    height: 110px;
}

#lcpOtherActions {
    width: 300px;
    height: 50px;
}

#whenToRun, #turboModeDiv {
	width: 300px;
	height: 50px;
}

#otherActions {
    width: 300px;
    height: 63px;
}

#cacheActions {
    width: 350px;
    float: left;
    height: 230px;
}

#lcpCacheActions {
    width: 440px;
    float: left;
    height: 250px;
}

.noFormat {
    width: auto;
    margin-bottom: 0;
}

.noFormat td {
    border: 0 none;
    padding: 0 0 4px 0;
}

input[type="text"], input[type="password"] {
    width: auto;
    height: 24px;
}

textarea {
    width: auto;
    resize: none;
}

#issue_header_div {
	margin-bottom: 12px;
}

#issue_header {
    padding-bottom: 10px;
}

#description_html {
    width: 650px;
	padding-left: 8px;
	overflow: hidden;
}

#details_html {
	padding-left: 8px;
	overflow: hidden;
    width: 650px;
}

#container {
    margin-top: 105px;
    margin-left: 275px;
    padding-bottom: 15px;
}

#pushLiveRequestContainer {
    width: 680px;
    height: 600px;
    border: 1px solid #BBBBBB;
}

#pciPushLiveRequestContainer {
    width: 680px;
    height: 500px;
    border: 1px solid #BBBBBB;
    margin-top: 15px;
}

#CNameRequestContainer {
    width: 680px;
    height: 500px;
    border: 1px solid #BBBBBB;
}

#requestHeader {
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 660px;
    margin-bottom: 10px;
    border: 1px solid #BBBBBB;
    padding: 10px;
}

.PocDiv input,textarea {
    margin-top:5px;
    margin-bottom:10px;
}

.poc-btn {
    width: auto !important;
}

.PocDiv input {
    width: 300px;
}

.PocDiv textarea {
    height: 90px;
    width: 430px;
}

.PocDiv input[type="checkbox"] {
    width: auto !important;
}

.cnameDiv input,textarea {
    margin-top:5px;
    margin-bottom:10px;
}

.cnameDiv input {
    width: 300px;
}

.cnameDiv textarea {
    width: 450px;
}

.cnameDiv .chk-label {
	padding-right: 8px;
}

.required {
    font-weight: bold;
}

h3 {
    color: #666666;
    margin-bottom: 20px;
    font-weight: bold;
}

h4 {
    color: #666666;
}

#calendarFrame {
    height: 600px;
    width: 90%;
}

.textContent {
    width: 90%;
    margin-bottom: 25px;
}

.bug-btn {
    margin-left: 10px;
}

#issueSelect {
    height: 29px;
    width: 265px;
}

.td-pci {
    background-color: #F89406 !important;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 3px 3px 4px 4px;
    color: #fff;
    font-weight: bold;
}

.label-pci {
	display: inline-block;
	padding: 0 16px;
    background-color: #F89406 !important;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 3px 3px 4px 4px;
    color: #fff;
    font-weight: bold;
}

.hidden {
    display: none;
}

.error {
    color: red;
}

.warning {
    color: orange;
}

ul.unstyled {
    list-style: none outside none;
}

#accordion ul {
    margin-top: -5px;
    color: #666666;
    line-height: 18px;
    padding: 0;
}

.unstyled a {
    text-decoration: none;
    color: inherit;
}

#accordion-menu h3 {
    font-family: "arial";
}

#accordion h3, .accordion-custom {
    font-weight: bold !important;
}

.accordion-custom {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}

.accordion-custom, #accordion {
    font-size: 78%;
}

.accordion-custom span {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.accordion-custom a {
    padding-left: 2.2em !important;
    display: block;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

#accordion-menu {
	position: fixed;
	left: 3px;
	top: 68px;
    width: 250px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    position:fixed;
    height: auto;
    font-size: 14px !important;
    opacity: .91;
}

#sidebar-content {
    width: 235px;
    float: left;
}

#sidebar-button {
    width: 64px;
    float: left;
    height: 100px;
    margin-top: 45px;
}

.sidebar-collapsed {
    background-image: url('images/arrow-right.png');
    background-repeat: no-repeat;
}

.sidebar-expanded {
    background-image:url('images/arrow-left.png');
    background-repeat: no-repeat;
}

#privateAccessTable {
	margin-top: 25px;
}

#privateAccessTable td {
    padding: 5px 12px 0 0;
}

#remote_host, #host_header, #uri {
    width: 360px;
}

#http_port, #https_port {
    width: 90px;
}

#submitBtnDiv {
	margin-top: 10px;
}

#submitPADiv {
    margin-top: 18px;
}

#PAResponseTable {
    border-spacing: 8px 2px;
}

.OK {
    background-color: #99CC66 !important;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-weight: bold;
}

.FAILURE {
    background-color: #FF3333 !important;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-weight: bold;
}

.under-construction {
	margin-left: 1px;
	margin-right: 3px;
	margin-bottom: -2px;
}

#PAResponseButton {
	margin-top: 20px;
	margin-left: 30px;
}

#CNameSubTitle {
	color: #666666;
	margin-bottom: 20px;
	margin-top: -20px;
	margin-left: 15px;
}

#submitPA {
	float: left;
	margin-right: 10px;
}

#CNameNextDiv {
	float: left;
}

#privateAccessPortTable {
	margin-bottom: 15px;
}

#privateAccessPortTable td {
	padding: 0 8px 0 0;
}

#privateAccessPortTable input {
	margin-bottom: 0px;
	width: 70px;
}

#cname-pre {
	font-size: .7em;
	border: 0 none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	background-color: inherit;
}

.pa-tr {
    height: 35px;
}

#http-th {
    min-width: 200px;
}

#PAResponseTable img {
    margin-left: 10px;
}

.dc_chk {
	width: auto !important;
}

.PA-sites-dropdown {
	float: none !important;
}

#filesToUpdate {
	width: 270px !important;
}

#UrlsToClear, #srcCacheUrl {
	width: 320px !important;
}

.ol_image {
    float: left;
    margin: 5px;
    overflow: hidden;
    max-height: 150px;
    max-width: 150px;
}

#summitPics {
    padding-right: 40px;
}

#summitPhotos {
    margin-top: 20px;
    font-size: .8em;
}

#upload_link {
    font-size: .8em;
}

#add_contact_link {
	margin-top: 10px;
}

#add_contact label {
	display: block;
	clear: both;
	float: left;
	width: 80px;
}

#add_contact input {
	margin-top: 4px;
}

#add_contact {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:rgba(192,192,192,0.8);
}

#add_contact_container {
	margin-top: 150px;
	width: 270px;
}

.cname-combobox {
	height: 40px !important;
	width: 470px !important;
	padding-left: 16px !important;
	font-size: 1.2em !important;
}

#poc-request-form label {
	margin-top: -4px;
	float: none;
	margin-left: 10px;
}

.form-label {
	margin-left: 8px;
}

#poc-trans-details {
	width: 300px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 10px;
    margin: 5px 8px 8px 0;
}

#poc-lang-details {
	width: 500px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 10px;
    margin: 5px 8px 18px 0;
}

#poc-request-form .label {
	margin-left: 4px;
}

#header-nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

#header-nav .navbar {
    background-color: #1C1C1C;
    color: #999999;
	height: 60px;
}

#header-nav .navbar-inner {
	padding-top: 12px;
}

#header-nav .navbar-upper {
    height: 25px;
}

#header-nav .signed-in-placeholder {
    color: #999999;
    float: right;
    font-size: 11px;
    padding: 0 5px 0 0;
	margin-top: 3px;
	margin-right: 6px;
}

#header-nav .navbar a.nav-home {
    color: #999999;
    display: inline-block;
    font-size: 24px;
    margin-left: 272px;
    margin-right: 10px;
    margin-top: 4px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-extra-mini {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;

    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    border: 2px none !important;
    font-size: 11px !important;
    line-height: 12px !important;
    margin: 0 !important;
    padding: 0 3px 1px !important;
    vertical-align: text-bottom !important;

	text-decoration: none;
}

#poc-lang-details label {
	display: inline-block;
	margin-top: 0px;
}

#poc-lang-details label:hover {
	cursor: pointer;
}

#poc-lang-details td {
	padding: 0 30px 0 0;
}

#poc-lang-details #other-langs {
	height: 20px;
	font-size: .8em;
	width: 150px;
}

#project-avatar {
	float: left;
	margin-top: 12px;
	margin-left: 25px;
}

#key-val {
	display: inline-block;
	font-size: 1.2em;
	margin-top: 7px;
	margin-left: 16px;
}

#summary-val {
	margin-top: 4px;
	margin-left: 87px;
}

.push-live-widget {
	margin-bottom: 8px;
}

.live-table-top td {
	border-top: 1px solid #AAA;
}

.live-target-label {
	cursor: pointer;
}

.noFormat label {
	padding-top: 0px !important;
	cursor: pointer;
}

#batch-header, #cluster-header {
	margin-bottom: 35px;
}

.batch-container, .cluster-container {
	width: 260px;
	float: left;
	margin-right: 10px;
}

.cluster-container {
	margin-bottom: 10px;
	height: 160px;
}

.batch-status, .cluster-status {
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 10px;
}

.cluster-status {
	width: 238px;
	position: absolute;
	min-height: 133px;
}

#cluster-status {
	width: 1650px;
	overflow: scroll;
}

.icon-td {
	min-width: 12px;
}

.batch-data-center {
	width: auto;
	padding: 0 5px;
	margin-top: -20px;
	background: #FFFFFF;
	position: absolute;
}

.batch-cluster {
	margin: 8px 0 14px 5px;
}

.batch-internal-ip {
	border: 1px solid #BBBBBB;
	padding: 4px;
	margin-bottom: 12px;
	width: 180px;
}

.batch-status-icon, .node-status-icon {
	float: right;
}

.batch-status-icon {
	height: 32px;
	width: 32px;
	margin-top: -8px;
}

.batch-started, .batch-running {
	background-image: url('img/icon-gears.gif');
	height: 48px;
	width: 48px;
	margin-right: -6px;
	margin-top: -14px;
}

.batch-failed, .batch-error, .batch-restarted {
	background-image: url('img/icon-error.gif');
}

.batch-done {
	background-image: url('img/icon-success.gif');
}

.batch-ready, .batch-queued {
	background-image: url('img/icon-queued.gif');
}

.node-status-icon {
	margin-top: 1px;
	margin-right: 1px;
	height: 16px;
	width: 16px;
}

.node-started, .node-running {
	background-image: url('img/icon-gears-small.gif');
}

.node-failed, .node-error {
	background-image: url('img/icon-error-small.gif');
}

.node-done {
	background-image: url('img/icon-success-small.gif');
}

.node-ready, .node-queued {
	background-image: url('img/icon-queued-small.gif');
}

.batch-test {
	padding: 0 10px 40px 10px;
	font-size: .8em;
}

.tree-header {
	margin-top: 8px;
	color: #444444;
}

.tree-first {
    border-left: 1px solid #555555;
    height: 0px;
    margin-left: 30px;
}

.tree-row {
    height: 19px;
}

.tree-spacer {
    float: left;
    height: 100%;
    margin-left: 30px;
    width: 13px;
}

.tree-top {
    border-bottom: 1px solid #555555;
    border-left: 1px solid #555555;
    height: 50%;
}

.tree-bottom {
    border-left: 1px solid #555555;
    height: 50%;
}

.tree-target {
	padding-left: 6px;
    overflow: hidden;
	max-width: 180px;
    white-space: nowrap;
	float: left;
}

.tree-last {
	display: none;
}

.modal-link {
    cursor: pointer;
    text-decoration: none;
    color: #0088CC;
}

.modal-link:hover {
	color: #005580;
}

.popover .popover-close {
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 15px;
    line-height: 12px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 9px;
    width: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.popover .popover-close:hover {
	cursor: pointer;
}

.popover-title {
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 14px;
}
.fade.in {
    opacity: 1;
}
.popover.left {
  margin-left: -14px;
}
.popover.right {
  margin-left: 14px;
}
.popover {
  max-width: none;
}
.fade {
  -moz-transition: opacity 0.15s linear 0s;
    opacity: 0;
}
.popover {
  background-clip: padding-box;
  background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
   max-width: 276px;
    padding: 1px;
    position: absolute;
   text-align: left;
    top: 0;
   white-space: normal;
   z-index: 1010;
}
.popover.right .arrow:after {
  border-left-width: 0;
  border-right-color: #FFFFFF;
    bottom: -10px;
    left: 1px;
}
.popover.right .arrow {
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
    left: -11px;
   margin-top: -11px;
    top: 50%;
}
.popover.left .arrow:after {
  border-left-color: #FFFFFF;
  border-right-width: 0;
    bottom: -10px;
    right: 1px;
}
.popover .arrow:after {
  border-width: 10px;
    content: "";
}
.popover.bottom {
    margin-top: 10px;
}
.popover.bottom .arrow {
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom .arrow:after {
    border-bottom-color: #FFFFFF;
    border-top-width: 0;
    margin-left: -10px;
    top: 1px;
}

.popover .arrow, .popover .arrow:after {
  border-color: transparent;
  border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover.left .arrow {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
   margin-top: -11px;
    right: -11px;
    top: 50%;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow, .popover .arrow:after {
  border-color: transparent;
  border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.popover-content {
    padding: 9px 14px;
}

.node-clickover {
	cursor: pointer;
}

.server-online {
	color: #666666;
}

.server-offline {
	color: #CCCCCC;
}

.lcp-restarted {
	margin-top: 10px;
}

.lcp-error, .lcp-error-instructions {
	margin-top: 10px;
	color: #FF0000;
}

.lcp-error-button {
	margin-top: 20px;
}

.cluster-overflow {
	display: none;
}

.cluster-expand, .cluster-collapse {
	font-family: "courier";
	font-size: .8em;
	color: #0088CC;
	width: 100%;
	text-align: center;
	margin-top: -6px;
	cursor: pointer;
}

.cluster-expand:hover, .cluster-collapse:hover {
	color: #005580;
}

.lcp-data-center {
	margin-left: 6px;
}

.lcp-cluster, .lcp-server {
	margin-left: 29px;
	margin-top: -1px;
    padding-top: 5px;
}

.expand-server, .expand-cluster, .expand-data-center {
	padding: 0 6px;
	cursor: pointer;
}

.cluster-error, .expand-cluster[cluster-status="error"], .data-center-status[status="error"] {
	border-radius: 3px;	
	color:  #D33D3D;
}

.expand-cluster[cluster-status="warning"], .data-center-status[status="warning"] {
	border-radius: 3px;
	background-color: #C4A61C;
	color: black;
}

.data-center-status[status="error"], .data-center-status[status="warning"] {
	margin-left: -3px;
	padding-left: 3px;
	padding-right: 3px;
}

.lcp-expand:hover {
	border-radius: 3px;
}

.lcp-selected {
	background-color: #fff9f5;
    border: 1px solid #f3d8c7;
	border-radius: 3px;
    width: 91%;
}

.cluster-message {
	font-size: 13px;
	margin-left: 15px;
}

.cluster-message[type="error"] {
	color: #D33D3D;
}

.cluster-message[type="warning"] {
	color: #C4A61C;
}

.expand-icon {
	font-family: courier;
	font-size: .8em;
	font-weight: bold;
	color: #0088CC;
	margin-left: -12px;
	display: none;
}

#clusters-container {
	padding-bottom: 40px;
}

#clusters-container, #cluster-data-container, .cluster-data-container {
	float: left;
}

#cluster-data-container, .cluster-data-container {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding: 10px;
	/* position: fixed; */
	top: 163px;
	width: 1000px;
	left: 600px;
/*	min-width: 600px;
	max-width: 820px;*/
	margin-right: 20px;
}

.lcp-data-title {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	min-width: 70%;
}

.lcp-data-title span {
	display: inline-block;
	margin-right: 16px;
}

.lcp-status-title {
    background-color: #FFFFFF;
    /*margin-top: -20px;*/
    padding: 0 5px;
}

.lcp-data-div {
	display: inline-block;
	max-height: 402px;
	/*overflow-y: scroll;*/
	margin-bottom: 8px;
}

.lcp-data-table {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing:0;
	border-collapse:collapse;
}

.lcp-data-table th, .lcp-data-table td {
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
    border-bottom: #e4e4e4;
}

.lcp-data-table td + td + td, .lcp-data-table th + th + th {
	border-left: 1px solid #DDDDDD;
}

.lcp-data-table tr:nth-child(even) {
	background-color: #f7f7f7;
}

.lcp-data-table tr:hover:not(.lcp-header-tr) {
	background-color: #E0ECF8;
}

.lcp-data-table td {
	padding-right: 15px;
	line-height: 12px;
	white-space: nowrap;
}

.update-software-form {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#tm-dir-table {
	margin-bottom: 30px;
}

#tm-dir-table label {
	padding: 0;
	line-height: 10px;
	cursor: pointer;
	font-family: courier;
}

#tm-dir-table td {
	font-family: courier;
}

.cluster-count, .data-center-count {
	font-size: 10px;
}

.folder-icon, .ol-folder-icon {
	cursor: help;
	display: inline-block;
	height: 21px;
	width: 24px;
	background-repeat: no-repeat;
}

.folder-opened, .ol-folder-opened {
	background-image: url('images/folder-opened-grey.png');
}

.folder-closed {
	background-image: url('images/folder-closed-grey.png');
}

.cluster-icon {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}

.cluster-idle, .cluster-done {
	background-image: url('images/server.gif');
}

.cluster-running, .cluster-started {
	background-image: url('img/icon-gears-small.gif');
}

.cluster-queued, .cluster-ready {
	background-image: url('img/icon-queued-small.gif');
}

.cluster-failed {
	background-image: url('img/icon-error-small.gif');
}

.cluster-locked {
	background-image: url('img/icon-lock-small.gif');
}

#lcp-message {
	color: #088A29;
	width: 800px;
}

.lcp-error-message {
	color: #DF0101;
	width: 800px;
}

.lcp-cluster-error-message {
	margin: 10px 0 15px 10px;
	font-size: 12px;
}

#lcp-history-table {
	empty-cells: show;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0;
	margin-right: 15px;
}

#lcp-history-table tr + tr {
	cursor: pointer;
}

#lcp-history-table th, #lcp-history-table td {
	text-align: left;
	border: 1px solid #DDDDDD;
	padding: 5px;
	white-space: nowrap;
}

#lcp-history-table tr:nth-child(odd) td, #lcp-history-table tr:nth-child(odd) th {
	background-color: #F5F5F5;
}

#lcp-history-table td {
	border-top: 0 none;
}

#lcp-history-table td, #lcp-history-table th {
	border-right: 0 none;
}

#lcp-history-table td:last-child, #lcp-history-table th:last-child {
	border-right: 1px solid #DDDDDD;
}

#lcp-history-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

#lcp-history-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

#lcp-history-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

#lcp-history-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

#lcp-history-table tr:last-child td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.lcp-status {
	color: #FFFFFF;
	border-radius: 5px;
	padding: 1px 5px;
	background-color: grey;
}

.lcp-status-done {
	background-color: green;
}

.lcp-status-failed {
	background-color: red;
}

.lcp-status-canceled {
    background-color: orange;
}

.lcp-filters {
	margin-bottom: 15px;
}

#lcp-history-body .select2-choice {
	font-size: 14px !important;
}

#lcp-history-body .select2-result-label, #lcp-history-body .select2-input {
	font-size: 14px !important;
	color: #555555;
}

#lcp-history-body .select2-highlighted .select2-result-label {
	color: #FFFFFF !important;
}

.lcp-filters {
	float: left;
}

#lcp-history #search, #radio-selector #search {
	height: 29px;
    padding: 4px 6px;
	margin-left: 10px;
	width: 255px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #CCCCCC;
	font-size: 14px !important;
}

#radio-selector #go {
	border-radius: 0 4px 4px 0 !important;
}

#lcp-history #go, #lcp-history #reset, #radio-selector #go, #radio-selector #reset {
border: 1px solid #DDDDDD;
    height: 29px;
    margin-left: -7px;
    margin-top: 0;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: top;
}

#lcp-history #go, #radio-selector #co {
    border-radius: 0 4px 4px 0;
}

#lcp-history #go:hover, #lcp-history #reset:hover, #radio-selector #go:hover, #radio-selector #reset:hover {
	-moz-transition: background-position 0.1s linear 0s;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
	background-color: #E6E6E6 !important;
}

.hide {
	display: none;
}

#lcp-history-table tr + tr:hover td {
	background-color: #E9E9E9 !important;
	color: #333;
}

#lcp-lightbox {
	padding-top: 20px;
}

.lcp-cache-hidden {
	cursor: text;
	padding-left: 7px !important;
}

.lcp-cache-hidden:hover {
	border: 1px solid #A9D0F5;
	border-radius: 3px;
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.origins-table {
	overflow-y: auto;
	max-height: 100px;
}

.site-content-label {
	padding-top: 0px;
	line-height: 0px;
}

#help-instructions {
	margin-bottom: 16px;
	margin-top: -12px;
	color: red;
	max-width: 600px;
}

#batch-details table tr td:first-child {
	padding-right: 20px;
	vertical-align: top;
}

#batch-details table tr.top-space td {
	padding-top: 10px;
}

#batch-details table tr td {
	white-space: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

.help-form-div {
	margin-bottom: 12px;
}

.help-form-div input, .help-form-div textarea {
	margin-top: 4px;
	width: 500px;
}

.help-form-div textarea {
	height: 80px;
}

#onelink-parent .open-parent {
	font-weight: bold;
	cursor: pointer;
}

#cluster-count-table tr.count-row {
	cursor: pointer;
}

#client-count-table {
	font-size: 14px;
	margin-right: 20px;
}

#client-count-table th {
	white-space: nowrap;
}

#client-count-table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#client-count-span:hover {
	cursor: pointer;
	color: #0088CC;
	text-decoration: underline;
}

.refresh-cluster {
	float: right;
	background-image: url('images/reload.png');
	height: 32px;
	width: 32px;
	cursor: pointer;
}

.ui-timepicker-div dt {
	font-size: .9em !important;
}

#whenToRunDtm {
	width: 145px;
}

#clearWhenToRun {
	display: none;
	cursor: pointer;
	margin-right: 5px;
	margin-left: -2px;
	font-size: 13px;
	color: #0069D6;
}

.input-xlarge {
	width: 300px !important;
}

.input-large {
	width: 200px !important;
}

#add-user-form label {
	display: inline-block;
	width: 120px;
	text-align: left;
}

.input-div {
	margin-bottom: 8px;
}

.clear-fix {
	height: 10px !important;
}

#password-success {
	color: green;
}

.tm-options-title {
	cursor: pointer;
}

.tm-list-options {
	display: none;
}

.tm-list-options label {
	line-height: 25px;
	padding-top: 0px;
	cursor: pointer;
}

.tm-list-options table td {
	padding: 2px 10px;
}

.tm-list-options table {
	margin-top: 10px;
}

#whenToRun label, #turboModeDiv label {
	margin-bottom: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

.sw-rev-container label {
	float: none;
	cursor: pointer;
}

.ms-container {
	width: 800px !important;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    width: 49% !important;
}

.ms-container .ms-list {
	height: 300px !important;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    font-size: 12px !important;
}

.btn-primary {
    background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
	background-color: #0044CC;
	color: #FFFFFF;
}

#dtp-options {
	margin-bottom: 20px;
}

#dtp-options div.bordered {
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 10px;
	width: 380px;
	margin-bottom: 10px;
}

#dtp-options label {
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-top: -3px;
    padding-top: 0;
	cursor: pointer;
	text-align: left;
	margin-bottom: 4px;
}

#dtp-langs label {
	width: 37px;
}

#dtp-num-images label {
	width: auto;
}

#dtp-num-images {
	padding-bottom: 30px !important;
}

#dtp-options input[type="checkbox"], #dtp-options input[type="radio"] {
    display: inline-block;
    float: left;
	margin-right: 6px;
}

.lang-chk-div {
	display: inline-block;
	white-space: nowrap;
}

.rev-num-input {
	width: 100px !important;
}

#cluster-status .select2-results li {
	font-size: 12px;
	color: #666666;
}

#cluster-status .select2-container .select2-choice span {
	font-size: 12px;
}

.view-select {
	height: 300px !important;
}

.options-column label {
	display: inline-block;
	margin-bottom: 6px;
}

#saved-report-table td {
	padding: 2px 8px;
}

#saved-report-table a {
	color: #0088CC;
}

#saved-report-table a:hover {
	color: #005580;
}

#avatar-thumbnail {
	float: right;
	margin-right: 8px;
	border-radius: 3px;
	border: 1px solid #98AFC7;
	cursor: pointer;
}

#avatar-thumbnail img {
	width: 40px;
	height: 40px;
}

.history-nav-link {
	cursor: pointer;
	color: #0069D6;
	text-decoration: none;
}

.history-nav-link:hover {
	color: #0050A3;
}

.icon {
    background-image: url("img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

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

#ope-users-div, #ope-langs-div {
	position: relative;
	float: left;
	margin-right: 12px;
	margin-top: 24px;
	padding: 12px;
	border-radius: 5px;
	border: 1px solid #ddd;
	height: 300px;
	width: 400px;
	overflow-y: scroll;
}

.ope-user-inner-div {
	cursor: pointer;
	border-radius: 2px;
	width: 100%;
	padding: 1px 3px;
}

.ope-user-inner-div:hover {
	background-color: #CEE3F6;
}

.ope-user-selected {
	background-color: #2E9AFE !important;
	color: #fff !important;
	font-weight: bold;
}

.ope-table-success td {
	color: green;
}

.ope-table-failure td {
	color: red;
}

.ope-table-header th {
	border-bottom: 1px solid #DDD;
}

.lcp-td-hang {
	font-weight: bold;
	color: red;
}
