/* 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. */


.box {
    /* width: 400px;
    height: 400px;
    border: 2px solid green;*/
    margin: 10px;
    opacity: 0.9;
}
                
      

.imagem {
    background-image: url('/img/homed.jpg');
    background-color: #fff;
    color: #000;
    background-size: 100%;
}

    .imagem h1 {
        text-shadow: unset;
        color: darkred;
        margin-bottom: 20px;
    }

.logo-avic {
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.iframe-resposata {
    display: none
}

.card-footer button {
    height: 2rem;
    margin: 2px;
    min-width: 200px;
    margin-top: auto;
    margin-bottom: auto;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btnup {
    border: 2px solid #276ba7;
    color: white;
    background-color: #276ba7;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    cursor: pointer;
    min-width: 25px;  
    transition: background-color 0.3s, color 0.3s;
}

.modal-exclusao {
    z-index: 9000;
}

.btnup .input-icone
{
    width:35px;
}
    .btnup i {
        margin: 3px; 
        font-size: 16px;
    }

    .btnup:hover {
        background-color: white;
        color: #4CAF50;
    }

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.banner-doc {
    background-color: #d3d5d4;
      
}

.banner-doc img{
    
   
}


/* CSS */
.button-43 {
    background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 1rem 1.75rem;
    text-decoration: none;
    width: 100%;
    border: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.input::file-selector-button:hover {
    background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}


.validation-summary-errors {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-align: center;
    background-color: yellow;
    padding: 1px 1px;
    color: red;
}

.nota-deb input[type=text],
.nota-deb input[type=number],
.nota-deb input[type=date],
.nota-deb input[type=textarea] {
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
    font-weight: bold;
}



    .nota-deb input[type=text]:focus,
    .nota-deb input[type=number]:focus,
    .nota-deb input[type=date]:focus,
    .nota-deb input[type=textarea]:focus {
        background-color: #cedce1;
        color: black;
        text-transform: uppercase;
    }

.nota-deb div[class^="col-"] {
    padding: calc(6px / 2);
}

.nota-deb .form-group {
    margin: 2px;
}

.input-file-container {
    position: relative;
    width: 225px;
}


.input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}

.input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

    .input-file:hover + .input-file-trigger,
    .input-file:focus + .input-file-trigger,
    .input-file-trigger:hover,
    .input-file-trigger:focus {
        background: #34495E;
        color: #39D2B4;
    }

.file-return {
    margin: 0;
}

    .file-return:not(:empty) {
        margin: 1em 0;
    }

.img-inbox {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%; 
}

.file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

    .file-return:not(:empty):before {
        content: "Selected file: ";
        font-style: normal;
        font-weight: normal;
    }


