html {
    position: relative;
    min-height: 100%;
}
table form { margin-bottom: 0; }
form ul { margin-left: 0; list-style: none; }
.error { color: red; font-style: italic; }
body { 
    padding-top: 20px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
form { margin: 0; }

.container { padding-top:40px; padding-bottom: 15px;}

/* LOGIN */
body.login {
    background: url(/assets/img/bg-benevoles.jpg);
    background-attachment: fixed;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    margin-top: 20px;
    padding: 0px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#login_help {
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img {
    margin: 0 auto 10px;
    display: block;
}
.need-help {
    margin-top: 10px;
}
.form-group .input-group {
    padding-left: 15px;
    padding-right: 15px;
}
.form-group .control-label {
    text-align: right;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .text-muted {
    margin: 0;
}
img.align-left{margin-right:15px;float:left;margin-bottom: 15px;max-width: 50%;width:auto;height:auto;}
img.align-right{margin-left:15px;float:right;margin-bottom: 15px;max-width: 50%;width:auto;height:auto;}
.dropdown-menu>li> a.disabled {
    pointer-events: none;
    cursor: default;
    color: lightgray;
}

.row {
	margin-bottom: 15px;
}

img.thumb{
    max-width: 50px;
    height: auto;
}

.fa-file-excel-o {
    color: green;
    padding: 3px 3px 3px;
    margin-left: 5px;
}
.btn{margin:2px;}
.btn.pull-left{
    margin-right:5px;
}

.table {
    border: 1px solid rgb(237, 237, 237);
}

table th{
    font-size: 12px;
    color:gray;
}

table th.action{
    width:150px;
}

table td.action{
    border-left: 1px solid rgb(236, 236, 236);;
}

.tab-content {
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    padding: 15px;
}

#benevole_container .tab-content {
    border: none;
    padding: 0px;
}

.label-OPEN{background-color: #5bc0de}
.label-WAITING{background-color: rgb(117, 117, 253)}
.label-STARTED{background-color: orange}
.label-FINISHED{background-color: rgb(87, 171, 87)}
.label-ERROR{background-color: rgb(255, 105, 105)}
.label-BUG{background-color: red}

table td.break_word{word-break: break-all;}

.input-group-addon.btn-info{color:white;}

.logo-wrapper {
    width: 140px;
	margin: 0 auto;
	padding: 10px 10px 1px;
	/*background-color: rgb(59, 53, 48);*/
}

.logo-wrapper img {
	width:100%;
}

.text-blue {
    color: rgb(49, 112, 181);
}

.legend {
    border-bottom: 1px solid #3b3530;
    padding-bottom: 10px;
  }