/* MODAL COM DUAS COLUNAS */
.container-fieldset {
	display: flex;
    flex-direction: column;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 3px;
    border: solid 1px #e7ebee;
    background-color: #efefef;
    margin-bottom: 16px;
}

.container-fieldset > h5 {
	font-size: 16px;
    margin: 0 0 24px 7px;
    font-weight: 600;
    color: #505050;
}

.one-column-inner-container {
	display: flex; 
	flex-wrap: nowrap; 
	align-items: center;
}

.two-columns-inner-container {
	display: flex;
    flex-basis: 100%;
    align-items: center;
}

.two-columns-inner-container > .form-group {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%;
}

.container-fieldset .form-group > label {
	white-space: nowrap;
    min-width: 100px;
    margin-right: 17px;
    text-align: end;
}


/* SOBREPOSI��ES DO BOOTSTRAP E CUBE */
#content-wrapper {
    padding: 15px 15px 0 15px;
}

.table-responsive.iframe-historico-sm {
	border: none;
}

#login-logo {
	background-color: #084337;
}

#login-box-inner {
	border: none;
}

.theme-turquoise .nav-tabs > li.active > a, .theme-turquoise .nav-tabs > li.active > a:hover, .theme-turquoise .nav-tabs > li.active > a:focus {
    border-top-color: #B2BF00;
}

.theme-turquoise .table a.table-link:hover, .theme-turquoise .dataTable thead th:hover {
    color: #0B3C56;
}

.badge.badge-success {
    background-color: #0B3C56;
}

#login-full-wrapper {
    position: relative;
}

.theme-turquoise .notifications-list .item a .time {
    color: #48a2cf !important;
}

.theme-turquoise #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover, .theme-turquoise #sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover, .theme-turquoise #sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active, .theme-turquoise .nav-small #nav-col-submenu .submenu > li > .submenu > li a:hover, .theme-turquoise .nav-small #nav-col-submenu .submenu > li > .submenu > li a.active {
    color: #48a2cf !important;
}

.theme-turquoise .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e90ff !important;
}

.theme-turquoise h1 {
    color: #084337;
}

.theme-turquoise #sidebar-nav .nav-pills > li.active > a > i {
    color: #FFFFFF;
}

.theme-turquoise .pagination > li > a, .theme-turquoise .pagination > li > span, .theme-turquoise .pagination > li > a:hover, .theme-turquoise .pagination > li > span:hover, .theme-turquoise .pagination > li > a:focus, .theme-turquoise .pagination > li > span:focus, .theme-turquoise .pagination > li > a:active, .theme-turquoise .pagination > li > span:active {
    color: #0b3c56;
}

.theme-turquoise a, .theme-turquoise .fc-state-default, .theme-turquoise .jvectormap-zoomin, .theme-turquoise .jvectormap-zoomout, .theme-turquoise #user-profile .profile-details ul > li > span {
    color: #48a2cf;
}

.theme-turquoise a:hover, .theme-turquoise a:focus, .theme-turquoise .widget-users li > .details > .name > a:hover, .theme-turquoise .widget-todo .actions > a:hover {
    color: #48a2cf;
}

.theme-turquoise #header-navbar .nav > li > a:hover, .theme-turquoise #header-navbar .nav > li > a:focus, .theme-turquoise #header-navbar .nav .open > a, .theme-turquoise #header-navbar .nav .open > a:hover, .theme-turquoise #header-navbar .nav .open > a:focus, .theme-turquoise .navbar-toggle:hover, .theme-turquoise .navbar-toggle:focus, .theme-turquoise .mobile-search.active > .btn {
    color: #fff;
    background-color: #084337;
}

.green {
    color: #48a2cf !important;
}

.icon-box .btn {
    color: #48a2cf;
}

.icon-box .btn:hover {
    color: #48a2cf;
}

.navbar-brand {
	background: #FFFFFF !important;
}

#sidebar-nav .nav > li > a:hover {
	background: #07332a !important;
	color: #FFFFFF !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus, .nav-pills > li.open > a, .nav-pills > li.open > a:hover, .nav-pills > li.open > a:focus, #sidebar-nav .nav-pills > li.open > a, #sidebar-nav .nav-pills > li.open > a:hover, #sidebar-nav .nav-pills > li.open > a:focus, .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
	background: #07332a !important;
	color: #FFFFFF !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0B3C56 !important;
	border-color: #0B3C56 !important;
	color: #FFFFFF !important;
}

#sidebar-nav .nav > li.nav-header {
	border-top: 2px solid #e7ebee !important;
	color: #a6a6a6 !important;
}

#sidebar-nav .nav > li.nav-header.nav-header-first {
	border-top: none !important;
}

h3 > span {
	border-bottom: none;
}

.primary-green-bg {
    background-color: #084337 !important;
}

.primary-gray-bg {
    background-color: #90a4ae08 !important;
}

.primary-green-color {
   color: #084337 !important;
}

@media (max-width:768px) {
	.dataTables_filter, .dataTables_length {
		display: block !important;
	}
}

.advanced-search-container .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: #dddfe1 !important;
}

.advanced-search-container .select2-container--default .select2-selection--single {
	border-color: #dddfe1 !important;
}

input.indeterminate + label:after {
    width: 10px !important;
    left: 7px !important;
	border-left: none !important;
	transform: rotate(0deg) !important;
	content: '' !important;
	opacity: 1 !important;
}

.submenu {
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 1px;
}

/* ADICIONAR ANIMAIS POR CSV */
.instructions-container {
	background-color: #efefef;
	padding: 11px 13px;
}


/* BACK TO TOP */
html {
	scroll-behavior: smooth;
}

.to-top {
	align-items: center;
	background-color: rgba(217, 217, 217, 0.54);
	border-radius: 50%;
	bottom: 16px;
	color: #1F1F1F;
	display: flex;
	font-size: 32px;
	height: 50px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 32px;
	text-decoration: none !important;
	transition: all .4s;
	width: 50px;
}

.to-top.active {
	bottom: 32px;
	opacity: 0.8;
	pointer-events: auto;
}


/* BUSCA AVAN�ADA */
.advanced-search-container {
	background-color: #efefef;
  	border: solid 1px #e7ebee;
  	border-radius: 3px;
  	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.bottom-buttons, .top-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	float: right;
	gap: 0;
}

.input-group-addon {
	background-color: white;
}

.panel-title {
  	font-weight: 500;
  	margin: 6px 0;
}

.search-button {
	margin: 8px 0;
}

.search-buttons-container {
	display: flex !important;
	justify-content: flex-end;
}

.search-options-container {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 10px;
	justify-content: flex-start;
}

.top-buttons {
	margin-bottom: 20px;
}


/* DESMAMA DE BEZERRO E FIM LACTACAO */
.desmame-ids-container, .fim-lactacao-ids-container {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	justify-content: flex-start;
	margin-bottom: 10px;
	max-width: 550px;
	min-width: fit-content;
	padding-left: 20px;
	padding-right: 20px;
}

.gray-tag {
	margin-top: 0.3em;
    background-clip: padding-box;
    background-color: #90a4ae;
	border-radius: 3px;
    color: #fff;
	display: inline;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1;
    padding: 0.4em 0.6em 0.3em;
    text-align: center;
    white-space: nowrap;
}


/* GEN�RICOS */
.alerta-erro-validacao {
	position: relative;
}

.alerta-erro-validacao::after {
	background-color: transparent;
	color: red;
	content: attr(data-error-text);
	display: none;
	font-size: 10px;
	left: 14%;
	margin: 3px 0 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 100%;
	transform: translateX(-50%);
	width: max-content;
}

.alerta-erro-validacao.ativo::after {
	display: block;
}

.alerta-erro-validacao-border {
	border-color: red !important;
	border-width: 1px !important;
}

.alerta-generico-container {
 	background-color: #feedec;
    border-radius: 4px;
	padding: 16px;
 	margin: 10px;
}

.check-all-input {
	flex-grow: 1;
}

.column-options-container {
 	border: solid 1px #e7ebee;
	border-radius: 3px;
  	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 	display: flex;
 	flex-flow: column;
 	flex-wrap: wrap;
 	margin-top: 45px;
 	gap: 30px;
 	max-height: 264px;
 	padding: 26px 24px;
 	overflow-x: auto;

}

.data-input-container {
	display: flex;
	justify-content: center;
}

.data-input-group-addon {
	/* span contendo o icone do calendario */
	background: transparent;
    border: 1px solid #ccc;
    border-color: #e7ebee;
    border-radius: 4px;
    border-width: 2px;
    color: #555;
    display: table-cell;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.data-input-field {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #e7ebee;
    border-radius: 3px;
    border-width: 2px;
    box-shadow: none;
    color: #555;
    display: table-cell;
    float: left;
    font-size: 13px;
    height: 34px;
	line-height: 1;
    margin-bottom: 0;
    padding: 6px 12px;
    position: relative;
	text-align: center;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
	width: 128px;
    z-index: 2;
}

.data-input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
}

.data-input-inside-container {
	/* deve ficar dentro de um data-input-container */
	display: inline-table;
    position: relative;
    vertical-align: middle;
	width: 170px;
}

.green-dot {
	color: #4caf50;
}

.grey-tag {
	color: #7D8F98;
	background-color: #EFEFEF;
	padding: 6px 12px;
	border-radius: 16px;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

.green-tag {
	color: #4caf50;
	background-color: #eaf6ea;
	padding: 6px 12px;
	border-radius: 16px;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

.container-input-peso {
	position: relative;
	width: 100%;
}

.container-input-peso > input[number] {
	-moz-appearance: textfield;
    appearance: textfield;
}

.container-input-peso > input[number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
}

.container-input-peso > span {
  	background: transparent;
  	border: none;
	width: 15px;
	position: absolute; 
	top: 50%; 
	right: 10px; 
	transform: translateY(-50%);
}

.input-width-padrao {
	width: auto !important;
	min-width: 197px !important;
}

.isDisabled {
  	cursor: not-allowed;
  	opacity: 0.5;
}

.isDisabled > a {
  	color: currentColor;
  	display: inline-block;  /* For IE11/ MS Edge bug */
  	pointer-events: none;
  	text-decoration: none;
}

.notification-message {
	color: red;
    font-family: 'Open Sans';
    font-size: 12px;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.radio-btn, .checkbox-btn {
	-webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px !important;
}

.radio-btn-inativo:after {
	background-color: #e7ebee !important;
    border: 1px solid #e7ebee !important;
}

.radio-btn-inativo:before {
    border: 2px solid #e7ebee !important;
}

.radio-btn-label, .checked-btn-label {
	font-size: 12px;
}

.red-dot {
	color: #f44336;
}

.red-tag {
	color: #f44336;
	background-color: #f9f2f4;
	padding: 6px 12px;
	border-radius: 16px;
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

.underlined-bold {
	font-weight: 700;
	text-decoration: underline;
}

@media (max-width:768px) {
	.input-width-padrao {
		width: 100% !important;
	}
}


/* HEADER */
.header-item:hover {
	color: #ffffff !important;
}


/* HIERARQUIA DE BOTOES */
.btn-primario, .btn-secundario, .btn-terciario, .btn-quartenario, .btn-alerta {
    align-items: flex-start;
    border-style: solid;
	border-radius: 3px !important;
    border-width: 0.5px;
	cursor: pointer;
    display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	gap: 4px;
    letter-spacing: normal;
	line-height: 1.54;
	margin: 10px 10px 10px 0;
	min-inline-size: max-content;
	padding: 4px 11px;
	text-align: center;
	text-decoration: none;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    user-select: none;
    vertical-align: middle;
    word-spacing: normal;
}

.btn-primario.sm, .btn-secundario.sm, .btn-terciario.sm, .btn-quartenario, .btn-alerta.sm {
	margin: 0;
}

.btn-primario.smt, .btn-secundario.smt, .btn-terciario.smt, .btn-quartenario.smt, .btn-alerta.smt {
	margin-top: 0;
}

.btn-primario.smb, .btn-secundario.smb, .btn-terciario.smb, .btn-quartenario.smb, .btn-alerta.smb {
	margin-bottom: 0;
}

.btn-primario.smr, .btn-secundario.smr, .btn-terciario.smr, .btn-quartenario.smr, .btn-alerta.smr {
	margin-right: 0;
}

.btn-primario.sml, .btn-secundario.sml, .btn-terciario.sml, .btn-quartenario.sml, .btn-alerta.sml {
	margin-left: 0;
}

.btn-primario {
	background-color: #0b3c56 !important;
	border-color: #48a2cf;
	color: #ffffff !important;
}

.btn-secundario {
	background-color: #ffffff !important;
	border-color: #0b3c56;
	color: #0b3c56 !important;
}

.btn-terciario {
	background-color: #e4e4e4 !important;
	border-color: #e9e9e9;
	color: #607d8b !important;
}

.btn-quartenario {
	background-color: #90a4ae08 !important;
	border-color: #90a4ae08;
	color: #084337 !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.btn-indicadores {
	color: #084337 !important;
	font-family: "Open Sans", sans-serif;
	font-size: 13px !important;
	height: 34px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	background-color: rgba(11, 60, 86, 0.05);
	padding: 6px 11px;
	text-align: center;
	text-decoration: none;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    user-select: none;
    vertical-align: middle;
    word-spacing: normal;
}

.btn-alerta {
	background-color: red !important;
	border-color: #C70039;
	color: #ffffff !important;
}

.btn-secundario:focus:not(:disabled), 
.btn-primario:focus:not(:disabled),
.btn-terciario:focus:not(:disabled),
.btn-alerta:focus:not(:disabled) {
	text-decoration: none;
}

.btn-primario:hover:not(:disabled),
.btn-secundario:hover:not(:disabled), 
.btn-terciario:hover:not(:disabled),
.btn-alert:hover:not(:disabled) {
	text-decoration: none;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.btn-primario:hover:not(:disabled) {
	background-color: #062637 !important;
}

.btn-secundario:hover:not(:disabled) {
	background-color: #efefef !important;
}

.btn-terciario:hover:not(:disabled) {
	background-color: #f0f0f0 !important;
}

.btn-alerta:hover:not(:disabled) {
	background-color: #FF4922 !important;
}

.btn-primario:active:not(:disabled),
.btn-secundario:active:not(:disabled),
.btn-terciario:active:not(:disabled),
.btn-alerta:active:not(:disabled) {
	box-shadow: none;
	transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.btn-primario:active:not(:disabled) {
	background-color: #0b3c56 !important;
}

.btn-secundario:active:not(:disabled) {
	background-color: #6e8996 !important;
}

.btn-terciario:active:not(:disabled) {
	background-color: #d8d8d8 !important;
}

.btn-alert:active:not(:disabled) {
	background-color: lightsalmon !important;
    border-color: lightgray !important;
}

.btn-primario:disabled,
.btn-secundario:disabled,
.btn-terciario:disabled,
.btn-alerta:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.btn-group.open .dropdown-toggle {
	border-radius: 50%;
    display: block;
}


/* LISTA DE ANIMAIS */
.option-icon-container {
	min-width: 90px;
	white-space: nowrap;
}

.option-icon {
	color: gray;
	font-size: 16px;
	margin: 6px;
}

.option-icon-link:hover, .option-icon-link:visited, .option-icon-link:active {
	text-decoration: none;
}

.bottom-resume-container {
    align-items: center;
	display: flex;
}

.animais-em-carencia-info-container {
 	background-color: #feedec;
    border-radius: 4px;
	padding: 16px;
 	width: 60%;
}

.carencia-alert-icon {
	height: 24px;
	margin-bottom: 2px;
	margin-right: 8px;
}


/* MODAIS */
.modal-body {
	border-radius: 10px;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 32px 30px 22px;
}

.modal-content {
	border-radius: 10px;
}

.modal-dialog {
	width: 600px;
    margin: 10% auto;
}

.modal-footer {
	padding: 3px 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e5e5e5;
    border-width: 1px !important;
    text-align: right;
}

.modal-header {
	background-color: #e7ebee;
    border-radius: 10px 10px 0 0;
    display: flex;
    padding: 25px 24px 21px;
}

.modal-title {
	flex-grow: 1;
	font-size: 16px;
	font-weight: 500;
}

.modal-btn-fechar {
    background: 0 0 !important;
    border: 0 !important;
    color: #000;
    cursor: pointer !important;
	font-size: 34px;
    font-weight: 500;
    line-height: 0;
    opacity: 0.5;
    padding: 0 !important;
    text-shadow: 0 1px 0 #fff;
    -webkit-appearance: none !important;
}

@media (max-width:768px) {
	.modal-dialog {
		position: relative;
   		width: auto;
    	margin: 10px;
	}
}

/* REL GMD E GPD */
.resume-weight-gain-container {
    align-content: center;
    align-items: flex-start;
	background: #F1F1F1;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    grid-row-gap: 2px;
    height: 114px;
    justify-content: center;
    padding: 20px 0;
}

.resume-weight-gain-item {
	background: #FFFFFF;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 210px;
}

.resume-weight-gain-item > h3 {
  	border: none;
	font-family: Inter;
  	font-size: 12px;
  	font-weight: 600;
  	height: 36px;
  	line-height: 3;
  	margin: 0;
  	text-align: left;
}

.resume-weight-gain-value {
	color: #828282;
}

.resume-weight-gain-title {
	background: #F1F1F1;
}

.resume-weight-gain-title > h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.vision-type-gmd-gpd {
    align-content: center;
    align-items: start;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.vision-type-gmd-gpd-radio-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 11px;
	padding-top: 9px;
}

@media (max-width:768px) {
.resume-weight-gain-container {
    align-content: center;
    align-items: flex-start;
	background: #F1F1F1;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    grid-row-gap: 2px;
    height: auto;
    justify-content: center;
    padding: 20px 0;
}
}


/* CHECKBOX ESTILO SWITCH */
.toggle-switch-checkbox {
	cursor: pointer;
	display: block;
	height: 24px;
	margin: 0 20px;
	position: relative;
	transform: translate3d(0,0,0);
	width: 42px;
	-webkit-tap-highlight-color: transparent;
}

.toggle-switch-checkbox:before {
	background: #212121;
	border-radius: 12px;
	content: "";
	display: block;
	height: 15px;
	left: 1px;
	opacity: 0.38;
	position: relative;
	top: 4px;
	transition: background .2s ease;
	width: 40px;
}

.toggle-switch-checkbox span {
	background: #fafafa;
	border-radius: 50%;
	box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 75%);
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .2s ease;
	width: 24px;
}

.toggle-switch-checkbox span svg {
	fill: none;
	margin: 7px;
}

.switch-checkbox:checked + .toggle-switch-checkbox:before {
	background: #0b3c56;
	opacity: 0.38;
}

.switch-checkbox:checked + .toggle-switch-checkbox span {
	background: #0b3c56;
	transform: translateX(18px);
}

.switch-checkbox:disabled + .toggle-switch-checkbox:before {
	background: #D0D0D0;
	opacity: 0.38;
	cursor: default;
}

.switch-checkbox:disabled + .toggle-switch-checkbox span {
    border: 1px solid #D0D0D0;
	cursor: default;
	box-shadow: none;
}

.switch-checkbox:disabled + .toggle-switch-checkbox{
	cursor: default;
}


/* TABELAS COM T�TULOS FIXOS */
th {
  	background: white;
  	position: sticky;
  	top: 0;
  	z-index: 3;
}

.modal-body th {
	top: 0;
}

.modal-body__padding {
	padding-bottom: 0 !important;
}

.iframe-body {
	background: none !important;
}

.iframe-container {
	box-shadow: none !important;
}

@media (min-width:768px) {
	.table-responsive {
    	max-height: 86vh;
	}
}

.modal-body .table-responsive {
	max-height: 200vh !important;
	overflow-y: visible !important;
    overflow-x: visible !important;
}

.table-modal {
	max-height: 70vh !important;
    overflow-y: scroll !important;
    overflow-x: none;
}

/* TELA INICIAL */
.widget-index-title {
	font-size: 1em !important;
}

.calendar-button-container {
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.cepea-iframe {
	height: 455px;
	width: 295px;
}

.widget-icon {
	margin-right: 4px;
}


/* TOOLTIP */
.smart-tooltip {
	position: relative;
}

.smart-tooltip:before {
	background-color: #666;
	border-radius: 3px;
	color: #fff;
	content: attr(data-text);
	display: none;
	padding: 4px 9px;
	position: absolute;
	text-align: center;
	width: max-content;
}

.smart-tooltip.content:before {
	font-size: 10px;
}

.smart-tooltip.title:before {
	font-size: 12px;
}

.smart-tooltip.right:before {
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 6px;
}

.smart-tooltip.left:before {
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	margin-right: 6px;
}

.smart-tooltip.up:before {
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 6px;
}

.smart-tooltip.down:before {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	margin-top: 6px;
}

.smart-tooltip:hover:before {
	display: block;
}


/* V�DEOS DE AJUDA */
.main-videos-container {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap !important;
	justify-content: space-between;
}

.video-card {
	width: 49%
}

/* BARRA DE NOTIFICA��O DE NAVEGADOR N�O HOMOLOGADO */
.notificacao-navegador {
    background-color: #47505a;
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    color: #f9f9f9;
    z-index: 1000;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    text-align: center;
}

.notificacao-navegador-button {
    background-color: #47505a;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    width: 50px;
    color: #f9f9f9;
    z-index: 1001;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
}

#ntf-container {
	display: none;
}

.modal-reponsive {
	width: 65vw;
    max-width: 930px;
    min-width: 690px
}

.bandeira {
	position: absolute;
	margin-left: 5px;
  	width: 20px;
  	height: 20px;
}

.set {
  position:fixed;
  bottom:-10px;
  right:10px;
  z-index:1000;
  text-align: left;
}

.set ul{
	max-width: 100px !important;
}

.set li a{
	text-align: left;
	padding-left: 10px;
	margin-left: 0px;
}
.set li a:hover{
	background-color: #084337 !important;
	color: #FFFFFF;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.btnLing{
	width: 100px !important;
	color: 084337;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}

.mt-5{
	margin-top: -5px;
}

.label-black {
	background-color: #212121 !important;
	color: #ffffff !important;
}

.label-orange {
	background-color: #e06f29 !important;
	color: #ffffff !important;
}

.label-protocolo {
	display: block !important;
	line-height: 2 !important;
	padding: 0;
	width: 48px !important;
	height: 20px !important;
}

.label-green {
	background-color: #7BC67E !important;
	color: #ffffff !important;
}

.label-blue {
	background-color: #5FB5DF !important;
	color: #ffffff !important;
}

.menu-ling{
	margin-right : 10px;
}

.ellipse-4 {
  width: 3px;
  height: 3px;
  margin: 5px 5px 5px 5px;
  background-color: #084337;
  border-radius: 50%;
}

.table-first {
	font-size: 0.875em !important;
}

.atencao-login{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #f44336;
}

.Preferncias-de-idioma {
  width: 100%;
  height: 32px;
  flex-grow: 0;
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.Rectangle-494 {
  height: 164px;
  flex-grow: 0;
  margin-top:15px;
  margin-bottom: 15px;
  padding: 10px 29px 21px;
  border-radius: 3px;
  background-color: #f1f1f1;
}

.button-eye {
	 position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
    color: #90a4ae;
    cursor: pointer;
}

.baixa-edit-id {
	display: none;
	margin-top: 16px;
}

.baixa-edit-id.show {
	display: block;
}

.radio-group {
    width: fit-content !important;
	padding-top: 5px !important;
    padding-bottom: 2px !important;
    border: 2px solid #fff !important;
    margin-left: -8px !important;
    padding-left: 6px !important;
}

.radio-group_error {
    border-radius: 3px !important;
    border-color: rgba(52, 151, 219, 0.6) !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6) !important;
}

/* Estilo tooltip do grupo de radio*/
.radio-tooltip {
    border: 0.5px solid #00000096;
    visibility: hidden;
    background-color: #ffffff;
    width: 200px;
    color: #000;
    text-align: left;
    font-size: 13px;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    top: 60%;
    transform: translateY(72%);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 25px;
    opacity: 0;
}


.radio-tooltip.show {
    visibility: visible;
    transition: opacity 1s ease;
    opacity: 100%
}

.radio-tooltip::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 90px;
    transform: translateY(-50%) rotate(90deg);
    width: 0px;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.radio-tooltip::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 90px;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.radio-tooltip_icon {
    height: 22px;
    width: 22px;
    background-color: #FF8C00;
    color: #ffffff;
    font-weight: 700;
    padding-left: 9px;
    line-height: 20px;
    font-size: 15px;
    margin-right: 14px;
}

.protocolo-status_hoje {
	color: #48A2CF;
	font-size: 12px;
	text-transform: uppercase;
}

.protocolo-status_atrasado {
	color: #9D2835;
	font-size: 12px;
}

.protocolo-status_prox {
	color: #212121;
	font-size: 12px;
}