
input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px \9;
    line-height: normal;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  margin-top: 2px;
    margin-right: 35px;
}

.input-smListas  {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-sm-cinza {
    padding:0;
    font-weight:bold;
}

.input-sm {
    margin-left: 10px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* MODAL CINZA*/
.modal-header-cinza {
  font-size: 1.1em; 
  background-color: #D3D3D3;
  border-color: transparent;
  color: #4E453E;
  border:5px solid #fff;
}
/* MODAL CINZA*/
.modal-body-cinza {
  border-left:10px solid #fff;
  border-right:10px solid #fff;
  border-bottom:10px solid #fff;
  background-color: #F2F2F2;
}

.modal-content {
  position: relative;
  background-color: #F2F2F2;
  border: 1px solid #EAE9E9;
  border-radius: 1px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
 background-clip: padding-box;
  outline: 0;
}

.text-center-cinza {
    text-align:right;
}

.btn-cinza {
    color: #4E534E;
    background-color: #FFFFFF;
    border-color: transparent;
}

.btn-success-form {
  color: #ffffff;
  /*background-color: #93c54b;*/
  background-color: #154CA9;
  border-color: #4cae4c; /*transparent;*/
}

.btn-success-form:hover,
.btn-success-form:focus,
.btn-success-form.focus,
.btn-success-form:active,
.btn-success-form.active,
.open > .dropdown-toggle.btn-success-form {
  color: #ffffff;
  /*background-color: #79a736;*/
  background-color: #154CA9;
  border-color: rgba(0, 0, 0, 0);
}

.btn-form {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #DCDCDC;
    white-space: nowrap;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-form:hover,
.btn-form:focus,
.btn-form.focus {
	color:#ffffff;
    text-decoration: none;
    border: 1px solid #4E534E;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #DCDCDC;
    white-space: nowrap;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #4E534E;
    text-decoration: none;
    border: 1px solid #4E534E;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}

@media print {

    a[href]:after {
        content: none;
    }

    abbr[title]:after {
        content: none;
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: none;
    }
}
/***************/
/*.checkbox input[type="checkbox"] {
    padding: 0;
    margin-top: -5px;
    margin-left: 0;

}

.checkbox label {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    margin-right: 15px;
    padding: 0;
    margin-top: -5px;
}

.radio input[type="radio"] {
    padding: 0;
    margin-top: 0;
}

.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    margin-right: 15px;
    padding: 0;
    margin-top: 0;
}*/

/*******************************************************************************/
@-moz-keyframes timer-loader {0% {-moz-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);transform: rotate(360deg); }
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
  border: 6px solid #999;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
}

.timer-loader:not(:required)::before {
  -moz-animation: timer-loader 1250ms infinite linear;
  -webkit-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 19.2px;
  left: 15px;
  top: 15px;
}
.timer-loader:not(:required)::after {
  -moz-animation: timer-loader 15000ms infinite linear;
  -webkit-animation: timer-loader 15000ms infinite linear;
  animation: timer-loader 15000ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  left: 15px;
  top: 15px;
}

/*******************************************************************************/
