.fixme {
     margin-top: 16px;
}

.flex-container {
     display: flex;
     flex-direction: row;
     justify-content: center;
}

.scrollerfix {
     position: fixed;
}

.link-vermelho:link, .link-vermelho:visited, .link-vermelho:active {
	color: red;
	}
.link-vermelho:hover {
     color: #800000;
}

.printme {
     display: none;
}
@media print {
	.no-printme  {
		display: none;
	}
	.printme  {
		display: block;
	}
}

table th {
    vertical-align: middle !important;
}
table td {
    vertical-align: middle !important;
}

.edited-ldo-table {
     color: #0000CD;
}

/* CÓDIGO PARA SWITCH */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #406BF0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #BC1414;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}


/*------ ADDED CSS ---------*/

.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 25%;
  left: 25%;
}

.on {
  top: 8px;
}

.off {
  left: auto;
  right: -1px;
  top: 8px;
}

input:checked+ .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}


/*--------- END --------*/


/* Rounded sliders */

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

/* FIM DO CÓDIGO DO SWITCH */


.divscroll {
  overflow-x: scroll;
  overflow-y: visible;
  /* overflow: auto; */
  width: 100%;
  max-height: 500px;
}

.hidediv {
  display: none;
}

.sticky-col{
  position: -webkit-sticky;
  background-color: white;
  position: sticky;
  z-index: 1;
}

tr:nth-child(odd) .sticky-col {
  background-color: #ecf0f1;
}
tr .sticky-col:hover{
  background-color: #ececec;
}

thead > tr .sticky-col {
  z-index: 2;
}

thead > tr > th {
  top: 0;
  position: sticky;
  background-color: white !important;
  /* box-shadow: inset 0 -0.5px 0 0 #c1c1c1,inset 0 0.5px 0 0 #c1c1c1; */
}

.first-col {
  width: 85px;
  left: 0px;
}
.second-col {
  width: 105px;
  left: 85px;
}

.third-col {
  width: 240px;
  left: 190px;
}

.fourth-col {
  width: 90px;
  left: 430px;
}

.fifth-col {
  width: 115px;
  left: 520px;
  /* box-shadow: 5px 0 10px -5px #888; */
  box-shadow: inset -0.5px 0 0 0 #c1c1c1;

}


.fade-blu-alert {
  background: #16222A;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #16222A, #3A6073);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #16222A, #3A6073); 

}

.navbar-gradient-style {
  box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.4);
}

.alert-shadow {
  box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.6);
}
