/* === GERAL === */
.cl-sidebar .collapse-button {
    border-top: 0 none !important;
    background: none !important;
    width: auto !important;
}

.lite-vcenter {
    vertical-align: middle;
}
.lite-hcenter {
    text-align: center;
    margin: 0 auto;
}

.lite-border {
    /* background-color:#eee;*/
    border: 1px solid #888;
   	border-radius:3px;
}

.lite-border-white {
	border-bottom: 1px solid white; 
	border-top: 1px solid white; 
	border-right: 1px solid white; 
	border-left: 1px solid white;
}

.lite-input-group-monitoramento {
	text-align: center !important;
	margin: 0 auto !important;
}
.lite-input-group-monitoramento input{
	padding: 0 2px!important;
	height: 22px !important;
}

.lite-input-group-monitoramento select{
	padding: 0 2px!important;
	height: 22px !important;
}

.lite-td-monitoramento td{
	padding: 0 3px !important;
}

/* === MODAL ZOOM === */
#modalZoom .modal-dialog {
    width: 93vw;
}

#modalEditarZoom .modal-dialog {
    width: 93vw;
}

.cl-wrapper-zoom {
    padding-top:0 !important;
}

.modal-content-zoom {
    height: calc(100vh - 60px);
    background-color: #F6F6F6 !important;
}

.modal-body-lg {
    height: calc(100vh - 130px);
}

.cl-mcont-zoom {
    padding: 0 20px !important;
}

/* === FORM === */
.lite-select {
    padding: 6px 2px!important;
}

.lite-select-width-auto {
    padding: 6px 2px!important;
    width: auto;
    display: inline-block;
}

/* === TABLE === */
.lite-table .col-checkbox {
    text-align: center;
    width: 1%;
}

.lite-table.table-no-inner-border .col-checkbox {
    border-right: 1px solid #dddddd;
}

.lite-table tbody tr.checked td {
    background-color: rgba(147, 175, 236, 0.13);
}

.lite-tab .col-checkbox {
    overflow: scroll !important;
    text-align: center;
    width: 1%;
}

.lite-tab.table-no-inner-border .col-checkbox {
    border-right: 1px solid #dddddd;
}

.lite-tab tbody tr.checked td {
    background-color: rgba(147, 175, 236, 0.13);
}

.lite-monitoramento-td-error td {
    background-color: #E7908D;
    border-right: 1px solid #E7908D;
    border-left: 1px solid #E7908D;
}

label.tag-label {
   	font-size:10px;   	
   	font-weight: normal !important;
}

label.tag-value {
   	font-size:22px;   	
   	font-weight: normal !important;
}

/***** Editor *****/
#imagem-fundo-editor{
    border: solid 1px lightgray;
}

.menu-horizontal{
    margin: 15px;
    display: flex;
    position: fixed;
    z-index: 5;
}

.menu-horizontal-posicao-item{
    margin-right: 10px;
    float: left;
}

.editor-horizontal{
    margin-left: 15px;
    background-color: #F6F6F6;
    color: inherit;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    margin-top: 0;
    padding-top: 108px;
}

.editor-horizontal:focus{
    outline: none;
}

.menu-horizontal-item{
    border: solid 1px lightgray;
    padding: 7px;
    margin-right: 5px;
    background-color: white;
}

.menu-horizontal-disabled{
	cursor: not-allowed;
}

.menu-horizontal-enabled{
	cursor: pointer;
}

.custom-color-picker{
	margin: 0 0 0 0px !important;
	width: 59px;
	height: 35px;
}

.custom-color-picker-texto{
	margin: 0 0 0 5px !important;
	width: 72px;
	height: 34px;
}

.custom-color-picker-intervalo{
	width: 215px;
	height: 26px;
}

.custom-color-picker-preview{
	width: 33px !important;
	height: 23px !important;
}

.custom-color-picker-texto-preview{
	width: 45px !important;
	height: 23px !important;
}

.custom-color-picker-intervalo-preview{
    width: 190px !important;
    height: 100% !important;
}

.menu-editor-cenario {
    position: absolute;
  	/*
  	top: 100%;
	left: 0;
	*/
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu-editor-cenario li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
}

.menu-editor-cenario li:hover {
    background-color: #DEF;
}

.menu-editor-cenario ul li{
	display: inline;
}

.menu-editor-cenario ul li span{
	padding: 2px 10px;
	display: inline-block;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #EDEDED;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Deixa a tooltip invisível pro default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Posiciona a tooltip sobre o elemento */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* formatação da caixa de texto da tooltip */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Mostra o texto da tooltip com hoover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lista-estados-componente {
    float: left;
	min-width: 160px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	list-style: none;
	padding-left: 0 !important;
}

.lista-estados-componente li {
    cursor: pointer;
    list-style-type: none;
}

.lista-estados-componente li:hover {
    background-color: #DEF;
}

.lista-estados-componente-selected {
    background-color: #DEF;
}

.editor-cenario{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.submenu-editor-cenario{
	position:relative;
}

.submenu-editor-cenario>span:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-5px;
}

.submenu-editor-cenario>.menu-editor-cenario{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.submenu-editor-cenario:hover>.menu-editor-cenario{
	display:block;
}

#submenu-editor{
    width: 150px;
}

.submenu-col{
    float: right;
}

.submenu-col li{
    width: 50px;
    height: 50px;
    display: block !important;
}

.submenu-col li a{
    color: #272930;
    left: -17px;
    top: 15%;
}

.submenu-col li a i{
    width: 40px;
    height: 40px;
}

.componente-selecionado{
    cursor:move;
    border: 1px dashed;
    border-color: gray;
    box-sizing: border-box;
    padding: 2px;
}

[draggable] {
	cursor: move;
}

.padding-top {
	 padding-top: 4px;
}

.line-hr {
     color: #B6B6B6;
     background: #B6B6B6; 
     width: 100%; 
     height: 1px;
}

/* Gallery */

.imagem-card {
    text-align: center;
    width: 150px;
    float: left;
    display: block;
    margin: 5px;
    padding: 5px;
    border: solid 1px lightgray
}

.imagem-card-title {
    display: inherit;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imagem-card-border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 86px;
    margin-top: 3px
}

.imagem-card-content {
    margin: auto;
    max-width: 135px;
    max-height: 86px;
}

.gallery-pasta-btn:focus,
.gallery-pasta-btn:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    background-image: linear-gradient(to bottom,#5bc0de 100%, #f9f9f9 100%);
}

.gallery-space {
    margin: 5px;
}

.gallery-container-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.gallery-title {
    padding: 10px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
    background-image: linear-gradient(to bottom, #ffffff 60%, #f9f9f9 100%);
    border: lightgrey 1px solid;
    font-weight: bold;
}

.thumb {
    margin-bottom: 30px;
}

.image-hover:hover { 
	opacity: 0.3;
}

.image-resize-gallery{
	width: 85px;
	border-width: low;
    border-style: solid;
    border-color: #4d90fd;
}

.image-responsive-gallery{
	display: block;
    height: 70px;
    max-width: 100%;
    
}

.dive-resize-gallery{
	width: 10%;
}

.style-image-name{
	font-family: "Sans-serif";
	font-size: 15px;
	font-weight: bold;
}


/*=== UPLOAD IMAGE====== */

#formUpload>input{
	
  width: 100%;
  height: 100%x;
  background: #EAE7E7;
  color:transparent;
  border-width: low;
  border-style: solid;
  border-color: #ffffff;
}

#divUpload{
	border-width: low;
    border-style: solid;
    border-color: #ffffff;
}

/* ==== IMPORTAR��O CSV LEITURA TAG ======*/

.lite-square{
	display: table;
    width: 450px;
    height: 200px;
    background: #F8F8F8 repeat scroll 0% 0% #FFF;
    margin: auto 5px auto 2px;
    border: 1px solid ;  
}

#uploadCsv{
    position: relative;
  	top: -10px;
   	right: 10px;
}

#importarArquivoCsv{
	position: absolute;    
    bottom: 95px;          
    left: 30px;      
}

.color {
	background: black;
}
.lite-parameters-import #titleLeituraTag{
	background: #2494f2 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    margin-left: -75px;
    margin-right: auto;
    margin-top: -3px;
    padding: 10px;
    position: relative;
    right: -74px;
    top: 3px;
    width: 450px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    font-family: "Open Sans",sans-serif;
}

.lite-button-title{
	position:absolute;    
    bottom:10px;          
    right:10px;      
}

.lite-parameters-import #colunas {
  	position: relative;
	height: 20px;
	width: 220px;
	top: 172px;
	left: 29px;
}

.lite-parameters-import #cabecalho {
    position: relative;
	top: 74px;
	right: -35px;
	vertical-align: top;
}

.lite-parameters-import #label-cabecalho {
    position: relative;
    top: 75px;
    right: -33px;
    vertical-align: top;
}

.lite-parameters-import #buttonUploadLeitura {
  	position: relative;
	top: 110px;
	left: 100px;
	box-align: center;
	margin-top: auto;
}

/* ==================================================== */

.progress-border {
    width: 25px;
    height: 45px;
    border: 2px solid #ccc;
    overflow: hidden;
   
    position: absolute;                                    
    border-radius: 4px;
}

.progress-background {
    background-color: #659D9A;
    width: 100%;
    position: absolute;
    margin-bottom: 0 !important;
    bottom: 0;
}

.box {
  	color: white;
  	background: black;
}

.ace_editor {
	height: 300px;
}

.cursor-hand {
	cursor: pointer;
}

.indicador-abaixo-meta {
	color: red;
	font-weight: bold;
}

.indicador-nao-calculado {
	color: red;
}

.indicador-a-calcular {
	color: blue;
}

.back-to-top-lite {
    position: fixed;
    bottom: 0;
    left: 225px;
    height: 80px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(39, 41, 48, 0.6);
    font-size: 12px;
    padding: 9px 12px;
}

.margem-direita-8 {
    margin-right: 8px !important;
}

.circle-red {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.circle-green {
    height: 15px;
    width: 15px;
    background-color: #11EA39;
    border-radius: 50%;
    display: inline-block;
}

.total-registros {
    margin-left: 15px;
}

.reconhecer-alarmes {
    margin-left: 0px;
}

/* Editor cenário */
.editor-cenario-rotacionar-item {
    width: 17%; 
    height: 34px; 
    font-weight: normal; 
    padding: 9px 0px 0px 0px;
}

.editor-cenario-rotacionar {
    width:240px; 
    margin-left: 0px;
}

.editor-cenario-espessura-contorno {
    width: 109px;
    display: initial;
}

.editor-cenario-preenchimento-contorno {
    width: 250px;
    padding-left: 0px;
}

.editor-cenario-descricao {
    font-weight: bold; 
    margin: 0 0 0px;
}

.editor-cenario-fonte {
    width:160px;
    display: initial;
}

.editor-cenario-tamanho-fonte {
    width: 70px;
    display: initial;
}

.editor-cenario-stilo-fonte-div {
    width: 160px;
    margin-left: 0px;
    display: block;
}

.editor-cenario-stilo-fonte {
    width:33%; 
    height: 35px;
    font-family: Times New Roman;    
}

.editor-cenario-stilo-fonte-negrito {
    font-weight: bold;
}

.editor-cenario-stilo-fonte-italico {
    font-style: italic;
}

.editor-cenario-stilo-fonte-sublinhado {
    text-decoration: underline;
}

.editor-cenario-posicao-X {
    font-weight: bold; 
    margin-top: 4px; 
    margin-bottom: 0px !important; 
    margin-left: 27px;
    margin-right: 4px;
}

.editor-cenario-posicao-Y {
    font-weight: bold; 
    margin-top: 4px; 
    margin-bottom: 0px !important; 
    margin-left: 10px;
}

.editor-cenario-posicao-input {
    width: 75px; 
    margin-left: 5px;
    display: initial;
}

.editor-cenario-largura {
    margin-left: 27px;
}

.editor-cenario-altura {
    margin-left: 12px;
}

.editor-cenario-menu-superior {
    position: absolute; 
    z-index: 5;
    top: 108px;
    left: 1152px;
}

.small-version {
	color: white;
	font-size: 60%;
}

.color-white {
	color: #C9D4F6;
}

.padding-menu {
	padding-right: 30px !important;
}

.text-center {
    text-align: center;
}

.tag-modelo-id {
    font-weight: bold;
}


#last-th a {
    display: block;
    width: 171px;
}

.ctm-sm,
.ctm-th-sm a {
    display: block;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.ctm-md,
.ctm-th-md a {
    display: block;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.ctm-col-checkbox {
    width: auto !important;
    display: inline-block !important;
}

.ctm-lg,
.ctm-th-lg a {
    display: block;
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.ctm-xl,
.ctm-th-xl a {
    display: block;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.ctm-col-fixed {
    position: sticky;
    background-color: white !important;
}

.ctm-action {
    display: block;
    width: 30px;
}

.ctm-table-tag {
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100vw - 347px);
}

.ctm-pointer-none {
    pointer-events: none;
}

@media screen and (max-width: 980px) {
    .ctm-table-tag {
        width: calc(100vw - 200px);
    }
}

@media screen and (max-width: 767px) {
    .ctm-table-tag {
        width: calc(100vw - 87px);
    }
}

.id-info {
	font-size: 0.8em;
	color: gray;
}