body{
    background-color: #F5F5F5 !important;
    width: 99%;
}
div.logo, div.text-center{
    text-align: center;
}
div.centered{
    text-align: center;
    padding: 2%;
}
div.logo>img{
    width: 30%;    
}
div.dropdown-padding{
    padding-left: 1%;
}
.full-padding{
    padding: 2%;
}
.title{
    margin-left: 2%;
}
.custom-table{
    margin-left: 2%;
    margin-right: 2%;
}
.bills{
    font-size: 0.8em;
}
#button-pending,#button-excel{
    float: right;
}
.btn-no-padding{
    padding: 0 !important;
}
img.icon{
    width: 20px;
    height: 20px;
}
img.icon-bill{
    width: 30px;
    height: 30px;
}
.expired{
    color: red;
}
div.section{
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
}
div.search > a > img {
    width: 2em;
    padding-bottom: 0.4em;
}
div.search > input {
    width: 50%;
}
.login-form {
    width: 300px;
    margin: 0 auto;
    font-family: Tahoma, Geneva, sans-serif;
}
.login-form input[type="password"],
.login-form input[type="text"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    box-sizing:border-box;
}
.login-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #3bb3b7;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}

.right {
    float: right;
}
.left {
    float: left;
}
.removeClientDataList{
    cursor: pointer;
    width:20px;
    height:20px;
    margin-left:10px;
}

ul#selectedClients {
    list-style-type: none; 
}
ul#selectedClients>li{
    border-bottom: 1px solid grey;
    text-align: right;
    padding-top: 1.5%;
    padding-bottom: 1.5%
}
span.warning-multiple{
    color: red;
    font-size: 0.8em;
    line-height: 4;
    margin-left: 1%;
}