/* bootstrap extension */
.form-horizontal .title {
	margin-left: 180px;
}

.input-xsmall {
    width: 20px;
}

.input-xlarge-2 {
    width: 330px;
}

.controls-row-labels label {
	margin-left: 0;
}

.form-inline {
    padding: 10px 0;
    line-height: 20px;
}

.form-inline [class*="span"] {
    margin-left: 1.063829787%;
}

.form-inline .input-selected, .form-inline .label-inline, .form-inline .help-inline, .form-inline .help-block {
    padding-top: 5px;
    margin-bottom: 0;
}

.input-selected {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}

.form-inline .input-xxlarge {
    width: 360px;
}

.row-fluid .spanhalf {
    width: 2.01793722%;
}


.row-fluid .offset-half, .row-fluid .offset-half:first-child {
    margin-left: 7.446808511%;
}

.row-fluid div.offset-half + div.offset-half {
    margin-left: 4.260089686%;
}

.span10.offset-half {
    width: 85.08730083%;
}


.offset2-3 {
	margin-left: 64px;
}

.offset2-3-pad {
	margin-left: 74px;
}

.action-bar {
    clear: both;
    padding: 10px 0;
    text-align: center;
}

.action-bar a {
    position: relative;
    top: 4px;
    margin-right: -204px;
    padding-left: 5px;
}

/* bootstrap overrides */

address, dt, dd {
    line-height: 1.4;
    margin-bottom: 10px;
}

dd {
    margin-left: 10px;
}


.container {
	width: 852px;
}

a.btn {
    color: #333;
}

.btn-primary, a.btn-primary, .btn-action, a.btn-action {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ce7905;
  background-image: -moz-linear-gradient(top, #ce7905 0%, #883000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce7905), to(#883000));
  background-image: -webkit-linear-gradient(top, #ce7905, #883000);
  background-image: -o-linear-gradient(top, #ce7905, #883000);
  background-image: linear-gradient(to bottom, #ce7905, #883000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce7905', endColorstr='#883000', GradientType=0);
  border-color: #883000 #883000 #53200e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #883000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-action:hover,
.btn-action:active,
.btn-action.active,
.btn-action.disabled,
.btn-action[disabled]
{
  color: #ffffff;
  background-color: #883000;
  *background-color: #883000;
}
.btn-primary:active,
.btn-primary.active,
.btn-action:active,
.btn-action.active
{
  background-color: #ce7905 \9;
}


a.btn-primary, a.btn-primary:visited, a.btn-action, a.btn-action:visited {
    color: #fff;
}



br + .btn-small, .action-bar .btn { margin-top: 4px; }

.btn-action {
    margin: 1.5em 0 0.6em 0.25em;
}

.title {
	margin-top: 0;
}

.table th, .table td {
    line-height: 1.4;
}

.table-condensed th, .table-condensed td {
padding: 6px 12px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}


.table thead th {
    vertical-align: bottom;
}

.table-bordered {
	border: 1px solid #d8e2e7;
}

.table-bordered th, .table-bordered td {
border-top: 1px solid #d8e2e7;
}

.table-bordered th:first-child, .table-bordered td:first-child {
border-left: none;
}

[class^="icon-"],
[class*=" icon-"] {
	opacity: 0.6;
	filter:alpha(opacity=60); /* LTE IE8 */
    margin-top: 0;
}


.row-fluid .controls label[class*="span"] {
    min-height: 0;
}

.modal table {
    margin-top: 1em;
}

.modal-wide {
    width: 800px;
    margin-top: -300px;
    margin-left: -400px;
}

.modal-wide .modal-body {
    max-height: 500px;
}


/* eCRMS overrides */
a {
	color: #1c91cb;
}

a:hover {
    color: #478299;
}
a:visited {
    color: #1c91cb;
}

#head_links {
    width: 370px;
    text-align: right;
}

#head_links a:first-child {
    margin-left: 0;
    font-weight: bold;
}


.container .row-fluid:first-child {
    margin-bottom: 1.3em;
    border-bottom: 2px solid #ce7905;
}

.container .row-fluid .row-fluid {
    margin-bottom: 0;
    border-bottom: none;

}

h1 {
    margin-bottom: 0;
    border-bottom: none;
}

/*.span3.align-right {
    border-bottom: 2px solid #CE7905;
}
*/

h1 small {
    font-size: 0.7em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.2em;
}

h1 + h3 {
    margin-top: -0.5em;
    text-align: center;
}

table tr th {
	color: #000;
	background: #ebf0f3;
    font-size: 1.0em;
}

.breadcrumbs {
	margin-bottom: 20px;
}

/* Extension */
.nav-tabs-arrows {
    border: none;
}

.nav-tabs-arrows a {
    background-color: transparent !important;
    background: transparent url('../img/arrow-tab.png') no-repeat 0 0;
    width: 180px;
    height: 41px;
    padding-left: 30px !important;
    border: none !important;
    margin-left: -22px;
    line-height: 25px !important;
}

.nav-tabs-arrows .active a {
    background: transparent url('../img/arrow-tab-active.png') no-repeat 0 0;
}

.nav-tabs-arrows li:hover a {
    background: transparent url('../img/arrow-tab-hover.png') no-repeat 0 0;
}

.nav-tabs-arrows li:first-child a {
    background-color: transparent !important;
    background: transparent url('../img/arrow-tab-first.png') no-repeat 0 0;
    width: 200px;
    height: 41px;
    padding-left: 10px !important;
    border: none !important;
    margin-left: -20px;
    line-height: 25px !important;
}

.nav-tabs-arrows li.active:first-child a {
    background: transparent url('../img/arrow-tab-first-active.png') no-repeat 0 0;
}

.nav-tabs-arrows li:first-child:hover a {
    background: transparent url('../img/arrow-tab-first-hover.png') no-repeat 0 0;
}
/* End Extension */

/*  */
#page_container {
	min-height: 480px;
    padding: 20px 0;
}

.pre-table {
	padding: 5px;
	background: #ebf0f3;
	border: 1px solid #d8e2e7;
	border-bottom: none;
}

.pre-table + table {
	margin-top: 0;
}

#navigation.spaced a.nav_level1_link {
	padding: 24px 20px 0 20px;
}

#nav_list :first-child a.nav_level1_link {
	padding-left: 35px;
}

/*.row { padding-left: 20px; padding-right: 20px; }*/


.align-left {
    text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
    text-align: right;
}


.text-lower-case {
	text-transform: lowercase;
}

.c-box {
	background: #eee;
	padding: 10px 0;
}

.label-top {
	float: left;
	margin-right: 5px;
}

.item-label {
	text-align: right;
}

.item-title {
	
}

/*
#MainContent_afUpload {
    display: table;
    width: 100%;
}

.ajax__fileupload {
    display: table-cell;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    border: 3px dashed #999;
}

.ajax__fileupload_dropzone {
    padding: 4px;
    border: none;
    overflow: auto;
}
*/

.uploads {
	background: #ddd;
	padding: 1px;
}

.uploads .item {
	overflow: hidden;
	background: #fff;
	margin-bottom: 1px;
	padding: 10px;
}

.uploads .item .close, .documents .item .close /* for ie7 */ {
	float: none;
}

.uploads .progress {
	margin-bottom: 0;
	margin-right: 20px;
	width: 300px;
}

.uploads .item-details {
	clear: both;
}

.text-info {
	margin: 20px;
	text-align: center;
}

.documents {
	margin-bottom: 20px;
}

.documents .item {
	border: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.documents .item-details {
	clear: both;
}

.row.box {
    margin-left: 0;
}

.box .row {
}

.box {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    margin: 20px 80px 20px;
    padding: 10px 20px;
	background: #ebf0f3;
	border: 1px solid #d8e2e7;
	border-radius: 8px;
}

.box-light {
	border: 1px solid #ddd;
	background: none;
}

.box-docket, .box-review {
    padding: 10px 20px;
    margin: 0 0 10px;
}

.box-docket p, .box-review p {
    margin-bottom: 0;
}

.box-docket h3 {
    margin: 0 0;
    font-size: 1.7em;
}

.box-docket .btn {
    margin: 10px 4px 0 0;
}

.box-review .pull-left {
    margin-left: 5.319148936%;
    max-width: 26%;
}

.box-review .pull-left:first-child {
    margin-left: 0;
}

.box-center {
	padding-left: 56px;
}


.box-head {
    margin: 8px 0 0 0;
    padding-top: 16px;
    position: relative;
}

[class^="span"] + .box-head {
  margin-left: 18px;
}

.thumbnail.map {
    margin-top: 8px;
}


.box-head .dl-horizontal dt {
    width: 70px;
}

.box-head .dl-horizontal dd {
    margin-left: 80px;
}

.box-head .pull-right {
    margin-right: 20px;
}


.box-head .btn-action {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 2px 8px;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 12px;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #14455d;
}




/*

.bs-docs-example::after {
content: "Example";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
background-color: #f5f5f5;
border: 1px solid #ddd;
color: #9da0a4;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

*/

.box-side {
    margin: 1.8em 0 0;
    float: right;
}

.box-side h3 {
    margin: 0 0 0 0.2em;
    line-height: 25px;
    color: #14455d;
}

.box-side .btn {
    margin-left: 0.2em;
}

.selections .item {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.selections .item:last-child {
	margin-bottom: 0;
}

.selections .item-content {
	padding: 7px 0;
	float: left;
	display: inline-block;
}

.section {
	margin-bottom: 20px;
}



/*Interactivity Styles*/
.toggleTrigger .icon-plus-sign {
	display: none;
}

.toggleTrigger.collapsed .icon-plus-sign {
	display: inline-block;
}

.toggleTrigger.collapsed .icon-minus-sign {
	display: none;
}

.form-inline.well {
	margin-top: 10px;
	padding: 15px 10px;
}

.box .form-inline.pad-group {
	margin-bottom: 10px;
}

.well legend {
	margin-top: -20px;
	font-size: 1.2em;
}

#drag-and-drop-upload {
	border: 2px dashed #ddd;
}

.tablesorter th.header {
	cursor: pointer;
}

.tablesorter th.header:hover {
	color: #fff;
	background: #999;
}

.tablesorter th .icon-arrow-down, .tablesorter th .icon-arrow-up {
	display: none;
}

.tablesorter th.headerSortUp .icon-arrow-up {
	display: inline-block;
}

.tablesorter th.headerSortDown .icon-arrow-down {
	display: inline-block;
}


.nowrap {
  white-space: nowrap;
}

/* For validations - Bhavik */

.validation_asterisk
{
  color: red;
}
.validation_message_area
{
    width: 852px;
    margin-left: auto;
    margin-right: auto;
}
label.error
{
  color: red;
  margin-top: 0px;
  padding-left: 8px;
}
.environment-label
{
    position: absolute;
    background: #fff;
    top: 20px;
    left: 20px;
    text-align: center;
    width: 300px;
    padding: 10px;
    border: 2px solid red;
    font-weight: bold;
    font-size: 1.3em;
    z-index: 20;
    color: red;
}
.nav_panel li
{
    line-height: normal;
}
/* End validations */

/* Chosen alignment issue */
.chzn-container
{
    vertical-align: middle;
}
/* End Chosen alignment issue */

/* eFiling Wizard - thx to http://exacttarget.github.io/fuelux/ */

.wizard {
    *zoom: 1;
}

.wizard:before,
.wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.wizard:after {
    clear: both;
}

.wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul li {
    position: relative;
    float: left;
    height: 38px;
    padding: 0 40px 0 40px;
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    color: #999999;
    cursor: default;
    background: #fff;
    border: 1px solid #fff;
    border-right: none;
}

.wizard ul li .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    padding: 4px;
    background-color: #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
}

.wizard ul li .chevron {
    position: absolute;
    top: -1px;
    right: -15px;
    display: block;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 15px solid #fff;
}

.wizard ul li .chevron:before {
    position: absolute;
    top: -20px;
    right: 1px;
    display: block;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 15px solid #fff;
    content: "";
}

/* current active step */
.wizard ul li.active {
    background-color: #04496A;
    *background-color: #04496A;
    border: 1px solid #04496A;
    border-right: none;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.wizard .active .badge {
    color: #04496A;
    background-color: #fff;
    *background-color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.wizard ul li.active .chevron {
    border-left-color: #04496A;
}


.wizard ul li.active .chevron:before {
    border-left-color: #04496A;
    *border-left-color: #04496A;
}

/* completed step */
.wizard ul li.complete {
    color: #1c91cb;
    background: #ebf0f3;
    border: 1px solid #1c91cb;
    border-right: none;
}

.wizard .complete .badge {
    background-color: #1c91cb;
}

.wizard ul li.complete .chevron {
    border-left-color: #3a87ad;
}

.wizard ul li.complete .chevron:before {
    border-left-color: #ebf0f3;
}
/*
.wizard ul li.complete:hover {
    cursor: pointer;
    background: #fff;
}

.wizard ul li.complete:hover .chevron:before {
    border-left-color: #fff;
}
*/


.wizard ul li:nth-child(1) {
    z-index: 10;
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
}

.wizard ul li:nth-child(2) {
    z-index: 9;
}

.wizard ul li:nth-child(3) {
    z-index: 8;
}

.wizard ul li:nth-child(4) {
    z-index: 7;
}

.wizard ul li:nth-child(5) {
    z-index: 6;
    color: #ce7905;
    color: #883000;
    color: #d8e2e7; /*table border*/
    color: #ebf0f3;
    color: #478299;
    color: #1c91cb;
    color: #14455d;
}

a {
    color: #1c91cb;
}

a:hover {
    color: #478299;
}
a:visited {
    color: #1c91cb;
}