body {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  margin: 20px 0;
}
.brand {
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 295px;
}
.brand img {
  width: 100%;
}
h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin: 10px 0;
}
h2 {
  font-size: 18px;
}
.form-control {
  height: 50px;
  width: 100%;
  font-size: 18px;
  color: #333333;
  border-radius: 0;
}
.btn {
  border-radius: 0;
  font-weight: 800;
  width: 100%;
  height: 80px;
  font-size: 18px;
  transition: all 0.5s ease;
  color: #ffffff;
  margin-bottom: 15px;
}
.btn:not([disabled]):hover {
  color: #ffffff;
}
.btn:hover {
  color: #ffffff;
}
a.btn {
  padding-top: 25px;
}
a.secondary-btn {
  text-align: left;
  height: 50px;
  padding-top: 10px;
  position: relative;
}
a.secondary-btn i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
}
a.contrast-btn {
  background: #ffffff;
}
a.contrast-btn:hover {
  background: #eeeeee;
}
a.gray-btn {
  background: #aaaaaa;
}
a.gray-btn:hover {
  background: grey !important;
}
.has-error .help-block {
  color: #ffffff;
}
.nav > li {
  position: relative;
  margin-bottom: 10px;
}
.nav > li > a {
  font-size: 18px;
  font-weight: 800;
  background: #ffffff;
  height: 80px;
  padding: 30px 65px;
  transition: all 0.5s ease;
}
.nav > li > a > i {
  display: inline;
  margin-right: 6px;
  line-height: 1;
}
.nav > li > a > i:nth-child(1) {
  position: absolute;
  top: 23px;
  left: 15px;
  font-size: 36px;
}
.nav > li > a > i:nth-child(3) {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 44px;
}
.grid-view table {
  background: #ffffff;
  margin-top: 5px;
}
.grid-view .button-column {
  width: 30px;
}
.grid-view .button-column a {
  text-decoration: none;
}
.pagination-container {
  text-align: center;
}
.pagination {
  margin-top: 0;
}
.reset-search {
  float: right;
  color: #ffffff;
  text-decoration: underline;
}
.reset-search:hover {
  cursor: pointer;
}
.alert {
  border-radius: 0;
}
.form-control-feedback {
  font-size: 24px;
  top: 10px;
  right: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select.placeholder {
  color: #999999;
}
.standalone-icon {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
.grid-view .table thead a {
  color: #ffffff;
  font-weight: 400;
}
.grid-view .table tbody td {
  padding: 12px;
}
.grid-view .selectablerow {
  cursor: pointer;
}
.grid-view .selectablerow:hover {
  background: #eeeeee;
}
.upload-btn-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox label {
  font-size: 16px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
#loadingModal {
  color: #000000;
}
.circular-btn {
  display: inline-block;
  border-radius: 60px;
  padding: 0.3em 0.6em;
  width: auto;
  height: auto;
}
