﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

#fileTypesNotPermittedModal .modal-header > h5, #unrenderableFileTypesModal .modal-header > h5 {
    color: white !important;
    font-size: 2rem;
}

#fileTypesNotPermittedModal .modal-body > p, #unrenderableFileTypesModal .modal-body > p {
    font-size: 1.5rem;
    color: white !important;
}

#fileTypesNotPermittedModal .modal-content, #fileTypesNotPermittedModal .modal-body, #fileTypesNotPermittedModal .modal-footer {
    background-color:red !important;
}

#unrenderableFileTypesModal .modal-content, #unrenderableFileTypesModal .modal-body, #unrenderableFileTypesModal .modal-footer {
    background-color:orange !important;
}

#fileTypesNotPermittedModal > .modal-dialog, #unrenderableFileTypesModal > .modal-dialog {
    max-width: 960px;
}

#fileTypesNotPermittedModal .close, #unrenderableFileTypesModal .close {
    color: white !important;
    opacity: 1;
    font-size: 2rem;
    text-shadow:none;
}

#fileTypesNotPermittedModal img, #unrenderableFileTypesModal img {
    vertical-align:sub;
    width:40px;
    height:auto;
}

    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

h1,h2,h3,h4,h5,h6 {
    color:#ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/*** Breadcrumb ***/
#Text1, #Text2, #Text3, #Text4 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1rem;
}

.defaultFillColorNotSelected {
    fill: #F5F5F5;
}

.defaultFillColorSelected {
    fill: #79A08F;
}

.defaultFillColorTextNotSelected {
    fill: #F5F5F5;
}

.defaultFillColorTextSelected {
    fill: #79A08F;
}

.defaultFillColorIconNotSelected > path {
    fill: #c3c3c3;
}

.defaultFillColorIconSelected > path {
    fill: #ffffff;
}

.defaultFillColorTickNotSelected > path {
    fill: transparent;
}

.defaultFillColorTickSelected > path {
    fill: #ffffff;
}

/*** SVG - OR and OR_Vertical ***/
circle {
    fill: #79A08F;
}

/*** OR ***/

:root {
    --color-brand: #132B45;
    --color-brand-secondary: #79A08F;
}

.gradient__brand-secondary {
    stop-color: var(--color-brand-secondary);
}

.gradient__brand {
    stop-color: var(--color-brand);
}

/*** OR_Vertical ***/

:root {
    --color-brand1: #ffffff;
    --color-brand-secondary1: #79A08F;
}

.gradient__brand-secondary1 {
    stop-color: var(--color-brand-secondary1);
}

.gradient__brand1 {
    stop-color: var(--color-brand1);
}

.ORText {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.2rem;
    color:#ffffff;
    font-weight:bold;
    fill:white;
}

#orsvg > svg {
    max-width:260px;
}

#orverticalsvg > svg {
    width:auto;
    max-height: 260px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height:100%;
}

body {
    background-color: #132b45;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    border: 0 !important;
    z-index: 10;
}*/

.footer {
    position: relative !important;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    white-space: nowrap;
    border: 0 !important;
    width: 100%;
    border-top: 0px transparent !important;
}

#NextButton, #BackButton {
    z-index:1200;
}

.card {
    /*height: 100%;*/
    background-color: transparent;
}

.page-link {
    color: #79a08f;
    background-color: transparent;
    border: 1px solid #79a08f;
}

.page-link:hover {
    color: #fff;
    background-color: #79a08f;
    border: 1px solid #79a08f;
}

.btngreen, .btngreen:active, .btngreen:visited, .btngreen:link {
    background-color: #79a08f !important;
    color: #ffffff;
}

.btngreen:enabled:hover {
    background-color: #3e8bde !important;
    color: #ffffff;
}

.btngreen:disabled:hover {
    cursor: not-allowed;
}

.btngreen:focus {
    outline:0 !important;
}

.btngreen > img {
    margin-right:.25rem;
}

.btnreset, .btnreset:active, .btnreset:visited, .btnreset:link {
    background-color: #750000 !important;
    color: #ffffff;
}

.btnreset:enabled:hover {
    background-color: #2a65a3 !important;
    color: #ffffff;
}

.btnreset:disabled:hover {
    cursor: not-allowed;
}

.btnreset:focus {
    outline: 0 !important;
}

.btnback, .btnback:active, .btnback:visited, .btnback:link {
    background-color: #969696 !important;
    color: #ffffff;
}

    .btnback:enabled:hover {
        background-color: #6b6b6b !important;
        color: #ffffff;
    }

.btnback:disabled:hover {
    cursor: not-allowed;
}

.btnback:focus {
    outline: 0 !important;
}

.btn.disabled, .btn:disabled {
    text-decoration: line-through;
}

.form-control {
    height: calc(1.5em + 1.5rem + 2px);
    line-height: 2em;
}

.form-control-norm {
    line-height: 1rem !important;
    height: auto !important;
}

.form-control-norm-15 {
    line-height: 1.5rem !important;
    height: auto !important;
}

.form-error {
    color: red;
    float: right;
}

.red-text {
    color: red;
}

.navbar-brand {
    margin-right:0;
}

.navbar-header {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.pbip {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

img.logo {
    width:auto;
    height:auto;
    max-width:260px;
    max-height:100px;
}

img.whitecircInstaLogo {
    width:20rem;
    height:auto;
}

img.breadcrumbs {
    width:auto;
    height:auto;
}

img.or {
    width:auto;
    height:auto;
}

.bnlink {
    font-size: xx-large;
    font-weight: 600;
    color: #ffffff;
    background-color: transparent;
    border: none;
    outline: 0;
}

.bnlink:hover {
    font-size: xx-large;
    font-weight: 600;
    color: #79a08f;
}

.bnlink-disabled {
    color: #ffffff !important;
    cursor: not-allowed;
    opacity: 0.5;
    font-size: xx-large;
    font-weight: 600;
    background: transparent;
    border-color: transparent;
    text-decoration:line-through !important;
}

.inputborder {
    border: 3px solid #79a08f !important;
}

input:focus::placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

#ReviewCanvasSmall {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#ReviewCanvasLarge {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#BaseImagePreviewSmall {
    max-height: 100%;
    max-width: 100%;
}

#BaseImagePreviewLarge {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#SimulatedImageSmall {
    max-height: 100%;
    max-width: 100%;
}

#SimulatedImageLarge {
    max-height: 650px;
    max-width: 100%;
}

#ProductOptionsCanvasSmall {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#ProductOptionsCanvasLarge {
    background-color: transparent;
    border: 5px dashed #79a08f;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#ImageOptions {
    width: 100%;
    color:transparent;
    background-color: transparent;
    border: 0px transparent;
    border-radius: 0;
}
/* ConfigurationDiv and config-section both hiding the config div because that info is potentially sensitive. */
#ConfigurationDiv {
    display: none !important;
}

.config-section {
    display: none;
}

.btnIcon > img {
    display: block;
    padding-top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .25rem;
    margin: 0 auto;
    width: 25%;
    height: auto;
}

.bg-white {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.menu-text > h4, .menu-text > h5, .menu-text > h6 {
    color: #132b45;
}

.x-small, x-small {
    font-size: 70%;
    font-weight: 400;
}

.small-font {
    font-size: small;
}

.modal-body {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.card {
    outline: 1px solid #132b45;
    outline-offset: -1px;
}

.card-selected, .card-selected > h5, .card-selected > h6, .card-selected > p {
    border: 1px solid #132b45;
    background-color: #79A08F;
    color: #FFFFFF;
}

.card-body-selected h5, .card-body-selected h6, .card-body-selected p {
    color: #FFFFFF !important;
}

.card-body > h5, .card-body > h6, .card-body > p {
    color:#132b45;
}

.petronafont {
    font-family: 'Petrona', serif;
}

.petronafontSizeL {
    font-size: 4rem;
}

.petronafontSizeM {
    font-size: 2rem;
}

.confirmationtext > p {
    color:#ffffff;
    line-height:0.8;
    font-weight:bold;
}

.confirmationLink {
    text-decoration:underline;
}

svg  {
    max-width: 744px;
    width: 100%;
    height: auto;
}

.red-text {
    color:red;
}

.black-text {
    color: black;
}

.modal-xl {
    max-width: 1170px;
}

.modal-backdrop {
    background-color:rgba(0,0,0,0.8);
}

.position-absolute {
    top: 0.1rem;
    right: 0.6rem;
}

.btnOptions {
    border:0px transparent;
    background-color: transparent;
}

.btnOptions:focus {
    outline:none;
}

.has-hover:hover {
    background-color: rgba(121, 160, 143, 0.3);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e8e8e8;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    background-color:#ffffff !important;
}

.active {
    background-color:#132b45 !important;
    color:#ffffff;
}

.AccountIcon {
    color:#ffffff;
}

.AccountIcon:hover {
    color: #79a08f;
}

.navbar-toggler .toggler {
    cursor: pointer;
    padding:0;
}

.navbar-toggler:hover .navbar-toggler:focus {
    outline: none;
}

.dropdown-item:hover {
    background-color:#79a08f;
    color:#ffffff;
}

.dropdown-item:focus {
    background-color: #132b45;
    color: #ffffff;
    outline: 0;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 0px solid #000000;
}

.searchtrans {
    display: inline-block;
    transition: all .2s ease-in-out;
}

.searchtrans:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.dropdownSpec {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

.employeeRevisionCredentialsContainer {
    float: right;
    width: 66%;
}

.navbar-toggler {
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    outline: hidden;
}

.search-logo:hover {
    background-color: #79a08f;
}

.selected-search-logo {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.overlay-spinner {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    /*background: #132b45;*/
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.overlay-spinner-products {
    position: absolute !important;
    display: block;
    width: 100%;
    height: 100vh;
    /*background: #132b45;*/
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.hidden {
    display: none;
}

/*Spinner Styles*/
.lds-dual-ring {
    position: fixed;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 128px;
    height: 128px;
    margin: 5% auto;
    border-radius: 50%;
    border: 10px solid #79a08f;
    border-color: #79a08f transparent #79a08f transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.spinner-wrapper {
    position:relative;
}

.canvas-spinner {
    position: absolute;
    z-index: +100 !important;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cropper-bg {
    max-width: 100% !important;
}

#SummaryImage {
    max-height:300px;
}

.page-item.active .page-link {
    color: #132b45;
    background-color: #fff;
    border-color: #79a08f;
}

.circle {
    width: 0.7rem;
    height: auto;
    min-height: 0.7rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    display: inline-block;
    margin-right:0.255rem;
    border: 1px solid #fff;
}

.rounded-square {
    width: 1.25rem;
    height: 1.25rem;
    min-height: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin: 0 0.255rem;
    border: 1px solid #fff;
}

.mb-0 > h6 {
    margin-bottom: 0 !important;
}

.x-small-mb-2 {
    margin-bottom: 2rem;
}

.color-lh1-2 {
    line-height:1.2rem !important;
}

.btn-match {
    line-height: 1.5rem;
}

.textvam {
    display: flex;
    align-items: center;
}

.icongreen {
    color: #79a08f;
    text-decoration: none;
}

.icongreen:visited {
    color: #79a08f;
    text-decoration: none;
}

.icongreen:hover {
    color: #132b45 !important;
    text-decoration: none;
}

.icongreen:active {
    color: #79a08f;
    text-decoration: none;
}

.icongreen:focus {
    color: #79a08f;
    text-decoration: none;
}

.error-text {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:2rem;
    color:#ffffff;
}

.text-danger > h1 {
    font-size:3.5rem;
    color:#ffffff;
}

.text-danger > h2 {
    font-size: 2.75rem;
    color: #ffffff;
}

.add-text-divider {
    border-top: 8px solid #303030;
    border-radius: 5px;
}

.btn-success {
    color: #fff;
    background-color: #004f2d;
    border-color: #004f2d;
}

.btn-success:hover {
    color: #fff;
    background-color: #2a65a3;
    border-color: #2a65a3;
}

.btn-warning {
    color: #fff;
    background-color: #918000;
    border-color: #918000;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #2a65a3;
        border-color: #2a65a3;
    }

#selectLanguage {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

#selectLanguage > .form-control {
    height: calc(2.4em + 2px) !important;
}

.revisionSubmissionButtonTheme {
    color: white !important;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.txt-big2 {
    font-size:1.3rem;
}

.IsHidden {
    display:none;
}

.IsVisible {
    display:block;
}

#mobile-background-colors {
    position: absolute;
    top: auto;
}

#mobile-logo-colors {
    position: absolute;
    top: auto;
}

.similar-checkbox {
    height: 2em;
    width: 2em;
}

.similar-label {
    white-space: nowrap;
    height: 2em;
    width: 2em;
    font-size: 1.7em;
    font-weight: bold;
    color: #132b45;
}

.similar-contents{
    text-align: left;
}
@media(min-width:992px) {
}
/* @media(min-width:992px) */
    @media(max-width:767px) {

        img.logo {
            width: 5rem;
            height: auto;
        }

        img.whitecircInstaLogo {
            width: 9rem;
            height: auto;
        }

        img.breadcrumbs {
            width: 78vw;
            height: auto;
        }

        img.or {
            width: 9rem;
            height: auto;
        }

        .btngreen > img {
            margin-right: .25rem;
            width:8%;
            height:auto;
        }

        .dropzone .dz-message {
            margin: 1em 0 !important;
        }

        svg {
            width:320px;
        }

        .card-body {
            padding: 0.5rem;
        }

        .card-body > p {
            font-size: 0.75rem;
        }

        div > h1 {
            font-size:1.8rem;
        }

        .img-fluid {
            max-width: 75%;
            height: auto;
        }

        .sidebar {
            top: 0rem !important;
        }

        .collapse:not(.show) {
            /*display: block;*/
        }

    }
    /* @media(max-width:767px) */

