﻿div#dialogue, #dialogue2, #dialogue3, #dialogue5, #dialogue7, #subDialogue {
    width: 50%;
    left: 22%;
    font-family: Tahoma;
    font-size: 10pt;
    color: black;
}


div#buildingLeagueTable ul.buildingLeagueTable li {
    padding: 10px 0px 0px 5px;
}

    div#buildingLeagueTable ul.buildingLeagueTable li input[type="checkbox"] {
        float: left;
        margin-top: 25px;
        margin-right: 10px;
    }

div.tabbed-content {
    /* ie hasLayout fix */
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px #cecaca;
    -moz-box-shadow: 0px 0px 8px #cecaca;
    -o-box-shadow: 0px 0px 8px #cecaca;
    box-shadow: 0px 0px 5px gray; /* relative to the aspx page not this css file! */
    behavior: url(../../../Theme/CSS/assets/PIE.htc);
    padding: 5px;
    height: 100%;
    /*width: 950px;*/
    margin: 1%;
    padding: 1%;
}

.one-third-width {
    width: 300px;
}

.one-fifth-width {
    width: 320px;
}

#consumptionBarWrapper {
    display: table;
}

#row {
    display: table-row;
}

.divBuildings {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border: 0px;
}

.divGroupName {
    display: table-cell;
    color: #FFFFFF;
    height: 60px;
    background-color: #524F4F;
    width: 180px !important;
    border-radius: 10px 10px 10px 10px;
}

    .divGroupName h2 {
        display: inline-block;
        width: 180px !important;
        margin: 20px;
        color: #fff;
        border-bottom: none;
        font-weight: bold;
        padding-top: 0px;
        text-align: center;
        font-size: 9pt;
        font-family: Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
    }

.divRedGroupValue {
    margin: 10px 0px 10px 0px;
    color: #FFFFFF;
    padding: 10px 30px 0px 0px;
    box-shadow: 0px 4px 2px #888888;
    border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    background: -webkit-linear-gradient(#F5BABA,#F24360); /* For Safari 5.1 to 6.0 #F7F4F4,#F28898)*/
    background: -o-linear-gradient(#F5BABA,#F24360); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F5BABA,#F24360); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F5BABA,#F24360); /* Standard syntax */
}

    .divRedGroupValue h2 {
        padding: 0px;
        border-bottom: none;
        font-weight: initial;
        color: black;
        margin-top: 4px;
        text-shadow: 1px 1px #a0adb3;
        text-align: center;
        float: right;
        font-size: 9pt;
        font-family: Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: bold;
    }

.divYellowGroupValue {
    margin: 10px 0px 10px 0px;
    color: #FFFFFF;
    padding: 10px 30px 0px 0px;
    box-shadow: 0px 4px 2px #888888;
    border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    background: -webkit-linear-gradient(#FAF8C3,#FCFC00); /* For Safari 5.1 to 6.0  #F7F4F4,#F7F759*/
    background: -o-linear-gradient(#FAF8C3,#FCFC00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FAF8C3,#FCFC00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FAF8C3,#FCFC00); /* Standard syntax */
}

    .divYellowGroupValue h2 {
        padding: 0px;
        border-bottom: none;
        font-weight: initial;
        color: black;
        margin-top: 4px;
        text-shadow: 1px 1px #a0adb3;
        text-align: center;
        float: right;
        font-size: 9pt;
        font-family: Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: bold;
    }

.divAquaGroupValue {
    margin: 10px 0px 10px 0px;
    color: #FFFFFF;
    padding: 10px 30px 0px 0px;
    box-shadow: 0px 4px 2px #888888;
    border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    background: -webkit-linear-gradient(#CFFCF9,#0AFAEA); /* For Safari 5.1 to 6.0 #F7F4F4,#74F7F0*/
    background: -o-linear-gradient(#CFFCF9,#0AFAEA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CFFCF9,#0AFAEA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CFFCF9,#0AFAEA); /* Standard syntax */
}

    .divAquaGroupValue h2 {
        padding: 0px;
        border-bottom: none;
        font-weight: initial;
        color: black;
        margin-top: 4px;
        text-shadow: 1px 1px #a0adb3;
        text-align: center;
        float: right;
        font-size: 9pt;
        font-family: Tahoma, 'Helvetica Neue', Helvetica, sans-serif;
        font-weight: bold;
    }
/* buttons */
/*ul.button, .button ul, ul.arrow-button {
    list-style: none;
    display: inline-block;
    clear: none;
    zoom: 1;
    *display: inline;
}

ul.button, .button ul {
    height: 24px;
}

    ul.button li, .button ul li {
        background: url(../../../Theme/Image/button_l.png) no-repeat;
        padding: 0 0 0 2px;
        margin-right: 3px;
        float: left;
    }

        ul.button li:hover, .button ul li:hover {
            background: url(../../../Theme/Image/button_l_hover.png) no-repeat;
            padding: 0 0 0 2px;
        }

    ul.button a, .button ul a {
        float: left;
        background: url(../../../Theme/Image/button_r.png) no-repeat right top;
        margin: 0 0 0 0.6em;
        padding: 5px 12px 5px 10px;
        color: rgb(75,74,76) !important;
        font-size: 8pt;
        text-decoration: none;
        display: block;
        zoom: 1;
    }

    ul.button .none, ul.button .none:hover, .button ul .none, .button ul .none:hover {
        float: left;
        background-image: url();
        padding: 0 0 0 2px;
    }*/

.divCompareAsset {
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
}

.divRedBorder {
    width: 290px;
    border: 3px solid #F28898;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.divRedClass {
    width: 290px;
    height: 182px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #F28898;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background: radial-gradient(circle farthest-corner, #F7F4F4, white 10%, #F28898 50%, #F7F4F4);
}

.divYellowBorder {
    width: 290px;
    border: 3px solid #F7F759;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.divYellowClass {
    width: 290px;
    height: 182px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #F7F759;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    background: radial-gradient(circle farthest-corner, #F7F4F4, white 10%, #F7F759 50%, #F7F4F4);
}

.divAquaBorder {
    width: 290px;
    border: 3px solid #74F7F0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.divAquaClass {
    width: 287px;
    height: 182px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #74F7F0;
    margin-top: 5px;
    margin-bottom: 10px;
    background: radial-gradient(circle farthest-corner, #F7F4F4, white 10%, #74F7F0 50%, #F7F4F4);
}

.badge {
    height: 140px;
    width: 140px;
    margin-left: 70px;
    margin-top: 5px;
    border-radius: 50%;
    background: white;
}

.imgClass {
    margin-left: 10px;
    margin-top: 5px;
    height: 30px;
    width: 33px;
}

.lblLargeClass {
    margin-top: 5px;
    font-family: Tahoma;
    font-size: 21pt;
    font-weight: bold !important;
    margin-right: 50px;
}

.lblMediumClass {
    margin-top: 5px;
    font-family: Tahoma;
    font-size: 16pt;
    font-weight: bold !important;
    padding: 10px;
    /*margin-left: 80px;*/
}

.lblSmallClass {
    float: right;
    font-size: 8px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.lblClass {
    margin-top: 5px;
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold !important;
    margin-left: 5px;
}

.lblBottomClass {
    margin-top: 5px;
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold !important;
    margin-left: 5px;
}

.chartPerformanceClass {
    height: 145px;
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.divBottomRedClass {
    width: 290px;
    height: 112px;
    border: 3px solid #F28898;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.divBottomYellowClass {
    width: 290px;
    height: 112px;
    border: 3px solid #F7F759;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.divBottomAquaClass {
    width: 287px;
    height: 112px;
    border: 3px solid #74F7F0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: center;
    font-weight: bold;
}

#dialog-box {
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width: 328px;
    /* make sure it has the highest z-index */
    position: absolute;
    z-index: 5000;
    /* hide it by default */
    display: none;
}

    #dialog-box .dialog-content {
        /* style the content */
        text-align: center;
        padding: 10px;
        margin: 13px;
        font-family: Tahoma;
    }
        /* extra styling */
        #dialog-box .dialog-content p {
            font-weight: 700;
            margin: 0;
        }

        #dialog-box .dialog-content ul {
            margin: 10px 0 10px 20px;
            padding: 0;
            height: 100px;
        }

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 0.5em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

#dialog-box1 {
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /* css3 border radius */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    /* styling of the dialog box, i have a fixed dimension for this demo */
    width: 328px;
    /* make sure it has the highest z-index */
    position: absolute;
    z-index: 5000;
    /* hide it by default */
    display: none;
}

    #dialog-box1 .dialog-content {
        /* style the content */
        text-align: center;
        padding: 10px;
        margin: 13px;
        font-family: Tahoma;
    }
        /* extra styling */
        #dialog-box1 .dialog-content p {
            font-weight: 700;
            margin: 0;
        }

        #dialog-box1 .dialog-content ul {
            margin: 10px 0 10px 20px;
            padding: 0;
            height: 100px;
        }
