﻿/* 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 */
}

/*----------------------------
        Most top info bar
        ----------------------------*/
.most-top-info-wrapper {
    background: #f2f9ee;
    min-height: 41px;
}

    .most-top-info-wrapper ul {
        margin-bottom: 0;
        margin-left: -20px;
    }

        .most-top-info-wrapper ul li {
            display: inline-block;
            position: relative;
            padding-right: 10px;
            margin-right: 6px;
            padding-top: 10px;
            font-size: 14px;
        }

            .most-top-info-wrapper ul li:after {
                content: "";
                position: absolute;
                top: 15px;
                right: 0;
                width: 1px;
                border-right: 1px solid #fff;
                border-left: 1px solid #212a36;
                height: 13px;
            }

            .most-top-info-wrapper ul li:last-child:after {
                display: none;
            }

            .most-top-info-wrapper ul li span {
                margin-right: 10px;
            }

                .most-top-info-wrapper ul li span.icon-map-marker::before {
                    margin-left: -2px;
                }

.top-social-icon-list li a {
    color: #8a929c;
}

.most-top-info-wrapper ul.top-social-icon-list li:after {
    display: none;
}

.top-social-icon-list li a:focus {
    outline: none;
}

.most-top-info-wrapper ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.card-img-top {
    opacity: 0.3;
}

.banner_about_us {
    position: relative;
    min-height: 150px;
}

    .banner_about_us::before {
        content: "";
        background-image: url("/AdminLTE/dist/img/bg_about_texture.jpg"); /* The image used */
        //background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }

    .banner_about_us .content-header {
        padding-top: 45px;
    }

.content-header h1 {
    font-size: 45px;
    text-transform: uppercase;
}

.breadcrumb {
    margin-top: 15px;
}