﻿.ui-dialog .ui-dialog-title{ width:100% }

/* for context menus */
.ui-dialog { overflow: visible;}

.pod-title
{
    color: #4d4d4d; font-weight: bold; font-size:15px
}

.pod > .ui-dialog-titlebar { z-index:14000; min-height:24px; border:none; border-bottom: 1px solid #d6d6d6; background:none; background-color: #ffffff }
.pod.ui-dialog-content { padding:0 !important }

.pod .ui-icon-closethick{ background: url(/images/dialog-close.png) !important; border:0px}
.pod .ui-dialog-titlebar-close { background: url(/images/dialog-close.png) !important; border:0px}

.pod .ui-button
{
    background-image:url(/images/dialog-close.png) !important;  
    border:none !important; 
}

.pod .ui-button:hover 
{
    border:1px solid #888 !important;
}

.pod .ui-button:active:hover 
{
    background:white !important;  
    border:1px solid #666 !important;
}


::-webkit-scrollbar {
    width: 14px; background:#eee
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 13px
}
 
::-webkit-scrollbar-thumb 
{
    background: rgba(210,210,210,1);
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.15); 
}


.bar-outer,
.bar-inner
{
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.bar-outer {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.bar-outer {
background: url(images/bar-inner-bg.png) repeat-x;
background-size: contain;
border-top: 1px solid #bbb;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #eee;
padding: 7px;
margin: 20px;
}

.bar-inner {
background: url(images/bar-hl.png) repeat-x #444;
background-size: contain;
min-height: 45px;
overflow: hidden;
padding: 0;
margin: 0;
}

.bar {
background: url(images/bar-hl.png) repeat-x;
background-size: contain;
width: 0%;
min-height: 45px;
padding: 0;
margin: 0;
}

.orange {
background-color: #EF7B00;
}

h2
{
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:32px;
    color:black;
    font-weight:bold;   
    line-height:32px;
    margin-bottom:7px;
}

h3
{
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:11px;
    color:#999;
    font-weight:bold;   
    text-transform:uppercase;
}

.col 
{
    vertical-align: middle;
    text-align: center;
}

.mobile-stats h2 {
    font-size: 18px;
    margin: 0 !important;
    line-height: 20px;
}

.mobile-stats .col1 {
padding: 17px 20px;
text-align: left;
width:1%;
}

.mobile-stats .col2 {
text-align: left;
}

.mobile-stats .col3 {
text-align: right;
padding: 17px 0px 0px 20px;
font-weight:bold;
}

