.watable * {
  white-space: nowrap;
  font-size: 1rem !important;

}

.watable.table {
  width: auto;
  justify-content: anchor-center;
}

.watable{margin-bottom: 15px;}

.watable p {
  margin: 0;
}

.watable th,
.watable td {
  border-width: 1px !important;
}

.watable .glyphicon {
  margin: 0 0 0 2px;
  opacity: 0.5;
}

.watable span.filter {
  background-color: #999;
}

.watable .indeterminate {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.watable .columnpicker li,
.watable .actions li {
  padding-left: 5px;
}

.watable .btn-toolbar {
  margin-bottom: -5px;
}

.watable .pagination {
  margin: 0;
}

.watable input[type=checkbox] {
  margin: 0;
  padding: 0;
}

.watable input[type=text].filter {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 80px;
  float: left;
  background-color: transparent;
}

.watable .date-wrap {
  width: 100%;
  min-width: 115px;
}

.watable .dateWrap .add-on {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}

.watable .dropdown-menu {
  max-height: 250px;
  overflow: auto;
}

.watable .actions a {
  padding: 0;
  margin: 0;
}

/* Only for demo purposes */
.watable .green {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,140,37,0.38) 38%, rgba(0,140,37,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(0,140,37,0.38)), color-stop(100%,rgba(0,140,37,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#008c25',GradientType=1 ); /* IE6-9 */
}

.watable .yellow {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,179,0,0.38) 38%, rgba(188,179,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(188,179,0,0.38)), color-stop(100%,rgba(188,179,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bcb300',GradientType=1 ); /* IE6-9 */
}

.watable .red {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(147,22,0,0.38) 38%, rgba(147,22,0,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(147,22,0,0.38)), color-stop(100%,rgba(147,22,0,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#931600',GradientType=1 ); /* IE6-9 */
}

.watable .blue {
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,127,206,0.38) 38%, rgba(0,127,206,1) 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(0,127,206,0.38)), color-stop(100%,rgba(0,127,206,1))) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,127,206,0.38) 38%,rgba(0,127,206,1) 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,127,206,0.38) 38%,rgba(0,127,206,1) 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,127,206,0.38) 38%,rgba(0,127,206,1) 100%) !important;/* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,127,206,0.38) 38%,rgba(0,127,206,1) 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007fce',GradientType=1 ) !important; /* IE6-9 */
}

.watable .gray {
  background-color: #d3d3d3 !important;
}

.result table.watable td.first-col{
  white-space: normal!important;
  text-align: left!important;
  color: #777;
  font-weight: 700;
}


/**/
.watable .btn-toolbar {
  margin-left: -5px;
  margin-top: 0px;
}
.watable .btn-toolbar .btn-group,
.watable  .btn-toolbar .input-group {
  float: left;
}
.watable .btn-toolbar > .btn,
.watable .btn-toolbar > .btn-group,
.watable .btn-toolbar > .input-group {
  margin-left: 5px;
}
.watable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px;
  border-radius: 4px;
}
.watable .pagination > li {
  display: inline;
}
.watable .pagination > li > a,
.watable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.watable .pagination > li:first-child > a,
.watable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.watable .pagination > li:last-child > a,
.watable .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.watable .pagination > li > a:hover,
.watable .pagination > li > span:hover,
.watable .pagination > li > a:focus,
.watable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.watable .pagination > .active > a,
.watable .pagination > .active > span,
.watable .pagination > .active > a:hover,
.watable .pagination > .active > span:hover,
.watable .pagination > .active > a:focus,
.watable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.watable .pagination > .disabled > span,
.watable .pagination > .disabled > span:hover,
.watable .pagination > .disabled > span:focus,
.watable .pagination > .disabled > a,
.watable .pagination > .disabled > a:hover,
.watable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.watable .pagination-lg > li > a,
.watable .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.watable .pagination-lg > li:first-child > a,
.watable .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.watable .pagination-lg > li:last-child > a,
.watable .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.watable .pagination-sm > li > a,
.watable .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.watable .pagination-sm > li:first-child > a,
.watable .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.watable .pagination-sm > li:last-child > a,
.watable .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*.watable .sort{background: #e2be96; color: white; text-align: center;}*/
.watable .sort > th > span{white-space: normal;}
.watable .sort > th > a{white-space: normal;}
.watable th a{color: white; }
.watable th a:hover{color: #cccccc;};
.watable th input{background: #cccccc; color: #133150;}

.watable th, .watable td{
  /*border-style: double !important;2026*/
 /* border-color: rgb(155, 155, 155)!important;
  border-spacing: 1px!important;
  border-collapse: separate!important;*/
  text-align: center!important;
}

.watable .second-category{padding-left: 0px; white-space: normal;}
.list-category{
  /*color: #a8123e;*/
  color: #777;
  font-weight: bold;
  font-size: 1rem;
}


select#year,select#year_f {
    border-radius: 25px !important;
    background: #e2be96 !important;
    width: 15% !important;
    padding: 5px !important;
    font-size: 1rem !important;
}
.result {
  padding-top: 20px;
}
.result table {
    margin-left: auto;
    margin-right: auto;
}

/***/
/*Tabla de resultados thead*/
.result table thead tr.sort th:nth-child(1) {
    background-color: #eddec7;
    color: #777;
}

.result table thead tr.sort th:nth-child(2) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(3) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(4) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(5) {
    background-color: #dec197;
    color: white;
}
.result table thead tr.sort th:nth-child(6) {
    background-color: #dec197;
    color: white; 
}

.result table thead tr.sort th:nth-child(7) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(8) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(9) {
    background-color: #dec197;
    color: white;
}

.result table thead tr.sort th:nth-child(10) {
    background-color: #dec197;
    color: white;
}

/**********/
/***Tabla de resultados tbody*/
.result table tbody tr.odd td:nth-child(1){
    background:#f6f0e4;
       /* background:rgba(226, 190, 150, 0.20);*/
}

.result table tbody tr.even td:nth-child(1){
    background:#f9f4ee;
    /*   background:rgba(226, 190, 150, 0.25);*/
}

/* 1er Trimestre Adultos */
.result table tbody tr.odd td:nth-child(2){
    background:#e7d8c4;
    /*background-color: rgb(210, 196, 176);*/
}

.result table tbody tr.even td:nth-child(2){
  background:#efe5d9;
    /*background:rgba(210, 196, 176,0.20); /*20%* /*/
}

/* 1er Trimestre Tecnológica */
.result table tbody tr.odd td:nth-child(3){
    background:#e7d8c4;
   /* background-color: rgb(219, 205, 184);*/
}

.result table tbody tr.even td:nth-child(3){
  background:#efe5d9;
    /*background:rgba(219, 205, 184,0.20); /*20%*/
}
/* 2do Trimestre adultos */
.result table tbody tr.odd td:nth-child(4){
    background:#e7d8c4;
    /*background-color: rgb(229, 215, 194);*/
}

.result table tbody tr.even td:nth-child(4){
background:#efe5d9;
    /*background:rgba(229, 215, 194,0.20); /*20%*/
   /* background:rgba(229, 215, 194,0.20); /*20%*/
}
/* 2do Trimestre Tecnológica */
.result table tbody tr.odd td:nth-child(5){
    background:#e7d8c4;
    /*background-color: rgb(239, 225, 204);*/
}

.result table tbody tr.even td:nth-child(5){
background:#efe5d9;
  /*  background:rgba(239, 225, 204,0.20); /*20%*/
}
.result table tbody tr.odd td:nth-child(6){
    background:#e7d8c4;
    /*background:rgba(226, 190, 150, 0.20);*/
}

.result table tbody tr.even td:nth-child(6){
    background:#efe5d9;
}

/* 1er Trimestre Adultos */
.result table tbody tr.odd td:nth-child(7){
     background:#e7d8c4;
}

.result table tbody tr.even td:nth-child(7){
     background:#efe5d9;
}

/* 1er Trimestre Tecnológica */
.result table tbody tr.odd td:nth-child(8){
     background:#e7d8c4;
}

.result table tbody tr.even td:nth-child(8){
    background:#efe5d9;
}
/* 2do Trimestre adultos */
.result table tbody tr.odd td:nth-child(9){
    background:#e7d8c4;
}

.result table tbody tr.even td:nth-child(9){
   background:#efe5d9;
}
/* 2do Trimestre Tecnológica */
.result table tbody tr.odd td:nth-child(10){
    background:#e7d8c4;
}

.result table tbody tr.even td:nth-child(10){
    background:#efe5d9;
}

.result table>tbody>tr>td>span{
    color: #777 !important;
}
#tree-menu li:hover,
#tree-menu li:focus,
#tree-menu li:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/*overlay al pasar el mouse por encima*/
.result table tbody tr td {
    transition: all .2s ease;
}

.result table tbody tr:hover td {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.08);
}


@media screen and (max-width: 767px) {

  select#year,select#year_f {
    width: 30% !important;
    padding: 0 !important;
}

}