/**
 * Contain CSS relavent to shared components across apps.
 **/
@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url("../webfonts/DINNextLTPro-Regular.woff") format("woff");
}

@font-face {
    font-family: 'DINNextLTPro-Medium';
    src: url("../webfonts/DINNextLTPro-Medium.woff") format("woff");
}

@font-face {
    font-family: 'DINNextLTPro-Light';
    src: url("../webfonts/DINNextLTPro-Light.woff") format("woff");
}

@font-face {
    font-family: 'HelveticaNeue-Roman';
    src: url("../webfonts/HelveticaNeueLTW1G-Roman.woff") format("woff");
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url("../webfonts/HelveticaNeueLTW1G-Bd.woff") format("woff");
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url("../webfonts/HelveticaNeueLTW1G-Lt.woff") format("woff");
}

@font-face {
    font-family: 'HelveticaNeue-Italic';
    src: url("../webfonts/HelveticaNeueLTW1G-It.woff") format("woff");
}

/****************** Menu ************/
body.harmony header {
    z-index: 0;
}
body.harmony header.topNav {
    height: 40px;
    background-color: #e3eaf3;
}
body.harmony header .title {
    width: 100%;
    color: #404040;
}
body.harmony header span.name {
    display: block;
    position: fixed;
    top: 0px;
    right: 80px;
}
body.harmony header span.logout {
    display: block;
    position: fixed;
    top: 0px;
    right: 15px;
}

/* Left navigation */
body.harmony .scroller {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
body.harmony .nav {
    background-color: #193048;
    box-shadow: inset -3px 0 rgba(0, 0, 0, 0.15);
    width: 165px;
    zoom: reset;
}

body.harmony .primaryNavItem:hover, body.harmony .nav .primaryNavItem.selected {
    background-color: #0098cd;
}
body.harmony .nav .primaryNavItem {
    font-size: 1.4rem;
    line-height: 50px;
    height: 50px;
}
body.harmony .nav .primaryNavItem:hover a, body.harmony .nav .primaryNavItem.selected a {
    color: white;
}
body.harmony .nav .primaryNavItem:hover a, body.harmony .nav .primaryNavItem.selected a {
    color: white;
}
body.harmony .nav .primaryNavItem a {
    padding-left: 10px;
    color: #a2a9b0;
    display: block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/******************** Sortable table, Backgrid *****************/
body.harmony .ascending .sort-caret, body.harmony .descending .sort-caret {
    display: inline-block;
    height: 0;
    width: 0;
    float: right;
}
body.harmony .descending .sort-caret {
    border-bottom: 0 solid transparent;
    border-top: 7px solid #6e8ba8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;       
    margin: 5px 0 8px 4px;
}

body.harmony .ascending .sort-caret {
    border-top: 0 solid transparent;
    border-bottom: 7px solid #6e8ba8;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;      
    margin: 8px 0 2px 4px;
}
body.harmony .backgrid a {
    text-decoration: none;
    cursor: pointer;
}

/************************* jQueryUI modal dialog ***********************/
body.harmony *:focus {
    outline: 0;
}
body.harmony .ui-dialog {
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding: 15px 30px 15px 30px;
}
body.harmony .ui-dialog-title {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #404040;
}

body.harmony .ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

body.harmony .ui-dialog .ui-dialog-titlebar-close {
    border: none;
    height: 14px;
    width: 14px;
    background: url('../images/iconsprite2.png') 0 -1743px;
    float: right;
    margin-right: -20px;
    margin-top: -18px;
}
body.harmony .ui-dialog .dlgCmd {
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}
body.harmony .ui-dialog .dlgBody {
    margin-top: 30px;
}
body.harmony .ui-dialog-titlebar {
    margin-top: 10px;
}
body.harmony .ui-widget-overlay {
    opacity: .7;
    filter: Alpha(Opacity=30);
    background-color: #ffffff;
}
body.harmony .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.harmony .ui-front {
    z-index: 100;
}

/********************* Assistant, hint **********************/
body.harmony .assistant-small, body.harmony .assistant-smalltop {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
    margin: 4px 0 15px 15px;
    position: relative;
    vertical-align: top;
    background: #fff;
    border: 1px solid #bbbbbb;
    width: 280px;
    min-height: 50px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

body.harmony .assistant-small .title-bar , body.harmony .assistant-smalltop .title-bar{
    border-top: 8px solid #A32763;
    width: 100%;
    display:block;
}

body.harmony .assistant-small .titleContent, body.harmony .assistant-smalltop .titleContent  {
    display: table-row;
}
body.harmony .assistant-small .title, body.harmony .assistant-smalltop .title {
    color: #c72f79;
    font-size: 2.0rem;
    padding: 15px 0 15px 15px;
    display: table-cell;
    width: 100%;
}

body.harmony .assistant-small .close , body.harmony .assistant-smalltop .close{
    border: none;
    height: 14px;
    width: 14px;
    background:  url('../images/iconsprite2.png') 0 -1743px;
    float: right;
    margin: 10px 10px 0 0;
    display: table-cell;
}

body.harmony .assistant-small .close:hover, body.harmony .assistant-smalltop .close:hover  {
    cursor: pointer;
}

body.harmony .assistant-small .content, body.harmony .assistant-smalltop .content {
    padding: 0 5px 10px 15px;
    clear: both;
    display: block;
}

body.harmony .assistant-small:after, body.harmony .assistant-small:before , 
body.harmony .assistant-smalltop:after, body.harmony .assistant-smalltop:before{
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body.harmony .assistant-small:after {
    right: 100%;
    border-color: rgba(192, 75, 132, 0);
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

body.harmony .assistant-small:before {
    right: 100%;
    border-color: rgba(187, 187, 187, 0);
    border-right-color: #bbbbbb;
    border-top-color: #bbae9b;
    border-width: 7px;
    top: 50%;
    margin-top: -7px;
}	

body.harmony .assistant-smalltop:before {
    border-color: rgba(163, 39, 99, 0);
    border-left-width: 0;
    border-right-width: 15px;
    border-bottom: 16px solid #A32763;
    left: 10%;
    margin-top: -16px;
}

body.harmony .assistant-large {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
    margin: 4px 0 15px 15px;
    position: relative;
    vertical-align: top;
    background: #fff;
    border: 1px solid #bbbbbb;
    width: 280px;
    min-height: 50px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

body.harmony .assistant-large .title {
    background-color: #a32763;
    font-size: 2.0rem;
    padding-left: 15px;
    line-height: 40px;
    color: #fff;
    vertical-align: middle;
}

body.harmony .assistant-large .content {
    padding: 20px 5px 20px 15px;
    display: block;
}

body.harmony .assistant-large:after, .assistant-large:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body.harmony .assistant-large:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 12px;
    top: 50%;
    margin-top: -12px;
}
body.harmony .assistant-large:before {
    border-color: rgba(187, 187, 187, 0);
    border-right-color: #bbbbbb;
    border-width: 13px;
    top: 50%;
    margin-top: -13px;
}	

body.harmony span.hint {
    display: inline;
    position: relative;
    text-decoration: none;
}

body.harmony input:focus ~ .hint span,  body.harmony input:focus ~ div .hint span {
    display:inline;
}

body.harmony input.hint_inactive:focus ~ .hint span {
    display: none;
}

body.harmony span.hint span {
    display:none;
    position: absolute;
    background: #1f3246;
    border: 2px solid #1f3246;
    border-radius: 4px;
    font-size: 1.2rem;
    vertical-align: middle;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px 15px;
    min-width: 200px;
    max-width: 280px;
}

body.harmony span.hint span:after, body.harmony span.hint span:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body.harmony span.hint span:after {
    border-right-color: #1f3246;
    border-top-color: #1f3246;
    border-width: 6px;
    top: 35%;
    margin-top: -6px;
}

body.harmony span.hint span:before {
    border-right-color: #1f3246;
    border-top-color: #1f3246;
    border-width: 7px;
    top: 35%;
    margin-top: -7px;
}
/******* End of Assistant *********/

/************************************* jQuery Tooltip ******************************/

/*** Override header z-index ***/
body.harmony header {
    z-index: 0;
}

body.harmony .ui-tooltip, body.harmony .arrow:after {
    background-color: #1f3246;
}
body.harmony .ui-tooltip {
    position: absolute;
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    vertical-align: middle;
    color: #fff;
    max-width: 250px;
    background-color: #1f3246;
    min-height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;   
}

body.harmony .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    margin-left: -35px;
    bottom: -16px;
    left: 50%;
}
body.harmony .arrow.top {
    top: -16px;
    bottom: auto;
}
body.harmony .arrow.left {
    left: 20%;
}
body.harmony .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
body.harmony .arrow.top:after {
    bottom: -20px;
    top: auto;
}

/********************************** Customize Date Picker ************************/
.ui-datepicker {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    opacity: 1;
    font-size: 1.3rem;
}
body.harmony .ui-datepicker {
    color: #404040;
    border: 1px solid #d3d3d3;
    border-bottom-width: 3px;
    background-color: #ffffff;
    opacity: 1;
}
body.harmony .ui-datepicker td {
    height: 30px;
    padding-right: 10px;
    border-bottom-width: 0;
    border-left-width: 0;
}

body.harmony .ui-datepicker th {
    font-weight: normal;
    border-bottom: 1px solid #3965ce;       
    background-color: #fff;
    height: 32px;
    padding: 0 10px;
    text-transform: none;
    color: #000;
    border-left-width: 0;
    -webkit-box-shadow: 0 0 0 #cedbea;
    -moz-box-shadow: 0 0 0 #cedbea;
    box-shadow: 0 0 0 #cedbea;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

body.harmony .ui-datepicker td span, body.harmony .ui-datepicker td a, 
body.harmony .ui-datepicker td span:hover, body.harmony .ui-datepicker td a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #404040;
    text-align: center;
}
body.harmony .ui-datepicker td.ui-datepicker-unselectable, body.harmony .ui-datepicker td.ui-datepicker-unselectable:hover {
    background-color: #fff;
}
body.harmony .ui-datepicker td:hover, body.harmony .ui-datepicker td a:hover {
    background-color: #e3eaf3;
}

body.harmony .ui-datepicker td.ui-datepicker-current-day a {
    background-color: #3965ce;
    color: #fff;
}

body.harmony .ui-datepicker span.ui-datepicker-month {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    display: block;
    text-align: center;
}

body.harmony .ui-datepicker span.ui-datepicker-year {
    margin-top: -60px;
    display: block;
    padding-bottom: 30px;
}

body.harmony .ui-datepicker a.ui-datepicker-prev {
    margin-top: 30px;
    left: 20px;
    background: url('../images/iconsprite2.png') 0 -1534px no-repeat;
    float:left;
    margin-left: 15px;
}
.ui-datepicker a.ui-datepicker-prev:hover, .ui-datepicker a.ui-datepicker-next:hover {
    text-decoration: none;
    cursor: pointer;
}

body.harmony .ui-datepicker a.ui-datepicker-next {
    margin-top: 30px;
    right: 20px;
    background: url('../images/iconsprite2.png') 0 -1479px no-repeat;
    float: right;
}

body.harmony .ui-datepicker .ui-datepicker-title {
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
.ui-datepicker .ui-icon-circle-triangle-w, .ui-datepicker .ui-icon-circle-triangle-e {
    color: transparent;
}

/**************************** Messages ************************/
body.harmony .messageBlockTitle {
	font-size: 1.4rem;
	font-weight: bold;
}
body.harmony .warningMessageBlock {
    display: block;
    border: 1px solid #f2b835;
    border-radius: 2px;
    padding-bottom: 20px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    background: url('../images/warn-icon.png') 0 0px no-repeat;
    background-position: 15px 10px;
}
body.harmony .infoMessageBlock {
    display: block;
    border: 1px solid #1e90ff;
    border-radius: 2px;
    padding-bottom: 20px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    background: url('../images/info-icon.png') 0 0px no-repeat;
    background-position: 15px 10px;
}
body.harmony .confirmMessageBlock {
    display: block;
    border: 1px solid #4E9E19;
    border-radius: 2px;
    padding-bottom: 20px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    background: url('../images/confirm-icon.png') 0 0px no-repeat;
    background-position: 15px 10px;
}
body.harmony .confirmMessageBlockTitle {
	color: #4E9E19;
	font-size: 1.4rem;
	font-weight: bold;
}
body.harmony .errorMessageBlock {
    display: block;
    border: 1px solid #d40710;
    border-radius: 2px;
    padding-bottom: 20px;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 40px;
    margin-bottom: 20px;
    background: url('../images/error-icon.png') 0 0px no-repeat;
    background-position: 15px 10px;
}
body.harmony .errorMessageBlockTitle {
	color: #d40710;
	font-size: 1.4rem;
	font-weight: bold;
}

/***************************** trowser **************/

@keyframes slide-up {
    from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(0, -120%, 0);
}
}

@-webkit-keyframes slide-up {
    from {
    -webkit-transform: translate3d(0, 0, 0);
}
to {
    -webkit-transform: translate3d(0, -120%, 0);
}
}

@keyframes slide-down {
    from {
    transform: translate3d(0, -120%, 0);
}
to {
    transform: translate3d(0, 0, 0);
}
}

@-webkit-keyframes slide-down {
    from {
    -webkit-transform: translate3d(0, -120%, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
}
}

body.harmony .unhideTrowser .trowser {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

body.harmony .unhideTrowser.trowserView .trowser {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-name: slide-down;
    -webkit-animation-name: slide-down;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

body.harmony .unhideTrowser.trowserView .trowser.slide-up {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-name: slide-up;
    -webkit-animation-name: slide-up;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

body.harmony .trowser {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    background: white;
    display: none;
    width: 100%;
}

body.harmony .trowser .header {
    height: 40px;
    background-color: #6e8ba8;
    position: relative;
    z-index: 3;
    zoom: reset;
    margin-left: 0;
}

body.harmony .trowser .header .element {
    width: 45px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background-repeat: no-repeat;
}
body.harmony .trowser .header .element.title {
    padding-left: 15px;
    float: left;
    font-family: "HelveticaNeue-Light", "HelveticaNeue", "HelveticaNeueLight", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.2rem;
    line-height: 40px;
    padding-left: 25px;
    vertical-align: middle;
    white-space: nowrap;
}
body.harmony .trowser .header .element.close {
    background-size: 120px;
    background-position: 12px 2px;
    float: right;
}
body.harmony .trowser .content {
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 55px;
    right: 0;
}
body.harmony .close-sprite {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0ODAiIGhlaWdodD0iOTYiIHZpZXdCb3g9Ijk2LjMzMyAxIDQ4MCA5NiIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgOTYuMzMzIDEgNDgwIDk2Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjE4MS4zMTcsNzYuOTg3IDE1My4wMzIsNDguNjk4IDE4MS4zMTMsMjAuNDEzIDE3Mi44MzMsMTEuOTMzIDE0NC41NDgsNDAuMjE4IDExNi4yNjMsMTEuOTMzIDEwNy43NzgsMjAuNDE3IDEzNi4wNjMsNDguNzAyIDEwNy43NzgsNzYuOTg3IDExNi4yNTksODUuNDY4IDE0NC41NDQsNTcuMTg3IDE3Mi44MzMsODUuNDcyIi8+PHBvbHlnb24gZmlsbD0iI0IzQjJCMyIgcG9pbnRzPSIzNzMuMzE3LDc2Ljk4NyAzNDUuMDMyLDQ4LjY5OCAzNzMuMzEzLDIwLjQxMyAzNjQuODMzLDExLjkzMyAzMzYuNTQ4LDQwLjIxOCAzMDguMjYzLDExLjkzMyAyOTkuNzc4LDIwLjQxNyAzMjguMDYzLDQ4LjcwMiAyOTkuNzc4LDc2Ljk4NyAzMDguMjU5LDg1LjQ2OCAzMzYuNTQ0LDU3LjE4NyAzNjQuODMzLDg1LjQ3MiIvPjxwb2x5Z29uIGZpbGw9IiMyMzFGMjAiIHBvaW50cz0iNTY1LjMxNyw3Ni45ODcgNTM3LjAzMiw0OC42OTggNTY1LjMxMywyMC40MTMgNTU2LjgzMywxMS45MzMgNTI4LjU0OCw0MC4yMTggNTAwLjI2MywxMS45MzMgNDkxLjc3OCwyMC40MTcgNTIwLjA2Myw0OC43MDIgNDkxLjc3OCw3Ni45ODcgNTAwLjI1OSw4NS40NjggNTI4LjU0NCw1Ny4xODcgNTU2LjgzMyw4NS40NzIiLz48L3N2Zz4=");
}

/********* sticky footer **********/
body.harmony .sticky-footer .darkCenterButton {
    border-left: 1px solid #6b7685;
    border-right: 1px solid #6b7685;
    display: inline-block;
    padding: 2px 20px 0px 20px;
    line-height: 25px;
}

body.harmony .sticky-footer .darkCenterButton a:link, body.harmony .sticky-footer .darkCenterButton a:visited {
    color: #dddddd;
    font-weight: normal;
}

body.harmony .sticky-footer .darkCenterLink {
    display: inline-block;
    line-height: 50px;
}

body.harmony .sticky-footer .darkCenterLink a:link, body.harmony .sticky-footer .darkCenterLink a:visited {
    color: #dddddd;
    font-weight: normal;
}
/******** End of Trowser ***************/
/**** ComoboBox/ AutoComplete ******/
body.harmony .combobox {
    position: relative;
    display: inline-block;
}
body.harmony .ui-front {
    z-index: 100;
    z-index: auto /* Don't cover things arbitrarily.*/;
}
body.harmony .combobox.stateSelector .combobox-input {
    width: 20px;
}
body.harmony .combobox input.combobox-input {
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
}

body.harmony span.combobox input.combobox-input {
    background: #FDFDFD;
    padding: 0 36px 0 12px;
    outline: none;
}

body.harmony .combobox input.ui-state-default, 
body.harmony .combobox input.ui-widget-content input.ui-state-default, body.harmony .combobox input.ui-widget-header input.ui-state-default {
    border: 1px solid #d3d3d3;
    font-weight: normal;
}
body.harmony .combobox a.combobox-toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 30px;
    content: "";
    border-width: 1px;
    -webkit-box-shadow: inset 1px 0 0 white;
    -moz-box-shadow: inset 1px 0 0 white;
    box-shadow: inset 1px 0 0 white;
    border-style: solid;
    border-color: #d5d5d5;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-image: url('../images/iconsprite1.png'), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background-image: url('../images/iconsprite1.png'), -webkit-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-image: url('../images/iconsprite1.png'), -moz-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-image: url('../images/iconsprite1.png'), -o-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-image: url('../images/iconsprite1.png'), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background-position: -2px 0, 0 0;
    background-repeat: no-repeat;
}

body.harmony .combobox input ~ a.combobox-toggle:hover {
    border-color: #2d79c5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #2b73dd;
    background-image: url('../images/iconsprite1.png'), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(255, 255, 255, 0.15)));
    background-image: url('../images/iconsprite1.png'), -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: url('../images/iconsprite1.png'), -moz-linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: url('../images/iconsprite1.png'), -o-linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: url('../images/iconsprite1.png'), linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-position: -2px -31px, 0 0;
    cursor: pointer;
}

body.harmony .ui-helper-hidden-accessible {
    display: none;
}

body.harmony .ui-autocomplete.ui-menu .ui-menu-item:hover {
    background-color: #2b73dd;
}
body.harmony .ui-autocomplete.ui-menu .ui-menu-item a, body.harmony .ui-autocomplete.ui-menu .ui-menu-item a:hover {
    text-decoration: none;
}
body.harmony .ui-autocomplete.ui-menu .ui-menu-item a:hover {
    color: #fff;
}
body.harmony .ui-autocomplete.ui-menu .ui-menu-item a {
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}

body.harmony ul.ui-autocomplete  {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 5;
    border: 1px solid #bbb;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    list-style: none;
    cursor: pointer;
    white-space: nowrap;
}
body.harmony .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: default;
}
/*** End of combobox *******/
/****** Progress Bar *****/
body.harmony .progressSection {
	background-color: #f3f5f8; 
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f6f8fb), color-stop(100%, #f9fafb)); 
	background-image: -webkit-linear-gradient(to top, #f6f8fb 0%, #f9fafb 100%); 
	background-image: -moz-linear-gradient(to top, #f6f8fb 0%, #f9fafb 100%); 
	background-image: -o-linear-gradient(to top, #f6f8fb 0%, #f9fafb 100%); 
	background-image: linear-gradient(to top, #f6f8fb 0%, #f9fafb 100%); 
	border-bottom: 1px solid #e3eaf3;
	height: 100px;
}

body.harmony .progressSection .stepNodesBar {
	width: 92%; 
	margin-left: 15px;
	padding-top: 40px; 
	padding-bottom: 70px;
}

body.harmony .progressSection .stepNodesBar .stepLine {
	border-bottom: 2px solid #ddd; 
	display: inline-block; 
	width: 5%; 
	float: left; 
	margin-top: 13px;
}

body.harmony .progressSection .stepNodesBar .step {
	width: 1.4rem; 
	height: 1.4rem; 
	padding: 5px; 
	border: 2px solid #dddddd; 
	border-radius: 500px 500px 500px 500px; 
	float: left; 
	min-height: 10px; 
	transition: background-color 1s; 
	background-color: white; 
	position: relative;
}

body.harmony .progressSection .stepNodesBar .step .stepOrder {
	text-align: center; 
	margin-top: -1px; 
	color: #cccccc; 
	height: 10px;
}

body.harmony .progressSection .stepNodesBar .step .stepName, body.harmony .progressSection .stepNodesBar .step .stepNameFirst {
	position: relative; 
	margin-top: 20px; 
	margin-left: -50px;
	text-align: center; 
	color: #999999;
	white-space: nowrap;
}

body.harmony .progressSection .stepNodesBar .step .stepNameFirst {
	margin-left: -15px; 
	text-align: left; 
}

body.harmony .progressSection .stepNodesBar .currentStep {
	background-color: #3965ce; 
	border: 2px solid white; 
	box-shadow: 0 0 0px 2px #dddddd;
}

body.harmony .progressSection .stepNodesBar .currentStep .stepOrder {
	color: white;
}

body.harmony .progressSection .stepNodesBar .currentStep .stepName {
	color: #3965ce;
}

body.harmony .progressSection .stepNodesBar .subStep {
	padding: 2px;
}

body.harmony .progressSection .stepNodesBar .subStep .stepName {
	margin-top: 30px;
}

body.harmony .stepContainer {
	clear: both;
}
/**** End of progress bar ****/

/*** Spinner ***/
#iopMaskingDiv {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    z-index: 99999;
}

@keyframes spinner {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@-webkit-keyframes spinner {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
 
body.harmony .spinner {
    position: fixed;
    top: 40%;
    left: 45%;
    width: 80px;
    height: 80px;
    animation: spinner 0.6s steps(6, end) infinite;
    -webkit-animation: spinner 0.6s steps(6, end) infinite;
    background-size: 80px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIiB2aWV3Qm94PSIwIC0wLjMxIDE2MCAxNjAiIG92ZXJmbG93PSJ2aXNpYmxlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgLTAuMzEgMTYwIDE2MCI+PHBhdGggZmlsbD0iI0FFQkVFMiIgZD0iTTIxLjEwMyAxMTMuN2wtMTAuMTEyIDUuODM0YzE0LjY1NCAyNS4zODUgMzkuNzAxIDM5Ljg0NiA2OS4wMTIgMzkuODQ2di0xMS41MThjLTI1LjIwNy0uMDA4LTQ3LjE5LTEzLjc2Mi01OC45LTM0LjE2MnoiLz48cGF0aCBmaWxsPSIjODc5REQxIiBkPSJNMTIuMTE3IDc5Ljk1NGMwLTEyLjQ1MSAzLjM2Ni0yNC4xMDcgOS4yMTQtMzQuMTM5bC0xMC4zNC01Ljk2OWMtMTQuNjU0IDI1LjM4MS0xNC42NTQgNTQuMzA1IDAgNzkuNjg4bDEwLjExMS01LjgzOGMtNS43MDctOS45NDItOC45ODUtMjEuNDU1LTguOTg1LTMzLjc0MnoiLz48cGF0aCBmaWxsPSIjNjI3Q0JEIiBkPSJNODAuMDAyIDEyLjA0OHYtMTIuMDQ4Yy0yOS4zMSAwLTU0LjM1NyAxNC40NTgtNjkuMDExIDM5Ljg0NmwxMC4zNCA1Ljk2OWMxMS43NjUtMjAuMTg0IDMzLjYyNy0zMy43NTkgNTguNjcxLTMzLjc2N3oiLz48cGF0aCBmaWxsPSIjNDA2MEFDIiBkPSJNODAuMDI0IDEyLjA0OGMyNS4wNDggMCA0Ni45MTEgMTMuNTcxIDU4LjY4MyAzMy43NTFsMTAuMzEyLTUuOTU0Yy0xNC42NTYtMjUuMzg3LTM5LjcwMi0zOS44NDUtNjkuMDE3LTM5Ljg0NXYxMi4wNDhoLjAyMnoiLz48cGF0aCBmaWxsPSIjRTRFOUY1IiBkPSJNMTQ5LjAxOSAzOS44NDZsLTEwLjMxMiA1Ljk1NGM1Ljg1NCAxMC4wMzUgOS4yMjQgMjEuNjk5IDkuMjI0IDM0LjE1NCAwIDEyLjI5NS0zLjI4MiAyMy44MTItOC45OTYgMzMuNzYybDEwLjA4NSA1LjgxOGMxNC42NTQtMjUuMzgzIDE0LjY1NC01NC4zMDctLjAwMS03OS42ODh6Ii8+PHBhdGggZmlsbD0iI0Q3REZGMSIgZD0iTTEzOC45MzQgMTEzLjcxNWMtMTEuNzE1IDIwLjM5OC0zMy42OTggMzQuMTQ2LTU4LjkxIDM0LjE0NmgtLjAyMXYxMS41MThjMjkuMzE0IDAgNTQuMzYtMTQuNDYxIDY5LjAxNy0zOS44NDZsLTEwLjA4Ni01LjgxOHoiLz48L3N2Zz4=");    
}
/*** End of Spinner ***/