   /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

/*my css*/
@font-face {
  font-family: BloggerSans;
  src: url(fonts/Blogger_Sans-Light.otf); }
@font-face {
  font-family: BloggerSansBold;
  src: url(fonts/Blogger_Sans-Medium.otf); }
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fa-regular-400.ttf") format("ttf");
  font-weight: normal;
  font-style: normal; }
/*colors*/
body {
  font-family: BloggerSans !important;
  font-size: 15px !important; }

a {
  color: #848484 !important; }
  a:hover {
    color: #517e53 !important;
    text-decoration: none !important; }

.graphname a {
  text-transform: initial; }
.graphname:first-letter {
  text-transform: uppercase; }

.tooltip.top {
  margin-top: -10px !important; }

.tooltip-inner {
  color: #333 !important;
  background-color: #ebebeb !important;
  border: 1px solid #8080801a;
  padding: 7px !important; }

.tooltip-arrow {
  border-top-color: #efefef !important; }

.alerts {
  margin-top: 3em; }

.error {
  color: red;
  margin-top: 0px; }

.success {
  margin-top: 0px;
  color: #009688; }

/*login*/
.loginContainer {
  position: relative;
  height: 100vh;
  background: #c2ecdb; }
  .loginContainer .center_form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    right: 0;
    transform: translate(-50%, -50%);
    width: 100%; }
    .loginContainer .center_form .form_block {
      padding: 4%;
      background: white;
      border: 1px solid #dad9d9;
      border-radius: 2%; }
      .loginContainer .center_form .form_block .error {
        padding: 3% 0% 0% 0%;
        color: red; }

.admin_nav .container-fluid {
  padding: 0px 0px;
  height: 100%; }
  .admin_nav .container-fluid .in {
    background: beige;
    border-bottom: 1px solid #eaeab5; }

.container {
  padding-left: 30px !important; }
  .container .checkbox_box {
    height: 100px;
    overflow: overlay;
    width: 460px;
    padding: 5px;
    border: 1px solid #a5a5a5;
    display: inline-block; }
  .container input[name="year"] {
    width: 100px; }
  .container input[type="text"] {
    width: 460px;
    display: inline-block; }
  .container textarea {
    width: 460px;
    height: 160px; }
  .container #downloadedFrom {
    height: 30px; }
  .container .block {
    margin-top: 20px;
    clear: both; }
    .container .block .admin_search_box input {
      width: 38%;
      border-width: 1px;
      font-size: 11px; }
    .container .block .form-control {
      overflow-y: scroll !important;
      height: 150px !important;
      width: 460px !important; }
    .container .block .btn-toolbar {
      width: 460px !important; }
  .container .array {
    margin-top: 5px; }
  .container .buttons {
    margin-top: 80px; }
  .container input[type="button"] {
    background: #7bd6b1;
    border: 0;
    color: #ffffff; }
  .container #mandatory {
    color: red;
    padding: 5px;
    display: inline-block; }
  .container .fa-plus-circle {
    color: green;
    cursor: pointer; }
  .container .subtext {
    font-size: 10px; }
  .container .graph .col-md-3 {
    position: relative; }
  .container .help-box {
    padding: 5px;
    color: #349084;
    font-weight: bold;
    cursor: help;
    font-size: 14px;
    vertical-align: middle; }
    .container .help-box .help-text {
      display: none;
      position: absolute;
      background: #d0e6e3;
      padding: 7px;
      color: black;
      vertical-align: middle; }
    .container .help-box:hover .help-text {
      display: inline-block;
      margin-left: 10px;
      font-size: 13px;
      font-weight: normal; }

.input_field {
  height: 4em;
  position: relative;
  padding-bottom: 1em;
  width: 100%; }
  .input_field .icon {
    height: 100%;
    width: 3em;
    line-height: 3em;
    left: 0;
    top: 0;
    text-align: center;
    position: absolute; }
  .input_field input {
    height: 100%;
    width: 100%;
    padding-left: 3.5em;
    border: 0.5px solid #dad9d9; }
  .input_field .login_submit {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    background: #c2ecdb; }
    .input_field .login_submit div {
      line-height: 2;
      font-size: 11px; }

header.container-fluid {
  padding: 15px 0px !important;
  background: #c2ecdb;
  border-bottom: 1px solid #4bac84;
  color: white; }
  header.container-fluid .titlePage {
    color: green; }
  header.container-fluid .user {
    text-align: right;
    color: green; }
  header.container-fluid input {
    background: green;
    color: #c2ecdb;
    border-radius: 0px;
    border: 0;
    text-transform: uppercase;
    margin-left: 20px; }

/*dashboard*/
#researchers,
#reports,
#categories,
#series,
#legislation {
  background: #7bd6b117;
  border-top: 1px solid #7bd6b1; }

#legislation {
  border-bottom: 1px solid #7bd6b1; }

/*id colors*/
.triangleTop {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dae189 transparent;
  text-align: center;
  clear: both;
  margin: 0 auto; }

.triangleBottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: transparent transparent #dae189 transparent;
  text-align: center;
  clear: both;
  margin: 0 auto; }

.triangleLeft {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 5px 2px 0;
  border-color: transparent #007bff transparent transparent; }

.downButton {
  width: 100%;
  text-align: center;
  padding: 5px;
  background: #d7e078;
  color: #517e53; }

/*dimanic color*/
#-L8XEBXT6bEebTS5e6uh .innernav,
#-L8XEBXT6bEebTS5e6uh .cat-cat,
#-L8XEBXT6bEebTS5e6uh .fa-info-square {
  color: #dae189; }
#-L8XEBXT6bEebTS5e6uh .btn-more,
#-L8XEBXT6bEebTS5e6uh .graph_chart {
  background: #d7e078; }
#-L8XEBXT6bEebTS5e6uh .titlePage .small-text a {
  color: #d7e078 !important; }
#-L8XEBXT6bEebTS5e6uh .active {
  color: #dae189 !important; }

#-L8Xucfyj3-kwkk50hvD .active {
  color: #9ABF4C !important; }
#-L8Xucfyj3-kwkk50hvD .innernav,
#-L8Xucfyj3-kwkk50hvD .cat-cat,
#-L8Xucfyj3-kwkk50hvD .fa-info-square {
  color: #9ABF4C; }
#-L8Xucfyj3-kwkk50hvD .icon_box .icon {
  background: #9abf4c;
  color: #ffffff; }
#-L8Xucfyj3-kwkk50hvD .description .small-text {
  color: #9abf4cd4; }
#-L8Xucfyj3-kwkk50hvD .downButton {
  background: #9abf4c;
  color: #ffffff; }
#-L8Xucfyj3-kwkk50hvD .triangleTop {
  border-color: transparent transparent #9abf4c transparent; }
#-L8Xucfyj3-kwkk50hvD .boxImage .img {
  background: #9abf4cd4; }
  #-L8Xucfyj3-kwkk50hvD .boxImage .img .year {
    background: #9abf4cd4; }
#-L8Xucfyj3-kwkk50hvD .titlePage .small-text a {
  color: #9abf4c !important; }
#-L8Xucfyj3-kwkk50hvD .btn-more {
  color: white; }
#-L8Xucfyj3-kwkk50hvD .btn-more,
#-L8Xucfyj3-kwkk50hvD .graph_chart,
#-L8Xucfyj3-kwkk50hvD div[class^="circle-"] .in {
  background: #9ABF4C; }
#-L8Xucfyj3-kwkk50hvD div[class^="circle-"] {
  background: #9abf4cd4; }
#-L8Xucfyj3-kwkk50hvD #social-Fb,
#-L8Xucfyj3-kwkk50hvD #social-Tw {
  color: white !important; }

#-L8XugGZLAcamY0goEUs .active {
  color: #77B04F !important; }
#-L8XugGZLAcamY0goEUs .innernav,
#-L8XugGZLAcamY0goEUs .cat-cat,
#-L8XugGZLAcamY0goEUs .fa-info-square {
  color: #77B04F; }
#-L8XugGZLAcamY0goEUs .icon_box .icon {
  background: #77b04f;
  color: #ffffff; }
#-L8XugGZLAcamY0goEUs .description .small-text {
  color: #77b04fd1; }
#-L8XugGZLAcamY0goEUs .downButton {
  background: #77b04f;
  color: #ffffff; }
#-L8XugGZLAcamY0goEUs .triangleTop {
  border-color: transparent transparent #77b04f transparent; }
#-L8XugGZLAcamY0goEUs .boxImage .img {
  background: #77b04fd1 !important; }
  #-L8XugGZLAcamY0goEUs .boxImage .img .year {
    background: #77b04fd1 !important; }
#-L8XugGZLAcamY0goEUs .titlePage .small-text a {
  color: #77B04F !important; }
#-L8XugGZLAcamY0goEUs .btn-more {
  color: white; }
#-L8XugGZLAcamY0goEUs .btn-more,
#-L8XugGZLAcamY0goEUs .graph_chart,
#-L8XugGZLAcamY0goEUs div[class^="circle-"] .in {
  background: #77B04F; }
#-L8XugGZLAcamY0goEUs div[class^="circle-"] {
  background: #77b04fd1; }
#-L8XugGZLAcamY0goEUs #social-Fb,
#-L8XugGZLAcamY0goEUs #social-Tw {
  color: white !important; }

#-L8Xul73_Q4oPneVPXSv .active {
  color: #4bb163 !important; }
#-L8Xul73_Q4oPneVPXSv .innernav,
#-L8Xul73_Q4oPneVPXSv .cat-cat,
#-L8Xul73_Q4oPneVPXSv .fa-info-square {
  color: #4bb163; }
#-L8Xul73_Q4oPneVPXSv .icon_box .icon {
  background: #4bb163;
  color: #ffffff; }
#-L8Xul73_Q4oPneVPXSv .description .small-text {
  color: #4bb163cf; }
#-L8Xul73_Q4oPneVPXSv .downButton {
  background: #4bb163;
  color: #ffffff; }
#-L8Xul73_Q4oPneVPXSv .triangleTop {
  border-color: transparent transparent #4bb163 transparent; }
#-L8Xul73_Q4oPneVPXSv .boxImage .img {
  background: #4bb163cf; }
  #-L8Xul73_Q4oPneVPXSv .boxImage .img .year {
    background: #4bb163cf; }
#-L8Xul73_Q4oPneVPXSv .titlePage .small-text a {
  color: #4bb163 !important; }
#-L8Xul73_Q4oPneVPXSv .btn-more {
  color: white; }
#-L8Xul73_Q4oPneVPXSv .btn-more,
#-L8Xul73_Q4oPneVPXSv .graph_chart,
#-L8Xul73_Q4oPneVPXSv div[class^="circle-"] .in {
  background: #4bb163; }
#-L8Xul73_Q4oPneVPXSv div[class^="circle-"] {
  background: #77b04fb3; }
#-L8Xul73_Q4oPneVPXSv #social-Fb,
#-L8Xul73_Q4oPneVPXSv #social-Tw {
  color: white !important; }

#-L8Xunz5azTA2UB9zJdU .active {
  color: #47997c !important; }
#-L8Xunz5azTA2UB9zJdU .innernav,
#-L8Xunz5azTA2UB9zJdU .cat-cat,
#-L8Xunz5azTA2UB9zJdU .fa-info-square {
  color: #47997c; }
#-L8Xunz5azTA2UB9zJdU .icon_box .icon {
  background: #47997c;
  color: #ffffff; }
#-L8Xunz5azTA2UB9zJdU .description .small-text {
  color: #47997ccf; }
#-L8Xunz5azTA2UB9zJdU .downButton {
  background: #47997c;
  color: #ffffff; }
#-L8Xunz5azTA2UB9zJdU .triangleTop {
  border-color: transparent transparent #47997c transparent; }
#-L8Xunz5azTA2UB9zJdU .boxImage .img {
  background: #47997ccf; }
  #-L8Xunz5azTA2UB9zJdU .boxImage .img .year {
    background: #47997ccf; }
#-L8Xunz5azTA2UB9zJdU .titlePage .small-text a {
  color: #47997c !important; }
#-L8Xunz5azTA2UB9zJdU .btn-more {
  color: white; }
#-L8Xunz5azTA2UB9zJdU .btn-more,
#-L8Xunz5azTA2UB9zJdU .graph_chart,
#-L8Xunz5azTA2UB9zJdU div[class^="circle-"] .in {
  background: #47997c; }
#-L8Xunz5azTA2UB9zJdU div[class^="circle-"] {
  background: #77b04fb3; }
#-L8Xunz5azTA2UB9zJdU #social-Fb,
#-L8Xunz5azTA2UB9zJdU #social-Tw {
  color: white !important; }

#-L8Xuq7_ERV78xWGIZS8 .active {
  color: #127c4a !important; }
#-L8Xuq7_ERV78xWGIZS8 .innernav,
#-L8Xuq7_ERV78xWGIZS8 .cat-cat,
#-L8Xuq7_ERV78xWGIZS8 .fa-info-square {
  color: #127c4a; }
#-L8Xuq7_ERV78xWGIZS8 .icon_box .icon {
  background: #127c4a;
  color: #ffffff; }
#-L8Xuq7_ERV78xWGIZS8 .description .small-text {
  color: #127c4ad1; }
#-L8Xuq7_ERV78xWGIZS8 .downButton {
  background: #127c4a;
  color: #ffffff; }
#-L8Xuq7_ERV78xWGIZS8 .triangleTop {
  border-color: transparent transparent #127c4a transparent; }
#-L8Xuq7_ERV78xWGIZS8 .boxImage .img {
  background: #127c4ad1; }
  #-L8Xuq7_ERV78xWGIZS8 .boxImage .img .year {
  background: #3a9168cc; }
#-L8Xuq7_ERV78xWGIZS8 .titlePage .small-text a {
  color: #127c4a !important; }
#-L8Xuq7_ERV78xWGIZS8 .btn-more {
  color: white; }
#-L8Xuq7_ERV78xWGIZS8 .btn-more,
#-L8Xuq7_ERV78xWGIZS8 .graph_chart,
#-L8Xuq7_ERV78xWGIZS8 div[class^="circle-"] .in {
  background: #127c4a; }
#-L8Xuq7_ERV78xWGIZS8 div[class^="circle-"] {
  background: #127c4ad1; }
#-L8Xuq7_ERV78xWGIZS8 #social-Fb,
#-L8Xuq7_ERV78xWGIZS8 #social-Tw {
  color: white !important; }

.icon_box {
  height: 30px;
  width: 100%;
  display: table;
  margin-bottom: 15px; }
  .icon_box .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #dae189;
    vertical-align: middle;
    color: #517e53; }
    .icon_box .icon i {
      line-height: 2; }
  .icon_box .icon_text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333; }

.dashboard ul {
  list-style: none; }
  .dashboard ul li a {
    width: 100%; }
    .dashboard ul li a span {
      display: block;
      padding: 0.5% 2%;
      color: #55957b; }

.myclass {
  color: red; }

/* front page */
/*navigation*/
.nos {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                             supported by Chrome and Opera */ }

button:active {
  outline: none;
  border: none; }

button:focus {
  outline: 0; }

.container-fluid {
  padding: 0px !important; }
  .container-fluid #per input[type="button"],
  .container-fluid #num input[type="button"] {
    border-radius: 50%;
    padding: 0 7px;
    background: #c2ecdb;
    border: 0;
    border: 1px solid green;
    color: green; }
  .container-fluid #per .help-box {
    color: #f16558; }
  .container-fluid .num {
    background: #e1e1e1;
    display: block;
    padding: 10px 15px;
    font-weight: bold; }
  .container-fluid .numBtn {
    font-size: 27px;
    border: 0;
    background: #349084;
    color: white; }
  .container-fluid .per {
    background: #e1e1e1;
    display: block;
    padding: 10px 15px;
    font-weight: bold; }
  .container-fluid .perBtn {
    font-size: 27px;
    border: 0;
    background: #f16558;
    color: white; }
  .container-fluid .inputsBox {
    margin: 0;
    padding: 0;
    padding-bottom: 25px; }
  .container-fluid .block {
    margin-top: 40px;
    clear: both; }
  .container-fluid .admin .block {
    margin-top: 20px;
    clear: both; }
  .container-fluid .back {
    position: relative;
    background-image: url(/static/img/pattern1.png);
    background-repeat: repeat;
    background-size: 50%;
    height: 100%;
    min-height: 510px; }
    .container-fluid .back .vizType {
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .container-fluid .back .graph_chart {
      height: 27px;
      background: linear-gradient(to right, #7ac7b2, #77bc59);
      clear: both;
      display: table;
      width: 100%; }
      .container-fluid .back .graph_chart .btn {
        border-radius: 0 !important;
        padding: 0 !important;
        font-size: inherit !important;
        margin-left: 1px !important; }
      .container-fluid .back .graph_chart .selectViz {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
        margin-left: 2px; }
      .container-fluid .back .graph_chart .socialButtons {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin-left: 6px;
        margin-top: 3.2px; }
        .container-fluid .back .graph_chart .socialButtons button {
          border: 0;
          background: transparent;
          margin: 0;
          padding: 0; }
    .container-fluid .back .padding-in {
      padding: 0px 30px; }
    .container-fluid .back .page .titlePage {
      text-align: left !important;
      padding: 50px 0px;
      text-transform: uppercase;
      color: #333;
      font-family: BloggerSansBold; }
    .container-fluid .back .page .col-md-12 .text {
      text-align: justify; }
    .container-fluid .back .page .col-md-12 .tooltip_graph {
      position: absolute;
      width: 80%;
      margin: 0px auto;
      z-index: 10;
      background: #f5f5f5 !important;
      color: #363636;
      text-align: justify;
      border-radius: 4px;
      border: 1px solid #80808014;
      padding: 30px;
      left: 0px;
      display: none;
      right: 0px;
      font-size: 0.9em;
      bottom: 430px; }
    .container-fluid .back .page .col-md-12 .down_tri {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #efefef transparent transparent transparent;
      bottom: -9px;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .container-fluid .back .page .col-md-12 .hover_box {
      color: #b5b5b5;
      position: absolute;
      right: 1.2em;
      line-height: 3.3999999;
      z-index: 10;
      cursor: pointer; }
      .container-fluid .back .page .col-md-12 .hover_box i {
        font-size: 23px; }
    .container-fluid .back .page .col-md-12 .simple-page {
      padding-top: 30px;
      padding-bottom: 30px; }
      .container-fluid .back .page .col-md-12 .simple-page a {
        color: #7ac290; }
    .container-fluid .back .page .col-md-12 .error-page {
      text-align: center; }
    .container-fluid .back .cat-cat {
      font-size: 18px;
      text-transform: uppercase;
      font-family: BloggerSansBold;
      line-height: 2; }
    .container-fluid .back .cat_box {
      width: 100%;
      height: 100px; }
      .container-fluid .back .cat_box .readText {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: table;
        margin-top: 0 !important; }
      .container-fluid .back .cat_box .box_title {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: 1.5; }
        .container-fluid .back .cat_box .box_title .simple-page {
          margin: 0; }
        .container-fluid .back .cat_box .box_title .cat-title {
          display: block; }
    .container-fluid .back span.small-text {
      color: #333 !important; }
    .container-fluid .back .small-text {
      font-size: 11px;
      text-transform: initial;
      color: #848484 !important;
      display: block;
      padding-top: 15px;
      font-family: BloggerSans; }
      .container-fluid .back .small-text a {
        color: #848484 !important; }
      .container-fluid .back .small-text .active {
        color: #84848499 !important;
        cursor: default;
        text-decoration: none; }
    .container-fluid .back .active {
      color: #cccccc !important; }
    .container-fluid .back .container {
      min-height: 510px; }
      .container-fluid .back .container .insideCont {
        margin-top: 15px;
        display: inline-block;
        clear: both; }
        .container-fluid .back .container .insideCont:last-child {
          margin-bottom: 40px; }
        .container-fluid .back .container .insideCont a {
          color: #333 !important; }
          .container-fluid .back .container .insideCont a:hover {
            color: #598b62 !important; }
        .container-fluid .back .container .insideCont .reportText {
          height: 150px;
          display: table;
          width: 100%; }
          .container-fluid .back .container .insideCont .reportText .text {
            height: 100%;
            vertical-align: middle;
            display: table-cell;
            margin: 0;
            padding: 1vw 0vw; }
            .container-fluid .back .container .insideCont .reportText .text .subject {
              text-transform: uppercase;
              padding-bottom: 20px;
              font-family: BloggerSansBold;
              color: #333333 !important; }
            .container-fluid .back .container .insideCont .reportText .text div,
            .container-fluid .back .container .insideCont .reportText .text .search_read {
              padding: 0px 30px; }
            .container-fluid .back .container .insideCont .reportText .text .search-small-text,
            .container-fluid .back .container .insideCont .reportText .text .small-text {
              font-size: 11px;
              text-transform: initial;
              color: #848484 !important;
              display: inline-block;
              padding: 0; }
            .container-fluid .back .container .insideCont .reportText .text .source {
              font-size: 10px;
              color: #8dc77b;
              padding-top: 6px; }
      .container-fluid .back .container .boxImage {
        margin: 0 auto;
        display: table; }
        .container-fluid .back .container .boxImage .img {
          height: 155px;
          width: 155px;
          border-radius: 50%;
          background: #cbd750c4;
          position: relative; }
          .container-fluid .back .container .boxImage .img .imgin {
            background-position: center !important;
            background-size: cover !important;
            height: 140px;
            width: 140px;
            margin: auto;
            border-radius: 50%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-top: 1px solid #bfbfbf;
            background-color: white !important; }
            .container-fluid .back .container .boxImage .img .imgin .year {
              position: absolute;
              bottom: 0px;
              padding-top: 5px;
              padding-bottom: 5px;
              text-align: center;
              width: 100%;
              background: #d7e078;
              color: white;
              font-size: 12px; }
      .container-fluid .back .container .last_reports,
      .container-fluid .back .container .last_graphs {
        padding-bottom: 40px; }
      .container-fluid .back .container .readText {
        background: #ffffffed;
        margin-top: 15px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 1px #cccccc;
        overflow: hidden; }
        .container-fluid .back .container .readText .sidebarTitle {
          font-size: 15px;
          text-align: left !important;
          padding: 5px 25px;
          text-transform: uppercase;
          padding-top: 45px;
          color: #333;
          font-family: BloggerSansBold; }
        .container-fluid .back .container .readText .sidebarReports {
          padding: 6px 25px; }
          .container-fluid .back .container .readText .sidebarReports a {
            color: #848484;
            text-transform: lowercase; }
            .container-fluid .back .container .readText .sidebarReports a:hover {
              color: #517e53 !important; }
          .container-fluid .back .container .readText .sidebarReports:first-letter {
            text-transform: uppercase; }
        .container-fluid .back .container .readText div ul {
          list-style: none; }
          .container-fluid .back .container .readText div ul li {
            padding: 0px 20px;
            padding-bottom: 10px; }
      .container-fluid .back .container .graphVizBlock {
        padding: 10px 15px;
        background: #ffffffed;
        color: green;
        box-shadow: 0px 0px 1px #ccc; }
      .container-fluid .back .container .box_graph {
        clear: both;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        background-image: url(/static/img/pattern2.png);
        background-repeat: repeat;
        background-size: 37%;
        padding: 40px 0px;
        position: relative; }
        .container-fluid .back .container .box_graph .insideCont {
          margin: 0px 3.8% 0%; }
        .container-fluid .back .container .box_graph .boxImage {
          padding-top: 20px; }
      .container-fluid .back .container .title {
        margin: 20px 0px;
        font-size: 20px;
        text-transform: uppercase;
        padding: 20px 0px;
        text-align: center; }
      .container-fluid .back .container .description {
        text-align: left;
        font-family: BloggerSans;
        padding-bottom: 40px; }
        .container-fluid .back .container .description .small-text {
          display: inline-block;
          padding: 0;
          color: #cbd750c4; }
      .container-fluid .back .container .blockGraph {
        background-image: url(/static/img/pattern2.png);
        background-repeat: repeat;
        background-size: 37%;
        padding-bottom: 40px;
        padding-top: 15px; }
        .container-fluid .back .container .blockGraph .graphSpace {
          padding: 20px 0px; }
        .container-fluid .back .container .blockGraph div[class^="circle-"] {
          width: 180px;
          height: 180px;
          border-radius: 50%;
          background: #cad64fd4;
          margin: auto;
          display: block;
          position: relative;
          /* span {
               display: table-cell;
               vertical-align: middle;
               color: white;
               font-size: 20px;
               font-family: BloggerSans;
           }*/ }
          .container-fluid .back .container .blockGraph div[class^="circle-"] .in {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: #CAD64F;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out; }
            .container-fluid .back .container .blockGraph div[class^="circle-"] .in:hover {
              transform: scale(1.1);
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
          .container-fluid .back .container .blockGraph div[class^="circle-"] span {
            position: relative;
            z-index: 10;
            display: block;
            line-height: 100px;
            color: white !important;
            /*transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;*/ }
    .container-fluid .back .axis {
      height: 100%;
      position: relative;
      min-height: 510px; }
      .container-fluid .back .axis .position {
        display: inline-block;
        float: left; }
      .container-fluid .back .axis .xaxis {
        z-index: 10;
        position: absolute;
        height: 100%;
        min-height: 510px; }
      .container-fluid .back .axis .bubbleChart {
        text-align: center;
        width: 100%;
        height: 82vh; }
        .container-fluid .back .axis .bubbleChart a {
          cursor: pointer; }
      .container-fluid .back .axis div[class^="xaxis-"] {
        padding: 0.9vw;
        border-right: 1px solid #0c977169;
        position: relative;
        color: #0c977169;
        background: #efeeee;
        text-align: right;
        font-family: BloggerSans;
        font-size: 1vw;
        height: 9.09%; }
        .container-fluid .back .axis div[class^="xaxis-"] span {
          position: absolute;
          right: -1px;
          top: 20px;
          background-color: #80c5a082;
          color: #80C5A0;
          width: 3px;
          height: 5px;
          border-radius: 100% 0% 0% 100%; }
    .container-fluid .back .btn-more {
      position: absolute;
      border: 0;
      z-index: 1;
      bottom: 2px;
      background: linear-gradient(to right, #7ac7b2, #77bc59);
      width: 100%;
      color: #598b62; }
    .container-fluid .back .yaxis {
      width: 100%;
      height: 1px;
      background: #0c977169;
      position: relative;
      top: -1px; }

.graph_chart .btn-group {
  padding: 1.5px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.highcharts-menu {
  padding: 0 !important;
  box-shadow: none !important;
  border: 1px solid #dadada !important;
  border-radius: 3px; }
  .highcharts-menu hr {
    margin: 0px !important; }

i[id^="social-"] {
  color: #517e53 !important;
  font-size: 21px; }

.navbar-default {
  background: white !important; }

.navbar {
  margin-bottom: 0px !important;
  border-radius: 0px !important; }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    width: 480px;
    position: relative;
    /*#searchinput {
         width: 451px;
         -webkit-transition: width 2s;
         transition: width 2s;
     }*/ }
    .navbar .navbar-nav li a {
      font-family: BloggerSans;
      padding-top: 26px;
      padding-bottom: 26px;
      color: #088261 !important; }
      .navbar .navbar-nav li a img {
        padding: 0px; }
    .navbar .navbar-nav li#search {
      position: absolute;
      right: 0;
      padding: 25px 0px;
      background: white; }
      .navbar .navbar-nav li#search button:active {
        outline: none;
        border: none; }
      .navbar .navbar-nav li#search button:focus {
        outline: 0; }
    .navbar .navbar-nav .searchClass input {
      width: 0px;
      transition: all ease-in-out 1s;
      -webkit-transition: all ease-in-out 1s;
      -moz-transition: all ease-in-out 1s;
      visibility: visible;
      border-bottom: 0.25px solid #008000bf;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      opacity: 0;
      text-align: center; }
    .navbar .navbar-nav .searchClass:hover input {
      width: 440px;
      visibility: visible;
      transition: all ease-in-out 1s;
      -webkit-transition: all ease-in-out 1s;
      -moz-transition: all ease-in-out 1s;
      border-bottom: 0.25px solid #008000bf;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      opacity: 1;
      text-align: center; }
    .navbar .navbar-nav #searchinput::placeholder {
      color: green;
      opacity: 0.25; }
    .navbar .navbar-nav #searchinput:focus {
      outline: none; }
    .navbar .navbar-nav #searchIcon {
      cursor: pointer;
      color: #95cb74;
      position: relative;
      right: 23px; }
    .navbar .navbar-nav #searchBut i {
      color: #79bf79; }
    .navbar .navbar-nav .searchformOn {
      width: 433px;
      visibility: visible;
      transition: all ease-in-out 1s;
      -webkit-transition: all ease-in-out 1s;
      -moz-transition: all ease-in-out 1s;
      border-bottom: 0.25px solid #008000bf;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      opacity: 1;
      text-align: center; }
    .navbar .navbar-nav .searchformOff {
      width: 0px;
      transition: all ease-in-out 1s;
      -webkit-transition: all ease-in-out 1s;
      -moz-transition: all ease-in-out 1s;
      visibility: visible;
      border-bottom: 0.25px solid #008000bf;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      opacity: 0;
      text-align: center; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #f8f8f8 !important;
  color: #0c9771 !important; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffeb3b00 !important;
  border-color: #cad64f; }

.navbar-default .navbar-toggle {
  border-color: none !important; }

.navbar .navbar-collapse {
  text-align: center; }

footer {
  height: 70px;
  background: white; }
  footer .civica_logo {
    display: inline-block;
    padding: 10px 0px;
    text-align: right; }
  footer .reactor_logo {
    display: inline-block;
    padding: 31px 0px;
    text-align: left; }

/*animation*/
.b-1,
.b-2,
.b-3,
.b-4,
.b-5,
.b-6 {
  transition: fill 1s ease-in; }

svg g:hover .b-1 {
  fill: #cbd750c2 !important;
  cursor: pointer; }

svg g:hover .b-2 {
  fill: #9abf4cc2 !important;
  cursor: pointer; }

svg g:hover .b-3 {
  fill: #77b04fbd !important;
  cursor: pointer; }

svg g:hover .b-4 {
  fill: #439957b5 !important;
  cursor: pointer; }

svg g:hover .b-5 {
  fill: #47997cb3 !important;
  cursor: pointer; }

svg g:hover .b-6 {
  fill: #127c4ac4 !important;
  cursor: pointer; }

.searchCategories {
  background: #81bf7985 !important;
  text-transform: uppercase; }

.bubble {
  animation-name: up;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  cursor: pointer; }

.bubble-1 {
  animation-duration: 4s;
  animation-name: down;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  cursor: pointer; }

@keyframes up {
  from {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0px, 15px); }
  to {
    transform: translate(0px, 0px); } }
@keyframes down {
  from {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0px, -15px); }
  to {
    transform: translate(0px, 0px); } }
/*responsive*/
@media only screen and (max-width: 500px) {
  .container {
    padding: 0; }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin: 0 !important; }

  div[class^="circle-"] {
    margin-bottom: 20px !important; }

  .navbar .navbar-nav {
    width: 100% !important; }

  .navbar .navbar-nav .searchformOn {
    width: 331px; }

  .navbar .navbar-nav .searchClass:hover input {
    width: 331px; }

  .boxImage {
    padding-bottom: 20px; }

  .sidebar {
    padding: 0 !important; }

  .footer .container {
    padding: 0 15px !important; }
  .footer .row div {
    width: 100% !important; }
  .footer .civica_logo {
    text-align: center; }
  .footer .reactor_logo {
    text-align: center; }

  .tooltip_graph {
    height: 38% !important; } }
@media only screen and (max-width: 992px) {
  .boxImage {
    padding-bottom: 20px; }

  .sidebar {
    padding: 0 !important; } }

/*# sourceMappingURL=style.css.map */
