@font-face {
	font-family: 'Roboto Regular';
	src: url("./fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
	font-family: 'Roboto Medium';
	src: url("./fonts/roboto/Roboto-Medium.ttf");
}

.taresmar {
	margin-top: 7px;
}

.title-td {
	width: 180px;
	/*background: #fffaeb;*/
	background: #fffcdf;
}

.table {
	font-size: 12px;
	margin: 0px;
}

.table .input-group-addon {
	padding: 3px 3px;
	font-size: 12px;
}

.table .pure-button {
	padding: 5px;
}

.table a.linklist {
	border-bottom: 2px dotted #ce0606;
	color: #000000;
	cursor: pointer;
}

.table > thead > tr > th,
.table > tfoot > tr > td {
	font-family: 'Roboto Medium', sans-serif, arial;
	background: #636363;
	color: #ffffff;
	line-height: normal;
	border-bottom-width: 1px;
	font-weight: normal;
	vertical-align: middle;
}

.tfoot_bot {
	color: #222 !important;
	background: #f1f1f1 !important;
}

.table > tbody > tr > td {
	line-height: normal;
}

.table > tbody > tr > td.hascheckbox {
	padding: 9px 8px;
}

.table > thead > tr > th.hascheckbox {
	padding: 0px 5px 5px 5px;
	width: 20px;
	text-align: center;
}

.table input[type=checkbox],
.table input[type=radio] {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}

.table .input-group input[type=checkbox],
.table .input-group input[type=radio] {
	/*margin-top: 3px;*/
	margin-top: 0;
}

.table option,
.form-control option,
.doxlpage option {
	font-family: 'Roboto Medium', sans-serif, arial;
}

.table-responsive > .nowrap > tbody > tr > td, .table-responsive > .nowrap > tbody > tr > th, .table-responsive > .nowrap > tfoot > tr > td, .table-responsive > .nowrap > tfoot > tr > th, .table-responsive > .nowrap > thead > tr > td, .table-responsive > .nowrap > thead > tr > th {
	white-space: normal;
}

.table > tbody > tr > td.hasin {
	padding: 3px !important;
}

/* ddtab */

.ddtab .btn-group .btn + .btn, .ddtab .btn-group .btn + .btn-group, .ddtab .btn-group .btn-group + .btn, .ddtab .btn-group .btn-group + .btn-group {
	margin-left: 0px;
	/*border-left:1px solid #f1f1f1;*/
}

.ddtab > .table > thead > tr > th.detonly {
	min-width: 40px;
	width: 40px;
}

.ddtab > .table > thead > tr > th.staonly {
	min-width: 100px;
	width: 100px;
}

.ddtab > .table > thead > tr > th.dtionly {
	min-width: 140px;
	width: 140px;
}

.ddtab > .table > thead > tr > th,
.ddtab > .table > tfoot > tr > td {
	color: #222;
	font-size: 12px;
	background: #f1f1f1;
}

.ddtab > table#items.locked > tbody > tr > td {
	padding: 5px;
}

.ddtab > table#items > thead > tr > th,
.ddtab > table#items > tfoot > tr > td {
	background: #f1f1f1;
	color: #222;
	font-size: 11px;
	padding: 8px;
}

.ddtab > table#items > tbody > tr > td {
	font-size: 11px;
	padding: 7px;
}

.ddtab > .table > thead > tr > th.thdesc,
.ddtab > .table > thead > tr > th.thasc {
	background-color: #D6E5FA;
}

.ddtab th.thasc::after {
	font-family: 'fontawesome';
	content: "\00a0 \f160";
	font-weight: normal;
	color: #016cfb;
}

.ddtab th.thdesc::after {
	font-family: 'fontawesome';
	content: "\00a0 \f161";
	font-weight: normal;
	color: #ff5900;
}

.ddtab th.colsort {
	cursor: pointer;
}

.ddtab .pure-button {
	margin-top: 1px;
	min-width: 25px;
}

.ddtab .input-group .pure-button {
	margin: 0px;
}

.ddtab hr {
	border-top: 1px dotted #f00;
	margin: 5px 0px;
	line-height: 0px;
}

.ddtab > .table > thead > tr > th.tabtit {
	background-color: #fdd6d3;
	text-align: center;
}

.ddtab > .table > thead > tr > th.hasin,
.ddtab > .table > tbody > tr > td.hasin {
	padding: 3px !important;
}

/*.ddtab > .table > tbody > tr > td {
	background-color: #fff;
}*/

.ddtab > .table > tbody > tr > td input[type=text] {
	padding: 3px;
}

.ddtinherit > .table > tbody > tr > td {
	background-color: inherit;
}

.tabwiauto {
	width: auto;
}

@media screen and (max-width: 767px) {
	.tabwiauto {
		width: 100%;
	}
}

.tabsmall {
	font-size: 11px;
}

.ddtab > .tabsmall > thead > tr > th {
	font-size: 11px;
}

.borderless > tbody > tr > td, .borderless > tbody > tr > th, .borderless > tfoot > tr > td, .borderless > tfoot > tr > th, .borderless > thead > tr > td, .borderless > thead > tr > th {
	border: none;
	padding-bottom: 0px;
	padding-top: 3px;
}
