﻿/* 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. */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
}


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 */
}
.myNavbar {
    overflow: hidden !important;
    /*background-color: #333 !important;*/
}

.myNavbar a {
        float: left !important;
        font-size: 16px !important;
        color: white !important;
        text-align: center !important;
        padding: 14px 16px !important;
        text-decoration: none !important;
    }

.myDropdown {
    float: left !important;
    overflow: hidden !important;
    margin-left: 20px;
}

.myDropdown .dropbtn {
    font-size: 16px !important;
    border: none !important;
    outline: none !important;
    color: white !important;
    padding: 14px 16px !important;
    background-color: inherit !important;
    font-family: inherit !important;
    margin: 0 !important;
}

.myNavbar a:hover, .myDropdown:hover  .dropbtn {
    background-color: grey !important;
}

.myDropdown-content {
    display: none !important;
    position: absolute !important;
    left: 20px;
    background-color: #e6e6e6 !important;
    min-width: 160px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
    z-index: 99999 !important;
}

.myDropdown-content a {
    float: none !important;
    color: black !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
    text-align: right !important;
}

.myDropdown-content a:hover {
    background-color: #ddd !important;
}

.myDropdown:hover .myDropdown-content {
    display: block !important;
}

.myDropdown .dropbtn i {
    padding-right: 5px !important;
}

.hoverHand {
    cursor: pointer !important;
}

.text-format {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 30px !important;
}
.font-Size-16 {
    font-size: 16px !important;
}
.btn-login a{
    float: left !important;
    overflow: hidden !important;
    margin-left: 20px !important;
    font-size: 20px !important;
    border: none !important;
    outline: none !important;
    color: white !important;
    padding: 14px 16px !important;
    background-color: inherit !important;
    font-family: inherit !important;
    margin: 0 !important;
}
 
hr {
    margin-top: 0 !important
}

.file-download-preview-block {
    width: 200px;
    text-align: center;
    margin: auto;
}
.file-download-preview {
    -ms-opacity: 0.3;
    opacity: 0.3;
}
.file-download-preview:hover {
        -ms-opacity: 0.5;
        opacity: 0.5;
    }
    .file-download-preview img {
        width: 100%;
        height: 100%;
    }
.file-upload-block-title {
    text-align: center;
    margin-top: 20px;
}

.file-upload-block {
    border: 1px dashed;
}
.file-download {
    display: flex;
}
.file-download > div.uploader {
    width: auto
}
    .file-download > div.uploader span.filename {
      
        float: right; 
    }
    .file-download > div.uploader span.action {
        color: gray;
        float: right;
    }

    .border-custom {
        border: 1px solid !important;
    }
.bg-light-custom {
    background-color: #e6e6e6 !important;
    padding: 10px;
}
