﻿/* Set padding to keep content from hitting the edges */
body {
    font-size: 0.8rem;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/


/* definicoes SEFAZ */

header {
    width: 100%;
    position: relative;
    background-color: #E8E8E8;
    height: 120px
}

    header > .assistant {
        overflow: hidden;
    }

        header > .assistant > ul {
            padding: 10px 0 0 0;
            float: left;
        }

            header > .assistant > ul.periodoEleitoral {
                float: left;
            }

            header > .assistant > ul > li {
                float: left;
                border-left: 1px solid #58585A;
                font: 12px 'Lato';
                font-weight: 700;
                line-height: 12px;
                padding: 0 5px;
            }

                header > .assistant > ul > li.first-child {
                    border-left: none;
                }

                header > .assistant > ul > li > a {
                    color: #58585A;
                }

        header > .assistant > .settingSources {
            padding: 13px 0 14px 8px;
            float: left;
        }

            header > .assistant > .settingSources > a {
                width: 24px;
                height: 24px;
                margin: 0 0 0 1px;
                float: left;
                background-color: #808080;
                transition: background-color 0.5s ease 0s;
            }

                header > .assistant > .settingSources > a.last-child {
                    margin: 0 0 0 5px;
                }

                header > .assistant > .settingSources > a:hover {
                    background-color: #949494;
                }

        header > .assistant > .help {
            padding: 13px 0 14px 8px;
            float: left;
        }

        header > .assistant > .RSS {
            font: 700 14px 'Lato';
            color: #00529F;
            padding: 15px 0 15px 22px;
            transition: opacity 0.5s ease 0s;
        }

        header > .assistant > .help > a {
            width: auto;
            height: 24px;
            margin: 0 0 0 0px;
            padding: 0px 0px 0px 27px;
            float: left;
            background-image: url(../Images/bg.png);
            background-repeat: no-repeat;
            font: 12px 'Lato';
            font-weight: 700;
            color: #00529F;
            line-height: 20px;
            text-decoration: none;
        }

            header > .assistant > .help > a.last-child {
                width: auto;
                margin: 0 0 0 10px;
                padding: 0 0 0 30px;
            }

        header > .assistant > .logoGoverno {
            width: 128px;
            height: 26px;
            margin: 13px 0 5px 0px;
            display: block;
            float: right;
        }

            header > .assistant > .logoGoverno.periodoEleitoral {
                width: 121px;
                height: 72px;
                margin: 2px 0 2px 0;
                display: block;
                float: right;
            }

    /* Menu - Início */
    header > nav {
        margin: 4px auto;
    }

        header > nav ul {
            border-left: 1px solid #CCC;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
        }

            header > nav ul li, .dropdown-menu li {
                border-right: 1px solid #CCC;
                font: 13px 'Montserrat';
                font-weight: 700;
                color: #3F3F3F;
            }

                header > nav ul li:hover {
                    background-color: #e7e7e7;
                }

                header > nav ul li a {
                    color: #3F3F3F;
                    display: inline-block;
                    text-align: center;
                    padding: 10px 25px 10px 25px;
                    line-height: 18px;
                    overflow: hidden;
                }

                    header > nav ul li a:hover, .dropdown-menu li a:hover, .dropdown-menu li a:focus {
                        text-decoration: none;
                    }

/* DEFINICOES SEFAZ 2a parte*/

@media only screen and (max-width : 960px) {

    header > .assistant > .help > a, h2, .col > .box a.video span, .icones {
        background-image: url(../Images/bg_640.png);
    }

    .RSS, .breadcrumb {
        font-size: 12px;
    }

    header {
        min-width: 600px;
        padding-bottom: 0px;
    }

        header > .assistant {
            position: relative;
            padding-bottom: 10px;
        }

            header > .assistant > ul {
                padding: 10px 0 0 1px;
            }

            header > .assistant > .settingSources {
                padding: 20px 0 0 5px;
                clear: left;
            }

            header > .assistant > .help {
                padding: 20px 0 0 10px;
            }

            header > .assistant > .logoGoverno {
                margin: 6px 0px 0 0px;
                position: absolute;
                bottom: 5px;
                right: 0;
            }

/*        header > .barraAzulSuperior {
            background-position: center bottom;
            margin-bottom: 0px;
        }

            header > .barraAzulSuperior h1 {
                font-size: 12px;
                line-height: 20px;
                padding: 28px 0 0 0px;
                max-width: 200px;
            }

                header > .barraAzulSuperior h1 > span {
                    font-size: 20px;
                }*/

    .navbar {
        margin-top: 0px;
    }

    .block {
        width: 594px;
    }

    .content {
        width: 100%;
        padding: 0 0px;
        float: left;
    }

        .content p {
            font-size: 12px;
        }

    h2 {
        height: 40px;
        font-size: 14px;
    }

    table {
        font-size: 12px;
    }

    .navBox > p {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: table;
        table-layout: auto;
        float: none;
    }

        .navbar-nav > li {
            display: table-cell;
            float: none;
            text-align: center;
        }
}

@media (max-width: 770px) {
    .navbar-header {
        display: block;
    }

        .navbar-header > a.navbar-brand {
            color: #3f3f3f;
        }
}

@media only screen and (max-width : 605px) {

    header {
        min-width: 320px;
        padding-bottom: 0px;
    }

        header > .assistant {
            padding-bottom: 5px;
        }

            header > .assistant > ul {
                padding-left: 0px;
            }

                header > .assistant > ul > li {
                    padding: 0px 7px;
                    font-size: 10px;
                }

                    header > .assistant > ul > li.first-child {
                        padding: 0 7px 0 8px
                    }

                    header > .assistant > ul > li.second-child {
                        padding: 0 7px 0 8px;
                        clear: left;
                        border: none
                    }

            header > .assistant > .settingSources {
                display: none
            }

            header > .assistant > .help {
                padding: 10px 0 0 5px;
            }

                header > .assistant > .help > a {
                    padding: 0px 0px 0px 22px;
                    float: none;
                    display: block
                }

                    header > .assistant > .help > a.last-child {
                        width: auto;
                        margin: 0 0 0 0px;
                        padding: 0 0 0 25px;
                    }

            header > .assistant > .logoGoverno {
                width: 104px;
                height: 27px;
                margin: 21px 8px 0 0px;
                position: relative;
                background-image: url(../Images/bg_320.png)
            }

        header > .barraAzulSuperior {
            background-image: none;
            min-height: 95px;
        }

            header > .barraAzulSuperior h1 {
                font-size: 24px;
                line-height: 24px;
                padding: 10px 0 10px 0px;
            }

                header > .barraAzulSuperior h1 > span {
                    font-size: 12px;
                }

            header > .barraAzulSuperior a {
                margin: 0px;
                position: relative;
                z-index: 10;
            }

            header > .barraAzulSuperior .login-info {
                padding: 0;
            }

    .navbar-header {
        display: block;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

    table {
        font-size: 12px;
    }

    .block {
        width: 320px;
    }

    .content {
        padding: 0 0px;
        float: left;
    }

        .content > h2 {
            font-size: 15px;
        }

        .content > p {
            padding-left: 0
        }
}



/* definicoes sefaz 3a parte*/

/* Footer - Início */
footer {
    background-color: #E8E8E8;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}

    footer p {
        font-size: small;
        padding: 5px 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }

        footer p > a {
            color: #0053A0;
        }

    footer .footer-content {
        padding: 45px 0 10px 0
    }
/* Footer - Fim */

#main {
    width: 100%;
    float: left;
}


/* listBullet */
.listBullet li {
    font: 14px 'Lato';
    color: #3F3F3F;
    padding: 3px 20px 6px 20px;
    background: url(../images/bulletAzul.png) left center no-repeat;
}

    .listBullet li a {
        color: #3F3F3F;
    }
/* end:listBullet */

.selo-content {
    height: auto
}

#login-content > div {
    text-align: center;
    padding-top: 80px;
}

    #login-content > div > div {
        margin-left: 200px;
        margin-right: 200px;
    }

        #login-content > div > div > ul {
            list-style: none;
        }

#logoSefazHeader {
    max-width: 100%;
    max-height: 100%
}

#tituloSistema {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sair {
    margin-top: 20px;
    margin-left: 95px;
    margin-right: 32px;
    font-size: 14px;
}

    .sair > a {
        font-size: 14px;
    }

.labelUnidadeAprovadora {
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14px;
}

.comboUnidadeAprovadora {
    margin-top: 10px;
    font-size: 14px;
}

.content {
    min-height: 100%;
}

.menu-color {
    background-color: #343a40;
}

.lblAnoEnvAnal {
    padding-left: 30px;
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.notification {
    margin-left: 350px;
    margin-right: 350px;
    margin-top: -280px;
    margin-bottom: 230px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.notification-error {
    margin-top: 180px;
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 262px;
    text-align: center;
    position: relative;
}

.blank_page {
    margin-top: 422px;
}

#loader {
    border: 16px solid #dcdcdc;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}

    100% {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
    0% {transform: rotate(0deg);}

    100% {transform: rotate(360deg);}
}

#DeferimentoWarning {
    margin: 20px 50px 20px 50px;
    border-radius: 7px;
    border: 3px rgb(0,0,0) solid;
    background: rgb(239,228,176);
    padding: 5px;
    width: auto;
}

.modal {
    display: none;
    position: fixed;    
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,.close:focus
{
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.css-input {
    border-width: 2px;
    border-color: #cccccc;
    padding: 0px;
    font-size: 14px;
    color: #031c99;
    border-style: hidden;
}

.css-input:focus {
    outline: none;
}


