html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.typeTable{
    width: 25%;
    float: left;
    margin-right: 20px;

}

.typeTable > tbody > tr > td, .typeTable  > tbody > tr > th{

    text-align: center;
    vertical-align: middle !important;
}

.financementTable{
    width: 70%;
}

.financementTable  > tbody > tr > td,.financementTable  > tbody > tr > th{
    text-align: center;
    vertical-align: middle !important;
}
.addButtonR{
    float: right;
}
#operationreservataire-id_reservataire{
    max-width: 285px;
}
#operationreservataire-nb_logement{
    max-width: 285px;
}

#commentaire{
    min-height: 100px;
    max-width: 100%;
    word-wrap: break-word;
    height: 150px;
    display: block;
    width: 100%;
    overflow-y: scroll;
    padding: 10px;
    border: solid #ddd 1px;
    resize: both;
}

#operation-commentaire{
    height: 300px;
    max-width: 100%;


}

.blockField{
    cursor: not-allowed;
    opacity: .3;
    pointer-events: none;
}

.error-total{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}


.btnDisabled{
    cursor: not-allowed;
    opacity: .3;
    pointer-events: none;
}

.status-import{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 64%;
    padding: 8px;
    border: solid #ddd 1px;
}

.modal-dialog {
    min-width: 60%;
}
.modal-content{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;


}

.modal {
    z-index: 1052 !important;
}
