﻿
/*Angular markup cloaking*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
    /*BEGIN GET CORP Prod INFO*/
.modal-top {
    padding: 2px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
    position: relative;
}

.modal-top .breadcrumbs {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #9B9B9B;
    margin-bottom: 10px;
}

.modal-top .top-number {
    font-family: "Surveyor Text A", "Surveyor Text B", "Lora", serif;
    font-weight: 400;
    font-size: 24px;
    color: #004774;
    position: absolute;
    top: 0;
    right: 10%;
}

.modal-info {
    padding: 2px 0 10px;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 20px 0;
    position: relative;
}

.modal-info .label {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #9B9B9B;
    margin-bottom: 10px;
} 


.modal-info h1.top-name {
    font-family: "Surveyor Text A", "Surveyor Text B", "Lora", serif;
    font-weight: 400;
    font-size: 24px;
    color: #004774;
    line-height: 24px;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.modal-info p {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #333;
}

    .modal-info strong {
        font-family: "Surveyor Text A", "Surveyor Text B", "Lora", serif;
        font-size: 14px;
        font-weight: 700;
        color: #004774;
        font-feature-settings: "kern", "liga", "pnum";
        text-align: left;
    }

.modal-info ul {
    list-style-type: disc !important;
    margin: 0 0 10px;
    padding-left: 15px;
}

.modal-info ul li {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    /*list-style: bullets;*/
    margin: 10px 0 0 0;
}

/*.backbuttonwizardmobile {
	width: 3.333333%;
}*/


@media(max-width:767px) {
	.mobilechanges {
		margin-top: 70px;
		margin-left:0px!important;
	}

	.buttonnavwizmobile {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.imagemobile {
		height:15px;
	}
	.hidewizardmobile {
	 display:none;
	}
	.margintopmobile {
	margin-top: -50px!important;
	}
	.prodfilterboxmobile {
		max-height: 85px!important;
	}
}




/*END GET CORP PROD INFO*/



/*BEGIN CONSUMER REORDER PAGE*/
.reorderimg {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.consumerreorderpagemobile {
	margin-left: 0px !important;
}

/*END CONSUMER REORDER PAGE*/

/*Header Logo*/
.header-logo {
    /*margin-bottom: 35px;*/
}

/*BEGIN HOME SCREEN DASHBOARD*/

.nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}


.mt-comments .mt-comment {
    padding: 10px;
    margin: 0 0 10px 0;
}

    .mt-comments .mt-comment .mt-comment-img {
        width: 40px;
        float: left;
    }

        .mt-comments .mt-comment .mt-comment-img > img {
            border-radius: 50% !important;
        }

    .mt-comments .mt-comment .mt-comment-body {
        padding-left: 20px;
        position: relative;
        overflow: hidden;
    }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info:before, .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
            content: " ";
            display: table;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
            clear: both;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
            display: inline-block;
            float: left;
            margin: 0px 0px 10px 0;
            color: #060606;
            font-weight: 600;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
            display: inline-block;
            float: right;
            margin: 0px;
            color: #BABABA;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
            color: #999999;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-details {
            margin: 10px 0px 0px 0;
        }

            .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
                text-transform: uppercase;
                float: left;
            }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
                    color: #B8C0F5;
                }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
                    color: #6BD873;
                }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
                    color: red;
                }

            .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
                display: none;
                list-style: none;
                margin: 0;
                padding: 0;
                float: right;
            }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
                    float: left;
                    padding: 0 5px;
                    margin: 0;
                }

                    .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a {
                        text-transform: uppercase;
                        color: #999999;
                    }

                        .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a:hover {
                            color: #666666;
                            text-decoration: none;
                        }

    .mt-comments .mt-comment:hover {
        background: #f9f9f9;
    }

        .mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
            display: inline-block;
        }



/*END HOME SCREEN DASHBOARD*/

/* BEGIN Recent Orders  */

.sampleorderborder {
    border-color: red;
}

.sampleordertext {
   color: red;
}

.recentorder {
	width: 240px;
	height: auto;
	min-height: 265px;
}


.orderstatuscomplete {
    background-color: #DDEBD1;
}

.orderstatusonhold {
    background-color: #D5D6D7;
}

.orderstatusfientered {
    background-color: #FFFACE;
}

.orderstatusmsentered {
    background-color: #DDEFF5;
}

.orderstatuserrorreprint {
    background-color: #F5E3EE;
}

.orderstatusreprint {
    background-color: #F9E9D0;
}

.orderstatusmfg {
    background-color: #DDDCE9;
}
/* END Recent Orders */


/*BEGIN Products page*/



.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #28628e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.divwizbuttons .prodselectionbox {
    width: 170px; /* or whatever width you want. */
    max-width: 170px; /* or whatever width you want. */
    height: 166px;
    max-height: 166px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    font-size: 10px;
    padding-top: 5px;
}

.prodselectionbox label {
    margin-bottom: 0px;
}

.prodselectionbox span {
    padding-top: 2px;
}

.productsbox {
    width: 160px; /* or whatever width you want. */
    max-width: 160px; /* or whatever width you want. */
    height: 169px;
    max-height: 169px;
    display: inline-block;
    /*border-style: solid;
    border-width: 2px;
    border-radius: 20px;*/
    font-size: 10px;
    margin-left: 15px;
}

    .productsbox label {
        margin-bottom: 0px;
    }



.prodselectionbox span {
    padding-top: 2px;
}

.productsboxinnerlowerdiv {
    position: relative;
    top: 31px;
    margin-left: 4px;
}

.productsboxinnerupperdiv {
    height: 28px;
}


.mobileproductsbox {
    width: 136px; /* or whatever width you want. */
    max-width: 136px; /* or whatever width you want. */
    height: 169px;
    max-height: 169px;
    display: inline-block;
    /*border-style: solid;
    border-width: 2px;
    border-radius: 20px;*/
    font-size: 10px;
    margin-left: 15px;
}

    .mobileproductsbox label {
        margin-bottom: 0px;
    }



.prodselectionbox span {
    padding-top: 2px;
}

.mobileproductsboxinnerlowerdiv {
    position: relative;
    top: 31px;
    margin-left: 4px;
}

.mobileproductsboxinnerupperdiv {
    height: 28px;
}








/*END Products Page*/


/*BEGIN Personalization Page*/
.boldcheckbox {
    margin-top: 4px;
}

input[type=text].isbold {
    font-weight: bold !important;
}

@media(max-width:767px) {
    .prsnpagemobile {
        margin-left: 0px !important;
        margin-top: 65px !important;
        margin-bottom: 50px;
    }

    .prsnrowsmobile {
        padding-right: 6px!important;
        padding-left: 8px!important;
    }

    .boldrowsmobile {
        padding-left: 0px!important;
    }
}


/*END  Personalization Page*/


/*BEGIN Features page*/

.featuresradiobutton {
    float: right;
    padding-top: 4px;
}

.innerbox {
    height: auto;
    border-style: solid;
    border-width: 2px;
    margin-left: 10px;
    border-color: #eeeeee;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/*.alphabar {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }*/

.alphabet {
    list-style-type: none;
    margin: 10px auto 0;
    padding: 0;
    cursor: pointer;
    width: 80%;
    text-align: center;
}

    .alphabet li {
        float: left;
        margin: 0;
        padding: 0;
        border-right: 1px solid darkgrey;
        font-size: 13px;
        -moz-box-sizing: border-box;
        color: black;
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 3.84%;
    }

        .alphabet li:last-child {
            border-right: none;
        }

        .alphabet li:hover {
            color: green;
            background-color: lightgrey;
        }

.previewbox {
    border-style: dashed;
    border-width: 1px;
    padding: 140px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.imagediv {
    background-color: #f5f5f5;
    height: 40px;
    font-size: 17px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 5px;
}


@media(max-width:767px) {
	.innerboxmobile {
		margin-top: 57px!important;
	}
	.featurespagemobile {
		margin-left: 0px !important;
		margin-bottom: 50px;
	}
	.featureslimobile.alphabet li {
		float: none; 
		margin: 5px;
		padding: 0;
		/* border-right: 1px solid darkgrey; */
		border: hidden;
		font-size: 24px;
		-moz-box-sizing: border-box;
		color: black;
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/* width: 3.84%; */
	}

		.featureslimobile.alphabet li:hover {
			background-color: unset;
		}

}



/*Carousel*/
.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-inner {
    margin-left: 17%;
}

.carousel-control {
    width: 4%;
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }

/*End Carousel*/

/*END Features Page*/



/*BEGIN Shipping Page*/

.pricing-content-1 {
    background-color: #fff;
}

    .pricing-content-1:before, .pricing-content-1:after {
        content: " ";
        display: table;
    }

    .pricing-content-1:after {
        clear: both;
    }

    .pricing-content-1 .arrow-down {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid;
        margin: auto;
    }

        .pricing-content-1 .arrow-down.arrow-blue {
            border-top-color: #3598DC;
        }

        .pricing-content-1 .arrow-down.arrow-green {
            border-top-color: #32C5D2;
        }

        .pricing-content-1 .arrow-down.arrow-dark {
            border-top-color: #2F353B;
        }

        .pricing-content-1 .arrow-down.arrow-grey {
            border-top-color: #f7f9fb;
        }

    .pricing-content-1 .price-ribbon {
        position: absolute;
        top: 75px;
        left: 100px;
        width: 67px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 6px 20px 6px 10px;
        color: #fff;
        background-color: #D91E18;
        text-shadow: 0px 1px 2px #bbb;
        -webkit-box-shadow: 0px 2px 4px #888;
        -moz-box-shadow: 0px 2px 4px #888;
        box-shadow: 0px 2px 4px #888;
    }

        .pricing-content-1 .price-ribbon:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            right: 0px;
            top: 100%;
            border-width: 5px 10px;
            border-style: solid;
            border-color: #64120f transparent transparent #64120f;
        }

    .pricing-content-1 .pricing-title {
        border-bottom: 1px solid;
        border-color: #fff;
    }

        .pricing-content-1 .pricing-title > h1 {
            margin: 20px 0;
        }

    .pricing-content-1 .price-column-container {
        text-align: center;
        margin: 0;
        background-color: #fff;
    }

        .pricing-content-1 .price-column-container.border-active {
            border: 1px solid #e5e9ee;
        }

        .pricing-content-1 .price-column-container:first-child {
            margin-left: 0;
        }

        .pricing-content-1 .price-column-container:last-child {
            margin-right: 0;
        }

    .pricing-content-1 .price-table-head {
        color: #fff;
        padding: 20px 0;
    }

        .pricing-content-1 .price-table-head h2 {
            font-size: 26px;
        }

        .pricing-content-1 .price-table-head.price-1 {
            background-color: #3598DC;
        }

        .pricing-content-1 .price-table-head.price-2 {
            background-color: #32C5D2;
        }

        .pricing-content-1 .price-table-head.price-3 {
            background-color: #2F353B;
        }

    .pricing-content-1 .price-table-pricing > h3 {
        font-size: 60px;
        position: relative;
    }

        .pricing-content-1 .price-table-pricing > h3 > .price-sign {
            font-size: 24px;
            margin-left: -15px;
            vertical-align: top;
            top: 15px;
        }

    .pricing-content-1 .price-table-pricing > p {
        margin-top: 0;
    }

    .pricing-content-1 .price-table-content {
        background-color: #f7f9fb;
        color: #5c6d7e;
        font-weight: 600;
        font-size: 16px;
    }

        .pricing-content-1 .price-table-content .row {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .pricing-content-1 .price-table-content .row i {
                color: #6cade6;
            }

            .pricing-content-1 .price-table-content .row:first-child {
                padding-top: 20px;
            }

            .pricing-content-1 .price-table-content .row:last-child {
                padding-bottom: 20px;
            }

    .pricing-content-1 .price-table-footer {
        padding: 20px 0;
    }

        .pricing-content-1 .price-table-footer > .price-button {
            font-weight: bold;
            padding: 10px 20px;
        }

@media (max-width: 1024px) {
    .pricing-content-1 .mobile-padding {
        padding: 0;
        margin: 0;
    }

        .pricing-content-1 .mobile-padding > i {
            margin-right: 5px;
        }

    .pricing-content-1 .price-table-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .pricing-content-1 .mobile-padding {
        padding: 0 15px;
        margin: 0 -15px;
    }

        .pricing-content-1 .mobile-padding > i {
            margin-right: 20px;
        }

    .pricing-content-1 .price-table-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


#shippinglocation {
    position: relative;
    /*border: 1px solid black;*/
    padding: 5px;
    background: white;
    /*width: 400px;*/
    height: 192px;
    overflow: auto;
    overflow-y: scroll;
    font-size: 10px !important;
}

/*#shippingaddressfields {
    position: relative;
    border: 1px solid black;
    padding: 5px;
    background: white;
    width: 400px;
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
}*/

.shippingaddressfieldssmwidth {
    margin-bottom: 5px;
}

.shippingmethodsegg {
    display: block;
    width: 126px;
    height: 180px;
    background-color: cornflowerblue;
    -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.shippingiconsize {
    font-size: 80px;
    color: black;
}

.innerlabel-1 {
    position: absolute;
    padding-top: 43px;
    padding-left: 5px;
    z-index: 1;
    font-size: 12px;
}

.price {
    position: relative;
    /*bottom: 216px;*/
    left: 31px;
    z-index: 2;
    color: #28628e;
    font-size: 15px;
    font-weight: bold;
}

.shippingdescription {
    position: relative;
    bottom: 250px;
    z-index: 3;
    font-weight: bold;
    width: 125px;
    padding-left: 21px;
}

.shippingradio {
    position: relative;
    z-index: 100;
    padding-top: 10px;
    left: 57px;
}

@media(max-width:767px) {
	.shippingpagemobile {
		margin-left: 0px !important;
		margin-top: 45px !important;
		margin-bottom: 50px;
	}
}
/*END Shipping page*/

/*BEGIN Confirmation Page*/
.page-text {
    font-size: 11px !important;
}

.centerdiscountcheckboxes {
    margin: 0 auto;
    width: 130px;
    height: 28px;
}



.discountscheckbox {
    padding-right: 20px;
}

#enterdiscountamount {
    margin-top: 25px;
}

.confirmationbox {
    /*width: 304px; */
    height: 190px;
}

.confirmationicon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pricingdiv {
    Width: 315px;
    height: auto;
    border: solid;
    border-width: thin;
    padding: 7px;
    font-size: 11px;
    margin-top: 15px;
    min-height: 299px;
}

@media(max-width:767px) {
	.confirmationpagemobile {
		margin-top: 60px !important;
		margin-left: 0px !important;
		margin-bottom:40px !important;
	}

	.featurespagemobile {
		margin-left: 0px !important;
		margin-bottom: 50px;
	}

	.qtydivmobile {
		margin-left: 80px;
	}

	.ordertotalboxmobile {
		margin-left: 26px;
	}

}


/*END Confirmation Page*/

/*BEGIN ViewStatus Section*/


    .viewstatuspanel {
        max-width: 455px;
        min-height: 220px;
    }

    .viewstatusul {
        padding-left: 10px;
    }

    /*END ViewStatus Page*/




    /*BEGIN General Section*/

    fa.disabled,
    .fa[disabled],
    .disabled > .fa,
    [disabled] > .fa {
        color: lightgrey;
        cursor: not-allowed;
    }

    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

        .btn-circle.btn-xs {
            width: 20px;
            height: 20px;
            padding: 1px 0px;
            font-size: 12px;
            line-height: 1.428571429;
            border-radius: 15px;
        }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 25px;
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.33;
            border-radius: 35px;
        }


    .spacer {
        margin-top: 20px; /* define margin as you see fit */
    }

    .btn-round {
        border-radius: 17px;
    }

    .carouselcaretscolor {
        color: #28628e;
    }


    .stepsicon {
        display: block;
        text-align: center;
    }

    .divwizbuttons {
        margin-top: 15px !important;
    }

    .i-am-centered {
        position: absolute;
        margin: 150px;
        top: 0;
    }

    @font-face {
        font-family: "ad212";
        src: url('/fonts/ad212.ttf');
    }

    @font-face {
        font-family: "an212";
        src: url('/fonts/an212.ttf');
    }

    @font-face {
        font-family: "an212b";
        src: url('/fonts/an212b.ttf');
    }

    @font-face {
        font-family: "cl212";
        src: url('/fonts/cl212.ttf');
    }

    @font-face {
        font-family: "cl212b";
        src: url('/fonts/cl212b.ttf');
    }

    @font-face {
        font-family: "cp212";
        src: url('/fonts/cp212.ttf');
    }

    @font-face {
        font-family: "ex212";
        src: url('/fonts/ex212.ttf');
    }

    @font-face {
        font-family: "hw212";
        src: url('/fonts/hw212.ttf');
    }

    @font-face {
        font-family: "kp212";
        src: url('/fonts/kp212.ttf');
    }

    @font-face {
        font-family: "lc212";
        src: url('/fonts/lc212.ttf');
    }

    @font-face {
        font-family: "lc212b";
        src: url('/fonts/lc212b.ttf');
    }

    @font-face {
        font-family: "micr";
        src: url('/fonts/micr.ttf');
    }

    @font-face {
        font-family: "oldlc212";
        src: url('/fonts/oldlc212.ttf');
    }

    @font-face {
        font-family: "pr212";
        src: url('/fonts/pr212.ttf');
    }

    @font-face {
        font-family: "rv212";
        src: url('/fonts/rv212.ttf');
    }

@media(max-width:767px) {
	.errorsmobile {
		margin-top:60px;
	}
}


    /*BEGIN  Hidding the radiobuttons & checkboxes */
    input[type="radio"], input[type="checkbox"] {
        display: none;
    }
        /* Hidding the "check" status of inputs */
        input[type="radio"] + label .fa-circle,
        input[type="checkbox"] + label .fa-check {
            display: none;
        }
        /* Styling the "check" status */
        input[type="radio"]:checked + label .fa-circle,
        input[type="checkbox"]:checked + label .fa-check {
            display: block;
            color: #28628e;
        }
        /* Styling checkboxes */
        input[type="checkbox"]:checked + label .fa-check {
            position: relative;
            left: .125em;
            bottom: .125em;
        }
        /* Styling radiobuttons */
        input[type="radio"]:checked + label .fa-circle-o {
            display: none;
        }
    /* END Hidding the radiobuttons & checkboxes */


    /* BEGIN STEPS */

    ..bs-wizard {
        margin-top: 40px;
    }

    /*Form Wizard*/
    .bs-wizard {
        border-bottom: solid 1px #e0e0e0;
        padding: 0 0 10px 0;
    }

        .bs-wizard > .bs-wizard-step {
            padding: 0;
            position: relative;
        }

            .bs-wizard > .bs-wizard-step + .bs-wizard-step {
            }

            .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
                color: #595959;
                font-size: 11px;
                /*margin-bottom: 5px;*/
                margin-left: 14px;
            }

            .bs-wizard > .bs-wizard-step .bs-wizard-info {
                color: #999;
                font-size: 14px;
            }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
                position: absolute;
                width: 46px;
                height: 41px;
                display: block;
                background-color: white;
                top: 30px;
                left: 50%;
                margin-top: -17px;
                margin-left: -15px;
                border-radius: 50%;
                font-size: 30px;
            }



            .bs-wizard > .bs-wizard-step > .progress {
                position: relative;
                border-radius: 0px;
                height: 8px;
                box-shadow: none;
                margin: 15px 0;
            }

                .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                    width: 0px;
                    box-shadow: none;
                    /*background: #fbe8aa;*/
                }

            .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
                width: 100%;
            }

            .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
                width: 50%;
            }

            .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
                width: 0%;
            }

            .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
                width: 100%;
            }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
                background-color: #f5f5f5;
            }

                .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                    opacity: 0;
                }

            .bs-wizard > .bs-wizard-step:first-child > .progress {
                left: 50%;
                width: 50%;
            }

            .bs-wizard > .bs-wizard-step:last-child > .progress {
                width: 50%;
            }

            .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
                pointer-events: none;
            }
    /*END Form Wizard*/

    /*END  STEPS*/

    /*BEGIN messaging section*/
    div.chat * {
        transition: all .5s;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    div.chat {
        margin: 0;
        cursor: default;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
        user-select: none;
    }

        div.chat span.spinner {
            -moz-animation: loading-bar 2s 1;
            -webkit-animation: loading-bar 2s 1;
            animation: loading-bar 2s 1;
            display: block;
            height: 2px;
            background-color: #a5c7e3;
            transition: width 0.2s;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 4
        }

        div.chat .messages {
            display: block;
            overflow-x: hidden;
            overflow-y: scroll;
            position: relative;
            height: 100%;
            width: 100%;
            padding: 2% 3%;
            /*border-bottom: 1px solid #ecf0f1;*/
        }

        div.chat ::-webkit-scrollbar {
            width: 5px;
            height: 1px;
            transition: all .5s;
            z-index: 10;
        }

        div.chat ::-webkit-scrollbar-track {
            background-color: white;
        }

        div.chat ::-webkit-scrollbar-thumb {
            background-color: #bec4c8;
            border-radius: 3px;
        }

        div.chat .message {
            display: block;
            width: 98%;
            padding: 0.5%;
        }

            div.chat .message p {
                margin: 0;
            }

        div.chat .myMessage,
        div.chat .fromThem {
            max-width: 50%;
            word-wrap: break-word;
            margin-bottom: 20px;
        }

        div.chat .message:hover .myMessage {
            -webkit-transform: translateX(-130px);
            transform: translateX(-130px);
        }

        div.chat .message:hover .fromThem {
            -webkit-transform: translateX(130px);
            transform: translateX(130px);
        }

        div.chat .message:hover date {
            opacity: 1;
        }

        div.chat .myMessage, .fromThem {
            position: relative;
            padding: 10px 20px;
            color: white;
            border-radius: 25px;
            clear: both;
            font: 400 15px 'Open Sans', sans-serif;
        }

        div.chat .myMessage {
            background: #a5c7e3;
            color: white;
            float: right;
            clear: both;
            border-bottom-right-radius: 20px 0px\9;
        }

            div.chat .myMessage:before {
                content: "";
                position: absolute;
                z-index: 1;
                bottom: -2px;
                right: -8px;
                height: 19px;
                border-right: 20px solid #a5c7e3;
                border-bottom-left-radius: 16px 14px;
                -webkit-transform: translate(0, -2px);
                transform: translate(0, -2px);
                border-bottom-left-radius: 15px 0px\9;
                transform: translate(-1px, -2px)\9;
            }

            div.chat .myMessage:after {
                content: "";
                position: absolute;
                z-index: 1;
                bottom: -2px;
                right: -42px;
                width: 12px;
                height: 20px;
                background: white;
                border-bottom-left-radius: 10px;
                -webkit-transform: translate(-30px, -2px);
                transform: translate(-30px, -2px);
            }

        div.chat .fromThem {
            background: #E5E5EA;
            color: black;
            float: left;
            clear: both;
            border-bottom-left-radius: 30px 0px\9;
        }

            div.chat .fromThem:before {
                content: "";
                position: absolute;
                z-index: 2;
                bottom: -2px;
                left: -7px;
                height: 19px;
                border-left: 20px solid #E5E5EA;
                border-bottom-right-radius: 16px 14px;
                -webkit-transform: translate(0, -2px);
                transform: translate(0, -2px);
                border-bottom-right-radius: 15px 0px\9;
                transform: translate(-1px, -2px)\9;
            }

            div.chat .fromThem:after {
                content: "";
                position: absolute;
                z-index: 3;
                bottom: -2px;
                left: 4px;
                width: 26px;
                height: 20px;
                background: white;
                border-bottom-right-radius: 10px;
                -webkit-transform: translate(-30px, -2px);
                transform: translate(-30px, -2px);
            }

        div.chat date {
            position: absolute;
            top: 10px;
            font-size: 14px;
            white-space: nowrap;
            vertical-align: middle;
            color: #8b8b90;
            opacity: 0;
            z-index: 4;
        }

        div.chat .myMessage date {
            left: 105%;
        }

        div.chat .fromThem date {
            right: 105%;
        }

        /*div.chat input {
        font: 400 13px 'Open Sans', sans-serif;
        border: 0;
        padding: 0 15px;
        height: 10%;
        outline: 0;
    }

        div.chat input[type='text'] {
            width: 73%;
            float: left;
        }

        div.chat input[type='submit'] {
            width: 23%;
            background: transparent;
            color: #a5c7e3;
            font-weight: 700;
            text-align: right;
            float: right;
        }*/

        div.chat .myMessage, div.chat .fromThem {
            font-size: 12px;
        }

        div.chat .message:hover .myMessage {
            transform: translateY(18px);
            -webkit-transform: translateY(18px);
        }

        div.chat .message:hover .fromThem {
            transform: translateY(18px);
            -webkit-transform: translateY(18px);
        }

        div.chat .myMessage date {
            top: -20px;
            left: auto;
            right: 0;
            font-size: 12px;
        }

        div.chat .fromThem date {
            top: -20px;
            left: 0;
            right: auto;
            font-size: 12px;
        }

        div.chat .myMessage,
        div.chat .fromThem {
            max-width: 90%;
        }

    @-moz-keyframes loading-bar {
        0% {
            width: 0%;
        }

        90% {
            width: 90%;
        }

        100% {
            width: 100%;
        }
    }

    @-webkit-keyframes loading-bar {
        0% {
            width: 0%;
        }

        90% {
            width: 90%;
        }

        100% {
            width: 100%;
        }
    }

    @keyframes loading-bar {
        0% {
            width: 0%;
        }

        90% {
            width: 90%;
        }

        100% {
            width: 100%;
        }
    }

    /* DEMO */
    .iphone {
        width: 850px;
        height: 530px;
        /*background-image: url('http://www.adobewordpress.com/tasarim/images/iphone6.png');*/
        /*background-size: 100% 100%;*/
        /*margin: 0 auto;*/
        margin-left: 35px;
        position: relative;
    }


    .border {
        /*position: absolute;*/
        top: 0.3%;
        right: 7%;
        left: 7%;
        bottom: 12%;
        /*overflow: hidden;*/
    }

    .borderhomepage {
        position: absolute;
        top: 16.3%;
        right: 7%;
        left: 7%;
        bottom: 12%;
        /*overflow: hidden;*/
    }

    a.article {
        position: fixed;
        bottom: 15px;
        left: 15px;
        display: table;
        text-decoration: none;
        color: white;
        background-color: #00e34d;
        padding: 10px 20px;
        border-radius: 25px;
        font: 400 15px 'Open Sans', sans-serif;
    }


    /*END messaging section*/

@media(max-width:767px) {
    .wizardpagemobile {
        margin-left: 0px !important;
        margin-top: 45px !important;
        margin-bottom: 50px;
    }

    .recentorderspagemobile {
        margin-left: 0px !important;
        margin-top: 65px !important;
        margin-bottom: 50px;
    }

    .bundleselectionpagemobile {
        margin-left: 0px !important;
        margin-top: 65px !important;
        margin-bottom: 50px;
    }

    .compchkfeaturespagemobile {
        margin-left: 0px !important;
        margin-top: 65px !important;
        margin-bottom: 50px;
    }

    .wizardbtnnextmobile {
        padding-left: 7px;
    }

}




    /*END General Section*/

    /*BEGIN User Section*/

    .adminUserItem {
        width: 160px;
        height: 150px;
        max-width: 160px;
        max-height: 150px;
        margin: 5px;
        border: 1px black solid;
        border-radius: 13px;
        display: inline-table;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
    }

.searchbar {
    display: flex;
    align-items: center;
}


    /*END User Seciton*/


    /*BEGIN SAVEORDER*/
		@media(max-width:767px) {
			.saveorderpagemobile {
				margin-left: 0px !important;
				margin-top: 65px !important;
				margin-bottom: 50px;
			}
		}
    /*END SAVEORDER*/


.sidebar-badge {
	height: 14px;
	font-size: 10px;
	background-color: #b94a48;

	line-height: normal;
	text-indent: 0px;
	visibility: visible;
	padding: 1px 5px;
}

@media(min-width:768px) {
	#wrapper.toggled i.sidebar-badge {
		position: absolute;
		left: 226px;
		top: -5px;
	}
}