@font-face {
 	font-family: "Square721CondensedBT";
 	src: url('../../../../Interface/assets/fonts/Square721CondensedBT.eot'); /*IE*/
}
@font-face {
 	font-family: "Square721CondensedBT";
 	src: url('../../../../Interface/assets/fonts/Square721CondensedBT.ttf'); /* TTF file for CSS3 browsers */
}

/*Delsoft Override*/


/*Global*/
table{
    border-collapse: collapse;
}

.DataContentCell, .RequiredDataContentCell, .DataFilterContentCell, .RequiredDataFilterContentCell{
    height: 36px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.Attribute{
  transition: all 0.3s;
}

select.Attribute{
    margin-left: 0;
}

span[id$="_RIGHTTEXT"] {
    margin-left: 10px;
    font-size: 8pt;
}

input[type='text']:focus,select:focus,textarea:focus{
    background: #FFF9D1;
}


/********************************************************/


/*GXUI PANEL OVERRIDE*/
.x-panel-header{
    background-image: none;
    background: #777;
    padding: 10px;
    font-family: Square721CondensedBT;
    font-size: 14pt;
    border-bottom: 2px solid #555;
}
.x-panel.GXUI .x-tool.x-tool-toggle {
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    background-image: none;
    margin-right: 13px;
    -webkit-transition: .3s;
    transition: .3s;
    float: left;
    margin-top: 6px;

    transform: rotate(180deg);
}
.x-panel.GXUI.x-panel-collapsed .x-tool.x-tool-toggle { /*Collapsed*/
   transform: rotate(0deg);
}
.x-panel.GXUI .x-tool.x-tool-toggle.x-tool-toggle-over { /*Over*/
    border-color: #dddddd transparent transparent transparent;
}
.x-panel-inline-icon{
    display: none;
}
/********************************************************/


/*GXUI GRID OVERRIDE*/
div.x-grid3-header{
	background: #f9f9f9 none;
	border-bottom: 1px solid #DDD;
}

td.x-grid3-hd div.x-grid3-hd-inner{
	background: none;
}

div.x-panel.x-grid-panel[id^="gxui-"]{
	width: 100% !important;
}

div.x-panel.x-grid-panel[id^="gxui-"] div div.x-panel-body.x-panel-body-noheader{
	width: 100% !important;
}






/*GXUI TABS OVERRIDE*/
.GXUI-DVelop-Tabs UL.x-tab-strip-top, .GXUI-DVelop-Tabs .x-tab-strip-top .x-tab-right,  .GXUI-DVelop-Tabs .x-tab-strip-top .x-tab-left, .GXUI-DVelop-Tabs .x-tab-strip-top .x-tab-strip-inner
UL.x-tab-strip-top, .x-tab-strip-top .x-tab-right,  .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner
{
    background: none !important;
}

ul.x-tab-strip li{
    background: white;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}
.GXUI-DVelop-Tabs .x-tab-panel-header,  .x-tab-panel-header{
    background: #f3f3f3;
	background-image: none;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text, .GXUI-DVelop-Tabs .x-tab-strip SPAN.x-tab-strip-text,  .x-tab-strip SPAN.x-tab-strip-text {
    font-size: 12pt;
    font-family: Square721CondensedBT;
}
ul.x-tab-strip li.x-tab-strip-active{
    background: #FFF9D1;
}

.GXUI-DVelop-Tabs .x-tab-panel-body{
    border: none;
}

.x-tab-strip-active span.x-tab-strip-text{
    font-weight: lighter;
}

/********************************************************/




/*Popup Override*/
.PopupBorder{

    position: fixed !important;
    height: 93vh !important;
    width: 93vw !important;
    top: 1% !important;
    left: 3% !important;
    z-index: 5;
   
   
}

.PopupContent{
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 94.89% !important;
    border: 1px solid #555;
}

.PopupHeader{
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    left: 0 !important;
    height: 40px !important;
    width: 100% !important;
    position: static !important;
    background: #555;
    border: 1px solid #555;
}

.PopupHeader span:first-child{
    color: white;
    font-family: "Square721CondensedBT";
    font-size: 15pt;
    font-weight: normal;
    margin-left: 3px;
    margin-top: 6px;
}

.PopupHeaderButton {
	margin-right: 8px;
	margin-top: 8px;
	width: 24px;
	height: 24px;
	background: #e74c3c url('../../../../../css/img/cross.png');
	float: right;
	cursor: pointer;
    position: absolute !important;
    left: calc(100% - 32px) !important;
}


#gxp0_rs, #gxp1_rs, #gxp2_rs, #gxp3_rs, #gxp4_rs, #gxp5_rs, #gxp6_rs{
    display: none;
}







/*Action Buttons Override*/
input[class*="ActionBtn"]{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    margin: 0px;
    border: none;
    background: #FFF;
    border-right: 1px solid rgb(223, 223, 223);
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    cursor: pointer;
}

input[class*="ActionBtn"]:not([Disabled]):hover{
    background: #fff1c4;
}

input[class*="ActionBtn"]:disabled{
	opacity: .7;

}


input[class*="ActionBtn"]:not([Disabled]):active{
	background: #fff1c4;
	position: relative;
	
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 
				inset 0 0 0px rgba(0,0,0,0.1), 
				0 1px 1px rgba(255,255,255,0.1), 
				inset 0 1px 7px rgba(0,0,0,0.1);
}


/*Buttons Override*/
input[class^="Btn"]{
	transition: background 0.3s;
    -webkit-transition: background 0.3s;
    cursor: pointer;
	background-position: 8px center !important;
	background-repeat: no-repeat !important;
	padding-left: 30px;
    padding-right: 10px;
	border: 1px solid #DDD;
	background: #FFF;
    cursor: pointer;
	height: 2.95em;
	margin-bottom: 6px;
	margin-right: 6px;
	font-size: 12px;
	
}


input[class^="Btn"]:disabled{
	opacity: .7;
}

input[class^="Btn"]:not([Disabled]):hover{
	background: #fff1c4;
}

input[class^="Btn"]:not([Disabled]):active{
	background: #fff1c4;
	position: relative;
	top: 1px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 
				inset 0 0 0px rgba(0,0,0,0.1), 
				0 1px 1px rgba(255,255,255,0.1), 
				inset 0 1px 7px rgba(0,0,0,0.1);
}


/********************************************************/


.DataDescriptionCell, .DataFilterDescriptionCell, .RequiredDataDescriptionCell{
	width: 1px;
}

.RequiredDataDescriptionCell:after, .RequiredDataFilterDescriptionCell:after{
    content: '*';
    color: red;
}


.TextBlockTitleCell{
    background: #6D57A5;

}

/*GRID GENEXUS STYLE*/
#TABLEGRIDHEADER, #GridContainerTbl{
	border-collapse: collapse !important;
}

#GridContainerTbl{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

th.WorkWith100Title, th.WorkWithTitle, th.WorkWithMargem5Title, .THWorkWithMargem5Title{
	background: #f9f9f9 none;
	border-bottom: 1px solid #DDD;
	font-size: 12pt;
	font-family: Square721CondensedBT;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #d0d0d0;
    border-right: 1px solid #D0D0D0;
	text-align: left !important;
	padding: 5px;
	color: black;
	padding-right: 16px;
	cursor: pointer;
}

th.WorkWith100Title:hover, th.WorkWithTitle:hover, th.WorkWithMargem5Title:hover, .THWorkWithMargem5Title:hover{
	background: #f1f1f1;
}

td.WorkWith100Title, td.WorkWithTitle{
	background: url("../images/gray/toolbar/bg.gif") repeat-x scroll left top #F0F4F5;
	height: 27px;
	border-bottom: 1px solid #ddd;
}

td.WorkWith100Title div, td.WorkWithTitle div{
	position:absolute;
}

.WorkWith100Odd, .WorkWith100Even, .WorkWithOdd, .WorkWithEven{
	border-top: 1px solid white;
	border-bottom: 1px solid #eee;
}

.ui-tec_home-background{
	background: #ffffff;	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 20%, #e2e2e2 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,#ffffff), color-stop(100%,#e2e2e2)); background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 20%,#e2e2e2 100%); background: -o-radial-gradient(center, ellipse cover,  #ffffff 20%,#e2e2e2 100%); background: -ms-radial-gradient(center, ellipse cover,  #ffffff 20%,#e2e2e2 100%); background: radial-gradient(center, ellipse cover,  #ffffff 20%,#e2e2e2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
}

.left50{
	left: 50% !important;
}

#gxui-MPW0004-Gxui_toolbar1_btn_ExecutaProgramaEdit{
	height: 20px !important;
}


/*GRID DETAIL*/
th.GridDetailTitle {

	border-bottom: 2px solid #CC0000;

}

table[class="GridDetail"]{
	margin-bottom: 15px;
}


/*Association Fix*/
.AssociationTable tr td:nth-child(1){
	width: 47.5%;
}
.AssociationTable tr td:nth-child(2){
	width: 5%;
}
.AssociationTable tr td:nth-child(3){
	width: 47.5%;
}
.AssociationTable tr td:nth-child(2) table tr td{
	text-align: center;
}
.ReadonlyTextBlockTitle{
	color: White;
    font-size: 12pt;
    font-weight: bold;
    text-shadow: 0 2px rgba(0, 0, 0, 0.8);
	font-family: tahoma;
}

#gxp0_ifrm, #gxp1_ifrm, #gxp2_ifrm, #gxp3_ifrm, #gxp4_ifrm, #gxp5_ifrm, #gxp6_ifrm, #gxp7_ifrm{
	overflow: auto !important;
}


.WorkWith input:not([type="image"]){
	height: inherit !important;
	min-height: 28px;
}

span[class="Attribute"]{
	background-image: none !important;
	border: none !important;
	height: inherit;
}

div[class*='GPR_TreeviewNode'] a, div[class*='GPR_TreeviewNode'] a span { color: inherit }

div[id*="-Gxuitabspanel"], div[id*="-Gxuitabspanel"] > div > div{
	width: 100% !important;
}

span[id$="_Balloon"]:after {
    border-color: #F00006 transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    display: block;
    margin-left: 4;
    margin-top: -3px;
    position: absolute;
    width: 0;
}

a[class*="x-menu-check-item"]{
	height: 15px;
}


/*TABLE MERGED FIX*/
table[id^="TABLEMERGED"] td{
	border-bottom: none;
        padding-right: 5px;
}

.ext-el-mask, .x-window{
	z-index: 8 !important;
}

.x-shadow{
	display: none !important;
}

.USU_UsuarioImagem{
    border-radius: 50%;
    height: 96px;
    width: 96px;
    margin: 10px;
}

input[type="button"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

div[gxgridid]>div[id^='gxui'] div.x-toolbar td{
  width: auto !important;
}

