/*
Need to redefine headings throughout
*/
.solutions #banner h1 {
font-size: 48px;
font-weight:400;
}

.solutions h4 {
font-weight: 400;
}






















#progress-content .flex-direction-nav a,
.slideshow .next, 
.slideshow .touchNext,
.slideshow .previous, 
.slideshow .touchPrevious {
font-family: "qrwebsite" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
-webkit-font-smoothing: antialiased;
color:#14A0DE;
background: rgba(255, 255, 255, .7);
background:#ffffff;
padding:5px;
height:40px;
width:40px;
line-height:40px !important;
text-align:center;
box-sizing: content-box;
border-radius: 100px;
}
@media only screen and (max-width: 850px) {
  #progress-content .flex-direction-nav a {
  background: rgba(255, 255, 255, .7);
  }
}
.slideshow .next:before, 
.slideshow .touchNext:before,
.slideshow .previous:before, 
.slideshow .touchPrevious:before {
content: "e" !important;
font-family: "qrwebsite" !important;
font-size:40px;
}
.slideshow .previous:before, 
.slideshow .touchPrevious:before {
content: "d" !important;
}
.flexslider .flex-direction-nav a:before {
content: "e" !important;
font-family: "qrwebsite" !important;
position: relative;
top: -2px;
left: 2px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
content: "d" !important;
top: -2px;
left: -2px;
}

#progress-content .flex-direction-nav a:hover {
color: #3F90B5;
color: #31708C;
}



.noPadding {
padding:0px !important;
}
.noPaddingBottom {
padding-bottom: 0px !important;
}

.container {
clear:both;
}


html,body {
-webkit-overflow-scrolling: touch;
}
















/*
Ideas/Features bands
*/
#ideas {
margin-top: 20px;
}

#features .row.first {
margin-bottom:30px;
}

#ideas .section {
margin-bottom:60px;
float:left;
overflow: visible;
padding:0px;
}
#ideas .section:last-child {
margin-bottom: 0px;
}
#ideas .section .btn {
margin-bottom:30px;
}
@media only screen and (max-width: 992px) {
  #ideas .section{
  text-align: center;
  }
  #ideas .pull-left {
  float: none !important;
  }
  #features {
  text-align: center;
  }
  #features .col-md-4 {
  margin-bottom:60px;
  }
  #features .row.first {
  margin-bottom:0px;
  }
}


@media only screen and (max-width: 1199px){
  .solutions #banner h2 br {
  display: none;
  }
}












#customers .container {
padding-bottom: 0px;
}



.solutions #banner {
text-align:left;
}

.phone-image {
max-width:300px;
}





.solutions .content .band .container {
padding:40px 0px 0px;
}

.solutions .content {
padding:0px;
}

.solutions #banner {
min-height:400px;
}

.solutions #banner h4 {
font-weight: 500;
margin-bottom:5px;
}


#sub-nav-bar.fixed .inner {
-webkit-transition: top .3s ease;
   -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
     -o-transition: top .3s ease;
        transition: top .3s ease;
}






























































































.margin-center {
margin:0 auto;
float: none;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}










body.page-template-depage-start-php #index-tricks .col-md-4.hidden-sm {
display: block !important;
}

























/*---------------------------- Shuffle ----------------------------*/











/*=============================================*\
 Some styles to show off masonry layout
\*=============================================*/
.picture-item {

  margin-top: 24px; }
.picture-item.shuffle-item {
  margin-left: 0
  /* shuffle items shouldn't have a left margin*/ }
.picture-item.picture-item--h2 {

  /* 2x the height + 1 gutter */ }
.picture-item.span6:not(.picture-item--h2) .picture-item__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  overflow: hidden; }
.picture-item.span6:not(.picture-item--h2) .picture-item__description {
  display: none; }
.picture-item .picture-item__inner {
  background: #ECF0F1;
  height: 100%;
  overflow: hidden; }
.picture-item img { }
.picture-item .picture-item__blur {
  display: none; }
.picture-item .picture-item__details, .picture-item .picture-item__description {
  padding: 1em; }
.picture-item .picture-item__description {
  margin: 0;
  padding-top: 0;
  padding-right: 2em; }
.picture-item .picture-item__tags {
  margin: 0; }

/* autoprefixer: off */
@supports (filter: blur(1px)) or (-webkit-filter: blur(1px)) {
  .picture-item.span6:not(.picture-item--h2) .picture-item__blur {
    /* autoprefixer: on */
    position: absolute;
    z-index: 1;
    top: calc(50px - 220px);
    left: 0;
    display: block;
    -webkit-filter: blur(7px);
            filter: blur(7px); }
  .picture-item.span6:not(.picture-item--h2) .picture-item__details {
    background: none; }
  .picture-item.span6:not(.picture-item--h2) .picture-item__tags, .picture-item.span6:not(.picture-item--h2) .picture-item__title {
    position: relative;
    z-index: 2; } }
/*
  Shuffle needs either relative or absolute positioning on the container
  It will set it for you, but it'll cause another style recalculation and layout.
  AKA worse performance - so just set it here
 */
.shuffle--container {
  position: relative;
  overflow: hidden; }

.shuffle--fluid .shuffle__sizer {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

/* Animate in styles */
.shuffle--animatein {
  overflow: visible; }

.shuffle--animatein .picture-item__inner {
  opacity: 0;
  transform: translate(0, 220px); }

.shuffle--animatein .picture-item__inner--transition {
  transition: all .6s ease; }

.shuffle--animatein .picture-item.in .picture-item__inner {
  opacity: 1;
  transform: translate(0, 0); }

@media (max-width: 47.9375em) {
  .picture-item {
    height: auto;
    margin-top: 20px; }
  .picture-item.picture-item--h2 {
    height: auto; }
  .picture-item .picture-item__details, .picture-item .picture-item__description {
    font-size: .875em;
    padding: .625em; }
  .picture-item .picture-item__description {
    padding-right: .875em;
    padding-bottom: 1.25em; }

  .filter > .row-fluid, .filter > .row-fluid > div {
    margin: 10px 0; }

  .m-nofloat {
    float: none; } }















.btn-pink {
    background: pink !important;
    }
    .hidden-search {
    display: none !important;
    }
    figure {
    background:#ffffff !important;
    overflow: hidden;
    }
    #grid {
    margin-bottom: 60px;
    }
    .picture-item {
    height: auto;
    }
    .row-fluid [class*="span"] {
    min-height: inherit;
    }
    .keep-ratio-custom {
    padding:15px;
    padding:25px;
    }
    .shuffle__sizer {
    display: block;
    visibility: visible !important;
    opacity: 0 !important;
    }
    #holding {
    min-height: 500px;
    display: block;
    width: 100%;
    background: red; 
    }
    body.none {
    
    }
    
    #noResults {
    visibility: hidden;
    opacity: 0;
    height:0px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 50px;
    text-align: center;
    }
    body.none #noResults {
    visibility: visible;
    opacity: 1;
    height: auto;
    }
    #noResults h2 {
    font-weight: 500;
    }

.filter__search {
color: #9e9e9e !important;
font-size: 24px;
line-height: 30px;
padding:15px;
padding-left: 50px;
outline: none;
border:none;
border-radius:3px;
width: 500px;
max-width: 90%;
margin-top: 50px;
background: url(/wp-content/themes/qr/img-V2/icon-search.png) no-repeat left center #ffffff;
}


.chosen-search {
border-bottom: 2px solid #f1f1f1;
}
.chosen-search input {
background: url(/wp-content/themes/qr/img-V2/icon-search-left.png) no-repeat left center #ffffff !important;
padding-left: 20px !important;
border: none !important;
}


.shape {
background: yellow;
padding-bottom: 20px;
border-bottom:1px solid #eaeaea;
}

figure {
display: table !important;
}


figure .keep-ratio-custom {
display: table-cell;
height: 100%;
background: #ffffff;
border-right:1px solid #eaeaea;
}

.spacer {
display: block;
height: 20px;
width:100%;
background: red;
}




.filtered:nth-child(4n-8) .keep-ratio-custom {


}

.redBackground {
background: red !important;
}

#grid {
border-bottom: 1px solid #eaeaea;
opacity: 1;
transition: height 500ms ease-out !important;
-webkit-transition: height 500ms ease-out !important;
}
#grid.loading {
border-bottom: 1px solid #eaeaea;
visibility: hidden !important;
height: 0px !important;
opacity: 0;
}
body.none #grid {
border-bottom: none;
}

.whiteBarRight {
position: absolute;
top:0px;
right:0px;
width: 20px;
height: 100%;
background: #ffffff;
z-index: 9999999 !important;
}
.whiteBarLeft {
position: absolute;
top:0px;
left:0px;
width: 20px;
height: 100%;
background: #ffffff;
z-index: 9999999 !important;
display: none;
}

.search_text {
display: none !important;
}

.example-code {
padding:15px;
display: inline-block;
border-radius:5px;
-webkit-box-shadow: 0 1px 3px 0 #ADADAD;
box-shadow: 0 1px 3px 0 #ADADAD;
background:#ffffff;
max-width: 100%;
}

figure .image-wrapper {
display: block;
margin-bottom: 30px;
max-width: 95%;
margin-left: 2.5%;
text-align: center;
}

figure ul {
list-style: none;
margin:0px;
padding:0px;
}

figure ul li span {
font-weight: 600;
}
figure {
position: relative;
}
.create-overlay {
position: absolute;
height: 100%;
width: 100%;
left:-1px;
top:-1px;
bottom:0px;
right:0px;
text-align: center;
background: rgba(255,255,255,.8);
opacity: 0;
display: table;
display: block;
-webkit-transition: opacity .2s ease;
   -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
     -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
}
.ie8 .create-overlay {
display: none;
}
.keep-ratio-custom:hover .create-overlay {
opacity: 1;
}
.ie8 .keep-ratio-custom:hover .create-overlay {
display: block;
}
.create-overlay i {
font-size: .8em;
margin-right: 5px;
}
.create-overlay button {
display: inline-block;
}
.create-overlay .inner {
height: 100%;
display: table;
width: 100%;
}

.inner-cell {
display: table-cell;
vertical-align: middle;
}



.shape {
padding:0px;
padding-bottom: 30px;
}

#filterBar {
background:#f3fafd;
text-align: center;
padding:15px 0px;
position: relative;
}
#filterBar button {
background: none;
border:none;
}
#filterPoint {
display: block;
width: 20px;
height: 10px;
position: absolute;
bottom:-9px;
left:50%;
margin-left: -10px;
background: url(/wp-content/themes/qr/img-V2/filterBar.svg) no-repeat center center;
}
.nosvg #filterPoint {
background: url(/wp-content/themes/qr/img-V2/filterBar.svg) no-repeat center center;
}



#filterBar button {
color: #8badbe;
font-size: 18px;
line-height: 20px;
margin:0px 5px;
border:2px solid #f3fafd;
padding:8px 10px;
-webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
        transition: all .3s ease;
}
#filterBar button:hover {
color:#559bbe;
}

#filterBar button.active {
color: #ffffff;
background: #5ab7e5;
border:2px solid #279fda;
border-radius:3px;
}
.filter-options {
margin:0px;
padding:0px;
list-style: none;
}
.filter-options li {
display: inline-block;
}

figure h3 {
font-weight: 500;
font-size: 22px;
color: #565656;
margin-bottom: 30px;
}






#top h1 {
float:left;
background:#ffffff;
color: #565656;
font-size: 24px;
line-height: 24px;
font-weight: 500;
padding:15px;
border-radius:5px;
margin-left: -15px;
}
#top h1 .chosen-container {
margin-left: 20px;
display: inline-block;
background: none;
border: none;
width: 200px !important;
z-index: 99 !important;
}



.ie9 #top h1,
.ie8 #top h1 {
width:500px;
}
#top h1 span.text {
float: left;
line-height: 56px;
height: 56px;
}
.chosen-container-single .chosen-single {
background: url(/wp-content/themes/qr/img-V2/icon-down.png) no-repeat right center #f4f4f4 !important;
}
.chosen-container-single {
float: left;
}

.ie8 .chosen-container-single .chosen-single {
width: 200px;
}
.ie8 .chosen-container-single .chosen-drop {
width: 300px;
height: 300px;
border:1px solid #333333;
}

.ie8 .chosen-results {
width: 180px !important;
}
.ie8 .chosen-search {
width: 180px !important;
}







#homeFAQ {
margin-bottom: 60px;
}
#homeFAQ .row {
margin-bottom: 40px;
}

.custom-faq .number-column,
.custom-faq .text-column {
float: left;
}
.custom-faq .text-column {
width: 75%;
}
.custom-faq .text-column h5 {
margin-bottom: 20px;
}
.custom-faq .number-column {
width: 15%;
}
.custom-faq .number-column span {
border-radius:100px;
height: 40px;
width: 40px;
border:2px solid #eaeaea;
color: #d0d0d0;
font-weight: 500;
text-align: center;
line-height: 36px;
display: block;
font-size: 16px;
}





#gendiv_needed_id .tooltip {
z-index: 99999999;
}














/* Chosen v1.3.0 | (c) 2011-2014 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 22px;
zoom: 1.5;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
width: 100%;
-webkit-box-shadow: 0 1px 3px 0 #ADADAD;
box-shadow: 0 1px 3px 0 #ADADAD;
border-top: 0;
background: #fff;
margin-top: 25px !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding:10px;
border-radius: 3px;
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 18px;
background:url(/wp-content/themes/qr/img-V2/icon-down.png) no-repeat right center #f4f4f4;
font-weight: 400;
font-size: 18px !important;
color: #565656;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
}
.chosen-container-single .chosen-search {
color: #666;
position: relative;
z-index: 1010;
margin: 0;
margin-bottom: 0px;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius:4px;
height: 200px;
padding:15px;
padding-right: 0px;
padding-top: 0px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;

}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0px;
padding-bottom: 5px;
padding-top: 10px;
height: 150px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 0px;
margin-bottom: 7px;
list-style: none;
line-height: 15px;
padding-right: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
font-size: 18px;
font-weight:400;
line-height: 18px;
color: #9e9e9e;
}

.chosen-container .chosen-results li:hover {
color: #565656;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {

}
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto !important;
height: 1%;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
cursor: text;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url('chosen-sprite.png') -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {

}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {

}
.chosen-container-active.chosen-with-drop .chosen-single {


}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {

}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url('chosen-sprite.png') no-repeat -30px -20px;
background: url('chosen-sprite.png') no-repeat -30px -20px;
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
}
}
/* @end */


/** FIX SIZING */
#barcode_gen .generator .col2 .inner { height: 450px;}
#barcode_gen .generator .col1 { height: 450px;}

#barcode_gen  .generator .forms { overflow-y: hidden;}





























































































































































































@media only screen and (min-width: 768px){
  .col-sm-0 {
  display: none !important;
  }
}

@media only screen and (min-width: 992px){
  .col-md-0 {
  display: none !important;
  }
}

@media only screen and (min-width: 1200px){
  .col-lg-0 {
  display: none !important;
  }
}





@media only screen and (max-width: 767px){
  .col-xs-0 {
  display: none !important;
  }
  .col-xs-1 {
  width: 8.333333333333332%;
  }
  .col-xs-2 {
  width: 16.666666666666664%;
  }
  .col-xs-3 {
  width: 25%;
  }
  .col-xs-4 {
  width: 33.33333333333333%;
  }
  .col-xs-5 {
  width: 41.66666666666667%;
  }
  .col-xs-6 {
  width: 50%;
  }
  .col-xs-7 {
  width: 58.333333333333336%;
  }
  .col-xs-8 {
  width: 66.66666666666666%;
  }
  .col-xs-9 {
  width: 75%;
  }
  .col-xs-10 {
  width: 83.33333333333334%;
  }
  .col-xs-11 {
  width: 91.66666666666666%;
  }
  .col-xs-12 {
  width: 100%;
  }
  
  .col-xs-offset-0 {
  margin-left: 0;
  }
  .col-xs-offset-1 {
  margin-left: 8.333333333333332%;
  }
  .col-xs-offset-2 {
  margin-left: 16.666666666666664%;
  }
  .col-xs-offset-3 {
  margin-left: 25%;
  }
  .col-xs-offset-4 {
  margin-left: 33.33333333333333%;
  }
  .col-xs-offset-5 {
  margin-left: 41.66666666666667%;
  }
  .col-xs-offset-6 {
  margin-left: 50%;
  }
  .col-xs-offset-7 {
  margin-left: 58.333333333333336%;
  }
  .col-xs-offset-8 {
  margin-left: 66.66666666666666%;
  }
  .col-xs-offset-9 {
  margin-left: 75%;
  }
  .col-xs-offset-10 {
  margin-left: 83.33333333333334%;
  }
  .col-xs-offset-11 {
  margin-left: 91.66666666666666%;
  }
  .col-xs-offset-12 {
  margin-left: 100%;
  }
}

@media only screen and (max-width: 480px){
  .col-xxs-0 {
  display: none !important;
  }
  .col-xxs-1 {
  width: 8.333333333333332%;
  }
  .col-xxs-2 {
  width: 16.666666666666664%;
  }
  .col-xxs-3 {
  width: 25%;
  }
  .col-xxs-4 {
  width: 33.33333333333333%;
  }
  .col-xxs-5 {
  width: 41.66666666666667%;
  }
  .col-xxs-6 {
  width: 50%;
  }
  .col-xxs-7 {
  width: 58.333333333333336%;
  }
  .col-xxs-8 {
  width: 66.66666666666666%;
  }
  .col-xxs-9 {
  width: 75%;
  }
  .col-xxs-10 {
  width: 83.33333333333334%;
  }
  .col-xxs-11 {
  width: 91.66666666666666%;
  }
  .col-xxs-12 {
  width: 100%;
  }
  
  .col-xxs-offset-0 {
  margin-left: 0;
  }
  .col-xxs-offset-1 {
  margin-left: 8.333333333333332%;
  }
  .col-xxs-offset-2 {
  margin-left: 16.666666666666664%;
  }
  .col-xxs-offset-3 {
  margin-left: 25%;
  }
  .col-xxs-offset-4 {
  margin-left: 33.33333333333333%;
  }
  .col-xxs-offset-5 {
  margin-left: 41.66666666666667%;
  }
  .col-xxs-offset-6 {
  margin-left: 50%;
  }
  .col-xxs-offset-7 {
  margin-left: 58.333333333333336%;
  }
  .col-xxs-offset-8 {
  margin-left: 66.66666666666666%;
  }
  .col-xxs-offset-9 {
  margin-left: 75%;
  }
  .col-xxs-offset-10 {
  margin-left: 83.33333333333334%;
  }
  .col-xxs-offset-11 {
  margin-left: 91.66666666666666%;
  }
  .col-xxs-offset-12 {
  margin-left: 100%;
  }
}

@media only screen and (max-width: 400px){
  .col-xxxs-0 {
  display: none !important;
  }
  .col-xxxs-1 {
  width: 8.333333333333332%;
  }
  .col-xxxs-2 {
  width: 16.666666666666664%;
  }
  .col-xxxs-3 {
  width: 25%;
  }
  .col-xxxs-4 {
  width: 33.33333333333333%;
  }
  .col-xxxs-5 {
  width: 41.66666666666667%;
  }
  .col-xxxs-6 {
  width: 50%;
  }
  .col-xxxs-7 {
  width: 58.333333333333336%;
  }
  .col-xxxs-8 {
  width: 66.66666666666666%;
  }
  .col-xxxs-9 {
  width: 75%;
  }
  .col-xxxs-10 {
  width: 83.33333333333334%;
  }
  .col-xxxs-11 {
  width: 91.66666666666666%;
  }
  .col-xxxs-12 {
  width: 100%;
  }
  
  .col-xxxs-offset-0 {
  margin-left: 0;
  }
  .col-xxxs-offset-1 {
  margin-left: 8.333333333333332%;
  }
  .col-xxxs-offset-2 {
  margin-left: 16.666666666666664%;
  }
  .col-xxxs-offset-3 {
  margin-left: 25%;
  }
  .col-xxxs-offset-4 {
  margin-left: 33.33333333333333%;
  }
  .col-xxxs-offset-5 {
  margin-left: 41.66666666666667%;
  }
  .col-xxxs-offset-6 {
  margin-left: 50%;
  }
  .col-xxxs-offset-7 {
  margin-left: 58.333333333333336%;
  }
  .col-xxxs-offset-8 {
  margin-left: 66.66666666666666%;
  }
  .col-xxxs-offset-9 {
  margin-left: 75%;
  }
  .col-xxxs-offset-10 {
  margin-left: 83.33333333333334%;
  }
  .col-xxxs-offset-11 {
  margin-left: 91.66666666666666%;
  }
  .col-xxxs-offset-12 {
  margin-left: 100%;
  }
}



