/* 
    Created on : 08/05/2014, 14:13:37
    Author     : Laryssa Muniz
*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    vertical-align: baseline;

    font-family: 'Open Sans', sans-serif,Arial !important;
}
html, body{
    padding: 0px;
    margin: 0px;
}

.body{
    overflow-x: hidden;
}

p{
    font-family: Arial, 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    color: #172938 !important;
}

li {
    line-height: 25px;
    margin-bottom: 10px;
}

.title-project{
    color: #FFFFFF;
    font-size: 40px;
    padding: 30px 0;
    float: left;
}
.title-project a{
    color: #FFFFFF;
}
a.link-login, a.link-login:visited, a.link-login:active {
    color: #FFF !important;
}
.title-project a:hover, .title-project a:active, .title-project a:visited{
    color: #FFFFFF;
    text-decoration: underline; 
}
.content{
    width: 960px !important;
    margin: 0 auto;	
}
.container {
    clear:both;
}

.fl{
    float: left !important;
}

.fr{
    float: right;
}

.menu-content{
    background-color: #0E4097;
}
.navbar a{
    color: #2C66CE;
}

.selector-color .descricao{
    //display: block;
    width: auto;
    height: 100%;
}
.calendario-monitor tr td.isvalue{
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.calendario-monitor tr td.isvalue span{
    width: 100%;
    height: 100%;
    display: block;

}

.calendario-monitor tr td{
    font-weight: bold;
}

.datepicker .datepicker-months{
    width: 220px;
}



address {
    display: block;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0px;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0px;
}

.top_text{
    font-family: arial;
    font-size: 400%;
    color: #ffffff;

}

.topo_text{
    width: 1000px;
    height: 100%;
}

.topo_text p{
    margin-top: 0px;
}

.topo {
    background-color: #3A72BC;
    width: 100%;
    color: #FFF;
}
#footer-brasil {
    background: none repeat scroll 0% 0% #0042b1;
    padding: 1em 0px;
    max-width: 100%;
}

.text_indent {
    display: block;
    text-indent: -9999px;
    clear: both;
}

.topo .menu {
    height: 38px;
    width: 100%;
}

#contentarea{
    margin: 30px 0;
}



.navbar .nav > li > a, .navbar .nav > li > a:hover, .navbar .nav > li > a:visited {
    color: #FFFFFF;
    float: none;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    text-shadow: initial;
}
.navbar .nav > li > a:hover {
    float: none;
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #698612;
    border-top-color: #ffffff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #FFFFFF;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: #0e4097;
    color: #ffffff;
    text-decoration: none;
}

a {
    color: #2c67cd;
    text-decoration: none;
}

a:hover, a:focus {
    color: #172938;
    text-decoration: none;
}


.componentheading, .contentheading {
    color: #223449;
    font-size: 1.2em;
    background: url("../img/bg_titulo.jpg") repeat-x;
    text-align: left;
    height: 23px;
    padding: 7px 0 0 6px;
    font-weight: bold;
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #bababa;
    display: block;
    text-transform: uppercase;
}


.contentpagetitle {
    color: #223449;
    font-size: 1em !important;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 980px;
}

.contentpaneopen {
    width: 100%;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    display: block;
}

.img_banner{
    padding-bottom: 10px;
}

div.noticias{
    margin-bottom: 20px;
    overflow: visible;
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

}

.noticias  .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

.folder{
    display: block;
    line-height: 19px;
    padding-left: 42px;
    text-transform: uppercase;
    width: 43px;
    background: url("../img/folder.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
}
blockquote {
    border-left: 5px solid #eeeeee;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 12px 0 0 17px;
    vertical-align: middle;
}

.alert {
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.text-data{
    color: #000;
    font-size: 14px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    text-align: center;

}

.data{
    float: left;
    margin-top: 3px;    
}

.center{
    display: inline-block;
    margin:0 auto;
}

.login{
    float: right;
    margin-top: 3px;
}

.text-topo{
    font-size: 22px;
    color: #0088cc;
    text-align: center;
}

.cb{clear: both;}

.logo-qualigraf{float: left;}

/*.span8{width: 710px !important;}*/

.logo-funceme{
    float: right; 
    height: 80px;
    margin-left: 77px; 
}



.actions{ padding-top: 20px;}

.print-icon, email-icon , edit-icon {padding-right: 10px;}

p img{
    text-align: center !important;
}

.list-title a, .list-title, .list-title a{
    font-size: 13px;
    padding:    10px;
}

.list-title a, .list-date, .list-date a{
    font-size: 13px;
    padding:    10px;
}

#catx{
    border: 1px solid #CCCCCC;
}

#catx td{
    text-align: left !important;
    padding: 10px;
}

#catx .list-title a{
    font-weight: bold;
    color: #666 !important;
}

#catx .list-date{
    font-weight: bold;
    color: #3a87ad;
}

.display-limit, .pagination{
    padding-top: 10px;
    font-size: 13px;
}

.span12 {
    width: 1128px !important;
}
.noticia_detalhes .titulo{
    font-size: 25px;
    margin: 7px 0;
}

.noticia_detalhes{
    border-right: 1px solid #c2c2c2;
    float: left;
    overflow: auto;
    padding: 15px;
    width: 521px;
}

.noticia_detalhes img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: sub;
}

.lista_noticias {
    float: right;
    padding-bottom: 20px;
}

.lista_noticias .active {
    background-color: #25ad6f;
    color: #d9d9d9;
    display: block;
    font-weight: bold;
}


.lista_noticias ul li {
    border-bottom: 1px solid #c2c2c2;
    padding: 15px;
    list-style: none !important;
}

.lista_noticias ul li img {
    float: left;
    margin-right: 10px;
}


.lista_noticias ul li .data_not {
    margin-bottom: 5px;
    color: #333;
    color: #3a87ad;
    font-weight: bold;
    float: left;

}

.lista_noticias .active li h2 {
    color: #f4f4f4 !important;
    font-size: 20px;
    font-weight: bold;
}


.titulo2{
    font-size: 14px;
}


.lista1{
    margin: 0;
}

#barra-brasil {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 40px;
    padding-right: 0;
}


#wrapper-barra-brasil {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


#barra-brasil .brasil-flag {
    border-right: 2px solid #dfdfdf;
    float: left;
    height: 24px;
    padding: 11px 0 6px;
    width: 116px;
}

#barra-brasil .brasil-flag .link-barra {
    background: url("../img/brasil.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
    display: block;
    line-height: 19px;
    padding-left: 42px;
    text-transform: uppercase;
    width: 43px;
}
#barra-brasil .link-barra {
    color: #606060;
}

#barra-brasil .acesso-info {
    border-right: 2px solid #dfdfdf;
    float: left;
    font-size: 11px;
    padding: 0 13px;
}




#barra-brasil .list-item {
    padding: 5px 15px 0 13px !important;
}

#barra-brasil div, #barra-brasil a, #barra-brasil ul, #barra-brasil li {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    padding: 0;
    vertical-align: baseline;
}


.btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3 !important;
    border-image: none !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 4px 12px !important;
}


.downloads {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 1098px;
}

.downloads .lista_menu {
    background-color: #8e8e8e;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cccccc;
    display: block;
    height: 75px;
    padding: 11px 0 10px 10px;
    width: 1098px;
}


.downloads .lista_menu li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}


.downloads .lista_menu li .bg_ativo {
    background-color: #534f4f;
    float: left;
    height: 50px;
    outline: medium none;
    padding: 4px 10px 0;
    width: 155px;
}


.downloads .lista_menu li .bg_ativo a {
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 1em;
    height: 24px;
    padding-bottom: 24px;
    text-decoration: none;
}

.abas {
    background: url("images/downloads/bg_abas.jpg") repeat-x scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
}
.abas .lista_downloads li {
    background: url("../img/downloads/bg_lista_downloads.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    float: left;
    height: 96px;
    margin-bottom: 15px;
    margin-left: 12px;
    list-style: outside none none;
    margin: 0;
    width: 338px;
    margin-top: 15px;
}

.abas .lista_downloads li .dados_download h3 {
    background: url("../img/downloads/seta_amarela.gif") no-repeat scroll 0 4px transparent;
    color: #08a55b;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding-left: 10px;
    width: 200px;
}


.abas .lista_downloads li .dados_download {
    float: left;
    height: 76px;
    padding: 10px;
    width: 248px;
}


.abas .lista_downloads li {
    background: url("../img/downloads/bg_lista_downloads.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    float: left;
    height: 96px;
    margin-bottom: 15px;
    margin-left: 12px;
    width: 338px;

}

.abas .lista_downloads li .icon_download a {
    background: url("../img/downloads/icon_pdf.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: block;
    font-size: 0.8em;
    padding-top: 40px;
    text-align: center;
}

.abas .lista_downloads li .icon_download {
    float: right;
    height: 36px;
    margin-right: 12px;
    padding-top: 25px;
    width: 32px;
}


#abas {
    background: url("../img/downloads/bg_abas.jpg") repeat-x scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
}

.button{
    border: 0;
    background: none;
    font-size: 16px;
    margin-top: 17px;
    color: #666;
    font-weight: bold;
}

.img-dir{
    width: 50px;
    height: 50px;
    border: 0;
    background: url("../img/folder.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
}

#form-rel{
    margin: 0;
}

.img-file{
    width: 50px;
    height: 50px;
    border: 0;
    background: url("../img/icon_media_agenda1.jpg") no-repeat scroll 8px center rgba(0, 0, 0, 0);
}
#box{
    margin: 5px;
    padding: 0;
}


#print  {
    width: 16px;
    height: 16px;
    border: none;
    background: url('../img/printButton.png')  no-repeat scroll 0 0 transparent; 
}

#pdf{
    width: 16px;
    height: 16px;
    border: none;
    background: url('../img/pdf_button.png') no-repeat scroll 0 0 transparent;
}

a #pdf, #print  {
    border: none !important; 
}

#file-search{
    width: 100px;
    height: 100px;
    background: url('../img/file_search.png') no-repeat scroll 0 0 transparent;
}

#logos{
    display: block;
    height: 100px;
    /*background: url('../img/logos.png') no-repeat scroll 0 0 transparent;*/
}

#logo-inmet{
    display: block;
    height: 50px;
    background: url('../img/inmet.png') no-repeat scroll 0 0 transparent;
}

.bs-glyphicons {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;

}

.bs-glyphicons-list {
    list-style: outside none none;
    padding-left: 0;
}

.bs-glyphicons li {
    font-size: 12px;
    width: 100%;
}
.bs-glyphicons li {
    background-color: #f9f9f9;
    float: left;
    font-size: 10px;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
}

.bs-docs-example:after {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px 0;
    color: #9da0a4;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.bs-docs-example {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 39px 19px 14px;
    position: relative;
}

#lgd {
    left: 0px;
    margin: 0px 0;
    padding: 0px;
    position: relative;
    top: -15px;
    width: 100%;
}
#lgd h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}
#lgd h2 {
    font-size: 1em;
    padding-bottom: 5px;
}
#lgd ul {
    float: left;
    font-size: 12px;
    margin: 0 40px 0 0;
    padding: 0;
}
#lgd ul li {
    display: block;
    list-style: outside none none;
    padding-right: 30px;
}
#lgd ul li img {
    padding: 0 6px 0 2px;
}

#box-map{
    margin: 12px 0 0;
    position: relative; 
    margin: 0;
    padding: 0;
}
#nav-animation a{
    width: 10px;
    height: 10px;
    padding: 10px;
    background: #CCC;
    text-indent: -3000px;
    margin-right: 10px;
}

#content{
    border-bottom: 1px solid #d9d9d9;
}

.map {
    top: 0px; 
    left: 0px; 
    display: block;
    z-index: 5;
    opacity: 1; 
    /*  width: 500px; */
    /*height: 500px;*/
}

#img-container {
    float: left;
    margin-left: auto;
    margin-right: auto;
}

#box-label {
    float: left;
}

#bttns {
    float: right;
}


#btns {

    padding-top: 12px;
}

.pause-bttn{

    border: 1px solid #ccc;
    border-radius: 4px;
    height: 16px;
    width: 16px;
    background: url("../img/pause.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.play-bttn{

    border: 1px solid #ccc;
    border-radius: 4px;
    height: 16px;
    width: 16px;
    background: url("../img/play.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

th{
    background: #f1f1f1;
    vertical-align: middle;
    text-align: center !important;
}

.tabela-sig td {
    vertical-align: middle;
    text-align: center !important;
}



/* VIEW ANALISE */

.catalyst-skin-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ContentPane {
    padding: 0;
    vertical-align: top;
}

.DNNEmptyPane {
    width: 0px;
}

.ContentPane2 {
    padding: 0 7px 0 0;
    vertical-align: top;
}

#dnn_ctr520_CurrentDM_currentdm {
    margin-bottom: 10px;
}

.box {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 5px;
}

.box2 {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    background: url("http://droughtmonitor.unl.edu/Styles/Css/Images/ui-bg_glass_25_ce9463_1x400.png") repeat-x 50% 50%;
    -moz-box-shadow: 0px 2px #ccc;
    -webkit-box-shadow: 0px 2px #ccc;
    box-shadow: 0px 2px #ccc;
    margin-bottom: 4px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}

.box2 > h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFF !important;
    text-shadow: #999 0.1em 0.1em !important;
    font-size: 14px !important;
}

.ui-accordion {
    width: 100%;
}

.ui-widget {
    font-family: /*Verdana,*/Arial,sans-serif;
    font-size: 1.0em;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 11pt;
    padding: .5em .5em .5em .7em;
}

#accordion .panel {
    height: 200px;
    overflow: auto;
}

.text-collapse{
    padding: 5px 15px !important;
    font-weight: bold;
    background: #e3e3e3;
    border-radius: 2px;
    color: #333;
    border: 1px solid #e3e3e3;
    display: block;
    margin: 0 0 -1px;
    font-size: 15px;
}

.accordion-inner {
    border-top: 1px solid #e5e5e5;
    padding: 5px 15px;
}

.text-collapse:focus, .text-collapse:hover{
    color: #333!important;
}

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}

.table-bordered{
    border-color: #ddd !important;
}

/*CALENDARIO*/

td.dia , .dia-semana {
    padding: 10px;
}
table.calendario-monitor{
    font-size: 15px;
}
.calendario-monitor .title{
    font-weight: bold;
    background: #CCC;
    text-align: center;
}
.calendario-monitor .responsavel, .calendario-monitor .inicio-periodo, .calendario-monitor .fim-periodo {
    text-transform: uppercase;
    text-align: center;
}
.calendario-monitor {
    text-transform: uppercase;
    width: 100%;

}
.calendario-monitor tr td.dia-numero{
    background-color: #86B6B8;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.calendario-monitor tr.odt{
    background-color: #EEEEEE;
}

.calendario-monitor tr.even{
    background-color: #DADADA;
}
table.calendario-monitor, .calendario-monitor tr, .calendario-monitor tr td{
    border: 0px #FFF;
}

.calendario-monitor tr td{
    padding: 1px 3px;

}
.calendario-monitor tr:hover{
    background-color: #CCC;
}
.calendario-monitor tr td.coleta-dados-indicadores{
    background-color: #4F81BD;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.calendario-monitor tr td.validacao{
    background-color: #FFFF00;
    text-align: center;
    font-weight: bold;
}

.calendario-monitor tr td.feriado-nacional-ou-fds{
    background-color: #666;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.calendario-monitor tr td.feriado-estadual{
    background-color:#C5990E;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}


.calendario-monitor tr td.desenho{
    background-color: #FF6633;
    font-weight: bold;
    color: #FFF;
    text-align: center
}

.calendario-monitor tr td.reuniao-lideranca{
    background-color: #8F503B;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.calendario-monitor tr td.publicacao{
    background-color: #0C9C23;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.color-span{
    display: block;
    float: left;
    height: 20px;
    margin: 0px;
    margin-right: 10px;
    width: 20px;
}

.color-coleta-dados{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #4F81BD;
}
.color-desenho{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #FF6633;
}
.color-reuniao{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #8F503B;
}
.color-validacao{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #FFFF00;
}
.color-publicacao{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #0C9C23;
}
.color-feriado-estadual{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #666666;
}
.color-feriado-nacional{
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin-right: 10px;
    background-color: #C5990E;

}

.navbar .link-top .caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
    color: #ffffff;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    top: 10px;
    vertical-align: top;
    width: 0;
}


.parceiros{
    clear: both;
    display: block;
    height: 150px;
    width: 100%;
}
.parceiros .img{
    float: left;
    margin-right: 30px;
    width: auto;
}

.parceiros .img img{
    height: 60px !important;
    width: auto !important;
}


.box-group .title-type {
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    padding-bottom: 5px;
}

.bs-docs-sidebar-image{
    width: 70%;
    float: left;
}
.bs-docs-sidebar{
    width: 30%;
    float: left;
}


.content-two-bar-left{
    width: 50%;
    float: left;
}

.content-two-bar-right{
    width: 50%;
    float: right;
}
#barraana{
    overflow: hidden;
}
#footer{
    background-color: #3a72bc;
    border-top: 5px solid #0e4097;
    color: #ffffff;
    padding: 20px;
    text-align: inherit;
}
#footer p, #footer a{
    color: #ffffff !important;
}
.clear-both{
    clear: both;
}

#footer-content .colluns{
    width: 33.3%;
    display: block;
    float: left;
    height: auto;
}
#footer-content .colluns ul, #footer-content .colluns ul li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#footer-content .content-colluns{
    clear: both;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
#footer-content .description{
    line-height: 50px;
}
#footer-content .img-func{
    float:left;
    margin-right: 20px;
    
}


/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
    .title-project{
        text-align: center;
        float: none;
    }
    .content-two-bar-right,
    .content-two-bar-left{
        width: 100%;
        clear: both;
        text-align: center;
    }
    
    .comparacao .content-two-bar-right,
    .comparacao .content-two-bar-left{
        text-align: center;
    }
    
    
    .content-two-bar-right select,
    .content-two-bar-left select{
        border: 1px solid #ccc;
        height: 40px;
        margin: 10px;
        padding: 5px;
    }
    
    #contentarea{
        width: 80%;
        margin: 0 auto;
    }
    #accordion2{
        clear: both;
    }
    .analise-box, 
    .bs-docs-sidebar-image,
    .bs-docs-sidebar{
        width: 100%;
    }
    .container{
        width: 100%;
    }
    .navbar .nav, .navbar .nav > li{
        float:none;
        width: 100%;
    }
    .navbar .nav > li{
        background: #2f51a8 none repeat scroll 0 0;
        border-top: 1px solid #0e4097;
    }
    .navbar .nav > li .caret{
        display: none;
    }

    .navbar .nav > li > ul > li{
        padding-left: 20px;
        border-top: 1px solid #0e4097;
    }
    .nav-collapse.collapse{
        display: block;
        float: left;
        height: 0;
        margin: 0px 0 10px 0;
        overflow: hidden;
        width: 100%;
    }
    .dropdown-menu{
        background-color: transparent;
        border-image: none;
        border: 0;
        border-radius: 0;
        box-shadow: 0 0 0;
        display: block;
        float: none;
        position: inherit;
    }
    .dropdown-menu li a{
        color: #FFF;
    }
    .navbar .nav > li > .dropdown-menu::after, .navbar .nav > li > .dropdown-menu::before {
        border: 0px;
    }

    .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled]{
        background: transparent;
    }
    .navbar .btn-navbar, .navbar .btn-navbar:hover, .navbar .btn-navbar:visited, .navbar .btn-navbar:active {
        display: block;
        height: 35px;
        margin: 10px 0 0 0;
        background: #2f51a8;
        border: 0 solid;
        box-shadow: none;
        border-radius: 0 !important;
        border-style: none !important;
    }

    .navbar .btn-navbar .icon-bar{
        box-shadow: 0 0 0;
        height: 3px;
        width: 23px;
    }
    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    #footer-content .colluns{
        width: 100%;
        display: block;
        height: auto;
        float: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container{
        width: 768px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container{
        width: 960px;
    }

}
