﻿/* 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 */
}

.tableHeader {
    font-size: 25px
}

.urduHeader {
    font-size: 30px
}

.bold {
    font-weight: bold
}

.weight23 {
    font-size: 23px
}

.blueColor {
    color: #0366d6
}

.greenColor {
    color: #3c763d;
}

.redColor {
    color: #e02222;
}

.font20 {
    font-size: 20px
}

.font60 {
    font-size: 60px
}

.Error { /* Internet Explorer 10+ */
    color: #e02222;
}

/*#snoAlertBox {
    position: absolute;
    z-index: 1400;
    top: 2%;
    right: 4%;
    margin: 0px auto;
    text-align: center;
    display: none;
}*/

.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}

.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 45px !important;
}

.select2-results__options {
    font-size: 14px !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select File';
    display: inline-block;
    /*background: linear-gradient(top, #f9f9f9, #e3e3e3);*/
    border: 1px solid #34aadc;
    border-radius: 3px;
    padding: 6px 12px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    background-color: #34aadc;
    border-color: #34aadc;
    font-weight: 300;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.file-input-container {
    min-width: 70%;
}

input[type="file"]:focus {
    outline: none;
}
