﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/
a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
    margin-bottom: 10.5rem;
    display:grid;
   
}
.contentOnLeftRightMenu {
    max-width: 76%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding:0px;
    /*padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
    position: fixed;
    width: 100%;
    z-index: 10000!important;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* Login page*/

.login-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    /* background-color: #f5f5f5; */
    /* height:100%; */
    width: 100%;
    align-content: center;
    position: absolute;
    z-index:100;
}

.login-title {
    align-self: center;
    padding-bottom: 20px;
}

.login-subtitle {
    align-self: center;
    padding-bottom: 114px;
}

.login-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input {
        margin-bottom: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .form-signin input[type="password"] {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.navbar-secondary {
    background-color: #6c757d;
}

.navbar-success {
    background-color: #28a745;
}

.navbar-info {
    background-color: #17a2b8;
}

.navbar-warning {
    background-color: #ffc107;
}

.navbar-danger {
    background-color: #dc3545;
}

.navbar-lightblue {
    background-color: #3c8dbc;
}

.navbar-navy {
    background-color: #001f3f !important;
}

.navbar-olive {
    background-color: #3d9970;
}

.navbar-lime {
    background-color: #01ff70;
}

.navbar-fuchsia {
    background-color: #f012be;
}

.navbar-maroon {
    background-color: #d81b60;
}

.navbar-blue {
    background-color: #007bff;
}

.navbar-indigo {
    background-color: #6610f2;
}

.navbar-purple {
    background-color: #6f42c1;
}

.navbar-pink {
    background-color: #e83e8c;
}

.navbar-red {
    background-color: #dc3545;
}

.navbar-orange {
    background-color: #fd7e14;
}

.navbar-yellow {
    background-color: #ffc107;
}

.navbar-green {
    background-color: #28a745;
}

.navbar-teal {
    background-color: #20c997;
}

.navbar-cyan {
    background-color: #17a2b8;
}

.navbar-white {
    background-color: #ffffff;
}

.navbar-gray {
    background-color: #6c757d;
}

.navbar-gray-dark {
    background-color: #343a40;
}

.elevation-0 {
    box-shadow: none !important;
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.img-circle {
    border-radius: 50%;
}
.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.3125rem 1.5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}
.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    height: 29px;
    margin-bottom: -.25rem;
    margin-left: .95rem;
    margin-top: -.25rem;
}
img.brand-image.img-circle.elevation-3 {
    height: 29px;
    margin-bottom: -.25rem;
    margin-left: .95rem;
    margin-top: -.25rem;
}
.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}

a.brand-link.navbar-navy {
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width .3s ease-in-out;
    width: 251px;
    z-index: 1035;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #4b545c;
    color: rgba(255,255,255,.8);
}
input {
    text-align: center!important;
}

.animatinShow {
    top: 4rem;
    position: relative;
    animation-name: animatLogLyer;
    animation-duration: 1s;
}

@keyframes animatLogLyer {
    from {
        top: -4rem
    }

    90%,to {
        top: 4rem
    }
}


.btn-grad1 {
    background-image: linear-gradient(to right, #4568DC 0%, #B06AB3 51%, #4568DC 100%);
    /*margin: 10px;*/
    padding: 0.8em 1em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-weight: 500;
}

    .btn-grad1:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


.btn-grad2 {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
    /*margin: 10px;*/
    padding: 0.8em 1em;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-weight: 500;
}

    .btn-grad2:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }




    /* background animation*/

.context {
    width: 100%;
    position: absolute;
    /*top: 50vh;*/
}

    .context h1 {
        text-align: center;
        color: #fff;
        font-size: 50px;
    }


.area {
    background: #4e54c8;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    /*  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);*/
    width: 100%;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.8);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-80.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-16.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 202px;
            height: 200px;
            animation-delay: 4s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-480.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-80.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-16.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(6) {
            left: 5%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-80.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-160.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-16.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(9) {
            left: 85%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
            background: url("/img/iconswhatsapp/icons8-whatsapp-16.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            background: url("/img/iconswhatsapp/icons8-whatsapp-160.png") no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


td.tblcellwidthresponse {
    /*display: table-caption;*/
    word-wrap: break-word;
    max-width: 100%;
    /*word-break: break-word;*/
}
/*tr {
    
}*/

table {
table-layout:fixed;
}
.form-group {
    margin-bottom: 1rem
}

         

