.emailtotextloginpage{
    font-size: 18px !important;
    font-weight: lighter;
    padding: 11px 48px !important;
    height: 48px !important;
    line-height: 24px !important;
    -webkit-font-smoothing: antialiased !important;
}

.max-width-100px{
	max-width: 100px;
}

/*!
 * CLASSES DO BOOTSTRAP
 * ADICAO DA CLASSE LABEL
 * 
 */


.badge {
  border: 1px solid #000;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.badge:empty {
  display: none;
}

.badge-default {
  background-color: #777;
}
.badge-default[href]:hover,
.badge-default[href]:focus {
  background-color: #5e5e5e;
}
.badge-primary {
  background-color: #337ab7;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #286090;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #449d44;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #31b0d5;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #ec971f;
}
.badge-danger {
  background-color: #d9534f;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #c9302c;
}

.badge-parcial {
  background-color: #4d82d6;
}
.badge-parcial[href]:hover,
.badge-parcial[href]:focus {
  background-color: #4d82d6;
}


.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-success{
	min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #49E04C;
    border: 1px solid #3FC541;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-danger{
	min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F7441F;
    border: 1px solid #D83C1C;
	color: white;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well-warning {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F9C90A;
    border: 1px solid #AB8C14;
    color: #9C1C1C;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.upper {
  text-transform: uppercase;
}

.toastify-size {
    max-width: calc(90% - 1rem)!important;
    font-weight: bold;
    margin-right: 10px!important;
}

.toastify-icon-size {
    font-size: 24px!important;
    margin-right: 10px!important;
}