.popup_view .form-group.one_half {
  width: 50% !important;
}

.popup_view .form-group .form-title {
  color: #2271b1;
    font-weight: bold;
    margin-bottom: 2px;
}

.popup_view .form-group {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 2px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.popup_view h3 {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}

.popup_view .infopopup {
  padding: 20px;
}


.popup_view .close_popup:hover {
  color: red !important;
}

.popup_view .close_popup {
  position: absolute;
  right: -25px;
  top: -25px;
  color: #000;
  cursor: pointer;
}

.popup_view .close_popup span {
  font-size: 30px;
}

.popup_view {
  position: fixed;
  top: 12%;
  left: 0;
  right: 0;
  background-color: #dddddd;
  width: 700px;
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  border: 1px solid black;
}

.loaderui {
  border: 5px solid #000;
  border-radius: 50%;
  border-top: 5px solid #2271b1;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:absolute;
  z-index: 2;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sociosection .montantesection {
  top: 0;
}

.de_onde_div {
  display: none;
}

.div_donations .one_half {
  padding: 0 2px;
}

.recibolabel {
  padding: 0 !important;
  margin-left: 14px !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 13px;
}

.novoalerta {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  background-color: #ccc;
  border-radius: 6px;
  width: 300px;
  z-index: 99;
  text-align: center;
  line-height: 22px;
}

.novoalerta i {
  display: block;
  font-size: 32px;
}

.novoalerta.sucess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.novoalerta.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.payment_pendent {
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #212529;
    background-color: #ffc107;
}

.payment_confirm {
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #28a745;
}

.div_donations {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #ededed;
}

.div_donations .col8 {
  float: left;
  width: 65%;
  position: relative;
  padding-right: 10px;
  margin-top: 60px;
}

.div_donations .col4 {
  float: left;
  width: 35%;
  position: relative;
  padding-left: 10px;
}

.div_donations .form-title {
  float: left;
  width: 100%;
  padding: 0;
  font-weight: bold !important;
  margin: 0 0 0 10px;
}

.div_donations .form-control {
  padding: 10px;
  height: auto;
  border-radius: 0;
}

.div_donations .montantesection {
  float: left;
  width: 100%;
  position: relative;
  background-color: #ccc;
  padding: 5px;
}

.div_donations .montantesection .inputmontante input {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 45px;
  background: transparent;
  border: 0 !important;
  padding: 0;
  outline: none !important;
  color: #000;
}

.div_donations .montantesection .inputmontante span {
  float: left;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.div_donations input::-webkit-outer-spin-button,
.div_donations input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.div_donations input[type=number] {
  -moz-appearance: textfield;
}

.div_donations .text_payment {
  float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px 0 20px 0 !important;
}

.div_donations .payments {
  float: left;
  width: 100%;
  position: relative;
}

.div_donations .checknew {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 32px !important;
  margin-bottom: 15px;
}

/* Hide the browser's default radio button */
.div_donations .checknew input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.div_donations .checknew .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.div_donations .checknew:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.div_donations .checknew input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.div_donations .checknew .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.div_donations .checknew input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.div_donations .checknew .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.div_donations .submit_form {
  background-color: #72ac02;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-weight: 600;
}

.div_donations .submit_form:hover {
  opacity: 0.8;
}

/*.div_donations .col8 .form-group:first-child {
  margin-top: 22px;
}*/

.div_donations .msgsuccess h2 {
  text-transform: uppercase;
}

.div_donations .msgsuccess {
  float: left;
  width: 100%;
  text-align: center;
}

.del_donation,
.del_socio {
  color: red;
}

.confirm_donation,
.confirm_socio {
  color: green;
}

.contadores {
  /*float: left;*/
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.contadores .mttotal {
  display: inline-block;
  background-color: #83c503;
  border-radius: 6px;
  padding: 10px 30px;
  margin: 0 10px;
  text-transform: uppercase;
}

.contadores .mttotal span {
  display: block;
}

.contadores .mttotal .nr {
  font-weight: bold;
  font-size: 26px;
}

@media only screen and (max-width: 762px) {
  .div_donations .col8,
  .div_donations .col4 {
    width: 100% !important;
    padding: 0 !important;
  }
  .div_donations .col8 {
    margin-top: 0 !important;
  }
}
