﻿/* 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
-------------------------------------------------- */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: sans-serif;
    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;
}

label {
    font-weight: bold;
}


body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: sans-serif;
}

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


.logo_voll {
    background-image: url(/images/r2-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    white-space: nowrap;
    width: 280px;
    height: 70px;
    border: none;
}



.nav-link[data-toggle]:not(.collapsed):before {
    content: " ▴";
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.btnUpload {
    background-image: url(/images/fileupload-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    white-space: nowrap;
    width: 566px;
    height: 189px;
    border: none;
}

.btnUploadModal {
    background-image: url(/images/fileupload-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    white-space: nowrap;
    width: 480px;
    height: 160px;
    border: none;
}

.btnUploadOnModal {
    background-image: url(/images/fileupload-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    white-space: nowrap;
    min-width: 400px;
    min-height: 150px;
    border: none;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    -ms-opacity: 0;
    opacity: 0;
}

#tblList {
    width: 100%;
}

.categoryButtonMargin {
    margin-top: 32px;
    margin-left: 10px;
}

.table-unstriped > tbody > tr:nth-child(odd) > td,
.table-unstriped > tbody > tr:nth-child(even) > td {
    background-color: white;
}

.tableDetails {
    padding: 1rem;
    border-radius: 25px;
    border: 1px solid black;
}


/* Style the tab buttons */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

    .tablink.active {
        background-color: #1b6ec2;
    }
    /* Change background color of buttons on hover */
    .tablink:hover {
        background-color: #777;
    }

.paragraphNoResullt {
    width: 100%;
}

.right {
    text-align: right;
    margin-right: 1em;
}
.marginTop {
    margin-top:1em;
}

.btn-fab {
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    margin: auto;
    min-width: 40px;
    width: 40px;
    padding: 0;
    position: relative;
    line-height: 2em;
    z-index: 10;
    background: white;
    color: #59779B;
    margin: 10px;
}

.btn-send {
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    margin: auto;
    min-width: 40px;
    width: 40px;
    padding: 0;
    position: relative;
    line-height: 2em;
    z-index: 10;
    background: #42a5f5;
    margin: 10px;
}

.animate-fab {
    transition: all 0.5s;
    transform: rotate(360deg);
}

.bg-grey {
    background-color: lightgrey;
    border-top: 1px solid rgba(0,0,0,.125);
}

.chat {
    font-size: 14px;
    display: inline-grid;
    width: 100%;
}

.message {
    font-size: 16px;
}

.creator {
    font-size: 12px;
    opacity: 0.7;
    font-style: italic;
}

.bubble {
    border-radius: 14px;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    box-shadow: 0 1px 0.5px rgba(0,0,0,.13);
}

.listDiscount {
    font-size: 12px;
}

    .listDiscount > td {
        display: flex;
    }

.tblNPT {
    font-size: 12px;
}

.tableDATNPT {
    font-size: 12px;
    
}
    .tableDATNPT th,
    .tableDATNPT td {
        padding: 0.3rem;
    }
.show-white-space {
    white-space: pre-wrap;
}
#tblList tr {
    cursor: pointer;
}

.tableWrap {
    /*height: 200px;*/
    overflow: auto;

}
/* Set header to stick to the top of the container. */
.tableWrap thead tr th {
    position: sticky;
    top: 0;
}

/* If we use border,
we must use table-collapse to avoid
a slight movement of the header row */
/*.tableWrap table {
    border-collapse: collapse;
}*/

/* Because we must set sticky on th,
 we have to apply background styles here
 rather than on thead */
.tableWrap th {
    padding: 16px;
    padding-left: 15px;
    background: #1b6ec2;
    text-align: left;
    color: #ffffff;
    /* With border-collapse, we must use box-shadow or psuedo elements
  for the header borders */
    /*box-shadow: 0px 0px 0 2px #e8e8e8;*/
}

input[type="radio"] {
    margin-left: 10px;
    border: solid 1px;
}