/*
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 10, 2022, 9:30:14 PM
    Author     : BALLANG
*/

/*
*/
.input-edit{
    font-weight: 500;
    color:#3235B2;

}
.alert-x{
    padding-top:5px;
    padding-left:5px;
    padding-bottom: 0px;
    color: #FFFFFF;

    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 5px;
}
.input-req{
    font-weight: 500;
    color:#E00030;

}

.breadcrumbx {
    background: #ddd;
    padding: 15px;
    list-style-type: none;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.breadcrumbx a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumbx a:hover{
    color:#1c2b2d;
}
.breadcrumbx li+li:before{
    font-family: "FontAwesome";
    padding: 0px 15px;
    color: black;
    font-size: 16px;
}
.one li+li:before {
    content: "/";

}
.two li+li:before {
    content: "/";
}
.three li+li:before {
    content: "/";
}
.four li+li:before {
    content: "/";
}
.five li+li:before {
    content: "/";
}
.six li+li:before {
    content: "/";
}
.breadcrumbx a{
    text-decoration: none;
}
@media(max-width: 450px){
    li+li:before{
        padding: 0 8px;
    }
}
.ui-datepicker{
    z-index: 9999;
}