﻿/* 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%;
    line-height: 0 !important;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    margin: 10px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*------------------New css--------------------------*/
.help {
    font-size: 11px;
    color: #FF0000;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

#container {
    margin: 0 auto;
    text-align: left;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.container {
    overflow: hidden;
}

.table_style {
    border: 3px solid #666;
    margin: 0px auto;
    margin-bottom: 2px;
    border-collapse: collapse;
}

/*th, td {
    padding: 5px;
}*/
/* Ensure the size of the image fit the container perfectly */
img {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.cropper-bg {
    background-image: none !important;
    display: inline-block;
}

img {
    max-width: 100%;
}

.row,
.photo, .signature {
    overflow: hidden;
}

.col {
    float: left;
}

.col-6 {
    width: 50%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.7%;
}

.col-1 {
    width: 8.3%;
}

.form-control-table {
    padding: 0.275rem .55rem !important;
}

.cropper-modal {
    background-color: #9c6f6f !important;
    border: 1px solid #333;
}
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
h3 {
    font-size: 1rem;
}
h4 {
    font-size: 0.83rem;
}

.w-65 {
    width: 65px !important;
}

.w-250 {
    width: 250px !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-85 {
    width: 85px !important;
}
/*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1rem;
    }

    .w-65 {
        width: 65px !important;
    }

    .w-250 {
        width: 250px !important;
    }

    .w-40 {
        width: 40px !important;
    }

    .w-50 {
        width: 50px !important;
    }

    .w-85 {
        width: 85px !important;
    }
    /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }

    .w-65 {
        width: 65px !important;
    }

    .w-250 {
        width: 250px !important;
    }

    .w-40 {
        width: 40px !important;
    }

    .w-50 {
        width: 50px !important;
    }

    .w-85 {
        width: 85px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h3 {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 2rem;
    }
    .w-65 {
        width: 65px !important;
    }

    .w-250 {
        width: 250px !important;
    }

    .w-40 {
        width: 40px !important;
    }

    .w-50 {
        width: 50px !important;
    }

    .w-85 {
        width: 85px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h3 {
        font-size: 2.0rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .w-10 {
        width: 40% !important;
    }

    .w-5 {
        width: 5% !important;
    }

    .w-65 {
        width: 65px !important;
    }

    .w-250 {
        width: 171px !important;
    }

    .w-40 {
        width: 60px !important;
    }

    .w-50 {
        width: 60px !important;
    }

    .w-85 {
        width: 85px !important;
    }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (min-width: 950px) and (max-width:1100px) {
    h3 {
        font-size: 2.0rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .w-10 {
        width: 40% !important;
    }

    .w-5 {
        width: 5% !important;
    }

    .w-65 {
        width: 65px !important;
    }

    .w-250 {
        width: 250px !important;
    }

    .w-40 {
        width: 40px !important;
    }

    .w-50 {
        width: 50px !important;
    }

    .w-85 {
        width: 85px !important;
    }
}

.form-control {
    border: 1px solid #5f7a94 !important;
}

li {
    line-height: 25px;
}

.field-validation-valid {
    display: none !important;
}

.field-validation-error > span {
    font-family: serif;
    font-size: 15px;
}

.field-validation-error {
    display: block;
    float: right;
    margin-right: 18px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    color: red;
}

    .field-validation-error > span {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .field-validation-error > span::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .field-validation-error:hover span {
        visibility: visible;
        opacity: 1;
    }

.md-accordion > .card {
    border-bottom: 1px solid #dfdfdf !important;
}
.pointer-none {
    pointer-events:none;
    touch-action:none;
}
.datemask {
    position: relative !important;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
}

    .datemask:before {
        position: absolute !important;
        content: attr(value) !important;
        display: inline-block !important;
    }

    .datemask::-webkit-datetime-edit, .datemask::-webkit-inner-spin-button, .datemask::-webkit-clear-button {
        display: none;
    }

    .datemask::-webkit-calendar-picker-indicator {
        position: absolute !important;
        top: 3px;
        right: 0;
        color: black;
        opacity: 1;
    }
label.d-inline {
    cursor:pointer;
}

tfoot {
    display: table-header-group;
}
/*-----------------END NEW CSS--------------*/
