﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 2.5em;
    padding-right: 2.5em;
    width: 90%;
    margin: 0 auto;
    /*width: 100%;
    max-width: 110em;
    margin: 0 auto;
    padding: 0 2.5em;*/
}

/* 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,
textarea {
    max-width: 280px;
}*/
article, section {
    display: block;
}
/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

/* LOADING OVERLAY */
#loading {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cc0000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.double-text {
    position: absolute;
    bottom: -30px;
    left: -10px;
    color: #fff;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


#header {
    padding: 1em 0 0 0;
}

#header h1 {
    margin-left: 50px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

#header .inner {
    padding: 7px 45px;
}

#header .logo {
    display: block;
    border-bottom: 0;
    color: inherit;
    font-weight: 900;
    letter-spacing: 0.35em;
    margin: 0 0 1em 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

#header .logo > * {
    display: inline-block;
    vertical-align: middle;
}


.iconfw {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

    .iconfw:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

.btn-params, .btn-params:hover {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 26px;
}

.btn-light:focus, btn-light:active {
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    /*box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 50%) !important;*/
}

.btn-light:not(:disabled):not(.disabled):active {
    border: none !important;
}

.wrap-login {
    width: 1024px;
    margin: 15px auto;
}

 .wrap-login .simbolo {
     margin: 65px 0;
     text-align: center;
 }

 .wrap-login .simbolo img {
     width: 300px;
     vertical-align: middle;
 }

 .wrap-login .simbolo div {
     color: #fff;
     vertical-align: middle;
     display: block;
     font-weight: bold;
     font-size: 20px;
     margin: 6px 0;
 }

 .wrap-login #tabelaBoletimInformativo caption {
     caption-side: top;
     text-align: center;
     color: #fff;
     font-weight: bold;
     font-size: 150%;
 }

 .wrap-login #tabelaBoletimInformativo td {
     text-align: left;
     color: #fff;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left: 20px;
     padding-right: 20px;
     cursor: pointer;
 }

 .wrap-login #tabelaBoletimInformativo th {
     color: #fff;
 }

 .wrap-login #infoLicenca {
     color: #fff;
     margin-bottom: 10px;
 }

 .wrap-login #infoLicenca p {
     margin-bottom: 5px
 }

 .wrap-login #licenciadoPara, #dadosLicenca {
     margin-top: 20px
 }


.login-form {
    margin-top: 50px;
}


section.special, article.special {
    text-align: center;
}


#main {
    padding: 0em 0 3em 0;
}

@media screen and (max-width: 736px) {

    #main {
        padding: 0em 0 4em 0;
    }
}



.square {
    position: relative;
    width: 50%;
    margin: 1em 0 0 1em;
    cursor: pointer;
    background-color: #C32F35;
    width: calc(19.4% - 0.7em);
    float: left;
    border-radius: 4px;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}

    .square:hover {
        background: rgb(92,92,92);
        background: radial-gradient(circle, rgba(92,92,92,1) 0%, rgba(79,78,78,1) 49%, rgba(51,51,51,1) 100%);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .square:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .square .content-square .image {
        max-height: 12.5em;
        position: relative;
        display: block;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

    .square .content-square > .image img {
        display: block;
        width: 100%;
    }



    .square .content-square > a {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
        -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
        -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
        transition: background-color 0.5s ease, transform 0.5s ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1em;
        border-radius: 4px;
        border-bottom: 0;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        z-index: 99;
        cursor: pointer;
    }

        .square .content-square > a > :last-child {
            margin: 0;
        }

        .square .content-square > a:hover {
            color: #ffffff !important;
        }

        .square .content-square > a h2 {
            font-size: 1.6em;
            margin: 8px 0;
            font-weight: 600;
        }

        .square .content-square > a .content {
            width: 100%;
            max-height: 0;
            line-height: 1.5;
            margin-top: 0.35em;
            display: none;
            font-size: 0.7em;
        }

            .square .content-square > a .content > :last-child {
                margin-bottom: 0;
            }

        .square .content-square > a .article-icon {
            width: 100%;
            line-height: 1.5;
            opacity: 1;
        }

            .square .content-square > a .article-icon img {
                width: 50% !important;
            }

            .square .content-square > a .article-icon > :last-child {
                margin-bottom: 0;
            }

.content-square {
    position: absolute;
    width: 100%;
    height: 100%;
}

.parceiros {
    width: 100%;
    text-align: center;
}

    .parceiros > img {
        width: calc(15% - 2.5em);
        margin: 2.5em 2em 2em 2.5em;
    }

/* Footer */


.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    color: #fff !important;
    font-size: 18px;
}

    .icon:before {
        color: #fff !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .icon > .label {
        display: none;
        color: #fff !important;
    }

    .icon.style2 {
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
        background-color: transparent;
        border: solid 1px #c9c9c9;
        border-radius: 4px;
        width: 2.65em;
        height: 2.65em;
        display: inline-block;
        text-align: center;
        line-height: 2.65em;
        color: inherit;
        text-decoration: none;
    }

        .icon.style2:before {
            font-size: 1.1em;
        }

        .icon.style2:hover {
            color: #EE2F36;
            border-color: #EE2F36;
        }

        .icon.style2:active {
            background-color: #EE2F36;
        }

#footer {
    padding: 5em 0 6em 0;
    background-color: #1d1d1b;
    text-align: right;
}

    #footer > .inner {
        /*display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;*/
    }

        #footer > .inner > * > :last-child {
            margin-bottom: 0;
        }

        #footer > .inner section:nth-child(1) {
            /*width: calc(66% - 2.5em);*/
            margin-right: 2.5em;
        }

        #footer > .inner section:nth-child(2) {
            width: calc(33% - 2.5em);
            margin-left: 2.5em;
        }

        #footer > .inner .copyright {
            width: 100%;
            padding: 0;
            margin-top: 5em;
            list-style: none;
            font-size: 0.8em;
            color: rgba(88, 88, 88, 0.5);
        }

            #footer > .inner .copyright a {
                color: inherit;
            }

            #footer > .inner .copyright li {
                display: inline-block;
                border-left: solid 1px rgba(88, 88, 88, 0.15);
                line-height: 1;
                padding: 0 0 0 1em;
                margin: 0 0 0 1em;
            }

                #footer > .inner .copyright li:first-child {
                    border-left: 0;
                    padding-left: 0;
                    margin-left: 0;
                }

@media screen and (max-width: 1280px) {

    #footer {
        padding: 5em 0 3em 0;
    }

        #footer > .inner section:nth-child(1) {
            width: calc(66% - 1.25em);
            margin-right: 1.25em;
        }

        #footer > .inner section:nth-child(2) {
            width: calc(33% - 1.25em);
            margin-left: 1.25em;
        }
}

@media screen and (max-width: 980px) {

    #footer > .inner section:nth-child(1) {
        width: 66%;
        margin-right: 0;
    }

    #footer > .inner section:nth-child(2) {
        width: calc(33% - 2.5em);
        margin-left: 2.5em;
    }
}

@media screen and (max-width: 736px) {

    #footer {
        padding: 3em 0 1em 0;
    }

        #footer > .inner {
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            #footer > .inner section:nth-child(1) {
                width: 100%;
                margin-right: 0;
                margin: 3em 0 0 0;
            }

            #footer > .inner section:nth-child(2) {
                -moz-order: -1;
                -webkit-order: -1;
                -ms-order: -1;
                order: -1;
                width: 100%;
                margin-left: 0;
            }

            #footer > .inner .copyright {
                margin-top: 3em;
            }
}

@media screen and (max-width: 480px) {

    #footer > .inner .copyright {
        margin-top: 3em;
    }

        #footer > .inner .copyright li {
            border-left: 0;
            padding-left: 0;
            margin: 0.75em 0 0 0;
            display: block;
            line-height: inherit;
        }

            #footer > .inner .copyright li:first-child {
                margin-top: 0;
            }
}


/* List */
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin: -1em 0 2em -1em;
}

    ul.icons li {
        display: inline-block;
        padding: 1em 0 0 1em;
    }
/*ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

    ol li {
        padding-left: 0.25em;
    }

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

    ul li {
        padding-left: 0.5em;
    }

    ul.alt {
        list-style: none;
        padding-left: 0;
    }

        ul.alt li {
            border-top: solid 1px #c9c9c9;
            padding: 0.5em 0;
        }

            ul.alt li:first-child {
                border-top: 0;
                padding-top: 0;
            }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
        margin: -1em 0 2em -1em;
    }

        ul.icons li {
            display: inline-block;
            padding: 1em 0 0 1em;
        }

    ul.actions {
        cursor: default;
        list-style: none;
        padding-left: 0;
    }

        ul.actions li {
            display: inline-block;
            padding: 0 1em 0 0;
            vertical-align: middle;
        }

            ul.actions li:last-child {
                padding-right: 0;
            }

        ul.actions.small li {
            padding: 0 0.5em 0 0;
        }

        ul.actions.vertical li {
            display: block;
            padding: 1em 0 0 0;
        }

            ul.actions.vertical li:first-child {
                padding-top: 0;
            }

            ul.actions.vertical li > * {
                margin-bottom: 0;
            }

        ul.actions.vertical.small li {
            padding: 0.5em 0 0 0;
        }

            ul.actions.vertical.small li:first-child {
                padding-top: 0;
            }

        ul.actions.fit {
            display: table;
            margin-left: -1em;
            padding: 0;
            table-layout: fixed;
            width: calc(100% + 1em);
        }

            ul.actions.fit li {
                display: table-cell;
                padding: 0 0 0 1em;
            }

                ul.actions.fit li > * {
                    margin-bottom: 0;
                }

            ul.actions.fit.small {
                margin-left: -0.5em;
                width: calc(100% + 0.5em);
            }

                ul.actions.fit.small li {
                    padding: 0 0 0 0.5em;
                }

@media screen and (max-width: 480px) {

    ul.actions {
        margin: 0 0 2em 0;
    }

        ul.actions li {
            padding: 1em 0 0 0;
            display: block;
            text-align: center;
            width: 100%;
        }

            ul.actions li:first-child {
                padding-top: 0;
            }

            ul.actions li > * {
                width: 100%;
                margin: 0 !important;
            }

                ul.actions li > *.icon:before {
                    margin-left: -2em;
                }

        ul.actions.small li {
            padding: 0.5em 0 0 0;
        }

            ul.actions.small li:first-child {
                padding-top: 0;
            }
}

dl {
    margin: 0 0 2em 0;
}

    dl dt {
        display: block;
        font-weight: 900;
        margin: 0 0 1em 0;
    }

    dl dd {
        margin-left: 2em;
    }*/

.modal-content {
    font-size: 14px !important;
    background-color: #333 !important;
}

.datepicker {
    width: 383px !important;
}

div#datepicker {
    width: 383px !important;
    margin: 0 auto 9px !important;
    background: #fff !important;
}

.datepicker table {
    border-collapse: inherit;
    border-spacing: 1px !important;
}

    .datepicker table tr td.active.active {
        background-color: #a50909 !important;
        border-color: #a50909 !important;
        color: #fff !important;
    }

    .datepicker table tr td.today {
        color: #000 !important;
        background-color: #e9e9e9 !important;
        border-color: #a1a1a1 !important;
    }

        .datepicker table tr td.today:hover {
            color: #000 !important;
            background-color: #d5d5d5 !important;
            border-color: #7a7a7a !important;
        }

    .datepicker table tr td {
        background-color: #f7f7f7;
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover {
            background-color: #eee;
            border-color: #eee;
            color: #000;
        }

        .datepicker table tr td span.focused {
            background-color: #a50909;
            border-color: #a50909;
            color: #fff;
        }

.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
    background-color: #f7f7f7 !important;
}

    .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
        background-color: #eee !important;
    }



.datepicker table tr td {
    border-radius: 1px !important;
}
/*.dow {
    color: #fff;
}*/


.multiselect-container .multiselect-option {
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
    background-color: #f7f7f7 !important;
    margin: 2px 0;
}

    .multiselect-container .multiselect-option:hover {
        background-color: #e3e3e3 !important;
    }

    .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
        background-color: #d3d3d3 !important;
    }

.custom-select {
    font-size: 0.9rem !important;
}
