
/* CSS VARIABLES */

:root {
    --primaryTextColor: #555555;
    --primaryBackgroundColor: #ffffff;
    --primaryColor: #00a070;
    --mainlogo: url('../graphics/fujifilm_logo.png');
}

a {
    color: var(--primaryColor) !important;
}

.bold-and-base-color {
    color: var(--primaryColor);
    font-weight: bold;
}


input[type=checkbox] {
    accent-color: var(--primaryColor) !important;
}

.nav-bar-icon {
    width: 60px;
    height: auto;
    margin: auto;
}


.nav-bar-icon .cls-1, .cls-2 {
    stroke-width: 0px !important;
}

.nav-bar-icon .cls-1{
    fill: var(--primaryTextColor) !important;
}

.nav-bar-icon .cls-2{
    fill: var(--primaryBackgroundColor) !important;
}

/* MAIN STYLING */

body {
    background-color: var(--primaryBackgroundColor) !important;
}

p {
    font-size: 1rem !important;
}

strong {
    color: var(--primaryTextColor) !important;
}


/* TESTING FLEX BOX LAYOUT */

html, body {
    width: 100%;
    height: 100%;
    color: var(--primaryTextColor) !important;
}

.new-container {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 100%;
}


.new-main {
    flex-grow: 1;
    background-color:var(--primaryBackgroundColor) !important;
}

.new-header, .new-main, .new-footer {
    flex-shrink: 0;
}


.new-footer {
    color: var(--primaryTextColor) !important;
    background-color: var(--primaryBackgroundColor) !important;
}



.button.button-color.is-outlined {
    background-color: transparent;
    border-color: var(--primaryTextColor);
    color: var(--primaryTextColor)
}


.outer-container{
    max-width: 500px;
    margin: auto;
}

/* .content {
    margin-top: 13em;
} */

.bottom-padding {
    padding-bottom: 30px;
}

.column-style-width-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.small-text {
    font-size: 0.75rem !important;
}


.v-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 404 STYLING */

.four-oh-four-header {
    font-size: 60px;
}


.logos {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    /* width: 65% !important; */
}


.page-logo {
    /* max-height: 54px; */
    /* padding-left: 35px; */
    /* width: 500px; */
    height: 100%;
    margin: auto;
}

.start-logo-bg {
    background-image: var(--mainlogo) ; 
    background-size: contain;   
    background-repeat: no-repeat;
    background-position: center;   
    height: 100%;
    width: auto;
}

.product-name-main-text {
    font-size: 16px;
    color: var(--primaryTextColor);
    letter-spacing: 12px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    text-indent: 12px;
}

.product-name-span-text {

    color: var(--primaryTextColor);
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    text-indent: 12px;
}

.download-code {
    font-size: 72px !important;
    letter-spacing: 12px;
}



#dl-btn {
    cursor: pointer !important;
}


.title {
    /* padding: 0.5rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem !important;
    color:var(--primaryTextColor) !important;
}

.subtitle {
    padding: 0.5rem;
    color:var(--primaryTextColor) !important;
}

.columns:not(:last-child) {
     margin-bottom: 0 !important;
}


/* .info-message {
    color:#ffffff !important;
    padding-bottom: 40px;
    font-size: 18px;
} */

.monitor-icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50px;
    max-height: 50px;
}




/* KIOSK UPLOAD CIRCLE BUTTON STYLING */

.circle{
    border: 5px solid var(--primaryTextColor);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.circle:hover {
    background: #aaaaaa4f;
}

/* .circle:active {
    background: radial-gradient(#ff0000, var(--primaryTextColor));
} */

.circle:before, .circle:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

/* PLUS */
.circle.plus:before, .circle.plus:after {
    background: var(--primaryTextColor);
}
.circle.plus:before {
    width: 6px;
    margin: 15% auto;
}
.circle.plus:after {
    margin: auto 15%;
    height: 6px;
}




.kiosk-button {
    width:75%;
    height: 3em;
    margin-bottom: 1em;
}

.upload-button {
    width: 250px;
    height: 250px;

}

.upload-text-size {
    font-size: 120px !important;
}

.button-text {
    text-align: left !important;
}

.button-container {
    padding-left: 12px;
    padding-right: 12px;
}



.tick-size {
    font-size: 100px !important;
}

.percentage-div {
    width: 250px;
    font-size: 2em;
    text-align: center;
    display: table;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.percent-text {
    text-align:center; 
    vertical-align: middle;
    display: table-cell;   
    color: var(--primaryTextColor) !important;
    font-size: 24px;
    font-weight: bold;
}

#progress-circle {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    /* width: 65%; */
    border: solid;
    border-color: var(--primaryBackgroundColor) !important;
    border-width: 2px;
}

#progress-circle-inner {
    position: relative;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--primaryBackgroundColor) !important;
}




@media only screen and (max-width:321px) {

    .title {
        font-size: 26px !important;
    }
  
    .subtitle {
        font-size: 18px !important;
    }
    
    .download-code {
        font-size: 52px !important;
        letter-spacing: 12px;
    }
  }


@media only screen and (max-width:397px) {

    .title {
        font-size: 26px !important;
    }

    .subtitle {
        font-size: 18px !important;
    }

    .download-code {
        font-size: 52px !important;
        letter-spacing: 12px;
    }

}

.rotating {
    animation: spinAround 500ms infinite linear;
  }

 
  @keyframes spinAround {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .anti-rotating {
    animation: antispinAround 500ms infinite linear;
  }

 
  @keyframes antispinAround {
    from {
      transform: rotate(359deg);
    }
    to {
      transform: rotate(0deg);
    }
  }