/* Minification failed. Returning unminified contents.
(963,54): run-time error CSS1038: Expected hex color, found '#3961627'
 */
.Actions {
    height: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: separate;
    white-space: nowrap;
}

.Action {
    vertical-align: middle;
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: white;
    padding: 1px;
}

    .Action span {
        max-width: 300px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .Action img {
        vertical-align: middle;
    }

.LeafActions {
    position: absolute;
    display: none;
    top: 41px;
    color: white;
    font-size: 14px;
    background-color: #333333;
    z-index: 100;
    margin-left: -1px;
}

    .LeafActions td {
        max-width: 280px;
        min-width: 150px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px;
    }

.ActionArrow {
    padding: 2px;
    transition: transform 300ms;
}

/* The background used to shadow the rest of the page when the dialog is shown */
#DialogBackgroundOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    min-width: 1024px;
    min-height: 600px;
    background-color: lightgray;
    opacity: 0.6;
}

/* Used to shadow the dialog itself to disable interacting with it while an operation is in progress */
#DialogShader {
    z-index: 102;
    vertical-align: middle;
    text-align: center;
    display: none;
    opacity: 0.6;
    background-color: gray;
}

/* A metro style dialog implementation */
.MetroDialog {
    position: absolute;
    min-height: 300px;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    z-index: 101;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    color: white;
    display: none;
    background-color: rgba(90, 90, 90, 1.0);
}

    .MetroDialog > table {
        position: absolute;
        top: 0%;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

#DialogProgressIndicator {
    width: 400px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -15px;
    z-index: 103;
    display: none;
}

#DialogContentContainer {
}

#DialogContent {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    overflow: auto;
}

#HeaderBar {
    width: 100%;
    height: 41px !important;
    background-color: #6B0404 !important;/*rgba(255, 255, 255, 0);*/
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border-spacing: 0px;
    border-collapse: separate;
    min-width: 1024px;
}

#TitleSection, #ActionsSection, #NotificationsSection, #LinksSection, #UserInfoSection {
    background-color: #6B0404 !important;
}

#LogoSection {
    padding: 5px !important;
    padding-left: 15px !important;
}

    #LogoSection:hover {
        background-color: #6B0404 !important;
    }

#ActiveTile {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    #ActiveTile:hover, #TileSelector:hover, #UserInfoSection:hover, #UserInfoMenu:hover, .Action:hover {
        background-color: #4a0202 !important;
    }

#HeaderBar > tr > td {
    vertical-align: middle;
}

.HeaderSpacer {
    width: 5px;
}

/* The logo section in the header bar, this includes the product icon and title */

#LogoSection {
    width: 1px;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    color: white;
    vertical-align: middle;
    padding: 0;
    white-space: nowrap;
}

    #LogoSection:hover {
        cursor: pointer;
    }

    #LogoSection img {
        vertical-align: middle;
        width: 75px;
        margin-left: 2px;
    }

    #LogoSection span {
        display: block;
        padding-left: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 400px;
    }

/* The vertical | that separates the product logo section from the active tile section */
#VerticalSeparator {
    padding-right: 11px;
    padding-left: 10px;
    width: 1%;
}

    #VerticalSeparator > span {
        border-right: 1px solid white;
        vertical-align: middle;
    }

/* Title section in the top bar, it includes the tile icon, title and a drop down tile selector. */

#TitleSection {
    width: 1px;
    padding: 0;
    margin: 0;
    border-spacing: 0px;
    border-collapse: separate;
}

    #TitleSection > table {
        padding: 0;
        margin: 0;
        border-spacing: 0;
        border-collapse: separate;
        height: 100%;
        white-space: nowrap;
    }

#ActiveTile {
    width: 1px;
    max-width: 200px;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    color: white;
    vertical-align: middle;
    padding: 0;
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #ActiveTile > img {
        vertical-align: middle;
    }

    #ActiveTile:hover {
        cursor: pointer;
    }

#TileSelector {
    height: 100%;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

    #TileSelector:hover {
        cursor: pointer;
    }

/* Actions section */

#ActionsSection {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 36px;
    border-spacing: 0px;
    border-collapse: separate;
}

/* Notifications section */

#NotificationsSection {
    padding: 0;
    width: 32px;
    min-width: 32px;
    font-size: 12px;
    color: white;
    white-space: nowrap;
    text-align: center;
}

    #NotificationsSection > table {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    #NotificationsSection img {
        vertical-align: middle;
        width: 17px;
    }

/*
    User information section in the top bar. This contains the user name and avatar and a drop down menu for sign out and other actions .
*/

#UserInfoSection {
    padding: 0;
    text-align: right;
    width: 1px;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    #UserInfoSection:hover {
        cursor: pointer;
    }

    #UserInfoSection > table {
        width: 100%;
        height: 100%;
        text-align: right;
    }

#UserName {
    font-weight: 400;
    font-size: 12px;
    color: white;
    vertical-align: middle;
}

#Avatar {
    height: 32px;
    width: 32px;
    padding-right: 4px;
}

#HeaderBar .Link {
    color: white;
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
}

    #HeaderBar .Link:visited {
        color: white;
        text-decoration: none;
    }

    #HeaderBar .Link:hover {
        color: white;
        opacity: 1.0;
        text-decoration: none;
    }

#LinksSection {
    white-space: nowrap;
    color: white;
}

.ContactUsContainer {
    padding-top: 100px;
}

    .ContactUsContainer > table {
        margin: auto;
        min-width: 600px;
    }

    .ContactUsContainer .ContactUsHeader {
        border-bottom: 1px solid White;
    }

    .ContactUsContainer a {
        color: cyan !important;
        text-decoration: none;
    }

#NotificationsPanel {
    width: 100%;
    min-width: 1024px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 41px;
    vertical-align: middle;
    font-size: 13px;
    color: white;
    display: none;
    overflow-y: auto;
    max-height: 600px;
}

    #NotificationsPanel table {
        border-collapse: collapse;
        width: 100%;
    }

    #NotificationsPanel td {
        height: 48px;
    }

    #NotificationsPanel img {
        vertical-align: middle;
    }

    #NotificationsPanel span {
        vertical-align: middle;
    }

.Notification {
    background-color: rgba(29,29,29, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
}

    .Notification:last-child {
        border-bottom: none;
    }

.NotificationIcon {
    padding-right: 2px;
    vertical-align: middle;
    width: 30px;
}

.NotificationButtons {
    text-align: right;
    width: 1px;
    white-space: nowrap;
}

    .NotificationButtons img {
        padding-right: 3px;
    }

    .NotificationButtons > div {
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
    }

.NotificationButton {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    height: 15%;
}

    .NotificationButton:hover {
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: rgba(48,48,48,0.5);
        cursor: pointer;
    }

    .NotificationButton img {
        vertical-align: middle;
    }

    .NotificationButton span {
        vertical-align: middle;
    }

.Spacer {
    padding-left: 1px;
}
.login-container {
    margin: 0px auto;
    width: 1px;
    text-align: left;
}

.user-name-cell {
    text-align: left;
    width: 400px;
}

.login-input {
    width: 400px;
    height: 30px;
}

.password-cell {
    padding-top: 15px;
}

.error {
    color: red;
    height: 25px;
}

/* Primary Navigation Panel styles */

#PrimaryNavigation {
    position: absolute;
    width: 100%;
    z-index: 100;
    display: none;
}

#TileBasedPrimaryNavigation {
    left: 0;
    top: 41px;
    width: 100%;
    height: 190px;
    vertical-align: middle;
    overflow-y: hidden;
    overflow-x: auto;
    min-width: 1024px;
    background-color: rgba(51, 51, 51, 0.6);
}

#PrimaryNavigationTiles {
    position: absolute;
    padding-right: 30px;
    top: 50%;
    height: 130px;
    margin-top: -65px;
    white-space: nowrap;
}

.Tile {
    height: 155px;
    width: 135px;
    display: inline-block;
    margin-left: 20px;
    margin-top:-10px;
    border: 3px solid rgba(51, 51, 51, 0);
}

    .Tile:hover {
        border: 3px solid #626262;
        cursor: pointer;
    }

.TileText {
    position: relative;
    display: block;
    top: 75px;
    width: 100px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
    width: 100%;
    text-align: center;
}

.TileImage {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
}

.EmptyListMessageContainer {
    display: table;
}

.EmptyListMessage {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.ListColumnHeader {
    vertical-align: sub;
    display: inline-block;
    color: #464443;
    font-size: 16px;
    font-family: "Segoe UI";
    font-weight: 600;
}

.ListSection {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    table-layout: fixed;
}

#ListHeaders td {
    border-bottom: 1px solid #E5DFD2;
    border-right: 1px solid #E5DFD2;
    padding: 10px;
    text-align: left;
}

.StatusBarHeader {
    padding: 0px !important;
    width: 6px !important;
    border-left: 6px solid transparent !important;
    border-right-width: 0px !important;
    box-sizing: border-box;
}

.SelectionHeader {
    padding: 0px !important;
    text-align: center !important;
    width: 20px !important;
    border-right-width: 0px !important;
}

.ScrollBarEmulator {
    padding: 0px !important;
    width: 16px !important;
}

.SortDirection {
    padding-left: 2px;
    vertical-align: baseline;
}

.ListBody {
    overflow: auto;
    height: 100%;
}

div.ListBodyContainer {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
}

.ListRow {
    height: auto;
}

.Cell {
    color: #464443;
    background-color: #FFFFFF;
    border-top: 1px rgba(0, 0, 0, 0) solid;
    border-bottom: 1px solid #E5DFD2;
    padding: 10px;
    border-right: 1px solid rgba(0,0,0,0);
}

.StatusBarCell {
    padding: 0px !important;
    width: 6px !important;
    border-left-width: 6px !important;
    border-left-style: solid !important;
    box-sizing: border-box;
}

.SelectionCell {
    padding: 0px !important;
    text-align: center !important;
    width: 20px !important;
    border-right-width: 0px !important;
}

.Selected {
    background-color: #DAE9FC;
    border-bottom: 1px #66A9D9 solid;
}

.DrawTopBorder {
    border-top: 1px #66A9D9 solid;
}

.ClickableCell {
    cursor: pointer;
    color: #3aa0cc;
}

    .ClickableCell:hover {
        background-color: rgba(220, 220, 220, 0.2);
    }

.ClickableWhileSelected {
    cursor: pointer;
    color: #3aa0cc;
}

    .ClickableWhileSelected:hover {
        background-color: #CAD9EC;
    }

.ListFooter {
    border-bottom: 1px solid #E5DFD2;
    background-color: rgba(229, 223, 210, 0.9);
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #3aa0cc;
}

    .ListFooter label {
        padding-right: 10px;
    }

.DisabledPageLink {
    color: #464443;
    cursor: auto;
}

.OverflowWithEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0px;
}

.OverflowSortHeaderWithEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 15px); /* We need to accomodate the sort icon */
}

.OverflowHeaderWithEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.ZeroMaxWidth {
    max-width: 0px;
}

.ScrollBarPadding {
    padding-right: 16px; /* Used to compensate the table header with the scrollbar width displayed in the body */
}
.TileContainer {
    text-align: left;
    height: 100%;
    width: 100%;
    color: #464443;
    background-color: rgb(244,244,244);
    padding: 10px 2px 10px 2px;
    background-image: url('onedrive-logo.png');
}

    .TileContainer .Title {
        font-size: 20px;
    }

    .TileContainer .SubTitle {
        font-size: 16px;
    }

    .TileContainer .Features {
        font-size: 14px;
        font-weight: 100;
    }

    .TileContainer .PriceContainer {
        font-size: 28px;
        font-weight: 500;
        padding: 10px 0 10px 0;
    }

    .TileContainer .PerYear {
        font-size: 18px;
        font-weight: 300;
    }

    .TileContainer .BuyNow {
        font-size: 18px;
        font-weight: 100;
    }

.TileSelected {
    background-color: rgb(90, 200, 220) !important;
}

.TileTitle {
    height: 70px;
    vertical-align: top;
}

.FeaturesContainer {
    padding: 10px 0 0 0;
}
.NewRow {
    clear: left;
}

.OfferCatalog {
    float: left;
    width: 280px;
    margin: 20px;
}

    .OfferCatalog > div {
        min-height: 280px;
    }

.main-title-text {
    font-size: 36px;
}

.title-text {
    font-size: 32px;
}

.subtitle-text {
    font-size: 20px;
}

.medium-text {
    font-size: 14px;
}

.offer-title {
    font-size: 20px;
    font-weight: 300;
}

.offer-notes {
    padding-left: 12px;
}

.left-padded {
    padding-left: 20px;
}

.right-padded {
    padding-right: 20px;
}

.order-quantity {
    width: 40px;
    margin-left: 10px;
}

.offer-price {
    font-size: 24px;
    font-weight: 400;
}

.abovemedium-text {
    font-size: 18px;
}

.emphasized-text {
    font-size: 24px;
}

.link {
    cursor: pointer;
    color: blue;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.fit-to-content {
    width: 1%;
}

.left-aligned {
    text-align: left;
}


.right-aligned {
    text-align: right;
}

.section {
    font-size: 32px;    
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.section:first-of-type {
    margin-top: 0px;
}

.titleCell {
    float: left;
    width: 250px;
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
}

.row:first-of-type {
    padding-top: 0px;
}

.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #098ee6;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.border-divider {
    border-top: 1px dashed black;
}

.section-divider {
    border-top: 1px solid gray;    
}


.left-float {
    float: left;
}

.submitButton {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #e3223b;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

    .submitButton:hover {
        background: #961627;
        background-image: -webkit-linear-gradient(top, #961627, #e3223b);
        background-image: -moz-linear-gradient(top, #961627, #e3223b);
        background-image: -ms-linear-gradient(top, #961627, #e3223b);
        background-image: -o-linear-gradient(top, #961627, #e3223b);
        background-image: linear-gradient(to bottom, #3961627, #e3223b);
        text-decoration: none;
        color: #ffffff;
    }

.error {
    color: red;
    display: inline;
    font-weight: 100;
    font-size: 12px;
}

.Required {
    font-size: 12px;
    padding-left: 2px;
}

.Required label {
    color: red;
}

.Header {
    border-bottom: 1px solid rgba(190, 190, 190, 0.5);
    padding-bottom: 10px;
    font-size: 32px;
}

.Subtext {
    font-size: 13px;
    font-weight: 100;
}

.TitleCell {
    white-space: nowrap;
    width: 1px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
}


.BottomPadded {
    padding-bottom: 50px;
}

.InputField {
    height: 30px;
    border-radius: 2px;
    border: 1px solid rgba(200, 200, 200, 0.9);
    color: #464443;
    font-size: 16px !important;
    font-weight: 100 !important;
    padding: 3px 3px 3px 10px;
}

.FullWidthInput {
    width: 700px;
    min-width: 600px;
    margin-right: 10px;
}

.HalfWidthInput {
    width: 340px;
    min-width: 295px;
}

.PaddingLeft {
    padding-left: 5px;
}

select {
    box-sizing: content-box;
}

.payment-total {
    margin-right: 20px;
    float: right;
    display: inline-block;
}

.payment-total label {
    text-align: right;
    font-size: 24px;
}

.subscriptions-table {
    width: 100%;
}

.Hidden {
    display: none;
}

.Hoverable {
    cursor: pointer;
}

.verticalCenteredProgress {
    position: relative;
    top: calc(50% - 85px);
}

.product-logo {
    height: 30px;
}
#SubscriptionsList {
    display: none;
    height: 500px;
    border-top: 1px solid #E5DFD2;
    margin-bottom: 10px;
}

.add-plan-header {    
    margin-bottom: 50px;
    margin-left: 15px;
}

#availableSubscriptions {
    width: 500px;
    height: 30px;
}

.first-payment-total-container {
    margin-right: 20px;
    float: right;
    display: inline-block;
}

    .first-payment-total-container label {
        text-align: right;
        font-size: 24px;
    }

.offer-title {
    font-size: 20px;
    font-weight: 300;
}

.offer-license {
    font-size: 14px;
    font-weight: 100;
}

.offer-notes {
    padding-left: 12px;
}

.offer-notes li {
    white-space: normal;
}

.left-padded {
    padding-left: 20px;
}

.right-padded {
    padding-right: 20px;
}

.order-quantity {
    width: 40px;
    margin-left: 10px;
}

.offer-price {
    font-size: 24px;
    font-weight: 400;
}

.monthly-fee {
    font-size: 14px;
    font-weight: 300;
}

.remove-link {
    display: inline-block;
    margin-bottom: 20px;
}

.empty-offers-error-message {
    position: relative;
    height: 100%;
}

.empty-offers-error-message label {
    position: absolute;
    top: 50%;
    font-size: 28px;
}

.PortalOfferList {
    display: none;
    height: 100%;
    width: 100%;    
    margin-top: 20px;
}

#PartnerOffersCatalog {
    display: inline-block;
}

.PortalOfferCaption {
    padding-bottom: 20px;
}


#NonUserContainer{
    text-align:center;
    margin-top:50px
}

#CustomerRegistrationContainer {
    margin: 15px;
}

    #CustomerRegistrationContainer .product-title {
        font-size: 40px;
        font-weight: 100;
        margin-bottom: 10px;
        display: inline-block;
    }

    #CustomerRegistrationContainer .feature-title {
        font-size: 20px;
        font-weight: 100;
        display: inline-block;
    }

    #CustomerRegistrationContainer #AddSubscriptionsViewContainer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #CustomerRegistrationContainer #Consent {
        margin-left: 0px;
    }

    #CustomerRegistrationContainer #SubmitButton {
        margin-top: 20px;
        display: inline-block;
    }

#RegistrationConfirmationContainer {
    margin: 15px;
}

.confirmation-done-button {
    margin-top: 20px;
    display: inline-block;
}

.confirmation-table {
    min-width: 500px;
}

.confirmation-total {
    font-weight: 700;
    font-size: 16px;
}

#ProcessOrderContainer {
    margin: 15px;
}

.confirmation-done-button {
    margin-top: 20px;
    display: inline-block;
}

.confirmation-table {
    min-width: 500px;
}

.confirmation-total {
    font-weight: 700;
    font-size: 16px;
}

#AdminConsoleContainer {
    width: 100%;
    margin-top: 60px;
}

    #AdminConsoleContainer .WelcomeMessageContainer {
        margin: auto;
        text-align: center;
        white-space: nowrap;
    }

        #AdminConsoleContainer .WelcomeMessageContainer > label {
            font-size: 32px;
        }

    #AdminConsoleContainer .UserName {
        font-weight: 600;
    }

    #AdminConsoleContainer .Progress {
        margin: auto;
        text-align: center;
    }

    #AdminConsoleContainer .PromptMessage {
        margin: auto;
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
        white-space: nowrap;
    }

    #AdminConsoleContainer .SetupSectionTitle {
        margin: auto;
        padding: 20px 0px 20px 0px;
        width: 1px;
        text-align: left;
        font-size: 18px;
        white-space: nowrap;
    }

        #AdminConsoleContainer .SetupSectionTitle label {
            color: rgb(41, 142, 186);
            vertical-align: top;
            float: left;
            font-weight: 100;
        }

    #AdminConsoleContainer .SetupSectionStatus {
        margin-top: 8px;
        vertical-align: bottom;
        float: right;
    }
#GrandBrandingContainer {
    padding: 15px;
}

#BrandingContainer {
    display: none;
}
    #BrandingContainer > tbody > tr > td {
        vertical-align: top;
        padding-bottom: 20px;
    }

    #BrandingContainer input[type=file] {
        display: none;
    }

    #BrandingContainer #ContactUsPhone {
        margin-right: 10px;
    }

    #BrandingContainer #ContactUsEmailLabel {
        margin-right: 10px;
    }

    #BrandingContainer #ContactSalesPhone {
        margin-right: 10px;
    }

    #BrandingContainer #ContactSalesEmailLabel {
        margin-right: 10px;
    }

#OfferListContainer {
    height: 100%;
    width: 100%;
}

    #OfferListContainer #offerList {
        display: none;
        height: 100%;
        width: 100%;
    }

        #OfferListContainer #offerList .MicrosoftOfferDetails {
            font-size: 14px;
            color: black;
        }

            #OfferListContainer #offerList .MicrosoftOfferDetails .Name {
                font-size: 20px;
                font-weight: 500;
            }

            #OfferListContainer #offerList .MicrosoftOfferDetails .Id {
                font-size: 16px;
            }

            #OfferListContainer #offerList .MicrosoftOfferDetails .Category {
                display: inline-block;
                margin-top: 10px;
            }

            #OfferListContainer #offerList .MicrosoftOfferDetails .Billing {
            }

            #OfferListContainer #offerList .MicrosoftOfferDetails .Description {
                font-size: 12px;
                font-style: oblique;
                display: inline-block;
                margin-top: 10px;
            }

            #OfferListContainer #offerList .MicrosoftOfferDetails label {
                cursor: pointer;
            }

        #OfferListContainer #offerList .PartnerOfferDetails {
            font-size: 14px;
        }

            #OfferListContainer #offerList .PartnerOfferDetails .Title {
                font-size: 20px;
                font-weight: 500;
            }

            #OfferListContainer #offerList .PartnerOfferDetails .SubTitle {
                font-size: 16px;
            }

            #OfferListContainer #offerList .PartnerOfferDetails table {
                width: 100%;
            }

                #OfferListContainer #offerList .PartnerOfferDetails table td {
                    width: 50%;
                    vertical-align: top;
                }

            #OfferListContainer #offerList .PartnerOfferDetails ul {
                margin: 0px;
            }
#AddOrUpdateOfferContainer {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
}

    #AddOrUpdateOfferContainer .Progress {
        margin: auto;
        text-align: center;
    }

    #AddOrUpdateOfferContainer .Underlined {
        border-bottom: 1px solid rgba(190, 190, 190, 0.5);
        width: 100%;
    }

    #AddOrUpdateOfferContainer .ThumbnailUriContainer {
        padding-right: 20px;
    }

    #AddOrUpdateOfferContainer .MicrosoftOfferDetails {
        font-size: 14px;
    }

        #AddOrUpdateOfferContainer .MicrosoftOfferDetails .Name {
            font-size: 20px;
            font-weight: 500;
        }

        #AddOrUpdateOfferContainer .MicrosoftOfferDetails .Id {
            font-size: 16px;
        }

        #AddOrUpdateOfferContainer .MicrosoftOfferDetails .Category {
            display: inline-block;
            margin-top: 10px;
        }

        #AddOrUpdateOfferContainer .MicrosoftOfferDetails .Description {
            font-size: 12px;
            font-style: oblique;
            display: inline-block;
            margin-top: 10px;
        }

    #AddOrUpdateOfferContainer .CustomizationHeader {
        min-width: 300px;
        font-size: 18px;
    }

    #AddOrUpdateOfferContainer .InputField {
        width: 700px;
        min-width: 600px;
        height: 30px;
        border-radius: 2px;
        border: 1px solid rgba(200, 200, 200, 0.9);
        color: #464443;
        font-size: 16px;
        font-weight: 100;
        padding: 3px 3px 3px 10px;
        margin-right: 6px;
    }

    #AddOrUpdateOfferContainer .InlineBlock {
        display: inline-block;
    }

    #AddOrUpdateOfferContainer .Price {
        width: 100px;
        height: 30px;
        border-radius: 2px;
        border: 1px solid rgba(200, 200, 200, 0.9);
        color: #464443;
        font-size: 16px;
        font-weight: 100;
        padding: 3px 3px 3px 10px;
        margin-right: 6px;
    }

    #AddOrUpdateOfferContainer .DetailedFeatures {
        min-width: 300px;
        font-size: 18px;
        vertical-align: top;
    }

    #AddOrUpdateOfferContainer .AddLink {
        float: right;
        font-size: 14px;
    }

    #AddOrUpdateOfferContainer .DetailedFeaturesContainer {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    #AddOrUpdateOfferContainer .DetailRow {
        margin-bottom: 5px;
    }

    #AddOrUpdateOfferContainer .Detail {
        width: 700px;
        min-width: 600px;
        height: 30px;
        border-radius: 2px;
        border: 1px solid rgba(200, 200, 200, 0.9);
        color: #464443;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 100;
        padding: 3px 3px 3px 10px;
    }

    #AddOrUpdateOfferContainer td {
        padding-bottom: 10px;
    }

.MicrosoftOfferList {
    display: none;
    height: calc(90% - 40px);
    width: 100%;
    background-color: white;
    margin-top: 20px;
}

.OfferErrorMessage {
    margin-top: 20px;
}

#OfferSelectionWizard {
    padding: 20px;
    height: calc(100% - 40px);
}
#PaymentForm {
    padding: 15px;
}

#PaymentForm > table {
    display: none;
}

    #PaymentForm > table > tbody > tr > td {
        vertical-align: top;
        padding-bottom: 20px;
    }
#CustomerSubscriptionsContainer {
}

#CustomerSubscriptionsContainer .subscriptions-content {
    padding: 15px;
}

.subscriptions-title-row {
    width: 500px;
    position: relative;
}

.subscriptions-links {
    position: absolute;
    top: 42%;
    right: 0px;
}

    .subscriptions-links a {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 18px;
        font-weight: 400;
    }

.subscriptions-total {
    font-weight: 700;
    font-size: 16px;
}

.collapse_up,
.collapse_down{
	padding:4px 21px 4px 4px;
	cursor:pointer;
}

.collapse_up{
	background:url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==) no-repeat center right !important;	
    background-size: 15px;
}

.collapse_down{
	background:url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=) no-repeat center right !important;	
    background-size: 15px;
}


tr.SubscriptionRow {    
    display: table-row;
}
tr.SubscriptionHistoryRow {
    display: none;
}

.subscription-action {
    display: block;
}

.highLightSkuRed {
    background-color:rgba(204,0,0,.5);
}

.SubscriptionPending{
    color:#ffd800;
    font-weight:bold;
}

.SubscriptionFailed{
    color:red;
    font-weight:bold;
}

.SubscriptionSuccess{
    color:lightgreen;
    font-weight:bold;
}

.info{
    cursor:pointer;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

#UpdateSeatQuantitiesPresenterContainer {
    margin: 20px;
}

#UpdateSeatQuantitiesPresenterContainer .seat-quantity{
    border-radius:2px;
    width: 90px;
    height:30px;
    border-style:solid;
    border:1px solid grey;
    text-align:center;
    font-size:large;
}

#UpdateSeatQuantitiesPresenterContainer .tableHead{
    vertical-align:bottom;
    padding-bottom: 10px;
}

.greenChange{
    font-size:x-large;
    font-weight: 100;
    color:green;
}

.redChange{
    font-size:x-large;
    font-weight: 100;
    color:red;
}

#UpdateSeatQuantitiesPresenterContainer .SubscriptionRowRLN td{
    height:50px;
}

#subscriptionsViewRLN .centerText{
    text-align:center
}

#UpdateSeatQuantitiesPresenterContainer #validation_summary, #UpdateSeatQuantitiesPresenterContainer #NewSeatQuantity-error{
    font-size:large
}



#AddSubscriptionsPageContainer {
    margin: 20px;
}

    #AddSubscriptionsPageContainer .product-title {
        font-size: 40px;
        font-weight: 100;
        margin-bottom: 10px;
        display: inline-block;
    }

    #AddSubscriptionsPageContainer .add-subscriptions-label {
        font-size: 20px;
        font-weight: 100;
        display: inline-block;
    }

    #AddSubscriptionsPageContainer #AddSubscriptionsViewContainer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #AddSubscriptionsPageContainer #SubmitButton {
        margin-top: 20px;
        display: inline-block;
    }

#UpdateSubscriptionsContainer {
    margin: 20px;
}

    #UpdateSubscriptionsContainer .product-title {
        font-size: 40px;
        font-weight: 100;
        margin-bottom: 10px;
        display: inline-block;
    }

    #UpdateSubscriptionsContainer .feature-title {
        font-size: 24px;
        font-weight: 400;
        display: inline-block;
    }

    #UpdateSubscriptionsContainer #SubmitButton {
        margin-top: 20px;
        display: inline-block;
    }

    #UpdateSubscriptionsContainer Form > table {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }

    #UpdateSubscriptionsContainer input[name="FriendlyName"] {
        width: 400px;
        height: 25px;
    }

    #UpdateSubscriptionsContainer input[name="Quantity"] {
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }

    #UpdateSubscriptionsContainer .offer-price {
        font-size: 24px;
        font-weight: 400;
    }

    #UpdateSubscriptionsContainer .left-column {
        width: 400px;
    }

    #UpdateSubscriptionsContainer .right-column {
        vertical-align: top;
        padding-top: 25px;
    }

    #UpdateSubscriptionsContainer .offer-title {
        font-size: 20px;
    }

    #UpdateSubscriptionsContainer .month-per-user {
        font-size: 16px;
    }

    #UpdateSubscriptionsContainer .offer-features {
        padding-left: 20px;
        font-size: 12px;
    }

.dashedTop {
    border-top: 1px dashed black;
}

form > table {
    border-collapse: collapse;
}
.Padded {
    padding: 35px !important;
}

