body {
    margin: 0px;
    padding: 0;
    font-size: 13px;
    font-family: Arial, Helvetica, Geneva
}

h1, h2{
    margin-top: 0;
}

a:hover {
    color:yellowgreen;
}

/* Header */
#header {
    padding: 0px;
    margin: 0px;
    height: 110px;
    position: relative;
}

.title {
    height: 30px;
    margin-left: 10px;
    padding: 8px 0 0 20px;
}

.headerH2 {
    font: 2.0em Arial monospace sans-serif;
    margin-left: 30px;
    padding-left:20px;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px 4px #4b4859;
}

.subhead {
    font: 1.5em Arial monospace sans-serif;
    letter-spacing: 1.0px;
}

#footer {
    padding: 0px;
    position: relative;
    text-align: center;
}

.menu .ui-selectonemenu-label {
    font-size: 13px;
    line-height: 18px
}

.ui-menu .ui-menu-parent .ui-menu-child {
    margin-left:4px;
    margin-right: 20px;
}

.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-wrap, .ui-layout-bd, .ui-layout-hd{
    border: none;
}


.ui-panel {
    padding: 0 !important;
}

.panelColumns td {
    vertical-align: top !important;
}

.ui-tabs-nav {
    background: none !important;
}

.ui-datatable .ui-datatable-footer {
    text-align: right;
    padding: 4px 10px;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}

a.changeBlue:hover { /* change to blue on mouseover */
    color: #FFAE20;
    font-size: 110%;
    text-decoration: underline;
}

.floater {
    float:left;
}
.non-floater {
    overflow:hidden;
}

iframe {
    width:100%;
    padding:0;
    border:0;
    height:100%;
}


strong {
    font-weight: bold;
    color: #000;
}

table.nopadding td {
    padding: 0;
}

.helpTip{
    width: 600px;
    line-height: 1.6em;
    background: #ffe7bd;
    padding-left: 10px
}

.old {
    background-color: #6CE26C !important;
    background-image: none !important;
    color: #000000 !important;
}

.icon-pdf {
    background:url('../images/icon_pdf.gif') no-repeat !important;
    height:13px;
    width:13px;
    padding-right: 6px;
    padding-top: 4px;
}

div[id="form1:listTbl"] thead {
    font-size:13px;
    font-weight:bold;
}

div[id="form1:listTbl"] tbody {
    font-size:13px;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0em 0em !important;
}

.ui-growl-icon-close {
    width: 100%;
    height: 100%;
    background-image: none!important;
}

.ui-panelgrid .firstcolumn{
    background: #8BC1FF;
    color: #000000;
    font-weight: bold
}

.ui-datalist-content{
    border: 0px;
    background: none
}

.btnBckg1 {
    border-radius: 50%;
    width: 182px;
    height: 182px;
    font-size: 12px !important;
    border:solid thin #95B8E7;
}

.btnBckg1:hover {
    border:solid medium salmon;
    background: #A8CBF5;
    color:blue !important;
}
.btnBckg1:focus {
    outline:none;
}

.btnBckg3 {
    font-size: 12px !important;
    border:solid thin #95B8E7;
}

.btnBckg3:hover {
    border:solid medium salmon;
    font-size: 12px !important;
    background: #A8CBF5;
    color:black !important;
}
.btnBckg3:focus {
    outline:none;
    color:black !important;
}

.btnBckg {
    width: 200px;
    height: 200px;
    font-size: 16px !important;
    border:none;
}

.btnBckg:hover {
    border:solid medium salmon;
    color:blue !important;
}

.btnBckg:focus {
    outline:none;
}

.selectable td.ui-selection-column input {
    display:none;
}

.unselectable td.ui-selection-column input {
    display:block;
}

#gradRedYellow {
    height: 25px;
    width: 200px;
    background: red;
    background: -webkit-linear-gradient(-90deg, red, yellow);
    background: -o-linear-gradient(-90deg, red, yellow);
    background: -moz-linear-gradient(-90deg, red, yellow);
    background: linear-gradient(-90deg, red, yellow);
}

#gradRedWhite {
    height: 25px;
    width: 200px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
}


#gradRedGreyGreen {
    height: 25px;
    width: 200px;
    background: red;
    background: -webkit-linear-gradient(left,green,grey,red);
    background: -o-linear-gradient(left,green,grey,red);
    background: -moz-linear-gradient(left,green,grey,red);
    background: linear-gradient(to right, green,grey,red);
}

#gradRedYellowGreenBlue {
    height: 25px;
    width: 200px;
    background: red;
    background: -webkit-linear-gradient(left,blue, green, yellow, orange, red);
    background: -o-linear-gradient(left,blue, green, yellow, orange, red);
    background: -moz-linear-gradient(left,blue, green, yellow, orange, red);
    background: linear-gradient(to right,blue, green, yellow, orange, red);
}

#defaultgradient_b {
    height: 25px;
    width: 90px;
    background: red;
    background: -webkit-linear-gradient(left,white, orange, red);
    background: -o-linear-gradient(left,white, orange, red);
    background: -moz-linear-gradient(left,white, orange, red);
    background: linear-gradient(to right,white, orange, red);
}

#defaultgradient_w {
    height: 25px;
    width: 90px;
    background: red;
    background: -webkit-linear-gradient(left,#8247FF, #ff47e2, #FF4747);
    background: -o-linear-gradient(left,#8247FF, #ff47e2, #FF4747);
    background: -moz-linear-gradient(left,#8247FF, #ff47e2, #FF4747);
    background: linear-gradient(to right,#8247FF, #ff47e2, #FF4747);
}

.ui-layout-south {
    z-index:20 !important;
    overflow:visible !important;
}

.ui-layout-south .ui-layout-unit-content {
    overflow:visible !important;
}

.myAnalColorLayoutStyle .ui-layout-unit-content{
    border-left: dashed thin !important;
}

.myColorLayoutStyle .ui-layout-unit-content{
    background: #f3f4f5 !important;
}

.myHeadlessColorLayoutStyle .ui-layout-unit-content{
    background: #edfafc !important;
}

.ui-widget-content .ui-state-highlight{
    background: lightsalmon !important;
}

.hide-column-names table thead tr {
    display: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-item-group{
    padding-top: 4px;
    line-height: 23px;
}

.tooltip {
    background: cornsilk;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #4472c4;
    background-image: -webkit-linear-gradient(left, #EDF0F5, #ADB9D3, #4472c4, #ADB9D3,#EDF0F5);
    background-image: -moz-linear-gradient(left, #EDF0F5, #ADB9D3, #4472c4, #ADB9D3,#EDF0F5);
    background-image: -ms-linear-gradient(left, #EDF0F5, #ADB9D3, #4472c4, #ADB9D3,#EDF0F5);
    background-image: -o-linear-gradient(left, #EDF0F5, #ADB9D3, #4472c4, #ADB9D3,#EDF0F5);
    margin-top: 8px;
    margin-bottom: 12px;
}


.menu .ui-selectonemenu-label {
    font-size: 13px;
    line-height: 18px
}

.ui-menuitem .ui-menuitem-link {
    padding: 0.5rem 1rem !important;
}

.ui-widget {
    font-size: 13px !important;
}

.ui-selectonemenu label.ui-selectonemenu-label {
    font-size: 13px !important;

}

.ui-datatable .ui-datatable-data > tr > td {
    padding: 0.5rem 0.5rem  !important;
}

.ui-breadcrumb{
    padding: 0.5rem !important;
}


.homeMenu .ui-menuitem .ui-menuitem-text{
    color:black !important;
}


.volcBckg.ui-button{
    background-image: url("../images/volcano2.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 5px;
    background-color: transparent;
    border-radius: 25%;
    width: 150px;
    height: 150px;
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}

.heatBckg.ui-button {
    background-image: url("../images/heatmap2.png");
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    background-color: white !important;
    border-radius: 25%;
    width: 150px;
    height: 150px;
    font-size: 12px !important;
    border: 2px #dce2e7 solid;
}


.rw-conversation-container .rw-messages-container{
    height: 1000px;
}

.rw-conversation-container {
    resize: vertical;
    overflow: fragments;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    width: 400px;
}

.rw-conversation-container .rw-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size:23px;
    overflow: fragments;
}

.rw-conversation-container .rw-header {
    font-family: "Lucida Sans Unicode";
    font-size: 14px;
    font-stretch:expanded;
    overflow: fragments;
    background-color: #de690c !important;
}

.rw-launcher:hover {
    background-color: #a11f05 !important;
    border: 1px solid orange;

}

.rw-launcher {
    background-color: #de690c !important;
}

.rw-conversation-container .rw-reply {
    background-color: #de690c !important;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border: 1px solid orange !important;
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;

}

.rw-conversation-container .rw-reply:hover {
    background-color: #de690c !important;
    border: 1px solid orange;
    text-align: center;
    font-size: 13px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

.rw-conversation-container .rw-messages-container .rw-message .rw-response {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
.rw-conversation-container .rw-messages-container .rw-message .rw-client {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
    background-color: #de690c;
}