﻿/*New User Tour Styles*/

#NewUserTourMessage > div.system-message-item-text > #startTour {
    background-color: #6eb46f;
    border-color: #3c763d;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 15px;
}

#NewUserTourMessage > div.system-message-item-text > #startTour:hover {
    background-color: #69c26a;
}

.popover {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #424242;
}

.popover.bottom > .arrow {
    border-bottom-color: #3c763d;
    top: -10px;
}

.popover.right > .arrow {
    border-right-color: #3c763d;
}

.popover.top > .arrow {
    border-top-color: #3c763d;
}

.popover.left > .arrow {
    border-left-color: #3c763d;
}

.popover-title {
    color: #3c763d;
    font-weight: bold;
}

.popover > .btn {
    color: #424242;
}
.next-button {
    margin-left: 10px;
}