﻿html,body{
	min-height:100%;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family: 'Roboto', sans-serif;

		background: url("../Images/misom_updated.jpg") top left no-repeat;
	  background-size: cover;        /* Faz a imagem cobrir toda a página */
	  background-position: center;   /* Centraliza a imagem */
	  background-attachment: fixed;  /* Mantém a imagem fixa ao rolar a página (opcional) */
	}

    a:link {
	color:#666;
	text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #666;
	}
	a:hover {
		text-decoration: none;
		color: #666;
	}
	a:active {
		text-decoration: none;
		color: #666;
}	

::-webkit-scrollbar-track {
	opacity:0.5;
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
	opacity:0.5;
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
	opacity:0.5;
    background: #dad7d7;
}

.container {
    height:100%;
	width:100%;
	padding-top:20px;
	max-width: 1400px;
	}

#versao{
	margin-right:30px;
	right:0px;
	font-size:8px;
	margin-top:38px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	position:absolute;
	color:#999;
	}
	
#logo{
	margin-right:230px;
	font-size:8px;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	position:absolute;
	color:#999;
	}
	
#anonimo_box{
	margin-right:10px;
	right:0px;
	font-size:10px;
	margin-top:-10px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	position:absolute;
	color:#999;
	height:15px;
	}
	
#anonimo_texto{
	margin-right:-40px;
	right:0px;
	font-size:10px;
	margin-top:-8px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	position:absolute;
	color:#999;
	height:15px;
	}	
	
#painel{
	padding:-10px;
	}
	
#detalhe_ticket{
	font-size:11px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	}
	
#detalhe_ticket_feedback{
	font-size:9px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	}


#email_solicitado{
	text-transform: uppercase;
}

#formulario_detalhe{

	background: white;
	border-radius:3px;
	padding-right:15px;
	padding-left:10px;
	height:165px;
	border:1px solid #FFF;
	margin-bottom:4px;
	/*
	letter-spacing:2px;
	*/
	margin-right:4px;
	/*opacity:0.5;*/
}


#formulario_feedback{
	background:url(../Images/bg_chamado.png);
	border-radius:3px;
	padding-right:15px;
	padding-left:10px;
	height:100px;
	border:1px solid #FFF;
	margin-bottom:4px;
	/*
	letter-spacing:2px;
	*/
	margin-right:4px;
	
}

#titulo{
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:10px;
	padding-bottom:5px;
	font:Helvetica Neue;
	color:#666;
	}
	
#titulo_email{
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	}
	
#lista_chamados {  
    color: black; 
    padding:0 0 0 0; 
    height: 100%;
	overflow:auto;
	}
	
#cheio{
	height:100%;
	min-height:100%;
}

#titulo_ip{
	font-size:11px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	font:Helvetica Neue;
	}

#alerta{
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:3px 3px 3px 3px;
	font:Helvetica Neue;
	vertical-align:baseline;
	text-align:center;
}

#meio_alerta{
	position:absolute;
	width:100%;
	height:40px;
	vertical-align:central;
	text-align:center;
}

#separador{
	height:10px;
}

#sugestao{
	font:Helvetica;
	font-family:Helvetica;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#333;
}


.div_alerta{
  background: url(../Images/bg_alerta.jpg) repeat-x center bottom;
  animation: animatedBackground 20s linear infinite;
  -ms-animation: animatedBackground 20s linear infinite;
  -moz-animation: animatedBackground 20s linear infinite;
  -webkit-animation: animatedBackground 20s linear infinite;
  
  /*background-color: #008bcf;*/    
}

.alerta-italico{
	font-style:italic;
}


#formulario_detalhe_espera{
	background:url(../Images/bg_chamado_carimbo.png);
	background: white;
	border-radius:3px;
	padding-right:15px;
	padding-left:10px;
	height:165px;
	border:1px solid #FFF;
	margin-bottom:4px;
	/*
	letter-spacing:2px;
	*/
	margin-right:4px;
	/*opacity:0.5;*/
}

#carimbo{
	background:url(../Images/carimbo.png) no-repeat;
	width:115px;
	height:96px;
	right:0px;
	top:0px;
	margin-right:0px;
	margin-top:0px;
	position:absolute;	
}



@-keyframes animatedBackground {
        from { background-position: 0 0; }
        to { background-position: 100% 0; }
    }
    @-webkit-keyframes animatedBackground {
        from { background-position: 0 0; }
        to { background-position: 100% 0; }
    }
    @-ms-keyframes animatedBackground {
        from { background-position: 0 0; }
        to { background-position: 100% 0; }
    }
    @-moz-keyframes animatedBackground {
        from { background-position: 0 0; }
        to { background-position: 100% 0; }
    }
	
.panel {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.panel:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.panel-heading {
    background: linear-gradient(45deg, #2193b0, #6dd5ed) !important;
    color: white !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 15px;
    font-weight: 500;
}

.panel-body {
    padding: 20px;
    background: white;
    border-radius: 0 0 8px 8px;

}

.form-control {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #2193b0;
    box-shadow: 0 0 0 0.2rem rgba(33, 147, 176, 0.25);
}

.btn {
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-warning {
    background: linear-gradient(45deg, #f46b45, #eea849);
    border: none;
    color: white;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #eea849, #f46b45);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


#lista_chamados {
    color: #333;
    padding: 0;
    height: 100%;
    overflow: auto;

}

#formulario_detalhe, #formulario_feedback {
    background: white;
    border-radius: 8px;
    padding: 20px;
    height: auto;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

#formulario_detalhe:hover, #formulario_feedback:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#titulo {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    color: #2193b0;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #2193b0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1a7a8c;
}

/* Animações */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.panel {
    animation: fadeIn 0.5s ease-out;
}

/* Responsividade */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    .panel-body {
        padding: 15px;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Melhorias para o modal */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.modal-header {
    background: linear-gradient(45deg, #2193b0, #6dd5ed);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 20px;
}

.modal-body {
    padding: 25px;
}

.modal-footer {
    border-top: 1px solid #e0e0e0;
    padding: 15px 25px;
}

/* Estilo para checkboxes e inputs personalizados */
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #2193b0;
    border-radius: 4px;
    margin-right: 8px;
}

/* Estilo para links */
a {
    color: #2193b0;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #1a7a8c;
    text-decoration: none;
}

/* Estilo para o texto de versão */
#versao {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
    text-align: right;
}

/* Estilo para o logo */
#logo img {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#logo img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
