/*These are specific to DNR Contribute Users Only */

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.row{}

/*These are the allowed button classes*/

.btn-default-small {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.btn-default {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-info {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #5f9bbc;
  border-color: #4d90b4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #4482a4;
  border-color: #3a6e8a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5f9bbc;
  border-color: #4d90b4;
}

.btn-primary {
  color: #ffffff;
  background-color: #1e3a62;
  border-color: #182e4e;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
 /* background-image: none;*/
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #12233b;
  border-color: #0a1320;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1e3a62;
  border-color: #182e4e;
}
.btn-primary .badge {
  color: #1e3a62;
  background-color: #ffffff;
}
  
.img-left-sm {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 33.33333333%;
	  }
	  
.img-right-sm {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 33.33333333%;
	  }
	  
 .img-left-md {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    float: left;
    margin: 0 15px 15px 0;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 58.33333333%;
	  }
	  
.img-right-md {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 58.33333333%;
	  }
	  
.img-left-lg {
	display: block;
	width: 100% \9;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	  }
	  
.img-right-lg {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 100%;
	  }
	  
.img-center {
	display: block;
  	width: 100% \9;
    max-width: 100%;
    height: auto;
	vertical-align: middle;  
	display: inline-block;
    /*margin: auto;*/
    min-height: 1px;
	width: 50%;
	text-align:	center;
	margin-left: 25%;
	  }
	  

	  
.table-responsive {
 	background-color: transparent;
	text-align: left;
	width: 100%;
    max-width: 100%;
	padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #dddddd;
	vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #dddddd;*/
    -webkit-overflow-scrolling: touch;
	/*white-space: nowrap;*/
	  }
.table-responsive > thead > tr > th,
.table-responsive > tbody > tr > th,
.table-responsive > tfoot > tr > th,
.table-responsive > thead > tr > td,
.table-responsive > tbody > tr > td,
.table-responsive > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-responsive > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
	  
.table-striped {
 	background-color: transparent;
	text-align: left;
	width: 100%;
    max-width: 100%;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
	vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
	/*white-space: nowrap;*/
  }
.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-striped > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-hover {
 	background-color: transparent;
	text-align: left;
	width: 100%;
    max-width: 100%;
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
	vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
	/*white-space: nowrap;*/
  }
.table-hover > thead > tr > th,
.table-hover > tbody > tr > th,
.table-hover > tfoot > tr > th,
.table-hover > thead > tr > td,
.table-hover > tbody > tr > td,
.table-hover > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-hover > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.small {
  font-size: 80%;
}
.subscript {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
.supscript {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.panel-right {
  margin-bottom: 20px;
  background-color: #eff3f6;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #cfcfcf;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  display: inline-block;
  float: right;
  margin: 0 0 15px 15px;
}

.panel-left {
	margin-bottom: 20px;
  background-color: #eff3f6;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #cfcfcf;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
}
 /*custom css under here */
 
 .navbar-nr {
	background-color: #40773E;
	border-color: #40773e;
	position: relative;
	min-height: 44px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
 .navbar-up {
	background-color: #DB9710;
	border-color: #DB9710;
	position: relative;
	min-height: 44px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
 .navbar-water {
	background-color: #426096;
	border-color: #426096;
	position: relative;
	min-height: 44px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar-header-photo {
	min-height: 30px;
	width: 100%;
	float: left;
	margin-right: -15px;
	margin-left: 15px;
	color: #FFF;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:24px
}

