@-ms-viewport {
  width: device-width;
}

@font-face {
    font-family: "RobotoRegular";
    src: url('./roboto/Roboto-Regular.ttf') format("truetype");
}

* {
	font-family: RobotoRegular, sans-serif;
}

body {
	border: 0px none;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 1vw;
	color: #000000;
}

a {
	color: #002661;
	text-decoration: none;
}

a:hover {
	color: #002661;
	text-decoration: underline;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -5vw;
    top: 50%;
    margin-top: -5vw;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 10vw;
    height: 10vw;
    border:  solid 1vw transparent;
    border-top-color:  #00C8B1 !important;
    border-left-color: #00C8B1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

li.menu-item {
	color: #000000;
	padding: 0;
	padding-left: 8%;
	padding-top: 6%;
	font-size: 1.15vw;
	padding-bottom: 6%;
	cursor: pointer;
	background-color: transparent;
}

li.menu-item:hover {
	background-color: #efedf0;
}

select, input {
	color: #000000;
	font-size: 1.1vw;
	border: 0 none;
	border-bottom: 1px solid #000000;
}

input.input_earm {
	color: #000000;
	font-size: 0.85vw;
	border: 1px solid #000000;
	text-align: center;
}

textarea {
	color: #000000;
	font-size: 1.1vw;
	line-height: 1.5vw;
	border: 1px solid #000000;
}

select {
	text-align-last:center;
}

select:focus, input:focus {
    outline: none;
}

.console {
	overflow: auto;
	font-family: Courier, monospace;
	font-size: 0.8vw;
	white-space: pre;
	text-align: left;
}

.botao {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #002b62;
	cursor: pointer;
	padding: 1vw;
	font-size: 1.2vw;
	font-weight: bold;
	color: #ffffff;
}

table {
	border-collapse: collapse;
}

table th {
	text-align: left;
	font-weight: normal;
	background-color: #f1f1f1;
	color: #000000;
	font-size: 1.2vw;
	vertical-align: middle;
	padding: 1vw 0.5vw 1vw 0.5vw;
}

table td {
	text-align: left;
	color: #000000;
	font-size: 1vw;
	vertical-align: middle;
	padding: 0.8vw 0.5vw 0.8vw 0.5vw;
	word-break: break-all;
}

table tr {
	background-color: #ffffff;
}

table tr:hover {
	background-color: #f9f9f9;
}

table tr.clicavel {
	background-color: #ffffff;
	cursor: pointer;
}

table tr.clicavel:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

table.tabela_earm th {
	font-size: 0.85vw;
	padding: 0.2vw 0.6vw 0.2vw 0.6vw;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table.tabela_earm td {
	font-size: 0.80vw;
	padding: 0.2vw;
	text-align: center;
	word-break: normal;
	white-space: nowrap;
}

table.tabela_ena th {
	font-size: 1.1vw;
	padding: 0.3vw 0.6vw 0.3vw 0.6vw;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table.tabela_ena td {
	font-size: 1.0vw;
	padding: 0.3vw;
	text-align: center;
	word-break: normal;
	white-space: nowrap;
}

table.tabela_spot th {
	font-size: 0.9vw;
	padding: 0.5vw 0.6vw 0.5vw 0.6vw;
	font-weight: bold;
	text-align: center;
}

table.tabela_spot tbody td {
	font-size: 0.8vw;
	padding: 0.2vw;
	text-align: center;
}

table.tabela_spot tfoot td {
	font-size: 1vw;
	padding: 0.3vw;
	padding-top: 0.8vw;
	text-align: left;
}

table tabela_resultados {
	border-collapse: collapse;
	border: 1px solid black;
}

table.tabela_resultados thead th {
	font-size: 0.92vw;
	padding: 0.5vw 0.6vw 0.5vw 0.6vw;
	font-weight: bold;
	text-align: center;
}

table.tabela_resultados tbody td {
	font-size: 0.9vw;
	padding: 0.5vw 0.6vw 0.5vw 0.6vw;
	padding: 0.2vw;
	text-align: center;
}

table.tabela_inner th {
	font-size: 1vw;
}

table td.acoes {
	text-align: center;
	line-height: 2vw;
}

table td.acoes i {
	cursor: pointer;
}

table.tipostatus th {
	font-size: 1vw;
	text-align: center;
	position: sticky;
}

table.tipostatus td {
	font-size: 0.8vw;
	text-align: center;
}

#main_topo_opcoes_usuario {
	background-color: #002661;
	color: #ffffff;
	white-space: nowrap;
	transition: top .250s linear;
}

#main_topo_opcoes_usuario a {
	color: #ffffff;
	text-decoration: none;
}

#main_topo_opcoes_usuario a:hover {
	color: #ffffff;
	text-decoration: none;
}

.aba {
	display: inline-block;
	padding: 0.8vw 1.2vw 0.8vw 1.2vw;
	color: #000000;
	font-size: 1vw;
	cursor: pointer;
	height: 2.7vw;
	margin-top: 0.2vw;
	font-weight: bolder;
}

.aba_selecionada {
	display: inline-block;
	padding: 0.8vw 1.2vw 0.8vw 1.2vw;
	color: #000000;
	font-size: 1vw;
	cursor: auto;
	height: 2.7vw;
	margin-top: 0.2vw;
	font-weight: bolder;
	background-color: #ffffff;
	border-radius: 1vw 1vw 0 0;
}


.checkbox {
	display: table-cell;
	width: 1px;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
	font-size: 1.6vw;
	width: 1.9vw;
	text-align: left;
}

.resultados_titulo {
	margin-top: 1.8vw;
	margin-bottom: 0.8vw;
	font-weight: bold; 
	font-style: italic;
}

li:not(:last-child) {
    margin-bottom: 0.5vw;
}





.bt{
	color: aliceblue;
	cursor: pointer;
	float: left;
	text-align: center;
}

.bt-g{
	padding: 10px 50px;
}
.bt-p{
	padding: 10px 10px;
}

.bt-blue{
	background-color: #002661;
}

.btns{
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	z-index: 10000;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}

#inputSearchKeyUpEditDeck{
	color: #3f3f3f;
}

#ordena-menor{
	margin-left: 20px;
}

#ordena-maior{
	margin-left: 10px;
}

#inputSearchKeyUpEditDeck{
	margin-left: 10px;
	height: 14px;
}

.editordeck_arquivoatualFrame{
	/* background-color: #3f3f3f; */
	overflow: hidden;
}


.editordeck_arquivoatualColum{
	width: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background-color: #f7e2e2;
	color: #a57272;
	font-family: monospace;
	font-size: 12px;
	line-height: 20px;
	overflow-x: scroll;
	background-color: #3f3f3f;
}

#editordeck_arquivoatual{
	width: calc(100% - 45px); 
	height: calc(100% - 5px); 
	background-color: transparent;
	border: 0px none; 
	resize: none; 
	white-space: pre; 
	overflow-wrap: normal; 
	overflow-x: scroll;
	float: left;
	margin-left: 40px;
	font-family: monospace;
	font-size: 12px;
	line-height: 20px;
	outline: none;
}

#editordeck_arquivoatualColumTeste{
    overflow:hidden;
}

.botaoArquivoAlteradoSemSalvar{
	background: #c9c9c9; 
	padding:2px 6px; 
	margin-left: 20px; 
	float:left; 
	display: inline-block;
	cursor: pointer;
}

.botaoArquivoAlteradoSemSalvar:hover{
	background: #918e8e; 
}

.traceX{
	position: absolute;
    width: calc(100% );
	height: 1px;
	top: 0px;
	border-bottom: solid 1px #949292;
	z-index: 0;
}

.traceY{
	position: absolute;
	left: 0px;
	height: 750px;	
	width: 1px;
	border-right: solid 1px #949292;
	z-index: 0;
}

pre.pre_log {
	font-family: monospace;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	margin-bottom: 3vw;
}
