
input[type=text].search_plan {
  width: 200px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 6px;
  border: 2px solid #9e9ea6;
  border-radius: 5px;
  outline: none;
  padding-left: 8px;
  margin-top: -5px;
  padding-right: 25px;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].search_plan:focus {
  /*width: 50%;*/
  border: 2px solid #2196F3;
}


input[type=text].search_cli_caj {
  width: 100%;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 8px;
  border: 2px solid #9E9E9E;
  border-radius: 5px;
  outline: none;
  padding-left: 14px;
  margin-top: 0px;
  padding-right: 25px;
  font-size: 18px;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].search_cli_caj:focus {
  /*width: 50%;*/
  border: 2px solid #2196F3;
  /*background: #e8f0fe;*/
}

.close_search{
  color: #777777;
  border-radius: 50%;
  background: #eee;
  padding: 12px 7px 0px 6px;
  cursor: pointer;
}
.close_search:hover{
  color: white;
  background: #2196F3;
}

input[type=text].search_history {
  padding: 4px;
}

input[type=text].search {
  width: 250px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 8px;
  /*border-radius: 10px;*/
  border: 2px solid #9e9ea6;
  /*height: 20px;*/
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #6d6b6b;
  font-size: 1.1em;
  padding-left: 10px;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].search:focus {
  /*width: 50%;*/
  border: 2px solid #2196f3;
  border-radius: 5px 0 0 5px;
}

.card_album_img{
  width: 200px;
}

.card_600{

}

@media screen and (max-width: 600px) {
    input[type=text].search:focus {
    /*width: 80%;*/
/*    border: 2px solid #ffc107;
    border-radius: 5px 0 0 5px;*/
  }
  .card_album_img{
    width: 100%;
  }
  .card_600{
    box-shadow: none;
  }
}

.btn_buscar{
  margin: 0px;
    min-width: 60px;
}


.btn_album:hover{
  cursor: pointer;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
}

.btn_vermas{
  text-transform: none;
  box-shadow: none !important;
}

.btn_vermas:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.album_titulo{
  font-weight: 300;
}

.active_tem_alb{
  border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    background: linear-gradient(-45deg, #ffffff 30%, #FFC107);
    font-weight: 600;
    color: #060606;
    border-left: 6px solid #8BC34A;
}

.list_hover:hover{
  background: #eee;
}

.margin_0{
  margin: 0px;
}

.card_biblio_img{
  width: 90px;
  height: 90px;
}

.task_estado{
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 4px;
  
  margin-left: 2px;
  margin-right: 2px;
  border-bottom: 0px solid red;
}

.taskPEND{
  border-top: 2px solid #d6d6d6;
}

.taskPROC{
  border-top: 2px solid #2196f3;
}

.taskATEN{
  border-top: 2px solid #4caf50;
}


input[type=text].search_serie {
  width: 250px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 8px;
  /*border-radius: 10px;*/
  border: 2px solid #9e9ea6;
  /*height: 20px;*/
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #6d6b6b;
  /*font-size: 1.1em;*/
  padding-left: 10px;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].search_serie:focus {
  /*width: 50%;*/
  border: 2px solid #2196f3;
}


.frame_bus_serie{
  border: 1px solid #9e9ea6;
  padding: 4px;
}


.fuse-card{
    background: #fff;
    border-radius: 8px;
    border: 1px solid;
    margin-bottom: 10px!important;
    padding: 16px!important;
    border-color: rgba(0,0,0,.12);
    
}

.fuse-card-title{
      color: rgba(0,0,0,.54);
      font-size: 14px;
}

.fuse-card-por{
  color: #4CAF50;
  font-size: 14px;
}

.fuse-card-contar{
    font-size: 54px;
    font-weight: 300;
}
.fuse-card-link{
  font-size: 13px;
}