.bg-body {
	/*background: url(../images/1.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-color: #f5f5f5;*/
}

.card-login {
    margin-top: 100px;
    max-width: 25rem;
    /*padding-right: 30px;*/
}
.card-reg-user {
    margin-top: 10px;
    max-width: 25rem;
    /*padding-right: 30px;*/
}

.card-shadow{
    -webkit-box-shadow: 6px 6px 31px -5px rgba(0,0,0,0.72);
-moz-box-shadow: 6px 6px 31px -5px rgba(0,0,0,0.72);
box-shadow: 6px 6px 31px -5px rgba(0,0,0,0.72);
}

.text_sigalsx4_purpple{
    color:  #7349b7;
}
.text_sigalsx4_purpple_dark{
    color: #02053a;
}
.sigalsx4_desactivado{
    color: #999;
}

.bg-sigalsx4-purpple {
  background-color: #7349b7 !important;
}

a.bg-sigalsx4-purpple:focus, a.bg-sigalsx4-purpple:hover,
button.bg-sigalsx4-purpple:focus,
button.bg-sigalsx4-purpple:hover {
  background-color: #7349b7 !important;
}

.bg-sigalsx4-purpple_dark {
  background-color: #02053a !important;
}

a.bg-sigalsx4-purpple_dark:focus, a.bg-sigalsx4-purpple_dark:hover,
button.bg-sigalsx4-purpple_dark:focus,
button.bg-sigalsx4-purpple_dark:hover {
  background-color: #02053a !important;
}

.bg-sigalsx4-purpple_card {
  background-color: #7a6fbe !important;
}

a.bg-sigalsx4-purpple_card:focus, a.bg-sigalsx4-purpple_card:hover,
button.bg-sigalsx4-purpple_card:focus,
button.bg-sigalsx4-purpple_card:hover {
  background-color: #7a6fbe !important;
}

.bg-img-card{
    background: url(../images/bg-1.png);
    background-size: cover;
}


.ifs-bg-body{
    background-color: #fafafa;
}

.ifs_text_blue{
    color: #005190;
}
.ifs_text_gray_tit{
    color:#868686;
}
.ifs_bg_blue{
    background-color: #005190;
}
.error-camp{
    font-weight: bold;
    font-size: 11px;
}

#btn_float{
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
.title_card_ifs{
    font-size: 22px;
}
.ifs_border_b_blue{
    border-bottom: 1px solid #005190;
}
.ifs_border_b_blue:hover{
    border-bottom: 1px solid #dc3545;
}
.ifs_border_b_red{
    border-bottom: 1px solid #dc3545;
}
.ifs_border_b_red:hover{
    border-bottom: 1px solid #005190;
}

.ifs_border_t_blue{
    border-top: 1px solid #005190;
}
.ifs_border_t_blue:hover{
    border-top: 1px solid #dc3545;
}
.ifs_border_t_red{
    border-top: 1px solid #dc3545;
}
.ifs_border_t_red:hover{
    border-top: 1px solid #005190;
}
.bg-ifs-blue {
  background-color: #005190 !important;
}

a.bg-ifs-blue:focus, a.bg-ifs-blue:hover,
button.bg-ifs-blue:focus,
button.bg-ifs-blue:hover {
  background-color: #005190 !important;
}
.ifs_card_categoria{
    color: #9A9A9A;
}
.ifs_card_cantidad{
    color: #333333;
}
.carousel-caption{
    color:#ffffFF;
    font-weight: bold;
    background-color: #383838;
    opacity: 0.8;
}

.sombra{
    box-shadow: 0px 5px 28px -15px #02053a;
    -webkit-box-shadow:0px 5px 28px -15px #02053a;
    -moz-box-shadow: 0px 5px 28px -15px #02053a;
}

/*
.borderless td, .borderless th {
    border: none;
}*/

.borderless td, .borderless th {
    border: none;
}

.icon-card{
    font-size: 30px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff!important;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: inline-block;
}

.Estilo_de_tablas {
    /*color: #FFFF00*/
    border-color:#02053A; /*Morado oscuro*/
    /*border-color:#7349B7;*/  /*Morado claro*/
}

.fondo_1 {
    /*background-color: #dcd1ff;*/
    background-color: #ede2ff;   
    
}
.fondo_2 {
    /*background-color: #dcd1ff;*/
    /*background-color: #E7EAED;   /*Griz para fondo*/
    /*background-color: #ECECEC;*/   /*Griz para fondo Claro*/
    background-color: #DBDBDB;   /*Griz para fondo Oscuro*/
}

#texto_flotante{
    position: fixed;
    bottom: 100px;
    cursor: pointer;
}