﻿\*------------------------------------*/
@include fontFace(whitney, "../../fonts/whitney/whitney-light", 300, normal, woff ttf eot);
@include fontFace(whitney, "../../fonts/whitney/whitney-book", 400, normal, woff ttf eot);
@include fontFace(whitney, "../../fonts/whitney/whitney-medium", 500, normal, woff ttf eot);
@include fontFace(whitney, "../../fonts/whitney/whitney-semibold", 600, normal, woff ttf eot);
@include fontFace(whitney, "../../fonts/whitney/whitney-bold", 700, normal, woff ttf eot);

body, html {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrap {
    padding: 0 0 !important;
    margin: 0 auto !important;
}

@media (max-width: 480px) {
    body, html {
        font-weight: 400;
        font-size: 14px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]:hover,
    input[type="number"]:focus {
        -moz-appearance: number-input;
    }


/***Button****/
.btn:focus, .btn:active
.btn:active:focus,
.btn.active:focus {
    outline: none !important;
}

.material-btn, .material-btn:focus {
    border-radius: 0px;
    font-size: 1em;
    cursor: pointer;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin: 15px auto;
    height: auto;
    width: auto;
    padding: 6px 15px !important;
}

.material-btn-primary:hover,
.material-btn-primary:focus, .material-btn-primary:active {
    background: #62BB47 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

    .material-btn-primary:active:focus,
    .material-btn-primary.active:focus {
        background: #62BB47 !important;
        color: #ffffff !important;
        box-shadow: none;
    }

.material-btn-cancel:hover,
.material-btn-cancel:focus, .material-btn-cancel:active {
    background: #aaaaaa !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}

    .material-btn-cancel:active:focus,
    .material-btn-cancel.active:focus {
        background: #aaaaaa !important;
        color: #ffffff !important;
        box-shadow: none;
    }

/***End of Button****/


/***Material Dropdown list***/
.material-dropdown-list {
    border-radius: 0px;
    -webkit-animation: scaleUpDown .3s ease both;
    -moz-animation: scaleUpDown .3s ease both;
    -ms-animation: scaleUpDown .3s ease both;
    -o-animation: scaleUpDown .3s ease both;
    animation: scaleUpDown .3s ease both;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    border: 0px;
    padding: 0;
    margin-bottom: 2em;
}

    .material-dropdown-list li a {
        padding: 1em;
    }

        .material-dropdown-list li a:focus {
            outline: 0;
            box-shadow: none;
        }

.dropdown-selected {
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    display: block;
}


/***End of Material Dropdown list***/

/***Checkbox Controls***/
/*.checkbox-group {
    position:relative;
    margin-top: 5px;
}*/

/* Hide Checkbox Input */
/*.checkbox-group input[type=checkbox] {
    display:none;
}*/

/* Style Label */
/*.checkbox-group label {
    padding-left:10px;
    line-height: 1.7em;
    cursor:pointer;
    font-weight: 400!important;
}*/

/* Style span tag */
/*.checkbox-group label span {
    display:block;
    position:absolute;
    left:-26px;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    transition-duration:.3s
}*/
/* Style box */
/*.checkbox-group label .box {
    background:#aaaaaa;
    height:20px;
    width:20px;
    z-index:9;
    -webkit-transition-delay:.2s;
    -moz-transition-delay:.2s;
    transition-delay:.2s
}*/

/* Style check icon. give it a border on the bottom and right only and then rotate */
/*.checkbox-group label .check {
    top:0;
    left:-19px;
    width:7px;
    height:15px;
    border:2px solid #fff;
    border-top:none;
    border-left:none;
    opacity:0;
    z-index:10;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -ms-transition-delay:.3s;
    transition-delay:.3s
}*/

/* Change color of box when checkbox is checked */
/*.checkbox-group input[type=checkbox]:checked ~ label .box {
    background:#62bb46;;
}*/

/* Rotate and show check icon when checkbox is checked */
/*.checkbox-group input[type=checkbox]:checked ~ label .check {
    opacity:1;
    -webkit-transform:scale(1) rotate(45deg);
    -moz-transform:scale(1) rotate(45deg);
    -ms-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}*/



/*@media (max-width: 991px)
{
    .checkbox-group
    {
        margin-left: 26px;
    }
    
    input.letter
    {
        margin: 3px 0!important;
    }
}*/
/***End of Checkbox Controls***/


dd, dl {
    margin-top: 0;
}
/***Material Input and Label***/

.form-group {
    margin-bottom: 40px;
}
/*** Input and Label ***/


input:required, input:required:focus,
.material-input:focus, .material-input {
    box-shadow: none !important;
    outline: none !important;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
}

    .form-control:focus {
        border-color: #004B8D !important;
    }

    .form-control.invalid-input {
        border-color: red !important;
    }

.material-label {
    top: -24px;
    left: 14px !important;
    color: #2D383F;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease;
    position: absolute;
    pointer-events: none;
    font-family: "whitney-semibold", Arial, Helvetica, sans-serif;
}

.material-input:focus ~ .material-label,
.material-input.used ~ .material-label,
.material-input:valid ~ .material-label {
    left: 20px !important;
}

.form-heading {
    font-size: 21px;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* active */

.material-input:focus ~ .material-label, .material-input.used ~ .material-label,
.material-input:valid ~ .material-label {
    /*top: -20px;*/
    font-size: 12px;
    /*left: -2px;*/
    /* font-size: 14px; */
    /*color: #62bb46;
	opacity: 0.6;*/
    /*font-style: italic;*/
}

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #00afe9;
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active */

.material-input:focus ~ .bar:before, .material-input:focus ~ .bar:after {
    width: 50%;
}

.material-input {
    font-size: 1em;
    padding-left: 5px;
    display: block;
    background: transparent;
    color: #2D383F;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #F0F0F0;
    height: 50px;
}


/*** End of Input and Label ***/
/***End of Material Input and Label***/



button {
    border: none;
    background: transparent;
}



/*------- Modal Box ---------*/

.modal.in .modal-dialog {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.modal-backdrop {
    z-index: 0;
}

.modal-header {
    background: #1565C0;
    border-bottom: 3px solid #1976D2;
    color: #ffffff;
}

.modal-title {
    font-weight: 500;
    font-size: 20px;
}

.modal-body {
    text-align: left;
    min-height: 100px;
    max-height: 600px;
    overflow: auto;
}

    .modal-body label {
        font-weight: 500;
        margin-bottom: 1em;
    }

    .modal-body .bar {
        margin-bottom: 1em;
    }

.modal-footer .btn {
    margin-bottom: 0px !important;
}
/*-------End of Modal Box ---------*/
/***Custom Popup****/
.popup-holder {
    position: fixed;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    z-index: 1001;
    background: rgba(0,0,0,0.5);
    overflow: auto;
}

.popup {
    position: relative;
    display: block;
    background: #ffffff;
    width: 70%;
    padding: 1em;
    top: 10;
    left: 0;
    margin: 15px auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-animation: scaleUp .3s ease both;
    animation: scaleUp .3s ease both;
    -moz-animation: scaleUp .3s ease both;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
}

.popup-cancel {
    margin-right: 1em;
}

.close-popup {
    position: absolute;
    color: #aaaaaa;
    right: 10px;
    top: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

    .close-popup:hover span {
        color: #F44336;
    }

    .close-popup span {
        font-weight: bold;
        font-size: 1.3em;
    }

@media (max-width: 500px) {
    .popup {
        width: 90%;
    }
}

/***End of Custom Popup****/

/*h1,h2,h3,h4,h5,h6
{
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}*/

#headerholder {
    width: 100%;
    height: auto;
    background: #ffffff;
}
/*header {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1em;
     -webkit-animation: fadein .5s; 
       -moz-animation: fadein .5s; 
        -ms-animation: fadein .5s; 
         -o-animation: fadein .5s;
            animation: fadein .5s;
}*/


.main-container {
    margin: 2em auto;
}

.wrlogo {
    width: 200px;
    margin-top: 38px;
}

@media (max-width: 480px) {
    .emr, .wrlogo {
        width: 120px;
    }

    .wrlogo {
        margin-top: 32px;
    }
}


/*---- Selection ----*/
.selector-holder {
    background: #ffffff;
    /*-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
    padding: 2em 3.8em 6em 3.8em;
}

@media (max-width: 480px) {
    .selector-holder {
        padding: 0px;
    }
}

.back {
    color: #eeeeee;
}

.back, .title {
    display: inline-block !important;
}

    .title a,
    .back a {
        color: #eeeeee;
        text-decoration: none;
        padding: 10px 0px;
    }

        .title a:hover,
        .back a:hover {
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
        }

.selector-holder h3 {
    margin-bottom: 1.5em;
    font-weight: 400;
}

.dg-container {
    margin-top: 4em;
    width: 100%;
    height: 550px;
    position: relative;
}

.dg-wrapper {
    /*width: 481px;*/
    width: 320px;
    height: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    list-style: none;
}

    .dg-wrapper li {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein .5s; /* Firefox < 16 */
        -ms-animation: fadein .5s; /* Internet Explorer */
        -o-animation: fadein .5s; /* Opera < 12.1 */
        animation: fadein .5s;
    }

        .dg-wrapper li img, .dg-wrapper li canvas {
            display: block;
            vertical-align: middle;
            margin: 0 auto;
            width: 320px;
            height: auto;
            height: 300px \9;
        }

            .dg-wrapper li img.lh-home, .dg-wrapper li canvas.lh-home {
                /*padding-top: 39px;*/
            }

        .dg-wrapper li span {
            /*font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	font-size: 16px;*/
            width: 100%;
            bottom: -55px;
            display: none;
        }

.preview-canvas {
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .preview-canvas:hover {
        color: #62BB46;
    }

.preview-simulator-title {
    color: #62BB46;
    font-size: 25px;
    line-height: 1.5;
    margin: 10px auto 20px auto;
    display: block;
}

.dg-wrapper li span.simulator-title, .selected-model {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #62BB46;
}

.dg-wrapper li.dg-center img, .dg-wrapper li.dg-center canvas {
    z-index: 999;
    position: relative;
    /*background: #eee;*/
    /*-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;*/
}

.dg-wrapper li.dg-center span {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dg-container nav {
    width: 100%;
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    display: block;
    margin: 2em auto;
    text-align: center;
}

    .dg-container nav div {
        display: inline-block;
        margin: 0 10px;
    }

        .dg-container nav div .mdi {
            font-size: 2em;
            vertical-align: middle;
        }

    .dg-container nav .dg-prev .mdi {
        margin-right: 10px;
    }

    .dg-container nav .dg-next .mdi {
        margin-left: 10px;
    }

.heading {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.14em;
    color: #111111;
}

input.letter {
    width: 30px;
    height: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
    margin: auto 0;
}

    input.letter:focus {
        border: 1px solid #62bb46;
        outline: .9px solid #62bb46;
    }

.btnselect {
    display: inline-block;
    font-size: 2em;
}

@media (max-width: 1250px) {
    #divPartialContent .image-container img.display-table {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    #divPartialContent .image-container img.display-table {
        object-fit: cover;
    }

    .dg-container {
        margin: 0 auto;
        /*overflow-x: hidden;*/
    }

    .dg-wrapper, .dg-wrapper li {
        width: 100%;
    }

        .dg-wrapper li {
            visibility: hidden !important;
        }

            .dg-wrapper li.dg-center {
                -webkit-transform: translateX(0px) translateZ(0px) rotateY(0deg) !important;
                -moz-transform: translateX(0px) translateZ(0px) rotateY(0deg) !important;
                -ms-transform: translateX(0px) translateZ(0px) rotateY(0deg) !important;
                -o-transform: translateX(0px) translateZ(0px) rotateY(0deg) !important;
                transform: translateX(0px) translateZ(0px) rotateY(0deg) !important;
                visibility: visible !important;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }
}


/*----End of Selection ----*/

/*---- Registration ----*/

/*.info-holder
{
    margin: 2em auto;
}

.success-wrap
{
    margin-bottom: 2em;
    display: none;
}

.info-wrap
{
    margin: 2em auto 1em auto;
    padding: 2em;
}

.infoform
{
    width: 900px;
    margin: 0 auto;
}

.text-custom{
	font-size: 18px;
	padding-left: 5px;
	display: block;
	color: #ffffff;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
}

.infoform select
{
    display: block;
}

.infoform select, option
{
    cursor: pointer;
}

.select-arrow
{
    float: right;
    bottom: 24px;
    font-size: 1.25em;
    color: #ffffff;
    position: relative;
}

.text-custom:focus
{    
	border-bottom: 1px solid transparent;
}

.heading2
{
    line-height: 50px;
    font-weight: 500;
    color: #62bb46;
}

.infoform .group
{
    width: 800px;
}

.info-wrap .group
{
    
    margin: 40px auto;
}

.info-wrap .group.margin-bot
{
    margin-bottom: 6em;
}

.info-wrap .group h3
{
    font-weight: 400;
    margin-bottom: 2em;
}

.errormsg
{
    color: #F48FB1;
    margin: 10px 0;
}

@media (max-width: 920px)
{
    .infoform .group
    {
        width: 100%;
    }
}

@media (max-width: 768px)
{
    .info-wrap .group
    {
        margin: 0px;
    }
    
    .info-wrap .group .col-xs-12
    {
        margin: 20px auto;
    }
    
    .info-wrap h4
    {
        margin: 1em auto;
    }
}*/

/*---- End of Registration ----*/

/*---- Activation ----*/

/*.info-wrap
{
    width: 900px;
    background: #fafafa;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	margin: 2em auto;
}*/

.success-icon-holder {
    text-align: center;
    height: auto;
    /*color: #818181;*/
    margin-top: 100px;
    display: none;
}

.success-activated-icon-holder img {
    display: inline-block;
}

.success-activated-icon-holder h3 {
    margin: 1em 0;
    line-height: 1.4;
    color: #000;
}

.success-details {
    padding: 2em 3.8em 3em 3.8em;
    background: #fafafa;
    text-align: center;
}

    .success-details span {
        font-size: 1.25em;
        font-weight: 300;
    }

    .success-details a {
        text-decoration: none;
        color: #0079c1;
    }

        .success-details a:hover {
            color: #004b8d;
        }


@media (max-width: 640px) {
    #divPartialContent div.image-container img.display-table {
        height: 220px !important;
    }

    .resetform-holder {
        width: 100%;
    }
}

@media (max-width: 1024px ) {
    .activation-success-wrap,
    .info-wrap,
    .infoform {
        width: 100%;
    }
}
/*---- End of Activation----*/

#preload-imgs {
    display: none;
}

.imprint-details {
    text-align: left;
    margin: 1em auto;
}

    .imprint-details h3 {
        font-weight: 500;
        margin-bottom: 1em;
    }

/*#txtboxLine1, #txtboxLine2 {
    width:100%;
}*/

#myCanvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.canvas-container {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}

.dropdown-label {
    display: inline-block;
}

.caret {
    position: absolute;
    right: 0;
    /* top: -15px; */
    bottom: 40px;
    right: 30px;
}

/*#state-dl-wrap, #salesrep-dl-wrap {
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #636363;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}*/

#state-dl-wrap dd, #salesrep-dl-wrap dd {
    font-size: 16px;
    cursor: pointer;
}

.state-change-holder .material-dropdown-list {
    width: 100%;
    max-height: 260px;
    overflow: auto;
    margin-top: -19px;
}

.state-txt {
    font-size: 1.5em;
    /*margin-right: -3em;*/
    display: inline-block;
}

.state-change-holder .material-dropdown-list::-webkit-scrollbar-track,
.state-change-holder .material-dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 1 0 2px rgba(0,0,0,0.3);
    background-color: #eeeeee;
}

.state-change-holder .material-dropdown-list::-webkit-scrollbar,
.state-change-holder .material-dropdown-list::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.state-change-holder .material-dropdown-list::-webkit-scrollbar-thumb,
.state-change-holder .material-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
}

.preview-img-holder {
    text-align: center;
}

    .preview-img-holder #imgPreview {
        margin: 0 auto;
        /*width: 500px;*/
        width: 100%;
        max-height: 400px;
        object-fit: contain;
    }


/***List Holder****/

.home-screen {
    font-size: 18px;
}

.home-image {
    padding-bottom: 32px;
}

.listholder {
    list-style: none;
    margin-left: -40px;
}

.list-holder-li.current {
    background: #ffcf22;
    color: #ffffff;
}

.list-holder-li {
    width: 100%;
    background: #fdfdfd;
    height: 100%;
    padding: .75em .5em;
    position: relative;
    display: table;
    margin-bottom: .5em;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .list-holder-li:hover {
        -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
        -ms-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
        -o-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
        box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
    }

.admininit {
    padding-top: 6px;
}

.nameinitial {
    float: left;
    font-size: 2em;
    height: auto;
    display: block;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.4;
    color: #212121;
    border: 1px dotted #212121;
    border-spacing: 10px;
}


.list-content1 {
    padding-left: 1em;
    padding-top: .25em;
    display: block;
    font-size: 1.15em;
}

.list-content2 {
    padding-left: 1.35em;
    padding-top: 1em;
    display: block;
    font-size: .85em;
    color: #757575;
}


.list-holder-li:hover .modifyicon-holder {
    opacity: 1;
}

.modifyicon-holder {
    opacity: 0;
}

    .modifyicon-holder span {
        cursor: pointer;
        font-size: 1em;
    }


.left, .right {
    float: left;
    width: 50%;
    position: relative;
    display: block;
    min-height: 1px;
}

.right {
    text-align: right;
}

    .right .modifyicon-holder {
        margin-right: 1em;
    }

.filestyle {
    width: 1px;
}

.bootstrap-filestyle.input-group {
    display: block;
}

.modifyicon-holder .badge {
    font-size: .8em;
    background-color: #62bb46;
    margin-left: 10px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 1.35;
}

.btn-file:hover .badge {
    background-color: #ffffff;
    color: #62bb46;
}

.customer-details-holder {
    text-align: left;
    margin-bottom: 2em;
    padding: 1em 2em !important;
}

.transform1 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #aaaaaa;
    margin-top: 2em;
}

.info-con-holder div {
    line-height: 2;
}

.txtname {
    width: 140px;
    display: inline-block;
}

.txtans {
    color: #000;
}

#salesrepInput::-ms-clear {
    margin-right: 15px;
}


#myCanvas002 + .preview-canvas,
#myCanvas003 + .preview-canvas,
#myCanvas004 + .preview-canvas,
#myCanvas005 + .preview-canvas,
#myCanvas006 + .preview-canvas,
#myCanvas007 + .preview-canvas,
#myCanvas008 + .preview-canvas,
#myCanvas009 + .preview-canvas,
#myCanvas010 + .preview-canvas,
#myCanvas011 + .preview-canvas {
    margin-top: 10px;
    z-index: 1000;
}

@media (max-width: 440px) {
    #main #divPartialContent .cm-row .breadcrumb-container.imprintanduploadlogo {
        height: 75px;
    }
}

@media (max-width: 420px) {
    .home-image {
        width: 100%;
        max-width: 100%;
    }

    .header-bar {
        padding: 0 8px;
    }
}

@media (max-width: 550px) {
    body #main-wrapper .cm-row.bg-blue {
        /*height:180px;*/
    }

    #divPartialContent .cm-row .breadcrumb-container.chooseimprinttype {
        height: 50px;
    }
}

@media (max-width: 768px) {
    #divPartialContent .image-container img.display-table {
        height: 300px !important;
    }

    #divPartialContent .cm-row .breadcrumb-container.imprintanduploadlogo {
        height: 50px;
    }

    .list-holder-li .modifyicon-holder {
        opacity: 1;
    }

    .right {
        float: none;
        text-align: left;
        padding-left: 1.35em;
    }

    .dropdown-label {
        margin-bottom: 1em;
    }
}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/***End of List Holder****/

.invalid-input {
    background-color: #F6BABA !important;
}

.submit-success-pop {
    display: block !important;
}

.submit-success {
    display: none !important;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .material-label {
        top: auto !important;
        font-size: 1em;
    }
}

.main-header .navbar-header {
    width: 100%;
}

.global-header .main-header-content {
    height: 75px;
}

#myCarousel .col-md-12 {
    position: absolute;
    top: 50%;
    bottom: 50%;
}

.carousel-inner > .item {
    -webkit-transition: 2s;
    transition: 2s;
    height: 250px;
}

    .carousel-inner > .item.left {
        -webkit-transition: 1s;
        transition: 1s;
    }

    .carousel-inner > .item.right {
        -webkit-transition: 2s;
        transition: 2s;
    }

.carousel-caption p {
    margin: 0;
}

.carousel-caption {
    padding-bottom: 20px;
}

#idfullpop-modal .preview-img-holder .col-md-4 {
    margin-top: 100px;
}

#idfullpop-modal .popup ul {
    list-style: none;
    /*position:absolute;*/
    top: 60px;
    /*right:5px;*/
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

.carousel-inner > .item {
    height: 380px;
}

section.main-container #section1 .row {
    display: block;
}

    section.main-container #section1 .row .col-lg-4 {
        display: block;
        align-items: center;
    }

        section.main-container #section1 .row .col-lg-4 .btn {
            width: 65%;
            margin-right: 0;
            margin-left: 0;
            margin-top: 10px;
        }

footer .row .sub-nav a {
    margin-left: 0;
}

#image-preview {
    max-width: 600px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #fff;
    transition: 1s
}

    #image-preview input {
        line-height: 200px;
        font-size: 200px;
        position: absolute;
        opacity: 0;
        z-index: 10;
        width: 400px;
        height: 400px;
        min-width: 400px;
    }

    #image-preview label {
        position: absolute;
        z-index: 100;
        /*opacity: 0.8;*/
        opacity: 1;
        cursor: pointer;
        background-color: var(--color_brand--primary);
        width: 200px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        text-transform: uppercase;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        margin-top: 15px;
        font-weight: 600;
    }

.content input.letter {
    margin-bottom: 10px;
}

#frmCustInfo {
    transition: .5s;
}

.info-holder #frmCustInfo {
    transition: .5s;
    padding: 50px;
    margin: 100px;
}

#faqsModal .close, #TermsModal .close {
    color: #dedede;
    opacity: 1;
    font-size: 20px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

body.scrolled.modal-open, .modal-open .navbar-fixed-top {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.fadeInLeft {
    -webkit-animation: fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both
}

.fadeInFwd {
    -webkit-animation: fade-in-fwd .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-fwd .6s cubic-bezier(.39,.575,.565,1.000) both
}

.fadeInRight {
    -webkit-animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both
}

.fadeInRight2 {
    -webkit-animation: fade-in-right2 .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-right2 .6s cubic-bezier(.39,.575,.565,1.000) both
}

.fadeInRight3 {
    -webkit-animation: fade-in-right3 .6s cubic-bezier(.39,.575,.565,1.000) both;
    animation: fade-in-right3 .6s cubic-bezier(.39,.575,.565,1.000) both
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right2 {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right2 {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right3 {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right3 {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@media only screen and (max-width:941px) {
    .content div.imprintinputbox {
        width: 65%;
    }
}

@media only screen and (max-width:927px) {
    .content div.imprintinputbox {
        width: 69%;
    }
}

@media only screen and (max-width:873px) {
    .content div.imprintinputbox {
        width: 73%;
    }
}

@media only screen and (max-width:825px) {
    .content div.imprintinputbox {
        width: 77%;
    }
}

@media only screen and (max-width:783px) {
    .content div.imprintinputbox {
        width: 82%;
    }
}

@media only screen and (max-width:753px) {
    .content div.imprintinputbox {
        width: 87%;
    }
}

@media only screen and (max-width:709px) {
    .content div.imprintinputbox {
        width: 92%;
    }
}

@media only screen and (max-width:671px) {
    .content div.imprintinputbox {
        width: 98%;
    }
}

@media only screen and (max-width:630px) {
    .content div.imprintinputbox {
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
    .imprintandupload .col-md-4.col-sm-5 {
        width: 30%;
    }

    .imprintandupload .col-md-2.col-sm-5 {
        width: 28%;
    }
}

@media only screen and (max-width:1279px) {
    .content .imprintinputbox {
        width: 64%;
    }

    .maincontent .row.secondline {
        padding: 20px;
    }
}

@media only screen and (max-width:1279px) and (min-width:767px) {
    .secondline .font77.text-right {
        text-align: center;
        /*display:inline-block;*/
        padding: 20px;
    }

        .secondline .font77.text-right br {
            display: none;
        }

    #main-wrapper .cm-row.bg-blue {
        margin-top: 25px;
    }

    #section1 .thirdline {
        padding-top: 50px;
    }

    #info-wrap a.btn {
        width: 200px;
    }

    .main-container #section1 .content div {
        margin-bottom: 40px;
    }

    section.main-container #section1 .row {
        display: block;
    }

        section.main-container #section1 .row .col-lg-4 .row {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }

        section.main-container #section1 .row .col-lg-4 .btn .ial {
            margin-top: 10px
        }
}

@media only screen and (min-width:851px) and (max-width:1150px) {
    .maincontent .secondline img#ThermoImage {
        width: 100%;
    }
}

@media only screen and (max-width:850px) {
    .maincontent .secondline #ThermoImage {
        width: 100%;
    }
    /*.animateleft .installtext{
        padding-top:0;
    }*/
}

@media only screen and (max-width:991px) {
    .content .imprintinputbox {
        width: 64%;
    }

    .font-bold.confirmemail {
        margin-top: 0;
    }

    #idfullpop-modal .preview-img-holder .col-md-4 {
        margin-top: 0;
    }
}

@media only screen and (max-width:766px) {
    #main-wrapper .cm-row.bg-blue {
        margin-top: 25px; /*height:120px;*/
    }
    /*.animateleft .fasttext{
        padding-top:20px;padding-bottom:20px;
    }
    .animateleft .colortext{
        padding-bottom:20px;
    }*/
    .secondline .font77.text-right {
        text-align: center;
        padding: 20px;
    }

        .secondline .font77.text-right br {
            display: none
        }

    .animateleft h2 {
        text-align: center;
    }

    footer .row .horizontal-list li {
        margin-top: 10px;
    }

    #faqsModal .modal-body p a {
        word-break: break-all;
    }

    .main-container #section1 .padded-container .row {
        display: block;
        width: 100%;
    }

    .info-holder #frmCustInfo {
        transition: .5s;
        margin: 20px;
    }

    .padded-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .main-container #section1 .row .cta-buttons .btn {
        width: 50%;
    }

    #myCarousel .carousel-control {
        display: block !important;
    }

        #myCarousel .carousel-control.right:after {
            right: 0;
        }

        #myCarousel .carousel-control.left:after {
            left: 0;
        }

    .left.carousel-control, .right.carousel-control {
        width: 100%;
    }
}

.carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 70%;
}

.cm-row.bg-blue {
    height: 100px;
}

#divPartialContent .breadcrumb-container {
    height: 30px;
    line-height: 25px;
}

    #divPartialContent .breadcrumb-container ul li {
        font-size: 14px;
        padding-left: 12px;
    }

#divPartialContent img.display-table {
    height: 400px !important;
    object-fit: fill;
    transition: .5s;
    display: flex;
    justify-content: center;
    width: inherit;
    overflow: hidden;
}

.main-container.maincontent {
    padding-top: 50px;
    padding-bottom: 50px;
}

.maincontent .secondline {
    padding-top: 50px;
    padding-bottom: 50px;
}

.maincontent .secondrow {
    display: flex !important;
    justify-content: center;
}

.secondline .animateright img {
    /*max-width:500px;*/ height: 100%;
    float: left;
    object-fit: cover;
    width: 80%;
}

.installtext {
    /*padding-top:40px*/
    padding-top: 0;
}

.fasttext {
    /*padding-top:80px;padding-bottom:80px;*/
    padding-top: 60px;
    padding-bottom: 60px;
}

.cm-row .heading-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cm-row.bg-blue h1 {
    margin-bottom: 10px;
}

.confirmemail {
    margin-top: 50px;
}

#main {
    overflow: hidden;
}

.modal-dialog.md-reposition {
    position: static;
}

#logoprev, #textprev, #logoandtextprev {
    margin-bottom: 5px;
    margin-top: 0px !important;
}
/*#logoprev:hover,#textprev:hover,#logoandtextprev:hover{
    color:#62BB46;
}*/
input#chkBoldLine1, input#chkBoldLine2 {
    margin-right: 0px;
    height: 10px;
}

.imprintinputbox {
    width: 56%;
}

.imprintandupload {
    padding-bottom: 50px;
}

.getstart a {
    margin: 0 10px;
}

.row iframe {
    height: 360px;
    width: 640px;
}

@media only screen and (max-width:766px) {
    .firstline .getstart a {
        margin: 10px 0;
    }

    .row iframe {
        height: 250px;
        width: 100%;
    }
}
