.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position:relative;
  top:0;
  left:0;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  color: #777777;
  padding: 10px;
  margin: 0px;
}

.extended-panel-heading {
    min-height:10em;
}

.small-text {
    font-size:x-small;
}

.really-small-text
{
    font-size:xx-small;
}

.centered {
    text-align:center;
}

.no-padding {
    padding:0;
}

.time-box {
    padding:1px;
    height:3em;
    width:4em;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

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

.gridTable {
    margin:0 auto;
}

table.gridTable {
    border:1px solid #ccc;
}
table.gridTable tr {
    height:10%;
    margin:0;
    padding:0;
    border:0 !important;
}
table.gridTable tr td {
    width:4em;
    height:4em;
    display:inline-block;
    padding:0 !important;
    border-top:0 !important;
    border-left: 0 !important;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}
.content.container {
    height:100%;
    width:100%;
}

table.gridTable tr td.content {
    color:#000;
    font-size:1.2em;
    vertical-align: middle;
}

table.gridTableDetailed {
    margin: 0 auto;
    border: 1px solid #ccc;
}

table.gridTableDetailed tr td {
    width:7.5em;
    height:7.5em;
    display:inline-block;
    padding:0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}

.gridTableLarge {
    margin:0 auto;
}

table.gridTableLarge {
    border: 1px solid #ccc;
}

table.gridTableLarge tr td {
    width:5em;
    height:5em;
    display:inline-block;
    padding:0 !important;
    border-top:0 !important;
    border-left: 0 !important;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}

table.gridTableLarge tr td.content {
    color:#000;
    font-size:1.2em;
    vertical-align: middle;
}

.red {
    background-color: #d83d23;
}
.green {
    background:#77ae61;
}

.twitter-typeahead {
    width:100%
}

.tt-hint {
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius:4px;
    padding-right:0px;
}

.tt-hint {
    color: #999;
}

.tt-menu {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 1.1em;
    line-height: 24px;
}

.tt-suggestion:hover {
    background-color: #0097cf;
    cursor:pointer;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.empty-message {
    padding: 5px 10px;
    text-align:center;
    font-size:1.5em;
}

.affix {
    position:fixed;
    z-index:50 !important;
    font-size:1.3em !important;
    font-weight:bold;
    padding:10px;
    background-color:#FFF;
    margin:0 auto;
    margin-top:-55px;
}

.affix-top {
}

.quadrant-flags {
    font-size:.75em;
    margin-left:.01em;
    font-family: "Courier New", Courier, monospace;
    font-weight:bold;
}

.quadrant-flags-detailed {
    font-size:.65em;
    margin-left:.01em;
    font-family: "Courier New", Courier, monospace;
    font-weight:bold;
}

#detailed-grid tr td .celldata {
    font-size:.8em;
}

.cellstats {
    font-size:.8em;
    line-height:1.2em;
    padding-left:0.5em;
    text-align:left;
    font-family: "Courier New", Courier, monospace;
    font-weight:bold;
    margin-bottom:-1em;
    margin-top:0.7em;
}

.centered {
    margin: 0 auto;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #CCCCCC;
    left: 25px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    left: 50px;
    max-width:85%;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
}
.timeline > li > .timeline-badge {
    color: #FFFF99;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 13px;

    background-color: #666666;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    right: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #006699  !important;
}
.timeline-badge.good {
    background-color: #339933 !important;
}
.timeline-badge.bad {
    background-color: #CC3333 !important;
}
.timeline-badge.neutral {
    background-color: #999999 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    margin-top:1em;
}
.timeline-body > p + p {
    margin-top: 5px;
}

#new-timeline-entry
{
    height:60px;
}
