
.DescartesPanelExportCsvButton {
    cursor: pointer;
}

.DescartesDataGridLocalizeHeader {
     width: 10px; 
}
.DescartesDataGridEvenLocalizeCell {
    cursor: pointer;
     width: 10px;
}
.DescartesNavTabs.nav-tabs .nav-item.show .nav-link,.DescartesNavTabs.nav-tabs .nav-link.active {
    color: #337ab7;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.DescartesNavTabs.nav-tabs .nav-link {
	color: #495057;
	background-color: #f5f5f5;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.DescartesPanelContent{
    overflow: auto;
}

.DescartesUIResults .fixed-table-container {
    position: relative;
    clear: both;
    border: 0px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.DescartesUIResults div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding-right: 1px;
}
.DescartesUIResults .DescartesUIResultsMsgError {
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding-right: 1px;
    color: red;
}

.DescartesUIResults .DescartesUIResultsMsgErrorTechnique {
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    padding-right: 1px;
    color: grey;
}

.DescartesUIResults .bootstrap-table .table:not(.table-condensed),.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > thead > tr > td,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,.DescartesUIResults .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 1px;
}

.DescartesUIResults .bootstrap-table .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    background-color: #dddddd;
}
/*.DescartesUIResults table.dataTable > thead > tr > th:not(.sorting_disabled),.DescartesUIResults table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 0px;
}*/

.DescartesUIResults div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: 150px;
}
.DescartesUIResults table tfoot input {
    width: 80px;
}

.DescartesUIResults button.dt-button,.DescartesUIResults div.dt-button,.DescartesUIResults a.dt-button,.DescartesUIResults input.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0.2em;
    padding: 0.2em 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

 .DescartesDialogResult .modal-dialog .modal-footer{
     overflow: visible; 
 } 

.DescartesPanelContent .bootstrap-table {
    height:50vh;
}

.DescartesUIResultsViewAvanced .DescartesPanelContent .bootstrap-table {
    height:unset;
}

.DescartesPanelContent .bootstrap-table .fixed-table-body{
    overflow: inherit;
}
.DescartesPanelResultLayerExportButton {
    background: url("img/icon_export_resultlayer.gif") no-repeat center;
    float:left;
    display: block;
	width: 24px;
	height: 24px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}
.DescartesUIListResultLayers {
	height: 150px;
	overflow: auto;
	border-bottom: solid;
	border-bottom-color: #dee2e6;
	border-bottom-width: 1px;
}
.DescartesUIListResultLayers .DescartesUIListLink {
	padding-left: 10px;
	display: block;
}
.DescartesUIListResultLayers .DescartesUIListLink.active {
    color: #337ab7;
}
.DescartesUIListResultLayers .DescartesUIListLink {
	color: #495057;
}
.DescartesUIListResultLayers a:hover {
	cursor:pointer;
	color: #337ab7;
	text-decoration: none;
}