body {
  margin: 0;
  display: block;
}

a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}

a {
  color: #009ddc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006690;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn {
  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: 2px;
  font-size: 15px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #009BFF;
  border-color: #008bc3;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #009ddc;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #ffffff;
  background-color: #0080b3;
  border-color: #005f85;
}
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #009ddc;
  border-color: #008bc3;
}
.btn .badge {
  color: #009ddc;
  background-color: #ffffff;
}

body {
  padding-top: 0px;
}

.row-white {
  font-size: 19.6px;
  background: #ffffff;
  border: none;
  height: 80px;
}

.row-blue {
  color: #009BFF;
  font-size: 16px;
  background: #eef1f6;
  border: none;
  height: 60px;
}

.row-dark-blue {
  background: #009BFF;
  border: none;
  height: 5px;
}

.row-green {
  background: #e7297a;
  border: none;
  height: 10px;
}

.row-purple-sms {
  background: #F24444 !important;
  border: none;
  height: 10px;
}

.row-dark-green {
  background: #89c441;
  border: none;
  height: 4px;
}

.blue {
  background-color: #009ddc;
  color: #fff;
}

.white {
  background-color: #fff;
  color: #009ddc;
}

.tab_content {
  margin-top: 35px;
  min-height: 530px;
  margin-bottom: 35px;
}
