body {
    background-color: #204356;
    color:white;
}
#header {
	background-color: white;
	padding: 3px 0 15px;
	border-bottom: 1rem solid #0096D6;
}
a {
	color: #204356;
}
a:hover {
	color: #0096D6;
}
#home {
	margin-left: 1rem;
}
#title {
    /*background-color: white;*/
    text-align: center;
    /*padding: 3px 0 15px;
    border-bottom: 1rem solid #0096D6;*/
}
#title img {
    width: auto;
    height: 50px;
}
#navMenu {
	text-align: right;
	margin-right: 1rem;
}
.list_heading {
    color: rgba(255,255,255,0.4);
    font-weight: 600;
}
#content {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
    background-color: #204356;
}
/*.search_btn {
    background-color:green;
    opacity: .5;
}
.clear_btn {
    background-color:red;
    opacity: .5;
}*/
.formula_error {
    color:white;
    background-color:#B34D4D !important;
}
/*.clearable {
    background: #fff url(images/clear_field.gif) no-repeat right -10px center;
    padding: 3px 18px 3px 4px;*/ /* Use the same right padding (18) in jQ! 
    transition: background 0.4s;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}*/
.end_line {
    border-bottom: .25rem solid #0096D6;
}

.top_back_btn {
    padding-bottom: 1rem;
}
.btm_back_btn {
    padding: 1rem 0;
}
.btn-search {
    color: white;
    background-color: #6BA659;
}
.btn-search:hover {
    color: white;
    background-color: #548A44;
}
.btn-clear {
    color: white;
    background-color: #142833;
}
.btn-clear:hover {
  color: white;
  background-color: #0D1A21;
}
.btn-setting {
  color: white;
  background-color: #9f9f98;
}
.btn-setting:hover {
  color: white;
  background-color: #8D8D89
}
.clearable a:hover {
  text-decoration: none;
}
.checkboxList tr td label {
  margin-left: .5rem;
}