﻿body {
    font-family: Calibri;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(47, 85, 151);
    color: white;
    text-align: center;
    font-size: 11px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


/*// you can find main page image datalist main.Menu.Master head*/
/*body.myeva{background-image:url(images/8.jpg);background-repeat: no-repeat; background-attachment:fixed; background-position: top;background-position-y: 73px; background-size: cover;}*/
/*body.evalist{background-image:url(images/4.jpg);background-repeat: no-repeat; background-attachment:fixed; background-position: top; background-position-y: 91px; background-size: cover;}*/
body.createUser {
    background-image: url(images/userCreation.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 477px 477px;
}

body.editUser {
    background-image: url(images/changePassword.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: 800px 700px;
}

body.editOtherUser {
    background-image: url(images/8.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: bottom;
    background-position-x: center;
    background-size: 45%;
}

body.userSearch {
    background-image: url(images/7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-position-y: 550px;
    background-size: cover;
    background-position-x: center;
    background-size: 600px 350px;
}

div.button_01 {
    display: none;
}
