/*
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.
*/
/* 
    Created on : Oct 14, 2020, 2:41:16 PM
    Author     : andresfelipefuentesvasquez
*/

/*Reemplazar #5c9ccc*   Azul Actual #528cb7*/

.btn_margin{
    margin-top: 8px !important;
}

.form-button{
    padding: 25px 0px 0px 0px !important;
}

.btn {
    /*border-radius: 1px;*/
}

.btn-link {
    /*border-radius: 1px;*/
    color:#000000 !important;
    text-decoration: none !important;
}

.btn-sm-2 {
    /*border-radius: 1px;*/
    width: 10px;
    height: 10px;
}

.btn-primary {
    background-color: #528cb7!important;
    border: 1px solid #528cb7!important;  
    /*border-radius: 1px;*/
}

.btn-primary:hover {
    background-color: #ffa061 !important;
    border: 1px solid #ffa061 !important;  
    /*border-radius: 1px;*/
}

.btn-outline-primary {
    /*background-color: #528cb7!important;*/
    border: 1px solid #528cb7!important; 
    color: #528cb7!important;
    /*border-radius: 1px;*/
}

.btn-outline-primary:hover {
    background-color: #528cb7!important;
    border: 1px solid #fff !important; 
    color: #fff !important;  
    /*border-radius: 1px;*/
}

.card-header.bg-primary {
    background: #528cb7!important;
}

.bg-primary {
    background: #528cb7!important;
}

.bg-info {
    background: #e6eff2 !important;
}

.bg-primary-alt {
    background: #dce5e8 !important;
}

.sticky-top-1 {
  align-self: flex-start;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 100 px !important;
  padding: 0px;
  z-index:101;
  
}

.ui-dialog{
    z-index:999 !important;
}

.pop-sobre-todo{
    z-index:9999 !important;
}

.card{
    margin: 5px 5px 5px 5px !important;
    border-radius: 0px 0px 0px 0px !important;
}

span{
    font-weight: bold !important;
}

.btn{
    border-radius: 0px 0px 0px 0px !important;
}

.btn.btn-tabla{
    
    height: 25px !important;
    font-size:12px !important;
}

.btn:disabled{
    background-color:#d9d9d9 !important;
    font-color:#000000 !important;
    border-color: #d9d9d9 !important;
}

.card-header{    
    padding: 10px 0px 0px 10px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.card-config{    
    /*padding: 10px 0px 10px 5px !important;*/
}

/*Titulo de los acordeones*/
.card-header-title{
    color:#000000 !important;
    font-size:20px !important;
}


.nav-link.navv{
    background-color:#d9d9d9 !important;
    border-color: #d9d9d9 !important;
    /*border-bottom-color: transparent !important;*/
    /*border-radius: 3px 3px 3px 3px !important;*/  
    border-radius: 0px 0px 0px 0px !important;
    color:#808080 !important;
    font-size:14px !important;
    /*font-weight: bold !important;*/ 
    margin: 1px 1px 1px 1px !important;
    /*padding: 1px 1px 1px 1px !important;*/
    height: 38px;
}
    
/**/
.nav-link.navv:hover{
    background-color: #ffa061 !important; 
    border-color: #ffa061 !important;
    color:#FFFFFF !important;
} 

/**/
.nav-link.navv.active {
    border-color: #528cb7!important;
    background-color:#528cb7!important;
    color:#ffffff !important;
} 

.accordion .card .card-header{
    
    padding-bottom: 0px !important;
    /*background-color:#d9d9d9 !important;*/
    /*border: 1px solid #528cb7!important;*/
    /*border-radius: 3px 3px 3px 3px !important;*/
    /*font-weight: bold;*/
}




.myButton {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 6px;
  text-decoration: none;
}

.myButton:hover {
  background: #3cb0fd;
  text-decoration: none;
}



/*Se coloca para que el autocomplete funcione con modal de bootstrap*/
.ui-autocomplete {
  z-index: 1051 !important;
}









