﻿@font-face {
    font-family: 'Conv_CaviarDreams';
    src: url('../lib/fonts/CaviarDreams.eot');
    src: local('☺'), url('../lib/fonts/CaviarDreams.woff') format('woff'), url('../lib/fonts/CaviarDreams.ttf') format('truetype'), url('../lib/fonts/CaviarDreams.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    position: relative;
    min-height: 100%;
    height: 100%;
    font-size: 16px;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
    line-height: normal;
    background-color: #FFF;
    font-family: "Segoe UI", Arial, sans-serif;
}

main {
    flex: 1;
    padding: 25px 32px;
}

h1 {
    font-size: 48px;
    line-height: 64px;
    font-family: Conv_CaviarDreams;
}

.custom-font {
    font-family: Conv_CaviarDreams;
}

h3 {
    font-size: 28px;
    margin-bottom: 37px;
}

p {
    font-size: 24px;
}

.ms-Dialog {
    max-width: initial;
    width: 950px;
    padding-bottom: 0;
}

.ms-Dialog-content {
    min-height: 250px;
    padding-bottom: 30px;
}

.ms-Dialog-actions {
    display: flex;
    height: 91px;
    background-color: rgba(233, 237, 243, 0.3);
    align-items: center;
    justify-content: flex-end;
    margin: 0 -24px;
    padding: 0 24px;
}

    .ms-Dialog-actions > button {
        margin-left: 20px;
    }

.ms-ContextualMenu-item a:hover {
    text-decoration: none;
}

.ms-link-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    min-width: 163px;
    height: 43px;
    background-color: rgb(255, 255, 255);
    color: rgb(50, 49, 48);
    user-select: none;
    outline: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(138, 136, 134);
    border-image: initial;
    text-decoration: none;
    border-radius: 2px;
}

    .ms-link-button:hover {
        background-color: rgb(243, 242, 241);
        color: rgb(32, 31, 30);
        text-decoration: none;
    }

    .ms-link-button:active {
        background-color: rgb(237, 235, 233);
        color: rgb(32, 31, 30);
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.ms-Button {
    min-width: 170px;
    font-size: 20px;
    height: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
    border: none;
}

    .ms-Button.ms-Button--primary {
        background-color: #00ADEE;
    }

        .ms-Button.ms-Button--primary:hover {
            background-color: #444444;
            border: none;
        }

    .ms-Button .ms-Button-label {
        font-size: 18px;
        font-weight: normal;
    }

    .ms-Button.ms-Button--small {
        line-height: 30px;
    }

        .ms-Button.ms-Button--small .ms-Button-label {
            font-size: 18px;
        }

.ms-Link.remove-button.remove-single-user {
    font-size: 15px;
}

.ms-Button--gray {
    background-color: #707071;
}

    .ms-Button--gray:hover {
        background-color: #605e5c;
    }

    .ms-Button--gray:active {
        background-color: #707071;
    }

    .ms-Button--gray .ms-Button-label, .ms-Button--gray:hover .ms-Button-label {
        color: white;
    }

a.ms-Button {
    text-decoration: none;
}

.ms-Label, .ms-TextField .ms-Label {
    font-size: 16px;
    font-weight: 600;
}

.ms-Link {
    font-size: 20px;
}

    .ms-Link:focus, .ms-Link:hover {
        text-decoration: none;
    }

.ms-Table tbody td {
    font-size: 15px;
    line-height: 70px;
}

.ms-Table td, .ms-Table th {
    border-bottom: 1px solid #E9EDF3;
    color: #000;
}

.ms-Table-head, .ms-Table thead th {
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
}

.ms-Table-row, .ms-Table tr {
    font-size: 14px;
}

.ms-Toggle-field .ms-Label {
    white-space: nowrap;
    position: relative;
    top: -5px;
}

.ms-Toggle-description {
    font-size: 18px;
}

.wrapper-section {
    display: flex;
    flex-flow: column;
    min-width: 807px;
    min-height: 353px;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 24px 59px 0;
}

    .wrapper-section h1 {
        margin-bottom: 20px;
    }

    .wrapper-section p {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .wrapper-section .content {
        flex: 1;
        padding-bottom: 80px;
    }

    .wrapper-section .bottom-action {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 91px;
        background: rgba(233, 237, 243, 0.3);
        margin: 0 -59px;
    }

        .wrapper-section .bottom-action .ms-Button {
            margin-right: 15px;
        }

.ms-ContextualMenu.ms-ContextualMenu--hasChecks .ms-ContextualMenu-link, .ms-ContextualMenu.ms-ContextualMenu--hasIcons .ms-ContextualMenu-link {
    padding: 0 16px 0 15px !important;
}

.user-management section {
    display: none;
}

#ISVManagement section:nth-child(n+2) {
    display: none;
}

.center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ms-ContextualHost {
    left: auto !important;
    right: 28px;
}

header {
    display: flex;
    min-height: 70px;
    border-bottom: 1px solid #E9EDF3;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

    .logo span {
        font-size: 18px;
        font-weight: 600;
        margin-left: 9px;
    }

        .logo span a {
            color: #000;
            text-decoration: none !important;
        }

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    min-height: 65px;
    border-top: 1px solid #E9EDF3;
    color: #477BA1;
    font-size: 14px;
}

.login-section {
    width: 620px;
    height: 344px;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

    .login-section header {
        border: none;
        height: auto;
    }

    .login-section p, .login-section a, .login-section header {
        margin: 35px 35px 0 65px;
    }


#seatBasedSection table {
    min-height: 150px;
}

/* User Management page */
#seatBasedSection p {
    font-size: 20px;
}

#purchaseLicenseButton {
    position: relative;
    top: -6px;
}

#assignDialog .d-flex {
    margin-top: 45px;
}

#assignDialog .ms-TextField input {
    width: 535px;
}

#assignDialog .ms-TextField {
    margin-right: 70px;
}

#assignDialog .ms-Dialog-content {
    min-height: 340px;
}

#adminSelect {
    position: relative;
    top: 25px;
}

#assignedusers tr td:nth-child(4) {
    text-align: right;
    padding-right: 30px;
}

    #assignedusers tr td:nth-child(4) .ms-Link {
        font-size: 15px;
        visibility: collapse;
    }

#assignedusers tr:hover td {
    background-color: rgba(196, 196, 196, 0.1);
}

    #assignedusers tr:hover td:nth-child(4) .ms-Link {
        visibility: visible;
    }

/* ISV Management page */

#orgSection table tbody tr:hover td {
    cursor: pointer;
    background-color: rgba(196, 196, 196, 0.1);
}

#orgDetailSection nav {
    margin-top: -70px;
    margin-bottom: 50px;
}

    #orgDetailSection nav .ms-Link {
        font-size: 16px;
    }

#orgDetailSection p {
    font-size: 20px;
}

    #orgDetailSection p span {
        text-transform: capitalize;
        font-weight: 500;
    }

.ms-Button .ms-Spinner {
    display: none;
    width: 30px;
    vertical-align: middle;
}

.ms-Button .ms-Spinner-circle {
    background-color: #333;
}

.ms-Button[disabled] .ms-Spinner {
    display: inline-block;
}

.quantitylist ul, .quantitylist li {
    padding: 0;
    list-style: none;
}

.quantitylist label {
    width: 220px;
    display: inline-block;
}

.quantitylist span {
    font-weight: bold;
}

.purchase {
    margin-bottom: 14px;
}

.ms-CommandButton-button, .ms-ContextualMenu-link, .ms-Button, .ms-Table, .ms-Link, .ms-Dialog-content, .ms-Label {
}

.ms-CommandButton-header {
    margin-right: 16px;
}

#email-error {
    color: red;
}

#welcomePopup {
    background-color: #FFF;
    width: 500px;
    height: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 250px);
    border-radius: 10px;
    padding: 10px 25px 25px 25px;
    color: #000;
    font-weight:300;
}

#welcomePopupWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(200,200,200, 0.7);
    top: 0px;
    left: 0px;
}

.close-icon {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.popup-nav-icon {
    font-size: 35px;
    color: #aaa;
    position: absolute;
    top: 460px;
    user-select: none;
}

.popup-nav-icon-active {
    font-size: 35px;
    color: #000;
    cursor: pointer;
}

#popup-nav-icon-left {
    left: calc(50% - 20px);
}

#popup-nav-icon-right {
    left: calc(50% + 20px);
}

#showGuideLabel {
    position: absolute;
    top: 440px;
}

.sort-icon {
    display: inline;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-left: 5px;
}

    .sort-icon.asc::before {
        content: "\25B2";
    }

    .sort-icon.desc::before {
        content: "\25BC";
    }

    .sort-icon:before {
        content: "\25B2";
    }
.welcome-screen > p {
    font-size: 20px;
}

.indent2 {
    margin-left: 20px;
}

.indent3 {
    margin-left: 40px;
    margin-bottom: 0px;
}

.indent4 {
    margin-left: 60px;
}

.indent5 {
    margin-left: 80px;
}

.indent5 {
    margin-left: 100px;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.accordion-last {
    border-bottom: 1px solid #ccc;
}
    .active, .accordion:hover {
        background-color: #bbb;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: #ddd;
    overflow: hidden;
}

    .panel > p, .panel > ul > li > p, .panel > ol > li > p {
        font-size: 15px;
    }

.panel {
    background-color:#ddd;
}
div.panel p:first-of-type {
    padding-top: 10px;
}

.warning {
color:orange;
font-size:15px;
font-weight:bold;
}

.header-icon {
    color: #00ADEE;
}

    .home-icon > a:hover {
        color: #00ADEE;
    }

.home-icon {
    margin-left: auto;
    margin-right: 20px;
}