:root {
  --tamanhofonte: 11px;
  
}

.BtnUploadArquivo
{
  font-size:12px; 
  font-family:Arial;
  font-weight:normal;
  background-color: #4095ff;
  padding:8px 8px;
  padding-left:20px;
  padding-right:15px;
  margin-bottom: 8px;
  border:1px solid #4095ff; 
  cursor: pointer; 
  color:#ffffff; 
  display:block;
}

.SpecialButtons
{
 -webkit-appearance: none;
 -webkit-font-smoothing: antialiased;
 background: #4095ff;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-image-repeat: stretch;
 border-image-slice: 100%;
 border-image-source: none;
 border-image-width: 1;
 border-left-color: #4095ff;
 border-left-style: solid;
 border-left-width: 1px;
 border-right-color: #4095ff;
 border-right-style: solid;
 border-right-width: 1px;
 border-top-color: #4095ff;
 border-top-style: solid;
 border-top-width: 1px;
 box-sizing: border-box;
 display: inline-block;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-stretch: normal;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 height: 30px;
 letter-spacing: normal;
 line-height: 20px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 /* padding-bottom: 6px; */
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 5px;
 text-align: center;
 text-shadow: none;
 text-transform: none;
 vertical-align: middle;
 white-space: nowrap;
 margin-right: 5px;
 margin-top: 20px;
 margin-bottom: 20px;
 color: #fff;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
}


.btn-success {
	margin: 2px;
  background-color: #4095ff;
  border-color: #4095ff;
  color: #FFFFFF;
}

.btn-success:hover{
	background-color: #4095ff;
}


.btn-primary {
	margin: 2px;
}

.TextBlock
{
	font-family: "Arial";
	font-size: var(--tamanhofonte);
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(91, 91, 91);
	cursor: default;
	display: inline-block;
	height: 14px;
	margin-left: 10px;
}

.ReadonlyAttribute
{
	font-family: "Verdana", "Helvetica";
	font-size: var(--tamanhofonte);
}

body
{
	background-color: #E4EAE6;
}

.Group
{
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	line-height: 1.42857143;
	border-radius: 6px 6px 6px 6px;
	background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);	
}

.Group::after
{
	content: '';
	box-shadow: 0 8px 8px -5px rgba(0,0,0,.3);
}

.GroupTitle
{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 22px;
	color: #656D78;
}

.Titulo
{
	padding: 5px 0;
	margin: 15px 0 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	color: #656D78;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-sizing: border-box;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: none;
}

.Attribute
{
  -webkit-font-smoothing: antialiased;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(221, 221, 221);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(221, 221, 221);
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px 0px inset;
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  cursor: auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: var(--tamanhofonte);
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 23px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: rgb(85, 85, 85);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;    
}

.LinhaCinza {
  background: #4095ff;
  color: #fff;
  position: relative;
  padding: 7px;
  padding-left: 10px;
  display: block;
  margin-top: 2px;
  margin-left: 1px;
  /* margin-bottom: 8px; */
  font-size: 12px;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: normal;
  border-style: hidden;
  border-width: 0;
  text-align: left;
  text-transform: none;
  text-shadow: 0 0px 0px #e5e5e5;
  box-shadow: 0 1px 0 #fff;
}


.PopupHeader .PopupTitle {
  color: #ffff;
}

/* Inputs */

input[type=text], textarea {
	font-family: "Verdana";
  height: 30px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 4px;
  margin: 0px 3px 4px 0px;
  border: 1px solid #DDDDDD;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;
}

/* Inputs */

input[type=text]:focus, textarea:focus{
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
  }

/* Calendario */
DIV.dp_container IMG {
	margin-right: 10px;
}

/* Calendario */

/* Selects */
select {
	font-family: "Verdana";
	height: 30px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 0px 3px 4px 0px;
  border: 1px solid #DDDDDD;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;  
}

select:focus{
  box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
}

textarea {
  font-family: "Verdana";
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 0px 3px 4px 0px;
  border: 1px solid #DDDDDD;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; 
  border-bottom-left-radius: 0px;  
}

textarea:focus{
  box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
}

select option{
  right:8px; top:2px;
  padding:0 0 2px;
  border-width: 0px;
  border-style: solid;
  line-height: 13px;
}

select option:hover{
	background-color: #4095ff;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /*select {padding-right:18px}*/
}

/*
label {position:relative}
label:after {
    content:'<>';
    font:15px "Consolas", monospace;
    color:#aaa;
	text-align: center;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:0px; top:0px;
    padding:0 0 0px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:0px; top:-4px; bottom:0px;
    width:23px; height:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

*/

/* label:focus{
	background-color: #68C39F;
}
*/

/* Selects */

/* Grids */

.Grid strong {
	font-weight: bold; 
}

.Grid em {
	font-style: italic; 
}

.Grid table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: var(--tamanhofonte);
	line-height: 20px;
	margin: 15px auto;
	text-align: left;
	width: 800px;
}	

.Grid th {
	background: #4095ff;
  color: #fff;
  font-size: 12px;
  padding: 12px 5px;
  position: relative;
  /*border-right: 1px solid #fff;*/
}

.Grid th:after {
	
	content: '';
	display: block;
	height: 15%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

/*.Grid th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

.Grid th:last-child {
	box-shadow: inset -1px 1px 0 #999;
  }*/

  .Grid td {
   border-right: 1px solid #fff;
   border-left: 1px solid #e8e8e8;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #e8e8e8;
   padding: 5px 5px;
   position: relative;
   transition: all 300ms;
 }

 .Grid td:first-child {
   box-shadow: inset 1px 0 0 #fff;
 }	

 .Grid td:last-child {
   border-right: 1px solid #e8e8e8;
   box-shadow: inset -1px 0 0 #fff;
 }	

 .Grid tr:nth-child(.ReadonlyFumou)
 {
   background-color: #000000;
 }

 .Grid tr {
   background-color: #FFFFFF;
 }
 
 .Grid tr:last-of-type td {
//   box-shadow: inset 0 -1px 0 #fff; 
 }

 .Grid tr:last-of-type td:first-child {
 //  box-shadow: inset 1px -1px 0 #fff;
 }	

 .Grid tr:last-of-type td:last-child {
 //  box-shadow: inset -1px -1px 0 #fff;
//	background-color: #4095ff;   
 }	

 .Grid tbody:hover tr:hover td {
  background:#4095ff;
  color:#FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.Grid tbody:hover tr:hover td span{
  color:#FFFFFF;
}

.gx-grid-paging-bar
{
	display: inline-table;
}

.GridFooter
{
	background-color: #4095ff; 
}

.PagingButtons, .PagingButtonsFirst, .PagingButtonsLast, .PagingButtonsNext, .PagingButtonsPrevious
{
	background-color: transparent;
}

.Grid>tfoot>tr{
	color:#fff;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	text-indent:5px;
	border-spacing:0;
	border-collapse:collapse;
	background-color: #4095ff;
}

/* Grids */

DIV.gx-mask
{
	background-image: url('../css/carregando.gif');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
	background-size: 9%;
}

.gx-attribute label{
	/* display: none; */
}


.squaredOne {
	width: 15px;	
	margin: 0px auto;
	position: relative;
}

.squaredOne label {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0;
	/*margin-left: 5px;*/

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

/* 	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
*/}

.squaredOne label:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';

	position: absolute;
	width: 17px;
	height: 17px;
	top: 0px;
	left: 0px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 3px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 3px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 3px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 6px;
	height: 3px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 2px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}


.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squaredOne input[type=checkbox]:checked + label:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.Grid input[type=checkbox]
{
	visibility: hidden;
}

div.suggestions
{
	min-width: 400px;
}

div.suggestions div
{
	font-size: 12px;
}

div.suggestions div.current
{
	font-size: 12px;
	background-color: #4095ff;
	cursor: pointer;
}


.PopupHeader {
	cursor: move;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: white;
  text-indent: 3px;
  margin-left: 10px;
  margin-top: -26px;
}

.PopupContent {
  background-color: #4095ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: 0px;
  /*margin-top: -24px;*/
    /*padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;*/
    padding: 25px 10px 10px 10px !important;
    /*position: absolute;
    left: 2px;
    top: 24px;
    width: 731px;
    height: 536px;
    visibility: visible;
    padding: 0px;
    overflow: hidden;
    box-sizing: content-box;*/
  }

  .PopupHeaderButton {
    /*background-image: url(../GeneXusXEv2/ClosePrompt.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    text-align: right;
  }

  .PopupBorder IMG {
    margin-left: 0px;
    margin-top: -10px;
    padding-bottom: 15px;
  }

  .ReadonlyAtributoSemQuebra A:link {
    text-decoration: underline;
    color: #747474;
  }

  .ReadonlyAtributoSemQuebra A:hover {
    text-decoration: underline;
    color: #FFFFFF;
  }
  
  .BtnTabs
  {
		padding: 15px;
		margin-right: 2px;
		margin-left: 2px;
		background-color: white;
		border-style: none;
		cursor: pointer;
		font-weight: bold;
  }
  
  hr
  {
	    border-width: 5px;
		border-color: white;
		border-style: solid;
		margin-top: 0px;
  }
  
.Grid, .GridNoData, [data-gx-grid-nodata].Grid, [data-gx-grid-nodata].GridNoData, [data-gx-grid-nodata].GridDragging, [data-gx-grid-nodata].GridAcceptDrag, [data-gx-grid-nodata].GridNoAcceptDrag, [data-gx-grid-nodata].WorkWith, [data-gx-grid-nodata].PromptGrid, [data-gx-grid-nodata].FreeStyleGrid, [data-gx-grid-nodata].TrnSublevelGrid, [data-gx-grid-nodata].RecentLinksGrid, [data-gx-grid-nodata].VerticalTabGrid, .GridDragging, .GridAcceptDrag, .GridNoAcceptDrag, .WorkWith, .PromptGrid
{
	background-color: transparent;
}