@charset "utf-8";
/* CSS Document */

/*** Main Layout Styles ***/
#bodycontent {
  min-height:400px;
  margin-top:0px;
}

/*background colors*/
.bg-gray {
  background-color: #f1f1f1;
}

table{
	background-color: #fff;
}

/*remove arrows on html5 input[type=number]*/
/*chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*firefox*/
input[type=number] {
  -moz-appearance: textfield;
}

/*navbar*/
.navbar-inverse .navbar-nav>li>a {
  color: white;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #9d9d9d;
}

/*expiration-pending*/
.expiration-pending{
  padding: 10px 25px;
  text-align: center;
  background-color: #ff0000;
  color:white;
}
.expiration-pending a {
  color:#ffffff;
  text-decoration: underline;
}
.expiration-pending a:hover {
  color:rgb(122, 1, 1);
}

/*new-feature*/
.new-feature{
  padding: 10px 25px;
  background-color: #ff0000;
  color:white;
}
.new-feature a {
  color:#ffffff;
  text-decoration: underline;
}
.new-feature a:hover {
  color:rgb(122, 1, 1);
}
.no-show-nf {
  display: block;
  float: right;
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  background-color: white;
  border-radius: 16px;
  padding: 2px 6px;
  color: #333 !important;
}

/*tour*/
.tour-backdrop {
  opacity: 0.5;
}
.dropdown-toggle.tour-step-backdrop{
  background-color: black;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#mapModule img, #map img {
max-width: 2000px;
}
#map {
 border:1px solid #666;
-moz-box-shadow: 0px 5px 5px #ccc;
-webkit-box-shadow: 0px 5px 5px #ccc;
box-shadow: 0px 5px 5px #ccc;
 }
.border-right {
  border-right: 1px solid #ccc;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.darkblue {
  color: #4698d0;
}
.blue {
  color: #4698d0;
}
/***  Links  ***/
    a {
  color: #3A9ADF;
  outline: none;
}
a:hover {
  color:  #3A9ADF;
}
tbody a {
  color: #336699
}
tbody a:hover {
  text-decoration: underline;
}
.detailgraphic a {
  color: #ffffff;
}
a:focus {
  border: none;
  outline:none;
}
/*** Menus & Navs ***/
#GlobalFilter_gov {
  color:#ccc;
  min-width:95px;
  font-size: 9px;
}
#GlobalFilter_ed {
  color:#ccc;
  min-width:85px;
  font-size: 9px;
}
#GlobalFilter_em {
  color:#Ccc;
  min-width: 120px;
    font-size: 9px;
}
#GlobalFilter_iin {
  color:#Ccc;
  min-width: 180px;
    font-size: 9px;
}
/* .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background-color: #3A9ADF;
}
.dropdown-menu {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius:2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align:left;
} */
/*** Topbar ***/

#TopBar {
  background: #232323; /* Old browsers */
  background: -moz-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #232323), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #232323 1%, #3f3f3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#3f3f3f', GradientType=0 ); /* IE6-9 */
  padding: 5px 0 0;
}
#TopBar, #TopBar button {
  color: #fff;
}
#TopBar .navbar {
  margin-bottom: 0;
}
#TopBar .globalcheck {
  background: #ffffff;
  border: 1px solid #ccc;
}
#TopBar .globalcheck.active {
  background: #3A9ADF;
  border: 1px solid #ccc;
}
#TopBar .btn-group {
  position: relative;
  float: right;
  margin-right: 5px;
}
#TopBar .dropdown-menu {
  left: -40px;
  font-size: 12px;
}
/* #TopBar .caret {
  margin: 2px 0 0 5px;
} */
/* .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  margin-top: 2px;
} */
#tabset ul.nav-tabs {
  list-style: none;
  padding: 6px 0;
  margin: 5px 0 20px 0;
}
#tabset ul.nav-tabs li a:hover {
  border-bottom: none;
}
#TopBar .btn-inverse {
  background-color: transparent;
  background-image: none;
  border-color: #222 #222 black;
  border:none;
}
#TopBar .btn-group > .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#TopBar .nav-pills > li > a {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: .9em;
  background-color: #EEE;
}
#TopBar .nav-pills > li > a:hover {
  background-color: #000;
}
#TopBar .navbar-inner {
  min-height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #eee;
 background-image:;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#TopBar .navbar-collapse .nav > li li a {
  float: none;
  background: none;
}
#TopBar .navbar-collapse .nav > li a {
  float: none;
  background: none;
}
/* .navbar-collapse .nav > li > a, .navbar-collapse .dropdown-menu a {
  padding: 3px 15px 0px 6px;
  font-weight: bold;
  color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size:15px;
  text-transform: none;
} */
/*** Nav Pills ***/
    .nav-pills > .active > a, .nav-pills > .active > a:hover {
  color: #000;
  background-color: whiteSmoke;
  background-image: -ms-linear-gradient(top, #eeeeee, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-repeat: repeat-x;
}
.nav-pills > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  font-size: 12px;
  background-color: whiteSmoke;
  background-image: -ms-linear-gradient(top, white, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, white, #E6E6E6);
  background-image: -o-linear-gradient(top, white, #E6E6E6);
  background-image: linear-gradient(top, white, #E6E6E6);
  background-image: -moz-linear-gradient(top, white, #E6E6E6);
  background-repeat: repeat-x;
}
.nav-pills.default > .active > a,
.nav-pills.default > .active > a:hover {
  background: #337ab7;
  color: #fff;
}
.nav-pills.default > li > a {
  background: transparent;
  color: #333;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
}
.nav-pills.default > li > a:hover {
  background: #ddd;
}

.nav-tabs .tab-error,
.nav-tabs .tab-error:hover
{
	border-color: #ee5f5b #ee5f5b pink !important;
    color: #ee5f5b;
}
.nav-tabs  .active .tab-error
{
	border-color: #ee5f5b #ee5f5b transparent !important;
    color: #ee5f5b !important;
}
/* ***** Nav Lvl 1 ****** */
.navigation1 {
  width:100%;
  margin-top: 15px;
}
.navigation1 td {
  padding: 0 0 0 10px;
  text-align:center;
  font-size: 12px;
  width: 16%;
  min-width: 80px;
  vertical-align: top;
}
.navigation1 td img {
  margin-top: -10px;
}
.navigation1 td a.active {
  background-color: #337ab7;
  color: #ffffff;
}
.navigation1 td a.active:hover {
  background-color:  #3fa9f5;
  color: #ffffff;
}
.navigation1 td a {
  display:block;
  color: #666666;
  padding: 13px 5px 11px 5px;
  background:#eee;
  -webkit-border-radius:3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navigation1 td a:hover {
  text-decoration: none;
  background-color: #dadada;
}
.red-btn {
  background-color:#ef0616;
  color:white;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
/* .navigation1 .btn .caret {
  margin-bottom: 7px;
} */
.navigation1 .btn {
  font-size: 13px;
}
.navigation1 li ul {
  margin-left:0px;
  padding-left:0px;
}
.navigation1 li ul li {
  list-style:none;
}
.navigation1 li ul a {
  padding-left:30px;
  display:block;
  font-size: 11px;
  line-height: 12px;
}
/*** Nav Lvl 2 ***/
.navigation2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}
.navigation2 td {
  text-align:center;
  display:block;
  float:left;
  margin-bottom: 5px;
}
.navigation2 a {
  margin:0;
  padding:3px 8px;
  color:#666;
  border: 1px solid #ffffff;
}
.navigation2 a:hover {
  text-decoration:none;
  border: 1px solid #eee;
}
.navigation2 a.active {
  border: 1px solid #ccc;
}
/* Headers */
    h1 {
  margin-bottom: 20px;
  font-size:28px;
}
h2 {
  font-size: 18px;
  font-weight:bold;
  color: #666666;
  line-height: 22px;
}
h2 a {
  color: #666666;
}
h2 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 16px;
  line-height: 20px;
}
h2.heavy {
  background: url(../images/heavy_tab.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#444444', GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 0 15px;
  margin: 30px 0 0 0;
  font-size: 14px;
  line-height: 27px;
  border-bottom: 1px solid #454545;
}
th h2, th h3, th h4, th h5, th h6 {
  text-transform: none;
}
/*** Wells ***/
.top-rounded {
  -moz-border-radius-top-right: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-top-left: 8px;
  border-top-left-radius: 8px;
}
.top-straight {
  -moz-border-radius-top-right: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-top-left: 0px;
  border-top-left-radius: 0px;
}
.well.rounded {
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.well.gradient-1 {
  background: #e6e6e6; /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 0%, #fefefe 89%, #fdfdfd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(89%, #fefefe), color-stop(100%, #fdfdfd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #fefefe 89%, #fdfdfd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, #fefefe 89%, #fdfdfd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, #fefefe 89%, #fdfdfd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #fefefe 89%, #fdfdfd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fdfdfd', GradientType=0 ); /* IE6-9 */
  border:none;
  color: #000000;
}
.well.gradient-1 h2 {
  color: #000000;
}
.well.green {
  background: #5ec810;
  border: 1px solid #6ca93f;
}
/*** Inverse Styles ***/
    .inverse {
  background: #232323; /* Old browsers */
  background: -moz-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #232323), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #232323 1%, #3f3f3f 100%); /* W3C */
  color: #eee;
}
.inverse .table tbody tr:hover td, .inverse .table tbody tr:hover th {
  background-color: #333;
}
.inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6 {
  color: #ffffff;
}
.inverse a {
  color:#CCCCCC;
}
/*** Icons ***/
/*[class^="icon-"], [class*=" icon-"] {
 background-image: url("/../images/glyphicons-halflings.png");
}*/
/* .caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-bottom: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: .3;
  filter: alpha(opacity=30);
  margin-top: 5px;
}
.caret {
  vertical-align: middle;
  margin-left: 10px;
} */
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-blue {
  background-image: url("../images/glyphicons-halflings-blue.png");
}
.icon-doctype {
  background-image: url("../images/icons_doctypes.png");
  width: 20px;
  height:20px;
}
.icon-pdf {
  background-position: 2px 0px;
}
.icon-doc {
  background-position: -20px 0px;
}
.icon-pub {
  background-position: -43px 0px;
}
.icon-excel {
  background-position: -67px 0px;
}
.icon-txt {
  background-position: -92px 0px;
}
/*** Table Styles ***/
thead {
  background: #636363; /* Old browsers */
  background: -moz-linear-gradient(top, #636363 1%, #444444 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #636363), color-stop(100%, #444444)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #636363 1%, #444444 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #636363 1%, #444444 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #636363 1%, #444444 100%); /* IE10+ */
  background: linear-gradient(to bottom, #636363 1%, #444444 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#444444', GradientType=0 ); /* IE6-9 */
  font-weight: normal;
  font-size: 11px;
  text-transform:uppercase;
}
thead a, thead a:visited, thead {
  color: #eee;
  text-decoration: none;
}

thead a:hover {
  color:#FFFDDB;
}
thead .caret {
  border-top: 4px solid white;
  opacity: .8;
}
.table thead th {
  padding: 1px 8px;
}
.table tbody > tr:hover > td, .table tbody > tr:hover > th {
  background-color: transparent;
}
.table th {
  font-weight: normal;
}
.table tbody > tr:hover > td, .table tbody > tr:hover > th {
  background-color: #fffddb;
}
.table {
  margin:0;
}
thead .alt {
  background:#eee;
  text-align:center;
  font-weight:bold;
  font-size: 11px;
  color: #333;
}
.activeup {
  background:url(../images/arrowup.png) no-repeat right;
  padding-right: 12px;
}
.activedown {
  background:url(../images/arrowdown.png) no-repeat right;
  padding-right: 12px;
}
/*** Paginations ***/
.pagination {
  height: 36px;
  margin: 3px 0 20px 0;
}
.pagination a {
  line-height: 25px;
  padding: 0 8px;
}
/*** Search Box ***/
/* #MainKeywordSearch {
  width:46%;
  border: 1px solid #666;
  margin-left: -4px;
  margin-right: -4px;
} */
#SearchBox, .footer {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #f4f4f4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #f4f4f4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #f4f4f4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #f4f4f4 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 ); /* IE6-9 */
  margin-bottom: 0px;
}
#SearchBox form, #SearchBox>form>.panel-group>.panel {
  margin-bottom: 0;
}
#SearchBox .span1, #SearchBox .span2, #SearchBox .span3, #SearchBox .span4, #SearchBox .span5, #SearchBox .span6, #SearchBox .span7, #SearchBox .span8, #SearchBox .span9, #SearchBox .span10, #SearchBox .span11, #SearchBox .span12 {
  margin-top: 10px;
}
#SearchBox>form>.panel-group>.panel {
  margin-bottom: 0px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#SearchBox {
  padding: 0;
  background: #f2f1f1; /* Old browsers */
  background: -moz-linear-gradient(top, #f2f1f1 0%, #fdfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f1f1), color-stop(100%, #fdfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f1f1 0%, #fdfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f1f1 0%, #fdfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f1f1 0%, #fdfcfc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f2f1f1 0%, #fdfcfc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f1f1', endColorstr='#fdfcfc', GradientType=0 ); /* IE6-9 */
}
#SearchBox .panel {
  background-color: transparent;
  box-shadow: none;
  border: 0
}
#SearchBox .modal .panel-toggle {
background: none;
border-top: 0;
}

.accordion-heading.advanced-drop>a.accordion-toggle {
  background:url(../images/searchtab.gif) center bottom repeat-x;
  border-top: 1px solid #ddd;
  display: block;
  padding: 4px 15px;
  text-align:center;
  font-size: 12px;
  text-transform:uppercase;
  font-weight:bold;
  color:#666666;
}
#SearchBox>form>.panel-group>.panel>.panel-heading {
  border-bottom: 0;
  margin-top:0px;
}
#SearchBox .dropdown-menu {
  min-width: 88%;
}
/* #SearchBox .searchdescription.dropdown-menu {
  width: 80px;
  min-width: 80px;
} */
#SearchBox #TopRow {
  padding-bottom: 10px;
}
#SearchBox #TopRow select {
  font-size: 12px;
  line-height: 18px;
  background: transparent;
  width: 100px;
  padding:4px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-appearance: none;
  overflow: hidden;
  background: url(../images/select_bk.png)right #ffffff;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-mainsearch {
  width: 90%;
  border: 1px solid #666;
  background: #ffffff;
  text-align:left;
  font-size: 1em;
}
.btn-mainsearch:hover {
  background: #ffffff;
}
#SearchCollapse a:hover {
  text-decoration: none;
}
#SearchBox.docsearch {
  border-bottom: 1px solid #ccc;
}
#SearchBox.docsearch #TopRow select {
  width: 120px;
}
/*** Accordion ***/
    #bodycontent .panel-heading .panel-toggle {
  display: block;
  padding: 0px;
}
#bodycontent .accordion-group {
  border: 0;
}
/* #bodycontent .panel-body, #SearchBox .modal .panel-body {
  padding: 20px 8px 8px 8px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-top: 0;
  background:url(/../images/downarrow_module.png) #fff top left no-repeat;


} */
#bodycontent .panel-body.gray {
  background:url(../images/downarrow_module.png) top left no-repeat #f7f7f7;
}
.table.nohover tbody tr:hover td, .table.nohover tbody tr:hover th {
  background-color: transparent;
}
#bodycontent .well .panel-body {
  padding: 20px 8px 8px 8px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-top: 0;
  background: url(../images/downarrow_module2.png) top left no-repeat;
  background-color: #fff;
}
#bodycontent .well .panel-heading h4 {
  margin: 10px 0 10px 0px;
}
#bodycontent .well .panel-heading h4 a {
  color:#369;
}
.well .panel-group {
  margin-bottom: 0px;
}
/***  Modals  ***/
/* .modal {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top:8%;
  left:5%;
  width: 90%;
  margin:0;}
.modal.small {
  top:50%;
  left:50%;
  width: 560px;
  margin:-250px 0 0 -280px;
}
.modal.fade.in {
top: 8%;
}
.modal-backdrop {

  opacity: .95;
  background:url(/../images/stripes_back.png) #ffffff;
}
.modal h3 {
  line-height: 29px;
} */
/*** Scrollbox ***/
    .scrollbox {
  border: 1px solid #E6E6E6;
  height: 200px;
  padding: 15px;
  overflow: auto;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  margin: 10px 0;
}
#bodycontent .accordion_nav .panel-body {
  max-height:200px;
  overflow:scroll;
  overflow-x: hidden;
  padding-top: 10px;
  background:none;
  border:1px solid #ccc;
}
#bodycontent .accordion_nav ul {
  list-style:none;
  margin:0;
}
.scrollingbox {
  border: 1px solid #ccc;
  height: 300px;
  overflow:scroll;
  overflow-x: hidden;
}
.gray {
  color: #666;
}
.btn-primary, .btn-primary, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #3A9ADF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #3A9ADF;
}
.btn-primary {
  background-color: #3A9ADF;
  background-image: -ms-linear-gradient(top, #08C, #3A9ADF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#3A9ADF));
  background-image: -webkit-linear-gradient(top, #08C, #3A9ADF);
  background-image: -o-linear-gradient(top, #08C, #3A9ADF);
  background-image: -moz-linear-gradient(top, #08C, #3A9ADF);
  background-image: linear-gradient(top, #08C, #3A9ADF);
  background-repeat: repeat-x;
  border-color: #05C #05C #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-backtab-wsearch {
  margin-top: -10px;
}
.modal-header {
  padding: 4px 5px 2px 15px;
  border-bottom: 1px solid #EEE;
}
select {
  width: 160px;
}
.popover {
  max-width: 600px;
}
/* .popover {
  font-size: 12px;
  font-weight:normal;
  width: 30%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding:0;}
.popover-inner {
  width: 280px;
  padding: 1px;
  overflow: hidden;
  background: #666;
  background: rgba(0, 0, 0, 0.8);
}
.popover-title {
  padding: 5px 10px;
  line-height: 1;
  background: #232323; Old browsers
  background: -moz-linear-gradient(top, #232323 1%, #3f3f3f 100%); FF3.6+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #232323), color-stop(100%, #3f3f3f)); Chrome,Safari4+
  background: -webkit-linear-gradient(top, #232323 1%, #3f3f3f 100%); Chrome10+,Safari5.1+
  background: -o-linear-gradient(top, #232323 1%, #3f3f3f 100%); Opera 11.10+
  background: -ms-linear-gradient(top, #232323 1%, #3f3f3f 100%); IE10+
  background: linear-gradient(to bottom, #232323 1%, #3f3f3f 100%); W3C
  color: #eee;
  color:#fff;
  border-bottom: 1px solid #EEE;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.popover-inner h3 {
  font-size: 13px;
  text-transform:normal;
  font-weight:normal;
  line-height: 15px;
}

.popover.top .arrow {
  bottom: -5px;
}
.popover.bottom .arrow{
  top: -7px;
}
.popover.left .arrow{
  margin-right: -5px;
}
.popover.right .arrow{
  margin-left: -5px;
}
.popover-content {
  line-height: 14px;
  padding: 8px;
  background-color: white;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
} */

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.tooltip-inner {
    background-color:#5cb85c; /* #d9edf7; #31708f; */
    opacity: 1;
    color: white
}
.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #5cb85c;
}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #5cb85c;
}
.tooltip.left > .tooltip-arrow {
    border-left: 5px solid #5cb85c;
}
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #5cb85c;
}



/*** Frontend ***/

.navigation1 td a.inverse {
  background: #232323; /* Old browsers */
  background: -moz-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #232323), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #232323 1%, #3f3f3f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #232323 1%, #3f3f3f 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#3f3f3f', GradientType=0 ); /* IE6-9 */
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size:15px;
}
.samplesearch {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000000 1%, #4f4f4f 35%, #333333 37%, #161616 58%, #3a3a3a 80%, #060c09 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(1%, #000000), color-stop(35%, #4f4f4f), color-stop(37%, #333333),  color-stop(58%, #161616), color-stop(80%, #3a3a3a), color-stop(100%, #060c09)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #000000 1%, #4f4f4f 35%, #333333 37%, #161616 58%, #3a3a3a 80%, #060c09 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #000000 1%, #4f4f4f 35%, #333333 37%, #161616 58%, #3a3a3a 80%, #060c09 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #000000 1%, #4f4f4f 35%, #333333 37%, #161616 58%, #3a3a3a 80%, #060c09 100%); /* IE10+ */
  background: linear-gradient(135deg, #000000 1%, #4f4f4f 35%, #333333 37%, #161616 58%, #3a3a3a 80%, #060c09 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#060c09', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 0;
}
.samplesearch_outter {
  padding: 3px;
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #494949 12%, #515151 26%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #494949), color-stop(26%, #515151), color-stop(39%, #474747),  color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #494949 12%, #515151 26%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #494949 12%, #515151 26%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #494949 12%, #515151 26%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #494949 12%, #515151 26%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow:  0px 12px 10px -5px rgba(23, 23, 23, .6), 0px -2px 20px -6px rgba(43, 43, 32, .9);
  box-shadow:  0px 12px 10px -5px rgba(23, 23, 23, .6), 0px -2px 20px -6px rgba(43, 43, 32, .9);
  border-color: #444444;
}
.samplesearch h3 {
  color: #cccccc;
  font-weight:normal;
  font-size: 14px;
}
.samplesearch h4 {
  color: #333333;
  font-weight:normal;
}
.well.samplesearch {
  padding: 10px 25px 25px;
}
.samplesearch_outside {
  border-color:#333;
  padding: 1px;
  background: #333333;
  margin-top:5px;
}
.samplesearch_inside {
  border:3px solid #000;
  max-height:500px;
  overflow: scroll;
  background:#fff;
  overflow-x:hidden;
}
#bodycontent .samplesearch_inside .panel-body {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
#topfeatures h1, #topfeatures h2 {
  font-weight: normal;
  line-height:22px;
}
#splash {
  height:210px;
}
#myCarousel {
  margin-bottom: 32px;
  }
#splash h1 {
  font-weight:normal;
  color:#ffffff;
  line-height: 1.2em;
  margin-bottom:20px
}
#splash p {
  font-size: 17px;
  line-height:1.3em;
}
#splash_carousel .carousel-control {
  float:left;
  position: static;
  display:block;
  padding:3px;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 100;
  line-height: 11px;
  color: white;
  text-align: center;
  background: #222;
  border: none;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  opacity: .3;
  filter: alpha(opacity=50);
}

.footer {
  background:url(../images/stripes_back.png) #ffffff;
  border: 1px solid #eee;
}
footer {
  background-color:white;
  padding-top:40px;
}
footer a {
  color:#333;
}
footer a:hover {
  color:#3A9ADF;
}
footer h4 {
  font-weight: bold;
  font-size: 1em;
  color: #3A9ADF;
}
footer ul {
  list-style:none;
  margin:0px;
  padding: 0px;
}
/* Big List */
.biglist ul {
  list-style:none;
  margin:0;}
.biglist ul ul{
  list-style:none;
  list-style:disc;
  margin-left: 25px;
  margin-top: 10px;}
.biglist ul li {
  margin-bottom: 20px;
  font-size: 16px;}
.biglist ul li ul li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;}
input[type="checkbox"] {
  /*margin: 0;*/
}
#map canvas {opacity: .4;}

.registered {
  margin-top:-35px;
  text-align:right;}
.sortable-placeholder {
  background: #dff0f9;
  border: 1px solid #aed3e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;}



/*text*/
.text-white {
  color: white;
}




/*panels*/
.panel-group>.panel-body {
  padding: 0;
}
.panel-group>.panel-body>.panel {
  border-radius: 0;
}
a.panel-title .fa, .panel-title>a>.fa {
  color: #5bc0de;
}
#TopBar .fa, .panel-title .fa, .btn-block .fa {
  margin-top: 4px;
}
.panel-title>a, a.panel-title {
  display: block;
}

/*tabbed pills*/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: black;
  background-color: transparent;
}


/*tables*/
table.table th{
  font-weight: bold;
}
.panel>.collapse>table tr:first-child td, .panel>.collapse>table tr:first-child th {
  border-top: 0;
}
.panel>.collapse>table tr th:nth-child(1), .panel>.collapse>table tr td:nth-child(1) {
  padding-left: 15px;
}
table.table-fixed {
  table-layout: fixed;
}
table.table-ellipsis td, table.table-ellipsis th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* word wrap class to ensure URLs wrap properly */
.wrap {
  word-break: break-word;
}

/*nav pills justified*/
/* ul.nav-justified li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: underline;
  background-color: #fffddb;
}
.list-group.list-group-block,
.list-group.list-group-block .list-group-item {
  border-radius: 0;
}

/*selection text (under modals)*/
.selection_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*modals*/
.modal-backdrop{
  position: fixed;
}


/*labels*/
.label {
  padding-bottom: 0.2em;
}
a>.label {
  margin-top: 2px;
}
.nav-tabs .label {
  margin-left: 10px;
}
.checkbox-inline>label {
  font-weight: 400;
}

/*list-groups*/
.panel>div>.list-group {
  margin-bottom: 0;
}
.panel>div>.list-group>.list-group-item {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

/*panel tables*/
/*.panel>.table th:first-child{
  padding-left: 15px;
}*/

/*font-awesome*/
a.fa:hover {
  text-decoration: none;
}
.btn-group>.btn>.fa {
  margin-top: 0;
}

.btn {
  white-space: inherit;
}

/*panels*/
.panel.listing-item:hover {
  background-color: #fcf8e3;
}


/*affix*/
.filters.affix {
  top: 3px;
}


/*mobile nav pane*/
.mobile-nav-pane {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  border-right: 1px solid #ddd;
  background-color: #eee;
  min-width: 48%;
  display: none;
}
.mobile-nav-pane .panel-heading, .mobile-nav-pane .list-group-item {
  border-radius: 0 !important;
}

.label.label-large
{
    font-size: 12px;
    line-height: 18px;
}

.section-filter-by-title
{
	font-size: 22px;
}

input.input-error
{
	border-color: #ee5f5b  !important;
}

.dropdown-menu>li>a {
  background-color: white;
}

.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

/* wells */
.well-white
{
	background: #fff;
}


/* content-preferences */
#preferences h3
{
  font-size: 18px;
  margin-top: 10px;
  padding-bottom: 10px;
}
#preferences h3 .glyphicon
{
	font-size: 14px;
}
#preferences h4
{
  font-size: 16px;
}
.email-report-item ul > li
{
  clear:both;
}


/* navigator-setup */
.label-step-group .label.hidden
{
	display: none;
}
.label-step-group .label
{
	background: #4f4f4f; /* Old browsers */
	background: -moz-linear-gradient(left,  #333333 0%, #4f4f4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#4f4f4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#4f4f4f 100%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#4f4f4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-9 */

	font-size: 12px;
	display: inline-block;
	padding: 5px 20px 5px 30px;
	border-radius: 0;
	margin-right: -4px;
}
.label-step-group .label:after
{
	border-color: transparent transparent transparent #4f4f4f;
    border-style: solid;
    border-width: 1em;
    content: "";
    display: block;
    float: right;
    margin: -5px -3.6em -5px 0 ;
    position: relative;
    z-index: 3;
}
.label-step-group .label:first-child
{
	padding-left: 30px;
}
.label-step-group .label:first-child:before
{
	border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1em;
    content: "";
    display: block;
    float: left;
    margin: -5px 0px -5px -30px;
    position: relative;
    z-index: 3;
}
.label-step-group .label:last-child
{
	margin-right: 10px;
}
.label-step-group .label:last-child:after
{
	margin-right: -3.6em;
}

.label-step-group .label.disabled
{
	background: #cfcfcf; /* Old browsers */
	background: -moz-linear-gradient(left,  #f3f3f3 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f3f3f3 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f3f3f3 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f3f3f3 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to right,  #f3f3f3 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cfcfcf',GradientType=1 ); /* IE6-9 */
	color: #666;
	text-shadow: none;
	cursor: default;
}
.label-step-group .label.disabled:after
{
	border-color: transparent transparent transparent #cfcfcf;
}
.label-step-group .label.active
{
	background: #3a9adf;
}
.label-step-group .label.active:after
{
	border-color: transparent transparent transparent #3a9adf;
}

.inline.collapse.in{
  display:inline;
}

.reset-btn {
  background-color: #EE7D7D;
  border-color: #E85050;
}

.reset-btn:hover, .reset-btn:focus, .reset-btn:active {
  background-color: #E85050;
}

/* ipad portrait mode  (768 x 1024 )*/
@media( max-width: 800px ){

  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th,
  .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 1px;
    font-weight: normal;
    font-size: 10px;
  }
  .table>thead>tr>th:first-child,
  .table>tbody>tr>th:first-child,
  .table>tbody>tr>td:first-child  {
  	padding: 5px ;
  }

  td .small{font-size: 10px;}
  body{
    /*font-size: 12px;*/
  }
}

/* ipad landscape mode, ipad pro portarait mode  (1024 x  )*/
@media ( min-width: 801px ) and ( max-width: 1030px ){

  .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th,
  .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 3px;
    font-weight: normal;
    font-size: 11px;
  }
  td .small{font-size: 11px;}
}


/**
 * Tab convert into dropdown tab on small
 */

@media( max-width: 767px ){
  .container-fluid, div[class*='col-']{
    padding-right: 5px;
    padding-left: 5px;
  }
  .row, .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    margin-right: -5px;
    margin-left: -5px;
  }

  #bodycontent {
    /*margin-top: 25px;*/
  }
   .nav .placeholder-tab .dropdown-menu
   {
    min-width:  100%;
   }
    /**
     * force styles for preference navi
     */
    .content-preferences-nav-tab > li > a
   {
      padding: 11px  10px;
   }

    .content-preferences-nav-tab a
   {
      font-size: 12px;
   }

   .preference-form-prev,
   .preference-form-next
   {
      padding: 6px 8px;
   }


   /**
    * Nav responsive collapse
    */
   .nav-pills.nav-responsive-collapse-coverted .placeholder-tab
   {
      float:none;
   }
}


/*  Jurisdiction Profile Styles */

#jurisdiction-profile-content #summary-tabs,
#jurisdiction-profile-content #summary-tabs-content {
  margin: 0 -20px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #jurisdiction-profile-content #summary-tabs,
  #jurisdiction-profile-content #summary-tabs-content {
    margin: 0 -5px;
    padding: 0 5px;
  }
}
#jurisdiction-profile-content #summary-tabs li:not(.active) a:hover {
  cursor:pointer;
}

#jurisdiction-profile-content
{
  background: #f1f1f1;

}
#jurisdiction-profile-content #summary-tabs-content
{
  background: #fff;
}
#jurisdiction-profile-content .title
{
  font-weight: bold;
}

.contacts-vcard
{
    margin-top: -0.4em;
}
.contacts-vcard .fa-user:before
{
    padding-left: 0.4em;
}

#jurisdiction-profile-content .product-container .content-container
{
    border-left: solid 1px #EDEDED;
}


@media( min-width: 1020px ){
  #jurisdiction-profile-content .product-container .content-container
  {
    padding-left: 250px;
    width: 100%;
    border-left: none;
  }
  #jurisdiction-profile-content .product-container .content-container  .content
  {
    border-left: solid 1px #EDEDED;
    padding-left: 20px;
  }

  #jurisdiction-profile-content .product-container .content-sidebar
  {
    width: 250px;
    margin-right: -250px;
    position: relative;
    z-index: 2;
  }
}

/* ipad portrait mode  (768 x 1024 )*/
@media( min-width: 1200px ){
   .col-lg-2_4 {
    width: 20%;
   }
}

/*  Others */

.dropdown.dropdown-full-width,
.dropdown.dropdown-full-width .dropdown-toggle,
.dropdown.dropdown-full-width .dropdown-menu  {
  min-width:auto ;
  width:100%;
}

#main-navbar .nav>li>a {
    padding: 15px 10px;
    color:#888;
}
#navbar-collapse > .nav
{
  margin: 0px;
}

.list-piped
{
  list-style: none;
  padding: 0;
}
.list-piped li
{
  display: inline;
}
.list-piped li:after
{
  content: ' | ';
  display: inline;
}
.list-piped li:last-child:after
{
  display: none;
}

.google-visualization-table-th {
  color:#f1f1f1;
  background: #666 !important;
}

.set-relative {
  position: relative;;
}
.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url("/images/loading.gif") no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628;
}
.nav-pills.nav-pills-normal a
{
  background: transparent;
  border: none;
}
.nav-pills.nav-pills-normal > li.active > a
{
  background: #337AB7;
  color: #fff;
}
.nav-pills.nav-pills-normal .dropdown-menu>.active>a,
.nav-pills.nav-pills-normal .dropdown-menu>.active>a:focus,
.nav-pills.nav-pills-normal .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.text-strike
{
  text-decoration: line-through;
}

/* plays */
.sales-guide-container .contact-role {
  background: #cce5f7;
}

/* Books */
.link-icon {
  position: relative;
  display: block;
  box-shadow: 0px 5px 5px 0px #444;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-icon:hover {
  border: solid 5px rgb(58, 154, 223, 0.85);
  margin-bottom: -5px;
}
.link-icon-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  background: rgba(0,0,0,0.6);
}

.sales-guide-container li
{
  margin-bottom: 0.5em;
}

.label.label-form-control {
  border: solid 1px #ccc;
  color: inherit;
  font-weight: normal;
  padding: 0.25em 0.4em;
}

@media (min-width: 1200px) {
  .navbar-nav li a {
    font-size:12px;
  }
}

.saved a, .recent a {
  color:#336699 !important;
}

#colleague-list {
  height: 400px;
  overflow: scroll;
}
#colls {
  width: 80%;
  margin-bottom: 10px;
}

/* Brand */
.logo-div{
    padding: 0 10px;
}
.logo-div:hover{
    background: #eeeeee;
}

#main-navbar .navbar-nav li.new > a {
  background-color: #f9eae1;
}

#main-navbar .navbar-nav li.new > a:hover {
  background-color: #fac9aa;
}

#main-navbar .navbar-nav li.new:after {
  content: "NEW!";
  position: absolute;
  top: 0;
  right: 0;
  background: #fc8635;
  color: #fff;
  padding: 1px 3px;
  font-size: 8px;
  font-weight: bold;
  border-radius: 0 0 0 5px;
}