/* your styles go here */

.cc-picker-code-list{
    color: #0B3F73;
}
.mypopover li{
    font-size: 0.9em;
}
h6 {
    font-weight: normal;
    line-height: 1.2;
}
.card{
    /*padding-left: 0px !important;
    padding-right: 0px !important;*/
    border-radius: 15px;
    background-color: #0B3F73 !important;
    color: white !important;
    padding: 10px !important;

}
.card-header{
    background-color: #0B3F73 ;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    padding: 10px !important;
}
.top-border-raduis{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.card-body{
    padding-left: 5px !important;
    padding-right: 0px !important;
}
.card:not([class*="text"]) p {
    color: #e1d3d3 !important;
}
.noBg{
    background:#0B3F73 !important;   
}
.noBg:focus{
    background:#0B3F73 !important;   
}
.swal2-actions{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.MyLoading{
    align-items: center;
    background: rgba(0,0,0,.4);
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}
tr:nth-child(even) {
    background-color: #CCC !important;
}
tr:nth-child(odd) {
    background-color: #FFF !important;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto",sans-serif;
font-weight: 300;
    padding: .375rem .75rem !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.custom-file-label {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
label{
    font-size: 1rem;
}