div#editor-table_paginate{
    margin-top: 10px;
}

tr.odd{
    background-color: #7fa8b2;
    border-color: #337ab7;
    height:24px;
}

button.dt-button{
	margin-right: 0.333em;
}

li.select2-search.select2-search--inline{
	width: 100%;
}
input.select2-search__field{
	width: 100%;
}

li.select2-selection__choice{
	color: black!important;
}

.table-top-texte{
    margin-top: 15px;
	margin-bottom: 10px;    
}

.td_cmd{
    width: 22px; 
}

.container{
    max-width: calc(100% - 30px) !important;
    margin-left: 5px;
}

.treeview-menu > li > a{
    padding-left: 5px; 
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    width: 12px;
    height: 11px;
    border: 1px solid #337ab7;
}

td.highlight {
    background-color: whitesmoke !important;
}

.result_text {
	display: inline;
  	font-size: 24px;
  	font-weight: 400;
}

.fa-clone {
	cursor: pointer;
}


.form-control {
    height: 28px;
    padding: 4px 10px;
    font-size: 14px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-page,
.register-page {
    background: #1c3444;
}

.tooltiped{text-decoration: underline dotted;cursor: help;}
