﻿/* Comuns */


body 
{
	font-family:Verdana;
	font-size:12px;
	background-color:#F8F8F8;
	margin: 0px auto auto auto;
	background: transparent url(../imagens/body-bg7.png) repeat;
}

input[type=text],input[type=password]
{
    border-left: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-top: 1px solid rgb(192, 192, 192);
    border-bottom: 1px solid rgb(217, 217, 217);
    background: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    border-radius: 1px; 
    line-height: 16px; 
    display: inline-block; 
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-border-radius: 1px; 
    -moz-border-radius: 1px; 
}

input[type=text]:hover {
	border-width: 1px; border-style: solid; border-color: rgb(160, 160, 160) rgb(185, 185, 185) rgb(185, 185, 185); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type=text]:focus {
	border: 1px solid rgb(77, 144, 254); box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

input[type=text][disabled=disabled] {
	background: rgb(241, 241, 241); border: 1px solid rgb(229, 229, 229);
}

input[type=text][disabled=disabled]:hover {
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

input[type=text][readonly=readonly] {
	border: 1px solid rgb(217, 217, 217);
}

input[type=text][readonly=readonly]:hover {
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

input[type=text][readonly=readonly]:focus {
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
}

input[type=submit],input[type=button]
{
  background-color:#FAA732;
  background-image:linear-gradient(#FBB450, #F89406);
  background-repeat:repeat no-repeat;
  border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  font-size:16px;
  line-height:normal;
  padding:9px 14px;
  text-decoration:none;
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  font-weight:bold;
  font-family:'Trebuchet MS', Arial, Verdana !important;
  cursor:pointer;
}



select
{
     background: rgb(255, 255, 255); 
    border-width: 1px; 
    border-style: solid; 
    border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217); 
    margin: 0px; 
    padding: 0px 0px; 
    border-radius: 1px; 
    height: 20px; 
    line-height: 16px; 
    display: inline-block; 
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-border-radius: 1px; 
    -moz-border-radius: 1px; 
}

input.textDisabled
{
	background-color:#aab7d0;
}

.context
{
	width:1010px;
	background-color:#FFFFFF;
	margin: 0px auto auto auto;
	min-height:420px;
}

div.menu
{
	width:140px;
	float:left;
	background-color:#FFFFFF;
}

div.boxcontent
{
    padding-left:10px;
	float:left;
	background-color:#FFFFFF !Important;
	width:810px;
}

.spacer
{
	height:5px;
}

h1.subTitle
{
	margin-top:12px;
	color:#3f54a5;
	font:bold 15px Tahoma,'trebuchet MS',Sans-serif;
	text-indent:0;
	text-transform:none;
}

.aviso
{
    padding: 2px 25px 0px 10px; 
    border-radius: 4px; 
    border: 1px solid rgb(251, 238, 213); 
    color: rgb(168, 65, 9); 
    margin-bottom: 10px; 
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5); 
    background-color: rgb(252, 248, 227);

}

.aviso_important
{
    padding: 2px 25px 0px 10px; 
    border-radius: 4px; 
    border: 1px solid rgb(254, 209, 198); 
    color: rgb(165, 51, 34); 
    margin-bottom: 10px; 
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5); 
    background-color: rgb(255, 219, 202);
    
}

fieldset
{
	/*border: 1px solid #ccc; 
	border-collapse:collapse;*/
	border:1px solid #D1D2D4;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
	margin: 0 10px 10px 10px;
	color:#000000;
}

.fieldtext
{
    border:1px solid #D1D2D4;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding:10px;
	color:#000000;
}

fieldset legend
{
    color:#b9b7b7
}

div.box
{
	margin: 0 10px 10px 0px;
	border:1px solid #626262;
	border-collapse:collapse !important;
}

.grid
{
	border:1px solid #000000;
	width:100%;
	font-size:11px;
	color:#000000;
}

.gvRow
{
	font-size:11px !important;
}

.gridHeader
{
  background-color:#ADB4D2;
  font-size:11px;
}




.contentBox
{
	border-collapse:collapse;
}

.middle
{
	margin:5px;
	background-color:#FFFFFF;
	
}

/* Layout Antigo */

.header 
{
  background-position:initial initial;
  height:240px;
  position:relative;
  width:100%;
  margin:0 auto;
}

.header_content
{
  margin-top: 20px;
  margin:auto;
  width: 1010px;
  background-color:#FFFFFF;
  border-Top: 3px solid #81bd00;
}

.logo {
    width: 926px;
    height: 45px;
    float: left;
    position: relative;
    margin: 30px 0 0 40px;
    background: url(../imagens/logo_texto.png) 0 0 no-repeat;
}

.logo_imagem {
    width: 262px;
    height: 206px;
    background: url(../imagens/logo_imagemV2.png);
    background-repeat:no-repeat;
    float: left;
    margin: 15px 0px 0 40px;
}

.logo_sistema {
    float: left;
    margin: 30px 0 0 0px;
    background: url(../imagens/espaco-benf_.png);
    width: 635px;
    height: 192px;
}

.logo_criancas
{
    width: 160px;
    height: 86px;
    background: url(../imagens/bkg_criancas.png);
    float: left;
    margin: 40px 0px 0 0px;    
}

h1
{
	color:#6297BC;
}

.menuLateral ul
{
	bottom:1px !important;
	font:bold 13px Arial,'Trebuchet MS',Tahoma,verdana,sans-serif;
	height:29px;
	list-style:none outside none;
	margin:0;
	margin-top:30px;
	padding:0;
	width:100%;
}

.menuLateral li {
display:block;
margin:5px auto 5px 5px;
padding:10px;
padding-left:10px;
background-color:#ececec;
border-bottom: 1px solid #868787;
cursor:pointer;
}

.menuLateral .selected
{
	background-color:#adadad !Important;
}

.menuLateral .selected a
{
	color:#FFFFFF !Important;
}

.menuLateral li a
{
	text-decoration:none;
	color:#3F54A5;
}

.header ul {
bottom:1px !important;
font:bold 13px Arial,'Trebuchet MS',Tahoma,verdana,sans-serif;
list-style:none outside none;
margin:0;
padding:0;
position:absolute;
width:600px;
z-index:99;
margin:0px auto;
}

ul, ol {
color:#4284B0;
margin:10px 30px;
padding:0 15px;
}

.header li {
display:inline;
margin:0;
padding:0;
}


.current a {
background-position:0 -42px !Important;
color:#FFFFFF !Important;
}

.header a {
background-image:url("../imagens/tableft.gif");
float:left;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
cursor:pointer;
}

.current a span {
background-position:100% -42px !important;
color:#FFFFFF !important;
}

.header a span {
float:none;
}

.header a span {
background:url("../imagens/tabright.gif") no-repeat scroll right top transparent;
color:#FFFFFF;
display:block;
float:left;
padding:6px 15px 3px 8px;
}

.crystal
{
	width: 620px !important; 
	height: 1030px; 
	position: relative;
	z-index:0;
}

div.boxing
{
	clear:right;
	margin-left:25px;
	padding-top:5px;
}

.tbTitle
{
	padding:0px;
}

.title
{
	width:265px;
	height:52px;
	font-weight:bold;
	color:#000000;
}

.extend
{
	width:700px !important;
}


.btn-warning {
  background-color:#FAA732;
  background-image:linear-gradient(#FBB450, #F89406);
  background-repeat:repeat no-repeat;
  border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  font-size:16px;
  line-height:normal;
  padding:9px 14px;
  text-decoration:none;
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  font-weight:bold;
  font-family:'Trebuchet MS', Arial, Verdana !important;
}


.stepCadastro ul
{
  list-style:none outside none;
  margin:0;
  overflow:hidden;
  padding:5px;
  width:100%;
}

.stepCadastro li
{
    padding-top :5px;
    background: #F8F8F8 repeat repeat 0 0;
    line-height:20px;
    border:1px solid #CCCCCC;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    color:#CCCCCC;
    cursor:auto;
    float:left;
    font-size:16px;
    font-weight:bold;
    margin:6px;
    padding:8px;
    width:190px;
}

.stepCadastro li.current {
  background-color:#F78F1E;
  border:1px solid #F78F1E;
  box-shadow:#888888 2px 2px 5px;
  color:#FFFFFF;
}


.logo_imsjt
{
    width: 800px;
    height: 291px;
    margin: 0px auto;
    background: url(../imagens/imsjt_wide.png) 0 0 no-repeat;
}


div.content_box
{
    padding-left:0px;
	margin: 0px auto;
	background-color:#FFFFFF;
	width:850px;
}