@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/oswald-bold-webfont.eot');
    src: url('../fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff'),
         url('../fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  padding-top: 20px;
  padding-bottom: 20px;
	/*background-image: url('../img/header-bg.png');*/
	background-repeat:repeat-x;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #C60070;
	}
	
a:hover {
	color: #F7008C;
	}
	
nav {
	font-family: 'OswaldRegular', sans-serif;
	color: #fff;
	font-size: 1.0em;
	text-transform: uppercase;
	}
	
nav a {
	color: #fff;
	}
	
nav a:hover {
	color: #fff;
	background:#194540!important;
	}	
	
nav .active a { 
	background:#29635C!important;
	border: 1px solid #347D75;
	}

nav ul {
	margin-top: 8px;
	}	
	
.nav-tabs > li > a {
	margin-right: 4px;
	
	}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
		color: #000000;
		font-weight: bold;
		background-color: efefef;
}

.pagination {
	margin-top: 0;
	}

.pagination .current,
.pagination .disabled ,
.pagination .disabled {
    float: left;
    padding: 0 14px;

    color: #999;
    cursor: default;
    line-height: 34px;
    text-decoration: none;

    border: 1px solid #DDD;
    border-left-width: 0;
}	

.pagination li a {
	color: #C60070;
	}
	
.pagination li a:hover {
	color: #F7008C;
	}	
	
.pagination .active a,
 .pagination .active a:hover {
	background-color: #999;
	border: 1px solid #999;
	}	
	
h3 {
	font-family: 'OswaldRegular', sans-serif;
	margin-bottom: 20px;
	font-size: 2.3em;
	}	
	
hr {
	color: #333; /* old IE */
  background-color: #333; /* Modern Browsers */	
	height: 1px;
	}

.row {
	margin-bottom: 20px;
	}
	
.btn {
	font-family: 'OswaldRegular', sans-serif;
	}
	
th {
	color:#999999;
	font-weight: normal;
	}			

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
. {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
	margin-top: 20px;
  padding-bottom: 50px;
}

.navbar {
	padding-top: 40px;
  padding-bottom: 40px;
	background-image: url('../img/header-bg.png');
}


/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page  */
. {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container {
	width: 900px;
}

label {

	}

/* Customize container */
/*
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
*/
.container-narrow > hr {
  margin: 30px 0;
}

/* content */
.content {
  margin: 20px 0;
}
.content p + h4 {
  margin-top: 28px;
}

.footer {
	margin-top: 150px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

.badge-warning {
  background-color: #1C4641;
}

.message{
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.flashMessageBad{
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #bce8f1;

	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
}

.error-message {
	color:#CC0000;
	}

.align-button {
	margin-top:20px;
}

.border-style-downloaded {
		border-left: 4px solid #5cb85c;
	}

.border-style-signed {
		border-left: 4px solid #f0ad4e;
	}
	
.border-style-uploaded {
		border-left: 4px solid #5bc0de;
	}
	
.background-style-downloaded {
		background-color: #f0ad4e;
		font-size: 1.2em;
	}

.background-style-signed {
		background-color: #5cb85c;
		font-size: 1.2em;
	}
	
.background-style-uploaded {
		background-color: #5bc0de;
		font-size: 1.2em;
	}	
	
.white, .white a {
  color: #fff;
}	

/* login specific */
#body-login {
  padding-top: 0px;
  padding-bottom: 20px;
	background-image: url('../img/header-bg-login.png');
	background-repeat:repeat-x;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.container-login {
	width: 500px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 5px 0;
}

.content-login {
  margin: 0px 0;
}


		
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  . {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}