html,

.bg-light {
  background:#71abd5!important;
}
.body_login {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.navbar-nav .dropdown-menu {
    background:#eee;
    width: calc(100% + 100px);
}
.navbar-nav .dropdown-menu a, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:visited, .navbar-nav .dropdown-menu a:active {
    color:#71abd5!important;
}


.form-signin,.form-pw {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control, .form-pw .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
nav .active {
  text-decoration: underline;
}
nav a, nav a:active, nav a:hover, nav a:focus{
  color:#fff!important;
  font-weight:bold;
}
input[type=file] {
  padding:3px 0px 0px 3px;
  background:#71abd5;
}
input, select, .custom-file-label {
  margin-bottom:.5rem!important;
}

input:focus, select:focus {
    background:#eee!important;
    box-shadow: 0!important;
}

.btn-primary {
  background:#71abd5;
  border:none;
  font-weight:bold;
}
.btn-primary:active, .btn-primary:focus,.btn-primary:hover {
  background:#71abd5!important;
  text-decoration:underline;
  border:none;
}

.hidden {
  display:none;
}
.alert-success {
  background:#ffcc00!important;
  color:#ffffff!important;
}
.alert-danger {
    color:rgb(47,47,47)!important;
}
.alert-info {
    color:#ffffff!important;
    background:rgb(113,171,213)!important;
}
a, a:hover, a:active, a:visited, a:focus {
  color:#857a79;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
.footer a, .footer a:active, .footer a:hover, .footer a:visited, .footer a:focus {
  color:#fff!important;
  text-decoration:underline;
}
.footer a:hover {
  text-decoration:none!important;
}
.btn-primary {
  color:#fff!important;
  text-decoration:none;
}
.navlogout, .navlogout:hover {
  color:#b52513!important;
}

.navbar-collapse {
  background:#71abd5;
  padding:0 15px 15px 15px;
}
.nav-item {
  font-size:12pt;
  border-bottom:2px solid #f7a600;
  margin-right:5px;
}
.nav-link, .active .nav-link, nav .active {
  text-decoration:none!important;
}
nav .active {
  border-top:2px solid #f7a600;
  border-bottom:2px solid #f7a600;
}

.bodycont {
  min-height:75vh;
}
nav {
  height:10vh;
}
.footer {
  min-height:15vh;
}

/* Container needed to position the button. Adjust the width as needed */
.imagecont {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.imagecont img {
  width: 100%;
  height: auto;
  
}

/* Style the button and place it in the middle of the container/image */
.imagecont .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: none;
  background:#fff!important;
  color:#71abd5!important;
}
.imagecont .btn {
  background:#fff!important;
  color:#71abd5!important;
}

.nav-item > .nav-link.active {
  background:#71abd5;
}

body {
  font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

#table_katego {
  overflow: scroll; cursor: grab; cursor : -o-grab; cursor : -moz-grab; cursor : -webkit-grab;
}