﻿/*Configura layout*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
   background-color:white !important;
}

div.grid{
  text-overflow: ellipsis !important; 
  overflow:auto !important;
}


#Grid td, .grid th{
  text-align:center !important;
  vertical-align:middle;
}

.container
{
  width:95% !important;
}

.panel
{
	padding:20px;
}

.login
{
	padding:0;
}

img, .img
{
	max-width:100%;
}

/*.tr, td
{
	height:2px !important;
	min-height:5px;
	padding:5px !important;
}*/


.bg {
  background: url(../imagens/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 height: 100vh;
}

.pnl
{
	margin: 2px !important;
	padding:5px !important;
}

.ShortDesc
{
   height:50px;
   Overflow:hidden;
}

.tr, td
{
	height:1px !important;
	min-height:1px;
	padding:1px !important;
}

/* Controla o tamanho dos modais para 90% da tela */
.modal-grande2 {
  width: 95% !important;
  padding: 0 !important;
}

.center {
  margin: auto;
  width: 50%;
  text-align: center !important;
}