﻿body {
    font-family: 'Varela Round', sans-serif;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.container {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
}

.card {
    float: none;
    margin: 0 auto;
    background-size: contain;
    background-color: lightgray /*#1d6d86*/;
    border-color: transparent;
    text-align: left;
    border-radius: 12px;
    padding: .5em;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.logoiD {
    content: url('../images/iDLogo.png');
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */

    max-width: 12em;
    border-color: transparent;
    background-color: white;
    border-width: 3px;
    margin: 0.5em;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 8px;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-color: black;
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    margin-top: 10px;
    font-size: large;
}

    input[type='radio']:checked {
        background-image: linear-gradient(#51A9EE, #148BCD);
    }

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid white;
    padding: 5px;
    margin-top: 10px;
    font-size: large;
}

    input[type='checkbox']:checked {
        background-image: linear-gradient(#51A9EE, #148BCD);
    }

.example-open .modal-backdrop {
    background-color: red;
}

.text-left {
    font-size: large;
    color: black;
}

.text-danger {
    text-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    font-size: 18px;
}

.qr {
    font-size: x-large;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

label {
    font-size: x-large;
    color: black;
}

pagename {
    text-shadow: rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    font-size: xx-large;
    color: black;
}


a {
    font-size: larger;
    /*text-transform: uppercase;*/
    color: black;
}

t {
    background-color: transparent;
    font-size: medium;
    float: right;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wt {
    /* background-color: transparent;
    font-size: medium;
    float: right;*/
    color: black;
    /* padding-top: 5px;
    padding-bottom: 5px;*/
}

a:hover {
    color: black;
}

t:hover {
    color: black;
}

li {
    color: black;
}

ol {
    color: black;
}

hr {
    text-shadow: rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    color: black;
    background-color: black;
}

h2 {
    text-align: center;
    padding-top: 15px;
    color: black;
}

h3 {
    text-align: left;
    padding: 1px;
    font-size: larger;
    color: black;
}

h4 {
    text-align: center;
    padding: 1px;
    color: black;
}

h5 {
    text-align: center;
    padding: 1px;
    color: black;
}

.button-container > a {
    width: 45%;
    height: 45%;
    margin: .3em;
}

.btn-secondary {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    background-image: linear-gradient(#51A9EE, #148BCD);
    font-size: 21px;
    transition-duration: 0s;
    width: auto;
    color: white;
    margin: .5em;
    border-radius: 10px;
    border-color: lightgrey;
    border-width: 3px;
    text-transform: uppercase;
}


    .btn-secondary:hover {
        color: black;
        border-color: grey;
        border-width: 3px;
    }

.btn-danger {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    background-image: linear-gradient(#ff0000, #e81717);
    font-size: 21px;
    transition-duration: 0s;
    width: auto;
    color: white;
    margin: .5em;
    border-radius: 10px;
    border-color: lightgrey;
    border-width: 3px;
    text-transform: uppercase;
}

    .btn-danger:hover {
        color: black;
        border-color: grey;
        border-width: 3px;
    }

.btn-success {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    background-image: linear-gradient(#63D471,#00B712);
    font-size: 21px;
    transition-duration: 0s;
    width: auto;
    color: white;
    margin: .5em;
    border-radius: 10px;
    border-color: lightgrey;
    border-width: 3px;
    text-transform: uppercase;
}

    .btn-success:hover {
        color: black;
        border-color: grey;
        border-width: 3px;
    }


.btn-swal {
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.02) 0px 2px 1px, /* Further reduced opacity and blur */
    rgba(0, 0, 0, 0.03) 0px 4px 2px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 8px 4px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 16px 8px, /* Further reduced opacity */
    rgba(0, 0, 0, 0.03) 0px 32px 16px; /* Further reduced opacity */
    background-image: linear-gradient(#51A9EE, #148BCD);
    font-size: x-large;
    transition-duration: 0s;
    width: auto;
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    border-color: white;
    border-width: 3px;
    text-transform: uppercase;
}

    .btn-swal:hover {
        color: black;
        border-color: lightgrey;
        border-width: 3px;
    }

.btn-link {
    font-size: medium;
    font-weight: 400;
    border-radius: 10px;
    transition-duration: 0s;
    width: auto;
    color: black;
    border-color: whitesmoke;
    border-width: 3px;
    text-transform: uppercase;
    margin: 1px;
    padding: .5em;
}

    .btn-link:hover {
        color: dodgerblue;
        border-color: lightgray;
        border-width: 3px;
        background-color: whitesmoke;
    }

select:hover {
    background-image: linear-gradient(to right,#FF0000,to left,#FF0000);
    border-color: lightgrey;
    color: black;
}

select option {
    font-size: x-large;
}

.input-group-text {
    border-radius: 5px;
    text-align: Center;
    border-width: 1px;
    font-size: larger;
    background-color: white;
}

#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: x-large; /* Increase font-size */
    padding: 10px 10px 10px 10px; /* Add some padding */
    border: 1px solid #ffffff; /* Add a white border */
    margin-bottom: 20px; /* Add some space below the input */
    margin-top: 0px; /* Add some space above the input */
    border-radius: 5px;
    background-color: white;
}

.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        color: white;
    }*/

table {
    border-radius: 5px;
}

    table tr {
        background-color: transparent;
        padding: .15em;
        font-size: large;
        font-weight: 400;
    }

    table th,
    table td {
        padding: .625em;
        text-align: left;
        background-color: white;
        overflow-wrap: break-word;
    }

    table th {
        color: black;
        font-size: large;
        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 {
            display: block;
            margin-bottom: .625em;
        }

        table td {
            display: block;
            font-size: large;
            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%;
}

.ic1 {
    margin-top: 30px;
}

.ic2 {
    margin: .5px;
}

.input {
    background-color: white;
    border-radius: 5px;
    border: 0;
    box-sizing: border-box;
    color: black;
    font-size: x-large;
    height: 100%;
    outline: 0;
    padding: 4px 10px 0;
    width: 100%;
}

.placeholder {
    color: darkgrey;
    left: 10px;
    line-height: 9px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 3000ms;
    top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(.80);
    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;
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

/*Client logos*/

.logorr {
    content: url('../images/RR.jpg');
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.09) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    max-width: 4em;
    border-color: transparent;
    background-color: white;
    border-width: 3px;
    margin: .5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 0px;
}

input[readonly] {
    background-color: grey;
}
