/** INTEGRANDO CSS PARA INTEGRA **/

.sia-bg-lgray{background: #f9f9f9;}
.sia-bg-white{background: #fff;}
.sia-login-header{
    min-width: 330px;
    width: 100%;
    background: #white !important;
    border: transparent !important;
}
.sia-login-body{
    background-image: url('../images/abstract-texture-blue.jpeg');
    /*background-color: #a0a0a0;
    background-image: linear-gradient(160deg, #ffffff 0%, #a0a0a0 100%);*/
    background-position: 100% 100%;
    font-weight:300;


}

.sia-bodyground{
    background: url('../images/back2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.sia-h-white{
    /*background: rgb(208,208,208);*/
    background:#125071;
    color:white;
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center;
    font-weight: 400;
}

.sia-login-submit{
    width:60%;
    clear:both;
    margin-top:1rem;
    margin-left:20%;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(240,240,240, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(240,240,240);
}

.p-white{
background-color:white;
}
.p-white:hover{
 background-color:#f6f6f6;
}
.p-bluelight{
 background-color:#9bdffd;
}
.p-bluelight:hover{
 background-color:#cbefff;
}

.p-green{
 background-color:#55df94;
}
.p-green:hover{
   background-color:#97ffc6;
}

.p-yellow{
 background-color:#fdf39b;
}
.p-yellow:hover{
   background-color:#fffaca;
}

.p-orange{
 background-color:#fbdcaa;
}
.p-orange:hover{
   background-color:#ffebca;
}

.p-red{
 background-color:#fbb89a;
}
.p-red:hover{
   background-color:#fbc3aa;
}


.bg-image-vertical {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: right center;
background-size: auto 100%;
}

.sia_user{
    position:absolute;
    right:0;
}

.bg-primary{
    background-color:#125071 !important;
}

a {
    color:#125071;
}

.l-navbar{
 background-color:#0b3146 !important;
}


.sia_user_btn{
    color: #000;
    background:transparent;
    border: 0px;
}

.form-group{
margin-top:1rem;

}

.sia_print{
    font-weight:600;
    padding-left:0.3rem;
}

.sia_table_print>:not(caption)>*>*{
    border-bottom-width:2px;
    border-color:transparent;
}


.sia_table_responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sia_txt_9{
    font-size:0.9rem;
}

.help-block{
    background: #feed9b;
    padding-left: 0.5rem;
    margin-top: 0.3rem;
}


@media (min-width: 1025px) {
.h-custom-2 {
height: 100%;
}
}