﻿/* 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 */
}

.main-color {
    color: #0F6EB3;
    /*color: #003E7E;*/
}


.content-media-image {
}

.panel-danger > .panel-heading {
    background-color: #306287 !important;
    background-image: none !important;
    color: white !important;
}
.panel-danger {
    border-color: #306287 !important;
}

.form-login{
    padding-bottom:20px;
}

.label-bold{
    display:inline-block;
    padding-top:7px;
    margin-bottom:0px;
    font-weight:bold;
}

.label-normal {
    display: inline-block;
    padding-top: 7px;
    margin-bottom: 0px;
}

label-input {
    border: 1px solid #ccc;
    width: 100%;
    line-height: 1.4;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
}

.tai-khoan label{
    font-weight:normal;
}

.fn-add-anpham {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.view-an-pham {
    table-layout: fixed;
    text-align: justify;
}
.view-an-pham td {
    padding-bottom: 3px;
}
.background-red {
    background-color: rgb(123, 17, 18) !important;
}
.owl-theme-1{
    height:180px;
}
.pdf-view{
    padding-top:5px;
}
.no-data{
    font-style:italic;
    color: gray;
}
.video-item{
    width: 220px !important;
}

.two-lines {
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    margin-bottom: 5px;
}
.tai-lieu{
    background-color: #e5e5e5 !important;
}

.f-nav { /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

#demo-menu {
    /*display: inline-block;*/
}

.owl-next-click{
    position:absolute;
    top: 50%;
    z-index:1000;
}

.owl-prev-click {
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1000;
    margin-right:10px;
}