/*
	--------------------------------------------------------------
	Elements - Based on 'Less Elements'
	--------------------------------------------------------------
 	A set of useful SASS mixins
	--------------------------------------------------------------
	By Walder B. Andriola - 18-05-2019
	--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.bg-gray-base {
  background-color: #161F25;
}

.bg-gray-darker {
  background-color: #334755;
}

.bg-gray-dark {
  background-color: #466275;
}

.bg-gray {
  background-color: #597d95;
}

.bg-gray-light {
  background-color: #7496ac;
}

.bg-gray-lighter {
  background-color: #d4dee5;
}

.bg-primary {
  background-color: #1B435C;
}

.bg-success {
  background-color: #3e823e;
}

.bg-info {
  background-color: #319FD5;
}

.bg-warning {
  background-color: #FF6D09;
}

.bg-danger {
  background-color: #B20000;
}

.bg-primary-light {
  background-color: #5e94b7;
}

.bg-primary-lighten {
  background-color: #b6d7ef;
}

.bg-brand-primary {
  background-color: #1B435C;
}

.bg-brand-success {
  background-color: #3e823e;
}

.bg-brand-info {
  background-color: #319FD5;
}

.bg-brand-warning {
  background-color: #FF6D09;
}

.bg-brand-danger {
  background-color: #B20000;
}

.bg-brand-orange {
  background-color: #F2A031;
}

.bg-white {
  background-color: #fff;
}

.gray-base {
  color: #161F25;
}

.fc-gray-base {
  color: #161F25;
}

.gray-darker {
  color: #334755;
}

.fc-gray-darker {
  color: #334755;
}

.gray-dark {
  color: #466275;
}

.fc-gray-dark {
  color: #466275;
}

.gray {
  color: #597d95;
}

.fc-gray {
  color: #597d95;
}

.gray-light {
  color: #7496ac;
}

.fc-gray-light {
  color: #7496ac;
}

.gray-lighter {
  color: #d4dee5;
}

.fc-gray-lighter {
  color: #d4dee5;
}

.primary {
  color: #1B435C;
}

.fc-primary {
  color: #1B435C;
}

.success {
  color: #3e823e;
}

.fc-success {
  color: #3e823e;
}

.info {
  color: #319FD5;
}

.fc-info {
  color: #319FD5;
}

.warning {
  color: #FF6D09;
}

.fc-warning {
  color: #FF6D09;
}

.danger {
  color: #B20000;
}

.fc-danger {
  color: #B20000;
}

.primary-light {
  color: #5e94b7;
}

.fc-primary-light {
  color: #5e94b7;
}

.primary-lighten {
  color: #b6d7ef;
}

.fc-primary-lighten {
  color: #b6d7ef;
}

.brand-primary {
  color: #1B435C;
}

.fc-brand-primary {
  color: #1B435C;
}

.brand-success {
  color: #3e823e;
}

.fc-brand-success {
  color: #3e823e;
}

.brand-info {
  color: #319FD5;
}

.fc-brand-info {
  color: #319FD5;
}

.brand-warning {
  color: #FF6D09;
}

.fc-brand-warning {
  color: #FF6D09;
}

.brand-danger {
  color: #B20000;
}

.fc-brand-danger {
  color: #B20000;
}

.brand-orange {
  color: #F2A031;
}

.fc-brand-orange {
  color: #F2A031;
}

.white {
  color: #fff;
}

.fc-white {
  color: #fff;
}

.link-gray-base {
  color: #161F25;
}

.link-gray-base:hover {
  color: #8b8f92 !important;
}

.link-gray-base:visited, .link-gray-base:active {
  outline: none !important;
  color: #161F25;
}

.link-gray-base:focus {
  outline: none !important;
}

.link-gray-darker {
  color: #334755;
}

.link-gray-darker:hover {
  color: #99a3aa !important;
}

.link-gray-darker:visited, .link-gray-darker:active {
  outline: none !important;
  color: #334755;
}

.link-gray-darker:focus {
  outline: none !important;
}

.link-gray-dark {
  color: #466275;
}

.link-gray-dark:hover {
  color: #a2b0ba !important;
}

.link-gray-dark:visited, .link-gray-dark:active {
  outline: none !important;
  color: #466275;
}

.link-gray-dark:focus {
  outline: none !important;
}

.link-gray {
  color: #597d95;
}

.link-gray:hover {
  color: #acbeca !important;
}

.link-gray:visited, .link-gray:active {
  outline: none !important;
  color: #597d95;
}

.link-gray:focus {
  outline: none !important;
}

.link-gray-light {
  color: #7496ac;
}

.link-gray-light:hover {
  color: #bacad6 !important;
}

.link-gray-light:visited, .link-gray-light:active {
  outline: none !important;
  color: #7496ac;
}

.link-gray-light:focus {
  outline: none !important;
}

.link-gray-lighter {
  color: #d4dee5;
}

.link-gray-lighter:hover {
  color: #eaeff2 !important;
}

.link-gray-lighter:visited, .link-gray-lighter:active {
  outline: none !important;
  color: #d4dee5;
}

.link-gray-lighter:focus {
  outline: none !important;
}

.link-primary {
  color: #1B435C;
}

.link-primary:hover {
  color: #8da1ae !important;
}

.link-primary:visited, .link-primary:active {
  outline: none !important;
  color: #1B435C;
}

.link-primary:focus {
  outline: none !important;
}

.link-success {
  color: #3e823e;
}

.link-success:hover {
  color: #9fc19f !important;
}

.link-success:visited, .link-success:active {
  outline: none !important;
  color: #3e823e;
}

.link-success:focus {
  outline: none !important;
}

.link-info {
  color: #319FD5;
}

.link-info:hover {
  color: #98cfea !important;
}

.link-info:visited, .link-info:active {
  outline: none !important;
  color: #319FD5;
}

.link-info:focus {
  outline: none !important;
}

.link-warning {
  color: #FF6D09;
}

.link-warning:hover {
  color: #ffb684 !important;
}

.link-warning:visited, .link-warning:active {
  outline: none !important;
  color: #FF6D09;
}

.link-warning:focus {
  outline: none !important;
}

.link-danger {
  color: #B20000;
}

.link-danger:hover {
  color: #d98080 !important;
}

.link-danger:visited, .link-danger:active {
  outline: none !important;
  color: #B20000;
}

.link-danger:focus {
  outline: none !important;
}

.link-primary-light {
  color: #5e94b7;
}

.link-primary-light:hover {
  color: #afcadb !important;
}

.link-primary-light:visited, .link-primary-light:active {
  outline: none !important;
  color: #5e94b7;
}

.link-primary-light:focus {
  outline: none !important;
}

.link-primary-lighten {
  color: #b6d7ef;
}

.link-primary-lighten:hover {
  color: #daebf7 !important;
}

.link-primary-lighten:visited, .link-primary-lighten:active {
  outline: none !important;
  color: #b6d7ef;
}

.link-primary-lighten:focus {
  outline: none !important;
}

.link-brand-primary {
  color: #1B435C;
}

.link-brand-primary:hover {
  color: #8da1ae !important;
}

.link-brand-primary:visited, .link-brand-primary:active {
  outline: none !important;
  color: #1B435C;
}

.link-brand-primary:focus {
  outline: none !important;
}

.link-brand-success {
  color: #3e823e;
}

.link-brand-success:hover {
  color: #9fc19f !important;
}

.link-brand-success:visited, .link-brand-success:active {
  outline: none !important;
  color: #3e823e;
}

.link-brand-success:focus {
  outline: none !important;
}

.link-brand-info {
  color: #319FD5;
}

.link-brand-info:hover {
  color: #98cfea !important;
}

.link-brand-info:visited, .link-brand-info:active {
  outline: none !important;
  color: #319FD5;
}

.link-brand-info:focus {
  outline: none !important;
}

.link-brand-warning {
  color: #FF6D09;
}

.link-brand-warning:hover {
  color: #ffb684 !important;
}

.link-brand-warning:visited, .link-brand-warning:active {
  outline: none !important;
  color: #FF6D09;
}

.link-brand-warning:focus {
  outline: none !important;
}

.link-brand-danger {
  color: #B20000;
}

.link-brand-danger:hover {
  color: #d98080 !important;
}

.link-brand-danger:visited, .link-brand-danger:active {
  outline: none !important;
  color: #B20000;
}

.link-brand-danger:focus {
  outline: none !important;
}

.link-brand-orange {
  color: #F2A031;
}

.link-brand-orange:hover {
  color: #f9d098 !important;
}

.link-brand-orange:visited, .link-brand-orange:active {
  outline: none !important;
  color: #F2A031;
}

.link-brand-orange:focus {
  outline: none !important;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: white !important;
}

.link-white:visited, .link-white:active {
  outline: none !important;
  color: #fff;
}

.link-white:focus {
  outline: none !important;
}

.div-gray-base {
  background-color: #161F25;
}

.div-gray-darker {
  background-color: #334755;
}

.div-gray-dark {
  background-color: #466275;
}

.div-gray {
  background-color: #597d95;
}

.div-gray-light {
  background-color: #7496ac;
}

.div-gray-lighter {
  background-color: #d4dee5;
}

.div-primary {
  background-color: #1B435C;
}

.div-success {
  background-color: #3e823e;
}

.div-info {
  background-color: #319FD5;
}

.div-warning {
  background-color: #FF6D09;
}

.div-danger {
  background-color: #B20000;
}

.div-primary-light {
  background-color: #5e94b7;
}

.div-primary-lighten {
  background-color: #b6d7ef;
}

.div-brand-primary {
  background-color: #1B435C;
}

.div-brand-success {
  background-color: #3e823e;
}

.div-brand-info {
  background-color: #319FD5;
}

.div-brand-warning {
  background-color: #FF6D09;
}

.div-brand-danger {
  background-color: #B20000;
}

.div-brand-orange {
  background-color: #F2A031;
}

.div-white {
  background-color: #fff;
}

.header-gray-base {
  background-color: #161F25;
  color: #8b8f92;
  text-align: center;
}

.header-gray-darker {
  background-color: #334755;
  color: #99a3aa;
  text-align: center;
}

.header-gray-dark {
  background-color: #466275;
  color: #a2b0ba;
  text-align: center;
}

.header-gray {
  background-color: #597d95;
  color: #acbeca;
  text-align: center;
}

.header-gray-light {
  background-color: #7496ac;
  color: #bacad6;
  text-align: center;
}

.header-gray-lighter {
  background-color: #d4dee5;
  color: #eaeff2;
  text-align: center;
}

.header-primary {
  background-color: #1B435C;
  color: #8da1ae;
  text-align: center;
}

.header-success {
  background-color: #3e823e;
  color: #9fc19f;
  text-align: center;
}

.header-info {
  background-color: #319FD5;
  color: #98cfea;
  text-align: center;
}

.header-warning {
  background-color: #FF6D09;
  color: #ffb684;
  text-align: center;
}

.header-danger {
  background-color: #B20000;
  color: #d98080;
  text-align: center;
}

.header-primary-light {
  background-color: #5e94b7;
  color: #afcadb;
  text-align: center;
}

.header-primary-lighten {
  background-color: #b6d7ef;
  color: #daebf7;
  text-align: center;
}

.header-brand-primary {
  background-color: #1B435C;
  color: #8da1ae;
  text-align: center;
}

.header-brand-success {
  background-color: #3e823e;
  color: #9fc19f;
  text-align: center;
}

.header-brand-info {
  background-color: #319FD5;
  color: #98cfea;
  text-align: center;
}

.header-brand-warning {
  background-color: #FF6D09;
  color: #ffb684;
  text-align: center;
}

.header-brand-danger {
  background-color: #B20000;
  color: #d98080;
  text-align: center;
}

.header-brand-orange {
  background-color: #F2A031;
  color: #f9d098;
  text-align: center;
}

.header-white {
  background-color: #fff;
  color: white;
  text-align: center;
}

.btn {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.35;
  border-radius: 0.35rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 1.35;
  border-radius: 0.2rem;
}

.btn-gray-base {
  background-color: #161F25;
  border-color: #161F25;
  color: #a2a5a8;
}

.btn-gray-base:hover {
  background-color: #12191e;
  color: #a2a5a8;
}

.btn-gray-darker {
  background-color: #334755;
  border-color: #334755;
  color: #adb5bb;
}

.btn-gray-darker:hover {
  background-color: #283944;
  color: #adb5bb;
}

.btn-gray-dark {
  background-color: #466275;
  border-color: #466275;
  color: #b5c0c8;
}

.btn-gray-dark:hover {
  background-color: #384e5e;
  color: #b5c0c8;
}

.btn-gray {
  background-color: #597d95;
  border-color: #597d95;
  color: #bccbd5;
}

.btn-gray:hover {
  background-color: #476477;
  color: #bccbd5;
}

.btn-gray-light {
  background-color: #7496ac;
  border-color: #7496ac;
  color: #c7d5de;
}

.btn-gray-light:hover {
  background-color: #5d788a;
  color: #c7d5de;
}

.btn-gray-lighter {
  background-color: #d4dee5;
  border-color: #d4dee5;
  color: #eef2f5;
}

.btn-gray-lighter:hover {
  background-color: #aab2b8;
  color: #eef2f5;
}

.btn-primary {
  background-color: #1B435C;
  border-color: #1B435C;
  color: #a4b4be;
}

.btn-primary:hover {
  background-color: #16364a;
  color: #a4b4be;
}

.btn-success {
  background-color: #3e823e;
  border-color: #3e823e;
  color: #b2cdb2;
}

.btn-success:hover {
  background-color: #326832;
  color: #b2cdb2;
}

.btn-info {
  background-color: #319FD5;
  border-color: #319FD5;
  color: #add9ee;
}

.btn-info:hover {
  background-color: #277faa;
  color: #add9ee;
}

.btn-warning {
  background-color: #FF6D09;
  border-color: #FF6D09;
  color: #ffc59d;
}

.btn-warning:hover {
  background-color: #cc5707;
  color: #ffc59d;
}

.btn-danger {
  background-color: #B20000;
  border-color: #B20000;
  color: #e09999;
}

.btn-danger:hover {
  background-color: #8e0000;
  color: #e09999;
}

.btn-primary-light {
  background-color: #5e94b7;
  border-color: #5e94b7;
  color: #bfd4e2;
}

.btn-primary-light:hover {
  background-color: #4b7692;
  color: #bfd4e2;
}

.btn-primary-lighten {
  background-color: #b6d7ef;
  border-color: #b6d7ef;
  color: #e2eff9;
}

.btn-primary-lighten:hover {
  background-color: #91acc0;
  color: #e2eff9;
}

.btn-brand-primary {
  background-color: #1B435C;
  border-color: #1B435C;
  color: #a4b4be;
}

.btn-brand-primary:hover {
  background-color: #16364a;
  color: #a4b4be;
}

.btn-brand-success {
  background-color: #3e823e;
  border-color: #3e823e;
  color: #b2cdb2;
}

.btn-brand-success:hover {
  background-color: #326832;
  color: #b2cdb2;
}

.btn-brand-info {
  background-color: #319FD5;
  border-color: #319FD5;
  color: #add9ee;
}

.btn-brand-info:hover {
  background-color: #277faa;
  color: #add9ee;
}

.btn-brand-warning {
  background-color: #FF6D09;
  border-color: #FF6D09;
  color: #ffc59d;
}

.btn-brand-warning:hover {
  background-color: #cc5707;
  color: #ffc59d;
}

.btn-brand-danger {
  background-color: #B20000;
  border-color: #B20000;
  color: #e09999;
}

.btn-brand-danger:hover {
  background-color: #8e0000;
  color: #e09999;
}

.btn-brand-orange {
  background-color: #F2A031;
  border-color: #F2A031;
  color: #fad9ad;
}

.btn-brand-orange:hover {
  background-color: #c28027;
  color: #fad9ad;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: white;
}

.btn-white:hover {
  background-color: #cccccc;
  color: white;
}

.btn-link {
  color: #1b435c;
}

.btn-default {
  color: #334755;
  background-color: #d4dee5;
  border-color: #7496ac;
}

.btn-default:hover {
  color: #334755;
  background-color: #b4c6d2;
  border-color: #55778f;
}

.btn-default.disabled {
  background-color: #d4dee5;
  border-color: #7496ac;
}

.card {
  margin-bottom: 20px;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
}

.card .card-header {
  -webkit-border-top-right-radius: 0.35rem !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0.35rem !important;
  -moz-border-radius-topright: 0.35rem !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-topleft: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0.35rem !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  margin-bottom: 0px;
  font-size: .95rem !important;
}

.dropdown-menu {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #1b435c;
  font-size: 14px;
  padding: 5px 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 1, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 1, 0.25);
  box-shadow: 0px 2px 5px rgba(0, 0, 1, 0.25);
}

.dropdown-menu li:hover {
  background-color: rgba(94, 148, 183, 0.41);
  color: #b6d7ef;
}

.dropdown-menu a {
  color: #b6d7ef;
  padding: 3px 20px;
}

.dropdown-menu a:hover {
  background-color: rgba(94, 148, 183, 0.41);
  color: #b6d7ef;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: -3px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a::after {
  border-left-color: #fff;
}

.dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu > a:hover::after {
  border-left-color: inherit;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
  width: 100%;
}

fieldset legend {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  -webkit-padding-start: 2px;
  -webkit-padding-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  width: auto;
}

form {
  width: 100%;
}

form.form-inline label {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.form-control {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  font-size: inherit;
  font-family: inherit;
  height: 34px;
}

.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control::-ms-input-placeholder {
  color: #ffffff;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

.input-group-text {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  padding: 0.275rem 0.75rem;
  height: 34px;
}

a {
  color: inherit;
}

.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
}

.nav .open > a {
  background-color: #1b435c;
  border: #fff 0px solid;
}

.nav .open > a:hover, .nav .open > a:focus {
  background-color: #1b435c;
  border: #fff 0px solid;
}

.navbar-nav > .nav-item > a:hover, .navbar-nav > .nav-item > a:focus {
  text-decoration: none;
}

.navbar-nav > .show {
  color: #96c4e0;
  background-color: rgba(94, 148, 183, 0.41);
}

.navbar-nav .nav-item:hover {
  color: #96c4e0;
  background-color: rgba(94, 148, 183, 0.41);
}

.navbar-nav .nav-item .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .dropdown-toggle::after {
  margin-left: 0.2em;
  vertical-align: 0.16em;
}

.navbar-brand {
  margin-right: 0px;
}

.popover {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1px;
  font-size: 0.85em;
  position: fixed;
}

.popover h1, .popover h2, .popover h3, .popover h4, .popover h5, .popover h6 {
  font-size: 1em;
}

.popover-primary .popover-header {
  background-color: #1d5b89;
  color: #ffffff;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.popover-header {
  color: #5e94b7;
  background-color: #1b435c;
  font-size: 1.1em !important;
}

.popover-body {
  background-color: #fff;
}

.popover-body .btn-default {
  color: #334755;
  background-color: #d4dee5;
  border-color: #7496ac;
}

.popover-body .btn-default:hover {
  color: #334755;
  background-color: #b4c6d2;
  border-color: #55778f;
}

table.table-striped tr.odd {
  background-color: #e6ecee;
}

table.table-hover tr:hover {
  background-color: #dde5e8;
}

.navbar-athena {
  background-color: #1b435c;
  font-weight: 300;
  padding: 0px;
}

.navbar-athena img {
  max-height: 50px;
  width: auto;
}

.navbar-athena .navbar-brand {
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 0px;
  padding-right: 15px;
}

.navbar-athena .navbar-text {
  color: #b6d7ef;
}

.navbar-athena .navbar-nav .nav-link {
  color: #b6d7ef;
}

.navbar-athena .navbar-nav > a:hover {
  color: #b6d7ef;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > a:focus {
  color: #b6d7ef;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .active > a {
  color: #b6d7ef !important;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .active > a:hover {
  color: #b6d7ef !important;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .active > a:focus {
  color: #b6d7ef !important;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .disabled > a {
  color: #b6d7ef;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .disabled > a:hover {
  color: #b6d7ef;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav > .disabled > a:focus {
  color: #b6d7ef;
  background-color: rgba(27, 67, 92, 0);
}

.navbar-athena .navbar-nav .dropdown-menu {
  background-color: #1b435c;
  font-size: 14px;
  padding: 5px 0;
  margin-top: 0;
}

.navbar-athena .navbar-nav .dropdown-menu li:hover {
  background-color: rgba(94, 148, 183, 0.41);
  color: #b6d7ef;
}

.navbar-athena .navbar-nav .dropdown-menu a {
  color: #b6d7ef;
  padding: 3px 20px;
}

.navbar-athena .navbar-nav .dropdown-menu a:hover {
  background-color: rgba(94, 148, 183, 0.41);
  color: #b6d7ef;
}

.navbar-athena .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-divider {
  height: 3px;
  margin: 9px 0;
  overflow: hidden;
  background-image: url("images/login-dividerh.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: rgba(229, 229, 229, 0);
  border-top: 0px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #e6ecee !important;
  background-position: top left;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.91rem;
  color: #161f25;
}

.content-title {
  margin-top: 70px;
}

.espacamento-footer {
  height: 110px;
}

#header {
  background-image: url("images/login-dividerh.png");
  background-position: bottom;
  background-repeat: repeat-x;
  padding-right: 0px;
  padding-left: 0px;
  height: 150px;
  margin-bottom: 10px;
}

#row-header {
  margin-top: 10px;
}

footer {
  background-color: #1b435c !important;
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  height: 100px;
  padding: 20px;
}

#menu-principal {
  margin-bottom: 0px;
  margin-top: 35px;
  position: inherit;
}

#tableDigitacao {
  text-align: center;
  font-size: 85%;
}

#tableDigitacao input[type="text"].form-control {
  width: 40px;
  margin: auto;
  font-size: inherit;
}

#tableNiveis {
  text-align: center;
  font-size: 85%;
}

#tableNiveis input[type="text"].form-control {
  margin: auto;
  font-size: inherit;
  padding-left: 2px;
  padding-right: 2px;
}

.input-dados {
  border: none;
  background-color: inherit !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.content-body,
.content-principal {
  margin-bottom: 150px !important;
}

.content-principal {
  background-color: #fff;
  margin: 10px 10px 100px 10px;
  padding: 10px 10px 10px 10px;
  width: auto;
}

.content-modulos {
  margin-top: 75px;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
}

.primary {
  color: #1d5b89;
}

.primary-light {
  color: #5e94b7;
}

.danger {
  color: #b20000;
}

.form-horizontal .form-group {
  margin: 15px auto !important;
}

#container-login {
  padding-top: 80px;
  margin-bottom: 125px;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  padding: 0.75rem 0.75rem;
}

.form-label-group input::-webkit-input-placeholder, .form-label-group input:-ms-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder, .form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #8fabb4;
}

.form-label-group label {
  padding: 0.75rem 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #8fabb4;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all 0.1s ease-in-out;
}

.container-sistema {
  padding: 0px 0px 0px 0px;
  max-width: inherit;
}

.escola-info {
  font-size: 1.12rem;
  margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
}

div.mapa-lote {
  max-width: 42px;
}
