/** INTEGRANDO CSS PARA INTEGRA **/

.sia-bg-lgray{background: #f9f9f9;}
.sia-bg-white{background: #fff;}
.sia-login-header{
    min-width: 330px;
    width: 100%;
    background: #f05423 !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;


}

.form-group {
    padding-top:1rem;
}
.form-group label{
   background-color: #f9f9f9;
    width: 100%;
    padding: 5px;
    border: solid #dddddd 1px;
    border-radius: 5px;
}

.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:rgb(26,24,81);
    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);
}


.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;
}

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

.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%;
}
}