.border-blu-custom{
	    border-color: #2196f3;
}
.error {
      color: red;
      
   }
.modal-lg-fp{
	max-width: 80%;
}

.row{
	padding-bottom: 20px;
}
.timesheet1_new{
	background-color: #ECEDE0;
}

.aliensun-link-icon{
	display: none !important;
}

.image_logo_ires {
   width:280px; /*width of your image*/
   height:140px; /*height of your image*/
   background-image: url(../img/logo2.png);
   margin:0 auto; /* If you want no margin */
   padding:0; /*if your want to padding */
}

#conta_not{
   font-size:110% !important;
   font-weight: 700 !important;
}

.table--two-cols{
    td{
        width: 50%;
    }
}

.is-responsive{
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .modal-xl { max-width: 1140px; }
}

.external-links{
    padding-left: 15px;
    padding-right: 15px;
}

.external-link{
    padding: 6px 3px;
}

.external-link:not(:last-of-type){
    border-bottom: 1px solid #ddd;
}

.external-link__item{
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 15px;
    gap: 9px;
}

.external-link__item:hover,
.external-link__item:focus{
    color: #f6812d;
}

.external-link__icon{
    fill: #f6812d;
    height: auto;
    width: 32px;
}