.backgreendark{
	background: var(--platform-secondary-color) !important;
	color: #fff;
}
.backbluedark {
	background: var(--platform-primary-color) !important;
	color: #fff;
}

.backgraylight{
	background: #eaeaea !important;
	color: var(--platform-secondary-color);
}

.bg-gradient-primary {
	background-image: none !important;
	background-color: var(--platform-primary-color) !important;
}
.color-gray-light{
	color: #777;
}
.color-gray-dark{
	color: #555;
}
.color-primary{
	color: var(--platform-primary-color);
}
.color-secondary{
	color: var(--platform-secondary-color);
}

.img-loading{
	width: 40px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.active .nav-link {
	background: var(--platform-secondary-color) !important;
	color: #fff !important;
	border-left: 5px solid #2d694b !important;
	margin-top: -1px !important;
}

.sidebar-light .nav-item.active .nav-link i {
	color: #fff;
}

.namebase {
	font-size: 16px;
	margin-left: 11px;
}

.bg-user {
	padding: 7px 20px !important;
	background: #fafafa;
}

.container-fluid {
	background: #fff;
	padding: 20px 32px;
}

.container-fluid h1 {
	margin-bottom: 0px !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
	color: #fff;
	font-weight: 700;
	background: var(--platform-primary-color);
	border-left: 5px solid #408462;
}

.topbar .dropdown-list .dropdown-header {
	background-color: var(--platform-primary-color);
	border: 1px solid var(--platform-primary-color);
}

.bg-dark {
	background-color: #343c53 !important;
}

.bg-dark a {
	font-weight: bold;
}

#userDropdown {
	padding-left: 30px;
	padding-right: 25px;
}

.modal-full {
	min-width: 100%;
	margin: 0;
}

.modal-full .modal-content {
	min-height: 100vh;
}

.header-full {
	background: var(--platform-primary-color);
	color: #fff;
}

.shadow {
	box-shadow: 0 .10rem 0.55rem 0 rgba(58, 59, 69, .15) !important;
}

.bg-content {
	background: #f8f9fc;
}

.bg-complete-height{
	min-height: calc(100% - 50px);
}

.fab .smp-btn,
.far .smp-btn,
.fas .smp-btn {
	background: -webkit-linear-gradient(var(--platform-white-color), var(--platform-white-color));
	background: -moz-linear-gradient(var(--platform-white-color), var(--platform-white-color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.box-licitacoes {
	background: #fff;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #eaeaea;
}

.pluss {
	font-size: 60px;
	display: block;
	margin-bottom: 20px;
}

.simplelink,
.simplelink:hover {
	text-decoration: none;
	color: #777;
}

li.active a i.fab,
li.active a i.far,
li.active a i.fas {
	background: -webkit-linear-gradient(var(--platform-white-color), var(--platform-white-color));
	background: -moz-linear-gradient(var(--platform-white-color), var(--platform-white-color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

ul.stepper .step-title::after {
	content: attr(data-step-label);
	display: block;
	position: absolute;
	font-size: .8rem;
	color: #424242;
	font-weight: 400;
}

ul.stepper .step.active .step-title {
	font-weight: 500;
}

ul.stepper .step-title {
	margin: 0 -1.3rem;
	cursor: pointer;
	padding: .9688rem 2.75rem 1.5rem 4rem;
	display: block;
}

ul.stepper .step-title:hover {
	background-color: rgba(0, 0, 0, .06);
}

ul.stepper .step.wrong::before {
	content: '\f071';
	font-size: 1.1rem;
	background-color: var(--platform-danger-color);
}

l.stepper .step.active::before {
	background-color: var(--platform-info-color);
}

ul.stepper .step.done::before,
ul.stepper .step.wrong::before {
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
}

ul.stepper .step::before {
	position: absolute;
	top: .75rem;
	counter-increment: section;
	content: counter(section);
	height: 1.75rem;
	width: 1.75rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 1.75rem;
	font-weight: 400;
}

ul.stepper .step {
	list-style: none;
}

ul.stepper .step-new-content {
	position: relative;
	display: none;
	height: calc(100% - 132px);
	width: inherit;
	overflow: visible;
	margin-left: 41px;
	margin-right: 24px;
}

ul.stepper .step::before {
	position: absolute;
	top: .75rem;
	counter-increment: section;
	content: counter(section);
	height: 1.75rem;
	width: 1.75rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 1.75rem;
	font-weight: 400;
}

ul.stepper .step-new-content {
	position: relative;
	display: none;
	height: calc(100% - 132px);
	width: inherit;
	overflow: visible;
	margin-left: 41px;
	margin-right: 24px;
}

ul.stepper .step-title::after {
	content: attr(data-step-label);
	display: block;
	position: absolute;
	font-size: .8rem;
	color: #424242;
	font-weight: 400;
}

ul.stepper .step-title {
	margin: 0 -1.3rem;
	cursor: pointer;
	padding: .9688rem 2.75rem 1.5rem 4rem;
	display: block;
}

ul.stepper>.step.active:not(:last-child)::after {
	height: 93%;
	height: calc(100% - 12px);
}

ul.stepper>.step:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: 3.125rem;
	left: .8438rem;
	width: .0625rem;
	height: 40%;
	height: calc(100% - 38px);
	background-color: rgba(0, 0, 0, .1);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

ul.stepper .step.wrong::before {
	content: '\f071';
	font-size: 1.1rem;
	background-color: var(--platform-danger-color);
}

ul.stepper .step.active::before {
	background-color: var(--platform-info-color);
}

ul.stepper .step.done::before,
ul.stepper .step.wrong::before {
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
}

ul.stepper .step::before {
	position: absolute;
	top: .75rem;
	counter-increment: section;
	content: counter(section);
	height: 1.75rem;
	width: 1.75rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 1.75rem;
	font-weight: 400;
}

ul.stepper {
	counter-reset: section;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 1em -1.5rem;
	padding: 0 1.5rem;
	padding: 1.5rem;
}

ul.stepper .step:not(:last-of-type).active {
	margin-bottom: 2.25rem;
}

ul.stepper>li:not(:last-of-type) {
	margin-bottom: .625rem;
	-webkit-transition: margin-bottom .4s;
	-o-transition: margin-bottom .4s;
	transition: margin-bottom .4s;
}

ul.stepper .step {
	position: relative;
	list-style: none;
}

ul.stepper .step.done::before {
	content: '\f00c';
	font-size: 1rem;
	background-color: #00c851;
}

ul.stepper .step.done::before,
ul.stepper .step.wrong::before {
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
}

ul.stepper .step::before {
	position: absolute;
	top: .75rem;
	counter-increment: section;
	content: counter(section);
	height: 1.75rem;
	width: 1.75rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 1.75rem;
	font-weight: 400;
}

.showStep {
	display: block !important;
}

.md-form label {
	padding-right: 15px;
	padding-left: 15px;
}

.line-box-radio {
	float: left;
	display: block;
	min-width: 100px;
	margin-left: 30px;
}

.md-form .validate {
	margin-bottom: 0.5rem !important;
}

.md-form {
	margin-top: 1.5rem;
	margin-bottom: 0rem !important;
}

.custom-checkbox {
	margin-left: 30px;
}

.label-checkbox {
	cursor: pointer !important;
}

.bg-edit {
	background: #fff;
	width: 100%;
	min-height: 70px;
	padding: 3px;
	border-radius: 5px;
	display: block;
	margin-bottom: 5px !important;
}

.bg-edit .fa-pencil-alt::before {
	font-size: 15px !important;
}

.bg-edit h2 {
	font-size: 22px !important;
}

.bg-edit span {
	display: block;
}

.bg-edit-alert {
	border: 1px solid #ff7600;
	background: #ff76002b;
}

.table th {
	min-width: 150px;
}

.table td,
.table th {
	padding: 5px;
}

.table td {
	border: 1px solid #d0d0d0;
}


/* SELECT */

.mdb-autocomplete-wrap {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	list-style-type: none;
	overflow-y: auto;
	max-height: 210px;
	padding-left: 0;
	background: #fff;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.mdb-autocomplete-wrap li {
	padding: 12px 15px;
	cursor: pointer;
	font-size: .875rem;
}

.mdb-autocomplete-wrap {
	list-style-type: none;
}

button.mdb-autocomplete-clear {
	position: absolute;
	z-index: 2;
	top: .5rem;
	right: 0;
	visibility: hidden;
	border: none;
	background: 0 0;
	cursor: pointer;
}

.caret {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}

.custom-selects {
	border-bottom: 1px solid #ced4da !important;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Escolha um arquivo";
}

.typeAccess {
	float: left !important;
	text-align: left;
	color: #fff;
	padding: 5px 15px;
}

.typeAccess small {
	display: block;
	font-size: 85%;
}

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	width: 100%;
}

.progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: calc(100% - 30px);
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: calc(-50% + 15px);
	z-index: 0;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active:before {
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
	content: '\f00c';
	font-size: 1rem;
	border-color: var(--platform-secondary-color);
	background: var(--platform-secondary-color);
	color: #fff;
}

.progressbar li.active+li:after {
	background-color: var(--platform-secondary-color);
}

.progressbar li b{
	color: var(--platform-secondary-color);
	font-weight: bold;
}

/* LARGE PROGRESS BAR*/


.lg-progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	width: 100%;
}

.lg-progressbar li {
	list-style-type: none;
	width: 11.11%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #777777;
}

.lg-progressbar li:before {
	width: 45px;
	height: 45px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 1px solid #ddd;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #ddd;
	font-size: 20px;
	padding-top: 5px;
	color: #777777;
	font-weight: bold;
}

.lg-progressbar li:after {
	width: calc(100% - 45px);
	height: 3px;
	content: '';
	position: absolute;
	background-color: #eaeaea;
	top: 22px;
	left: calc(-50% + 23px);
	z-index: 0;
}

.lg-progressbar li:first-child:after {
	content: none;
}

.lg-progressbar li.active:before {
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
	content: '\f00c';
	font-size: 1rem;
	border-color: var(--platform-secondary-color);
	background: var(--platform-secondary-color);
	color: #fff;
}
.lg-progressbar li.active+li:after {
	background-color: var(--platform-secondary-color);
}

.lg-progressbar li.current:before{
	border: 2px solid var(--platform-secondary-color);
	background: #ddd;
	color: var(--platform-secondary-color);
}

.lg-progressbar li.active{
	color: var(--platform-secondary-color);
	font-weight: bold;
}

.lg-progressbar li.current{
	color: #777;
	font-weight: bold;
}

.lg-progressbar li{
    cursor: pointer;
}

/* LARGE */

.checkbox-lg::before {
	left: -1.8rem !important;
	width: 1.3rem !important;
	height: 1.3rem !important;
}
.checkbox-lg::after {
	top: .15rem !important;
	left: -1.9rem !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
}

/* LARGE */
#extrato_edital,
#descricao {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

#extrato_edital,
#text_answer {
	min-height: 150px;
}

.select_category {
	padding: 5px 10px;
	border-color: #ddd;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	cursor: pointer;
}

.select_category:hover {
	background: #eaeaea;
}

#lista_categorias {
	margin-top: -7px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 0px 3px 0 rgba(0, 0, 0, .2);
}

.category_selected {
	background: #fff;
	width: auto;
	float: left;
	padding: 3px 6px 3px 15px;
	border-radius: 20px;
	border: 2px solid var(--platform-secondary-color);
	margin: 2px;
}

.category_text {
	display: block;
	float: left;
	padding: 0px 8px 0px 4px;
}

.category_close {
	display: block;
	float: left;
	padding: 0 9px 2px 9px;
	background: #878787;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
}

.btn-clip {
	padding: 4px 6px !important;
	background: #fff !important;
	font-size: 15px !important;
	border: 1px solid #eaeaea !important;
}

ul.stepper {
	background: #fff;
}

li.active a i.fab,
li.active a i.far,
li.active a i.fas {
	-webkit-text-fill-color: var(--platform-danger-color);
}

.btn-success {
	background-color: var(--platform-secondary-color) !important;
	color: #fff;
	box-shadow:  0 4px 9px -4px var(--platform-secondary-color) !important;
}

ul.stepper .step.active::before {
	background-color: var(--platform-primary-color) !important;
}

ul.stepper .step.done::before {
	background-color: var(--platform-secondary-color) !important;
}

.btn-primary {
	background-color: var(--platform-primary-color) !important;
}

.btn-info {
	background-color: var(--platform-secondary-color) !important;
}

.btn-xsm{
	margin: 0px !important;
	padding: 5px 20px !important;
	font-size: 10px;
}

.btn-rounded{
	padding: 8px 12px !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	margin-right: 5px !important;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: var(--platform-primary-color) !important;
	background-color: var(--platform-primary-color) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: var(--platform-secondary-color);
	background-color: #fff;
	border: none;
	border-radius: 0px;
	border-bottom: 2px solid var(--platform-secondary-color);
	font-weight: bold;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-radius: 0px !important;
	color: var(--platform-primary-color);
}


/* TIMELINE */

.timeline {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.timeline:before {
	content: "";
	width: 4px;
	height: 100%;
	background-color: var(--platform-primary-color);
	position: absolute;
	top: 0;
}

.timeline__group {
	position: relative;
}

.timeline__group:not(:first-of-type) {
	margin-top: 4rem;
}

.timeline__year {
	padding: .5rem 1.5rem;
	color: var(--platform-primary-color);
	background-color: #f8f9fc;
	position: absolute;
	left: 0;
	top: -30px;
	font-size: 25px;
	font-weight: bold;
}

.timeline__box {
	position: relative;
}

.timeline__box:not(:last-of-type) {
	margin-bottom: 30px;
}

.timeline__box:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--platform-primary-color);
	position: absolute;
	left: 0;
	z-index: -1;
}

.timeline__date {
	min-width: 65px;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding: .5rem 1.5rem;
	text-align: center;
	background-color: var(--platform-primary-color);
	color: #fff;
}

.timeline__day {
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.timeline__month {
	display: block;
	font-size: .8em;
	text-transform: uppercase;
}

.timeline__post {
	padding: 1.5rem 2rem;
	border-radius: 2px;
	border-left: 3px solid var(--platform-primary-color);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
	background-color: #fff;
}

@media screen and (min-width: 641px) {
	.timeline:before {
		left: 30px;
	}
	.timeline__group {
		padding-top: 55px;
	}
	.timeline__box {
		padding-left: 80px;
	}
	.timeline__box:before {
		top: 50%;
		transform: translateY(-50%);
	}
	.timeline__date {
		top: 50%;
		margin-top: -27px;
	}
}

@media screen and (max-width: 640px) {
	.timeline:before {
		left: 0;
	}
	.timeline__group {
		padding-top: 40px;
	}
	.timeline__box {
		padding-left: 20px;
		padding-top: 70px;
	}
	.timeline__box:before {
		top: 90px;
	}
	.timeline__date {
		top: 0;
	}
}

.timeline {
	font-size: 16px;
}

.line-product,
.line-contract {
	background: #eaeaea;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.line-participant {
	background: #fafafa;
	padding: 14px;
	border-bottom: 1px solid #eaeaea;
}

.participante-button {
	background: #fafafa;
	padding: 5px 16px;
	border-bottom: 1px solid #eaeaea;
}

.label-success {
	background: var(--platform-secondary-color);
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}

.label-danger {
	background: var(--platform-danger-color);
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}

.label-gray {
	background: #9a9a9a;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}


/* FIM TIMELINE */

.tableNotice {
	width: 100%;
}

.tableNotice th {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fafafa;
}

.tableNotice td {
	border: 1px solid #ddd;
	padding: 5px;
}


/* Lotes e Itens */

.title-lot {
	display: block;
	background: #fff;
	border: 2px solid #ddd;
	width: 100px;
	text-align: center;
	padding: 5px;
	margin-top: -14px;
	font-weight: 500;
}

.box-lot {
	background: #fafafa;
	border: 2px solid #ddd;
	padding-bottom: 20px;
	position: relative;
	margin-top: 20px;
}

.ta {
	border-top: none;
	border-left: none;
	border-right: none;
}

.head-item {
	background: #eaeaea;
	border: 2px solid #ddd;
}

.line-total-item {
	background: #ccc;
	border: 2px solid #ddd;
	border-top: none;
	color: #fff;
	font-weight: 500;
}

.line-item, .line-position {
	background: #fff;
	border: 2px solid #ddd;
	border-top: none;
	padding-top: 5px;
}

.sh-lot {
	background: #fff;
	border: 2px solid #ddd;
	padding: 5px 10px;
	position: absolute;
	right: 70px;
	top: -15px;
	cursor: pointer;
}

.delete-lot {
	background: var(--platform-danger-color);
	border: 2px solid var(--platform-danger-color);
	padding: 5px 10px;
	position: absolute;
	right: 20px;
	top: -15px;
	cursor: pointer;
}

.bg-content .ms-auto,
.bg-content .mx-auto {
	margin-left: 0px !important;
}

.pad1 {
	padding-left: 1px;
	padding-right: 1px;
}


/* TOOLTIP */

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #ccc;
	cursor: help;
	color: var(--platform-info-color);
	opacity: 1 !important;
	z-index: 1040 !important;
}

.tooltip .tooltiptext {
	visibility: hidden;
	position: absolute;
	width: 300px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	z-index: 9999;
	opacity: 0;
	transition: opacity .6s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip-top {
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
}

.tooltip-top::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-right {
	top: -5px;
	left: 125%;
}

.tooltip-right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
	top: 135%;
	left: 50%;
	margin-left: -60px;
}

.tooltip-bottom::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}

.tooltip-left {
	top: -5px;
	bottom: auto;
	right: 128%;
}

.tooltip-left::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
}


/* FIM TOOLTIP */

.money2,
.integer {
	text-align: right;
}

.md-form label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.label-checkbox {
	overflow: visible !important;
}

.caret {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 9px;
}

.group_services {
    border: 2px solid #ddd;
    margin-bottom: 10px;
}

.header_group {
    width: 100%;
    background: #eaeaea;
    padding: 5px 10px;
}

.title_group {
    font-weight: bold;
}.bt_delete_group {
    float: right;
}

.body_group {
    padding: 10px;
}

.header-services div label{
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
	border: none;
}

.md-form .form-control:disabled, .md-form .form-control[readonly] {
    background-color: transparent !important;
    opacity: 1;
}

textarea.form-control{
	border: none;
	border-bottom: 1px solid #ddd;
}

/* FORMATOS DE ARQUIVOS */
.file-format{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	font-weight: 400;
	padding-top: 7px;
	text-transform: uppercase;
	border-radius: 2px;
}

.pdf{
	background: #d54235;
	color: #fff;
}
.doc, .docx{
	background: #2a5491;
	color: #fff;
}
.xls, .xlsx{
	background: #1f7045;
	color: #fff;
}
.odt, .rtf{
	background: #49aee1;
	color: #fff;
}
.odt{
	background: #49aee1;
	color: #fff;
}
.ods{
	background: #5fb673;
	color: #fff;
}
.odp{
	background: #f49c10;
	color: #fff;
}
.txt{
	background: #bbb;
	color: #777;
}
.png, .jpg, .bmp, .jpeg{
	background: #785acd;
	color: #fff;
}
.docx, .xlsx, .jpeg{
	font-size: 8px !important;
}

.btn-default {
    background-color: #eaeaea !important;
    color: #777777 !important;
}

.btn-gray {
    background-color: var(--platform-medium-gray);
    color: var(--platform-white-color) !important;
}

.message-not-content{
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	font-weight: 100;
}

/* List style */

.ul-list{
	list-style: none;
	border: 1px solid #ddd;
	border-radius: 7px;
}

.ul-list li{
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	margin-left: -40px;
	cursor: pointer;
	min-height: 70px;
}

.ul-list:last-child{
	border-bottom: none !important;
}

.ul-list li:hover{
	background: #fafafa;
	font-weight: 500;
}

/*  Input Resizeble */

.form-control-resizable {
    display: block;
    width: 100% !important;
    padding: 4px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-resizable {
    box-sizing: border-box;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    min-height: 34px;
    min-width: 0;
    outline: none;
    width: inherit;
    will-change: width;
}
.internal-input-editable {
    cursor: text;
}
.internal-input-editable {
    padding-right: 0px;
}
.internal-input-editable {
    position: relative;
    flex: 1;
    display: flex;
    overflow: hidden;
}
.internal-input-editable .placeholder-input-editable {
    left: 2px;
}
.internal-input-editable.style-input-editable .placeholder-input-editable {
    top: 0;
}
.internal-input-editable .placeholder-input-editable {
    color: var(--input-placeholder);
    font-size: 15px;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    transition: opacity .08s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    z-index: 2;
}
.internal-input-editable.style-input-editable .input-editable {
    padding-right: 2px;
}
.internal-input-editable .input-editable {
    padding: 0;
        padding-right: 0px;
}
.internal-input-editable.style-input-editable .input-editable {
    font-size: 15px;
    font-weight: normal;
    min-height: 20px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
	z-index: 1;
	color:#555;
}
.internal-input-editable .input-editable {
    color: var(--primary);
    font-size: 17px;
    line-height: 20px;
    min-height: 20px;
    position: relative;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.selectable-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.form-control-resizable.focus {
    color:#495057;
    background-color:#fff;
    border:1px solid #80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25);
}

.sidebar .nav-item .nav-link {
    padding: 10px 20px !important;
}

.announcekit-widget-badge{
	position: absolute !important;
	top: 15px !important;
	right: 15px !important;
}

.progress-bar {
    background-color: var(--platform-secondary-color) !important;
}

.loader {
border: 3px solid var(--platform-white-color);
border-radius: 50%;
border-top: 3px solid transparent;
width: 15px;
height: 15px;
-webkit-animation: spin 1s linear infinite; /* Safari */
animation: spin 1s linear infinite;
margin-bottom: -1px;
margin-right: 8px;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.badge-primary {
    background-color: var(--platform-primary-color) !important;
}

.me-auto {
	margin-right: auto !important;
}

.ellipsis{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.md-form label.active {
    transform: translateY(-14px) scale(1) !important;
}

/*Select2*/

.select2-selection__choice{
	padding: 7px 12px 7px 28px !important;
	background: #DDD !important;
	border: 1px solid #DDD !important;
	color: rgba(0, 0, 0, 0.87) !important;
	height: 32px !important;
	font-size: 0.8125rem !important;
	transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
	border-radius: 16px !important;
}
.select2-selection__choice__remove{
	font-size: 20px !important;
	color: rgba(68, 68, 68, 0.26) !important;
	border: none !important;
	padding: 1px 7px !important;
}
.select2-selection--multiple{
	border: 1px solid #DDDDDD;
	background: white;
	border-radius: 5px;
}

.textarea-integration{
	overflow: hidden;
    resize: none;
    height: auto;
    min-height: 100px;
    white-space: pre-wrap;
}
