﻿@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Istok+Web');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab');

::-webkit-calendar-picker-indicator {
    /*display: none;*/
    color: #F57F20;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font: 14px 'Open Sans', sans-serif;
    /*font: 14px 'Montserrat', sans-serif;*/
    /*font: 14px 'Nunito', sans-serif;*/
    /*font: 14px 'Dosis', sans-serif;*/
    /*font: 14px 'Istok Web', sans-serif;*/
    color: #545555;
    background-color: #f5f8fa;
    background: url(../images/background.jpg);
    line-height: 1;
}

h1 {
    font-size: 30px;
    /*font-size: 2.5rem;*/
}

h2 {
    font-size: 20px;
    /*font-size: 2rem;*/
}

h3 {
    font-size: 18px;
    /*font-size: 1.75rem;*/
}

h4 {
    font-size: 16px;
    /*font-size: 1.5rem;*/
}

h5 {
    font-size: 14px;
    /*font-size: 1.25rem;*/
}

h6 {
    font-size: 12px;
    /*font-size: 1rem;*/
}

iframe {
    width: 100% !important;
    max-height: 100% !important;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

.container-fluid {
    width: 100%;
    margin-top: 85px;
}

.banner {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.body-content {
    margin-top: 85px;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.nav-link {
    width: auto !important;
    color: #545555;
    text-transform: uppercase;
    font: 22px 'Dosis', sans-serif !important;
    margin: 0 4px;
    text-align: center;
}

    .nav-link img {
        margin-top: -10px !important;
    }

.justify-content-end .nav-link {
    margin: 0 1px;
}

.nav-item a:hover, .nav-item a:focus {
    color: #000;
}

.view {
    width: 96%;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 5px);
}

p.up {
    background-image: url(../images/up.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-top: 10px;
    color: #000;
    width: 98%;
    font: inherit;
}

.thumb {
    width: 100%;
    height: 120px;
    text-align: center;
}

.caption {
    cursor: pointer;
}

    .caption:hover {
        background-color: #ECECEC;
    }

.no-background, .no-background:hover {
    background-color: none !important;
}

.link-laranja {
    color: #bf8400;
}

.bg-dark {
    color: #ccc;
    background-color: #555 !important;
}

.laranjaFollow {
    color:#F57F20;
}

.bg-laranjaFollow {
    background-color: #F57F20;
}

.table-dark th {
    /*color: #f3c50c;*/
    color: #F57F20;
    background-color: #555;
}

.table-dark td {
    color: #ccc;
    background-color: #555;
}

.table-noborder th, .table-noborder td {
    border: none !important;
}

td.baixo {
    font-size: 2px;
    padding: 0 5px;
    line-height: 2px;
    height: 2px;
}

    td.baixo hr {
        background: transparent;
        border-bottom: solid 1px #777;
        border-left: none;
        border-right: none;
        border-top: solid 1px #222;
        color: #555;
        height: 1px;
        margin: 0;
        padding: 0;
    }

.input-group-addon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.glass {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 1em 2em;
    font-family: Lato;
    font-weight: 300;
    border: 1px dotted transparent;
    letter-spacing: 0.98pt;
    text-transform: uppercase;
    -webkit-transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
    position: relative;
    background-attachment: fixed, scroll;
    background-size: 100vw 100vh, cover;
    background-position: center center, 0 0;
    background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), -webkit-radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
}

    .glass:hover {
        background-position: -100vw 0, 0 0;
    }

    .glass:active {
        background-position: -75vw 0, 0 0;
        border-style: solid;
    }

.shadow {
    position: relative;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, .6);
    padding: 10px;
}

.rounded {
    border-radius: 0.35rem !important;
}

.transparent {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.text-tab {
    font-size: 16px !important;
    color: #F57F20;
}

.text-warning {
    color: #F57F20 !important;
}

.btn-warning {
    background-color: #F57F20;
    border-color: #F57F20;
    color: white;
}

    .btn-warning:hover {
        background-color:orangered;
        border-color: #F57F20;
        color: white;
    }

footer {
    width: 100% !important;
    padding-bottom: 30px;
    font-size: 14px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #F57F20;
    color:#FFF;
}