/* Renaming this file to Global.css will add this CSS after ~/CSS/Global.css 
   Use this add additional global CSS rules or override existing global CSS rules.
*/

body {
    background-color:#fff;
}


.tdg-content .config-message-background {
    background-color: transparent;
}

/* BUTTONS */
.tdg-content .blue-gradient, .tdg-content .btn, .tdg-content .btn-footer, .tdg-content .btn-back, .tdg-content thead, .tdg-content .btn-continue, 
.tdg-content .btn-continue:visited, .tdg-content .btn-file, 
.tdg-content .btn-file:visited, .tdg-content .btn-search, .tdg-content .btn-search:visited, 
.tdg-content .btn-logout, .tdg-content .btn-logout:visited, .tdg-content .btn-help, 
.tdg-content .btn-help:visited, .tdg-content .btn-help-inline, .tdg-content 
.btn-help-inline:visited, .tdg-content .input-search, .tdg-content 
.input-search:visited .popover-title {

  background-image: none;
  color: #fff;
  background-color: #6493b5;
  text-shadow: none;
  border: none;
  box-shadow: none;
}

.tdg-content .btn:hover {
  background-color: #01629f;
  background-image: none;
}

/* END BUTTONS */


.tdg-content .h1, .tdg-content .h2, .tdg-content .h3, .tdg-content .h4, .tdg-content .page, .tdg-content .header {
font-variant: normal;
}




/* Add space between footer and content */
.tdg-content {
  padding-bottom: 20px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  font-variant: normal;


}

.tdg-content .header {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "Helvetica Neue", sans-serif;
  color: #666;
}

.tdg-content .page-title-header1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
	font-family: "Helvetica Neue", sans-serif;
  color: #666;
}

.footer {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #666;
  height: 250px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  margin-top: 40px;
}

.footer a {
  color: #6493b5;
}


/* for images surrounded by text */
.tdg-content .img-content {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}


/* to center an item use center-container on a div with center class within */
.tdg-content .center-container {
  text-align: center;
}


/* to center an item use center-container on a div with center class within */
.tdg-content .center {
  margin: 0 auto;
  display: inline-block;

}

/* styling on pop up modals */
.tdg-content .tdg-modal-header {
  background-color: #6493b5;
}

/* color all glyphicons */
.tdg-content label, .glyphicon {
  color: #6493b5;
}

/* color all glyphicons on buttons */
.btn .glyphicon {
  color: #fff;
}

/* color all glyphicons on buttons */
.input-search .glyphicon {
  color: #fff;
}

.top-right-nav {
font-size:22px;
text-align: right;
margin-top: 10px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

ol, ul {
    list-style: inside;
    margin-left: 25px;
    list-style-position: outside;
}
