@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url("../plugins/icheck/skins/square/blue.css");
@import url("../plugins/select2/css/select2.min.css");
@import	url("../plugins/select2-bootstrap-theme/select2-bootstrap.min.css");
@import url("../plugins/bootstrap-table/bootstrap-table.css");
@import url("../plugins/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css");
@import	url("../plugins/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css");
@import url("../plugins/fancybox/jquery.fancybox.css");
@import url("../plugins/bootstrap-fileinput/css/fileinput.min.css");
@import url("../plugins/bootstrap3-editable/css/bootstrap-editable.css");

.main-sidebar, .left-side {
	width: 180px;
}

.main-header .logo {
	width: 180px;
}

.content-header {
	min-height: 50px;
}

.main-header .navbar {
	margin-left: 180px;
}

.content-wrapper, .right-side, .main-footer {
	margin-left: 180px;
}

.bootstrap-table tbody td.bst-tools {
	width: 1%;
	white-space: nowrap;
}

.bootstrap-table tbody td.bst-tools a, .bootstrap-table tbody td.bst-tools button {
	margin-right: 3px;
	margin-left: 3px;
	min-width: 25px;
}

.bootstrap-table tbody td.bst-tools a i {
	padding: 0;
	margin: 0;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td,
	.bootstrap-table .table:not(.table-condensed)>tbody>tr>th,
	.bootstrap-table .table:not(.table-condensed)>tfoot>tr>td,
	.bootstrap-table .table:not(.table-condensed)>tfoot>tr>th,
	.bootstrap-table .table:not(.table-condensed)>thead>tr>td {
	padding: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	padding-top: 4px;
}

.btn i {
	margin-left: 2px;
	margin-right: 2px;
}

.col-sm-6.divisoes, .col-sm-4.divisoes {
	padding-bottom: 3px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}

tr.detail-view p {
	margin: 0 0 0px;
}

.fixed-table-toolbar .form-group {
	margin-right: 3px;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
	margin: 10px;
}

.bst {
	display: none;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
	line-height: inherit;
}

.modal.modal-fullscreen {

}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
}

.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
}

.modal.modal-fullscreen {

}

.modal.modal-fullscreen .modal-body {
	top: 60px;
	position: absolute;
	bottom: 80px;
	overflow: auto;
	clear: both;
	width: 100%;
}

.modal.modal-fullscreen .modal-header, .modal.modal-fullscreen .modal-footer {
	left: 0;
	position: absolute;
	right: 0;
}

.modal.modal-fullscreen .modal-header {
	top: 0;
}

.modal.modal-fullscreen .modal-footer {
	bottom: 0;
}

.form-horizontal .editable {
	padding-top: 0;
}

.editableform .control-group {
	margin: 0;
}

iframe#printframe {
	display: inline-block;
	height: 0px;
	width: 0px;
	border: 0px;
}

.select2-results__options>li:nth-of-type(even) {
	background-color: #f9f9f9;
}

.select2-result-repository {
	font-family: 'Roboto Condensed';
	font-size: 13px;
}

.select2-result-repository__description {
	padding-left: 15px;
	font-size: 12px;
}
.select2-result-repository__address1 {
	padding-left: 15px;
	font-size: 12px;
}
.select2-result-repository__address2 {
	padding-left: 15px;
	font-size: 12px;
}
.select2-result-repository__cnpj {
	padding-left: 15px;
	font-size: 12px;
}