/*body { font: 16px sans-serif; }*/
/*img { width: 100px; }*/
/*table { border-collapse: collapse; margin-bottom: 15px; }*/
/*th, td { padding: 2px 0; }*/
/*th { font-weight: normal; padding-right: 30px; text-align: left; }*/
/* p { margin: 0 0 15px; } */
/*p.heading { font-weight: bold; text-transform: uppercase; text-decoration: underline; }*/

/*#bloc1, #bloc2*/
/*{*/
/*    display:inline;*/
/*}*/

.bg-blueonlygradient{
    background: rgb(105,9,57);
background: linear-gradient(111deg, rgba(105,9,57,1) 0%, rgba(35,117,117,1) 41%, rgba(3,52,106,1) 83%);
}

.bg-blueonlygradientunder{
    background: rgb(2,93,194);
background: linear-gradient(111deg, rgba(2,93,194,1) 0%, rgba(52,184,184,1) 51%, rgba(219,9,114,1) 100%);
}

.bg-ehrmmodalheader{
    background: #19aadd;
    /*background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(2,144,193,1) 72%, rgba(0,70,149,1) 100%);*/
}

.bg-ehrmsidebar{
    background: white;
}
.bg-header{
/*    background: rgb(105,9,57);*/
/*background: linear-gradient(111deg, rgba(105,9,57,1) 0%, rgba(35,117,117,1) 41%, rgba(3,52,106,1) 83%);*/
background: rgb(71,13,164);
background: linear-gradient(90deg, rgba(71,13,164,0.981127485173757) 0%, rgba(101,181,13,1) 72%, rgba(238,0,57,0.9475140397956058) 100%);
}

.bg-middle{
    /*background: rgb(2,93,194);*/
    /*background: linear-gradient(111deg, rgba(2,93,194,1) 0%, rgba(52,184,184,1) 51%, rgba(219,9,114,1) 100%);*/
    background: #009dc4;
}

.bg-modal{
    background: #19aadd;
    /*background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 32%, rgba(2,144,193,1) 72%, rgba(0,70,149,1) 100%);*/
}

input[type=radio] {
    width: 25px;
    height: 25px;
}

input[type=checkbox] {
    width: 22px;
    height: 22px;
}

/*.system-logo {*/
/*    display: inline-block;*/
    /*width: 150px; */
    /*height: 50px; */
/*    background-image: url('img/Asset 1@10x.png');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

