/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* CC3700 / CC3700
    Created on : 18 oct. 2022, 18:02:54
    Author     : gus
*/

    .text-dorado, .list-wrapper .completed .remove {
      color: #CC3700 !important;
    }

    a.text-dorado:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
      color: #CC3700 !important;
    }
    
    .text-dorado-dark, .list-wrapper .completed .remove {
      color: #3B3321 !important;
    }

    a.text-dorado-dark:hover, .list-wrapper .completed a.remove:hover, a.text-primary:focus, .list-wrapper .completed a.remove:focus {
      color: #3B3321 !important;
    }
    
    
    
    .btn-dorado, .wizard > .actions a {
      color: #000;
      background-color: #B09F7A;
      border-color: #B09F7A;
    }

    .btn-dorado:hover, .wizard > .actions a:hover {
      color: #fff;
      background-color: #3B3321;
      border-color: #3B3321;
    }

    .btn-dorado:focus, .wizard > .actions a:focus, .btn-primary.focus, .wizard > .actions a.focus {
      color: #fff;
      background-color: #CC3700;
      border-color: #CC3700;
      box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
    }

    .btn-dorado.disabled, .wizard > .actions a.disabled, .btn-primary:disabled, .wizard > .actions a:disabled {
      color: #fff;
      background-color: #CC3700;
      border-color: #CC3700;
    }

    .btn-dorado:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle,
    .wizard > .actions .show > a.dropdown-toggle {
      color: #fff;
      background-color: #CC3700;
      border-color: #CC3700;
    }

    .btn-dorado:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .wizard > .actions .show > a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 100, 184, 0.5);
    }
    

input[type="text"], input[type="number"], [type="date"], [type="email"], select  {
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  padding: 2px;
  width: 12%;
}

datalist {
  margin: 0;
  padding: 0;
}

option {
  color: #333;
  font-size: 16px;
}
.letracartel {
    font-size: 14px;
}
.addletra {
    width: 100%;
    border: solid;
}
    