/**
 *
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .gwt-Widget {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */

@font-face {
    font-family: 'icon-font';
    src: url('../font/icon-font.eot');
    src: url('../font/icon-font.eot#iefix') format('embedded-opentype'),
    url('../font/icon-font.woff') format('woff2'),
    url('../font/icon-font.woff') format('woff'),
    url('../font/icon-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    background-color: #3E6199;
}

body {
    height: 100%;
}

body, table td, select {
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: small;
}
pre {
    font-family: "courier new", courier;
    font-size: small;
}
body {
    color: black;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background: #fff;
    direction: ltr;
}
a, a:visited, a:hover {
    color: #0000AA;
    cursor: pointer;
}

/**
 * The reference theme can be used to determine when this style sheet has
 * loaded.  Create a hidden div element with absolute position, assign the style
 * name below, and attach it to the DOM.  Use a timer to detect when the
 * element's height and width are set to 5px.
 */
.gwt-Reference-standard {
    height: 5px;
    width: 5px;
    zoom: 1;
}

.gwt-Button, .button-cell button {
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    font-size: small;
    cursor: pointer;
    cursor: hand;
    /*background: url("images/hborder.png") repeat-x 0px -27px;*/
    border: 1px outset #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gwt-Button:active {
    border: 1px inset #ccc;
}
.gwt-Button:hover {
    border-color: #9cf #69e #69e #7af;
}
.gwt-Button[disabled] {
    cursor: default;
    color: #888;
}
.gwt-Button[disabled]:hover {
    border: 1px outset #ccc;
}

.gwt-CheckBox {
    line-height: 18px;
}
.gwt-CheckBox-disabled {
    color: #888;
}

.gwt-CheckBox label {
    vertical-align: top;
}

.gwt-DecoratorPanel {
}
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter {
    /*background: url(images/hborder.png) repeat-x;*/
}
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight {
    /*background: url(images/vborder.png) repeat-y;*/
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
    width: 5px;
    height: 5px;
    zoom: 1;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
    width: 5px;
    height: 5px;
    overflow: hidden;
}

.gwt-DialogBox {
    border: 1px #CECECE solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.gwt-DialogBox .dialogTop {
    background-color: #D3DCF3;
    padding: 4px 8px 4px 4px;
}

.gwt-DialogBox .dialogTopCenter {
    padding: 2px 5px 3px 2px;
}

.gwt-DialogBox .dialogMiddleCenter {
    padding: 10px;
}

.gwt-DialogBox .captionTitle {
    color: #243D8F;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 5px;
    cursor: context-menu;
}

.gwt-DialogBox .closeIco {
    cursor: pointer;
    float: right;
    margin: 2px 2px 0 0;
}

.gwt-DisclosurePanel {
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
    text-decoration: none;  /* Remove underline from header */
    color: black;
    cursor: pointer;
    cursor: hand;
}
.gwt-DisclosurePanel .content {
    border-left: 3px solid #e8eef7;
    padding: 4px 0px 4px 8px;
    margin-left: 6px;
}

.gwt-FileUpload {
}

.gwt-Frame {
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-right: 2px solid #bbb;
    border-bottom: 2px solid #bbb;
}

.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
    cursor: move;
    border: 0px;
    line-height: 0px;
}
.gwt-VerticalSplitPanel {
}
.gwt-VerticalSplitPanel .vsplitter {
    cursor: move;
    border: 0px;
    line-height: 0px;
}

.gwt-HTML {
}

.gwt-Hyperlink {
    cursor: pointer;
}

.gwt-Image {
}

.gwt-Label {
}

.gwt-ListBox {
}

.gwt-MenuBar {
    cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
    cursor: pointer;
}
.gwt-MenuBar .gwt-MenuItem-selected {
    background: #E0EDFE;
}
.gwt-MenuBar .gwt-MenuItem-disabled {
    color: #c0c0c0;
}
.gwt-MenuBar-horizontal {
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
    padding: 0px 10px;
    vertical-align: bottom;
    color: #666666;
    font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
    width: 1px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-left: 1px solid #888888;
    background: #DFE6F7;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
    width: 1px;
    height: 1px;
    background: white;
}
.gwt-MenuBar-vertical {
    margin-top: 0px;
    margin-left: 0px;
    background: #DFE6F7;
}
.gwt-MenuBar-vertical table {
    border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
    padding: 4px 14px 4px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
    padding: 2px 0px;
    background-color: #DFE6F7;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
    height: 1px;
    padding: 0px;
    border: 0px;
    border-top: 1px solid #777777;
    background: #ddddee;
    overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
    padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
    background: #E0EDFE;
}
.gwt-MenuBarPopup {
    margin: 0px 0px 0px 0px;
    border: 1px #CECECE solid;
    background-color: #DFE6F7;
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
    width: 5px;
    height: 5px;
    zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
    width: 8px;
    height: 5px;
    zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
    width: 8px;
    height: 8px;
    zoom: 1;
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
    width: 5px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
    width: 8px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.gwt-PasswordTextBox {
    padding: 2px;
}
.gwt-PasswordTextBox-readonly {
    color: #888;
}

.gwt-PopupPanel {
    border: 3px solid #C3D9FF;
    padding: 3px;
    background: white;
}

.gwt-DecoratedPopupPanel .popupContent {
}
.gwt-DecoratedPopupPanel .popupMiddleCenter {
    padding: 3px;
    background: #d0e4f6;
}
.gwt-DecoratedPopupPanel .popupTopLeftInner {
    width: 5px;
    height: 5px;
    zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopRightInner {
    width: 8px;
    height: 5px;
    zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomRightInner {
    width: 8px;
    height: 8px;
    zoom: 1;
}
* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
    width: 5px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupTopRightInner {
    width: 8px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.gwt-PopupPanelGlass {
    background: transparent;
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
    margin: 0;
    text-decoration: none;
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
    padding: 3px 5px 3px 5px;
}
.gwt-PushButton-up {
    border: 1px outset #ccc;
    cursor: pointer;
    cursor: hand;
}
.gwt-PushButton-up-hovering {
    border: 1px outset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}
.gwt-PushButton-up-disabled {
    border: 1px outset #ccc;
    cursor: default;
    opacity: .5;
    filter: alpha(opacity=40);
    zoom: 1;
}
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
    padding: 4px 4px 2px 6px;
}
.gwt-PushButton-down {
    border: 1px inset #666;
    cursor: pointer;
    cursor: hand;
}
.gwt-PushButton-down-hovering {
    border: 1px inset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}
.gwt-PushButton-down-disabled {
    border: 1px outset #ccc;
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=40);
    zoom: 1;
}

.gwt-RadioButton {
}
.gwt-RadioButton-disabled {
    color: #888;
}

.gwt-RichTextArea {
}
.hasRichTextToolbar {
    border: 0px;
}
.gwt-RichTextToolbar {
    border-bottom: 1px solid #BBBBBB;
    padding: 3px;
    margin: 0px;
}
.gwt-RichTextToolbar .gwt-PushButton-up {
    padding: 0px 1px 0px 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 1px 0px 0px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0px 0px 0px 1px;
    border-width: 1px;
}

.gwt-StackPanel {
    border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px;
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
}
.gwt-StackPanel .gwt-StackPanelContent {
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
    background: white;
    padding: 2px 2px 10px 5px;
}

.gwt-DecoratedStackPanel {
    border-bottom: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
    background: white;
    padding: 2px 2px 10px 5px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
    cursor: pointer;
    cursor: hand;
}
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
    height: 6px;
    width: 6px;
    zoom: 1;
}
.gwt-DecoratedStackPanel .stackItemTopLeft {
    border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemTopRight {
    border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
    width: 1px;
    height: 1px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
    width: 6px;
    height: 6px;
    overflow: hidden;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
    border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
    width: 1px;
    height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
    border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
    font-weight: bold;
    font-size: 1.3em;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
    border: 0px;
    background-color: white;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
    background-color: white;
}

.gwt-SuggestBox {
    padding: 2px;
}
.gwt-SuggestBoxPopup {
    margin-left: 3px;
}
.gwt-SuggestBoxPopup .item {
    padding: 2px 6px;
    color: #424242;
    cursor: default;
}
.gwt-SuggestBoxPopup .item-selected {
    background: #b7d6f6;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
    background: white;
    max-height: 150px;
    min-width: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

.gwt-SuggestBoxPopup .suggestPopupContent table {
    width: 100%;
}

.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
    width: 5px;
    height: 5px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
    width: 8px;
    height: 5px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
    width: 8px;
    height: 8px;
    zoom: 1;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
    width: 5px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
    width: 8px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
    width: 5px;  /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
    margin-left: 6px;
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    cursor: hand;
    color: black;
    font-weight: bold;
    text-align: center;
    background: #d0e4f6;
}
.gwt-TabBar .gwt-TabBarItem-selected {
    cursor: default;
    background: #92c1f0;
}
.gwt-TabBar .gwt-TabBarItem-disabled {
    cursor: default;
    color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
    border-color: #92c1f0;
    border-style: solid;
    border-width: 3px 2px 2px;
    overflow: hidden;
    padding: 6px;
}

.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
    width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
    border-collapse: collapse;
    margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
    padding: 0px;
    background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
    padding: 0px;
    zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
    width: 6px;
    height: 6px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
    width: 6px;
    height: 6px;
    overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
    width: 6px;
    padding: 0px;
    background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
    width: 1px;
    height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
    padding: 0px 4px 2px 4px;
    cursor: pointer;
    cursor: hand;
    color: black;
    font-weight: bold;
    text-align: center;
    background: #d0e4f6;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
    background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
    background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
    background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
    background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
    cursor: default;
    background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
    cursor: default;
    color: #999999;
}

.gwt-TextArea {
    padding: 2px;
}
.gwt-TextArea-readonly {
    color: #888;
}

input[type='submit'] {
    margin: 0;
}

input[type='text'],
input[type='password'],
input[type='tel']{
    background-image: -ms-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F2F2), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #F0F2F2 0%, #FFFFFF 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #B3B5C8 solid;
    height: 20px;
}

input[type='password']::-ms-reveal, input[type='password']::-ms-clear {
    display: none;
}

.prefixedTextBox, .phoneNumberInput {
    position: relative;
    display: table;
    border-collapse: separate;
}

.prefixedTextBox > span {
    padding: 0 2px 0 5px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px #B3B5C8 solid;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-right: 0;
    border-radius: 3px 0px 0px 3px;
}

.prefixedTextBox > input {
    float: left;
    border-radius: 0px 3px 3px 0px;
}

.phoneNumberInput > select {
    height: 24px;
}

.phoneNumberInput > input {
    width: 140px;
}

.phoneNumberSelect{
    width: 155px;
}

.phoneNumberSelectExtended {
    width: auto;
}

.gwt-PasswordTextBox, .gwt-TextBox, .gwt-TextArea, .gwt-DateBox, .gwt-ListBox, .edit-cell input[type='text'] {
    background-image: -ms-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F2F2), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #F0F2F2 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #F0F2F2 0%, #FFFFFF 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #B3B5C8 solid;
    min-height: 24px;
}

.gwt-TextBox {
    /*padding: 2px;*/
}
.gwt-TextBox-readonly {
    color: #888;
}

.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
    margin: 0;
    text-decoration: none;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
    padding: 3px 5px 3px 5px;
}
.gwt-ToggleButton-up {
    border: 1px outset #ccc;
    cursor: pointer;
    cursor: hand;
}
.gwt-ToggleButton-up-hovering {
    border: 1px outset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}
.gwt-ToggleButton-up-disabled {
    border: 1px outset #ccc;
    cursor: default;
    opacity: .5;
    zoom: 1;
    filter: alpha(opacity=40);
}
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
    padding: 4px 4px 2px 6px;
}
.gwt-ToggleButton-down {
    background-position: 0 -513px;
    border: 1px inset #ccc;
    cursor: pointer;
    cursor: hand;
}
.gwt-ToggleButton-down-hovering {
    background-position: 0 -513px;
    border: 1px inset;
    border-color: #9cf #69e #69e #7af;
    cursor: pointer;
    cursor: hand;
}
.gwt-ToggleButton-down-disabled {
    background-position: 0 -513px;
    border: 1px inset #ccc;
    cursor: default;
    opacity: .5;
    zoom: 1;
    filter: alpha(opacity=40);
}

.gwt-Tree .gwt-TreeItem {
    padding: 1px 0px;
    margin: 0px;
    white-space: nowrap;
    cursor: hand;
    cursor: pointer;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
    margin-left: 0px;
}
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
    margin-left: -4px;
}

.gwt-DateBox input {
    width: 8em;
}
.dateBoxFormatError {
    background: #ffcccc;
}
.dateBoxPopup {
}

.gwt-DatePicker {
    border: 1px solid #A2BBDD;
    cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
    outline: none
}
.datePickerDays {
    width: 100%;
    background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    font-size: 75%;
    text-align: center;
    padding: 4px;
    outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    background: #C3D9FF;
    padding: 0px 4px 2px;
    cursor: default;
}
.datePickerDay {
    padding: 4px;
    cursor: hand;
    cursor: pointer;
}
.datePickerDayIsToday {
    border: 1px solid black;
    padding: 3px;
}
.datePickerDayIsWeekend {
    background: #EEEEEE;
}
.datePickerDayIsFiller {
    color: #888888;
}
.datePickerDayIsValue {
    background: #aaccee;
}
.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}
.datePickerDayIsHighlighted {
    background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
    background: #bbddd9;
}
.datePickerMonthSelector {
    background: #C3D9FF;
    width: 100%;
}
td.datePickerMonth {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 70%;
    font-weight: bold;
    color: blue;
}
.datePickerPreviousButton,
.datePickerNextButton {
    font-size: 120%;
    line-height: 1em;
    color: blue;
    cursor: hand;
    cursor: pointer;
    padding: 0px 4px;
}

.gwt-StackLayoutPanel {
    border-bottom: 1px solid #bbbbbb;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    font-size: 1.3em;
    padding: 3px;
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
    border: 1px solid #bbbbbb;
    border-bottom: 0px;
    background: white;
    padding: 2px 2px 10px 5px;
}

.gwt-SplitLayoutPanel-VDragger, .gwt-SplitLayoutPanel-HDragger {
    background: #DFE6F7;
}
.gwt-SplitLayoutPanel-VDragger {
    height: 5px;
    cursor: row-resize;
}
.gwt-SplitLayoutPanel-HDragger {
    width: 5px;
    cursor: col-resize;
}

.top-panel {
    background: url("../img/bg-top-panel.jpg") repeat-x;
    width: 100%;
    height: 50px;
    position: relative;
    min-width: 1000px;
}

.top-panel .header {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    padding: 10px 0 0 30px;
}

.top-panel .info-panel {
    float: right;
    margin-right: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top-panel .administration-panel {
    float: left;
    margin-top: -5px;
}

.top-panel .user-info-panel {
    color: white;
    font-weight: bold;
    font-size: 11px;
    width: 200px;
}


.top-panel .creditCash {
    font-weight: bold;
    color: white;
    font-size: 11px;
    width: 80px;
}

.top-panel .cashPanel{
    color: white;
    font-weight: bold;
}

.top-panel .cash-table{
    margin-right: auto;
    -webkit-border-horizontal-spacing: 10px;
}

.top-panel .many-wallets-points {
    cursor: pointer;
    margin: auto;
    text-align: center;
}

.top-panel .cashPanel td {
    font-size: 11px;
}

.top-panel .logout-anchor {
    margin-left: 25px;
    color: #6BF0ED;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.top-panel .logout-anchor:hover {
    color: #5BADFF;
}

.top-panel .server-time {
    font-size: 11px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.navigation-panel {
    background: #DFE6F7;
    padding-left: 3px;
    height: 100%;
    overflow-y: auto;
}

.navigation-panel-content {
    width: 100%;
    height: 100%;
}
.navigation-panel-content .navigation-header {
    background: url("../img/bg-navigation-header.jpg");
    border-color: #9DB6EC;
    border-width: 0 1px 0 1px;
    height: 24px;
    border-style: solid;
    margin-right: 5px;
}
.navigation-panel-content .navigation-label {
    color: #243D8F;
    margin-top: 2px;
    margin-left:5px;
    font-weight: bold;
}
.show-navigation, .hide-navigation {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 4px;
}
.show-navigation {
    background: url("../img/show-window-controll.png");
    position: absolute;
    top: 25px;
    left: 5px;
    z-index: 1000;
}

.main-content-panel {
    padding-bottom: 50px;
    float: left;
    width: 100%;
    min-width: 800px;
}

.dashboard-central-panel {
    height: 100%;
}

.dashboard-central-panel-window-mode {
    padding-left: 220px;
}

.hide-navigation {
    background: url("../img/hide-window-controll.png");
    margin-right: 10px;
}

.navigation-panel-content .navigation-items-panel {
    border: #9DB6EC 2px;
    width: 100%;
}

.navigation-tree {
    background-color: #FFFFFF;
    border: #9DB6EC 2px solid;
    height: 100%;
    margin-right: 5px
}

#container {
    height: 100%;
    overflow-x: auto;
    min-height: 400px;
    overflow-y: auto;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
    border-color: #92ADE7;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 21px;
    width: 200px;
    margin-right: 5px;
    float: left;
    background: url("../img/bg-menu-tab.png") repeat scroll 0 0 transparent;
    margin-top: 5px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab.gwt-TabLayoutPanelTab-selected {
    background: url("../img/bg-menu-active-tab.png") repeat scroll 0 0 transparent;
    border-bottom: 0;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
    border-top: 0;
    height: 100%;
}

.gwt-TabLayoutPanelTabInner {
    color: #243D8F;
    cursor: pointer;
    font-weight: bold;
    padding-left: 10px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
    background-color: #DFEAFF;
    border-bottom: 0;
    height: 100%;
    overflow: hidden;
}

.gwt-TabLayoutPanel {
    height: 100%;
    position: relative;
}

.form-widget {
    margin-bottom: 5px;
}
.form-label {
    width: 100px;
    text-align: right;
    font-size: 14px;
    padding-top: 1px;
    line-height: 25px;
}

.form-delimiter {
    width: 5px;
    font-size: 14px;
    padding-top: 1px;
}

.form-control {
    padding: 2px;
}

.login-form-label {
    margin: 0 0 3px 15px;
    text-align: right;
}

.login-form-input {
    margin: 0 0 3px 10px;
}

.login-form-input input[type='text'],
.login-form-input input[type='password'] {
    width: 140px;
}

.user-type-select {
    width: 142px;
}

.login-button {
    margin: 5px 0 7px 10px;
}

.login-bottom-div {
    width: 720px;
    margin: 5px 0 50px;
    vertical-align: top;
}

.login-body {
    background-color: #3E6199;
    margin: 0;
}

.login-top-panel {
    background: url('../img/bg-top-panel.jpg') repeat-x;
    height: 50px;
}

.login-content-td {
    background-color: #fff;
    padding-top: 60px;
    height: 350px;
    width: 720px;
}

.login-bottom {
    background-color: #3E6199;
}

.login-central-panel {
    background-color: #DFE6F7;
}

.login-error {
    color: red;
    margin: 0 0 3px 12px
}

.client-error-field {
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

/* Stakes */

.stakes-tab {
    margin-top: 10px;
}


.stakes-tab .stakes-panel {
    margin-top: 20px;
}

.language-tab .button-container, .stakes-tab .button-container {
    width: 100%;
    text-align: center;
}

.stakes-tab .form-panel {
    border: 1px outset #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

.language-tab .btn, .stakes-tab .btn {
    margin: 5px;
}

.stakes-tab .find-form {
    margin-left: 10px;
}

.find-ico {
    margin-left: 5px;
    cursor: pointer;
}

.language-tab .error, .stakes-tab .error {
    color: red;
    margin-left: 110px;
}


.referral-panel .search-panel {
    background-color: #DFEAFF;
    padding: 5px;
}

/** locking panel styles */
.common-CalendarPanel {
    background-color: white;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

/*********************
 * Calendar widget styles
 */

/** calendar panel styles */
.common-Calendar {
    background-color: #87CEEB;
    border: 1px solid #666666;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/** calendar layout flex table styles */
.common-Calendar .layout-table {

    font-family: sans-serif;
    font-size: 10px;
    cursor: default;
    padding: 2px;
    width: 200px;

}

/** layout cells styles */
.common-Calendar .layout-table td {
    vertical-align: middle;
    padding: 1px;
}

/** button cell styles */
.common-Calendar .switch-cell {
    width: 18px;
    text-align: center;
}

/** today button cell styles */
.common-Calendar .today-button-cell {
    width: 126px;
    text-align: center;
}

/** header cell styles */
.common-Calendar .header-cell {
    font-weight: bold;
    text-align: center;
    padding: 1px 1px 1px 1px;
    border: 1px solid #666666;
    cursor: pointer;
    width: 22px;
    background: #E6E6FA /*url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x*/;
    color: #000000
}

/** small button styles */
.common-Calendar .switch-button {
    text-align: center;
    padding: 1px 1px 1px 1px;
    border: 1px solid #666666;
    cursor: pointer;
    width: 22px;
    background: #E6E6FA /*url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #000000
}

/** small button styles */
.common-Calendar .reset-button {
    text-align: center;
    padding: 1px 1px 1px 1px;
    border: 1px solid #666666;
    cursor: pointer;
    width: 52px;
    background: #E6E6FA /*url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #000000
}

/** today button styles */
.common-Calendar .today-button {
    text-align: center;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
    width: 126px;
    border: 1px solid #666666;
    background: #E6E6FA /*url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x*/;
    font-weight: bold;
    color: #000000;
}

/** days flex table styles */
.common-Calendar .days-table {
    font-family: sans-serif;
    font-size: 12px;
    width: 100%;
    padding: 1px;
    border-collapse: collapse;
}

/** days flex table styles */
.common-Calendar .days-table td {
}

/** week days header cell styles */
.common-Calendar .week-day-cell {
    color: #000000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    width: 14%;
}

/** week number column cell styles */
.common-Calendar .week-number-cell {
    background-color: gainsboro;
    text-align: right;
    vertical-align: middle;
    width: 0;
}

/** day cell styles */
.common-Calendar .day-cell {
    text-align: right;
    vertical-align: middle;
    border: 2px solid #000000;
    background: #E6E6FA 50% 50% repeat-x;
    font-weight: bold;
    color: #000000;
    cursor: pointer;

}

/** today cell styles */
.common-Calendar .today-cell {
    font-weight: bold;
    background: #eeeeee 50% top repeat-x;
    color: #2e7db2;
}

/** selected day styles */
.common-Calendar .selected-day-cell {
    cursor: default;
    background: #f58400 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

/** holiday cell styles */
.common-Calendar .holiday-cell {
}

/** neighbour month day cell styles */
.common-Calendar .disabled-day-cell {
}

/** time cell styles */
.common-Calendar .time-cell {
    text-align: center;
    border-collapse: collapse;
}

/** time table styles */
.common-Calendar .time-table {
    font-family: sans-serif;
    font-size: 10px;
    padding: 0;
    border-collapse: collapse;
    display: inline;
}

/** select box of the time section styles */
.common-Calendar select {
    font-family: sans-serif;
    font-size: 10px;
    width: 45px;
    border: 1px solid darkgray;
}

/** date picker component styles */
.common-DatePicker {
}

.textInput-watermark {
    font-style: italic;
    color: DarkGray;
}

.disabledStyle {
    color: DarkGray;
}

.scroll-tab-panel {
    position: absolute;
    top: 30px;
    width: 38px;
    height: 21px;
    right: 10px;
}

.block-left {
    display: block;
    float: left;
}

.block-right {
    display: block;
    float: right;
}

.clear {
    clear: both;
}

/* CSS3 buttons*/
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.5em 2em 0.55em;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    -webkit-border-radius: 0.5em 0.5em 0.5em;
    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button:hover {
    text-decoration: none !important;
}

.button:active {
    position: relative;
}

.button.disabled,
.button[disabled],
.button:hover[disabled],
.button:active[disabled]
.button:hover.disabled,
.button:active.disabled {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    border: 1px solid #bfbfbf;
    color: #7a7a7a;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

.right-alligned {
    margin-left: 240px;
}

.form-button-spacing {
    margin-left: 4px;
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* white */
.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* red */
.red,
.red-label {
    color: #fff;
    border: 1px solid #af241d;
    background-color: #DC3128;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DC3128), color-stop(100%, #AD2720));
    background-image: -webkit-linear-gradient(top, #DC3128, #AD2720);
    background-image: -moz-linear-gradient(top, #DC3128, #AD2720);
    background-image: -ms-linear-gradient(top, #DC3128, #AD2720);
    background-image: -o-linear-gradient(top, #DC3128, #AD2720);
    background-image: linear-gradient(top, #DC3128, #AD2720);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#DC3128, endColorstr=#AD2720);
}

.red:hover {
    border: 1px solid #881c16;
    background-color: #b4251d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4251d), color-stop(100%, #821d18));
    background-image: -webkit-linear-gradient(top, #b4251d, #821d18);
    background-image: -moz-linear-gradient(top, #b4251d, #821d18);
    background-image: -ms-linear-gradient(top, #b4251d, #821d18);
    background-image: -o-linear-gradient(top, #b4251d, #821d18);
    background-image: linear-gradient(top, #b4251d, #821d18);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#b4251d, endColorstr=#821d18);
}

.red:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* blue */
.blue,
.blue-label {
    color: #fff;
    border: solid 1px #0076A3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0F94E3), color-stop(100%, #139EF2));
    background-image: -webkit-linear-gradient(top, #0F94E3, #139EF2);
    background-image: -moz-linear-gradient(top, #0F94E3, #139EF2);
    background-image: -ms-linear-gradient(top, #0F94E3, #139EF2);
    background-image: -o-linear-gradient(top, #0F94E3, #139EF2);
    background-image: linear-gradient(top, #0F94E3, #139EF2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0F94E3, endColorstr=#139EF2);
}

.blue:hover {
    border: solid 1px #0076A3;
    background-color: #97B5ED;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97B5ED), color-stop(100%, #0EA2FC));
    background-image: -webkit-linear-gradient(top, #97B5ED, #0EA2FC);
    background-image: -moz-linear-gradient(top, #97B5ED, #0EA2FC);
    background-image: -ms-linear-gradient(top, #97B5ED, #0EA2FC);
    background-image: -o-linear-gradient(top, #97B5ED, #0EA2FC);
    background-image: linear-gradient(top, #97B5ED, #0EA2FC);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#97B5ED, endColorstr=#0EA2FC);
}

.blue:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* green */
.green,
.green-label {
    color: #fff;
    border: 1px solid #5faf1d;
    background: #79dc28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79DC28), color-stop(100%, #61B020));
    background-image: -webkit-linear-gradient(top, #79DC28, #61B020);
    background-image: -moz-linear-gradient(top, #79DC28, #61B020);
    background-image: -ms-linear-gradient(top, #79DC28, #61B020);
    background-image: -o-linear-gradient(top, #79DC28, #61B020);
    background-image: linear-gradient(top, #79DC28, #61B020);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#79DC28, endColorstr=#61B020);
}

.green:hover {
    border: 1px solid #498816;
    background-color: #61b41d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b41d), color-stop(100%, #498518));
    background-image: -webkit-linear-gradient(top, #61b41d, #498518);
    background-image: -moz-linear-gradient(top, #61b41d, #498518);
    background-image: -ms-linear-gradient(top, #61b41d, #498518);
    background-image: -o-linear-gradient(top, #61b41d, #498518);
    background-image: linear-gradient(top, #61b41d, #498518);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#61b41d, endColorstr=#498518);
}

.green:active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.negative-balance {
    color: red;
}

.balance-spacing {
    margin-left: 3px;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.wonPendingRow {
    background-color: #ee9090 !important;
}

.wonPaidoutRow {
    background-color: #90ee90 !important;
}

.unconfirmedRow {
    background-color: #ccc !important;
}

.cancelledRow {
    background-color: #ffc107 !important;
}

.lockedRow {
    background-color: #FFA5A5 !important;
}

.bold {
    font-weight: bold;
}

.ticket-line-delimiter {
    height: 10px;
    width: 100%;
}

.settlement-grid-table th{
    white-space: normal;
}

#loading {
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
}

.custom-report-parameter{
    margin:10px;
    height: 24px;
    line-height: 24px;
}

.obsolete-row {
    background-color: #9E9E9E !important;
}

.suspended-domain-row {
    background-color: #9E9E9E !important;
}

.feed-enabled-list-item {
    background-color: lightgreen !important;
}

.error{
    color: red;
}

.ticket-input {
    width: 50px;
}

.label-unselected {
    color: lightgrey;
}

.table-collapsed {
    border-collapse: collapse;
    width: 700px;
}

.search-label-margin-top {
    padding-top: 5px;
}

.login-legal-notice-text {
    font-size: 23px;
    font-weight: bold;
}

.large {
    font-size: 16px;
    padding: .4em 1.5em .42em;
}

.user-icon:before {
    color: black;
    font-family: "icon-font";
    font-size: 20px;
    padding-right: 3px;
}

.shop-icon:before {
    content: "\e827";
}
.agent-icon:before {
    content: "\e823";
}
.superagent-icon:before {
    content: "\e824";
}
.cashier-icon:before {
    content: "\e826";
}
.cashiers-icon:before {
    content: "\e828";
}

.webPlayerTallTableRow {
    height: 32px;
}

.italicText {
    font-style: italic;
}
