Commit 0b6a1c14 authored by sbade's avatar sbade

added web inf component for GWT compilation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97673 ce508802-f39f-4f6c-b175-0d175dae99d5
parent db9f35ba
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='gwtdashboardreport'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<add-linker name='xs' />
<extend-property name="locale" values="ru"/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<inherits name="com.google.gwt.xml.XML" />
<inherits name='com.google.gwt.widgetideas.WidgetIdeas'/>
<inherits name='com.google.gwt.widgetideas.ScrollTable'/>
<inherits name='com.google.gwt.gen2.table.ScrollTable'/>
<inherits name='com.google.gwt.gen2.table.FixedWidthFlexTable'/>
<inherits name='com.google.gwt.gen2.table.FixedWidthGrid'/>
<inherits name='com.google.gwt.uibinder.UiBinder'/>
<inherits name="com.google.gwt.http.HTTP"/>
<inherits name='com.google.code.gwt.storage.Html5Storage'/>
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> -->
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- Other module inherits -->
<inherits name='org.gwt.mosaic.Mosaic' />
<inherits name="org.gwt.mosaic.actions.Actions"/>
<inherits name="org.gwt.mosaic.theme.aegean.AegeanResources" />
<inherits name='org.gwt.mosaic.theme.aegean.Aegean' />
<inherits name="org.helios.gwt.fonts.GwtWebFonts"/>
<inherits name="com.google.gwt.xml.XML" />
<inherits name="com.google.gwt.json.JSON" />
<inherits name="ibase.e12ria.e12table.E12Table" />
<inherits name="ibase.e12ria.e12widgets.E12Widgets" />
<!-- <inherits name='com.google.gwt.visualization.Visualization' />
<inherits name="com.googlecode.gwtTableToExcel.gwtTableToExcel" /> -->
<!-- set-property name="user.agent" value="safari" /-->
<!-- Specify the app entry point class. -->
<entry-point class='ibase.client.GWTDashBoardReport' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>
[Dolphin]
Timestamp=2014,8,22,16,52,11
Version=3
ViewMode=2
.dataGridWidget {
/* border: solid 1px black; */
width: 100%;
line-height: 29px;
text-align: left;
border-collapse: separate;
border-spacing: 0;
border-radius: 2px;
background-color: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.dataGridFirstColumn {
border-left: 1px solid #d2d2d2;
}
.dataGridLastColumn {
border-right-color: #d2d2d2;
}
.dataGridFooter {
/*height: 1px;*/
/*border-top: 2px solid #6f7277;*/
height: 0px;
border: none;
padding: 3px 15px;
text-align: left;
color: #4b4a4a;
text-shadow: #ddf 1px 1px 0;
overflow: hidden;
white-space: nowrap;
}
.dataGridHeader {
line-height: 29px;
padding: 0 10px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: #4bc1d2 #13AEC4 #5CCADA;
background-color: #4bc1d2;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(0.6, #4BC1D2), color-stop(1, #5ADAEC) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
font-size: 12px;
}
.dataGridCell {
line-height: 29px;
padding: 0 10px;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px white;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridFirstColumnFooter {
}
.dataGridFirstColumnHeader {
border-left-width: 1px;
border-top-left-radius: 3px;
}
.dataGridLastColumnFooter {
}
.dataGridLastColumnHeader {
border-top-right-radius: 3px;
}
.dataGridSortableHeader {
cursor: pointer;
}
.dataGridSortableHeader:hover {
color: white;
}
.dataGridSortedHeaderAscending {
}
.dataGridSortedHeaderDescending {
}
.dataGridEvenRow {
/* background: #ffffff; */
background-color: #f9f9f9;
}
.dataGridEvenRowCell {
/* border: selectionBorderWidth solid #ffffff; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridOddRow {
background: #ffffff;
}
.dataGridOddRowCell {
/* border: selectionBorderWidth solid #f3f7fb; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridHoveredRow {
/* background: #d7dde8; */
background-color: #F4F4F4;
}
.dataGridHoveredRowCell {
/* border: selectionBorderWidth solid #eee; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridKeyboardSelectedRow {
background: #4EBD4A repeat-x 0 -100px !important;
}
.dataGridKeyboardSelectedRowCell {
/* border: selectionBorderWidth solid #ffc; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridSelectedRow {
background-color: blue;/*swati #2087fc*/
color: white !important;
cursor: pointer;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
/* text-shadow: 0 1px 1px rgba(255, 255, 255, .5); */
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridSelectedRowCell {
border: none;
color: white !important;
}
.dataGridKeyboardSelectedCell {
/* border: selectionBorderWidth solid #d7dde8; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
/*For temp CSS*/
.dataGridSelectedRow div,
.dataGridSelectedRow td {
color: white !important;
}
.dataGridSortableHeader div,
.dataGridSortableHeader td,
.dataGridSortableHeader:hover div,
.dataGridSortableHeader:hover td {
color: white !important;
}
\ No newline at end of file
.dataGridWidget {
/* border: solid 1px black; */
width: 100%;
line-height: 29px;
text-align: left;
border-collapse: separate;
border-spacing: 0;
border-radius: 2px;
background-color: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.dataGridFirstColumn {
border-left: 1px solid #d2d2d2;
}
.dataGridLastColumn {
border-right-color: #d2d2d2;
}
.dataGridFooter {
/*height: 1px;*/
/*border-top: 2px solid #6f7277;*/
height: 0px;
border: none;
padding: 3px 15px;
text-align: left;
color: #4b4a4a;
text-shadow: #ddf 1px 1px 0;
overflow: hidden;
white-space: nowrap;
}
.dataGridHeader {
line-height: 29px;
padding: 0 10px;
/*color: #2087fc;*/
color:rgb(70, 70, 70) !important;
/*text-shadow: 0 1px rgba(0, 0, 0, 0.2);*/
text-shadow: 0 1px rgba(255,255,255,0.2);
border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: #D3D3D3 #DBDBDB #EBE9E9;
background-color: #DBDBDB;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#E2E2E2 60%"), literal("#FFFFFF 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top,literal("#E2E2E2 60%"), literal("#FFFFFF 100%") );
/* Opera */
background-image: -o-linear-gradient(top, literal("#E2E2E2 60%"), literal("#FFFFFF 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.60, #E2E2E2), color-stop(1, #FFFFFF));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#E2E2E2 60%"), literal("#FFFFFF 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#E2E2E2 60%"), literal("#FFFFFF 100%") );
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
font-size: 12px;
}
.dataGridCell {
line-height: 29px;
padding: 0 10px;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px white;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridFirstColumnFooter {
}
.dataGridFirstColumnHeader {
border-left-width: 1px;
border-top-left-radius: 3px;
}
.dataGridLastColumnFooter {
}
.dataGridLastColumnHeader {
border-top-right-radius: 3px;
}
.dataGridSortableHeader {
cursor: pointer;
}
.dataGridSortableHeader:hover {
/*color: #2087fc;*/
color:rgb(70, 70, 70) !important;
}
.dataGridSortedHeaderAscending {
}
.dataGridSortedHeaderDescending {
}
.dataGridEvenRow {
/* background: #ffffff; */
background-color: #f9f9f9;
}
.dataGridEvenRowCell {
/* border: selectionBorderWidth solid #ffffff; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridOddRow {
background: #ffffff;
}
.dataGridOddRowCell {
/* border: selectionBorderWidth solid #f3f7fb; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridHoveredRow {
/* background: #d7dde8; */
background-color: #f4f4f4;
//background-color: red;
}
.dataGridHoveredRowCell {
/* border: selectionBorderWidth solid #eee; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridKeyboardSelectedRow {
/* background: #ffc; */
}
.dataGridKeyboardSelectedRowCell {
/* border: selectionBorderWidth solid #ffc; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridSelectedRow {
background-color: #2087fc;
color: white !important;
cursor: pointer;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
/* text-shadow: 0 1px 1px rgba(255, 255, 255, .5); */
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridSelectedRowCell {
border: none;
color: white !important;
}
.dataGridKeyboardSelectedCell {
/* border: selectionBorderWidth solid #d7dde8; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
/*For temp CSS*/
.dataGridSelectedRow div,
.dataGridSelectedRow td {
color: white !important;
}
.dataGridSortableHeader div,
.dataGridSortableHeader td,
.dataGridSortableHeader:hover div,
.dataGridSortableHeader:hover td {
/*color: #2087fc !important;*/
color:rgb(70, 70, 70) !important;
}
\ No newline at end of file
.dataGridWidget {
/* border: solid 1px black; */
width: 100%;
line-height: 29px;
text-align: left;
border-collapse: separate;
border-spacing: 0;
border-radius: 2px;
background-color: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.dataGridFirstColumn {
border-left: 1px solid #d2d2d2;
}
.dataGridLastColumn {
border-right-color: #d2d2d2;
}
.dataGridFooter {
/* Changed by Reema on 16/05/14[Theme implementation] */
/* height: 1px; */
height: 0px;
border: none;
padding: 3px 15px;
text-align: left;
color: #4b4a4a;
text-shadow: #ddf 1px 1px 0;
overflow: hidden;
white-space: nowrap;
/* Changed by Reema on 16/05/14[Theme implementation]-End */
}
.dataGridHeader {
line-height: 29px;
padding: 0 10px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
border-width: 1px 1px 1px 0px;
border-style: solid;
/* Changed by Reema on 16/05/14[Theme implementation] */
border-color: #40cf40 #7FF87F #baffba !important;
background-color: #40cf40 !important;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#40CF40 60%"), literal("#baffba 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#40CF40 60%"), literal("#baffba 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#40CF40 60%"), literal("#baffba 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(0.6, #40CF40), color-stop(1, #baffba) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#40CF40 60%"), literal("#baffba 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#40CF40 60%"), literal("#baffba 100%"));
/* Changed by Reema on 16/05/14[Theme implementation]-End */
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
font-size: 12px;
}
.dataGridCell {
line-height: 29px;
padding: 0 10px;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px white;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridFirstColumnFooter {
}
.dataGridFirstColumnHeader {
border-left-width: 1px;
border-top-left-radius: 3px;
}
.dataGridLastColumnFooter {
}
.dataGridLastColumnHeader {
border-top-right-radius: 3px;
}
.dataGridSortableHeader {
cursor: pointer;
}
.dataGridSortableHeader:hover {
color: white;
}
.dataGridSortedHeaderAscending {
}
.dataGridSortedHeaderDescending {
}
.dataGridEvenRow {
/* background: #ffffff; */
background-color: #f9f9f9;
}
.dataGridEvenRowCell {
/* border: selectionBorderWidth solid #ffffff; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridOddRow {
background: #ffffff;
}
.dataGridOddRowCell {
/* border: selectionBorderWidth solid #f3f7fb; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridHoveredRow {
/* background: #d7dde8; */
background-color: #f4f4f4;
}
.dataGridHoveredRowCell {
/* border: selectionBorderWidth solid #eee; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridKeyboardSelectedRow {
/* background: #ffc; */
}
.dataGridKeyboardSelectedRowCell {
/* border: selectionBorderWidth solid #ffc; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridSelectedRow {
background-color: #2087fc;
color: white !important;
cursor: pointer;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
/* text-shadow: 0 1px 1px rgba(255, 255, 255, .5); */
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridSelectedRowCell {
border: none;
color: white !important;
}
.dataGridKeyboardSelectedCell {
/* border: selectionBorderWidth solid #d7dde8; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
/*For temp CSS*/
.dataGridSelectedRow div,
.dataGridSelectedRow td {
color: white !important;
}
.dataGridSortableHeader div,
.dataGridSortableHeader td,
.dataGridSortableHeader:hover div,
.dataGridSortableHeader:hover td {
color: white !important;
}
\ No newline at end of file
.dataGridWidget {
/* border: solid 1px black; */
width: 100%;
line-height: 29px;
text-align: left;
border-collapse: separate;
border-spacing: 0;
border-radius: 2px;
background-color: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.dataGridFirstColumn {
border-left: 1px solid #d2d2d2;
}
.dataGridLastColumn {
border-right-color: #d2d2d2;
}
.dataGridFooter {
/* Changed by Reema on 16/05/14[Theme implementation] */
/* height: 1px; */
height: 0px;
border: none;
padding: 3px 15px;
text-align: left;
color: #4b4a4a;
text-shadow: #ddf 1px 1px 0;
overflow: hidden;
white-space: nowrap;
/* Changed by Reema on 16/05/14[Theme implementation]-End */
}
.dataGridHeader {
line-height: 29px;
padding: 0 10px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
border-width: 1px 1px 1px 0px;
border-style: solid;
/* Changed by Reema on 16/05/14[Theme implementation] */
border-color: #FFE3AB #FDE8BF #FDEFD6 !important;
background-color: #FFB222 !important;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#FFB222 60%"), literal("#FFEBC0 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#FFB222 60%"), literal("#FFEBC0 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#FFB222 60%"), literal("#FFEBC0 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(0.6, #FFB222), color-stop(1, #FFEBC0) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#FFB222 60%"), literal("#FFEBC0 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#FFB222 60%"), literal("#FFEBC0 100%"));
/* Changed by Reema on 16/05/14[Theme implementation] */
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px rgba(0, 0, 0, 0.04);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
font-size: 12px;
}
.dataGridCell {
line-height: 29px;
padding: 0 10px;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px white;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridFirstColumnFooter {
}
.dataGridFirstColumnHeader {
border-left-width: 1px;
border-top-left-radius: 3px;
}
.dataGridLastColumnFooter {
}
.dataGridLastColumnHeader {
border-top-right-radius: 3px;
}
.dataGridSortableHeader {
cursor: pointer;
}
.dataGridSortableHeader:hover {
color: white;
}
.dataGridSortedHeaderAscending {
}
.dataGridSortedHeaderDescending {
}
.dataGridEvenRow {
/* background: #ffffff; */
background-color: #f9f9f9;
}
.dataGridEvenRowCell {
/* border: selectionBorderWidth solid #ffffff; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridOddRow {
background: #ffffff;
}
.dataGridOddRowCell {
/* border: selectionBorderWidth solid #f3f7fb; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridHoveredRow {
/* background: #d7dde8; */
background-color: #f4f4f4;
}
.dataGridHoveredRowCell {
/* border: selectionBorderWidth solid #eee; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridKeyboardSelectedRow {
/* background: #ffc; */
}
.dataGridKeyboardSelectedRowCell {
/* border: selectionBorderWidth solid #ffc; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
.dataGridSelectedRow {
background-color: #2087fc;
color: white !important;
cursor: pointer;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
/* text-shadow: 0 1px 1px rgba(255, 255, 255, .5); */
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-rendering: optimizeLegibility;
}
.dataGridSelectedRowCell {
border: none;
color: white !important;
}
.dataGridKeyboardSelectedCell {
/* border: selectionBorderWidth solid #d7dde8; */
border: none;
border-right: 1px solid #eee;
border-right-color: rgba(0, 0, 0, 0.07);
}
/*For temp CSS*/
.dataGridSelectedRow div,
.dataGridSelectedRow td {
color: white !important;
}
.dataGridSortableHeader div,
.dataGridSortableHeader td,
.dataGridSortableHeader:hover div,
.dataGridSortableHeader:hover td {
color: white !important;
}
\ No newline at end of file
@CHARSET "UTF-8";
table
{
width: 100% ;
}
.verticalSpaceHeading, .verticalSpaceGrap, .verticalSpaceFLTTbl
{
/* height: 10px; */
}
.heading
{
text-align: center;
font-weight: bold;
height: 100%;
padding-top: 5px;
}
.headingContainer
{
height: 25px;
background-color: #E7E7E7;
}
.mainGrpContnr
{
padding: 15px;
/* width: 30%; */
}
.fltTblContainer
{
padding: 20px;
}
.groupContainer
{
border-left: 1px solid #E7E7E7;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
}
.filterContainer
{
height: 45px;
background-color: #CECECE;
}
.dockPanel
{
/*border: 1px solid #CECECE;*/
}
.filterAndScopeContainer
{
width: 100%;
height: 100%;
}
.filterTxt
{
width: 100%;
height: 20px;
}
.filterTxtContainer
{
padding-left: 10px;
}
* {
font-family: Helvetica sans-serif;
font-weight: bold;
/*font-size: 17pt;*/
font-size: normal;
}
.SliderPanel {
background: white;
}
.parentPanel {
}
.feedTableParent{
}
.feedTableVisible{
}
.feedTableHidden{
width: 0px;
}
.tabletDashBoardHeader{
width: 100%;
}
.tabletDashboardContainer{
width: 100%;
}
.dashboardComponent{
padding: 5px;
/*margin: 10px;
border: 1px solid rgba(0,0,0,0.5);
border-radius: 10px 10px 10px 10px;
background: rgba(0,0,0,0.25);
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
*/
}
.PanelLabel {
border-bottom: 1px solid rgb(217, 217, 217);
width:auto;
height: auto;
padding: 10px 2px 10px 2px;
table-layout: fixed;
}
.PanelLabel * {
white-space: nowrap;
overflow: visible;
text-overflow: ellipsis;
}
.PanelLabel table {
table-layout: fixed;
}
.FeedSelectPanel b {
font-size: inherit !important;
font-weight: inherit !important;
}
.last {
padding-bottom: 14px !important;
}
/*
@sprite .backButton {
gwt-image:'iPhoneBackButton';
}
@sprite .goButton {
gwt-image:'iPhoneButton';
size:auto;
}
*/
.button {
cursor: pointer;
font-size: 9pt;
font-weight: normal;
vertical-align: middle;
text-align:center;
padding-left:2px;
height: 29px;
line-height: 29px;
}
.busy {
background: url('%spinner%') no-repeat right !important;
}
.externalLink {
color: blue;
cursor: pointer;
text-decoration: underline;
}
.hasCommand {
background-color:white;
vertical-align:middle;
cursor: pointer;
width: auto;
}
.htmlViewFrameStyle {
width:100%;
border:thin;
background-color:grey;
overflow:scroll;
}
.wfpanelRefSeriesnRefId
{
font-size: large;
font-style: normal;
text-align:left;
}
.wfpanelSignFor{
font-size: small;
font-weight: 100;
text-align:left;
}
.wfpanelCreateDate{
font-size: large;
font-style: normal;
font-weight: bold;
text-align:right;
}
.wfpanelrow{
width:100%;
height:auto;
padding:0px;
margin:0px;
}
.labelInApproval
{
font-size: medium;
font-style: normal;
/*PPR 3-9-2011*/
color:black;
}
.dateLabelInApproval
{
font-size: medium;
font-style: normal;
color:black;
text-align: right;
}
.closeDialog
{
background:url(CloseButton.png) no-repeat;
height: 15px;
}
.entryVertPanelStyle{
height:40px;
width:100%;
padding:2px;
}
.wfpanel-Footer{
padding: 2px;
}
.labelSignFor{
font-size: small;
font-weight:lighter;
float:left;
position:absolute;
/*PPR 3-9-2011*/
color:black;
}
.loginText{
font-size: medium;
font-style: normal;
}
.loginText1{
font-size: medium;
font-style: normal;
}
.loginButton {
float: right;
border-radius: 8px;
}
.loginButton:HOVER {
background-color: #2E5C8A;
color: #ffffff;
cursor: pointer;
}
.E12favourite-list{
max-width:100%;
white-space:nowrap;
font-size:12pt;
cursor:pointer;
list-style: square;
padding-left:0px;
}
.E12favourite-list1{
max-width:100%;
white-space:nowrap;
font-size:8pt;
cursor:pointer;
list-style: square;
padding-left:0px;
font-weight:normal;
}
@sprite .iconListImage
{
gwt-image: 'logo';
}
.htmlData {
font-weight:lighter;
font-size: small;
font: lighter;
}
.label1{
font-weight:lighter;
font-size: medium;
text-align: left;
color:black;
}
.label2{
font-weight:lighter;
font-size: medium;
text-align: left;
color:black;
}
.textBox1{
font-weight:lighter;
font-size: small;
width: 100px;
border-style: solid;
}
.textBox2{
font-weight:lighter;
font-size: small;
width: 215px;
border-style: solid;
}
.textBox3{
font-weight:lighter;
font-size: small;
width: 330px;
border-style: solid;
}
.textBox4{
font-weight:lighter;
font-size: small;
width: 440px;
border-style: solid;
}
.textBox5{
font-weight:lighter;
font-size: small;
width: 552px;
border-style: solid;
}
.textReadOnly1{
font-weight:lighter;
font-size: small;
width: 100px;
border-style: solid;
color: blue;
}
.textReadOnly2{
font-weight:lighter;
font-size: small;
width: 215px;
border-style: solid;
color: blue;
}
.textReadOnly3{
font-weight:lighter;
font-size: small;
width: 330px;
border-style: solid;
color: blue;
}
.textReadOnly4{
font-weight:lighter;
font-size: small;
width: 440px;
border-style: solid;
color: blue;
}
.textReadOnly5{
font-weight:lighter;
font-size: small;
width: 552px;
border-style: solid;
color: blue;
}
.feedVertPnl
{
width: 100%;
}
.mainfeedStyle
{
font-size: medium;
font-style: normal;
font-weight:bold;
}
.subfeedStyle
{
font-size: small;
font-style: italic;
font-weight: bold ;
}
.dateBoxStyle
{
font-size: small;
font-style: normal;
font-weight:bold;
}
.widgetStyleDisable
{
font-size: small;
font-style: normal;
font-weight:bold;
color: blue;
}
.textBoxStyle
{
font-size: small;
font-style: normal;
font-weight:bold;
color: blue;
}
.listBoxStyle
{
font-size: small;
font-style: normal;
/*font-weight:bold;*/
}
.nonEditableStyle
{
background-color: #BEBEBE;
}
.gwt-ScrollTable
{
border-color: #aaa;
border-style: solid;
border-width: 1px 0px 1px 1px;
}
.gwt-ScrollTable .headerTable td
{
font-size: large;
font-style: normal;
font-weight:bold; /*#4682B4; #7198BA #8E9EB4 #B0C4DE*/
background: #8E9EB4
}
.gwt-ScrollTable .dataTable td,
.gwt-ScrollTable .headerTable td,
.gwt-ScrollTable .footerTable td
{
border-color: #100;
white-space: nowrap;
overflow: hidden;
}
.gwt-ScrollTable .headerTable td,
.gwt-ScrollTable .footerTable td
{
color: #fff;
font-size:15px;
white-space: nowrap;
clear: both;
width: 60px;
}
.gwt-ScrollTable .dataTable tr,
.gwt-ScrollTable .dataTable td
{
font-size:15px;
line-height:5px;
}
.gwt-ScrollTable .dataWrapper
{
height:10px;
}
.gwt-ScrollTable .dataTable tr.highlighted
{
background: #C3D9FF;
}
.gwt-ScrollTable .dataTable td.highlighted
{
background: #C3D9FF;
cursor: hand;
cursor: pointer;
}
.gwt-ScrollTable .dataTable tr.selected td
{
background: #FFFFAA; /**/
}
.formtitle
{
background-color : #E7E7E7 ; /*gray*/
font-size : Medium;
/*
font-color: #FF8F18 ; /*orange*/
vertical-align: middle;
horizontal-align: center;
margin-left:auto;
margin-right:auto;
}
.titleLabel
{
font-family: Helvetica sans-serif;
font-size: 17pt;
font-weight: bold;
color : #ffffff;
}
.authenTitle
{
font-family: Helvetica sans-serif;
font-size: 17pt;
font-weight: bold;
}
.feedTableHeader
{
font-size: large;
}
.titlePanelInFeed
{
font-size : large;
}
.advFeedTitle
{
font-size : small;
}
.brandsPanel{
border-bottom: 1px solid rgb(217, 217, 217);
border-left:0px;
border-right:0px;
border-top:0px;
width:auto;
height: auto;
padding: 5px 2px 5px 2px;
table-layout: fixed;
}
.brandsName{
font-family: Helvetica sans-serif;
font-size: 10pt;
font-weight: bold;
}
.feedBackLabel{
font-family: Helvetica sans-serif;
font-size: 10pt;
font-weight: lighter;
font-style: italic;
}
.gwt-Label
{
color : #ffffff;
}
.popHelpLabel
{
/*word-wrap : break-word;*/
font-size : small;
text-align: center;
}
.scanInputPadding-Detail
{
padding: 10px 10px 0px 0px;
}
.scanInputPadding-Feeds
{
padding: 10px 10px 0px;
}
.filterOptionContainerPanel
{
padding: 10px;
}
.filterOptionsButton
{
width: 100%;
background-color:#DDD;
border: 1px outset #DDD;
border-radius:3px;
}
.searchbox
{
height:44px;margin:0;width:100%;
background:
-webkit-gradient(linear,literal("0% 0%"),literal("0% 100%"),from(#f1f3f4),color-stop(3%,#e0e4e7),color-stop(50%,#c7cfd4),color-stop(51%,#bec7cd),color-stop(97%,#b4bec6),to(#8999a5));
background:
-moz-linear-gradient(top, #f1f3f4, literal("#e0e4e7 3%"), literal("#c7cfd4 50%"), literal("#bec7cd 51%"), literal("#b4bec6 97%"),#8999a5);
background:
-o-linear-gradient(top, #f1f3f4, literal("#e0e4e7 3%"), literal("#c7cfd4 50%"), literal("#bec7cd 51%"), literal("#b4bec6 97%"),#8999a5);
}
.searchboxform
{
height:24px;width:85%;border-width:4px 14px 1px 24px;display:block;position:relative;top:8px;margin:auto;
-webkit-border-image:url(images/searchBG.png) 4 14 1 24 ;
-moz-border-image:url(images/searchBG.png) 4 14 1 24 ;
-o-border-image:url(images/searchBG.png) 4 14 1 24 ;
}
.searchboxinput
{
border:0;height:18px;float:left;font-size:13px;padding:0;position:relative;top:2px;left:2px;width:100%;
-webkit-appearance:none;
}
.scanboxinput
{
background:transparent;border:0;height:18px;float:left;font-size:13px;padding:0;position:relative;top:2px;left:2px;width:100%;
-webkit-appearance:none;
}
.searchboxinputWaterMark
{
border:0;height:18px;float:left;font-size:13px;padding:0;position:absolute;top:2px;left:2px;width:100%;
-webkit-appearance:none;
color: #FF0000;
}
.searchboxformWaterMark
{
height:24px;width:85%;border-width:4px 14px 1px 24px;display:block;position:relative;top:8px;margin:auto;
-webkit-border-image:url(images/scanBG.png) 4 14 1 24 ;
-moz-border-image:url(images/scanBG.png) 4 14 1 24 ;
-o-border-image:url(images/scanBG.png) 4 14 1 24 ;
}
.ME12Feeds-optionsPanel
{
width: 100%;
}
.datePickerDay
{
padding: 10px;
}
.feedbackStyle
{
font-size: small;
font-family: Helvetica;
font-style :italic;
text-align: center;
margin-left: 10px;
}
.buttonPanel{
padding-left: 15px;
padding-right: 15px;
}
.scanLabel
{
color : black;
}
.changePasswordHeaderCaption
{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}
.changePasswordCloseBtn
{
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
text-align: center;
width : 70%;
border-radius:8px;
height: 20px;
border: 1px solid grey;
}
.changePasswordCloseBtn:HOVER{
background-color: #2E5C8A;
color : #ffffff;
cursor: pointer;
}
.changePasswordHeader {
width: 100%;
height: 37px;
padding:2px;
}
.appPanelLabel {
border-bottom: 1px solid rgb(217, 217, 217);
width: auto;
height: auto;
padding: 10px 2px 10px 2px;
table-layout: auto;
cursor: pointer;
}
.applicationPanel {
width: auto;
height: auto;
}
.applicationLabel {
color: black;
font-size: small;
font-style: normal;
white-space: nowrap;
}
.applicationDescLabel {
color: black;
font-size: small;
font-style: italic;
white-space: nowrap;
}
.okButton{
float: right;
width: 80px;
height:30px;
text-align: center;
border-radius:8px;
}
.okButton:HOVER{
background-color: #2E5C8A;
color : #ffffff;
cursor: pointer;
}
.addNewBtn {
font-size: large;
font-weight: bold;
vertical-align: middle;
text-align: center;
padding-left: 2px;
}
.descriptionLbl {
font-size: medium;
font-style: normal;
color: black;
}
.cancelBtn {
float: left;
border-radius:8px;
}
.cancelBtn:HOVER {
background-color: #2E5C8A;
color : #ffffff;
cursor: pointer;
}
.outerHeader {
height: 40px;
width : 100%;
overflow: hidden;
}
.outerFooter {
height: 40px;
width : 100%;
overflow: hidden;
}
.contents {
width:100%;
}
.gwt-SplitLayoutPanel-HDragger {
background: black center center no-repeat;
width: 1px;
}
/* As per Kandarp Sir for Textbox onFocus event*/
.outerHeader-onFocus {
height: 40px;
width: auto;
overflow: hidden;
}
.outerFooter-onFocus {
height: 40px;
width: auto;
overflow: hidden;
bottom: 0px;
}
.contents-onFocus {
width:100%;
padding-bottom: 40px;
}
.backgroundTexture
{
background: url( images/BackgroundTexture.jpg );
}
.userHtmlData
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.buildVersion
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
}
.bgGlass
{
-webkit-filter: blur(20px);
background-color: lightblue;
opacity: 0.85;
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
}
.poupPanel-gwt-PopupPanel
{
background: transparent;
}
.close {
font-family: Arial, Helvetica, sans-serif;
font-size:large;
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
left: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
cursor: pointer;
}
.close:hover { background: #00d9ff; }
.bubblebox {
position:relative;
padding:15px;
margin:1em 0 3em;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: #fff;
background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#fff), to(#999));
background:-moz-linear-gradient(top, #fff, #999);
background:-o-linear-gradient(top, #fff, #999);
}
.bubblebox.top {
background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#999), to(#fff));
background:-moz-linear-gradient(top, #999, #fff);
background:-o-linear-gradient(top, #999, #fff);
}
.bubblebox.topTablet {
background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#999), to(#fff));
background:-moz-linear-gradient(top, #999, #fff);
background:-o-linear-gradient(top, #999, #fff);
}
/* creates triangle */
.bubblebox:after {
content:"";
display:block; /* reduce the damage in FF3.0 */
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50px; /* controls horizontal position */
width:0;
height:0;
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#999 transparent;
}
.bubblebox.top:after {
top:-15px; /* value = - border-top-width - border-bottom-width */
right:19px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
border-color: #999 transparent;
}
.bubblebox.topTablet:after {
top:-15px; /* value = - border-top-width - border-bottom-width */
right:82px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
border-color: #999 transparent;
}
.awesome, .awesome:visited {
background: #222 url(alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #971B1B; }
.red.awesome:hover { background-color: #681212; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
/* Added by Dnyaneshwar on 25-DEC-2012 [As per Kandarp Sir : Changed look & feel of change password user interface ] End*/
/*START: Added by Harshada on 2-JAN-2013 [As per Kandarp Sir : Changed look & feel of Password popup in user connections] */
.passwordBubbleBox {
position: relative;
padding: 15px;
margin: 1em 0 3em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #fff;
background: -webkit-gradient(linear, literal("left top"),
literal("left bottom"), from(#fff), to(#999) );
background: -moz-linear-gradient(top, #fff, #999);
background: -o-linear-gradient(top, #fff, #999);
}
/*END: Added by Harshada on 2-JAN-2013 [As per Kandarp Sir : Changed look & feel of Password popup in user connections] */
/* Added by Dnyaneshwar on 25-DEC-2012 [As per Kandarp Sir : Changed look & feel of change password user interface ] End*/
/* Added by Dnyaneshwar on 4-JAN-2013 [ As per Kandarp Sir : Changed look & feel of wizard all buttons ] Start */
.navigationFooter
{
text-align: center;
}
.homeIcon
{
height: 30px;
width:43px;
cursor: pointer;
}
.filterIcon
{
width:45px;
cursor:pointer;
height: 30px;
}
.nextButtonIcon:active,
.prevButtonIcon:active,
.finishButtonIcon:active,
.cancelButtonIcon:active,
.doneButtonIcon:active,
.deselectButtonIcon:active,
.userImage:active,
.refreshIcon:active,
.countWorkflow:active,
.rejectButtonIcon:active,
.deleteIcon:active,
.addIcon:active
{
width: 30px;
height: 30px;
background-color: rgba(255, 255, 255, .5);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-color:rgba(255, 255, 255, .75);
-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
}
.countWorkflow
{
color: #FFFFFF;
font-weight: bold;
left: 18px;
position:absolute;
top:1px;
cursor: pointer;
}
.filterButton
{
border: none;
}
.errlabel{
color: maroon;
font-size: medium;
font-weight: bold;
font-style: italic;
}
.stackHeaderStyle {
background: rgb(170, 170, 170);
box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-moz-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
border-bottom: 1px solid rgb(243, 243, 243);
}
.stackHeaderStyle-active {
background: #4bc1d2 !important;
box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
-moz-box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
}
/* Added by Reema on 21/04/14 for Theme implementation */
.stackLayoutStyle{
background-image: -webkit-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"))!important;
background-image: -o-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%")) !important;
background-image: -moz-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%")) !important;
background-image: -ms-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"))!important;
background-image: linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%")) !important;
background-color: #b0dbe3 !important;
border-left: 1px solid rgb(203, 226, 218);
border-right: 1px solid rgb(203, 226, 218);
border-bottom: 1px solid;
}
/* Added by Reema on 21/04/14 for Theme implementation-End */
/* Added by Reema on 25/04/14 :The color of icons should be blue (search, search option and add new). On mouseover it should become white*/
@sprite .addButton{
gwt-image:'addButton' !important;
outline: none !important;
}
@sprite .addButton:hover{
gwt-image:'addButtonBlue' !important;
outline: none !important;
}
@sprite .searchButton{
gwt-image:'searchButton' !important;
outline: none !important;
}
@sprite .searchButton:hover{
gwt-image:'searchButtonBlue' !important;
outline: none !important;
}
@sprite .searchOptionButton {
gwt-image:'searchOptionButton' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .searchOptionButton:hover {
gwt-image:'searchOptionButtonBlue' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
/* Added by Reema on 18/04/14 */
@sprite .helpOptButton{
gwt-image:'helpOption' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .helpOptButton:hover{
gwt-image:'helpOptionBlue' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton{
gwt-image:'docHelp' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton:hover{
gwt-image:'docHelpBlue' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
.e12AdvSearchPnl{
background-color: #4bc1d2 !important;
}
/* Added by Reema on 18/04/14-End */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: #4bc1d2 !important;
COLOR: WHITE;
-webkit-box-shadow: 0 1px 2px #2087fc, inset 0 1px 4px #c7e1ff;
}
.collabPostDiscriptionPanel
{
font-family: arial;
font-size: small;
font-style: normal;
overflow: scroll;
padding: 2px;
white-space: normal;
width: 100px;
}
.collabHeaderPanel
{
width: 100%;
background:#18BBD1;
}
.collabGroupDiscription
{
color: white;
}
.collabGroupName
{
font-size: large;
/* font-size: medium; */
font-style: normal;
font-weight:bold;
color: white;
}
.collabPostDiscription
{
font-family: Helvetica sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
word-wrap: break-word;
white-space: normal;
}
.collabFeedInfoTable
{
border-bottom: 1px solid #D9D9D9;
height: auto;
padding-left: 2px;
table-layout: fixed;
width: 100%;
}
@sprite .mswordImage
{
gwt-image:'mswordImage';
}
@sprite .excelImage
{
gwt-image:'excelImage';
}
@sprite .pdfImage
{
gwt-image:'pdfImage';
}
.collabPostDate
{
font-family: Helvetica sans-serif;
font-size: x-small;
font-style: italic;
font-weight: normal;
word-wrap: break-word;
}
.collabPostName
{
font-family: Helvetica sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
word-wrap: break-word;
}
.collabAttachmentFileName
{
font-family: Helvetica sans-serif;
font-size: small;
font-style: italic;
font-weight: normal;
padding-left: 2px;
padding-right: 5px;
}
.collabAttachmentFileName:hover
{
cursor:pointer;
}
.collabDiscriptionPanel
{
overflow: auto;
padding-left: 5px;
}
.collabAttchmentInfoPanel
{
padding: 3px;
width:100%;
}
.collabIndicatingLable
{
font-family: Helvetica sans-serif;
font-size: x-small;
font-style: italic;
}
.collabPostDicriptionVPanel
{
width: 120px; //Added by lokesh rodge on 8-May-2013
/* width: 15%; */
word-wrap: break-word;
}
@sprite .defaultImage
{
gwt-image:'defaultImage';
}
/*
@sprite .postButton
{
cursor: pointer;
font-size: 9pt;
font-weight: normal;
vertical-align: middle;
text-align:center;
padding-left:2px;
height: 29px;
line-height: 29px;
gwt-image:'postButton';
size:auto;
}
*/
.imagePopupPanel
{
border-radius:10px;
}
.imagePanelGlassStyle
{
background-color: gray;
opacity: 0.5;
filter: alpha(opacity=50);
}
/* Ended By Mahesh Patidar */
.collabPostFeeds
{
padding-left: 2px;
table-layout: fixed;
width: 100%;
}
/* // Added by Reema on 19/03/2014 [for slider checkbox] */
.onoffswitch
{
margin-left: 15px;
display: inline-block;
vertical-align: top;
position: relative;
width: 58px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.onoffswitch>label
{
border-radius: 2px;
display: block;
position: relative;
height: 20px;
line-height: 20px;
font-size: 10px;
font-weight: bold;
color: #bbb;
text-align: center;
text-transform: uppercase;
background: white;
border: 2px solid #d9d9d9;
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
cursor: pointer;
}
.onoffswitch>label:before
{
content: attr(data-off);
position: absolute;
top: 0;
right: 3px;
width: 33px;
}
.onoffswitch>label:after
{
content: '';
display: block;
margin: 2px;
width: 17px;
height: 17px;
background: #ccc;
/* border-radius: 13px; */
}
.onoffswitch>input
{
position: absolute;
top: 0;
left: 0;
width: inherit;
height: inherit;
opacity: 0;
-webkit-appearance: none;
}
.switch>input:focus
{
outline: none;
}
.onoffswitch>input:focus+label
{
color: #10a4ee;
border-color: #3fb6f2;
}
.onoffswitch>input:focus+label:after
{
background: #3fb6f2;
}
.onoffswitch>input:checked+label
{
padding-left: 34px;
color: white;
background: #3fb6f2;
border-color: #3fb6f2;
}
.onoffswitch>input:checked+label:before
{
content: attr(data-on);
left: 1px;
}
.onoffswitch>input:checked+label:after
{
margin: 1px;
width: 18px;
height: 18px;
background: white;
}
.onoffswitch>input:checked:focus+label
{
background: #10a4ee;
border-color: #10a4ee;
}
.onoffswitch-green>input:checked+label
{
background: #4ebd4a;
border-color: #4ebd4a;
}
.onoffswitch-green>input:checked:focus+label
{
background: #3c9b39;
border-color: #3c9b39;
}
/* For Colorful Radio Buttons */
.hidden-radio{
display: none;
}
.radio-color-style{
height: 25px;
width: 25px;
display: inline-block;
border-radius: 50%;
margin-left: 10px;
margin-top: 10px;
cursor: pointer;
}
.radio-color-style:after{
content: '';
}
input[name="radio-color-group"]:checked + .radio-color-style:after{
margin-top: -6px;
margin-left: -6px;
height: 35px;
width: 35px;
display: inline-block;
border-radius: 50%;
border: thin solid;
}
.radio-theme-orange{
border: 1px solid #ef9c00;
background: #ef9c00;
color: #ef9c00;
}
.radio-theme-green{
border: 1px solid green;
background: green;
color: green;
}
.radio-theme-gray{
border: 1px solid gray;
background: gray;
color: gray;
}
.radio-theme-blue{
border: 1px solid #4bc1d2;
background: #4bc1d2;
color: #4bc1d2;
}
.radio-theme-magenta{
border: 1px solid magenta;
background: magenta;
color: magenta;
}
/* commented by Reema on 25/04/14 */
/*
@sprite .addButton
{
width:20px;
height:20px;
gwt-image:'addButton';
}
.addNewLabel
{
font-family:arial;
font-size:14px;
color:white;
cursor:pointer;
}
*/
\ No newline at end of file
body,table {
font-size: small;
}
body {
font-family: Helvetica, Arial, sans-serif;
color: #000;
background: #fff;
}
a:link,a:visited,a:hover,a:active {
color: #000;
}
/* Dialog boxes */
.dialogTopLeftInner,.dialogMiddleLeftInner,.dialogBottomLeftInner,.dialogTopRightInner,.dialogMiddleRightInner,.dialogBottomRightInner
{
display: none;
}
.gwt-DialogBox {
background-color: white;
border: 1px solid #666;
z-index: 2;
}
.gwt-DialogBox .Caption {
background: #d3d6dd url(gradient_bg_th.png) repeat-x bottom left;
font-weight: bold;
text-shadow: #fff 0 2px 2px;
cursor: default;
padding: 5px 10px;
border-bottom: 1px solid #999;
text-align: left;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .gwt-Button {
margin: 10px;
}
.gwt-PopupPanelGlass {
background-color: #000;
opacity: 0.3;
filter: literal("alpha(opacity=30)");
z-index: 2;
}
/* GWT Tree */
.gwt-Tree {
}
.gwt-Tree .gwt-TreeItem {
padding: 0;
cursor: hand;
cursor: pointer;
display: block !important;
}
.gwt-Tree .gwt-TreeItem-selected {
background: #ccc;
}
.gwt-SplitLayoutPanel-HDragger {
background: white center center no-repeat;
cursor: col-resize;
}
.gwt-SplitLayoutPanel-VDragger {
background: white center center no-repeat;
cursor: col-resize;
}
.gwt-DisclosurePanel .content {
border-left: 0px solid #E8EEF7;
/* As per Kandarp sir */
/* margin-left: 6px; */
/* padding: 4px 0 4px 8px; */
margin-left: 10px;
padding: 10px;
}
.refreshButtonStyle {
float:right;
font-family: Verdana, Geneva, arial, sans-serif;
font-size: 9pt;
border: 1px solid #8ec1da;
background-color: #ddeef6;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 2px #8ec1da;
-webkit-box-shadow: 2px 2px 2px #8ec1da;
box-shadow: 2px 2px 2px #8ec1da;
color: #3985a8;
padding: 1px 9px;
cursor:pointer;
}
.refreshButtonStyle:hover {
border: 1px solid orange;
-moz-box-shadow: 2px 2px 2px orange;
-webkit-box-shadow: 2px 2px 2px orange;
box-shadow: 2px 2px 2px orange;
text-shadow: 0 1px #fff;
}
.refreshButtonStyle:active {
border: 1px solid #8ec1da;
-moz-box-shadow: 0px 0px 2px grey;
-webkit-box-shadow: 0px 0px 2px grey;
box-shadow: 0px 0px 2px grey;
text-shadow: 0 1px #fff;
color: #3985a8;
}
.refreshButtonStyle:disabled {
text-shadow: 0 1px #fff;
}
.searchOptnDisclzableVPnl
{
/*
border-style: ridge;
border-width: 0.8px;
background-color: #FBF5EF;
*/
margin: 1px;
padding: 20px;
/* As per Kandarp sir */
/* border: 1px solid rgba(0,0,0,0.5); */
/* border-radius: 10px 10px 10px 10px; */
/*As per KB Sir : To Removed Raised effect*/
/*
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
*/
}
.defaultTabCloseBtn
{
/* color: #7C7A7B; */
color: white;
}
.tabCloseBtn
{
color: #EB0527;
}
/*Added By Prajyot On 15-APR-13 [ WS3ABAS001-Look and Feel changes for Cloud. : Same as Mobile Look-n-feel changes done for welcome popup-panel] Start*/
.userHtmlData
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.buildVersion
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
}
.bgGlass
{
-webkit-filter: blur(20px);
background-color: lightblue;
opacity: 0.75;
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
z-index: 1;
}
.poupPanel-gwt-PopupPanel
{
background: transparent;
}
.close {
font-family: Arial, Helvetica, sans-serif;
font-size:large;
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
left: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
cursor: pointer;
}
.close:hover { background: #00d9ff; }
.bubblebox {
position:relative;
padding:15px;
margin:1em 0 3em;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: #fff;
/* background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#fff), to(#999));
background:-moz-linear-gradient(top, #fff, #999);
background:-o-linear-gradient(top, #fff, #999); */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Opera */
background-image: -o-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient( linear, literal("left top"), literal("left bottom"), color-stop(0, #999999), color-stop(1, #FFFFFF) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient( literal("to bottom"), literal("#999999 0%"), literal("#FFFFFF 100%") );
z-index: 1;
}
.bubblebox.top,
.bubbleBox.topTablet,
.bubbleBox-grad.top {
background: #fff;
/* background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#999), to(#fff));
background:-moz-linear-gradient(top, #999, #fff);
background:-o-linear-gradient(top, #999, #fff); */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Opera */
background-image: -o-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient( linear, literal("left top"), literal("left bottom"), color-stop(0, #999999), color-stop(1, #FFFFFF) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient( literal("to bottom"), literal("#999999 0%"), literal("#FFFFFF 100%") );
}
.bubbleBox-grad {
width: 475px;
position: relative;
padding: 15px;
margin: 1em 0 3em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #fff;
/* background: -webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#fff), to(#999) );
background: -moz-linear-gradient(top, #fff, #999);
background: -o-linear-gradient(top, #fff, #999); */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Opera */
background-image: -o-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient( linear, literal("left top"), literal("left bottom"), color-stop(0, #999999), color-stop(1, #FFFFFF) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient( literal("to bottom"), literal("#999999 0%"), literal("#FFFFFF 100%") );
z-index: 1;
}
.bubbleBox-no-grad {
position: relative;
z-index: 1;
}
.bubbleBox-grad.bottom {
background: #fff;
/* background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#999), to(#fff));
background:-moz-linear-gradient(top, #999, #fff);
background:-o-linear-gradient(top, #999, #fff); */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient( top, literal("#FFFFFF 0%"), literal("#999999 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient( top, literal("#FFFFFF 0%"), literal("#999999 100%") );
/* Opera */
background-image: -o-linear-gradient( top, literal("#FFFFFF 0%"), literal("#999999 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient( linear, literal("left top"), literal("left bottom"), color-stop(0, #FFFFFF), color-stop(1, #999999) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient( top, literal("#FFFFFF 0%"), literal("#999999 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient( literal("to bottom"), literal("#FFFFFF 0%"), literal("#999999 100%") );
}
/* creates triangle */
.bubblebox:after,
.bubbleBox-grad:after {
content:"";
display:block; /* reduce the damage in FF3.0 */
position:absolute;
bottom:-15px; /* value = - border-top-width - border-bottom-width */
left:50px; /* controls horizontal position */
width:0;
height:0;
border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
border-style:solid;
border-color:#999 transparent;
}
.bubblebox.top:after,
.bubbleBox-grad.top:after {
top:-15px; /* value = - border-top-width - border-bottom-width */
right:19px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
border-color: #999 transparent;
}
.bubbleBox-grad.bottom:after {
top:104px; /* value = - border-top-width - border-bottom-width */
right:35px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:15px 15px 0px; /* vary these values to change the angle of the vertex */
border-color: #999 transparent;
}
.bubblebox.topTablet:after {
top:-15px; /* value = - border-top-width - border-bottom-width */
right:82px; /* controls horizontal position */
bottom:auto;
left:auto;
border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
border-color: #999 transparent;
}
.awesome, .awesome:visited {
background: #222 url(alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #971B1B; }
.red.awesome:hover { background-color: #681212; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
/*Added By Prajyot On 15-APR-13 [ WS3ABAS001-Look and Feel changes for Cloud. : Same as Mobile Look-n-feel changes done for welcome popup-panel] Ends*/
/*
* Added by Prajyot:
* Use for Action Buttons
*/
.button {
display: inline-block;
height: 28px;
margin: 5px;
padding: 0 16px;
color: #243140;
cursor: pointer;
line-height: 1;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 14px;
text-align: center;
text-shadow: 0 1px rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
vertical-align: top;
background-color: #E5E7ED;
border: 0;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.button:hover {
color: #243140;
background-color: #dcdfe7;
}
.button:active{
color: #1d2938;
background-color: #cdd1dc;
}
/*Green*/
.green-Btn {
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #4EBD4A;
}
.green-Btn:hover {
color: white;
background-color: #6bc868;
}
.green-Btn:active {
color: white;
background-color: #3c9b39;
}
/*Red*/
.red-Btn {
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #ee4f3d;
}
.red-Btn:hover {
color: white;
background-color: #f17163;
}
.red-Btn:active {
color: white;
background-color: #e42914;
}
/*Blue*/
.blue-Btn {
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #2daebf;
}
.blue-Btn:hover {
color: white;
background-color: #007d9a;
}
.blue-Btn:active {
color: white;
background-color: #2daebf;
}
.cocPanel {
height: auto;
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #4bc1d2 !important;
}
.cocPanel-Btn {
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #007d9a;
}
.cocPanel-Btn:hover {
color: white;
background-color: #2daebf;
}
.cocPanel-Btn:active {
color: white;
background-color: #007d9a;
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td{
margin-left: -10px;
}
/*Orange*/
.orange-Btn {
position: relative;
color: white;
line-height: 28px;
text-decoration: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.08);
background-color: #faa226;
}
.orange-Btn:hover {
color: white;
background-color: #fbb34e;
}
.orange-Btn:active {
color: white;
background-color: #e88a05;
}
/* Added by Reema on 15/04/14 for Theme implementation */
.stackHeaderStyle {
padding: 8px;
border-bottom: 1px solid rgb(243, 243, 243);
text-align: center;
text-shadow: 0 1px rgba(0, 0, 0, .2);
background: rgb(170, 170, 170);
color: white;
cursor: pointer;
font-family: Helvetica, Arial, sans-serif;
font-size: 11pt;
font-weight: bold;
box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-moz-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
}
.stackHeaderStyle-active {
padding: 8px;
border-bottom: 1px solid rgba(255, 255, 255, 0.85);
text-align: center;
text-shadow: 0 1px rgba(0,0,0,.2);
background: #4bc1d2;
color: white;
cursor: pointer;
font-family: Helvetica, Arial, sans-serif;
font-size: 11pt;
font-weight: bold;
box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
-moz-box-shadow: 0 1px 2px #4bc1d2, inset 0 3px 7px #b6f9ff;
}
.gwt-StackLayoutPanelContent {
background: rgba(255,255,255,.75);
}
.stackLayoutStyle {
background-image: -webkit-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"));
background-image: -o-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%")) ;
background-image: -moz-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"));
background-image: -ms-linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"));
background-image: linear-gradient(top, literal("rgb(176, 219, 227) 30%"), literal("rgb(203, 226, 218) 60%"), literal("rgb(232, 196, 177) 100%"));
/* Added by Reema on 16/05/14 */
background-color: rgb(203, 226, 218);
/*Added by Reema on 16/05/14-End */
border-left: 1px solid rgb(203, 226, 218);
border-right: 1px solid rgb(203, 226, 218);
border-bottom: 1px solid;
}
/* Added by Reema on 15/04/14 for Theme implementation-End */
/* Added by Reema on 21/03/14 [Look and Feel Change] */
.header-userSetting {
width: 32px !important ;
height: 32px !important;
background-color: red !important;
border-radius: 50% !important;
padding: 2px !important;
background-position: 50% 50% !important;
background-size: 100% !important;
}
.header-defaultUserImage {
width: 32px !important;
height: 32px !important;
background-color: red !important;
border-radius: 50% !important;
padding: 2px !important;
background-position: 50% 3px !important;
background-size: 75% 100% !important;
}
.header-userImage {
width: 36px !important;
height: 36px !important;
background-color: red !important;
border-radius: 50% !important;
padding: 0px !important;
}
.theme-orange{
background-color: #ef9c00 !important;
}
.theme-green{
background-color: green !important;
}
.theme-gray{
background-color: gray !important;
}
.theme-blue{
background-color: #4bc1d2 !important;
}
.theme-magenta{
background-color: magenta !important;
}
/**********/
.e12AdvSearchPnl{
position: absolute;
left: 0px;
top: 0px;
margin: 0;
height: 40px;
width: 100%;
background-color: #4bc1d2;
overflow: hidden;
outline: none;
}
.searchTitle{
padding-left: 40px;
position: absolute;
color: white;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 16px;
text-shadow: 0 1px rgba(0,0,0,0.2);
text-rendering: optimizeLegibility;
top:10px;
}
.searchScopeTitle{
padding-left: 20px;
position: absolute;
top:10px;
width: 455px;
height: 25px;
margin-left: -15px;
border-bottom: 1px solid lightgray;
}
.searchboxinput {
height: 18px;
width: 300px;
display: block;
position: absolute;
margin: 0;
border: 1px solid #e2e2e2;
background-color: #fff;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 13px;
text-align: left;
text-shadow: 0 1px 1px rgba(255,255,255,0.5);
text-rendering: optimizeLegibility;
cursor: text;
top: 10px;
left: 100px;
}
/*******************************************************/
.e12AdvDataGrid-SideBars{
margin-left: -2px;
margin-right: -2px;
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
left: 5px;
}
.e12Pager{
/*position: relative;*/
top: -27px;
left: 5px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 5px;
background: #f4f4f4;
width: 100%;
height: 30px;
}
.e12Pager-forIE{
position: relative;
top: -10px;
left: 5px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 5px;
background: #f4f4f4;
width: 100%;
height: 30px;
}
.pagerLabel{
color: #777;
margin-left: 20px;
}
.gwt-SettingLayout{
position: relative;
left: -1px;
right: 1px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 0px 0px;
background: #f4f4f4;
width: 3%;
}
.e12Pager-setting {
width: 28px !IMPORTANT;
height: 25px !IMPORTANT;
position: relative;
margin-left: 1px;
margin-right: 2px;
background-size: 60% !IMPORTANT;
background-position: 50% 50% !IMPORTANT;
position: relative;
cursor: pointer;
}
/*
.e12pager-popup {
position: relative;
padding: 5px;
margin: 1em 0 3em;
margin-top: 1em;
margin-right: 0px;
margin-bottom: 3em;
margin-left: 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(153, 153, 153)));
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#999));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(153, 153, 153)));
background: -moz-linear-gradient(top,#fff,#999);
background: -o-linear-gradient(top,#fff,#999);
}
.e12pager-popup:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
right: 35px;
width: 0;
height: 0;
border-width: 15px 15px 0;
border-top-width: 15px;
border-right-width: 15px;
border-bottom-width: 0px;
border-left-width: 15px;
border-style: solid;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-color: #999 transparent;
border-top-color: rgb(153, 153, 153);
border-right-color: transparent;
border-bottom-color: rgb(153, 153, 153);
border-left-color: transparent;
}
*/
.gwt-PagerLayout{
position: relative;
left: -6px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 0px;
background: #f4f4f4;
width: 5%;
}
.e12pager-nav-button{
float: right;
}
.nextPageButton{
margin-left: 4px;
margin-right: 4px;
cursor: pointer;
}
.prevPageButton{
margin-left: 4px;
margin-right: 4px;
cursor: pointer;
}
.e12SearchOption-footer-btns{
float: right;
}
/*All System Action buttons , User Defined Action buttons */
.allActionBtnHPnl
{
position:absolute;
right : 5px;
float: right;
top: 40px;
z-index: 1;
}
/**********************************************************************/
/* gwt-ScrollTable */
/**********************************************************************/
.gwt-ScrollTable {
border: none !important;
}
.gwt-ScrollTable .headerWrapper {
background: #8bd url(images/bg_header_gradient.gif) repeat-x bottom left;
}
.gwt-ScrollTable .footerWrapper {
border-top: 1px solid #aaa;
background: #8bd url(images/bg_header_gradient.gif) repeat-x bottom left;
}
.gwt-ScrollTable .dataTable td,
.gwt-ScrollTable .headerTable td,
.gwt-ScrollTable .footerTable td {
border-color: #aaa;
border-style: solid;
border-width: 0px 0px 0px 0px;
white-space: nowrap;
overflow: hidden;
width: 100px;
}
.gwt-ScrollTable .headerTable td,
.gwt-ScrollTable .footerTable td {
color: #fff;
font-size:11px;
line-height:10px;
/*height:10px;*/
white-space: nowrap;
clear: both;
width: 60px;
}
.gwt-ScrollTable .dataTable tr,
.gwt-ScrollTable .dataTable td{
font-size:10px;
line-height:5px;
}
.gwt-ScrollTable .dataWrapper{
height:10px;
}
.gwt-ScrollTable .dataTable tr.highlighted {
background: #C3D9FF;
}
.gwt-ScrollTable .dataTable td.highlighted {
background: #C3D9FF;
cursor: hand;
cursor: pointer;
}
.gwt-ScrollTable .dataTable tr.selected td {
background: #FFFFAA;
}
.parentAbsPnl{
/*background-color: white;*/
background-color: #CBE2DA;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal( "#B0DBE3 60%" ), literal( "#CBE2DA 85%" ), literal( "#E8C4B1 100%" ) );
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal( "#B0DBE3 60%" ), literal( "#CBE2DA 85%" ), literal( "#E8C4B1 100%" ) );
/* Opera */
background-image: -o-linear-gradient(top, literal( "#B0DBE3 60%" ), literal( "#CBE2DA 85%" ), literal( "#E8C4B1 100%" ) );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal( "left top" ), literal( "left bottom" ), color-stop(0.6, #B0DBE3), color-stop(0.85, #CBE2DA), color-stop(1, #E8C4B1));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal( "#B0DBE3 60%" ), literal( "#CBE2DA 85%" ), literal( "#E8C4B1 100%" ) );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, literal( "#B0DBE3 60%" ), literal( "#CBE2DA 85%" ), literal( "#E8C4B1 100%" ) );
width:100% !important;
height:100% !important;
position: absolute !important;
}
/* Added by Reema on 25/04/14 */
@sprite .addButton{
width:20px;
height:20px;
gwt-image:'addButton';
cursor:pointer;
outline: none;
}
@sprite .addButton:hover{
gwt-image:'addButtonBlue';
}
.addNewLabel {
font-family:arial;
font-size:14px;
color:white;
cursor:pointer;
}
@sprite .searchButton {
gwt-image:'searchButton';
background-repeat: no-repeat;
background-position: 0 0;
height: 32px;
width: 32px;
background-color: transparent;
border: none;
left: 405px;
position: absolute;
display: block;
top: 10px;
cursor: pointer;
outline: none;
}
@sprite .searchButton:hover{
gwt-image:'searchButtonBlue';
}
@sprite .searchOptionButton {
gwt-image:'searchOptionButton';
background-repeat: no-repeat;
background-position: 0 0;
height: 32px;
width: 32px;
left: 450px;
position: absolute;
top: 5px;
border: none;
background-color: transparent;
cursor: pointer;
background-size: 100% 100%;
outline: none;
}
@sprite .searchOptionButton:hover {
gwt-image:'searchOptionButtonBlue';
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none;
}
/* Added by Reema on 12/05/2014[button for help information] */
@sprite .helpOptButton {
gwt-image:'helpOption';
background-repeat: no-repeat;
background-position: 0 0;
height: 26px;
width: 26px;
left: 500px;
position: absolute;
top: 7px;
border: none;
background-color: transparent;
cursor: pointer;
background-size: 100% 100%;
outline: none;
}
@sprite .helpOptButton:hover{
gwt-image:'helpOptionBlue' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton {
gwt-image:'docHelp';
background-repeat: no-repeat;
background-position: 0 0;
height: 25px;
width: 25px;
left: 550px;
position: absolute;
top: 7px;
border: none;
background-color: transparent;
cursor: pointer;
background-size: 100% 100%;
outline: none;
}
@sprite .docHelpButton:hover{
gwt-image:'docHelpBlue' ;
outline: none ;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
/* Added by Reema on 12/05/2014 [button for help information]-End */
.customLayoutFrame{
border: none;
}
.dateBoxPopup {
z-index: 1;
}
.tabTitleDiv{
position: absolute !important;
height: 40px;
top: 46px;
width: 110px;
left: 8px;
background: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabTitleLabel{
text-align: center;
line-height: 40px;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 14px;
text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
text-rendering: optimizeLegibility;
color: #2087fc;
}
.tableBackgroundDiv{
background: white;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
height: 465px;
width: 1111px;
position: absolute;
left: 8px;
top: 85px;
}
/* Added by Reema on 30-04-14 for decorated TabPanel */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: #2087fc !important;
COLOR: WHITE;
-webkit-box-shadow: 0 1px 2px #2087fc, inset 0 1px 4px #c7e1ff;
}
.gwt-DecoratedTabBar .tabMiddleCenter{
padding: 0px 4px 2px 4px;
cursor: pointer;
cursor: hand;
color: black;
font-weight: bold;
text-align: center;
background: lightgray !important;
}
/* Added by Reema on 30-04-14 for decorated TabPanel */
/* Added by Reema on 03-05-14 for popup look of Transaction page */
.popupMenuBar{
margin: -2px;
padding: 0;
/* position: absolute; */
left: 0;
top: 10px;
width: 174px;
list-style: none;
/* -webkit-border-radius: 4px; */
/* -moz-border-radius: 4px; */
/* border-radius: 4px; */
}
.popupMenuItem{
width: 170px;
/*padding: 8px 20px;*/
padding: 8px 15px;
margin: 0;
color: #62412E;
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-rendering: optimizeLegibility;
text-shadow: 0 1px 1px rgba(0,0,0, .3);
text-transform: capitalize; /*Removed UpperCase link*/
position: relative;
white-space: nowrap;
}
.popupMenuItem:hover{
color: #fff !important;
cursor: pointer;
text-shadow: 0 1px 1px rgba(0,0,0, .1);
/* -webkit-border-radius: 2px; */
/* -moz-border-radius: 2px; */
/* border-radius: 2px; */
background: #4EBD4A repeat-x 0 -100px !important;
}
.scrllPnlMenuBar{
overflow: hidden !important;
position: relative;
width: 170px !important;
border: solid 1px #b4b4b4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
box-shadow: 0 1px 3px rgba(0,0,0, .3);
background: #ddd repeat-x 0 0;
}
.gwt-PopupPanel {
border: none !important;
padding: 3px;
background: transparent !important;
}
/* Added by Reema on 03-05-14 for popup look of Transaction page-End */
/* Added by Reema on 12/05/14[Loading Interface] */
.loadingPnl
{
width: 205px;
height: 150px;
/* border: 1px solid black; */
/* background-color: black; */
background-color: rgba(0, 0, 0, 0.75);
border-radius: 10%;
}
.busyIndicatorContainer
{
padding-top: 20px;
padding-left: 5px;
width: 200px;
}
.busyIndicatorMessage
{
color: white;
width: 185px;
word-wrap: break-word;
font-size: small;
padding-top: 20px;
}
/* Added by Reema on 12/05/14[Loading Interface]-End */
/* Added by Reema on 21/05/14[popup FlexTable] */
/* Used in E12PopUp.java */
.tHeader{
font-weight: bold;
padding-left: 5px;
height: 29px;
line-height: 29px;
border-color: #4bc1d2 #13aec4 #5ccada;
background-color: #4bc1d2;
background-image: -ms-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(0.6, #4BC1D2), color-stop(1, #5ADAEC) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#4BC1D2 60%"), literal("#5ADAEC 100%"));
-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 0 1px rgba(255,255,255,0.06), 0 1px rgba(0,0,0,0.04);
box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 0 1px rgba(255,255,255,0.06), 0 1px rgba(0,0,0,0.04);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
text-rendering: optimizeLegibility;
font-size: 12px;
color: white;
text-shadow: 0 1px rgba(0,0,0,0.2);
border-width: 1px 1px 1px 0;
border-style: solid;
margin: -2px;
white-space: nowrap;
}
.tHeader-First{
border-radius: 4px 0 0 0;
}
.tHeader-Last{
border-radius: 0 4px 0 0;
}
.popupFlexTbl{
border: none;
border-color: transparent;
border-radius: 5px;
padding-left: 3px;
width: 100%;
}
.flxTblStyle {
border: none;
line-height: 29px;
padding: 0 10px;
border-right: 1px solid #eee;
border-right-color: rgba(0,0,0,0.07);
font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
font-size: 12px;
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
text-rendering: optimizeLegibility;
/* background: #ffffff; */
white-space: nowrap;
}
.flexEvenRow{
background: #f9f9f9;
}
.flexOddRow{
background: #ffffff;
}
.flexOddRow:hover,.flexEvenRow:hover{
background: #f4f4f4;
}
.popscrollPanel {
height: 300px;
width: 530px;
}
.popVert{
height: 300px;
width: 550px;
background-color: #FBF5EF;
border-radius: 10px;
padding: 10px;
}
/* Added by Reema on 21/05/14[popup FlexTable]-End */
/*Added by Reema on 11/06/14[pager for dataTable]*/
.e12AdvDataGrid-SideBars-DataTable{
margin-left: -2px;
margin-right: -2px;
border-left: 1px solid lightgray;
border-right: 1px solid lightgray;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
/* left: 5px; */
}
.e12Pager-DataTable-Total{
position: relative;
top: -4px;
left: 0px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 5px;
background: #f4f4f4;
width: 100%;
height: 30px;
}
.e12Pager-DataTable{
position: relative;
top: -22px;
left: 0px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 5px;
background: #f4f4f4;
width: 100%;
height: 30px;
}
.e12Pager-forIE-DataTable{
position: relative;
top: -3px;
left: 0px;
border-width: 1px;
border-style: solid;
border-color: #dbdbdb #d2d2d2 #ccc;
border-radius: 0px 0px 5px 5px;
background: #f4f4f4;
width: 100%;
height: 30px;
}
/*Added by Reema on 11/06/14[pager for dataTable]-End*/
/* Added by Reema on 13/06/14 [for change Password UI] */
.changePasswordHeading
{
font-family: inherit;
font-size: medium;
text-align: center;
}
.userHtmlData
{
/* font-family: Arial, Helvetica, sans-serif; */
font-family: inherit;
font-size: 12px;
}
.loginText{
font-size: medium;
font-style: normal;
}
.space
{
height: 10px;
}
.changePasswordSpace
{
height: 15px;
}
.changePasswordPanel
{
position:relative;
padding:15px;
margin:1em 0 3em;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
background: #fff;
/* background:-webkit-gradient(linear, literal("left top"), literal("left bottom"), from(#999), to(#fff));
background:-moz-linear-gradient(top, #999, #fff);
background:-o-linear-gradient(top, #999, #fff); */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Mozilla Firefox */
background-image: -moz-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Opera */
background-image: -o-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient( linear, literal("left top"), literal("left bottom"), color-stop(0, #999999), color-stop(1, #FFFFFF) );
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient( top, literal("#999999 0%"), literal("#FFFFFF 100%") );
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient( literal("to bottom"), literal("#999999 0%"), literal("#FFFFFF 100%") );
/* width: 190px; */
}
/* Added by Reema on 13/06/14 [for change Password UI]-End */
.translucent
{
filter: blur(10px);
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
filter: url('/media/blur.svg#blur'); /* for Firefox */
}
/* Changes in Pophelp button look used icon*/
.pophelpImg,
.pophelpImg-datatable
{
color : #fff;
font-size: 18px;
background-color: #46ca5e;
border: 2px solid #46ca5e;
height: 18px;
width: 18px;
-webkit-border-radius: 75px;
-moz-border-radius: 75px;
margin-left: 2px;
margin-top: 3px;
}
.pophelpImg:after
{
position: relative;
top: 0px;
right: 0.5px;
}
.pophelpImg-datatable:after
{
position: relative;
top: -3px;
right: 0.5px;
}
.pophelpImg:after,
.pophelpImg-datatable:after
{
font-family: 'elegant-icons' !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 0;
/* //Improve rendering on Mac OS X. */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pophelpImg.icon-pophelp:after,
.pophelpImg-datatable.icon-pophelp:after
{
content: "\eu";
margin: 0 3px 0 0;
font-size: 18px;
font-weight: normal;
}
.e12-TextBox
{
border: 1px solid #D8D8D8;
border-radius: 2px;
-moz-border-radius: 2px;
padding: 3px 3px;
}
.e12-TextBox-readonly
{
color: #888;
border: 1px solid #D8D8D8;
border-radius: 2px;
-moz-border-radius: 2px;
padding: 3px 3px;
}
.formalArgsTxtBxs, .dayWeekMnthValShownTxtBx, .filterCondTxtBox
{
width: 85px;
border: 1px solid #D8D8D8;
border-radius: 2px;
-moz-border-radius: 2px;
padding: 3px 3px;
}
.dateBox{
border: 1px solid #D8D8D8;
border-radius: 2px;
-moz-border-radius: 2px;
padding: 3px 3px;
}
.stackHeaderStyle {
background: rgb(170, 170, 170);
box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-moz-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
border-bottom: 1px solid rgb(243, 243, 243);
}
.stackHeaderStyle-active {
/*
background: gray !important;
box-shadow: 0 1px 2px #C0C0C0, inset 0 3px 7px #E9E9E9;
-o-box-shadow: 0 1px 2px #C0C0C0, inset 0 3px 7px #E9E9E9;
-webkit-box-shadow: 0 1px 2px #C0C0C0, inset 0 3px 7px #E9E9E9;
-moz-box-shadow: 0 1px 2px #C0C0C0, inset 0 3px 7px #E9E9E9;
*/
background: #2087FC !important;
box-shadow: 0 1px 2px #2087FC, inset 0 3px 7px #C7E1FF;
-o-box-shadow: 0 1px 2px #2087FC, inset 0 3px 7px #C7E1FF;
-webkit-box-shadow: 0 1px 2px #2087FC, inset 0 3px 7px #C7E1FF;
-moz-box-shadow: 0 1px 2px #2087FC, inset 0 3px 7px #C7E1FF;
}
/* Added by Reema on 21/04/14 for Theme implementation */
.stackLayoutStyle {
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.6, #C0C0C0), color-stop(0.85, #D3D3D3), color-stop(1.0, #E0E0E0));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%"));
background-color: #C0C0C0 !important;
border-left: 1px solid #DADADA;
border-right: 1px solid #DADADA;
border-bottom: 1px solid;
}
/* Added by Reema on 21/04/14 for Theme implementation-End */
.parentAbsPnl{
/* background-color: silver !important; */
background-color: #C0C0C0 !important;
/* background-image:linear-gradient(to bottom, silver 60%, lightgray 85%, rgb(224, 224, 224) 100%) !important; */
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%")) !important;;
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%")) !important;;
/* Opera */
background-image: -o-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%")) !important;;
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.60, #C0C0C0), color-stop(.85, #D3D3D3), color-stop(1, #E0E0E0)) !important;;
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%")) !important;;
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#C0C0C0 60%"), literal("#D3D3D3 85%"), literal("#E0E0E0 100%")) !important;;
}
.e12AdvSearchPnl{
background-color: white !important;
background-color: rgba(255, 255, 255, 0.5) !important;
}
.searchTitle{
color:#2087fc !important;
text-shadow: 0 1px rgba(255,255,255,0.2) !important;
}
.searchScopeTitle{
border-bottom: 1px solid #2087fc !important;
}
.addNewLabel{
color:#2087fc !important;
text-shadow: 0 1px rgba(255,255,255,0.2) !important;
}
/* Added by Reema on 25/04/14 :The color of icons should be blue (search, search option and add new). On mouseover it should become white*/
@sprite .addButton{
gwt-image:'addButtonBlue' !important;
outline: none !important;
}
@sprite .addButton:hover{
gwt-image:'addButton' !important;
outline: none !important;
}
@sprite .searchButton{
gwt-image:'searchButtonBlue' !important;
outline: none !important;
}
@sprite .searchButton:hover{
gwt-image:'searchButton' !important;
outline: none !important;
}
@sprite .searchOptionButton {
gwt-image:'searchOptionButtonBlue' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .searchOptionButton:hover {
gwt-image:'searchOptionButton' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
/* Added by Reema on 18/04/14 */
@sprite .helpOptButton{
gwt-image:'helpOptionBlue' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .helpOptButton:hover{
gwt-image:'helpOption' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton{
gwt-image:'docHelpBlue' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton:hover{
gwt-image:'docHelp' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
/* Added by Reema on 18/04/14-End */
/* Added by Reema on 25/04/14 :The color of icons should be blue (search, search option and add new). On mouseover it should become white -End */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: #2087fc !important;
COLOR: WHITE;
-webkit-box-shadow: 0 1px 2px #2087fc, inset 0 1px 4px #c7e1ff;
}
.stackHeaderStyle {
background: rgb(170, 170, 170);
box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-moz-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
border-bottom: 1px solid rgb(243, 243, 243);
}
.stackHeaderStyle-active {
background: green !important;
box-shadow: 0 1px 2px rgb(36, 110, 36), inset 0 3px 7px rgb(186, 255, 186);
-o-box-shadow: 0 1px 2px rgb(36, 110, 36), inset 0 3px 7px rgb(186, 255, 186);
-webkit-box-shadow: 0 1px 2px rgb(36, 110, 36), inset 0 3px 7px rgb(186, 255, 186);
-moz-box-shadow: 0 1px 2px rgb(36, 110, 36), inset 0 3px 7px rgb(186, 255, 186);
}
/* Added by Reema on 21/04/14 for Theme implementation */
.stackLayoutStyle{
/* IE10 Consumer Preview */
background: #caffca !important;
background-image: -ms-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.6, #caffca), color-stop(.84, #e5fae5 ), color-stop(1.0, #edf5ed));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%"));
border-left: 1px solid #DADADA;
border-right: 1px solid #DADADA;
border-bottom: 1px solid;
}
/* Added by Reema on 21/04/14 for Theme implementation-End */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: green !important;
COLOR: WHITE;
-webkit-box-shadow: 0 1px 2px #2087fc, inset 0 1px 4px #c7e1ff;
}
/* Added by Reema on 16/05/14 for Theme implementation */
.parentAbsPnl{
/* background-color: silver !important; */
background-color: #caffca !important;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%")) !important;
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%")) !important;
/* Opera */
background-image: -o-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%")) !important;
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.6, #caffca), color-stop(.84, #e5fae5), color-stop(1.0, #edf5ed)) !important;
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%")) !important;
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#caffca 60%"), literal("#e5fae5 84%"), literal("#edf5ed 100%")) !important;
}
.e12AdvSearchPnl{
background-color: green !important;
}
@sprite .addButton{
gwt-image:'addButton' !important;
outline: none !important;
}
@sprite .addButton:hover{
gwt-image:'addButtonBlue' !important;
outline: none !important;
}
@sprite .searchButton{
gwt-image:'searchButton' !important;
outline: none !important;
}
@sprite .searchButton:hover{
gwt-image:'searchButtonBlue' !important;
outline: none !important;
}
@sprite .searchOptionButton {
gwt-image:'searchOptionButton' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .searchOptionButton:hover {
gwt-image:'searchOptionButtonBlue' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .helpOptButton{
gwt-image:'helpOption' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .helpOptButton:hover{
gwt-image:'helpOptionBlue' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton{
gwt-image:'docHelp' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton:hover{
gwt-image:'docHelpBlue' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
/* Added by Reema on 16/05/14 for Theme implementation-End */
.stackHeaderStyle {
background: rgb(170, 170, 170);
box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-o-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
-webkit-box-shadow: 0 1px 2px rgb(170, 170, 170), inset 0 1px 2px rgb(243, 243, 243);
-moz-box-shadow: 0 1px 2px #0061aa, inset 0 3px 7px #b6f9ff;
border-bottom: 1px solid rgb(243, 243, 243);
}
.stackHeaderStyle-active {
background: #ef9c00 !important;
box-shadow: 0 1px 2px #ef9c00, inset 0 3px 7px #FCE7BF;
-o-box-shadow: 0 1px 2px #ef9c00, inset 0 3px 7px #FCE7BF;
-webkit-box-shadow: 0 1px 2px #ef9c00, inset 0 3px 7px #FCE7BF;
-moz-box-shadow: 0 1px 2px #ef9c00, inset 0 3px 7px #FCE7BF;
}
/* Added by Reema on 21/04/14 for Theme implementation */
.stackLayoutStyle{
/* IE10 Consumer Preview */
background: #fde8bf !important;
background-image: -ms-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.6, #FDE8BF), color-stop(.84, #FDEFD5), color-stop(1.0, #F1EFE0));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
border-left: 1px solid #f1efe0;
border-right: 1px solid #f1efe0;
border-bottom: 1px solid;
}
/* Added by Reema on 21/04/14 for Theme implementation-End */
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: #ef9c00 !important;
COLOR: WHITE;
-webkit-box-shadow: 0 1px 2px #2087fc, inset 0 1px 4px #c7e1ff;
}
/* Added by Reema on 16/05/14 for Theme implementation */
.parentAbsPnl{
/* background-color: silver !important; */
background-color: #FDE8BF !important;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Opera */
background-image: -o-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, literal("left top"), literal("left bottom"), color-stop(.6, #FDE8BF), color-stop(.84, #FDEFD5), color-stop(1.0, #F1EFE0));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(literal("to bottom"), literal("#FDE8BF 60%"), literal("#FDEFD5 84%"), literal("#F1EFE0 100%"));
}
.e12AdvSearchPnl{
background-color: #ef9c00 !important;
}
@sprite .addButton{
gwt-image:'addButton' !important;
outline: none !important;
}
@sprite .addButton:hover{
gwt-image:'addButtonBlue' !important;
outline: none !important;
}
@sprite .searchButton{
gwt-image:'searchButton' !important;
outline: none !important;
}
@sprite .searchButton:hover{
gwt-image:'searchButtonBlue' !important;
outline: none !important;
}
@sprite .searchOptionButton {
gwt-image:'searchOptionButton' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .searchOptionButton:hover {
gwt-image:'searchOptionButtonBlue' !important;
background-position: 0 0;
height: 32px;
width: 32px;
background-size: 100% 100%;
outline: none !important;
}
@sprite .helpOptButton{
gwt-image:'helpOption' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .helpOptButton:hover{
gwt-image:'helpOptionBlue' !important;
outline: none !important;
height: 26px;
width: 26px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton{
gwt-image:'docHelp' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
@sprite .docHelpButton:hover{
gwt-image:'docHelpBlue' !important;
outline: none !important;
height: 25px;
width: 25px;
background-position: 0 0;
background-size: 100% 100%;
}
/* Added by Reema on 16/05/14 for Theme implementation-End */
.about {
margin: 70px auto 40px;
padding: 8px;
width: 260px;
font: 10px/18px 'Lucida Grande', Arial, sans-serif;
color: #bbb;
text-align: center;
text-shadow: 0 -1px rgba(black, .3);
background: #383838;
background: rgba(#222, .8);
border-radius: 4px;
@include linear-gradient(top, rgba(black, 0), rgba(black, .3));
@include box-shadow(inset 0 0 0 1px rgba(black, .2), 0 0 6px rgba(black, .4));
a {
color: #eee;
text-decoration: none;
border-radius: 2px;
@include transition(background .1s);
&:hover {
text-decoration: none;
background: #555;
background: rgba(white, .15);
}
}
}
.about-links {
height: 30px;
> a {
float: left;
width: 50%;
line-height: 30px;
font-size: 12px;
}
}
.about-author {
margin-top: 5px;
> a {
padding: 1px 3px;
margin: 0 -1px;
}
}
.about {
margin: 70px auto 40px;
padding: 8px;
width: 260px;
font: 10px/18px 'Lucida Grande', Arial, sans-serif;
color: #666;
text-align: center;
text-shadow: 0 1px rgba(white, .25);
background: #eee;
background: rgba(#fafafa, .8);
border-radius: 4px;
@include linear-gradient(top, rgba(black, 0), rgba(black, .1));
@include box-shadow(inset 0 1px rgba(white, .3), inset 0 0 0 1px rgba(white, .1), 0 0 6px rgba(black, .2));
a {
color: #333;
text-decoration: none;
border-radius: 2px;
@include transition(background .1s);
&:hover {
text-decoration: none;
background: #fafafa;
background: rgba(white, .7);
}
}
}
.about-links {
height: 30px;
> a {
float: left;
width: 50%;
line-height: 30px;
font-size: 12px;
}
}
.about-author {
margin-top: 5px;
> a {
padding: 1px 3px;
margin: 0 -1px;
}
}
@mixin box-sizing($val) {
-webkit-box-sizing: $val;
-moz-box-sizing: $val;
box-sizing: $val;
}
@mixin user-select($val...) {
-webkit-user-select: $val;
-moz-user-select: $val;
-ms-user-select: $val;
user-select: $val;
}
@mixin box-shadow($shadows...) {
-webkit-box-shadow: $shadows;
box-shadow: $shadows;
}
@function inverse-side($side) {
@if $side == top { @return bottom; }
@else if $side == bottom { @return top; }
@else if $side == left { @return right; }
@else if $side == right { @return left; }
}
@mixin linear-gradient($gradientLine, $colorStops...) {
background-image: -webkit-linear-gradient($gradientLine, $colorStops);
background-image: -moz-linear-gradient($gradientLine, $colorStops);
background-image: -o-linear-gradient($gradientLine, $colorStops);
@if length($gradientLine) == 2 {
background-image: linear-gradient(to #{inverse-side(nth($gradientLine, 1))} #{inverse-side(nth($gradientLine, 2))}, $colorStops);
} @else {
background-image: linear-gradient(to #{inverse-side($gradientLine)}, $colorStops);
}
}
@mixin radial-gradient($gradient...) {
background-image: -webkit-radial-gradient($gradient);
background-image: -moz-radial-gradient($gradient);
background-image: -o-radial-gradient($gradient);
background-image: radial-gradient($gradient);
}
@mixin transition($transition...) {
-webkit-transition: $transition;
-moz-transition: $transition;
-o-transition: $transition;
transition: $transition;
}
@mixin transition-property($properties...) {
-webkit-transition-property: $properties;
-moz-transition-property: $properties;
-o-transition-property: $properties;
transition-property: $properties;
}
@mixin transform($transform...) {
-webkit-transform: $transform;
-moz-transform: $transform;
-ms-transform: $transform;
-o-transform: $transform;
transform: $transform;
}
@mixin clearfix {
zoom: 1;
&:before, &:after {
content: '';
display: table;
}
&:after { clear: both; }
}
@mixin inline-block {
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
}
@mixin hide-text() {
font: 0/0 serif;
text-shadow: none;
color: transparent;
}
@mixin hidpi {
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
@content;
}
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
# Module gwtdashboardreport
# RPC service class, partial path of RPC policy file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment