.tabsheetrefresher-refreshbutton {
    height: 16px;
    width: 16px;
    float: right;
    margin-top: 4px;
    position: relative;
    background-image: url(images/refresh.png);
    background-repeat: no-repeat;
    padding-right: 6px;
    cursor: pointer;
    margin-right: 8px;
}

.t-customwindow-helpButton {
    height: 16px;
    width: 16px;
    top: 10px;
    right: 30px;
    position: absolute;
    background-image: url(images/icon_help.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.t-customwindow-specialEventIcon{
    top: 10px;
    position: absolute;
    height: 16px;
    width: 16px;
    right: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.t-customwindow-specialEventIcon:before {
    font-family: FontAwesome;
    content: "\f005";
}

.v-calendar-bubble {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    z-index: 8000 !important;
}

.v-calendar-bubble > .popupContent {
    border: 1px solid #808080;
}

.bubble-top {
    background-image: url('images/action-arrow-down.png?1398844982');
    background-position: 50% 100%;
    padding-bottom: 13px;
}

.bubble-top > .popupContent {
    border-bottom: 0 !important;
}

.bubble-left {
    background-image: url('images/action-arrow-right.png?1398844982');
    background-position: 100% 50%;
    padding-right: 13px;
}

.bubble-left > .popupContent {
    border-right: 0 !important;
}

.bubble-right {
    background-image: url('images/action-arrow-left.png?1398844982');
    background-position: 0 50%;
    padding-left: 13px;
}

.bubble-right > .popupContent {
    border-left: 0 !important;
}

.bubble-bottom {
    background-image: url('images/action-arrow-up.png?1398844982');
    background-position: 50% 0;
    padding-top: 13px;
}

.bubble-bottom > .popupContent {
    border-top: 0 !important;
}

.v-widget.customtokenfield .v-button-link {
    background-color: #00B4F0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 23px;
    padding: 4px 7px;
}
.v-widget.customtokenfield .v-button-link:focus {
    background-color: #00B4F0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 23px;
    padding: 4px 7px;
}
.v-widget.customtokenfield .v-button-emphasize, .v-widget.customtokenfield .v-button-emphasize:focus {
    background-color: #EC0C6D;
}
.v-widget.customtokenfield .v-button-link .v-button-caption {
    color: #fff;
    text-decoration: none;
}

.v-widget.customtokenfield .v-csslayout div {
    float: left;
}
.v-widget.customtokenfield .v-csslayout .v-button-link {
    margin: 0 1px 1px 0;
}

.v-widget.customtokenfield .v-csslayout .v-button-link {
    height: 24px;
}

.clickableHtml {
    cursor: pointer;
}

.resetbuttonfortextfield-resetbutton {
    vertical-align: top !important;
    top: 3pt !important;
}

div#groupWashByGroupTable > div.v-scrollable {
    overflow-x: auto !important;
    padding-bottom: 10px;
}

div#groupWashByGroupTable > div.v-scrollable > div.v-table-body-noselection > table > tbody > tr > td > div.v-table-cell-wrapper {
    min-width: 70px;
}

.gff-total-label-font {
    font-size: 12px !important;
}

div#groupOfOverrideButton {
    margin-left:20%
}
div#transientOfOverrideButton {
    margin-left:20%
}

div#groupOFSaveButton {
    margin-left:20%
}

div#groupOFCancelButton{
    margin-left:20%
}

div#transientOFSaveButton{
    margin-left:20%
}

div#transientOFCancelButton{
    margin-left:20%
}