﻿/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed|Roboto);
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html,
body,
form {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  padding-top: 50px;
  margin-bottom: 60px;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
img#logo {
  padding: 20px 0 0 0;
  float: left;
  margin: 0 30px 0 0;
}
h3.center {
  font-size: 15px;
  margin: 0 0 0 15.3em;
  color: #468d44;
  font-weight: 400;
  text-align: left;
  width: 25em;
  line-height: 70px;
  min-height: 70px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar {
  display: none;
}
@media (min-height: 960px) and (max-height: 1024px) {
  h3.center {
    padding: 25px 0 0 0;
    font-size: 15px;
    width: 100%;
    margin: 0 0 0 60%;
    color: #08a39b;
    font-weight: 400;
    text-align: center;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-left: 0px;
  font-size: 13px;
}
.main {
  padding: 50px 40px 0 40px;
}
#interno.main {
  padding: 40px 0 40px !important;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  /*margin-bottom: 20px;*/
}
.placeholder img {
  display: inline-block;
}
html {
  position: relative;
  min-height: 100%;
}
#footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
  z-index: 3030;
  position: absolute;
}
.panel-heading {
  text-align: left;
}
.panel-heading i {
  margin: 0 5px 0 0;
}
.panel-heading.box1 {
  background: #468d44 !important;
  color: #ffffff !important;
}
.panel-heading.box2 {
  background: #65c262 !important;
  color: #ffffff !important;
}
.panel-heading.box3 {
  background: #4c7d4a !important;
  color: #ffffff !important;
}
.panel-heading.box4 {
  background: #45a942 !important;
  color: #ffffff !important;
}
.panel-body {
  padding: 10px 10px 0 10px;
}
.panel-body p {
  text-align: left;
  font-size: 12px;
}
.panel-body a:hover {
  color: #45a942;
  text-decoration: none;
}
.panel-body a.more:hover {
  color: x '' !important;
  background: none;
  text-decoration: none;
}
.panel-body hr {
  margin: 5px 0;
}
.panel-body .text-number {
  background: #eeeeee;
  margin: 0 0 10px 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.panel-body .text-number h3 {
  color: #468d44;
  font-size: 18px;
  text-align: right;
  margin: 0;
}
.panel-body .text-number p {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 12px;
  color: #aaaaaa;
  text-align: right;
}
.panel-body .text-number p.number {
  text-align: left;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 50px;
  color: #202020;
  float: left;
}
.media .media-body h4.media-heading {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 5px 0;
  color: #45a942;
}
a.more_button h3 {
  background: #f1f1f1;
  padding: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.divAbsolute {
  position: absolute;
}
.noMargin {
  padding: 0 !important;
  margin: 0 !important;
}
.content-all {
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
.content-all .box-contents {
  width: 100%;
}
.content-all .box-contents ul.boxs {
  float: right;
  display: block;
  position: relative;
  z-index: 999;
}
.content-all .box-contents ul.boxs li {
  width: 550px;
  background: #f7f7f7;
  border: 1px solid #1d7a44;
  margin: 10px 10px 0 0;
  padding: 25px;
}
.content-all .box-contents ul.boxs li span.bold {
  font-weight: bolder;
}
.content-all .box-contents ul.boxs li h1 {
  color: #138543;
  font-size: 20px;
  margin: 0 0 15px 0;
}
.content-all .box-contents ul.boxs li p {
  color: #999999;
  line-height: 120%;
  font-size: 13px;
  text-align: justify;
  margin: 0 0 10px 0;
}
.content-all .box-contents ul.boxs li p.enabled {
  color: #138543 !important;
  margin: 0 0 25px 0;
}
.content-all .box-contents ul.boxs li a {
  background: #15753d;
  padding: 5px 10px;
  margin-top: 15px;
  text-decoration: none;
  color: #ffffff;
}
/*# sourceMappingURL=stylemaster.css.map */