/* Tabs */
.ui-widget-header {
  border-radius: 0;
  height: 29px;
  border: none !important;
  border-bottom: 3px solid #cccccc !important;
  background: white !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #cccccc; }

.ui-tabs .ui-tabs-nav li {
  margin: 1px .4em 0 0 !important; }

.ui-tabs .ui-tabs-nav li a {
  padding: .4em 1.5em;
  font-weight: normal;
  font-size: 1em; }

.ui-tabs-panel {
  border: 0;
  padding: 0 !important; }

/* UI Interaction States */
.ui-state-default {
  background-color: #F5F5F5 !important;
  background-image: none !important; }
  .ui-state-default a {
    color: #525252 !important; }

.ui-state-hover {
  border-left: 1px solid #cccccc !important;
  border-top: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important; }

.ui-tabs-active {
  background-color: #ffffff !important;
  background-image: none !important;
  border-bottom: 3px solid white !important; }
  .ui-tabs-active a {
    color: black !important;
    font-weight: bold !important; }

.content.gci h2.title {
  color: #666666;
  font-size: 2em;
  font-weight: normal; }
.content.gci h3.header {
  font-size: 1em;
  font-weight: bold;
  margin: 4px 20px;
  color: #444444;
  clear: both; }
.content.gci p {
  color: #525252;
  font-size: 1em;
  line-height: 1.4em; }
.content.gci a:focus {
  outline: none !important; }
.content.gci .overview {
  margin: 0 0 25px 0; }
.content.gci .asterisk {
  margin: 25px 25px !important;
  clear: both; }
  .content.gci .asterisk .definitions { margin-left: 10px; display: block; }
.content.gci .note {
  font-size: 1em;
  font-weight: bold;
  margin: 15px 20px;
  color: #444444; }
.content.gci #tabs {
  padding: 0 !important;
  border: none !important;
  width: 720px;
  position: relative; }
  .content.gci #tabs #nav {
    padding-left: 5px; }
  .content.gci #tabs #load {
    position: absolute;
    right: 353px;
    top: 100px;
    background: url('imgs/ajax-loader.gif');
    width: 54px;
    height: 55px;
    z-index: 500;
    text-indent: -9999em; }
.content.gci .concurrency-container, .content.gci .heatmap-container, .content.gci .data-view-container {
  min-height: 1000px; }
.content.gci .bordered-container {
  border-top: 0;
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  width: 100%;
  padding: 25px 0;
  width: 718px;
  position: relative; }
  .content.gci .bordered-container .data-buttonset {
    display: block;
    clear: both;
    text-align: right;
    height: 35px;
    width: 100%;
    position: relative; }
    .content.gci .bordered-container .data-buttonset .button-group {
      display: block;
	  clear: right;
      float: right;
      margin-right: 20px; }
    .content.gci .bordered-container .data-buttonset a.data-button {
      text-decoration: none !important;
      cursor: pointer !important;
      zoom: 1;
      padding: 4px 15px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #CFD4D8 !important;
      font-weight: bold !important;
      font-size: 1em;
      background-color: #ebedef !important;
      background-image: -moz-linear-gradient(top, white, #cfd4d8) !important;
      background-image: -ms-linear-gradient(top, white, #cfd4d8) !important;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#cfd4d8)) !important;
      background-image: -webkit-linear-gradient(top, white, #cfd4d8) !important;
      background-image: -o-linear-gradient(top, white, #cfd4d8) !important;
      background-image: linear-gradient(top, white, #cfd4d8) !important;
      background-repeat: repeat-x !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#cfd4d8', GradientType=0) !important;
      border-color: #cfd4d8 #cfd4d8 #a5aeb6;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      color: #444444 !important;
      float: left; }
      .content.gci .bordered-container .data-buttonset a.data-button:hover, .content.gci .bordered-container .data-buttonset a.data-button:active, .content.gci .bordered-container .data-buttonset a.data-button.active, .content.gci .bordered-container .data-buttonset a.data-button.disabled, .content.gci .bordered-container .data-buttonset a.data-button[disabled] {
        background-color: #cfd4d8; }
      .content.gci .bordered-container .data-buttonset a.data-button:active, .content.gci .bordered-container .data-buttonset a.data-button.active {
        background-color: #b3bbc1 \9; }
      .content.gci .bordered-container .data-buttonset a.data-button#button-fixed, .content.gci .bordered-container .data-buttonset a.data-button#button-average {
        margin-right: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: 1px solid #CFD4D8 !important; }
      .content.gci .bordered-container .data-buttonset a.data-button#button-mobile, .content.gci .bordered-container .data-buttonset a.data-button#button-median {
        margin-left: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: 1px solid #CFD4D8 !important; }
      .content.gci .bordered-container .data-buttonset a.data-button.active {
        background-color: #e2e5e7 !important;
        background-image: -moz-linear-gradient(top, #cfd4d8, white) !important;
        background-image: -ms-linear-gradient(top, #cfd4d8, white) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cfd4d8), to(white)) !important;
        background-image: -webkit-linear-gradient(top, #cfd4d8, white) !important;
        background-image: -o-linear-gradient(top, #cfd4d8, white) !important;
        background-image: linear-gradient(top, #cfd4d8, white) !important;
        background-repeat: repeat-x !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd4d8', endColorstr='white', GradientType=0) !important;
        border-color: white white #d9d9d9;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #9FA1A4 !important; }
        .content.gci .bordered-container .data-buttonset a.data-button.active:hover, .content.gci .bordered-container .data-buttonset a.data-button.active:active, .content.gci .bordered-container .data-buttonset a.data-button.active.active, .content.gci .bordered-container .data-buttonset a.data-button.active.disabled, .content.gci .bordered-container .data-buttonset a.data-button.active[disabled] {
          background-color: white; }
        .content.gci .bordered-container .data-buttonset a.data-button.active:active, .content.gci .bordered-container .data-buttonset a.data-button.active.active {
          background-color: #e6e6e6 \9; }
  .content.gci .bordered-container p {
    margin: 0 20px 12px 20px; }
.content.gci .selection-container {
  margin: 0 20px; }
  .content.gci .selection-container input[type="checkbox"] {
    margin: 0 10px 10px 0;
    /*font-size: 1.2em;*/
    font-size: 1.05em;
    float: left; }
  .content.gci .selection-container .title {
    border-bottom: 3px solid #cccccc;
    padding: 10px; }
    .content.gci .selection-container .title label {
    /*font-size: 1.2em;*/
    font-size: 1.05em;
      font-weight: bold;
      color: #525252;
      vertical-align: top; }
  .content.gci .selection-container ul.group-selection {
    margin: 0 0 20px 0;
    padding: 10px;
    position: relative; }
    .content.gci .selection-container ul.group-selection li {
      list-style: none;
      display: inline-block;
      width: 32%;
      min-height: 45px;
      position: relative;
      margin: 0 5px 0 0;
      position: relative; }
      .content.gci .selection-container ul.group-selection li label {
        font-size: 1.05em;
        font-weight: bold;
        color: gray;
        vertical-align: middle;
        clear: both;
        float: left;
        display: block;
        word-wrap: break-word; }
      .content.gci .selection-container ul.group-selection li .label-fix {
        word-wrap: break-word;
        float: left;
        display: block;
        min-height: 35px;
        width: 185px;
        font-size: 1.05em;
        font-weight: bold;
        color: gray;
        vertical-align: middle; }
      .content.gci .selection-container ul.group-selection li span {
        color: gray;
        font-weight: normal;
        font-size: 1em;
        display: block;
        margin: 5px 0 0 22px;
        float: left;
        clear: both; }
.content.gci .legend-container {
  margin: 10px 20px 45px 20px; }
  .content.gci .legend-container .title {
    color: #464648;
    font-size: 1.2;
    font-weight: bold;
    display: block;
    clear: both;
    margin: 0 0 5px 0; }
  .content.gci .legend-container .legend-content {
    position: relative;
    height: 60px; }
    .content.gci .legend-container .legend-content .label {
      color: #444444;
      font-size: .8em;
      font-weight: bold; }
    .content.gci .legend-container .legend-content .legend {
      display: block;
      width: 220px;
      margin-right: 30px;
      padding: 0;
      float: left; }
      .content.gci .legend-container .legend-content .legend .img {
        margin: 0; }
      .content.gci .legend-container .legend-content .legend .label.one {
        width: 50px;
        display: inline-block;
        margin-right: 100px; }
      .content.gci .legend-container .legend-content .legend .label.two {
        width: 50px;
        display: inline-block; }
    .content.gci .legend-container .legend-content .exceptions {
      display: block;
      width: 120px;
      margin-right: 50px;
      height: 60px;
      float: left; }
      .content.gci .legend-container .legend-content .exceptions .img {
        height: 15px;
        clear: both;
        margin: 3px 0 5px 0;
        display: block;
        clear: both; }
      .content.gci .legend-container .legend-content .exceptions span {
        font-weight: normal;
        clear: both;
        display: block;
        margin-top: 4px;
        color: #A8A8A8; }
    .content.gci .legend-container .legend-content .empty-data {
      display: block;
      width: 120px;
      height: 60px;
      float: left;
      margin-right: 30px; }
      .content.gci .legend-container .legend-content .empty-data .img {
        height: 15px;
        margin: 3px 0 5px 0;
        display: block;
        clear: both; }
      .content.gci .legend-container .legend-content .empty-data span {
        font-weight: normal;
        clear: both;
        display: block;
        margin-top: 4px;
        color: #A8A8A8; }
    .content.gci .legend-container .legend-content .country-qualifies {
      display: block;
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 30px; }
      .content.gci .legend-container .legend-content .country-qualifies .img {
        height: 15px;
        margin: 3px 0 5px 0;
        display: block;
        clear: both; }
    .content.gci .legend-container .legend-content .country-does-not-qualify {
      display: block;
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 30px; }
      .content.gci .legend-container .legend-content .country-does-not-qualify .img {
        height: 15px;
        margin: 3px 0 5px 0;
        display: block;
        clear: both; }
.content.gci #nomatch {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(68, 68, 68, 0.4);
  box-shadow: 0px 0px 6px 1px rgba(68, 68, 68, 0.4);
  color: #525252; }

.content.gci .concurrency-container .custom .form, .content.gci .concurrency-container .custom .results div, .content.gci .concurrency-container .custom .form > .error{
	display:none; }
	
.content.gci .concurrency-container .custom  {
	background-color: #f5f5f5;
	padding: 15px 15px 5px 15px;
	color: #525252;
}
.content.gci .concurrency-container .custom > label {
	font-weight: bold; 
    font-size: 1.05em;
}
.content.gci .concurrency-container .custom p {
	margin:10px 0;
}
.content.gci .concurrency-container .custom .form > p > span {
	color:#82817d;
    font-size: 1.05em;
	display: inline;
	padding-right: 8px;
}
.content.gci .concurrency-container .custom p span.unit {
	color:#a2a0ae;
}
.content.gci .concurrency-container .custom p input[type='text'] {
	width:50px;
	margin: 0 4px;
}
.content.gci .concurrency-container .custom p input[type='text'].error {
	border:#bb6369 1px solid;
}
.content.gci .concurrency-container .custom #custom-submit {
	background: url('../imgs/btn_apply.png') top left;
	width:95px;
	height:40px;
	border:0;
	vertical-align: middle;
	margin-top: -3px;
  cursor: pointer;
}
.content.gci .concurrency-container .custom #custom-submit:hover {
  background: url('../imgs/btn_apply_hover.png') top left;

}
.content.gci .concurrency-container .custom .results .header {
	font-size:1.05em;
	font-weight:bold;
}
.content.gci .concurrency-container .custom .results .text span {
	margin-right:5px;
}
.content.gci .concurrency-container .custom .error p {
	color:#bc242d;
}