body{
    font-family: 'NotoSans-regular';
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: inherit;
    font-family: 'NotoSans-regular';
}

.no-padding-left{
	padding-left: 0px !important;
}

.no-padding-right{
	padding-right: 0px !important;
}

.no-padding-top{
	padding-top: 0px !important;
}

.no-padding-bottom{
	padding-bottom: 0px !important;
}

.no-margin-left{
    margin-left: 0px !important;
}

.no-margin-right{
    margin-right: 0px !important;
}

.no-margin-top{
    margin-top: 0px !important;
}

.no-margin-bottom{
    margin-bottom: 0px !important;

}
.padding-top-140{
    padding-top: 140px;
}
.padding-top-125{
    padding-top: 125px;
}
.padding-top-100{
    padding-top: 100px;
}

.padding-top-50{
    padding-top: 50px;
}

.navbar-brand{
	padding: 5px 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	color: #FAA41A;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #FAA41A;
}

.navbar-nav > li > a:before {
    border-top: 2px solid #FAA41A;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FAA41A;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #FAA41A;
    background-color: transparent;
}

::-moz-selection {
    background-color: #3BB98B;
    color: white;
}
::selection {
    background-color: #3BB98B;
    color: white;
}

.navbar-inverse {
    /*background-color: rgba(65, 64, 66, 0.65);*/
    background-color: #3BB98B;
    opacity: 0.97;
    box-shadow: 0px 5px 10px #8c8c8c;
    min-height: 100px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-top: 10px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    color: #FAA41A;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu{
    background-color: rgba(65, 64, 66, 0.65);
}

.navbar-nav > li > .dropdown-menu > li > a{
    color: #FFF;
}

.navbar-toggle {
    margin-top: 33px;
    margin-bottom: 33px;
}

.navbar-brand > span > img{
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.navbar-inverse > .container > .navbar-header > .navbar-brand{
    margin-top: 10px;
}

.navbar-inverse > .container > .navbar-header > .navbar-brand > span > img.org-big-logo{
    display: none;
}

.navbar-default > .container > .navbar-header > .navbar-brand > span > img.org-big-logo{
    display: block;
}

.navbar-inverse > .container > .navbar-header > .navbar-brand > span > img.org-logo{
    display: block;
}

.navbar-default > .container > .navbar-header > .navbar-brand > span > img.org-logo{
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #3BB98B;
}
.radio, .checkbox{
    position: inherit;
    display: block;
    min-height: 20px;
    padding-left: 20px;
}

.radio label, .checkbox label{
    min-height: 25px;
    padding-left: initial;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer;
    display: inline;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left: -20px;
    float: left;
    position: inherit;
}

.fixed-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}

.gauge {

    position: relative;
    display: inline-block;
    font-size: 33px;
    /*line-height: 1em;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.triangle-up {
    width: 18%;
    height: 0;
    padding-left: 9%;
    padding-bottom: 43%;
    overflow: hidden;
    position: absolute;
    top: 15%;
    right: 41%;
    transform: rotate(-90deg);
    transform-origin: 50% 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.triangle-up:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 2500px solid #FAA41A;
}

.circle{
    content: '';
    height: 50%;
    width: 26%;
    bottom: -23%;
    margin-left: -0.67em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 20px solid;
    color: #FAA41A;
    background: rgb(255,255,255);
    position: absolute;
    right: 37%;
}
.thermometer-text{
    font-size: 52px;
    color: black;
}
.thermometer-text > div > span{
    color: #FAA41A;
}
.percentaje{
    font-size: 80px;
    color: #777;
    line-height: 1em;
}

.modal-header{
    background-color: #3BB98B;
}
.modal-header > h2 {
    color: white;
    margin-bottom: 0px;
}


.old-share{
    display: none;
}

.new-share{
    display: block;
}

.group-content > div > h4{
    font-size: 28px;
}


.table-fill-donors th {
    color:white;

    border-bottom:0px solid #9ea7af;
    border-right: 0px solid #343a45;
    font-size:23px;
    font-weight: 100;
    padding:0px;
    text-align:center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
  }

  .table-fill-donors th:first-child {
    border-top-left-radius:0px;
  }

 .table-fill-donors th:last-child {
    border-top-right-radius:0px;
    border-right:none;
  }

 .table-fill-donors tr {
    border-top: 0px solid #C1C3D1;
    border-bottom-: 0px solid #C1C3D1;
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
  }

 .table-fill-donors tr:hover td {
    background:#4E5066;
    color:#FFFFFF;
    border-top: 1px solid #22262e;
  }

 .table-fill-donors tr:first-child {
    border-top:none;
  }

  .table-fill-donors tr:last-child {
    border-bottom:none;
  }

  .table-fill-donors tr:nth-child(odd) td {
    background:#EBEBEB;
  }

  .table-fill-donors tr:nth-child(odd):hover td {
    background:#4E5066;
  }

  .table-fill-donors tr:last-child td:first-child {
    border-bottom-left-radius:0px;
  }

  .table-fill-donors tr:last-child td:last-child {
    border-bottom-right-radius:0px;
  }

  .table-fill-donors td {
    background:#FFFFFF;
    padding:20px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 0px solid #C1C3D1;
  }

  .table-fill-donors td:last-child {
    border-right: 0px;
  }

  .table-fill-donors th.text-left {
    text-align: left;
  }

  .table-fill-donors th.text-center {
    text-align: center;
  }

  .table-fill-donors th.text-right {
    text-align: right;
  }

  .table-fill-donors td.text-left {
    text-align: left;
  }

  .table-fill-donors td.text-center {
    text-align: center;
  }

  .table-fill-donors td.text-right {
    text-align: right;
  }

  table.table-fill-donors, th {
    padding: 0px;
}

#text-head-1{
    font-size: 17px;
    text-align: center;
    border-right: 0px solid #C1C3D1;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.3px;
    background-color: #008657;
  }

#text-head-2{
    font-size: 17px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.3px;
    padding: 5px;
    background-color: #008657;
    border-right: 0px solid #C1C3D1;
  }


  #table_center{
    margin-bottom: 25px;

  }


  span.count_gauge {
    font-family: 'Oswald', sans-serif;
   
    letter-spacing: 0.1em;
}
   

@media screen and (max-width: 700px) {
    .thermometer-text{
    margin-top: 60px;
    }
}

@media screen and (max-width: 500px) {
    .thermometer-text{
    margin-top: 50px;
    }
}

a.ank-footer{
    color: #777;
    text-decoration: none;
    font-size: 13px;
}

a.ank-footer:hover{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.old-share
{
    display: none;

}
.btn.button-share-by-email{
    padding: 15px 30px;
}
p#enter-email.share-email-new{
    margin-bottom: 10px !important;
}
span.input-new-share{
    padding: 15px 30px;
}

.new-form-share-by-email {
    background-color: #d7e4db !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
        font-size: 15px !important;
}

.modal-footer-new-share-by-email{
    padding-top: 0px !important;
}

h4.label-success-new-share-by-email> span.label.label-info , h4.label-success-new-share-by-email> span.label.label-danger{
    font-size: 13px !important;
    border-radius: 0px !important;
     font-family: 'Oswald', sans-serif;
     font-weight: normal;
        padding: 15px 30px !important;
        text-transform: uppercase !important ;
}
button.new-btn-share-email-1{
    margin-bottom: 0px !important;
}

.new-share-btn-new-email-modal{
     display: inline !important;
  float: left !important;
}
button.all-btn-modal-email{
      font-size: 13px !important;
}
button.remove-modal-new-email{
    background-color: #3bb98b ;
}

button.remove-modal-new-email:hover {
    border-color: transparent;
    background-color: #566357 

button.btn-add-5-more{
    background-color: #3bb98b ;
}

button.btn-add-5-more:hover {
    border-color: transparent;
    background-color: #566357 ;
}
@media screen and (max-width:991px ) {
.table-latest-donation-01{
    margin-bottom: 50px;

}
}
@media screen and (min-width:992px ) {
.margin-thermometer-home{
    margin-bottom: 60px;
}
}
@media screen and (min-width:1200px ) {
.margin-thermometer-home{
    margin-bottom: 70px;
}
}

@media screen and (min-width:992px ) {
    .thermometer-text {
        margin-top: 20px;
    }
}

h2.page-header.text-center{
    margin-bottom: 10px;
}

.navbar-inverse
{
    z-index: 9999;
}
.extra-infomation-text{
    padding: 0px 20px 20px 20px;
    color: white;
    text-align: center;
}

.bottom-view-latest-donation{
    background-color: white;
    border: 0px solid white;
}
/*These the classes for button created with {accelbutton} in what you see what you get*/
.btn-WYWYG{
    word-break: break-all ;
    white-space: normal ;
}
.btn-WYWYG-default{
    font-size: 16px;
    padding: 10px 20px;
}
.btn-WYWYG-lg{
    font-size: 24px;
}
.btn-WYWYGTemp5:hover{
    border-color: transparent;
    background-color: #252525;
    color: white;
}

.btn-homePage{
    background-color: #252525; 
    border: 0px ;
}
.btn{
    white-space: normal;
}
.btn-nowrap{
    white-space: normal !important;
    text-align: left;
}