#logo {
    background-image: url(../img/ti-logo.jpg);
}

#restricted_marker {
    padding-top: 2pt;
    text-align: right;
}

#restricted_marker > div {
    font-size: 0.8em;
    color: #ffaf00;
}

li {
    padding-bottom: 1em;
}

h3 {
    font-size: 11pt;
    margin-bottom: 0.5em;
}

tr.odd td {
    background-color: #f9f9f9;
}

.wideleftnav #content {
    width: auto;
    margin-left: 210px;
    float: none;
}

.teamdetails h1 {
    margin-top: 1.5em;
}

.teamdetails p {
    margin-left: 1em;
}

.country-header {
    color: #318D26;
    font-size: 1.2em !important;
}

.accredited, .certified {
    font-weight: bold;
}

.formatted-cryptkey {
    border-collapse: collapse;
    margin-bottom: 2em;
    overflow: auto;
}

.formatted-cryptkey:first-child {
    margin-top: 0em !important;
}

.formatted-cryptkey th, .formatted-cryptkey td {
    font-family: monospace;
    font-size: 12px;
    font-weight: normal;
    padding: 0.1em 0.4em 0.1em 0em;
}

.formatted-cryptkey th {
    text-align: right;
    color: #666;
}


.formatted-cryptkey td {
    min-width: 30%;
}

.spacedlist li {
    margin-bottom: 1em;
}

.hide, .hidejs, .nojs .showjs {
    display: none;
}

.nojs .hidejs, .showjs {
    display: block;
}

.team h2 a {
   color: #004B8F;
   text-decoration: none;
}

.team h2 a:hover {
   text-decoration: underline;
}

.team {
    border-radius: 0.5em;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    position: relative;
}

#toggle-extrainfo {
    font-size: 10pt;
    margin-bottom: 0.5em;
    display: inline-block;
}

.team .handle {
    display: none;
    position: absolute;
    left: 45%;
    bottom: 0px;
    background: #004b8F url("../img/handle.png") no-repeat 0 0;
    cursor: pointer;
    width: 71px;
    height: 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.team .handle:hover {
    background-color: #226baf;
}

.team:hover .handle {
    display: block;
}

.team:hover, .team:hover .extrainfo h3 span {
    background-color: #fafaff;
}

.team:hover {
    border-color: #ccc;
}

.cf {
    zoom: 1;
}

.cf:before, .cf:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}
.cf:after {
    clear: both;
}

.team .flushleft {
    position: absolute;
    left: 1em;
}

.team .flushright {
    position: absolute;
    right: 1em;
}

.team .line {
    min-height: 1.5em;
}

.country {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.team h2 {
    margin: 0;
    padding: 0;
    border: 0;
}

.centered {
    text-align: center;
}

.infotable {
    width: 100%;
    border-collapse: collapse;
}

.extrainfo h3 {
    color: #999;
    border-bottom: 1px solid #a3a3a3;
    height: 1em;
    font-size: 11pt;
}

.extrainfo h3 span {
    background-color: #fff;
    position: absolute;
    padding-bottom: 2px;
    padding-right: 5px;
}

.infotable th, .infotable td {
    color: #666;
    font-weight: normal;
    font-size: 11pt;
    width: 33%;
    padding: 0.1em 1em;
    text-align: left;
    vertical-align: bottom;
}

.infotable td {
    color: #000;
    padding-bottom: 1em !important;
    vertical-align: top;
}

.state-a, .state-ac, .state-c, .state-cc, .state-rc {
    color: #008000 !important;
}

.state-as, .state-cs {
    color: #800000 !important;
}

.state-l {
    color: #666 !important;
}

.warning {
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 1em;
    border-radius: 0.5em;
    margin: 1em 0em;
    background-color: #fafaff;
}

#team-search {
    border: 1px solid #888;
    border-radius: 0.3em;
    margin-bottom: 1em;
    padding: 0.3em;
    width: 35em;
}

.filterbox {
  font-size: 10pt;
  max-height: 15em;
  overflow: auto;
  box-shadow: 0px 2px 6px #ddd inset;
  border-radius: 3px;
  padding: 0.5em;
}

.filterbox label {
  display: block;
}


.clear-filter, #clearall {
  font-size: 9pt;
  margin-left: 0.8em;
}

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

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

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

.table th {
    font-weight: bold;
    color: #666;
}

.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    font-size: 11pt;
}

.affix {
    position: fixed;
}

.wideleftnav #left_nav > .affix {
    top: 10px;
    width: 200px;
}

.wideleftnav #left_nav {
    width: 200px;
}

.wideleftnav .leftnav {
     margin: 0px;
     padding: 0px;
     width: 200px;
}

.leftnav {
     font-size: 10pt;
}

.leftnav .navheader {
     font-weight: bold;
     margin: 1em 0em 0em 0em !important;
}

.leftnav li {
     margin: 0em 0em 0em 0.5em ! important;
     border-top: 1px solid #EEEEEE;
     font-weight: normal;
     padding: 0.2em 0.5em ! important;
}

.leftnav li.active {
     background-color: #004B8F;
     border-radius: 4px 4px 4px 4px;
}

.leftnav li.active a {
     color: #FFFFFF;
}

#teammembers tbody tr:first-child td {
     border: 0px none ! important;
}

.wideleftnav #breadcrumbs {
     padding: 0px 20px 0px 230px;
}

.mainheader {
     color: #004B8F;
}

tr.countryheader td {
  font-size: 1.2em !important;
  padding-top: 2em;
  background-color: #fff !important;
}

#teamhistory td:first-child {
    white-space: nowrap;
}


#teamstate {
    float: right;
    padding-left: 1em;
    text-align: right;
}
#teamstate div {
    font-weight: bold;
    font-size: 15pt;
}
.subheader {
    color: #004B8F;
    margin-bottom: 1em;
    margin-top: -1em;
}

.compendium #content, .compendium #container, .compendium {
    width: auto;
    background-color: #fff;
    border: 0px;
    box-shadow: none;
}

.compendium table td, .compendium table th {
    font-size: 10pt;
}

.compendium #content {
    margin-left: 0em;
}



.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -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;
}

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

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

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

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

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

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.popover table th, .popover table td {
    padding: 0.2em;
    vertical-align: top;
}

.popover table th {
    text-align: left;
    color: #999;
    font-weight: bold;
    padding-right: 0.5em;
}


.filterbox ul {
     list-style: none outside none;
     margin: 0px ! important;
     padding: 0px ! important;
}

.filterbox ul li {
     list-style: none outside none;
     margin: 0px ! important;
     padding: 0px;
     clear: both;
     float: none;
     width: auto;
     height: auto;
}

.filterbox ul li input {
   display: block;
   float: left;
   margin-right: 0.5em;
}

.filterbox ul li label {
     margin: 0em;
     display: block;
}


.alert {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    font-weight: bold;
    padding: 1em 0 0;
}

.historylist li {
    padding-bottom: 0.2em;
}

.table tbody tr:first-child td {
   border-top: 0;
}
