
/* #header {
  background-color: #2e2e2e;
  height: 186px;
}

#jenkins-home-link {
  top: 44px;
  left: -22px;
  display: block;
  width: 320px;
  height: 128px;
  background-image: url('/userContent/img/header.png');
} */

#jenkins-head-icon, #jenkins-name-icon {
  display: none;
}

a[href="/iconSize?24x24"], a[href="/iconSize?32x32"] {
  display: none;
}

a:link {
  color: #204F87;
}

a:visited {
  color: #204F87;
}

pre {
  font-family: Lucida Console,Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif;
  font-size: 11px;
}

/* Custom rules */
h1, h2, h3, h4, h5, h6 {
  font-family: Impact,Charcoal,sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}

h3.warn, b.warn {
  color: #990000;
}

p.warn {
  font-size: 1.1em;
}

html {
  background: url('/userContent/img/bg.jpg') bottom right no-repeat;
}

body, html {
  background: url('/userContent/img/sidebar.jpg') top left repeat-y;
}

#header {
  background-color: #4e4e4e;
  height: 40px;
  margin-left: 320px;
}

#jenkins-home-link {
  top: 112px;
  left: 0;
  position: absolute;
  display: block;
  width: 320px;
  height: 128px;
  background-image: url('/userContent/img/header.png');
  z-index: 5;
}

#side-panel {
  padding: 200px 16px 0 16px;
}

#side-panel a, #side-panel table, #side-panel form, #side-panel td, #side-panel th, #side-panel p {
  color: #fff;
}

#side-panel .pane-header, #side-panel .pane-footer {
  background-color: #666;
  border-radius: 0;
  color: #FFF;
}

#side-panel table.stripped tr:nth-child(2n), #side-panel table.stripped-even tr:nth-child(2n), #side-panel table.stripped-odd tr:nth-child(2n+1) {
  background: #4e4e4e;
}

#side-panel .pane-frame {
  border-color: #666;
  border-radius: 0;
}

#breadcrumbBar {
  background: transparent;
}

/*

#main-panel {
  height: 100%;
  overflow: auto;
  padding-left: 340px;
  position: absolute;
  width: 100%;
}

#main-panel-content {
  z-index: 5;
}

#side-panel {
  background: #2e2e2e;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  padding: 200px 16px 0 16px;
}
*/

.top-sticker.noedge {
  padding-right: 320px;
  left: 320px;
}

.tabBar .tab {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 200%;
}

.tabBar .tab a {
  color: #333;
  padding: 10px !important;
}

.tabBar [type="radio"]:checked ~ a {
  color: #900;
}

.tabBarFrame + table > tbody > tr > td {
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
}

.tabBarFrame + table > tbody > tr > td > div {
  background-color: #FFF;
}

div[id^='title-dashboard_portlet_'] {
  font-family: Impact,Charcoal,sans-serif;
  font-weight: normal !important;
  text-transform: lowercase;
  font-size: 200%;
  border: none !important;
  border-bottom: 1px solid #CCC !important;
  color: #333;
  padding: 7px 4px !important;
}

.rd,
#title-dashboard_portlet_17287, /* 1.8 */
#title-dashboard_portlet_10499, /* 1.8.9 */
#title-dashboard_portlet_11996, /* 1.9 */
#title-dashboard_portlet_19578, /* 1.9.4 */
#title-dashboard_portlet_4479, /* 1.10 */
#title-dashboard_portlet_19106, /* 1.10.2 */
#title-dashboard_portlet_31051, /* 1.11 */
#title-dashboard_portlet_5160, /* 1.11.2 */
#title-dashboard_portlet_3625, /* 1.12 */
#title-dashboard_portlet_9004, /* 1.12.1 */
#title-dashboard_portlet_8020 /* 1.12.2 */
{
  color: #900;
}

.setting-name {
  min-width: 200px;
  white-space: normal;
}

div#header {
  z-index: 120;
}

body.two-column #side-panel, div#side-panel {
  width: 320px !important;
  z-index: 3;
}

body.two-column #main-panel, .top-sticker-inner {
  margin-left: 320px !important;
}

body.two-column div#amain-panel {
  position: absolute;
  left: 0;
  width: 100% !important;
  padding-left: 320px !important;
}

div#afooter-container {
  display: none;
}

.top-sticker.noedge {
  padding-right: 0 !important;
}

body, table, form, input, td, th, p, textarea, select, #tasks .task {
  font-size: 13px;
}

#page-body #main-panel {
	
}

/*************************************************************/

img.icon-sm.icon-red,
img.icon-sm.icon-yellow,
img.icon-sm.icon-blue,
img.icon-sm.icon-grey,
img.icon-sm.icon-disabled,
img.icon-sm.icon-aborted,
img.icon-sm.icon-nobuilt {
	width: 0;
	height: 0;
	padding: 8px;
	background-size: cover;
}

img.icon-sm.icon-red {
	background-image: url('/userContent/img/16x16/red.png');
}

img.icon-sm.icon-yellow {
	background-image: url('/userContent/img/16x16/yellow.png');
}

img.icon-sm.icon-blue {
	background-image: url('/userContent/img/16x16/blue.png');
}

img.icon-sm.icon-grey,
img.icon-sm.icon-disabled {
	background-image: url('/userContent/img/16x16/grey.png');
}

img.icon-sm.icon-aborted {
	background-image: url('/userContent/img/16x16/dark-grey.png');
}

img.icon-sm.icon-nobuilt {
	background-image: url('/userContent/img/16x16/light-grey.png');
}

.col-md-offset-2 {
	margin-left: 320px;
}

.col-md-20 {
    width: calc(100% - 320px);
}