/* Application stylesheet */

body {
	background: #e8eff5 url(../img/bg-body.png) repeat-x;
}

.page-header {
	--web-kit-border-radius: 5px 5px 0 0;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:130px;
	padding-top:10px;
}
.page-header-cobranded {
  background-size: 100%, 100%;
  --web-kit-border-radius: 5px 5px 0 0;
  margin-bottom:0;
  margin-top:0;
  padding-bottom:70px;
  padding-top:10px;
}
.background {
  background: transparent url("../img/bg-header.png") no-repeat 0 0;
  background-size: 100%, 100%;
}

.btn-group-label {
  vertical-align: middle;
  margin-bottom: 15px;
}
.dn-vendor-logo {
  margin-left:100px;
}
.submit-eoi-button
{
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  opacity: .65;
}

.page-header h1 {
	font-size: 20px
}


.page-header-cobranded h1 {
	font-size: 20px
}
.body {
	border: 1px solid #b6bbc0;
	border-top-color: #d1d3d4;
	broder-radius:0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding:20px;
	background-image: url(../img/bg-nav.gif); 
    background-repeat: repeat-x;
    background-position: top;
   	background: #fff;
}

.main {
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
}

.footer {
	border-top: 1px solid #b6bbc0;
	margin-top: 20px;
}
.footer p {
	font-size:0.8em;
	line-height: 1.4em
}

.breadcrumb {
	counter-reset:breadcrumb;
}
.breadcrumb > li > .badge:before {
	counter-increment: breadcrumb;
	content: counter(breadcrumb);
}
.breadcrumb > li+li:before {
	content: "\232A"
}
.breadcrumb .badge:empty {
	display:inline;
	margin-right: 5px;
}

.review {
	counter-reset: review-section previous-review-section -1
}

.review .review-numbered-title:before {
	counter-increment: review-section previous-review-section;
	content:"Part " counter(review-section) ": ";
}

.review .previous-numbered-title:after {
	counter-increment: review-section;
	content:" Part " counter(previous-review-section);
}

.disclaimer-box {
	height: 100px;
	overflow: auto;
}

.help {
	color: #395499;
	font-size: 1.3em;
	cursor: pointer;
}

.paste {
	cursor: pointer;
}

.fader.ng-enter, .fader.ng-leave, 
.fader.ng-hide-add, .fader.ng-hide-remove {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}
 
.fader.ng-enter, .fader.ng-leave.ng-leave-active, 
.fader.ng-hide-add.ng-hide-add-active, .fader.ng-hide-remove {
  opacity:0;
}
 
.fader.ng-leave, .fader.ng-enter.ng-enter-active,
.fader.ng-hide-add, .fader.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
}


/*   viewAndPrint css*/
@media print {
.body {
  padding-top:0px;
	border: 0px solid;
	/*border-top-color: #d1d3d4;*/
	color: black;
	broder-radius:0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	font-size: 12px;
}	
.page-header {
  --web-kit-border-radius: 5px 5px 0 0;
  margin-bottom:0;
  margin-top:0;
  padding-bottom:70px;
  padding-top:10px;
}
.page-header-cobranded {
  background-size: 100%, 100%;
  --web-kit-border-radius: 5px 5px 0 0;
  margin-bottom:0;
  margin-top:0;
  padding-bottom:10px;
  padding-top:10px;
}
.new-page-break{
   page-break-before: always;
}
.panel {
   padding-top: 0px;
  /* page-break-after: always;*/
   page-break-inside: avoid;
   border: 0px solid;
}
.panel-body {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0px solid;
}
.panel-heading{
    border:0px; 
    padding-left:0px;
}
.panel-title {
  margin:0px;
  font-weight:bolder;
}
.line-bottom{
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #000000;
}
.line-top{
     border-top-width: 1px;
     border-top-style: solid;
     border-top-color: #000000;
}
.line-page-top{
     border-top-width: 2px;
     border-top-style: solid;
     border-top-color: #000000;
}
.margin-zero {
  margin-left:0px;
}
.main {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
  padding-top:0px;  
}
.visible-print {
    display: block !important;
}
.hidden-print {
    display: none !important;
}
h1 {
	display: none;
}
label {
  font-weight: bolder;
}
h2 h3 {
	font-weight: bold;
  border: 1px solid;
}
div#breadcrumbId{
    display: none;	
}
.col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
