﻿
body 
{
    font-family: "Rubik", "Rubik-Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color:#54667a;
    font-weight:300;
    padding:0px;
    margin:0px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;    
    -webkit-overflow-scrolling:touch;
    font-size:16px;
    line-height:30px;
    height: 100%;
    margin: 0px;
    background-color:#f2f7f8;
}


@media (min-width: 1200px) {
    .container {
        width:80%;
    }

}


.m-t-0 {
    margin-top: 0px !important;
}
.p-t-0 {
    padding-top:0px!important;
}

.m-l-10 {
    margin-left:10px;
}

a 
{
    text-decoration:none;
    /*color:#ff0f7a;*/
}

.vote {
    border:2px solid #ff0f7a;
    border-radius:50px!important;
    width:70px;
    height:70px;
    padding-top:20px;
}

.last-edited li a{
    font-size:90%;
}

.results-item {
     text-decoration: none;
  }

.results-item h3 {
font-size:130%;
padding:0px!important;
margin:0px!important;
}
.results-item>span{
    color:#006621;
    display:block;
}

.results-item p span{
    color:#1a0dab;
}

.results-item i {
    float:right;
}

.results-item p {
    color:#333;
}

.results-item em {
background-color: yellow;
}



.content-body p, .content-body li{
    max-width:98%;
    line-height: 1.75;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
    margin-bottom:30px;
}
h1 {font-size: 250%;font-family: 'Arial', sans-serif; font-weight:bold;line-height:130%}
h2 {font-size: 220%;font-family: 'Arial';font-weight: 600; margin: 25px 0px 25px;line-height:130%;}
h3 {font-size: 150%;font-family: 'Arial';font-weight:600;line-height:130%;margin: 25px 0px 25px;}
h4 {font-size: 130%;font-family: 'Arial';font-weight:600;text-transform: none; line-height:130%;margin: 25px 0px 25px; }
h5 {font-size: 110%;font-weight:600;text-transform: none;  }
p.intro { color:#333; font-size: 1.4em; line-height:1.4em; }


h1, h2, h3, h4, h5
{
    color:#333;
}

.display-inline {
    display: inline;
}


.bordered
{
    border-radius:5px;
}


.text-danger
{
    color:red;
}
.text-success
{
    color:green;
}

li
{
 line-height:25px;
 
}



a:hover 
{
    text-decoration:none;
}

.fa-stack {
    /**/
    color:black;
    text-align:center!important;
    width:100%;
    display:block;

}

a:hover .fa-stack {
    color:#0C5991;
}

a span 
{
    color:#333333;
}

a h4 
{
    padding-bottom:0px;
    margin-bottom:0px;
}

.text-right 
{
     text-align:right;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.clear
{
    clear:both;
}

.text-center
{
    text-align:center;
}

.text-left
{
    text-align:left;
}

.font-white
{
    color:white!important;
}

.block
{
    display:block;
}

.clear 
{
    clear:both;
}    

.well 
{
    margin-bottom:10px;
    padding:10px;
}

.spaced 
{
    margin-top:15px!important;
}

.spaced-30
{
    margin-top:30px!important;
}

.spaced-bottom
{
    margin-bottom:15px!important;
}
.spaced-bottom-50
{
    margin-bottom:50px!important;
}


.bold,
.strong 
{
    font-weight:bold;
}

.block 
{
    display:block;
}

.padded{padding:10px;}
.padded-top-20{padding-top:20px;}
.padded-top-30{padding-top:30px;}
.padded-top-50{padding-top:50px;}
.padded-top-80{padding-top:80px;}
.padded-bottom-50{padding-bottom:50px;}
.padded-bottom-80{padding-bottom:80px;}

.small 
{
    font-size:80%;
}

.required 
{
	color:red!important;
}		

.blank 
{
    background-color:White;
}

.placeholder 
{
    color:#666666!important;
}

.placeholder:focus 
{
    color:Black!important;
}

.inline 
{
    display:inline;
}

.inline-block 
{
    display:inline-block;
}

.help-block 
{
    font-size:80%;
}

.checkbox label 
{
    display:inline-block;
    margin-left:8px;
    margin-bottom:0px;
    
}

.checkbox input[type="checkbox"] ,
.checkbox input[type="radio"] 
{
    margin-top:4px;
}


input[type="checkbox"],
input[type="radio"]
{
    margin:0px;
}

/*
--------------
bootstap */

.brand 
{
    padding-top:5px!important;
    padding-bottom:0px!important;
    font-size:170%!important;
    font-weight:bold!important;
    color:White!important;
}


/*overrides browser and bootstap style for html5 attribute required*/
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus 
{
  color:Black;
  border-color: rgba(82, 168, 236, 0.8)!important;
  outline: 0!important;
  outline: thin dotted \9!important;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)!important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)!important;
}


    /* override bootstrap */ 
input, button, select, textarea , .btn-group>.btn
{
    font-size:10pt!important;
}

.small label, .small input, .small button, .small select, .small textarea , .small .btn-group>.btn 
{
    font-size:8pt!important;
}

.table 
{
    background-color:White;
    color:#515151;
}

.table thead tr td
{
    background-color: #F4F4F7;
    padding: 15px 5px 15px 5px;
    color:#404851;
    border-bottom:1px solid #E4E4E7;
    vertical-align:top;
}

.table-hover tbody tr:hover td, .table tbody tr:hover th {
    background-color:#FFFFE6;
    cursor:pointer;
}

.table-striped th,
.table-striped td {
  border-top: 0px!important;
}

.table-striped-warning tbody > tr:nth-child(odd) > td,
.table-striped-warning tbody > tr:nth-child(odd) > th {
  background-color: rgb(255, 252, 242) !important;
}

.table-striped-warning tbody > tr:nth-child(even) > td,
.table-striped-warning tbody > tr:nth-child(even) > th {
  background-color: rgb(255, 247, 217) !important;
}


.table-fixed 
{
    table-layout: fixed;
}

footer 
{
    margin-top:10px;
    background-color:#2A3333;
    padding:30px;
    font-weight:bold;
    color: #767777;
}



.list-info h5
{
    padding-bottom:0px;
    margin-bottom:0px;
    color:blue;
    
}
.list-info a 
{
    display:block;
    margin-bottom:25px;
}

.list-extra 
{
    background-color:#fafafa;
    padding:10px;
    margin-top:20px;
}

.list-extra ul
{
    list-style:none;
    padding:0px;
    margin:0px;
}

.list-extra li 
{
    margin-bottom:0px!important;
}

.list-extra a 
{
    display:block;
    border-left:1px solid #E7E9EE;
    padding-left:10px;
    padding-bottom:5px;
    padding-top:5px;
}
.list-extra h5
{
    color:#333333!important;
}

.list-extra a:hover
{
    border-left:1px solid #333333;
}

.list-extra-donwload  a
{
    background-image:url(../img/icon/donwload-mini.png);
    background-repeat:no-repeat;
    background-position: left 3px;
    padding-left:30px;
    border-left:0px;
    margin-bottom:10px;
}

.list-extra-donwload  a:hover 
{
    border-left:0px;
}
.list-extra-donwload span
{
    display:block;
    color:#888888;
}

.menu
{
    border-radius:10px;
    padding-bottom:20px;
    padding-left:5px;
    font-size:90%;
}

.menu table tr td {
    vertical-align:top;
}
.menu table tr td img{
    margin-top:3px;
}

.search
{
    padding:10px;
    background-color:white;
    border-radius:5px;
}
.search input {
    font-size:130%!important;
}

.search .glyphicon {
    color:white;
}

.top-icons {
    background-color:white;
}

.top-icons li {

    width:15.8%;
    vertical-align:top;
    padding-right:0px!important;
    padding-left:0px!important;
    text-align:center!important;
}

.top-icons li a {
    color:#a1a1a1;
    /*color:#75F2CE;*/
}

.top-icons li a.selected ,
.top-icons li a.selected span
{
    color:black!important;
}

.bread-crumb 
{
    display:block;
    
    font-size:85%;
    background-color:white;
}



.subtopics li
{
    border-top:1px solid #eaeaea;
}

.subtopics li a span {
    margin-top:10px;
    margin-right:10px;
}

.subtopics li a p
{
    color:Black;
}
.subtopics .col-xs-1 {
    margin-right:20px;
}



.code 
{
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
page-break-inside: avoid;
display: block;
padding: 9.5px;
font-size: 13px;
line-height: 1.1em;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:20px;
}

/* 11/05/2015 - Leonardo - evitar espacamento desnecessario em blocos de codigo */
.code > p
{
    margin-top: 0.6em;
    line-height: 1.1em;
}

.flags
{
    margin-top:20px;
}

[class*='flag-'] 
{
    display:inline-block;
    width:17px;
    height:11px;
    background-image:url(../img/icon/flags.gif);
    margin-right:3px;
}

.flag-en
{
    background-position:0px;
}
.flag-pt
{
    background-position:35px;
    
}

.flag-es
{
    background-position:17px;
}



.search-item h4
{
    text-decoration:underline;
}

.bold-rule
{
    border-top:3px solid #EDEDED;
}

.slim-rule
{
    border-top:1px solid #EDEDED;
}


.text-uppercase
{
    text-transform:uppercase;
}

.text-negative
{
    color:white!important;
}

.text-lightblue
{
    color:#99C3EF;
}

.hideme
{
    opacity:0;
}

.logo
{
    display:block;
    padding:5px;
    padding-bottom:10px;
}

.width1{width: 10%;}
.width2{width: 20%;}
.width3{width: 30%;}
.width4{width: 40%;}
.width5{width: 50%;}
.width6{width: 60%;}
.width7{width: 70%;}
.width8{width: 80%;}
.width9{width: 90%;}
.width10{width: 100%;}

.back1{background-color:#5C9BE5;}
.back2{background-color:#65A1E7;}
.back3{background-color:#317BD2;}
.back4 {background-color:#3C82D5;}
.back5 {background-color:#144F94;}
.back6 {background-color:#20589A;}
.back7 {background-color:#E3F0FF;}
.back8{background-color: #fafafa;}
.back-muted{background-color: #F6F6F6;}

.thumbnail{border: 0px;box-shadow:0px 0px 0px}
.thumbnail img{margin-left:0px;}
.thumbnail p{font-size:11pt;line-height:30px;}
.text-size3x{font-size: 300%;}
.middle{vertical-align: middle!important;}


.no-feature
{
    background-color:#eeeeee;
}

.header
{   
    
    
    background-color:white;
    
}



.dropdown-menu li a {
    font-size:90%;
}

.social-media {
    margin-top:5px;
}

.social-media a {
    font-size:160%;
    color:#cccccc;
}


.fa-stack span {
    font-size:14pt;
    font-weight:bold;
    color:#a1a1a1;
    position:relative;
    top:-6px;
    line-height:5px!important;
}

a .fa-stack:hover span{
color:#0C5991;    
}


.content-body img 
{
    max-width:100%;
}

@media only screen and (min-width : 1025px) {
    .content-body img 
    {
        max-width:80%;   
    }
}

 .content-body img[src*="ecm/"] {
    margin-top:30px;
    margin-bottom:30px;
}

 .content-body img {
     border-radius: 5px;
 }



 @charset "UTF-8";

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.rounded-social-buttons .social-button.pinterest {
  background: #cb2027;
}

.rounded-social-buttons .social-button.pinterest:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.pinterest:hover, .rounded-social-buttons .social-button.pinterest:focus {
  color: #cb2027;
  background: #fefefe;
  border-color: #cb2027;
}

.rounded-social-buttons .social-button.google-plus {
  background: #dd4b39;
}

.rounded-social-buttons .social-button.google-plus:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.google-plus:hover, .rounded-social-buttons .social-button.google-plus:focus {
  color: #dd4b39;
  background: #fefefe;
  border-color: #dd4b39;
}

.rounded-social-buttons .social-button.github {
  background: #000000;
}

.rounded-social-buttons .social-button.github:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.github:hover, .rounded-social-buttons .social-button.github:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.tumblr {
  background: #32506d;
}

.rounded-social-buttons .social-button.tumblr:before {
  font-family: "FontAwesome";
  content: "";
}

.rounded-social-buttons .social-button.tumblr:hover, .rounded-social-buttons .social-button.tumblr:focus {
  color: #32506d;
  background: #fefefe;
  border-color: #32506d;
}





.spinner {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
  display:none;
}

.spinner.show {
    display:block;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.btn-dropdown {
    font-size: 18px !important;
    border-radius: 0px !important;
}

.dropdown-search li a {
    font-size: 130% !important;
    font-weight: 500;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}