.stma_bg{
    /*color:#AE282E;*/
    background :#AF262A;
}

.stma_text_primary{
    color:#AF262A;
}

.stma_border{
    border:1px solid #AF262A;
    background:#fff;
}

.stma_bg_secondary{
    background:#4e5656;
}


.btn-primary {
  color: #fff;
  background-color: #6d6c6c;
  border-color: #6d6c6c; }
  .btn-primary:hover {
    color: #fff;
    background-color: #959899;
    border-color: #959899; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6d6c6c;
    border-color: #6d6c6c; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .stma_btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #959899;
    border-color: #959899; }
    .primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }

.stma_btn_primary {
  color: #fff;
  background-color: #6d6c6c;
  border-color: #6d6c6c; }
  .stma_btn_primary:hover {
    color: #fff;
    background-color: #959899;
    border-color: #959899; }
  .stma_btn_primary:focus, .stma_btn_primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }
  .stma_btn_primary.disabled, .stma_btn_primary:disabled {
    color: #fff;
    background-color: #6d6c6c;
    border-color: #6d6c6c; }
  .stma_btn_primary:not(:disabled):not(.disabled):active, .stma_btn_primary:not(:disabled):not(.disabled).active,
  .show > .stma_btn_primary.dropdown-toggle {
    color: #fff;
    background-color: #959899;
    border-color: #959899; }
    .stma_btn_primary:not(:disabled):not(.disabled):active:focus, .stma_btn_primary:not(:disabled):not(.disabled).active:focus,
    .show > .stma_btn_primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5); }