/* 
    Created on : 5 avr. 2016, 10:03:08
    Author     : Kalgonium
*/

.validationFinale{
    background-color: #99ff99;
    color: #006633;
    float:right;
    margin-bottom: 1em;
}
.validationFinale:hover{
    background-color: #009933;
    color: white;
}
.validationFinale:disabled{
    background-color: #dadada;
    color: #848484;
}
.validationFinale:disabled:hover{
    background-color: #dadada;
}
.vueAdmin button:hover{
    background-color: #384653;
    color: white;
}
.vueAdmin button:disabled{
    color: #848484;
}
.vueAdmin button:disabled:hover{
    background-color: #dadada;
}

.adminStudent{
    width:95%;
    margin:0 auto;
}

.tablePicture{
    width:3em;
    height:3em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin:0 auto;
}

.adminStudent img{
    width:100%;
}

.success{
    font-size: smaller;
    color:#009933;
}

.float_right{
    display: inline-block;
    float:right;
}
.mainLegend{
    color:#384653;
    font-size: larger;
}

.mainField{
    border-left:none;
    border-right:none;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
}

#photoscroll{
    width:235px;
    margin: 0 auto;
    position:relative;
    top:0;
}

#add_photo{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 35%;
    background-image: url("../images/addphoto.jpg");
    width:230px;
    height:86px;
    border: 2px solid #dadada;
}
#add_photo:hover{
    border: 2px solid #384653;
    cursor:pointer;
}
.photoScroll{
    position:absolute;
    top:86px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 35%;
    width:230px;
    height:86px;
    transition: top 0.3s, transform 0.3s, border-radius 0.3s, z-index 0s;
    border: 2px solid white;
    z-index:1;
}
.photoScroll:hover{
    transform: scale(1.1,1.1);
    border-radius: 5px 5px 5px 5px;
    z-index:2;
}

.photoScroll:hover *{
    opacity:1;
}
.scrollButDown, .scrollButUp, .scrollDelete{
    position:absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width:22px;
    height:22px;
    display:block;
    margin-left:104px;
    opacity:0;
    transition: 0.3s;
}
.scrollButDown, .scrollButUp{
    border: 1px solid #384653;
}
.scrollButDown:hover, .scrollButUp:hover{
    border: 1px solid #dadada;
    cursor:pointer;
}
.scrollDelete:hover{
    cursor: pointer;
    transform: scale(1.1,1.1);
}
.scrollButUp{
    background-image: url("../images/bout_up.jpg");
    top:2px;
}
.scrollButDown{
    background-image: url("../images/bout_down.jpg");
    bottom:2px;
}
.scrollDelete{
    background-image: url("../images/supprimerprojet.png");
    top:2px;
    right:2px;
}