﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.hiding {
    display: none;
}

/* pagination
-------------------------------------------------- */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Custom styles
-------------------------------------------------- */

.menu-text {
    font-family: "PT Sans", sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color: rgba(255,255,255,1);
    white-space: nowrap;
}

.menu {
    margin: 0px;
    max-width: 100%;
    width: 100%;
    display: flex;
}

.expandBtn {
    background-color: #fff;
    border: none;
    height: 42px;
    width: 42px;
}

    .expandBtn:before {
        content: "\f106";
        font-family: FontAwesome;
        font-size: 16px;
        cursor: pointer;
    }

.collapseBtn {
    background-color: #fff;
    border: none;
    height: 42px;
    width: 42px;
}

    .collapseBtn:before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 16px;
        cursor: pointer;
    }

#CategoriesArticle, #SubCategoriesArticle, #CategoriesList, #SubCategoriesList {
    display: none;
}

.editBtn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

    .editBtn:before {
        content: "\f044";
        font-family: FontAwesome;
        font-size: 20px;
        cursor: pointer;
    }

.deleteBtn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

    .deleteBtn:before {
        content: "\f1f8";
        font-family: FontAwesome;
        font-size: 20px;
        cursor: pointer;
    }

.checkBtn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

    .checkBtn:before {
        content: "\f046";
        font-family: FontAwesome;
        font-size: 20px;
        cursor: pointer;
    }

.uncheckBtn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

    .uncheckBtn:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 20px;
        cursor: pointer;
    }

/* Search
-------------------------------------------------- */

#FormSearch {
    padding: 20px;
    margin: 0 20px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    display: none;
}

#SearchString {
    display: inline-block;
    width: 50%;
}

#SearchBtn {
    background-color: #fff;
    border: none;
    height: 42px;
    width: 42px;
}

    #SearchBtn:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 16px;
        cursor: pointer;
    }

#SearchExit {
    background-color: #fff;
    border: none;
    height: 42px;
    width: 42px;
}

    #SearchExit:before {
        content: "\f060";
        font-family: FontAwesome;
        font-size: 16px;
        cursor: pointer;
    }