@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	color: #333333;
	background-color: #FFF;
}
table{
    width: 100%;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

ul#treeview ul{
	margin-bottom: 20px;
	vertical-align: middle;
	list-style-type: none;
}
ul#treeview li{
	margin-bottom: 4px;
	vertical-align: middle;
	list-style-type: none;
}
ul#treeview ul li{
	margin-bottom: 4px;
	vertical-align: middle;
	list-style-type: none;
}
ul#treeview ul ul{
	margin-bottom: 20px;
	vertical-align: middle;
	list-style-type: none;
}
ul#treeview ul ul li{
	margin-bottom: 4px;
	vertical-align: middle;
	list-style-type: none;
}

ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

ul#menu-sessoes {margin: 0; padding: 0;}
ul#menu-sessoes li {
	margin: 2px;
	width:160px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style-type: none;
	display:inline;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}
ul#menu-sessoes li a{
	text-decoration:none;
}
ul#menu-sessoes li a:hover{
	
	color: #999;
}
/*organizar*/
#sortable { list-style-type: none; margin: 0; padding: 0; cursor:move;}
#sortable li { margin: 0 5px 5px 5px; padding: 5px;  }



h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
input[type=text]{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	height: 22px;
	padding-left: 5px;
}
input[type=password]{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
		height: 22px;
	padding-left: 5px;
}
select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	-moz-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
        
	box-shadow:
		0px 1px 2px rgba(153,153,153,0.5),
		inset 0px 0px 3px rgba(255,255,255,0.1);
		height: 27px;
	
        height: 27px;
	padding-right: 10px;
	padding-left: 10px;
}
input{
	color:#333333
	}
input[type=text]:hover{
	background: #e8e8e8;
}
input[type=password]:hover{
	background: #e8e8e8;
}
input:focus{ outline: none; }
input[type=submit],input[type=button]{
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_ok_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type=submit]:hover,input[type=button]:hover{
	border: 1px solid #666;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_ok_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/****************************/

input[type=submit].ok,input[type=button].ok{
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_ok_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type=submit].ok:hover,input[type=button].ok:hover{
	border: 1px solid #666;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_ok_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/****************************/

input[type=submit].remover,input[type=button].remover{
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_remove_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type=submit].remover:hover,input[type=button].remover:hover{
	border: 1px solid #666;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_remove_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/****************************/

input[type=submit].buscar,input[type=button].buscar{
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_buscar_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type=submit].buscar:hover,input[type=button].buscar:hover{
	border: 1px solid #666;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_buscar_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}

input[type=submit].voltar,input[type=button].voltar{
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_voltar_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
input[type=submit].voltar:hover,input[type=button].voltar:hover{
	border: 1px solid #666;
	font-weight: normal;
	color: #555555;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../../jquery-ui/css/smoothness/images/ui-icons_voltar_down.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/******************/

/************************************/

/* hide the real form element by opacity: 0 and position: absolute - display: block and visibility: hidden do not work because then form elements cannot get the focus and actually get checked or unchecked */
input[type="checkbox"],
input[type="radio"]
{
	position: absolute;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

/* prevent the entire page from scrolling if there is overflow and checkbox or radio button are clicked */
label
{
	position: relative;
}

/* fallback for IE6, IE7 and IE8 */
input[type="checkbox"],
input[type="radio"]
{
	position: static\9;
}

input[type="checkbox"] + span::before,
input[type="radio"] + span::before
{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat:  no-repeat;
}

input[type="checkbox"]:checked + span::before
{
	background-position: 0 -20px;
}

input[type="radio"] + span::before
{
	background-position: -20px 0;
}

input[type="radio"]:checked + span::before
{
	background-position: -20px -20px;
}

/* disabled form elements */
input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span,
input[type="radio"]:disabled + span::before,
input[type="checkbox"]:disabled + span::before
{
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
}

/* focused and active form elements */
input[type="checkbox"]:focus + span::before,
input[type="radio"]:focus + span::before,
input[type="checkbox"]:active + span::before,
input[type="radio"]:active + span::before
{
	outline: dotted 1px #ccc;
}

/* skin-specific sprite */
input[type="checkbox"] + span::before,
input[type="radio"] + span::before
{
	background-image: url("../img/sprite.png");
}
/* Exemplo de uso
<label><input type="checkbox" /><span>unchecked checkbox</span></label></li>
<li><label><input type="checkbox" checked="checked" /><span>checked checkbox</span></label></li>
<li><label><input type="checkbox" disabled="disabled" /><span>unchecked and disabled checkbox</span></label></li>
<li><label><input type="checkbox" checked="checked" disabled="disabled" /><span>checked and disabled checkbox</span></label></li>
<li><label><input type="radio" name="radio-button-group-1" /><span>radio button 1</span></label></li>
<li><label><input type="radio" name="radio-button-group-1" checked="checked" /><span>radio button 2</span></label></li>
<li><label><input type="radio" name="radio-button-group-1" checked="checked" /><span>radio button 4</span></label></li>
<li><label><input type="radio" name="radio-button-group-1" disabled="disabled" /><span>radio button 4 (disabled)</span></label>
*/
.datepicker{
	width:70px;
	}
.td-label{
    width: 25%;
}
.td-data{
    width: 75%;
}
/* TABLE STYLE */
table.bordered {
    *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 96%;
	margin: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
div.bordered {
    *border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 98%;
	padding: 1%;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

/*.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}*/
    
.bordered tbody tr:nth-child(even) {
	background-color: #F0F0F0;
}
    
.bordered td, .bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 7px;
	text-align: left;
}

.bordered th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #333;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.highlight-active, .highlight-active-click {
	background-color: #E8F1FF !important;
}
.setTimer{
	width:35px;
}
.telefone{
	width:97px;	
}
.inputP{
	width:100px;	
}
.inputM{
	width:200px;	
}
.inputG{
	width:300px;	
}
.inputGG{
	width:400px;	
}
.iconP{
	width:16px;
	margin-right:auto;
	margin-left: auto;
}
label.error{
	font-family: Tahoma;
	color: #F00;
	height: 20px;
	margin-left: 15px;
	padding-top: 5px;
}
/*********************/
.pagination {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.pagination:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.pagination:active {
	position:relative;
	top:1px;
}
.pageatual{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-weight:bolder;	
}
.label_tamanho {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#999999;
	margin-top: -10px;
	position: absolute;
}
