body {
	font-size: 14px;

}

.DTE_Field.form-group label a.lookup{
	display: block;
	float: right;
	color: #17a2b8;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.table-borderless td, .table-borderless th{
	border: none;
}

.table-borderless th.label{
	width: 27%;
}

.table-borderless.totals th.label{
	width: 50%;
}

.table-borderless.totals th, .table-borderless.totals td{
	text-align: right;
	padding: 0;
}

.table-borderless.totals td{
	padding-right: 23px;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
}

/*
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
	outline: none;
	box-shadow: none;
}
*/

table.dataTable td.image-thumb img {
	max-width: 100px;
	max-height: 60px;
}

table.c9-detail .form-control {
	border-radius: 0;
	padding: 0.375rem .25rem;
	font-size: 14px;
}
/*
	table.c9-detail .form-control:focus {
		color: #212529;
		background-color: #fff;
		border-color: #0275d8;
		outline: 0;
		box-shadow: none;
	}

*/
	table.c9-detail thead tr{
		background-color: #dee2e6;
	}

	.table-hover.c9-detail tbody tr:hover td, .table-hover.c9-detail tbody tr:hover th {
	  background-color: #fff;
	  color: #212529;
	  cursor: pointer;
	}

	table.dataTable.stripe.c9-detail tbody>tr.selected, table.dataTable.stripe.c9-detail tbody>tr>.selected, table.dataTable.display.c9-detail tbody>tr.selected, table.dataTable.display.c9-detail tbody>tr>.selected{
		background: #fff;
	}

	table.dataTable.c9-detail tbody tr.selected, table.dataTable.c9-detail tbody th.selected, table.dataTable.c9-detail tbody td.selected{
		color: #212529;
	}

/*
	table.dataTable.c9-detail tbody th.focus, table.dataTable.c9-detail tbody td.focus {
		padding-left: 0;
		padding-right: 0;
	}
*/
	table.dataTable.c9-detail tbody tr.selected td.select{
		background: #007bff;
		color: #fff;
	}

table.c9-detail div.DTE_Inline div.DTE_Field input{
	position: absolute;
    left: -.3em;
    top: 0;
    bottom: 0;
    width: 102% !important;
    color: #000;
    font-weight: bold;
}

table.c9-detail div.DTE_Inline div.DTE_Field.text-right input{
	text-align: right;
}

/*
table.c9-detail div.DTE_Inline div.DTE_Field input.form-control{
	height: 29px;
}
*/

div.dtk-focus-alt table.dataTable.c9-detail tbody th.focus, div.dtk-focus-alt table.dataTable.c9-detail tbody td.focus {
	outline: none;
	box-shadow: none;
}

.card-body.full-height {
	height: calc( 100vh - 177px );
}

	.tab-pane .card-body.full-height {
		height: calc( 100vh - 300px );
	}

.card-header button.close-card {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 38px;
}

h3.card-title{
	padding-right: 50px;
	margin-bottom: 0;
	font-size: 18px;
}

.card-text .field-label, .card-text .field-inline-note{
	display: inline-block;
	width: 70px;
	color: #666;
	font-size: 13px;
}

	.card-text .field-inline-note{
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

.card-text .field-data{
	display: inline-block;
}

.tab-content {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	border-radius: 4px;
	border: 1px solid #dee2e6;
	border-top: none;
}

.tooltip { pointer-events: none; }

table.table-sm.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {

	top: 8px;

}

.modal.editor {}

@media (min-width: 576px) {

	.modal.DTED .modal-dialog{

		min-width: 100%;

	}

}

@media (min-width: 768px) {

	.modal.DTED .modal-dialog{

		min-width: 95%;

	}


}


@media (min-width: 992px) {

	#mainNav.fixed-top .sidenav-toggler {
		margin-top: calc(100vh - 58px);
	}

	.modal.editor .modal-dialog{

		min-width: 90%;

	}

}

@media (min-width: 1280px) {

	.modal.editor .modal-dialog{

		min-width: 1080px;

	}

}

@media screen and (max-width: 480px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
}

/*
#leads_form {
    display: flex;
    flex-flow: row wrap;
}

#leads_form fieldset {
    flex: 1;
    border: 1px solid #aaa;
    margin: 0.5em;
}

#leads_form fieldset legend {
    padding: 5px 20px;
    border: 1px solid #aaa;
    font-weight: bold;
}

#leads_form fieldset.notes {
    flex: 2 100%;
}

#leads_form fieldset.contact legend {
    background: #bfffbf;
}

#leads_form fieldset.status legend {
    background: #ffffbf;
}

#leads_form fieldset.notes legend {
    background: #ffbfbf;
}

#leads_form div.DTE_Field {
    padding: 5px;
}
*/