/* Minification failed. Returning unminified contents.
(161,27): run-time error CSS1038: Expected hex color, found '#0C95F0​'
(351,16): run-time error CSS1038: Expected hex color, found '#00416C​'
 */
body {
    background-color: #F7F8FA;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    background-attachment: fixed;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.masthead {
    text-align: center;
}

.app-name {
    font-size: 2em;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    color: #4d5966;
}

.app-name span {
    color: #00adbb;
    font-size: 1.2em;
    font-weight: 400;
}

.tenant-name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13ch;
    font-size: 13px;
}

.navbar-user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13ch;
    font-size: 14px;
}

.partial-login-block {
    margin: -12px;
}

.account-badge {
    background-color: #dfdfdf;
    color: #131313;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    float: left;
    margin-top: 16px;
    height: 36px;
    width: 36px;
    padding: 9px 7px;    
}

.ninedot-apps {
    margin-top: 10px;
}

.ninedot-apps img{
    width: 18px;
}

.login-title {
    color: #2a3132;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 40px;
}

.custom-login-input {
    padding-bottom: 15px;
}

.login-options {
    padding-bottom: 25px;
}

.stay-signed-in {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.app-name .tag-line {
    font-size: .65em;
    margin-top: .5em;
    color: #aeaeae;
}

.app-name .alert {
    font-size: 14px;
    max-width: 340px;
    margin: 1em auto 0;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 332px;
}

label {
    font-weight: 400;
    font-family: 'Roboto';
    color: #444444;
}

.required:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: .5em;
    content: "\f069";
    color: brown;
    vertical-align: super;
    margin-left: 2px;
}

.beta-flag {
    text-align: center;
}

/* Breadcrumb*/
.breadcrumb {
    background: none;
}

/* Community Brands Color Palette */
.btn-primary {
    background-color: #1779BA;
    border-color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        background-color: #0C95F0​;
    }

    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #00ADBB;
        border-color: #00ADBB;
    }


.account-info {
    display: block;
    padding-left: 20px;
}
.title {
    padding-top: 10px;
}
.details {
    margin-bottom: 10px;
}    
    
.dropdown-menu {
    width: 350px;
}

.dropdown-menu > li > a {
    color: #337ab7;
}

.menu-delimiter {
    margin-block: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
}

/* Unordered Lists of Read Only Informational Text */
.info-list {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

    .info-list li {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .info-list h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

/* Bootstrap Navbar Overrides */
.navbar-default {
    background-color: #fff;
    padding: 7px 20px;
}

.navbar-brand img {
    width: 120px;
}

/* Bootstrap Tab Overrides*/
.tab-content .tab-pane.active {
    border: thin solid #ddd;
    border-top: 0;
    padding: 1.75em;
    border-radius: 0 0px 4px 4px;
}

.tab-content .tab-pane {
    background-color: #fff;
}

/* Table Styling */
td {
    word-break: break-all;
}

.grid-actions {
    background-color: #f5f6f7;
    border: thin solid gainsboro;
    border-radius: 4px;
    padding: 8px 6px;
    margin-bottom: 1em;
}

/* Top Navigation*/
#topNav .top-nav-icon {
    font-size: 23px;
    padding-top: 24px;
}

#topNavTabs {
    float: left;
    margin: 0;
    position: relative;
    left: 20px;
    top: 4px;
}
      
    .navbar-default .navbar-nav > li > form {
        margin: 11px 0 0 15px;
    }

    .navbar-default .navbar-nav > li > form > a, .navbar-default .navbar-nav > li > a {
        color: #333;
        font-size: 1em;
        cursor: pointer;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > form > a:hover, .navbar-default .navbar-nav > li > form > a:focus {
    color: #0097a9;
}


.navbar-brand {
    padding: 8px 13px 2px;
}

.mobile-nav {
    display: none;
}

@media screen and (max-width: 767px) {
    .mobile-nav {
        display: inline;
        margin-left: 6px;
    }
}

/* Form and workspace styling */
.workspace {
    background-color: #fff;
    border: thin solid gainsboro;
    border-radius: 4px;
    padding: 1em 1em 1.5em;
    opacity: 0.85;
}

.workspace-header {
    font-size: 20px;
    font-weight: 500;
}

/* Login Pages Styling*/
.login-form {
    width: 450px;
    margin: 100px auto 20px auto;
    padding-left: 40px;
    padding-right: 40px;
}

.login-form-logo {
    text-align: center;
    margin-bottom: 1.5em;
}

    .login-form-logo img {
        width: 252px;
    }

.chgpwd-form {
    width: 632px;
    margin: 100px auto;
}

.reset-password-link {
    text-align: right;
    color: #216898;
}

    .reset-password-link:hover {
        color: #00416C​;
    }

/* App Launcher Page*/
#appLauncher .card {
    display: inline-block;
    margin-right: 8px;
}

    #appLauncher .card img {
        width: 120px;
        padding: 8px;
    }

    #appLauncher .card .card-body {
        padding-top: 1.5em;
        display: table;
        width: 560px;
        line-height: 1.1;
    }
        

            #appLauncher .card .card-body a:hover {
                text-decoration: none;
            }


.app-description {
    color: #444;
    text-align: left;
    padding-left: 30px;
    padding-right: 25px;
}

.green {
    color: #7bad14;
}

.red {
    color: indianred;
}


/*PROFILE PAGE*/

.user-profile {
    background-color: #fff;
    padding: 1.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.responsive-breadcrumb {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    margin: 1.5em 0;
    padding: 4px 10px;
}

.user-avatar, .user-detail {
    display: inline-block;
}

.user-avatar {
    margin-right: 20px;
    text-align: center;
}

    .user-avatar img {
        width: 70px;
        border-radius: 4px;
    }

.user-detail {
    vertical-align: top;
}

.email-resend {
    font-size: 13px;
}

.user-detail-actions {
    margin-top: 5px;
}

.user-name {
    font-size: 24px;
    text-transform: capitalize;
}

.username {
    color: darkorchid;
}

.edit-user-link {
    font-size: 10px;
}

.allowed-app, .user-group {
    border: thin solid gainsboro;
    border-radius: 4px;
    padding: 6px 8px;
    margin-bottom: 6px;
}

    .allowed-app .checkbox, .user-group .checkbox {
        margin: 0;
    }

.allowed-app-title {
    padding: 6px 12px 3px;
    border-left: thin solid gainsboro;
}

.widget {
    border: thin solid gainsboro;
    border-radius: 4px;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    background-color: #fff;
}

.widget-header {
    font-size: 16px;
    margin-bottom: 1em;
}

.tab-actions {
    margin-top: 3px;
    padding: .5em 0 0;
}

    .tab-actions .btn.pull-right {
        margin-left: 4px;
    }

.pnotify-center {
    right: calc(50% - 150px) !important;
}

/* NOT AUTHORIZED PAGE */
#notAuthorized ul {
    font-size: 22px;
    color: slategrey;
    margin: 1.5em 0;
    padding-left: 23px;
}

#notAuthorized header {
    text-align: center;
    margin-bottom: 3em;
}

    #notAuthorized header h3 {
        margin-top: 8px;
    }

#notAuthorized p {
    font-size: 17px;
}

/* USERS PAGE */
#usersTable tbody td.text-left:nth-child(+n+5),
#usersTable thead th.text-left:nth-child(+n+5) {
    text-align: center;
}

/* validation */
.validation-summary-valid {
    display: none;
}

/*.validation-summary-errors li ~ li {
    display: none !important;
}*/

[data-valmsg-summary] ul {
    margin-bottom: 0px;
}

[data-valmsg-summary] .panel-heading {
    padding-bottom: 0px;
}

.notify-msg-content {
    display: none !important;
}

.sh-heading-font {
    font-family: "Gotham Rounded A","Gotham Rounded B","Gotham Rounded","Helvetica Neue",Helvetica,Arial,sans-serif,"Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

.sh-404-page {
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sh-404-left {
    padding-right: 35px;
    padding-top: 40px;
}


.sh-404-right {
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.sh-ratio {
    position: relative;
}

.sh-ratio-container-1_1 {
    padding-bottom: 100%;
}

.sh-404-container {
    width: 100%;
}

.sh-404-left .sh-ratio-content {
    background-image: none;
}

.sh-404-left .sh-ratio-content {
    border-radius: 100%;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sh-ratio-content {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: 50% 50%;
}

.sh-404-title {
    font-size: 156px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.sh-404-shadow {
    margin: 0 auto;
    margin-top: 30px;
    width: 120px;
    height: 10px;
    background-color: #ececec;
    border-radius: 100%;
}

.sh-404-page .sh-404-overlay {
    background-color: #5fcf80;
}

.sh-404-overlay {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(58, 58, 58);
    opacity: 0.8;
    border-radius: 100%;
}

.sh-404-page h1 {
    font-size: 48px;
    color: #505050;
}

.sh-404-description {
    font-size: 18px;
    color: #848484;
    line-height: 140%;
    margin-bottom: 40px;
}

.tt-menu {
    padding: 8px !important;
}

.tt-suggestion:hover {
    background-color: whitesmoke !important;
}

div#tenantusersearch.input-group .form-control {
    float: inherit;
    min-width: 350px;
}

.tt-dropdown-menu.tt-suggestion.tt-selectable a {
    color: #23527c
}

.tt-dropdown-menu.tt-suggestion.tt-selectable a:hover {
        text-decoration: none;
    }

label.changed {
    content: "*";
    color: brown;
    margin-right: 2px;
    font-weight: bold;
}

span.changed {
    background-color: PaleGoldenRod;
}


.card-header {
    background-color: whitesmoke;
    border-bottom: thin solid gainsboro;
    font-size: 1.25em;
    font-weight: 600;
    padding: .5em .75em;
}

.card-body {
    padding: .5em .75em;
}

.card-timestamp {
    font-style: italic;
    margin-bottom: 1em;
}

.card-title {
    margin-bottom: -5px;
}

.card-subtitle {
    margin-bottom: 0;
}

.card-text {
    text-align: right;
    font-style: italic;
    font-size: .95em;
}
.tt-dropdown-menu.tt-suggestion.tt-selectable a:hover {
    text-decoration: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

/*PRODUCTS*/
.product-card {
    border: thin solid gainsboro;
    border-radius: 4px;
    margin-bottom: 1em;
}

.product-card-header {
    background-color: whitesmoke;
    border-bottom: thin solid gainsboro;
    padding: .5em 1em;
}

    .product-card-header a {
        margin-top: 4px;
    }

.product-card-body {
    border-bottom: thin solid gainsboro;
    padding: .5em 1em;
}

.product-name {
    font-weight: 600;
    font-size: 16px;
}

.product-save {
    overflow: auto;
}

/* Resource page*/
div.resource-links {
    padding-bottom: 10px;
}
    div.resource-links > div {
        padding-block: 1.5px;
    }

/*Search field on Home and Activity Log pages*/
@media screen and (min-width: 805px) {
    div.search.form-group {
        width: 368px;
    }
}

@media screen and (max-width: 767px) {
    div.container-fluid.body-content {
        margin-top: 50px;
    }
}

