form {
  margin: 0 auto;
  width: 90%;
  clear: both;
  display: table;
}  

.row {
	position : relative;
	padding : 6px 0 6px 0;
	*padding : 5px 0 5px 0;
	width: 100%;	
	border-bottom: 1px solid #D1DCE5;
}

.buttons {
  position : relative;
  padding : 6px 0 6px 0;
  *padding : 5px 0 5px 0;
  width: 100%;  
}  
 
.noBorderBottom {
	border-bottom: 0px solid;
}

.buttons, .buttons2 {
	border-bottom: 0;
	margin: 10px 0;
	display: inline-block;
}  
 
.buttons button {
	float: right;
	margin-left: 5px;
}
 
.buttons2 button {
	float: left;
	margin-right: 5px;
}

.buttonsAlt {
	position: absolute;
  right: 2px;
  top: 10px;
}

.buttonsAlt2 {
  float: right;
  margin-right: -2px;
  margin-top: 4px;
  position: relative;
}

.buttonsAlt button span.add,
.buttonsAlt2 button span.add {
	background-image: url("../plugins/jquery-ui/1.8.16/development-bundle/themes/fisc-theme/images/ui-icons_ffffff_256x240.png");
}

.buttonsAlt3 {
  display: inline-block;
  margin-top: 7px;
  width: 100%; margin-top: 7px;
}

.readOnly {

}

/*
.row:first-child {
	border-top : 1px solid #e5e5e5;
}
*/

.row  label {
	position : absolute;
	left : 0;
	top: 13px;
	padding: 0;
	margin: 0;
	cursor : text;
	width : 212px;
	font-size: 12px;
	font-weight: bold;
	color: #464545;
	text-align: right;
}

.row .right,
.row .rightAlt {
	border-left: 1px solid #D1DCE5;
  border-right: 1px solid #D1DCE5;
  display: block;
  margin: 0 60px 0 220px;
  padding: 0 30px 0 20px;
}
.row .rightAlt {
	padding: 8px 30px 8px 20px;
}

.row .right .RespTxt {
  min-height: 20px;
  line-height: 20px;
  padding: 4px 5px 0;
  position: relative;
  text-align: left;
}

/* //////////////////// VALIDATION \\\\\\\\\\\\\\\\\\\\ */

.row label.error {
	position: static;
	display: inline-block;
	top: auto;
	background: #F8E9E9 !important;
	border: 1px solid #E4BBBC !important;
	margin: 5px 0 0;
	padding: 5px 5px;
	color: #b80000;
	line-height : 1.3em;
	width: 100%;
	zoom: 1;
	text-align: left;
	font-weight: normal;	
}

select.error+span input,
select.error+span a,
select.error+a {
  background: #F8E9E9 !important;
  border: 1px solid #E4BBBC !important;
}

select.error+a {
	background-image: none;
}

/*
input.error+label {
	background: url("../img/checkbox_error.png") no-repeat scroll 0 0 transparent !important;
}
*/

div.checkError input.error {
  background-color: #E4BBBC;
}

.row .right input.error,
.row .right textarea.error,
input.error,
.error-container {
	border : 1px solid #E4BBBC!important;
	background : #F8E9E9;
}

/* //////////////////// INPUTFIELD \\\\\\\\\\\\\\\\\\\\ */

.row .right input,
.dinamicInput {
	display : inline-block;
	border: 1px solid #609ECD;
	background-color: #fff;
	outline : 0;
	padding : 5px;
	margin : 0;
	font-size: 11px;
	height : 14px;
}

.row .right input[type=text],
.row .right input[type=search] {
  width: 100%;
}

.row .right input[type=search] {
  box-sizing: content-box;
}

.row .right input[type=text][disabled],
.row .right input[type=search][disabled] {
	background-color: #EAEAEA;
}
.row .right .ui-state-disabled {
	background-color: #EAEAEA;
  background-image: none;
  border: 1px solid #609ECD;
  opacity: 1;
}
.row .right input:focus {
  background-color: #D1DCE5;
}

.row .right input[type=text][readOnly] {
  border-color: #BFBFBF;
}
.row .right input[readOnly]:focus {
  background-color: #F1F1F1;
}

.invisibleInput {
	background : none!important; 
	border : none !important; 
	cursor: default;
}

.placeholder {color: #aaa;}

.dinamicInput { text-align: center; }

/* //////////////////// Checkbox / Radio \\\\\\\\\\\\\\\\\\\\ */

.row .right input[type=radio] {
	border: 0;
} 

/* //////////////////// File \\\\\\\\\\\\\\\\\\\\ */

.row .right input[type=file] {
	border: 0;
	background-color: transparent;
}
.row .right input[type=file]:focus {
	background-color: transparent;
}

/* //////////////////// TEXTAREA \\\\\\\\\\\\\\\\\\\\ */

.row .right textarea {
	display : inline-block;
	border: 1px solid #609ECD;
	background-color: #fff;
	resize : none;
	outline : 0;
	padding : 5px;
	overflow : auto;
	margin : 0;
	font : 12px/1.5em Arial;
	width : 100%;
}

/* //////////////////// SELECTBOX \\\\\\\\\\\\\\\\\\\\ */

.ui-selectmenu {
	display : inline-block;
	position : relative;
	background : url(../gfx/input-back.gif) no-repeat right top transparent;
	border : 1px solid #dcdcdc;
	margin : 0 3px 0 0;
	text-decoration : none;
	overflow : hidden;
	outline : none;
	width : 150px;
	height : 25px;
}

a.ui-selectmenu, a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited {
	text-decoration : none;
}

.ui-selectmenu-status {
	float : left;
	padding : 6px 10px 0;
	outline : none;
	overflow : hidden;
	font : 12px/1.0em Arial;
	font-weight : 100;
	cursor : pointer;
	color : #000000;
	text-decoration : none;
	width : 105px;
	height : 13px;
}

.ui-selectmenu-icon {
	float : right;
	background : url(../gfx/select-btn.gif) no-repeat right top transparent;
	border-left : 1px solid #dcdcdc;
	width : 24px;
	height : 25px;
}

a.ui-selectmenu {
	text-decoration : none;
}

.ui-selectmenu-menu {
	position : absolute;
	display : none;
	top : 0;
	z-index : 9999;
	background-color : #FFFFFF;
	border : 1px solid #dcdcdc;
	padding : 0;
	margin : 1px 0 0 0;
	list-style : none;
	overflow : auto;
	width : 150px;
	max-height : 175px;
}

.ui-selectmenu-open {
	display : block;
}

.ui-selectmenu-menu li {
	display : block;
	background : #FFFFFF;
	border-top : 1px solid #e5e5e5;
	outline : none;
	padding : 0;
	margin : 0;
}

.ui-selectmenu-menu li:first-child {
	border-top : none;
}

.ui-selectmenu-menu li a {
	display : block;
	padding : 8px 10px;
	outline : none;
	overflow : hidden;
	font : 12px/1.0em Arial;
	font-weight : 100;
	cursor : pointer;
	color : #807f7f;
	text-decoration : none;
}

.ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
	background : #fafafa;
	color : #000000;
}

.ui-selectmenu.small,
.ui-selectmenu-menu.small {
	width : 75px;
}

.ui-selectmenu.small .ui-selectmenu-status {
	width : 30px;
}

.ui-selectmenu.big,
.ui-selectmenu-menu.big {
	width : 300px;
}

.ui-selectmenu.big .ui-selectmenu-status {
	width : 255px;
}

.multiple {
	display : block;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 5px;
	cursor : text;
	font : 12px/2em Arial;
	color : #1c1c1c;
	width : 100%;
}

/* //////////////////// SPINNERS \\\\\\\\\\\\\\\\\\\\ */

.row .right .spin, .row .right .spin-dec, .row .right .spin-cur {
	width : 80px;
}

.row .right .ui-spinner {
	position : relative;
	display : block;
	width : 80px;
}

.row .right .ui-spinner-buttons {
	position : absolute;
	margin : 1px 0 0 0;
}

.row .right .ui-spinner-button {
	overflow : hidden;
}

.row .right .ui-spinner-buttons .ui-spinner-up {
	background : url(../gfx/back-spinners.gif) no-repeat right top #FFFFFF;
	cursor : pointer;
	overflow : hidden;
	width : 32px;
	height : 12px;
}

.row .right .ui-spinner-buttons .ui-spinner-down {
	background : url(../gfx/back-spinners.gif) no-repeat right bottom #FFFFFF;
	cursor : pointer;
	overflow : hidden;
	width : 32px;
	height : 12px;
}

.row .right .ui-spinner-buttons .ui-spinner-up:hover,
.row .right .ui-spinner-buttons .ui-spinner-down:hover{
	opacity : 0.6;
	filter : alpha(opacity=60);
}

/* //////////////////// CHECKBOXES & RADIOBUTTONS \\\\\\\\\\\\\\\\\\\\ */

.row .right input[type="checkbox"],
input[type="checkbox"] {
    display:none;
}

.row .right input[type="checkbox"] + label,
input[type="checkbox"] + label {
  color: #464545;
  font-size: 12px;
  position: relative;
	margin-right: 10px;
	top: 2px;
}

.row .right input[type="checkbox"] + label span,
input[type="checkbox"] + label span {
  background: url("../img/check_sheet.png") no-repeat scroll -1px top transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4px 3px 0;
  vertical-align: middle;
  width: 20px;
}
input[type="checkbox"] + label span.permissao { margin: 0 4px 3px 0; }
input[type="checkbox"] + label span {margin: 0 -9px 3px 0;}

.row .right input[type="checkbox"]:checked + label span,
input[type="checkbox"]:checked + label span {
    background: url("../img/check_sheet.png") no-repeat scroll -19px top transparent;
}
.row .right input[type="checkbox"]:disabled + label span,
input[type="checkbox"]:disabled + label span {
  background: url("../img/check_sheet.png") no-repeat scroll -39px top transparent;
}
.row .right input[type="checkbox"]:checked:disabled + label span,
input[type="checkbox"]:checked:disabled + label span {
	background: url("../img/check_sheet.png") no-repeat scroll -58px top transparent;
}
.row .right input[type="checkbox"]:indeterminate + label span,
input[type="checkbox"]:indeterminate + label span {
    background: url("../img/check2_sheet.png") no-repeat scroll -58px top transparent;
} 

.row .right input[type="radio"], 
input[type="radio"] {
    display:none;
}

.row .right input[type="radio"] + label, 
input[type="radio"] + label {
  color: #464545;
  font-size: 12px;
  position: relative;
  margin-right: 10px; 
	top: 2px;
}

.row .right input[type="radio"] + label span, 
input[type="radio"] + label span {
  background: url("../img/radio_sheet.png") no-repeat scroll 0 top transparent;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0px 4px 3px 0px;
  vertical-align: middle;
  width: 20px;
}

.row .right input[type="radio"]:checked + label span, 
input[type="radio"]:checked + label span {
  background: url("../img/radio_sheet.png") no-repeat scroll -19px top transparent;
}

table.display thead th div.DataTables_sort_wrapper span.selectAll {
	left: -10px;
  top: 3px;
}

.litetree .litetree-sub {
  margin-left: 25px;
}

.litetree .litetree-sub .litetree-sub {
  margin-left: 50px;
}

.toggle-submenu, .toggle-submenu.retract {
	background: url("../img/arrow-sheet.png") no-repeat scroll left center transparent;
  display: inline-block;
  height: 12px;
  text-indent: -5000px;
  width: 13px;
}

.toggle-submenu.retract {
	background: url("../img/arrow-sheet.png") no-repeat scroll right center transparent;
}

.toggle-submenu-white, .toggle-submenu-white.retract {
	background: url("../img/arrow-sheet-white.png") no-repeat scroll left center transparent;
  display: inline-block;
  height: 12px;
  text-indent: -5000px;
  width: 13px;
}

.toggle-submenu-white.retract {
	background: url("../img/arrow-sheet-white.png") no-repeat scroll right center transparent;
}

.toggle-submenu.loading {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../img/ajax-loader.gif) no-repeat 0 0;
	display: none;
	text-indent: -9999px;
	margin-top: 4px;
	display: block;
}




/*
table input[type=checkbox],
table input[type=radio] {
	background : none;
	padding : 0;
	margin-top: 0;
	border : none;
	width : 13px;
	height : 13px;
}

.row .right .custom-checkbox, .custom-radio {
	display : inline-block;
	position : relative;
	height: 15px;
	padding: 3px 30px 3px 0;
}

.row .right .custom-checkbox:first-child, 
.row .right .custom-radio:first-child {
	margin : 0;
}

.row .right .custom-checkbox input, 
.row .right .custom-radio input {
	position : absolute;
	background : transparent;
	left : 0;
	top : 0;
	margin : 0;
	z-index : -1;
	width : 16px;
	height : 16px;
}

.row .right .custom-checkbox label, 
.row .right .custom-radio label {
	display : inline-block;
	position : relative;
	top : 0;
	padding : 0 0 0 23px;
	margin : 0;
	font-size : 12px/13px Arial;
	color : #1c1c1c;
	cursor : pointer;
	width : auto;
	height : 15px;
}

.row .right .custom-checkbox label {
	background : url(../img/checkbox.png) no-repeat;
}

.row .right .custom-radio label {
	background : url(../img/radiobutton.gif) no-repeat;
}

.row .right .custom-checkbox input:disabled + label {
	cursor: default;
  opacity: 0.4;
}

.row .right .custom-checkbox label.hover,
.row .right .custom-checkbox label.focus,
.row .right .custom-radio label.hover,
.row .right .custom-radio label.focus,
.row .right .custom-checkbox label, 
.row .right .custom-radio label {
	background-position : left bottom;
}

.row .right .custom-checkbox label.checked, 
.row .right .custom-radio label.checked,
.row .right .custom-checkbox label.checkedHover, 
.row .right .custom-checkbox label.checkedFocus {
	background-position : left top;
}
*/

/* //////////////////// FILE INPUT STYLE \\\\\\\\\\\\\\\\\\\\ */

.row .right input.file {
	display : inline-block;
}

.row .right div.file-btn{
	background : url(../gfx/browse.gif) no-repeat left top;
	margin : 0 0 0 3px;
	cursor : pointer;
}

.row .right div.file-btn input{
	padding : 100px;
}

.row .right div.btn-upload:hover{
	opacity : 0.6;
	filter : alpha(opacity=60);
}

/* //////////////////// SLIDER \\\\\\\\\\\\\\\\\\\\ */

.row .right .slider{
	display : block;
	font : 11px/1.0em Arial;
	color : #9b9b9b;
}

.row .right .slider input {
	display : inline-block;
	background : none;
	border : 0;
	padding : 0;
	text-align : left;
	font : 11px/1.0em Arial;
	width : 20px;
}

.row .right .slider .ui-slider-horizontal{
	position : relative;
	background : url(../gfx/input-back.gif) repeat-x left top;
	border : 1px solid #dcdcdc;
	padding : 0 6px;
	margin : 5px 0 3px;
	width : 100%;
	height : 7px;
}

.row .right .slider .ui-slider-horizontal .ui-slider-range {
	top : 0;
	height : 100%;
}

.row .right .slider .ui-slider .ui-slider-range {
	position : absolute;
	background : #e8e8e8;
	z-index : 1;
	font-size : 11px;
	display : block;
	border : 0;
	background-position : 0 0;
}

.row .right .slider .ui-slider-horizontal .ui-slider-handle {
	margin : 0 0 0 -7px;
}

.row .right .slider .ui-slider .ui-slider-handle {
	position : absolute;
	top : -4px;
	background : url(../gfx/slider-btn.png) no-repeat;
	outline : none;
	z-index : 2;
	cursor : default;
	width : 15px;
	height : 15px;
}

.row .right .slider.single-vert-slide { 
	position : relative;
	display : inline-block;
	margin : 0 20px 0 0;
	width : 6px;
	height : 70px;
}

.row .right .ui-slider-vertical { 
	position : relative;
	background : url(../gfx/input-back.gif) repeat-y left top;
	border : 1px solid #dcdcdc;
	margin : 5px 0 3px;
	width : 6px;
	height : 70px;
}

.row .right .ui-slider-vertical .ui-slider-handle {
	left : -5px;
	margin-bottom : -8px;
}

.row .right .slider .ui-slider-vertical .ui-slider-handle {
	top : auto;
}

.row .right .ui-slider-vertical .ui-slider-range { 
	left : 0; 
	width : 100%;
}

.row .right .ui-slider-vertical .ui-slider-range-min { 
	bottom : 0;
}

.row .right .ui-slider-vertical .ui-slider-range-max { 
	top : 0;
}

/* //////////////////// DATEPICKER \\\\\\\\\\\\\\\\\\\\ */


.row .right input.datepicker,
.row .right input.monthpicker  {
	width : 65px;
}

/* //////////////////// HOUR ENTRY \\\\\\\\\\\\\\\\\\\\ */

.row .right input.hour-entry {
	width : 30px;
}


/*
  Table Inside Form
*/
.row .right table.insideForm {

}
.row .right table.insideForm thead tr th { 
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.row .right table.insideForm tbody tr td {
	text-align: center;
	padding: 0 5px;
} 
.row .right table.insideForm tbody tr td input[type=text] { 
  height: 9px;
  text-align: center;
  width: 75px;
}

/* //////////////////// TOOLTIP \\\\\\\\\\\\\\\\\\\\ */
a.tooltip {
	cursor: help;
    height: 16px;
    width: 22px;
    float: right;
}

a.tooltip i.icon-tooltip {
	background: url("../icons/ico-16x16-help.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -1px 0 0 4px;
}

a.tooltip span.desc-tooltip { 
	opacity: 0;
	visibility: hidden;
	left: 220px;
	top: -8px;
	background-color: #FFFFFF;
    border: 1px solid #609ECD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 5px #8E8E8E;
    font-size: 12px;
    height: auto;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 99;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
a.tooltip:hover span.desc-tooltip { 
	opacity: 1 !important;
	visibility: visible !important;
}

.row .right input + a {
  display: inline-block;
  height: 24px; 
  width: 20px;
  vertical-align:  middle;
}
.row .right input + a.addLine {
  background: url("../icons/ico-16x16-add-2.png") no-repeat scroll center -1px rgba(0, 0, 0, 0);
}
.row .right input + a.removeLine {
  background: url("../icons/ico-16x16-subtrair.png") no-repeat scroll center -1px rgba(0, 0, 0, 0);
}

.row .right + .right {
    margin-top: 5px;
}