.DescartesModal .modal-header, .DescartesDialog .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.DescartesDialog .modal-header{
    cursor: move;
}

.DescartesDialog .modal-dialog {
/*     max-width: 550px; */
/*     width: 550px; */
    margin: 1.75rem auto; 
    position: absolute;
    left: 40vh;
}
.DescartesDialogResult .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
.DescartesDialogResult .modal-dialog {
    max-width: 80vh;
    width: 80vh;
    margin: 1.75rem auto;
	position: absolute;
	left: 40vh;
/* 	top: 20%; */
/* 	-webkit-transform: translate(-20%, 0%); */
	/* transform: translate(-20%, 0%); */
/* 	pointer-events: none; */
}
.DescartesDialogResult .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem;
}

.DescartesDialogResult .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px;
    border-top: 1px solid #e9ecef;
}
.DescartesDialogResult .scrtabs-tab-container {
    height: 45px;
}
.DescartesDialog .modal-dialog .modal-header {
    overflow: hidden;
}

.DescartesDialog .modal-dialog .modal-footer {
    overflow: hidden;
}

.DescartesModalTitle {
    font-family:Arial;
    font-size: 18px;
}
/*.DescartesDialog .DescartesPanelContent {
    overflow: hidden;
}*/

.DescartesDialogContent{
    overflow: auto;
    height: 450px;
}

.DescartesDialog div.dataTables_wrapper div.dataTables_length select {
    width: 50%;
    display: inline-block;
}

.DescartesDialog th, .DescartesDialog td { white-space: nowrap; }

div.dataTables_wrapper {
    margin: 0 auto;
}

.DescartesDialog .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.DescartesDialog .scrtabs-tab-scroll-arrow.scrtabs-disable, .DescartesDialog .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default;
}
.DescartesDialog .scrtabs-tab-scroll-arrow,.DescartesDialog .scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer;
}

.DescartesDialog .scrtabs-tab-scroll-arrow {
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-top-style: solid;
        border-top-width: 1px;
    color: #428bca;
    display: none;
    float: left;
    font-size: 12px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
}


.DescartesDialog .dataTables_wrapper .dataTables_length, .DescartesDialog .dataTables_wrapper .dataTables_filter, .DescartesDialog .dataTables_wrapper .dataTables_info, .DescartesDialog .dataTables_wrapper .dataTables_processing, .DescartesDialog .dataTables_wrapper .dataTables_paginate {
    color: #333;
}
.DescartesDialog .dataTables_wrapper .dataTables_length {
    float: left;
}

.DescartesDialog .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em;
}

.DescartesDialog div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 2001;
}

div.dt-button-info{
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	margin-top:-100px;
	margin-left:-200px;
	background-color:white;
	border:2px solid #111;
	box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	text-align:center;
	z-index:1221
}
div.dt-button-info h2{
	padding:.1em;
	margin:0;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #ddd;
	background-color:#f3f3f3
}

.DescartesDialog table.dataTable > thead .sorting::before, .DescartesDialog table.dataTable > thead .sorting::after, .DescartesDialog table.dataTable > thead .sorting_asc::before, .DescartesDialog table.dataTable > thead .sorting_asc::after, .DescartesDialog table.dataTable > thead .sorting_desc::before, .DescartesDialog table.dataTable > thead .sorting_desc::after, .DescartesDialog table.dataTable > thead .sorting_asc_disabled::before, .DescartesDialog table.dataTable > thead .sorting_asc_disabled::after, .DescartesDialog table.dataTable > thead .sorting_desc_disabled::before, .DescartesDialog table.dataTable > thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 0;
    display: block;
}


.DescartesDialog table.dataTable tbody tr.selected, .DescartesDialog table.dataTable tbody th.selected, .DescartesDialog table.dataTable tbody td.selected {
    color: white;
}
.DescartesDialog table.dataTable tbody > tr.selected, .DescartesDialog table.dataTable tbody > tr > .selected {
    background-color: #0275d8;
}

.DescartesDialog .fixed-table-container tbody .selected td {
    background-color: #0275d8;
}