html                    { overflow-y:scroll}
body                    { padding-top:50px; padding-right: 0 !important;}
/*#todo-list              { margin-bottom:30px; }*/
.btn-margin-left        { margin-left:5px; }


.modal-open, .modal-open .navbar-fixed-top {
    margin-right: auto !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #dddddd;
    color: #ffffff;
}

.clickable {
    cursor: pointer;
}


table.table-contacts {
    height:200px;
}

table.table-contacts > tbody {
  overflow-y: auto;
  width: 94%;
  position: absolute;
}

table.table-contacts > tbody > tr > td, table.table-contacts > thead > tr > th {
  float: left;
  border-top-width: 0px;
}

table.table-contacts > tbody > tr, table.table-contacts > thead > tr {
    width: 100%;
    display: inline-table;

}

.rouge {
    color: red;
}

.modal-dialog-logs {
    width: 80%;
    height: 80%;
}
.modal-content-logs {
    height: 80%;
    min-height: 80%;
    height: auto;
    border-radius: 0;
}

.reseau_social {
    padding: 8px;
	padding-right: 20px;
	font-size: 14px;
    width: 20px;
    text-align: center;
    text-decoration: none;
}

.facebook-couleur {
	color : #fff;
	background-color : #3b5998;
}

.vimeo-couleur {

	background-color: #45bbff;
    color: white;
}

.youtube-couleur {

	background-color: #ff0000;
  color: white;
}

.ghs-couleur {
	background-color: #009dcd ;
    color: white;
}

.modal-dialog-logs {
    width: 80%;
    height: 80%;
}
.modal-content-logs {
    height: 80%;
    min-height: 80%;
    height: auto;
    border-radius: 0;
}

.prefooter {
    /*position: absolute;
    bottom: 60px;
    width: 100%;
    height: 160px;*/
    margin-top : 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
}
