a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*background: #1459CC;*/
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom Styles
-------------------------------------------------- */
.logo{
    height: 400px;
    width: 400px;
}

#newspaper
{
  column-count: 3;
}

/* navbar */
.sidebar {
    height: 100vh;
    background: linear-gradient( rgba(0, 164, 253), rgba(0, 164, 253, 0.9)), url(../images/LTS.jpg);
    /*linear-gradient(rgba(20, 87, 204), rgba(3, 33, 85, 0.9)), url(../images/LTS.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 7px 25px rgb(20, 89, 204);
}

.bottom-border {
    border-bottom: 1px groove #eee
}

.sidebar-link {
    transition: all .4s;
}

.sidebar-link:hover {
    background-color: rgb(11, 49, 114);
    border-radius: 5px;
}

.logout-link {
    background-color: rgb(11, 49, 114, 0.5);
    border-radius: 5px;
}

.logout-link:hover {
    background-color: rgb(11, 49, 114);
}

.active-item {
    background-color: rgb(31, 113, 255);
    border-radius: 7px;
    box-shadow: 2px 5px 10px #111;
    transition: all .3s;
}

.active-item:hover {
    background-color: #eee;
    border-radius: 7px;
    box-shadow: 2px 5px 20px #111;
    /*transition: translateY(-1px);*/
}

.top-navbar {
    background: linear-gradient( rgba(0, 164, 253), rgba(0, 164, 253));
    /*linear-gradient(#1457cc, rgba(20, 87, 204));*/
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

@media (max-width: 768px) {
    .sidebar {
        position: static;
        height: auto;
    }

    .top-navbar {
        position: static;
    }
}
/* end of navbar */

/* login */
.login-body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ebebeb;
}

.login-card {
    box-shadow: 1px 2px 5px #999;
    transition: all .4s;
}

.login-card:hover {
        box-shadow: 2px 3px 15px #999;
        transform: translateY(-1px)
    }

.login-bg {
    background: rgba(0, 164, 253);
    /*#1457cc; #00A4FD*/
}
/* end of login */

/* cards */
.card-common {
    box-shadow: 1px 2px 5px #999;
    transition: all .4s;
}

.card-common:hover {
    box-shadow: 2px 3px 15px #999;
    transform: translateY(-1px);
}
/* end of cards */

/* drag and drop */
#dropZone.dragover {
    color: #999;
    border-color: #999;
}
/* end of drag and drop*/

/* selection in tables */
.selected {
    background-color: #ccc;
    color: #555;
}

#upload-status {
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.included {
    font-weight: bold;
}

.deselected {
    background-color: lightcoral;
}

/* end of drag and drop*/