body{
	padding-top: 60px;
}

body::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 7px;
	background-color: #B0CB1F;
	width: 100%;
}

form {
	margin-bottom: 0;
}
table {
	font-size: 12px;
}
.nowrap {
	white-space: nowrap
}
.bg-gray {
	background: #DDD;
}
.bg-purple {
	background: #d7b7ff;
}
.text-purple {
	color: #d7b7ff;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	min-width: 32px;
}
.rooted {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
a {
	outline: none !important;
}
a.panel-heading {
	display: block;
}
.clickable {
	cursor: pointer;
}
.margin-sm {
	margin-top: 5px
}
.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}
.input-dropdown {
	position: relative;
}
.input-dropdown .dropdown-menu {
	overflow-x: auto;
	width: 100%;
}
.input-select {
	padding-right: 25px;
}
.input-select[readonly] {
	background: #ddd none repeat scroll 0 0;
	font-weight: bold;
}
.table tbody>tr>td {
	vertical-align: middle;
}
.p-align-sm {
	padding:10px;margin-top:10px;
}
.well-align-sm {
	margin-top:10px;
}
.m-b-md {
	margin-bottom:20px;
}
.m-t-md {
	margin-top:20px;
}
.m-b-sm {
	margin-bottom:10px;
}
.m-t-sm {
	margin-top:10px;
}
.m-b-xs {
	margin-bottom:5px;
}
.divider-vertical{
	border-left: 1px solid #434c43;
	border-right: 1px solid #3c6142;
	height: 40px;
	margin: 0 9px;
}
#compatibility-qts-zf2{
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.input-dropdown::after {
	color: #000;
	content: "\e252";
	cursor: pointer;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-size: 1em;
	height: 20px;
	position: absolute;
	right: 1em;
	top: 0.7em;
	width: 10px;
	z-index: 100;
}
.font-md {
	font-size: 1.3rem;
}
.panel-heading .btn-sm {
	margin-top: -6px;
}
.message-handler {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 1500;
}
.message-handler-left {
	bottom: 10px;
	position: fixed;
	left: 10px;
	z-index: 1500;
}
.message-handler-left .alert,
.message-handler .alert {
	margin-bottom: 3px;
}
.max-height-500 {
	max-height: 500px;
	overflow-y: auto;
}
.text-left {
	text-align: left !important;
}
.cursor-pointer {
	cursor: pointer;
}
.breadcrumb {
	margin-bottom: 5px;
	font-size: 14px;
}
.d-table {
	display: table;
}
.d-inline {
	display: inline;
}
.m-r-sm {
	margin-right: 5px;
}
.opacity-light {
	opacity: 0.2;
}

.truncate-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.truncate-nowrap:hover {
	white-space: normal;
}

.btn-purple{
	background-color: #d7b7ff;
	color: #fff;
	border-color: #ab69fd;
}

.viewHideList{
	overflow: hidden;
	max-height: 26px;
}

.viewHideList:hover{
	max-height: none;
}

.font-weight-bold{
	font-weight: bold;
}

.ng-container{
	float: left;
	display: inline-table;
	margin: 0;
}

.box-right {float: right !important;}

fieldset.fieldsetBorder{
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	margin: 10px !important;
}

fieldset.fieldsetBorder legend {
	border-bottom: none !important;
	width: auto !important;
}

legend.scheduler-border {
	width:inherit; /* Or auto */
	padding:0 10px; /* To give a bit of padding on the left and right */
	border-bottom:none;
}
a.panel-heading {
	position: relative;
}
a.panel-heading[data-toggle="collapse"]::after {
	position: absolute;
	content: '-';
	z-index: 10000;
	color: #FFF;
	display: block;
	left: 0.2rem;
	top: 0.6rem;
	font-weight: bold;
	font-size: 1.8rem;
}
a.panel-heading.collapsed[data-toggle="collapse"]::after {
	position: absolute;
	content: '+';
	z-index: 10000;
	color: #FFF;
	display: block;
	left: 0.2rem;
	top: 0.6rem;
	font-weight: bold;
	font-size: 1.8rem;
}

table.container-overflow-y {
	margin: 0;
	display: block;
	width: 100%;
}

table.container-overflow-y tbody {
	display: block;
	position: relative;
	margin: 0;
	overflow-y: scroll;
}

table.container-overflow-y thead {
	width: 100%;
	position: relative;
	display: block;
}

table.container-overflow-y thead tr,table.container-overflow-y tbody tr:not(.collapse) {
	display: flex;
}

.container-overflow-last {
	padding-right: 15px !important;
}

@media (max-width: 768px) {
	table.container-overflow-y {
		display: table;
	}

	table.container-overflow-y thead {
		width: 100%;
		position: relative;
		display: table-header-group;
	}

	table.container-overflow-y tbody {
		display: table-row-group;
		position: relative;
		margin: 0;
		overflow-y: auto;
	}

	table.container-overflow-y thead tr,table.container-overflow-y tbody tr {
		display: table-row;
	}

	.container-overflow-last {
		padding-right: 0px !important;
	}
}

@media (min-width: 768px) {
	table.container-overflow-y tbody {
		max-height: 400px;
	}
	.modal-xl {
		width: 90%;
		max-width:1200px;
	}
}
@media (min-width: 992px) {
	table.container-overflow-y tbody {
		max-height: 500px;
	}
}
@media (min-width: 1200px) {
	table.container-overflow-y tbody {
		max-height: 600px;
	}
}

@media (min-width: 1600px) {
	table.container-overflow-y tbody {
		max-height: auto;
	}
}

.uppercase{
	text-transform: uppercase;
}

.valor-monetario{
	text-align: right;
}
.valor-numerico{
	text-align: right;
}

.valor-alfanumerico{
	text-align: center;
}
.table-relatorio{
	margin-bottom: 0px;
}

input.disabled-as-text:disabled,
select.disabled-as-text:disabled,
textarea.disabled-as-text:disabled,
.disabled-as-text input:disabled,
.disabled-as-text select:disabled,
.disabled-as-text textarea:disabled {
	background: none;
	border: none;
	box-shadow: none;
	border-top: 1px solid #CCC;
	border-radius: 0;
	color: #333;
	cursor: text;
}

select.disabled-as-text:disabled,
.disabled-as-text select:disabled {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select.disabled-as-text:disabled::-ms-expand,
.disabled-as-text select:disabled::-ms-expand {
	display: none;
}

button.disabled-as-text:disabled,
.disabled-as-text button:disabled {
	display:none;
}

.disabled-as-text.input-group-addon[disabled],
.disabled-as-text .input-group-addon[disabled] {
	border-radius:0;
	border:none;
	background:0;
	font-weight:bold;
	border-top:1px solid #CCC;
	cursor: text;
}

.table-parent .table-child {
	border-left: 4px solid #DDD;
	margin-left: 2px;
	width: 99.9%;
}

.btn-enviar-duplicados {
	width: 190px !important;
}

.btn-excel {
	cursor: pointer;
	color: #fff;
	background-color: #434c43;
	border-color: #434c43;
}

.btn-excel:before {
	content: "\f1c3    ";
	font-family: "FontAwesome";
	white-space: pre;
}

.btn-excel:focus,
.btn-excel.focus,
.btn-excel:hover,
.btn-excel:active,
.btn-excel.active {
	color:#fff;
	background-color:#06140a;
	border-color:#000
}

.btn-excel[disabled] {
	background: #30a07f;
}

th > .fa{
	float:right;
	padding-top: 3px;
}

/* Envio de remessa */
.selectao{height: 60px; font-size: 20px;}
.step{  height: 75px; width: 75px; border-radius: 50%; z-index: 5; display:inline-block; margin: 10px; opacity:0.4; border: 2px solid #AAA; position:relative; font-size: 30px; line-height: 70px; }
.step.shadow{ background-color: #FFF;opacity: 2; z-index:4; }
.step.shadow:before{ content:""; height: 2px; display:inline-block; background-color: #AAA; position: relative;width: 50%;top: 50%;left: 100% }
.step.shadow:last-child:before{ height: 0px; }
.step.shadow.done:before{ background-color: #8D8 }
.step.active{ opacity: 1; border: 2px solid #666; }
.step.done{ border-color: #8D8; color: #8D8; opacity: 1 }
.glyphicon-upload{ font-size: 20px;}
.resumo { color: #666; }
.resumo .ok  { color: #353 !important; }
.resumo .glyphicon{ display: none}
.resumo .ok .glyphicon{ display: inline !important; margin-left: -9px;}
.suggestions-autocomplete{
	border:solid 1px #f1f1f1;
	position:absolute;
	width:96%;
	z-index:2;
	background: white;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
}
.suggestions-autocomplete ul{
	padding: 0px;
	margin: 0px;
}
.suggestions-autocomplete ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.suggestions-autocomplete ul li a{
	padding:5px;
	display: block;
	text-decoration: none;
	color:#7E7E7E;
}
.suggestions-autocomplete ul li a:hover{
	background-color: #f1f1f1;
}

.panel-primary .nav-tabs li {
	background-color: #dff0db;
}

.panel-primary .nav-tabs > li.active > a {
	background-color: #9ebf97 !important;
	font-weight: bold;
}

.panel-primary .nav-tabs li.inner-tab-featured {
	background-color: #ffe2b6;
	order:99;
}

.panel-primary .nav-tabs > li.active.inner-tab-featured  > a {
	background-color: #ec971f !important;
	font-weight: bold;
	order:99;
}

@media screen and (min-width: 1366px) {
	.main-container {
		width: 90%;
	}
}

#menu .tab-content > .tab-pane {
	margin-top: -55px;
	position: absolute;
	width: 98.25%;
	z-index: 1000;
	background: #FFF;
	box-shadow: 0px 2px 1px #CCC;
	padding: 10px;
	padding-top: 20px;
	border-radius: 0 0 3px 3px;
	overflow-y: hidden;
	overflow-x: hidden;
}


/* Report styles */

.report-table .nav-tabs {
	border-bottom: 0;
	margin-bottom: 1px;
}

.report-table .nav-tabs li.active {
	background: #FFF !important;
}

.report-table .nav-tabs li.active > a {
	background: #434c43 !important;
	color:#FFF;
}

.report-table .nav-tabs li:not(.active) {
	background: #FFF;
}

.report-table .table-child,
.report-table table {
	border-left: 0;
    margin-left: 0px;
    width: 100%;
}

.report-table thead > tr.bg-gray,
.report-table thead > tr {
	background: #FFF !important;
	border-top: 1px solid #E0E0E0 !important;
}

.report-table table.report-level-0,
.report-table table.report-level-1,
.report-table table.report-level-2,
.report-table table.report-level-3,
.report-table table.report-level-4 {
	margin-bottom: 0;
}

.report-table .report-level-0 > tbody tr {
	background: #ECEFF1;
	font-weight: bold;
}

.report-table .report-level-0 > tbody tr:hover{
	background: #d0d7dc;
}

.report-table .report-level-1 > tbody tr {
	background: #B0BEC5;
	color: black;
	font-weight: normal;
}

.report-table .report-level-1 > tbody tr:hover{
	background: #9aacb5;
}

.report-table .report-level-2 > tbody tr {
	background: #E0E0E0;
	font-weight: normal;
}

.report-table .report-level-2 > tbody tr:hover{
	background: #c9c9c9;
}

.report-table .report-level-3 > tbody tr {
	background: #EEE;
	font-weight: normal;
}

.report-table .report-level-3 > tbody tr:hover{
	background: #d6d6d6;
	font-weight: normal;
}

.report-table .report-level-4 > tbody tr {
	background: #FAFAFA;
	font-weight: normal;
}

.report-table .report-level-4 > tbody tr:hover {
	background: #e1e1e1;
}

.report-table .report-level-4 {
    border:3px solid #E0E0E0 !important;
}

.report-table-collapse {
    line-height:1.3rem;
    margin-right:0.6rem;
}
.help-icon{
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #31708f;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
    cursor:not-allowed;
	opacity:0.5;
	filter:alpha(opacity=50);
    -webkit-box-shadow:none;
	box-shadow:none;
	border: 0;
}

.btn-success[disabled] {
	background: #5cb85c;
}
.btn-danger[disabled] {
    background: #d9534f;
}
.btn-info[disabled] {
    background: #5bc0de;
}
.btn-warning[disabled] {
    background: #f0ad4e;
}

.btn-datagrid-checkbox {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	border:0;
}

td a {
	text-decoration: underline;
}

.fa-ab-right {
	float: right;
    position: absolute;

}

.modal-center {
	text-align: center;
	padding: 0!important;
}

.modal-center:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog-center {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.popover{
	max-width: 500px;
}

.backdrop {
	z-index: 100000;
    background: #ffffff75;
    position: fixed;
    width: 0;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity  0.2s linear;
    cursor: wait;
}

.backdrop.active {
	visibility: visible;
	opacity: 1;
    width: 100%;
    height: 100%;
}

.backdrop h1 {
	padding: 5rem 10rem;
	background: rgba(255,255,255,0.8);
	margin: 0;
	border-bottom: 1px solid #EEE;
	color: #666;
	font-weight: lighter;
	font-size: 2rem;
}

.tooltip {
	max-width:200px !important;
}
.tooltip-inner {
	white-space: pre-wrap !important;
}

.btn-pdf {
	cursor: pointer;
	color: #fff;
	background-color: #434c43;
	border-color: #434c43;
}

.btn-pdf:before {
	content: "\f1c1    ";
	font-family: "FontAwesome";
	white-space: pre;
}
.btn-pdf:focus,
.btn-pdf.focus,
.btn-pdf:hover,
.btn-pdf:active,
.btn-pdf.active {
	color:#fff;
	background-color:#06140a;
	border-color:#000
}

.btn-pdf[disabled] {
	background: #30a07f;
}

.vencido{ background-color: #F55 !important; }
.vencido a{color: #FFF !important; }
.liquidado-apos-vencimento{ background-color: #4A4 !important; }
.liquidado-no-vencimento{ background-color: #9F9 !important; }
.a-vencer{ background-color: #FFF !important; }
.vencimento-hoje{ background-color: #FFA !important; }
.lixo{ background-color: #d3e5ec !important; }
.sem-registro{ background-color: #95daf5 !important; }

.legenda{ width: 15px; height: 15px; margin: 2px 3px; display: inline-block; border:1px solid #666}
.legenda-label{position: relative; top: -1px; margin-right: 1rem;}

.brl-flag {
	position: relative;
}

.brl-flag:before {
	content: "";
	background: transparent url('../../public/images/brl-logo.png') no-repeat center right;
	background-size: auto;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 80px;
	height: 38px;
	background-size: 70px;
}

.singulare-flag {
	position: relative;
}

.singulare-flag:before {
	content: "";
	background: transparent url('../../public/images/singulare-logo.png') no-repeat center 10px;
	background-size: auto;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 80px;
	height: 38px;
	background-size: 70px;
}

.flag-coobrigacao {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
	margin-left: 30px;
}

.flag-coobrigacao-big {
    display: block;
    margin: 22px 0 0 0;
    padding: 8px 0;
    text-align: center;
}

.flag-com-coobrigacao {
	background: #3a5f40;
}

.flag-sem-coobrigacao {
	background: #493659;
}

.status-brl {
	display: block;
    background: #dff0d8;
    color: #3b773c;
    font-weight: 700;
    position: relative;
    padding: 5px 10px 8px 10px;
    font-size: 0.6em;
    margin: 10px 0;
	text-align: center;
}

.status-brl:after {
    content: "BRL";
    display: block;
    position: absolute;
    bottom: -7px;
    right: 4px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #dff0d8;
    border-radius: 4px;
    font-size: 0.8em;
}

.well-com-coobrigacao {
	background-color: #ebf4ed;
}

.well-sem-coobrigacao {
	background-color: #f8f0ff;
}

.no-hover-effect:hover {
	background-color: transparent !important;
	cursor: default;
}

.btn-quata-green,
.btn-quata-green:active,
.btn-quata-green:visited {
	background: #3a5f40;
	color: #fff;
}

.btn-quata-green:hover {
	background: #47744e;
	color: #fff;
}

.btn-darkpurple,
.btn-darkpurple:active,
.btn-darkpurple:visited {
	background: #493659;
	color: #fff;
}

.btn-darkpurple:hover {
	background: #634879;
	color: #fff;
}

.app-version {
	background: #f5f5f5;
	padding: 2px 8px;
	border-radius: 4px;
	color: #b3b3b3;
	position: absolute;
	right: 15px;
	top: 15px;
}

fieldset.other-options {
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

fieldset.other-options legend {
	padding: 0 15px;
	border: none;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-size: 1em;
	color: #3a5f40;
}

fieldset.other-options small {
	padding: 5px 0;
	display: block;
	color: #3a5f40;
}

.qts__contracts-buttons {
	width: 100%;
}

.btn-group.qts__contracts-buttons button {
	background: #fff;
	color: #000;
	border: 1px solid #696969;
	border-radius: 3px !important;
	margin-right: 5px;
}

.btn-group.qts__contracts-buttons button:last-child {
	margin-right: 0;
}

.btn-group.qts__contracts-buttons button#download_history {
	background: #687780;
	color: #FFF;
	border-color: #687780;
}

.btn-group.qts__contracts-buttons button#deny_contract {
	background: #c6172c;
	color: #FFF;
	border-color: #c6172c;
}

.btn-group.qts__contracts-buttons button#undo_contract {
	background: #c6a917;
	color: #FFF;
	border-color: #c6a917;
}

.btn-group.qts__contracts-buttons button#check_ctes {
	background: #17a3c6;
	color: #FFF;
	border-color: #17a3c6;
}

.btn-group.qts__contracts-buttons .dropdown-menu .clickable {
	cursor: pointer;
	padding: 4px;
}

#clear_over_effect:hover {
	background-color: transparent;
}

#clear_over_effect {
	height: 50px;
}

#clear_over_effect td {
	padding: 10px 10px 40px 0;
	vertical-align: top;
}

#analise_remessas_table tbody + tbody {
	border: none;
}

.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }

.mailing-selector {
	padding: 25px;
	background-color: #e9f6f2;
	border-radius: 10px;
}

.qts__welcome-box {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: calc(100vh - 430px);
    width: 70%;
    margin: 0 auto 100px auto;
}

.qts__welcome-box-title {
    flex: 0.5;
	padding-right: 70px;
	text-align: right;
}

.qts__welcome-box-title h1 {
	color: #999999;
	font-size: 40px;
}

.qts__welcome-box-logo {
    flex: 0.5;
	text-align: left;
	padding-left: 70px;
}

.qts__welcome-box-logo img {
	max-height: 130px;
    width: auto;
    display: block;
}

.qts__first-loading {
	display: block;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	margin: 0 25px 0 25px;
	background-color: #b1cb1f2f;
	border: 1px solid #b1cb1f9d
}

.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
    background-color: #434c43;
    border-color: #434c43;
}

#menu .nav-tabs > li.active > a {
    background-color: #2b565e !important;
    border-color: #2b565e !important;
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.qts__upload-box {
	width: 80px;
	display: block;
	height: 20px;
	margin: 0 auto;
}

.qts__upload-box:after {
	content: "";
	display: table;
	clear: both;
}

.qts__upload-box-icon {
	float: left;
	width: 20px;
	height: 20px;
}

.qts__upload-box-icon.glyphicon-upload {
	font-size: 15px;
}

.qts__upload-box-text {
	float: left;
	padding: 0;
	height: 21px;
	width: 50px;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.tooltip-wrapper {
	display: inline;
	margin-left: 4px;
}

.tooltip-wrapper:hover::after {
	content: attr(data-tooltip);
	position: absolute;
	top: -23px;
	background: black;
	right: 0;
	padding: 2px 12px;
	border-radius: 4px;
	color: #fff;
	font-size: 0.9em;
}

.tooltip-wrapper .dropdown-menu {
	float: unset;
	left: unset;
	right: 0;
}

/**
  * Menu (menu-principal)
*/

#menu * {
	font-size: 12px;
}

#menu a {
	cursor: pointer
}

#menu .nav-tabs > li > a {
	font-size: 14px;
	font-weight: bold;
}

#menu .nav-tabs > li.active > a {
	background-color: #2b565e !important;
	border-color: #2b565e !important;
	color: #FFF !important
}

#menu .disabled {
	cursor: not-allowed;
}

.helpbox-open {
	font-size: 30px;
	float: right;
	margin-right: 5px;
}

#menu ng-container.list-group-item {
	padding:0;
}

#menu a.router-link {
	padding: 10px 15px;
	width:100%;
	display:block;
}