﻿/* 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. */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif
}


@media (max-width: screen-sm) {
    body {
        font-size: 14px;
    }
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


.panel-title {
    color: #305695;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.button-title {
    font-size: 1.2em;
    margin-bottom: 5px;
    font-weight: bold;
}

.button-title-details {
    font-size: 0.75em;
    margin-bottom: 5px;
    font-weight: bold;
}

.button-description {
    font-size: 0.85em;
}

.btn-custom {
    height: 85px;
    width: 518px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #E4F1FF;
}

#btnVoltar {
    float: left;
    margin-top: 10px;
    visibility: hidden;
}


@media (max-width: 767px) {

    .btn {
        padding-top: 5px;
    }

    .button-title {
        font-size: 0.9em;
    }

    .button-title-details {
        font-size: 0.6em;
        display: block;
        margin-bottom: 0;
    }

    .button-description {
        font-size: 0.6em;
    }

    .btn-custom {
        height: 60px;
        width: 380px;
    }

    #btnVoltar {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.header-inner {
    text-align: center;
    padding-bottom: 10px;
}

.titulo {
    font-size: 1.4em;
    font-size: calc(10px + 1.5vw);
    text-decoration: none;
    padding: 7%;
    padding: 3vw;
}

.overlay {
    opacity: 0.8;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    visibility: hidden;
}

#dropZone div {
    margin-top: 10%;
    color: #000;
    font-size: 72px;
    line-height: 1.33;
    vertical-align: middle;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}


@media(min-width: 776px) {
}

.nav.navbar-nav li {
    padding-left: 2.3vw;
    padding-right: 2.3vw;
}


/*@media(min-width: 992px) {
    .nav.navbar-nav li {
        padding-left: 3em;
        padding-right: 3em;
    }
}*/

.btn-assinar {
    width: 200px;
    height: 120px;
    border-radius: 0;
}

.dynamic-content {
    display: none;
}

#btnAssinatura {
    display: none;
}

.question-mark-icon {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    display: inline-block;
}

.assinar-icon {
    width: 72px;
    height: 72px;
    margin-left: 5px;
    display: inline-block;
}

.file-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 5px;
}

.btn-large {
    width: 630px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

#btn-validar {
    width: 200px;
    height: 120px;
    border-radius: 0;
}

.logo-ggpoc {
    width: 6%;
    height: 6%;
}

.logo-sds {
    width: 7%;
    height: 7%;
}

.logo {
    display: inline-block;
}

.highlight {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    /*background-color: purple;*/
}

.offset {
    margin-right: 106.533px;
}
