﻿

#bossNow > H1 {
    font-family: Oswald;
    /* color: #c54869;*/
    color: #ffffff;
    text-align: center;
}

#bossNow_Status {
    font-family: Oswald;
    font-size: 1.1em;
    font-style: italic;
    text-align: center;
    color: #ebebeb;
}

#bossNext_info {
    font-family: Oswald;
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

#bossNext_timer {
    min-width: 90px;
    width: 90px;
    text-align: left;
    display: inline-block;
}

.rarity_Basic {
    color: #ffffff;
}

.rarity_Fine {
    color: #4f9dfe;
}

.rarity_Masterwork {
    color: #2dc50e;
}

.rarity_Rare {
    color: #ffe51f;
}

.rarity_Exotic {
    color: #fda500;
}

.rarity_Ascended {
    color: #ee3388;
}

.rarity_Ascended2 {
    color: #dd5f80;
}

.rarity_Legendary {
    color: #a02ef7;
}

.odd {
    background: #100f0f;
}

    .odd:hover {
        background: #2f2c2c;
    }

.now {
    background: #c54869;
    color: #ffffff;
}

    .now input {
        color: #ffffff !important;
    }

    .now:hover {
        background: #dd5f80 !important;
        color: #ffffff !important;
    }

    .now > input {
        color: #ffffff !important;
    }

    .now .title .icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.next {
    background: #3b1f26;
    color: #ffffff;
}

    .next input {
        color: #ffffff !important;
    }

    .next:hover {
        background: #673542 !important;
        color: #ffffff !important;
    }

    .next .title .icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.container {
    width: 720px;
    min-width: 720px;
    max-width: 720px;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 2px #ff00ff;
    display: table-row;
    cursor: default;
}

    .container .icon {
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    .container:hover .icon {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .container > .countdown {
        width: 60px;
        min-width: 60px;
        border-right: dotted 1px #555555;
        font-family: "Lucida Console", Monaco, monospace;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10pt;
    }

    .container > .start {
        width: 60px;
        min-width: 60px;
        border-right: dotted 1px #555555;
        font-family: "Lucida Console", Monaco, monospace;
        font-size: 10pt;
        text-align: center;
    }

        .container > .start > .ampm {
            font-size: 8pt;
        }

    .container > .title {
        width: 100%;
        border-right: dotted 1px #555555;
        padding-left: 5px;
    }

    .container > .complete {
        min-width: 18px;
        width: 18px;
    }

    .container > .dragonite {
        min-width: 78px;
        padding-left: 5px;
        border-right: dotted 1px #555555;
    }

    .container > .items {
        min-width: 58px;
        padding-left: 5px;
        border-right: dotted 1px #555555;
    }

    .container > .bags {
        min-width: 58px;
        padding-left: 5px;
        border-right: dotted 1px #555555;
    }

    .container > .waypoint {
        padding-left: 5px;
        text-align: right;
    }

        .container > .waypoint > input {
            background-color: transparent;
            color: #555555;
            border: none;
            font-family: "Lucida Console", Monaco, monospace;
            font-size: 9pt;
            cursor: pointer;
            width: 100px;
            height: 20px;
            margin: 0px;
            padding: 0px;
        }

    .container > div {
        display: table-cell;
        white-space: nowrap;
        height: 32px;
        line-height: 32px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        border-bottom: solid 1px #555555;
    }

        .container > div > .odd {
        }

    .container > img {
        border: none;
        vertical-align: top;
    }

    .container:hover {
        background: #2f2c2c;
        color: #ffffff;
    }

.settingIcon {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
}


    .settingIcon:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

.completeIcon {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: pointer;
}


    .completeIcon:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }

#bossNow {
    font-size: 12pt;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 700px;
    min-width: 700px;
    background: #0f0e0a;
    color: #ffffff;
    padding: 10px;
    border-bottom: solid 1px #ffffff;
    background-image: url('http://dulfy.net/GW2Timer/bg_Unknown.jpg');
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 1px 1px 1px #000000;
    min-height: 210px;
}

#bossNext {
    width: 700px;
    min-width: 700px;
    background: #0f0e0a;
    color: #ffffff;
    padding: 10px;
    padding-top: 20px;
    border-bottom: solid 1px #ffffff;
    background-image: url('http://dulfy.net/GW2Timer/bg_Unknown.jpg');
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 1px 1px 1px #000000;
    min-height: 150px;
}
