.multiple-select-dropdown li [type=checkbox]+label {
    height: 1rem;
}
.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {
border: 2px solid black; }

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {
background-color: black; }

.carregando {
    background: rgba(255, 255, 255, 0.5) url(img/ajax-loader.gif) center center no-repeat;
    min-width: 100px;
    margin: 0 auto;
    min-height: 100px;
    margin-bottom: 10px;
}


/*! css card produto custom */


.center-text{text-align: center;}

.maincontainer {
    margin: 0 auto;
    position: relative;
    width: 250px;
    height: auto;
}

.thecard {
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
}

.flip {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
}


.thefront {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-radius:0 20px 20px 20px;
    transition: all 0.4s ease;
    box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.43);
    overflow: hidden;
}

.name {
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
}

.radius-front{border-radius:0 0 20px 20px;}
.radius-back{border-radius:0 0 0 20px;}

.carregando {
    background: rgba(255, 255, 255, 0.5) url(/gestaofacil/images/ajax-loader.gif) center center no-repeat;
    min-width: 100px;
    margin: 0 auto;
    min-height: 100px;
    margin-bottom: 10px;
}
	
.my-certificado {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 20%;
      display: inline-block;
}


/*! fim css card produto custom */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}