@import 'third/bootstrap.css';
:root {
  --brand-color: #0076bd;
}

.btn:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
.btn.btn-primary {
  background: #0076bd;
  color: white;
}
.btn.btn-primary:hover {
  background: rgb(0, 70.2380952381, 112.5);
  border-color: rgb(36, 172.7301587302, 255);
}
.btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: rgb(0, 70.2380952381, 112.5);
  border-color: #0076bd;
  box-shadow: none;
}
.btn.btn-add {
  float: right;
  width: 100px;
  background-color: #0076bd;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 2px;
}
.btn.darkred, .btn.btn-delete {
  color: darkred;
}
.btn.btn-secondary {
  background: #f7f7f8;
  color: #000;
  margin: 0 15px 15px 0;
  border-color: #ededee;
}
.btn.btn-secondary:hover {
  background: hsl(240, 2.8571428571%, 113.137254902%);
  border-color: hsl(240, 2.8571428571%, 133.137254902%);
}
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: hsl(240, 2.8571428571%, 113.137254902%);
  border-color: hsl(240, 2.8571428571%, 133.137254902%);
  box-shadow: none;
}
.btn.btn-secondary.btn-remove {
  margin-top: 9px;
}

/***************************** form ***********************/
form {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  margin: 15px auto;
  border-radius: 1% 1%;
  padding: 30px;
}
form .checkbox-input {
  margin-left: 1.25rem;
}
form input[type=checkbox].input-error + label.checkbox,
form input[type=checkbox].input-error + label.checkbox p {
  color: red !important;
}
form .input-error {
  border: 1px solid red !important;
}
form .form-select-control:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
form .form-control:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5; /* Firefox */
}
form .form-control:-ms-input-placeholder, form .form-control::-ms-input-placeholder {
  opacity: 0.5; /* Firefox */
}
form .form-check-label {
  margin-top: 30px;
  margin-bottom: 15px;
}
form .visibility-label {
  font-weight: bold;
  margin-bottom: 0;
}
form div.title {
  font-weight: bold;
}
form div.trackerinfo {
  margin-top: 30px;
}

form#partner,
form#document,
form#animal,
form#register-form,
form#tracker-form {
  width: 70%;
}
form#partner .form-control:focus,
form#document .form-control:focus,
form#animal .form-control:focus,
form#register-form .form-control:focus,
form#tracker-form .form-control:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
form#partner .form-control-season,
form#document .form-control-season,
form#animal .form-control-season,
form#register-form .form-control-season,
form#tracker-form .form-control-season {
  margin-right: 15px;
}
form#partner .form-control-season:focus,
form#document .form-control-season:focus,
form#animal .form-control-season:focus,
form#register-form .form-control-season:focus,
form#tracker-form .form-control-season:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
form#partner .form-select-control:focus,
form#document .form-select-control:focus,
form#animal .form-select-control:focus,
form#register-form .form-select-control:focus,
form#tracker-form .form-select-control:focus {
  border-color: rgb(177.896, 215.816, 253.104);
  box-shadow: 0 0 0 0.2rem rgb(0, 6.5555555556, 10.5);
}
form#partner label,
form#document label,
form#animal label,
form#register-form label,
form#tracker-form label {
  width: 430px;
}
form#partner .input-error,
form#document .input-error,
form#animal .input-error,
form#register-form .input-error,
form#tracker-form .input-error {
  border: 1px solid red !important;
}
form#partner label + ul,
form#document label + ul,
form#animal label + ul,
form#register-form label + ul,
form#tracker-form label + ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
form#partner label + ul > li,
form#document label + ul > li,
form#animal label + ul > li,
form#register-form label + ul > li,
form#tracker-form label + ul > li {
  color: red;
  font-size: 0.8rem;
}
form#partner fieldset.huntingseasonfieldset + ul,
form#document fieldset.huntingseasonfieldset + ul,
form#animal fieldset.huntingseasonfieldset + ul,
form#register-form fieldset.huntingseasonfieldset + ul,
form#tracker-form fieldset.huntingseasonfieldset + ul {
  display: none;
  list-style: none;
  border: 1px solid red;
  background-color: #FFF2F2;
  padding: 4px;
  z-index: 1000;
  font-size: 10px;
  color: red;
}
form#partner .huntingseasonfieldset ul,
form#document .huntingseasonfieldset ul,
form#animal .huntingseasonfieldset ul,
form#register-form .huntingseasonfieldset ul,
form#tracker-form .huntingseasonfieldset ul {
  display: none;
  list-style: none;
  border: 1px solid red;
  background-color: #FFF2F2;
  padding: 4px;
  z-index: 1000;
  font-size: 10px;
  color: red;
}

/***************************** login form ***********************/
.login-form {
  width: 340px;
  margin: 50px auto;
}
.login-form h2 {
  margin: 0 0 15px;
}
.login-form .form-control {
  min-height: 38px;
  border-radius: 2px;
}
.login-form .btn {
  min-height: 38px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
}
body h2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.page-container {
  margin-top: 30px;
  margin-bottom: 100px;
  min-height: 950px;
}

.container {
  max-width: 1700px;
}

#content-wrap {
  padding-bottom: 2.5rem; /* Footer height */
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0076bd;
  padding-top: 25px;
  min-height: 5em;
  color: white;
  font-size: small;
}
#footer a {
  color: white !important;
}

.side-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.side-padding-20 {
  max-width: 1700px;
}

.navbar {
  height: 80px;
}
.navbar .navbar-nav .nav-link {
  color: #0076bd;
  font-size: 1.3em;
  margin: 2em 2em 0 2em;
  width: 150px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #808080;
}
.navbar .navbar-nav .logo {
  padding: 0.5em 1em;
  margin-top: 25px;
}

/***************************** datatables ***********************/
.dataTables_wrapper {
  width: 100%;
  padding: 15px;
}

table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1,
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(177.896, 215.816, 253.104, 0.02);
}

table.dataTable.display tbody tr.even,
table.dataTable.display tbody tr.even > .sorting_1,
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 6.5555555556, 10.5, 0.05);
}

/*# sourceMappingURL=style.css.map */
