@charset "UTF-8";
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
ul.nav{
  font-size: 14px;
}
input[type="checkbox"], .opacity input[type="radio"] {
  display: none; 
}
input[type="checkbox"] + span:before, .opacity input[type="radio"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background: white;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
}

input[type="checkbox"]:checked + span:before {
  content: "";
  background: #007aff url("images/checkmark.png") no-repeat center center;
  border-color: #007aff;
}
.table input[type="checkbox"] + span:before, .boxshadow .table input[type="radio"] + span:before {
  margin-right: 0;
  margin-left: 0; 
}

/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table-actions {
  margin: 0 6px 0 6px; 
  font-size:16px;
}

/* UPLOAD */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}



.btn-primary {
    background: #9d00b5;
    border-color:#a709c3;
}
a{
  color:#666666;
}
a:hover{
  color:#333333;
}
.btn-primary:hover {
    background: #9d00b5;
    border-color:#a709c3;
}
.menuLatTit {
  margin: 5px;
  text-align:left; 
  background-color:#bb6cd8; 
  color:#fff; 
  font-size:18px;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  line-height: 1;
}
.menuLatSubTit {
  text-align:left; 
  transition: 0.3s;
  padding-left: 0px;
}
.menuLatSubTit:hover {
  font-weight: bold;
  padding-left: 30px;
  color: #9D00B5;
}
.boton_comprarEvs {
  background-color: #71ba39;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  margin: 5px;
}
.boton_comprarEvs:hover {
  border-radius: 16px;
  color: #fff;
}
.tablaEstilo {
  border:0px solid #fff;
  background-color: #fff;
}
.tablaEstilo:hover {
  background-color: #fff;
}
.tarjetaTablas{
  padding: 11px;
  border-radius: 7px;
}
.tarjTabsBg1 {
  background-color: #DFF0D8;
}
.tarjTabsBg2 {
  background-color: #d2e9ef;
}
.tarjTabsBg3 {
  background-color: #efe4d7;
}