body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.orangeBoxShadow
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,186,10,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,186,10,1);
    box-shadow: 0px 0px 5px 0px rgba(255,186,10,1);

}

.scaleGradientGray {
    background: #7c7c7c; /* Old browsers */
    background: -moz-linear-gradient(top,  #7c7c7c 0%, #c8c8c8 20%, #dedede 80%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(20%,#c8c8c8), color-stop(80%,#dedede), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7c7c7c 0%,#c8c8c8 20%,#dedede 80%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7c7c7c 0%,#c8c8c8 20%,#dedede 80%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7c7c7c 0%,#c8c8c8 20%,#dedede 80%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7c7c7c 0%,#c8c8c8 20%,#dedede 80%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.scaleGradientOrange
{

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffc36b 20%, #e97300 80%, #c23500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#ffc36b), color-stop(80%,#e97300), color-stop(100%,#c23500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffc36b 20%,#e97300 80%,#c23500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffc36b 20%,#e97300 80%,#c23500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffc36b 20%,#e97300 80%,#c23500 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffc36b 20%,#e97300 80%,#c23500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c23500',GradientType=0 ); /* IE6-9 */

}

.activeAccordionTab
{
    background: #ff9800; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9800 0%, #a84000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9800), color-stop(100%,#a84000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9800 0%,#a84000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9800 0%,#a84000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9800 0%,#a84000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9800 0%,#a84000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#a84000',GradientType=0 ); /* IE6-9 */

}

.inactiveAccordionTab
{
    background: #a8a8a8; /* Old browsers */
    background: -moz-linear-gradient(top,  hsla(0,0%,66%,1) 0%, hsla(0,1%,39%,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,66%,1)), color-stop(100%,hsla(0,1%,39%,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  hsla(0,0%,66%,1) 0%,hsla(0,1%,39%,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#646262',GradientType=0 ); /* IE6-9 */
}

#volumcontroller {
    height: 35px;
    width: 90px;
    position: relative;
    display: inline-block;
    margin-left:-72px;top:-5px;
}
#volumcontroller div{
    height:40px;
}
.volumecontrollerbar{
    border-left:1px solid #222;
    float:right;
    width:3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    background-color: #4c4c4c;
    cursor:pointer;
}
.volumecontrollerbar:hover{
    background-color:#e5d600 !important;
}

#popupPanel-popup {
    right: 0 !important;
    left: auto !important;
}
#popupPanel {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);
    margin: -1px 0;


}
.DivImageCont {
    width:98%;
    height:90%;
    position:relative;
    display:inline-block;
    overflow:hidden;
}

.DivImageCont > img {
    position:relative;
    min-height:100%;
    display:block;
    -webkit-transform: translate(-50%, -50%);
    min-width:100%;
}




#tblChart tr
{
    border: none;
}


#tblChart table
{
    border: none;
}

table,tr,td
{

    border:1px solid #ffffff;
    border-collapse:collapse;
}
#tblChart td,tr,table
{
    border: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.grayGradientPopup
{
    background: #d7d7d7; /* Old browsers */
    background: -moz-linear-gradient(top,  hsla(0,0%,84%,1) 0%, hsla(0,0%,66%,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,84%,1)), color-stop(100%,hsla(0,0%,66%,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  hsla(0,0%,84%,1) 0%,hsla(0,0%,66%,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  hsla(0,0%,84%,1) 0%,hsla(0,0%,66%,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  hsla(0,0%,84%,1) 0%,hsla(0,0%,66%,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  hsla(0,0%,84%,1) 0%,hsla(0,0%,66%,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */

}

.gaugeValue {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #f3f3f3));
    background-image: -webkit-linear-gradient(#fafafa, #f3f3f3);
    background-image: -moz-linear-gradient(#fafafa, #f3f3f3);
    background-image: -o-linear-gradient(#fafafa, #f3f3f3);
    background-image: -ms-linear-gradient(#fafafa, #f3f3f3);
    background-image: linear-gradient(#fafafa, #f3f3f3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 5px;

}


#slider-range{
    background-color: rgba(187,145,19,0.2);
    background-image: none;
}

#popupPanel .ui-btn {
    margin: 2em 15px;
}
body, html
{
    background-color: #ffffff;
    margin: 0%;
    max-width: 1024px;
    overflow: hidden;
}
.relativeInlineMCSS
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.relativeInline
{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.popupHolder
{
    margin:auto;
}

.hrefLink
{
    color:#FECA40;
    text-decoration:underline;
    cursor: help;
}

#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#selectable selectable { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }

::-webkit-scrollbar
{
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(255,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); }

.innerContDiv
{
    width:50%;
    overflow:auto;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.selectableNone
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.closeButton
{

    font-size: 22px;
    position: absolute;
    color: #000000;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;

}

.closeButtonWhite
{
    font-size: 22px;
    position: absolute;
    color: #ffffff;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}
.rainbow {
    background: -webkit-linear-gradient(top, rgba(133, 177, 206, 0.99) 0%, rgb(111, 156, 183) 53%, rgb(226, 235, 240) 55%, rgb(202, 216, 224) 100%);
    background: -o-linear-gradient(top, rgba(133, 177, 206, 0.99) 0%, rgb(111, 156, 183) 53%, rgb(226, 235, 240) 55%, rgb(202, 216, 224) 100%);

    color: #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 62px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 62px 0px rgba(255,255,255,1);
}

.tabRoundRect
{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    position:absolute;
    text-align:center;
    text-justify:auto;

}
.tabRoundRectTwoSidedRightScale
{
    -webkit-border-radius:5px     0px      0px           5px;
    -moz-border-radius:5px     0px      0px           5px;
    border-radius:5px     0px      0px           5px;
    position:absolute;
    text-align:center;
    text-justify:auto;
}


.tabRoundRectLeft
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-align:left;
    text-justify:auto;

}

.gradGray {
    background: -webkit-linear-gradient(top, #afafaf , #959595, #888888); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #afafaf , #959595, #888888); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #afafaf , #959595, #888888); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #afafaf , #959595, #888888); /* Standard syntax (must be last) */
}


.bulletHead {
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-image: url("../../CommonLibs/assets/gui/bulletpoint_16X16.png");
}

.contetInlineblock
{
    display: inline-block;
    position: relative;
}

.tabRoundRectBorder
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    border: dotted;
    -webkit-border:dotted;
    -moz-border:dotted;
    border-color: #07141e;
    position:absolute;
    text-align:center;
    text-justify:auto;
}

.tabRoundRectTransit
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    box-shadow: inset 0px 0px 5px #9c9c9c;
    -webkit-transition: width 2s ease, height 2s ease;
    -moz-transition: width 2s ease, height 2s ease;
    -o-transition: width 2s ease, height 2s ease;
    -ms-transition: width 2s ease, height 2s ease;
    transition: width 2s ease, height 2s ease;
}

.tabRoundRectBoxShadow
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    box-shadow: 0px 0px 8px 1px #9c9c9c
}



.tabRoundRectTransitTwoSidedUp
{
    -webkit-border-radius:0px     0px      4px           4px;
    -moz-border-radius:0px     0px      4px           4px;
    border-radius:0px     0px      4px           4px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    padding: 0px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;

}

.tabRoundRectTransitTwoSidedDown
{
    -webkit-border-radius:10px     10px      0px           0px;
    -moz-border-radius:10px     10px      0px           0px;
    border-radius:10px     10px      0px           0px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    padding: 0px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.tabRoundRectTransitTenPixel
{
    -webkit-border-radius:10px     10px      10px           10px;
    -moz-border-radius:10px     10px      10px           10px;
    border-radius:10px     10px      10px           10px;

    text-align:left;
    text-justify:auto;
    padding: 0px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.tabRoundRectTransitTwoSidedLeft
{
    -webkit-border-radius:0px     4px      4px           0px;
    -moz-border-radius:0px     4px      4px           0px;
    border-radius:0px     4px      4px           0px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    padding: 1px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.tabRoundRectTransitTwoSidedRight
{
    -webkit-border-radius:4px     0px      0px           4px;
    -moz-border-radius:4px     0px      0px           4px;
    border-radius:4px     0px      0px           4px;
    position:absolute;
    text-align:center;
    text-justify:auto;
    padding: 1px;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

.tabRoundPreloader
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-align:center;
    text-justify:auto;
}

ul
{
    list-style-type:lower-roman;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
}
ul li
{
    padding-left:0px;
}

.tabRoundRectInner
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-justify:auto;
    padding: 10px;

}

.tabRoundRectQuestion
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:5px;
    position:absolute;
    text-align:center;
    margin: 15px;
    text-justify:auto;
}

.tabRoundRectZero
{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    position:absolute;
    text-align:center;
    text-justify:auto;
}


.questionPopup
{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background-color: rgba('0,0,0,0.5');
    position:absolute;
    text-align:center;
    text-justify:auto;
}

.tabRoundRectZeroLeft
{
    position:absolute;
    text-align:left;
    text-justify:auto;

}

.crossButton {
    font-size: 22px;

    position: absolute;

    color: #ffffff;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}