﻿/* Traffic Source Popup */
.hide {
    display: none;
}

.metroBlack {
    background: #40474f;
}

.metroGray {
    background: #ededed;
}

.metroWhite {
    background: #ffffff;
}

.itemSelect {
    width: 95%;
    border: 2px solid #ededed;
    padding: 2px 0px 2px 0px;
    margin: 10px;
    text-align: left;
    background: white;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .itemSelect:hover {
        background: #ededed;
    }

.itemText {
    margin-left: 4px;
    color: #40474f;
}

.closeButton {
    background: #40474f;
    width: 35px;
    height: 28px;
    float: right;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 7px 0px 0px 0px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.button {
    background: #fd8537;
    color: white;
    width: 110px;
    height: 26px;
    text-align: center;
    padding-top: 4px;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.selectedbutton {
    background: #f1a069;

}
.selectionBox {
    border: none;
    width: 100%;
}

    .selectionBox:disabled {
        background: white;
        color: black;
    }
