﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.FixVersion {
    position:fixed;
    font-family:Arial;
    font-size:x-large;
    margin-left:45%;
    color:Red;
    top: 15px;
    z-index:99999;
    }

.input-SC {
  position: relative;
 /* display: table;
  border-collapse: separate;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 500px;
}*/

/*Taginput styles*/
.icon-github {
    background: no-repeat url('../img/github-16px.png');
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput { width: 100%; }

.accordion {
	margin-bottom:-3px;
}

.accordion-group { 
	border: none;
}
 .datepicker {
        z-index: 1151 !important;
    }
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.table tbody tr.heirarchy1 {
  background-color: #8297F5 !important;
  /*background-color:lighten(#44cce5, 93.5%);*/
}
.table tbody tr.heirarchy2 {
  background-color: #C1CBF7 !important;
  /*background-color:lighten(#44cce5, 93.5%);*/
}
.table tbody tr.heirarchy3 {
  background-color: #EDF0FA !important;
  /*background-color:lighten(#44cce5, 93.5%);*/
}
.optionWidth {
  width:120px;
  /*background-color:lighten(#44cce5, 93.5%);*/
}
/**/
.Rowhighlight { background-color: #99FF99; }

