/*
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 : 2017-07-06, 14:41:20
    Author     : fmt
*/


th, td{
        padding:10px !important;
}

.checkbox_inactive, .checkbox_validated{
    width:20px;
    height:20px;
}

#pagination{
    padding-top: 25px;
}


.center {
  margin-left: auto;
  margin-right: auto;
}

h2{
    padding-top: 20px;
    padding-bottom: 20px;
}

#login_form{
    height:300px;
}

.message_error{
    color:red;
    font-weight:700;
    padding-top:35px;
}