@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');

/*achica letra del menu lateral */
.achicar {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .achicar {
    font-size: 12px;
  }
}
/*--------fin-------*/

.height-100 {
     height: 100%;
}

.bg-dark-alpha {
     background-color: rgba(0,0,0,0.2);
}
.bg-light-alpha {
     background-color: rgba(255,255,255,0.2);
}

.radioSize {
     height: 20px !important;
     margin-left: 10px !important;
     width: 20px !important;
   }

.btn-fix{
     margin-top: 20% !important;
}

.text-strong{
     font-size: 20px !important; 
     font-weight: bold;
}

.table-data {
     border: 1px solid;
     padding:10px;
 }
 
 .td-data{
     border: 1px solid;
     padding: 0px;
     font-size:100%;
     font-family: Verdana, sans-serif;
     height: 10%;
 }
 
 .td-center{
     text-align: center;
     font-size: large;
 }
 
 .table-header{
     border:1px solid;
     font-weight: bolder;
     background-color: cornflowerblue;
     height:30px;
 }
 
 .main-table-header{
     font-weight: bolder;
     background-color: gold;
     height:30px;
 }
 
 .table-product{
     font-size: 20;
 }
 
 .btn-base{
     font-weight: bold;
     border: none;
     background-color: green;
     color: white;
     padding: 5px; 
     width: 100%;
     outline: none;
     box-shadow: none; 
 }
 
 .btn-hidden{
     font-weight: bold;
     background-color: white;
     border: none;
     color: white;
     padding: 10px 10px;
     display: block;
     width: 100%;
 }
 
 .eliminar{
     background-color: rgb(204, 44, 44);
 }
 
 .normal{
     font-size: 20;
 }
 
 .select-client{
 width: 25%;
 }
 
 .bg-header-table{
     background-color: #3f51b5;
     color: white;
 }
 
 .select2.select2-container .select2-selection {
     border: 1px solid #ccc;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     height: 35px;
     outline: none !important;
     transition: all .15s ease-in-out;
     padding-top: 4px;
     vertical-align: middle;
   }
 
 .btn-nav{
    padding:7px; 
 }

 .icon-nav{
    width:25px;
    height:25px;
 }
 