﻿/* 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. */

/*.form {
    background-color: #15172b;
    border-radius: 20px;
    box-sizing: border-box;
    height: 500px;
    padding: 20px;
    width: 320px;
}*/

body {
    font-family: 'Varela Round', sans-serif;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.column {
    float: left;
    width: 25%;
    padding: 10px;
    /*height: 300px;*/ /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

 /*Responsive layout - makes the columns stack on top of each other instead of next to each other*/
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.container {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    /*background-color: transparent;*/
    /*   background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);*/
    /*grid-template-columns: minmax(min-content, 300px) minmax(200px, 1fr) 150px;*/
}

.card {
    /* margin: auto;*/
    float: none;
    margin-bottom: 1%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-size: contain;
    background-color: rgb(219, 228, 235);
    /* backdrop-filter: blur(5px);*/
    border-color: transparent;
    text-align: left;
    border-radius: 12px;
    /* border-width: 1px;
    max-width: 99%;*/
    padding: 2%;
    /* padding-top: 20px;
    padding-bottom: 5px;*/
}

.card-footer {
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}

/*.cardlet {
    margin-bottom: 20px;
    margin-top: 20px;*/
    /*background-image: linear-gradient(to right,#f5f5f5, #f5f5f5);*/
    /*background-size: contain;
    background-color: transparent;
    border: 2px solid #000000;
    text-align: left;
    border-radius: 12px;
    border-width: 1px;
    max-width: 99%;
    padding: 1px;
}*/

.logoimg {
    content: url(../images/iDlogo.jpg);
    max-width: 300px;
    /*  height: 100px;*/
    border: 2px solid #fff;
    margin: 10px;
    /* -moz-box-shadow: 0px 6px 5px #ccc;
    -webkit-box-shadow: 0px 6px 5px #ccc;
    box-shadow: 5px 10px 10px red;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background-color: white;
    padding: 6px
}

/*.idfavimg {
    content: url(../images/iconiD.png);
    max-width: 100px;
    max-height: 100px;
    text-align: center;
    background-color: transparent;
}*/

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #FF0000;
    padding: 5px;
    margin-top: 10px;
}

    input[type='radio']:checked {
        background: red;
    }

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #FF0000;
    padding: 5px;
    margin-top: 10px;
}

    input[type='checkbox']:checked {
        background: red;
    }

.example-open .modal-backdrop {
    background-color: red;
}

h2 {
    text-align: center;
    padding-top: 15px;
}

h3 {
    text-align: left;
    padding: 1px;
    font-size: larger;
}

h4 {
    text-align: center;
    padding: 1px;
}

h5 {
    text-align: center;
    padding: 1px;
}

.btn-primary {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    float: right;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
}

.btn-secondary {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 5px;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
}

.btn-danger {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    float: left;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
    border-color: white;
    border-width: 3px;
}

.btn-success {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    float: right;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
}

.btn-warning {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    float: right;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
}

button {
    font-size: x-large;
    border-radius: 5px;
    transition-duration: 0s;
    width: auto;
    color: white;
    background-color: lightsteelblue;
    border-color: white;
    border-width: 3px;
}

.btn-swal {
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    color: white;
    background-color: lightsteelblue;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 25px;
    border-color: white;
    border-width: 3px;
}

    .btn-swal:hover {
        background-color: dodgerblue;
        color: white;
        border-color: white;
        border-width: 3px;
    }

.btn-danger:hover {
    color: white;
    border-color: white;
    border-width: 3px;
}

.btn-success:hover {
    color: white;
    border-color: white;
    border-width: 3px;
}

.btn-primary:hover {
    color: white;
    border-color: white;
    border-width: 3px;
}

.btn-secondary:hover {
    background-color: dodgerblue;
    color: white;
    border-color: white;
    border-width: 3px;
}

.btn-link {
    font-size:11px;
    font-weight:400;
    border-radius: 5px;
    transition-duration: 0s;
    width: auto;
    color: black;
    background-color: white;
    border-color: whitesmoke;
    border-width: 3px;
    text-transform: uppercase;
    margin: 1px;
    padding: 7px;
}

    .btn-link:hover {
        background-color: dodgerblue;
        color: black;
        border-color: lightsteelblue;
        border-width: 3px;        
    }

select:hover {
    background-image: linear-gradient(to right,#FF0000,to left,#FF0000);
    border-color: lightgrey;
    color: black;
}

select option {
    font-size: large;
}

.input-group-text {
    border-radius: 5px;
    text-align: Center;
    /*border-color: black;*/
    border-width: 1px;
    font-size: larger;
    background-color: white;
}

a {
    background-color: transparent;
}

#Input {
    /*background-image: url('/images/searchicon.png');*/ /* Add a search icon to input */
    background-position: right 0px 0px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: large; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ffffff; /* Add a white border */
    margin-bottom: 20px; /* Add some space below the input */
    margin-top: 20px; /* Add some space above the input */
    border-radius: 25px;
    /*border-color: #000000;*/
    background-color: white;
}

/* table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        color: white;
    }*/

table tr {
    background-color: transparent;
    /*border: 1px;*/
    padding: .15em;
    /* color: black;*/
    font-size: medium;
    font-weight: 400;
}

table th,
table td {
    padding: .625em;
    text-align: left;
    background-color: white;
    overflow-wrap: break-word;
}

table th {
    /*background-color: red;*/
    Color: Black;
    font-size: medium;
    font-weight: 400;
}

@media screen and (max-width: 1000px) {
    table {
        border: 0;
    }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            /*border-bottom: 3px solid #ddd;*/
            display: block;
            margin-bottom: .625em;
        }

        table td {
            /* border-bottom: 1px solid #ddd;*/
            display: block;
            font-size: medium;
            text-align: right;
        }

            table td::before {
                content: attr(data-label);
                float: left;
                font-weight: 400;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

.input-container {
    height: 50px;
    position: relative;
    width: 100%;
    /*   background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);*/
}

.ic1 {
    margin-top: 30px;
}

.ic2 {
    margin-top: 5px;
}

.input {
    background-color: white;
    border-radius: 25px;
    border: 0;
    box-sizing: border-box;
    color: black;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
}

.placeholder {
    color: darkgrey;
    left: 15px;
    line-height: 9px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 5000ms;
    top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(.70);
    color: darkblue;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border: 0;
}

.input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
}

.input:focus ~ .placeholder {
    color: black;
}

input:-moz-read-only { /* For Firefox */
    background-color: lightgrey;
}

input:read-only {
    background-color: lightgrey;
}

/*   .submit {
    background-color: #08d;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    // outline: 0;
    text-align: center;
    width: 100%;
}

    .submit:active {
        background-color: #06b;
    }*/
