:root{
	
	--corFundo: #ff5c33 /*#DAFBE0 /*#ff6666 /*#DAFBE0*/;
	
}

body {
	
  /*
  font-family: "Lato", sans-serif;
  scrollbar-color: dark;
  */
  
  /*background-image: url("img2/BG_GFB_login_sistema5.png");*/
  /*background-image: url("img2/wait.gif");*/
  background-color: #fff; /* Used if the image is unavailable */
  /*height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  
}

.labels {
     color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 10px;     
     white-space: nowrap;
   }

video { 
  -webkit-transform: scaleX(2); 
  -moz-transform: scaleX(2);
}

.video { 
  -webkit-transform: scaleX(2); 
  -moz-transform: scaleX(2);
}

/**/
/* infoWindow GOOGLE MAPS */
.gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after { 
  background: black;
  color: white;
}
.gm-style .gm-style-iw-tc::after { background: black; }

/* hides the x image */
button.gm-ui-hover-effect > span {
  display: none !important;
}

.gm-style-iw button {
    outline: 0;
}

.content-wrapper {
	background-color: black;
}

/* inserts the customized and clickable image instead */
button.gm-ui-hover-effect {
  opacity: 1 !important;
  background: url('img2/close16x16.png') center center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  /* above is a good size or uncomment the next line */
  /* background-size: contain !important; */
}
/**/
/* infoWindow GOOGLE MAPS */

.nav-icon {

	font-size: 14px;
	
}

.nav-link {

	font-size: 14px;
	height: 3.7em;
	
}

.nav-item {

	font-size: 14px;
	
}

.cund1 {
	
	position:relative;top:+2px;font-size:25px;
	
}

.cund2 {
	
	position:relative;top:+2px;font-size:20px;
	
}

.labels {
     color: white;
     background-color: red;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     text-align: center;
     width: 10px;     
     white-space: nowrap;
   }


/*
.content-wrapper,
.right-side,
.main-footer {
  margin-left: 350px;
}
.main-header > .navbar {
  margin-left: 0;
}
.main-sidebar,
.left-side {
  width: 350px;
}
*/

.delete-menu {
  position: absolute;
  background: white;
  padding: 3px;
  color: #666;
  font-weight: bold;
  border: 1px solid #999;
  font-family: sans-serif;
  font-size: 12px;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  margin-left: 10px;
  cursor: pointer;
}

.delete-menu:hover {
  background: #eee;
}

table.tabRel tr td { font-size:10px }

/* unvisited link */
a:link {
  color: silver;
}

/* visited link */
a:visited {
  color: silver;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: silver
}

textarea:focus, input:focus{
    outline: none;
}

select option:disabled {
    color: silver;
    /*font-weight: bold;*/
}

.overlayMap {
	  background:yellow;
	  text-align:center;
	  border-radius: 50%;
	  /*width:30px;*/
	  /*height:30px;*/
	  line-height:30px;
}

.overlayMapButton {
	  background:yellow;
	  text-align:center;
	  border-radius: 50%;
	  /*width:30px;*/
	  /*height:30px;*/
	  line-height:30px;
}

.TabIlhas {
	
	background-color: white;
	
}

.TabIlhas tr:hover {
	
	background-color: var(--corFundo);
	
}

input[type='checkbox'].icon-checkbox{display:none}
input[type='checkbox'].icon-checkbox+label .unchecked{display:inline}
input[type='checkbox'].icon-checkbox+label .checked{display:none}
input[type='checkbox']:checked.icon-checkbox{display:none}
input[type='checkbox']:checked.icon-checkbox+label .unchecked{display:none}
input[type='checkbox']:checked.icon-checkbox+label .checked{display:inline}

/* Search Box */

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
	position: relative;
	top: +10px !important;
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 0px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	width: 160px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#pac-input-calendar {
	position: relative;
	top: +10px !important;
	background-color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	margin-left: 0px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	width: 110px;
	display: none;
}

#pac-input-calendar:focus {
  border-color: #4d90fe;
}

#pac-input-calendar-camia {
	position: relative;
	top: +10px !important;
	background-color: #fff;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	margin-left: 0px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	width: 110px;
	display: none;
}

#pac-input-calendar-camia:focus {
  border-color: #4d90fe;
}

#pac-input-rotas {
	position: relative;
	top: +5px !important;
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 0px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #fafafa;
	width: 160px;
}

#pac-input-rotas:focus {
  border-color: #4d90fe;
}

#routeTable tbody td:first-child {
   cursor: move;
}

#routeAttrTable tbody tr.selected {
    color: white;
    background-color: #eeeeee;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.tablePCL table{
	width: 100%;
	border-collapse: collapse;
}

.tablePCL th,
.tablePCL td {
	color: white;
	padding: 2px;
	text-align: left;
	border: 1px solid #A0A0A0;
	font-size: 12px;
}
	

/* TABLE FIX */

.tableFix { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 200px;
  border: 1px solid #000;
  border-radius:0px 0px 5px 5px;
}

.tableFix table{
  width: 100%;
  border-collapse: collapse;
}

.tableFix th,
.tableFix td{
  padding: 2px;
  text-align: left;
  border: 1px solid #A0A0A0;
  font-size: 12px;
}

.tableFix tr:hover {
	/*
	background: #ff5c33;
	color: white;
	*/
}

.tableFix tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFix thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #000;  /* Some background is needed */
  color: #fff
}




/* TABLE FIX ILHAS*/

.tableFixIlhas { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 260px;
  /*border: 1px solid #000;*/
}

.tableFixILhas table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixIlhas th,
.tableFixIlhas td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 12px;
  color: #fff;
}

.tableFixIlhas tr:hover {
	background: var(--corFundo);
	color: black;
}

.tableFixIlhas img:hover {
	filter: invert(100%);
	/*filter: sepia(100%);
	filter: contrast(160%);*/
	color: black;
}

.tableFixIlhas tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixIlhas thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #000;  /* Some background is needed */
  color: #fff
}



/* TABLE FIX OLHO */

.tableFixOlho { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 490px; /* 100% impede o rolamento de tela */
  /*border: 1px solid #000;*/
}

.tableFixOlho table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixOlho th,
.tableFixOlho td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 12px;
  color: #fff;
}

.tableFixOlho tr:hover {
	background: #0f0f0f;
	color: black;
}

.tableFixOlho tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixOlho thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #000;  /* Some background is needed */
  color: #fff
}


/* TABLE FIX OLHO - DESPACHO*/

.tableFixOlhoOcorrencias { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  /*height: 390px; /* 100% impede o rolamento de tela */
  /*border: 1px solid #000;*/
  border-radius:10px;
}

.tableFixOlhoOcorrencias table{
  width: 100%;
  border-collapse: collapse;
  border-radius:10px;
}

.tableFixOlhoOcorrencias th,
.tableFixOlhoOcorrencias td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 10px;
  color: #fff;
}

.tableFixOlhoOcorrencias tr:hover {
	background: #0f0f0f;
	color: black;
}

.tableFixOlhoOcorrencias tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixOlhoOcorrencias thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #000;  /* Some background is needed */
  color: #fff
}


/* TABLE FIX OLHO CAN*/

.tableFixOlhoCAN { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 380px;
  /*border: 1px solid #000;*/
}

.tableFixOlhoCAN table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixOlhoCAN th {
  padding: 1px;
  text-align: center;
  border: 1px solid #202020;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background-color: #909090;
}

.tableFixOlhoCAN td {
  padding: 2px;
  text-align: center;
  border: 1px solid #202020;
  font-size: 12px;
  color: #fff;
}

.tableFixOlhoCAN tr:hover {
	background: #0f0f0f;
	color: black;
}

.tableFixOlhoCAN tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixOlhoCAN thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #000;  /* Some background is needed */
  color: #fff
}


/* TABLE FIX MOTORISTAS*/

.tableFixMotoristas { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 360px;
  /*border: 1px solid #000;*/
   -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.tableFixMotoristas table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixMotoristas th,
.tableFixMotoristas td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 14px;
  color: #000;
}

.tableFixMotoristas tr:hover {
	background: silver;
	color: black;
}

.tableFixMotoristas tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixMotoristas thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #606060;  /* Some background is needed */
  color: #fff
}

/* TABLE FIX EVENTOS*/

.tableFixEventos { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 360px;
  /*border: 1px solid #000;*/
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.tableFixEventos table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixEventos th,
.tableFixEventos td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 14px;
  color: #000;
}

.tableFixEventos tr:hover {
	background: silver;
	color: black;
}

.tableFixEventos tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixEventos thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #606060;  /* Some background is needed */
  color: #fff
}

/* TABLE FIX TURNOS TRABALHO*/

.tableFixTurnosTrabalho { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 360px;
  /*border: 1px solid #000;*/
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.tableFixTurnosTrabalho table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixTurnosTrabalho th,
.tableFixTurnosTrabalho td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 14px;
  color: #000;
}

.tableFixTurnosTrabalho tr:hover {
	background: silver;
	color: black;
}

.tableFixTurnosTrabalho tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixTurnosTrabalho thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #606060;  /* Some background is needed */
  color: #fff;
}

/* TABLE FIX EXCECAO TURNOS TRABALHO*/

.tableFixExcecaoTurnosTrabalho { /* Scrollable parent element */
  position: relative;
  overflow: auto;
  height: 360px;
  /*border: 1px solid #000;*/
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.tableFixExcecaoTurnosTrabalho table{
  width: 100%;
  border-collapse: collapse;
}

.tableFixExcecaoTurnosTrabalho th,
.tableFixExcecaoTurnosTrabalho td{
  padding: 2px;
  text-align: left;
  /*border: 1px solid #A0A0A0;*/
  font-size: 14x;
  color: #000;
}

.tableFixExcecaoTurnosTrabalho tr:hover {
	background: silver;
	color: black;
}

.tableFixExcecaoTurnosTrabalho tbody tr:focus {
  background-color: red;
  outline: 0; /*remove outline*/
}

.tableFixExcecaoTurnosTrabalho thead th {
  position: sticky;  /* Edge, Chrome, FF */
  top: 0px;
  background: #606060;  /* Some background is needed */
  color: #fff;
}


/* ILHAS */

.boxIlhas {
    
    position:absolute; 
    top:350px;
    left:390px;
    /* top:15%; */
    /* left:50%; */
	/*width:200px;*/
    /*height:225px;*/
	background-color:#fff;
	border:1px solid #e0e0e0;
	padding:0px;
    color:#000;
	font:10px normal verdana, helvetica, arial, sans-serif;
    text-align: left;
    /* visibility:hidden; */
	
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    
	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#F0F0F0));
    background: -moz-linear-gradient(top, #A0A0A0, #F0F0F0);
    background: -o-linear-gradient(top, #A0A0A0, #F0F0F0);
    background: linear-gradient(top, #A0A0A0, #F0F0F0);
	*/
	
    /* text-shadow: 0px 0.7px 1px #666; */
	
	display: none;
	z-index: 99;
    
}


/* DATATABLE */

.dt-buttons .dt-button {
  padding: 2px 2px 2px 2px;
}
table.dataTable thead th {background-color:black;color:white;padding:3px 18px 3px 2px;border-left:1px solid gray}
table.dataTable tbody td {border-left:1px solid #f0f0f0;text-align:center;padding: 3px 8px 3px 8px !important;}
.dataTables_filter {position:relative;top:-5px;font-size:11px;padding:2px}

/* DATATABLE */

#panel {
	
	padding: 5px;

}

#color-palette {
	clear: both;
	margin: 1px;
}

.color-button {
	width: 24px;
	height: 32px;
	font-size: 0;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.container { 
	border:0px; 
	/*width:700px;*/
	height:32px; 
	overflow-x: auto; 
	overflow-y: auto;
	font-size:10px;
}

.displaybox {

	position: absolute;
	top:0;
	left:50%;
	margin-left: -200px;
	width:400px;
	height:100%;
	/*background-color:#f0f0f0;*/
	/*border:1px solid #000000;*/
	color: white;
	padding:10px;
	font:24px normal verdana, helvetica, arial, sans-serif;

	/*
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	*/
	 
	 /*
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#CBEFFD));
	background: -moz-linear-gradient(top, #80FF00, #696969);
	background: -o-linear-gradient(top, #80FF00, #696969);
	background: linear-gradient(top, #80FF00, #696969);
	text-shadow: 0px 0.7px 1px #666;
	*/
	
	line-height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 0px #666666;
	-webkit-box-shadow: 0px 0px 0px #666666;
	-moz-box-shadow: 0px 0px 0px #666666;
	background: white;
	
	/*
	background: linear-gradient(top, white,  #ECECEE);
	background: -ms-linear-gradient(top, white,  #ECECEE);
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ECECEE));
	background: -moz-linear-gradient(top, white,  #ECECEE);
	*/


}

.Ndisplaybox {
    
    position:absolute; 
    top:350px;
    left:390px;
    /* top:15%; */
    /* left:50%; */
	/*width:200px;*/
    /*height:225px;*/
	background-color:#fff;
	border:1px solid #e0e0e0;
	padding:0px;
    color:#000;
	font:10px normal verdana, helvetica, arial, sans-serif;
    text-align: left;
    /* visibility:hidden; */
	
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    
	/*
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#F0F0F0));
    background: -moz-linear-gradient(top, #A0A0A0, #F0F0F0);
    background: -o-linear-gradient(top, #A0A0A0, #F0F0F0);
    background: linear-gradient(top, #A0A0A0, #F0F0F0);
	*/
	
    /* text-shadow: 0px 0.7px 1px #666; */
	
	display: none;
	z-index: 999;
	
}

.TabIlhas {
	
	background-color: white;
	
}

.TabIlhas tr:hover {
	
	background-color: var(--corFundo);
	
}

/* ILHAS - END*/

.footer {
  position: fixed;
  bottom: 0;
  /*width: 100%;*/
  /* Set the fixed height of the footer here */
  height: 35px;
  line-height: 35px; /* Vertically center the text there */
  background-color: none;
}

.s1 {
	
}

.s1 a: hover {
	
	background-color: red;
	
}


li.dis {
	display:none;
	pointer-events: none; 
}

li.ene {
	display:none;
	pointer-events: none; 
}

.button-2 {
  background-color: rgba(10, 10, 10, 0.01);
  border-radius: 3px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 25px;
  border: 1px solid rgba(10, 10, 10, 0.09);
}

.popupboxSem {

	margin:5px;
	padding:5px;
	border: 1px solid #eee;
	line-height: 120%;
	border-radius: 4px;
	background: #e0e0e0;
	cursor: pointer;
	font-size:12px;
	
}

.popupbox {

	margin:5px;
	padding:5px;
	border: 1px solid #eee;
	line-height: 120%;
	border-radius: 4px;
	background: #e0e0e0;
	cursor: pointer;
	/*font-size:10px;*/
	
}

.popupboxProtege {

	margin:5px;
	padding:5px;
	border: 1px solid #eee;
	line-height: 120%;
	border-radius: 4px;
	background: white;
	background-color: #ffe6f7;
	cursor: pointer;
	
}

.popupboxProtegeEscolas {

	margin:5px;
	padding:5px;
	border: 1px solid #eee;
	line-height: 120%;
	border-radius: 4px;
	background: white;
	background-color: #ff0000;
	cursor: pointer;
	
}

.popupboxOcorrencias {

	margin:5px;
	padding:5px;
	border: 1px solid #eee;
	line-height: 120%;
	border-radius: 4px;
	background: white;
	background-color: silver;
	cursor: pointer;
	
}

.popupboxOcorrencias:hover {
	
	background-color: var(--corFundo);
	
}

.tbr {
  display: flex;
  max-width: fit-content;
}

.tbc {
  padding: 1em;
  border: 1px solid black;
}

.tbc0 {
  width: 5em;
  padding: 1em;
  border: 1px solid black;
}

.tbc1 {
  width: 10em;
  padding: 1em;
  border: 1px solid black;
}

.tbr:nth-child(even) {
  background: lightblue;
}

/* Thick red border */
hr.new4 {
  border: 1px solid silver;
}

/*---------------------------------*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  color:#000;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.fb-icon{
    background: none;
}

.fb-icon:hover{
    background: var(--corfundo) !important;
}