body {
  padding: 0px;
  margin: 0px;
  /*background: url(../img/Bkg_LeftTop.png) top left no-repeat;*/
}

h5 {
	font-size: 2rem !important;
}

p {
	margin-bottom: 5px;
}

ul.dropdown-menu {
	margin-left: 20px;
	padding-left: 15px;
}

/********  HEADER AREA  **********
*********************************/
.buton-control-area {
	/*border: solid 2px #999;*/
	padding-bottom: 5px;
	margin-top: 32px;
}

.control-area2 {
	margin-top: 5px;
}

.control-area3 {
    /*margin-top: 4rem;*/
    margin-top: 44px;
}

.selection-button {
	margin-left: 4rem;
	background-color: #5d9ad3;
	color: #fff;
}

.control-b {
	background-color: #a6aca8;
	border: solid 1px #000;
	font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #0474c8;
}

.button-area-text {
	background-color: #76ab7d;
	max-width: 73%;
}

.range-slider {
	margin-left: 24px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.sliderContainer {
	margin-top: 30px;
	/*margin-left: 24px;*/
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 30px;
}

.downloads-bttn {
    /*margin-top: 4rem;*/
    margin-top: 38px; 
    background-color: #08AF07 !important; 
    color: #fff !important; 
    border: none !important; 
    margin-right: 5px;
}

.downloads-bttn:hover {
    background-color: #1B5B27 !important; 
    color: #fff !important; 
    border: none !important; 
}

.downloads-bttn:focus {
    background-color: #1B5B27 !important; 
    color: #fff !important; 
    border: none !important; 
}

.help-bttn {
    /*margin-top: 4rem;*/
    margin-top: 38px;
    background-color: #f7792e !important; 
    color: #fff !important; 
    border: none !important; 
}

.help-bttn:hover {
    background-color: #ce5202 !important; 
    color: #fff !important; 
    border: none !important; 
}

.help-bttn:focus {
    background-color: #ce5202 !important; 
    color: #fff !important; 
    border: none !important;
}
/****  MAP AND CHART AREA  *******
*********************************/
.selection-button2 {
	margin-top: 10px;
	background-color: #5d9ad3;
	color: #fff;
}

.map-area {
	border: solid 1px #999;
	padding-left: 0px;
	padding-right: 0px;
}

.charts-area {
	border: solid 1px #999;
	padding-left: 0px;
	padding-right: 0px;
}

.map-chart-area {
	margin: 24px 16px;
}

/********  TABLE AREA  **********
*********************************/
td {
	padding-left: 15px;
	padding-right: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d2deee !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ebf0f9 !important;
}

.table-bordered td {
	border: 1px solid #fff !important;
}

.table-bordered thead th {
	height: 50px;
    border-bottom-width: 2px;
    padding-left: 15px;
    padding-right: 43px; 
    color: #fff;
    background-color: #5a9bd5;
    text-align: center;
}

.table-area {
	border: solid 1px #999;
	padding: 0px 15px 16px 15px;
}

.table-area p {
    text-align: center;
    padding-top:5px;
}

.table-responsive {
	width: 100% !important;
}


/********  1366 RESOLUTION MEDIA QUERY  **********
*************************************************/

/* Smaller Screens */ 
    @media only screen and (min-width : 1366px) {
        .button-area-text {
			background-color: #76ab7d;
			max-width: 100%;
		}

		.buton-control-area {
			padding: 5px;
		}

		.selection-button {
			margin-left: 100px;
		}

    }


/********  DROPDOWN BUTTON STYLE  ****************
*************************************************/

/*.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #5d9ad3 !important;
    background-image: none;
    border: none !important;
    border-radius: 0PX !important;
}*/
dropdownButton {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #5d9ad3 !important;
    background-image: none;
    border: none !important;
    border-radius: 0PX !important;
}


.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*=============================================================
                      SLIDER BUTTON STYLES
=============================================================*/ 

.slider-button {
  /*padding: 4px 6px;*/ /*From James*/
  padding: 2px 3px; /*STT*/
  color: #fff;
  background-color: #25a721;
  border: solid 1px #1e7d1b;
}

.slider-button:hover {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.slider-button:active {
  color: #fff !important;
  background-color: #1e7d1b !important;
  border: solid 1px #1e7d1b !important;
}

.slider-button:focus {
  color: #fff;
  background-color: #1e7d1b;
  border: solid 1px #1e7d1b;
}

.slider-button-area {
  margin: 150px 150px;
}

/***********************************************
***********************************************/

.form-group p {
    font-size: 12px;
}