﻿

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVibes';
    src: url('/fonts/greatvibes/GreatVibes-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arapey';
    src: url('/fonts/arapey/Arapey-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arapey-Italic';
    src: url('/fonts/arapey/Arapey-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



/*  SERVER */
/*
@font-face {
    font-family: 'Roboto';
    src: url('/mvcpoc/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('/mvcpoc/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('/mvcpoc/fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/mvcpoc/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVibes';
    src: url('/qticakes/fonts/greatvibes/GreatVibes-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arapey';
    src: url('/qticakes/fonts/arapey/Arapey-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arapey-Italic';
    src: url('/qticakes/fonts/arapey/Arapey-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
*/



html {
    font-size: 14px;
    overflow-y: scroll;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /*margin:0px 0px 60px 0px;*/
}

* {
    font-family: Roboto-Light, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/*
Custom Styles
*****************************************************************
*****************************************************************
*****************************************************************
*/

/*MODAL SCREEN SHIFT FIXES*/
/*****************************************************************/
body.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    overflow-x: hidden;
}

body[style*="padding-right"] {
    padding-right: 0 !important;
}

/*input[type="checkbox"] {
    transform: scale(1.3);
    transform-origin: top left;
}*/

.large-checkbox {
    transform: scale(1.2);
    transform-origin: top left;
}

.large-checkbox-ro {
    transform: scale(1.2);
    transform-origin: top left;
    pointer-events: none;
    accent-color: #0d6efd;
}

/* Nav links on Identity Manage Profile pages */
.nav-pills .nav-link {
    color: #333; /* default text color */
}

    .nav-pills .nav-link:hover {
        color: #fff; /* text color on hover */
        background-color: silver; /* background color on hover */
    }

    .nav-pills .nav-link.active {
        background-color: #6c757d; /* Bootstrap gray-600 as an example */
        color: white;
    }


input.input-validation-error,
select.input-validation-error {
    border-color: #dc3545; /* red border */
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

/* Navbar Related  */
/*****************************************************************/

/* Fixed Navbar */
/*.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height:70px;
    overflow: hidden;
    z-index:1100;
}*/

.navbar {
    margin-top: 0px;
    border-bottom: none !important;
}

.navbar-menu {
    margin-left: 30px !important;
}

.nav-brand-normal {
    /*display: none;*/
}

.nav-brand-image-small {
    display: none; /*height:40px*/
}

.navbar-toggler {
    margin-right: 10px !important; /* adjust as needed */
}

.navbar-collapse .nav-link {
    font-size: 1.8rem; /* or whatever size you want */
}

.nav-link {
    font-family:GreatVibes;
    font-size: 26px;
    margin-left:10px;
    margin-right: 15px;
    border-radius: 5px 5px;
}
    .nav-link:hover {
    }

.custom-nav-link {
    color: #666666;
}
    .custom-nav-link:hover {
        background-color: #f7f5f4 !important;
        color: black !important;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }
.custom-nav-link-active {
    color: #333 !important;
    background-color: #f7f5f4 !important;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.identity-nav-link {
    /*background-color: #f7f7f7 !important;*/
    /*font-family:Roboto-Light;
    font-size:16px;*/
    color: #666666 !important;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
}
    .identity-nav-link:hover {
        background-color: #f7f5f4 !important;
        color: black !important;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }
    .identity-nav-link:active {
        color: #333 !important;
        background-color: #f7f5f4 !important;
        text-decoration: underline !important;
        text-decoration-skip-ink: none;
    }

/*****************************************************************/
/* Custom Menu / SubMenu Items */
/*****************************************************************/
/*Sub-Menus*/
.custom-submenu {
    display: none;
    position: absolute;
    top: calc(100% - 12px); /* Position it just below the "Custom Orders" link */
    left: 11px;
    background: white; /* or your nav background */
    border: 1px solid #ddd;
    padding: 0.5rem 0;
    list-style: none;
    /*min-width: 200px;*/
    white-space: nowrap; /* Prevent text from wrapping */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000; /* make sure it floats above everything */
}

.nav-item:hover .custom-submenu {
    display: block;
}


.custom-submenu li {
    padding: 0;
}
    .custom-submenu li a {
        display: block;
        padding: 0.5rem 1rem;
        color: #333;
        text-decoration: none;
    }
        .custom-submenu li a:hover {
            background-color: #f7f5f4;
            text-decoration: underline;
            text-decoration-skip-ink: none;
        }

.custom-card {
    flex: 0 1 220px; /* Adjust width as needed */
    box-sizing: border-box;
}

.custom-img-card {
    width: 210px;
    height: 255px;
    text-align: center;
    padding: 10px;
    /*margin-top: 5px;*/
    border-radius: 5px 5px;
    border: 1px solid #E5E5E5;
    transition: .3s;
}
    .custom-img-card:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 2px;
        /*transform: rotate(-5deg);
        transform: scale(1.1) translate(5%, 5%);
        */
        transition: .3s;
    }

/*****************************************************************/

/* Page Related */
/*****************************************************************/

/*:root {
    --custom-gradient-start: white;
    --custom-gradient-mid: #E3E1E2;
    --custom-gradient-end: #D7D3D2;
}*/

.page {
    /*margin-top: 100px;*/
}

/*Container*/
.page-width {
    max-width:1500px;
}

.text-section {
    background-color: #f7f7f7;
    border-radius: 5px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
}

.page-text {
    font-family: Roboto-Light;
    font-size: 18px;
    color: #333;
    margin-left: 15px;
    margin-top: 5px;
}

.page-text-ml5 {
    font-family: Roboto-Light;
    font-size: 18px;
    color: #333;
    margin-left:15px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #212529;
    /*background-color: #523214;*/
    font-family: Roboto-Light;
    color: white;
    padding: 10px;
    /*padding: 10px;*/
    /*white-space: nowrap;*/
    line-height: 30px;
}

.center-mc {
    justify-content: center;
}

/*****************************************************************/
/* Font Sizes */
/*****************************************************************/

.font-12 {
    
    font-size: 12px;
}

.font-14 {
    font-size:14px;
}

.font-16 {
    font-size: 16px;
}

.breadcrumb {

}

/*****************************************************************/
/* Layout Page Styles */
/*****************************************************************/
.page-header-OLD {
    /*background-color:#f7f7f7;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
    /*background: linear-gradient(to right, white 5%, #FBFCFD 20%, #F2F4F7 30%, white);*/
    background: linear-gradient(to right, white, #E7E4E2, white);
}

.page-header {
    /*background-color:#f7f7f7;*/
    max-height: 158px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    /*text-align: center;*/
    /*background: linear-gradient(to right, white 5%, var(--gradient-mid) 60%, var(--gradient-end) 80%);*/
    /*background: linear-gradient(to right, white 5%, #E7E4E2 30%, #C9C6C2 40%, white);*/
    background: linear-gradient(to right, white, #E7E4E2, white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* or */
    border-bottom: 1px solid #ccc;
}

.page-header-custom {
    /*background-color:#f7f7f7;*/
    max-height: 158px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    /*text-align: center;*/
    /*background: linear-gradient(to right, white 5%, var(--gradient-mid) 60%, var(--gradient-end) 80%);*/
    /*background: linear-gradient(to right, white 5%, #E7E4E2 30%, #C9C6C2 40%, white);*/
    background: linear-gradient(to right, white, #E7E4E2, white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* or */
    border-bottom: 1px solid #ccc;
}

.page-header-not-found {
    height: 90px;
    margin-bottom: 0px;
    background: linear-gradient(to right, white, #E7E4E2, white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* or */
    border-bottom: 1px solid #ccc;
}

.not-found-mascot {
    width: 180px;
    height: 180px;
}

.not-found-text {
    font-family: GreatVibes;
    font-size: 44px;
    color: #8F8F8F;
}

.pilot-card {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
}

.header-img {
    display: block;
}

.bannerImg {

}

.logo {
    height: 110px;
    width: 110px;
}

.header-top-left {
    min-height: 100px;
    font-size: 70px;
    font-family: GreatVibes;
    /*color: #999;*/
    color: #8F8F8F;
    /*opacity: .6;*/
}

.header-top-right {
    min-height: 100px;
    font-size: 70px;
    font-family: GreatVibes;
    /*color: #999;*/
    color: #8F8F8F;
    /*opacity: .6;*/
}

.location {
    font-family: Roboto;
    color: #666666;
    font-size: 14px;
}

.geo-pin {
    color:darkred;
}

.page-ig-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    opacity: .5;
    vertical-align: middle;
}

.page-fb-icon {
    display: inline-block;
    height: 22px;
    width: 22px;
    opacity: .5;
    vertical-align: middle;
}

/*****************************************************************/
/* Home Page Styles */
/*****************************************************************/

.hero {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 5px;
        /* darker at the top since your text is top-aligned */
        background: linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.08) 80%, transparent);
        z-index: 2;
        pointer-events: none; /* don't block clicks */
    }

.hero-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* square */
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    /* z-index/overflow not needed on the img */
}
   

.hero-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; /* ⬅️ move to top */
    bottom: auto; /* unset bottom */
    margin: 0 auto;
    max-width: 1400px;
    padding: 1rem 1.25rem;
    color: #fff;
    font-size:78px;
    font-family: GreatVibes, cursive;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0,0,0,.35);
    z-index: 3; /* above overlay */
}


/*.hero-image {
    background-size: contain;*/ /* Show full image */
    /*background-position: top center;*/ /* Align image to top */
    /*background-repeat: no-repeat;
    overflow: hidden;*/ /* This is KEY */
    /*border-radius: 5px 5px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 1 / 1;*/ /* square */
    /*position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;*/
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
/*}
    .hero-image::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.1); 
        z-index: 1;
    }

.hero-text {
    width: 100%;
    max-width: 1400px;
    font-size: 68px;
    font-family: GreatVibes;
    color: white;*/
    /*opacity: .6;*/
    /*margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 2rem;*/
    /*text-shadow: 0 0 4px rgba(0,0,0,0.7);*/
/*}*/

.home-img{
    margin-top:-2px;
    padding-top:0px;
    text-align:center;
}

/*****************************************************************/
/* About Us Styles */
/*****************************************************************/
.about-us-container {
    /*background-color: #f8f8f8;*/
    /*background-color: #f4f4f4;*/
    background-color: #f7f5f4;
    padding: 40px;
    border-radius: 5px 5px;
}

.about-intro-header {
    font-family: Arapey-Italic;
    font-size: 40px;
    color: #333;
}

.about-text {
    font-family: Arapey;
    font-size: 18px;
    /*color: #333;*/
    color:#666666;
}



/*****************************************************************/
/* Contact Page Styles */
/*****************************************************************/
.map-container {
    /*max-width:1500px;*/
    width: 98%;
    height: 385px; /* Set your desired height */
    position: relative;
}
    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 1px solid #e9e9e9;
    }
.contact-data-container {
    /*background-color: #f8f8f8;*/
    /*background-color: #f4f4f4;*/
    width:98%;
    background-color: #f7f5f4;
    padding: 10px;
    border-radius: 5px 5px;
    margin-bottom:10px;
}
.contact-section-header {
    background-color: #EAE6E3;
    color: #666666;
    font-family: Roboto-Light;
    font-size: 16px;
    border-radius: 5px 5px;
    padding: 5px;
}
/*Not Currently Using, but may try for some style on contact page*/
.contact-text-container {
    padding: 10px;
    /*background-color: white;*/
    /*background-color:#666666;*/
    border-radius: 5px 5px;
    /*opacity:.5;*/
}
.contact-text {
    font-family: Roboto;
    font-size: 14px;
    color: #333
}
.store-open {
    font-weight:bold;
    font-family: Roboto;
    font-size: 16px;
    color: darkgreen;
}
.store-closed {
    color: red;
    font-family: Roboto;
    font-size: 16px;
}
.contact-store-open {
    white-space: pre-line;
    /*white-space:normal;*/
    color: #333;
    font-family: Roboto;
    font-size: 14px;
}
.contact-store-closed {
    white-space: pre-line;
    color: red;
    font-family: Roboto;
    font-size: 14px;
}

/*****************************************************************/
/* Specialty Cupcakes Styles */
/*****************************************************************/
.sc-page-header {
    font-family: GreatVibes;
    /*font-family: Roboto-Thin;*/
    font-size: 50px;
    color:#999;
}

/*****************************************************************/
/* Loading gif */
/*****************************************************************/
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Gray out the screen */
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light gray */
    /*border-top: 8px solid #3498db;*/ /* Blue */
    border-top: 8px solid #8AB9FF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*****************************************************************/
/* Identity Form Styles */
/*****************************************************************/
.access-denied {
    text-align: center;
    border-radius: 5px 5px;
    border: 1px solid #f7f7f7;
    padding: 20px;
}

.register-margin {
    margin-left: 50px;
}

/*****************************************************************/
/* About - Flavors Desc */
/*****************************************************************/
.our-flavors-container {
    background-color: #f7f5f4;
    padding: 40px;
    border-radius: 5px 5px;
}

.flav-intro-header {
    font-family: Arapey-Italic;
    font-size: 44px;
    color: #333;
}

/* Used in mobile class */
.upgraded-flavors {
}

.flav-desc-cat-header {
    display:inline-block;
    font-family: Arapey;
    font-size: 30px;
    padding: 6px;
    background-color: #E2DBD8;
    border-radius: 5px 5px;
}

.flav-name-header {
    background-color: #E4E6E7;
    border-radius: 5px 5px;
    padding: 4px;
}

.flav-name-text {
    font-family: Roboto-Thin;
    font-size: 20px;
    color: #333;
}

.flav-badge-size {
    font-size:11px;
}

.flav-desc-text {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #333;
}

.flav-pairing-lbl {
    font-family: Roboto-Light;
    font-size: 13px;
    font-weight:bold;
    color: #757575;
}

.flav-pairing-text {
    font-family: Roboto-Light;
    font-size: 16px;
    color: #333;
}

.pairing-img {
    width:31px;
    height:18px;
    padding-bottom:3px;
}

/*****************************************************************/
/* About - Sizes Desc */
/*****************************************************************/
.size-subheader {
    font-family: Arapey-Italic;
    font-size: 36px;
    color: #333;
}

.size-shape-cat-header {
    font-family: Arapey;
    font-size: 30px;
    padding: 6px;
    background-color: #E2DBD8;
    border-radius: 5px 5px;
}

.size-custom-text {
    font-family: Roboto-Light;
    font-size: 18px;
    color: #333;
}








/* Multi-size Special Treats Add Form */

.price-fields {
    font-family: Roboto;
    font-size: 14px !important;
}

/* Place this AFTER Bootstrap so it wins */
.groupbox {
    /* Bootstrap sets fieldset border:0; restore it */
    position: relative;
    border: 1px solid silver !important;
    border-radius: .75rem;
    background: var(--bs-body-bg);
    padding: 1.5rem 1.25rem 1rem 1.25rem; /* ↑ top, → right, ↓ bottom, ← left */
}

/* Make the legend “cut” the border like a classic group box */
.groupbox-legend {
    position: absolute;
    top: -0.6rem; /* sits on the border */
    left: 1rem; /* matches box padding */
    margin: 0;
    padding: 0 .5rem; /* little pill around text */
    background: var(--bs-body-bg); /* hides the border line behind text */
    font-weight: 600;
    font-size: .95rem;
    line-height: 1.1;
    width: auto;
}

/* If the border still looks too light on white, darken it a touch */
@media (prefers-color-scheme: light) {
    .groupbox {
        border-color: rgba(0,0,0,.18) !important;
    }
}





/*****************************************************************/
/* Configure Semi-Custom Cakes custom css  */
/*****************************************************************/

.cake-config-form-width {
    width: 450px;
}

.cake-add-on-config {

}

/* Chkbox1 Form Section: Remove bottom (and top from lower row) border from the Chkbox1 main row so it visually joins its label row */
.cake-ao-table tr.chkbox1-main-row td {
    border-bottom: 0;
}
.cake-ao-table tr.chkbox1-extra-row td {
    border-top: 0;
}

/* Icing Colors Section */
.cake-ao-table tr.icingcolor-main-row td {
    border-bottom: 0;
}
.cake-ao-table tr.icingcolor-extra-row td {
    border-top: 0;
}




/* Config forms: Active / Inactive */
.status-dot {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-left: 0.25rem;
}

.status-dot-active {
    background-color: #28a745; /* green */
}

.status-dot-inactive {
    background-color: #dc3545; /* red */
}

/* Cc Config form dropdown */
.config-product-picker {
    background-color: #adadad; /* light gray */
    border-radius: 0.5rem;
    padding: 0.75rem 0.75rem 0.25rem;
    margin-bottom: 0.75rem;
    border: 1px solid #dee2e6;
}

    .cc-product-picker label {
        font-weight: 600;
    }


/*****************************************************************/
/* Toast  */
/*****************************************************************/
.toast-offset {
    top: 225px !important;
}

#ruleToast {
    background-color: #333;
    min-width: 300px !important;
    /*border: 1px solid #333;*/ /* for testing */
    /*z-index: 5000 !important;*/
    padding: 1rem !important;
    font-size: 16px !important;
    font-family: Roboto;
    color: white;
    /*opacity: 1 !important;*/
    /*top: 225px !important;*/
    /*position: fixed !important;*/
    /*left: 40%;*/
    animation: slideFromTop 0.5s ease-out;
    /*transform: translateX(-50%);*/
}

/* Severity colors on the LEFT edge only */
    #ruleToast[data-severity="warning"] {
        box-shadow: inset 9px 0 0 #FFC107, 0 .5rem 1rem rgba(0,0,0,.15);
    }

    #ruleToast[data-severity="danger"] {
        box-shadow: inset 9px 0 0 #DC3545, 0 .5rem 1rem rgba(0,0,0,.15);
    }

    #ruleToast[data-severity="success"] {
        box-shadow: inset 9px 0 0 #198754, 0 .5rem 1rem rgba(0,0,0,.15);
    }

    #ruleToast[data-severity="info"] {
        box-shadow: inset 9px 0 0 #0d6efd, 0 .5rem 1rem rgba(0,0,0,.15);
    }



/*****************************************************************/
/* Draggable Modals  */
/*****************************************************************/
.modal.draggable.fade .modal-dialog {
    transform: translateY(-12px);
    transition: transform .18s ease-out;
}

.modal.draggable.show .modal-dialog {
    transform: none;
}



/*****************************************************************/

/* Feedback Page Styles - Currently not being used */
/*****************************************************************/

.feedback-max-width {
    max-width: 1000px;
}

.feedback-required {
    /*background-color: #6C757D;*/
    background-color: #71441C;
    font-size: 14px;
    color: white;
    border-radius: 5px 5px;
    padding: 5px;
}

.feedback-form {
    background-color: #f7f7f7;
    border-radius: 5px 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
}

.feedback-alert {
    /*max-width: 985px;*/
    /*padding:10px;*/
    font-size: 16px;
}

/*For _LoginPartial*/
.mr-100 {
    margin-right:100px;
}

