@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {margin: 0;padding: 0;font-family: 'Lato', sans-serif;color: #5E5E5E;}
body {background-color: #F4F4F4;}
.bg-primary {background-color: #121F49 !important;}
.bg-secondary {background-color: #EF780D;}
.color-primary {color: #121F49;}
.color-secondary {color: #EF780D;}
.color-tertiary {color: #9FA2B4;}
.color-light {color: #fff;}

.color-s{color: #FFC801;}
.color-w{color: #8DC330;}
.color-o{color: #B2000C;}
.color-t{color: #0059AB;}

.font-40 {font-size: 40px;}
.font-30 {font-size: 30px;}
.font-26 {font-size: 26px;}
.font-20 {font-size: 20px;}
.font-18 {font-size: 18px;}
.font-16 {font-size: 16px;}
.font-14 {font-size: 14px;}
.font-13 {font-size: 13px;}
.font-12 {font-size: 12px;}

.main {padding: 50px 0;}
.navbar {background-color: #121F49;padding: 15px;}
.navbar a.nav-link {color: #fff !important;}
.card-etapa {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
}
.card-cenario {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #C9C9C9;
}
.btn {
    border-radius: 6px;
    min-width: 130px;
}
.btn .bi {color: #fff;}

.btn-primary {
    background-color: #EF780D;
    border: 1px solid #EF780D;
}
.btn-primary:hover {
    background-color: #121F49;
    border: 1px solid #121F49;
}
.btn-info {
    color: #fff;
    background-color: #121F49;
    border: 1px solid #121F49;
}
.btn-info:hover {
    background-color: #EF780D;
    border: 1px solid #EF780D;
}
.disabled  .bi {color: #808080;}
.btn-primary.disabled {
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    color: #808080;
}
.btn-voltar {
    border: 1px solid #7C7C7C;
    color: #7C7C7C;
}
.btn-escolha .bi {color: #5E5E5E;}
.btn-check:checked+.btn-escolha .bi {
    color: #fff;
}
.btn-escolha {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
}
.btn-check:checked+.btn-escolha {
    color: #fff;
    background-color: #EF780D;
}
.acoes {
    position: fixed;
    bottom: 80px;
    left: 0;
    width: 100vw;
    padding: 0 80px;
}
.botoes {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.card-responsaveis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

    margin-bottom: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #EF780D;
}
.etapas_topo{
    background: #fff;
}

.fundo_cinza{
    background-color:#DADADA !important;
}

label{
    font-weight: bold;
}

.navbar a:hover{
    color: #EF780D;
}
.nav-pills{
    background: url(../img/line_steps.jpg) repeat-x;
    background-position: 0 38px;
}
.nav-pills .nav-item{
    margin: 0 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #EF780D;
    display: inline-block;
    font-weight: bold;
    padding: 8px;
}
.nav-pills .nav-link.active .bi{
    color: #fff;
}
.nav-pills .nav-link{
    color: #7C7C7C;
    background-color: #E1E1E1;
    display: inline-block;
    font-weight: bold;
    padding: 8px;
}
.btn-outline-primary{
    color: #EF780D;
    border-color: #EF780D;
}
.btn-outline-primary .bi{
    color: #EF780D;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #121F49;
    border-color: #121F49;
}
.btn-outline-info{
    color: #121F49;
    border-color: #121F49;
}
.btn-outline-info .bi{
    color: #121F49;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #EF780D;
    border-color: #EF780D;
}
.login{
    background: url(../img/login_bg.jpg);
    background-size: cover;
}
.login .row {
    height: 100vh;
}

.form-control, .form-select{
    min-height: 30px;
}

.footer {
    border-top: 1px solid #E0E0E0;
    background-color: #F9F9F9;
    padding: 12px;
}


.painel-geral .card-cenario{
    min-height: 160px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #121F49;
    border-color: #121F49;
}

.form-check-input:checked {
    background-color: #EF780D;
    border-color: #EF780D;
}



input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 5px;
  padding: 0;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background-color: #EF780D !important;
}

.input-range-custom .div-input-range {
    width: 75%;
}

.input-range-custom .div-input-resultado input {
    max-width: 100%;
    min-width: 100%;
}

.input-range-custom .div-input-resultado {
    width: 24%;
}


/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 5px;
  /*16x16px adjusted to be same as 14x14px on moz*/
  height: 16px;
  width: 16px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #c5c5c5;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  height: 14px;
  width: 14px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #c5c5c5;
}


/*IE & Edge input*/

input[type=range]::-ms-track {
  width: 300px;
  height: 6px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 2px 0;
  /*remove default tick marks*/
  color: transparent;
}


/*IE & Edge thumb*/

input[type=range]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #c5c5c5;
}


/*IE & Edge left side*/

input[type=range]::-ms-fill-lower {
  background: #919e4b;
  border-radius: 2px;
}


/*IE & Edge right side*/

input[type=range]::-ms-fill-upper {
  background: #c5c5c5;
  border-radius: 2px;
}


/*IE disable tooltip*/

input[type=range]::-ms-tooltip {
  display: none;
}

.resultado {border: none;}

/**
 * Novas abas
 */
.etabs {
    height: 30px;
    margin: 5px 0;
}
.etabs ul {
    list-style: none;
}
.etabs ul,
.etabs li,
.etabs a {
    padding: 0;
    margin: 0;
}
.etabs li,
.etabs a {
    display: block;
}
.etabs li {
    float: left;
    width: 11%;
}
.etabs a {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #EEEEE0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #696969;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    cursor: pointer;
    text-align: center;
    margin-right: -1px;
    text-decoration: none;
}
.etabs a.active,
.etabs a.menu-sel {
    background-color: #EEEED1;
    border-bottom: 0 none;
}

.menu {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000033;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 6px;
    text-align: left;
    border-radius: .5em;
    text-align:center;
    cursor: pointer;
}

.menu-sel {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	padding: 6px;
	text-align:center;
	border-radius: .5em;
    cursor: pointer;
}

div.tableContainer {
	width: 99%;		/* table width will be 99% of this*/
	overflow: auto;
	margin: 0 auto;
	}

.tableContainer table {
	width: 100%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #f7f7f7;
	}

.tableContainer table_selecao {
	width: 90%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
}

.tableContainer table tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	overflow-x: hidden;
	}

.tableContainer thead td, thead th {
	text-align: center;
	font-size: 14px; 
	background-color: #DADADA;
	color: #000333;
	font-weight: bold;
	border-top: solid 1px #d8d8d8;
}	

.tableContainer tfoot td	{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #DADADA;
	color: #000666;
	border-top: solid 2px #DADADA;
}

div.tableContainer {overflow: visible;	}
.tableContainer table>tbody	{overflow: visible; }
.tableContainer thead td	{font-size: 7pt;	}
.tableContainer tfoot td	{
	text-align: center;
	font-size: 7pt;
	border-bottom: solid 1px #DADADA;
	}
	
.tableContainer thead	{display: table-header-group;	}
.tableContainer tfoot	{display: table-footer-group;	}
.tableContainer thead th, thead td	{position: static; } 

.te_read{
	font-size:12px;
	color:black;
	font-family:arial,sans-serif;
	font-weight:bold;
	background-color:#DADADA;
   border : 1px solid transparent;
	border-radius: 0.6em;
}

.botoes-navegacao .nav .nav-item {
    padding: 0 5px;
}

.input_mostra{
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    font-size: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}