﻿/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/


.banner-image
{
    /*     background: url("../images/banner.jpg") 50% 0px no-repeat;          -webkit-background-size: cover !important;     -moz-background-size: cover !important;     -o-background-size: cover !important;     background-size: cover !important;     background-position: 0 0;     background-repeat: no-repeat;     z-index: 1;     position: relative;     background-size: 100% 100% !Important;     */
}


/* Large devices (Large desktops 1200px and up) */
@media (max-width:1000px)
{

    .banner-image
    {
        /*     background: url("../images/banner-sm.jpg");     background-size: 100% 100% !Important; */
    }
}
/* Large devices (Large desktops 1200px and up) */
@media (max-width:501px)
{

    .banner-image
    {
        /*     background: url("../images/banner-xs.jpg") 50% 0px no-repeat;     background-size: 100% 100% !Important; */
    }
}



.translucent-bg.blue:after
{
    background-color: rgb(255, 175, 73);
}

.default-bg.orange
{
    background-color: #090D3A;
}
.default-bg.orange h1
{
    color: #ffffff;
}


.nav-pills > li > a
{
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #7D7D7D;
    color: #090D3A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: white;
}



.translucent-bg:after
{
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.default-bg h1, .default-bg h2, .default-bg h3, .default-bg h4, .default-bg h5, .default-bg h6, .translucent-bg h1, .translucent-bg h2, .translucent-bg h3, .translucent-bg h4, .translucent-bg h5, .translucent-bg h6
{
    color: #000000;
}


.bg-image-3
{
    background: url("../images/mapa.jpg") 50% 0px no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}


.fundoRodape
{
    background-color: #383838;
    color: #ffffff;
    font-size: 12px;
    padding: 20px;
}

.content {
     margin-bottom: 0px;
}

/* CAPTION IMG */
/* ============================================= */
a.thumbnail.with-caption p
{
    display: none;
}

.post-content
{
    background: none repeat scroll 0 0 #FD8F02;
    opacity: 0.5;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    margin-top: 55%;
    padding: 5px;
    padding-left: 10px;
}
.thumbnail
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
img
{
    position: relative;
    margin: 0 auto;
    display: table;
}
.caption
{
    text-align: center;
    color: #FFF !important;
    font-size: large !important;
}

#tabelaListaArquivos .caption, .user-header p{
    text-align: left;
    color: #000 !important;
    /* font-size: large !important; */
}

/* Excelencia LightBox */
/* ================================================================ */

.lightboxMask
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.88);
    display: none;
    padding-top: 20px;
}

.lightboxMask a.thumbnail:hover, .lightboxMask a.thumbnail:focus, .lightboxMask a.thumbnail.active
{
    border-color: #fff;
}

.lightboxMask a:hover
{
    color: #fff;
}

.lightboxMask a.thumbnail
{
    background-color: transparent !important;
    border: 0;
}


.lightboxMask .setas
{
    position: fixed;
    top: 50%;
}
.lightboxMask .setas:hover
{
    cursor: pointer;
}
.lightboxMask .setaleft
{
    left: 0;
}
.lightboxMask .setaright
{
    right: 0;
}
.lightboxMask .fechar
{
    right: 20px;
    top: 20px;
    width: 20px;
}



/* MENU MOBILE */
/* ====================================== */
@media (max-width:767px)
{
    .navbar-default .navbar-collapse
    {
        border-color: #e7e7e7;
        background-color: rgba(0, 0, 0, 0.89);
    }
    
    #navbar-collapse-1{display:none;}
    
    /*
    #btnMenu {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}
#btnMenu {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#btnMenu:hover, #btnMenu:focus {
    background-color: #ddd;
}

#btnMenu .icon-bar {
    background-color: #888;
}
#btnMenu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
#btnMenu .icon-bar + .icon-bar {
    margin-top: 4px;
}
*/

}


/* Texto Banner */


/* Large devices (Large desktops 1200px and up) */
@media (max-width:750px){.banner-caption h1{font-size: 40px;}}
@media (max-width:650px){.banner-caption h1{font-size: 35px;}}
@media (max-width:580px){.banner-caption h1{font-size: 30px;} .colLogo{padding:0 !Important;}}
@media (min-width:1200px){.banner-caption h1{padding-top: 30px;}}
.bannerleft{
    background-color: #D18002;
    position: absolute;
    height: 100%;
    width: 50%;}
.bannerright{
    background-color: #0A0E39;
    position: absolute;
    height: 100%;
    width: 50%;
    right:0;}
    
    
    .error {
    border: 1px solid #B42E2E;
    background-color: #FFF0F0;
    padding: 5px;
    margin-bottom: 10PX;
}
.error p {margin:0;}

.alert {
    margin-bottom: 0px;
}





.alert i{
    margin-right: 5px;
}

.header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 11px 17px;
    font-family: fontAwesome;
    font-size: 20px;
    color: #fff;
}

.navbar-custom-menu
{
    
    position: absolute;
    top: 8px;
    right: 0;
    }
    
    .nav > li > a,.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #fff !important;
    background: transparent !important;
}
.main-sidebar, .left-side {
     padding-top: 0px; 
    /* border-right: 1px solid black; */
     } 
    
    .iconTitle {
    height: 17px;
    vertical-align: inherit;
    display: inline;
}

.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a {
    border-left-color: #3c8dbc;
}
.sidebar-menu>li:hover>a {
    color: #fff;
    background: #1e282c;}
.skin-blue .sidebar-menu>li>a {
    border-left: 3px solid transparent;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a.linkButtonHome p {color:#000;
                    font-family:
'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:
14px}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    /* margin-bottom: 2px; */
}
label{margin-bottom:0;}
.box {
    margin-bottom: 0px;
}.content-wrapper {
 /*    background-color: rgba(236, 240, 245, 0); */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(255, 253, 253);
    color: #000 !Important;
}


@media (max-width: 991px)
{
.fixed-header-on .logo, .fixed-header-on .site-name, .fixed-header-on .site-slogan {
    display: block;
}
}

@media (max-width: 400px)
{
.header .sidebar-toggle {float:none;}
.navbar-custom-menu {position: absolute;top: -5px;right: 0;}
}

@media (max-width: 283px)
{
    
    .logo {margin-right:0;}
}
@media (max-width: 827px)
{
    
    header .container{float:left;width:100%;}
}