#ajax-content  > * { padding: 0 0 0 2em; }
.row2 { width: 100%; margin-left: -2em; }
.row3 {
    width: 100%;
    margin-left: -2em;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}
.row3 > * { padding: 0 0 0 2em; }
.column-configurator {
    float: left;
    width: 33.33333%;
    padding-bottom: 1em;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}
.column-configurator.selects {
	z-index: 9998;
}	
.column-img {
    float: left;
    width: 33.33333%;
}
.column6 {
    float: left;
    width: 50%;
}
.change-product {
	width: 33.33333%; 
	padding: 0 2em 2em 0;
}
@media screen and (max-width: 980px) {
    .column-configurator {
        float: left;
        width: 100%;
        position: static;
    }
	.column-configurator.summary-full {
        padding-bottom: 0;
    }
	.column6 {
        float: left;
        width: 100%;
    }
	.change-product {
		width: 100%;
	}
}
.w100 {  width: 100%; }
.configurator_label {
    margin-bottom: 0.3em;
    color: #007db3; /* #494f73 */
    padding-top: 0.7em;
    /*letter-spacing: 0.25em;*/
    text-transform: uppercase;
}
.first { margin-top: -1.125em; }
.selekty_wyrownanie { margin-top: -0.85em; }/* podsunięcie całej kolumny jesli bez selecta 'produkty' */

input,
select,
textarea {
    color: #404040;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;
    /* text-transform: uppercase; */
}
@media screen and (max-width: 1680px) {
    input,
    select,
    textarea {
        font-size: 11pt;
    }
}
@media screen and (max-width: 1280px) {
    input,
    select,
    textarea {
        font-size: 9pt;
    }
}
@media screen and (max-width: 360px) {
    input,
    select,
    textarea {
        font-size: 8pt;
    }
}

table {
		width: 100%;
	}
	
		table tbody tr {
			border: solid 1px rgba(0, 0, 0, 0.01);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

		table td {
			display: block;
			width: 100%;
			height: 2.15em;
		}

		table th {
			color: #404040;
			font-size: 0.75em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: center;
		}

		table thead {
			border-bottom: solid 2px rgba(0, 0, 0, 0.01);
		}
.naklad {
    color: #000000 !important;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 0.7em;
	font-family: Helvetica, sans-serif;
    /*height: 2.75em;
	line-height: 2.75em;*/
    padding-left: 2.65em;
    padding-right: 0.75em;
	border: solid 1px transparent;
	border-left: 0;
	border-right: 0;  
	cursor: pointer;
    margin: 0 0 0 0;
	
}
.naklad:hover {
    border: solid 1px #ffffff;
	border-left: 0;
	border-right: 0; 
    text-decoration: none;
    background: #009ee0;
}
.naklad:active {
    color: #000000 !important;
}
input[type="radio"]:checked + label {
    font-weight: bold;
    background: #fff200;
}
.naklad_labels {
    display: block;
    color: #007db3;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    margin: -1.5em 0 0 0;
    padding-left: 2.65em;
    padding-top: 0.7em;
}
.holder_1 {
    float: left;
    width: 35%;
    text-align: left;
    line-height: 2.25em;
}
.holder_2 {
    float: left;
    width: 45%;
    text-align: left;
    line-height: 2.25em;
}
.holder_3 {
    float: left;
    width: 20%;
    text-align: left;
    line-height: 2.25em;
	margin-left: -0.6em;
}
.holder_1a {
    float: left;
    width: 35%;
    text-align: left;
    line-height: 2.75em;
}
.holder_2a {
    float: left;
    width: 45%;
    text-align: left;
    line-height: 2.75em;
    text-transform: lowercase;
}
.holder_3a {
    float: left;
    width: 20%;
    text-align: left;
    line-height: 2.75em;
    text-transform: lowercase;
}
.cena-column2 { opacity: 0.6; }
.cena-column3a {  font-size: 1.75em; }
.cena-column3b {  opacity: 0.9; }

.summary {  width: 100%; font-size: 0.7em; }
.summary_left {
    display: block;
    width: 30%;
    line-height: 2em;
    float: left;
    font-weight: 600;
}
.summary_right {
    display: block;
    width: 70%;
    line-height: 2em;
    float: left;
    font-weight: 300;
}
.summary_wysylka {
    display: block;
    width: 100%;
    height: 2em;
    float: left;
    font-weight: 600;
}
.date { font-size: 1.5em; }
.wysylka {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    color: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    width: 50%;
    font-size: 1em;
    height: 7em;
    line-height: 2em;
    padding-top: 0.3em;
    background: rgba(0, 0, 0, 0.035);
    border: solid 1.5px #ffffff;
    cursor: pointer;
    margin: 0.5em 0 0.5em 0;
}
.wysylka:hover {
    border: solid 1px #ffffff;
    color: #404040 !important;
    text-decoration: none;
    background: #00a1e6;
}
.wysylka:active {
    color: #006b99 !important;
}
.templates {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
    background-color: rgba(64, 64, 64, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #404040;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0 1.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 1em 0;
}
.templates > span {
    padding-left: 2em;
}
.templates:hover,
.templates:active {
    box-shadow: inset 0 0 0 2px #009ee0;
    color: #009ee0;
}
.templates:active {
    background-color: rgba(0, 158, 224, 0.1);
    box-shadow: inset 0 0 0 2px #006b99;
    color: #006b99;
}
.templates.icon:before {
    margin-right: 0.5em;
}
.templates.fit {
    width: 100%;
}
.templates.small {
    font-size: 0.6em;
}
.templates.primary {
    background-color: #404040;
    box-shadow: none;
    color: #ffffff;
}
.templates.primary:hover,
.templates.primary:active {
    background-color: #009ee0;
    color: #ffffff !important;
}
.templates.primary:active {
    background-color: #006b99;
}
.image2 {
    border: 0;
    position: relative;
    display: block;
    margin: 0 0 1em 0;
    width: 100%;
}
.image2 img {
    width: 100%;
    height: auto;
}
.image3 {
    border: 0;
    position: relative;
    display: inline-block;
    margin: 0 0 1em 0;
    padding-right: 0em;
    width: 100%;
}
.image3.left {
    padding-right: 0.5em;
}
.image3.middle {
    padding: 0 0.25em 0 0.25em;
}
.image3.right {
    padding-left: 0.5em;
}
.image3 img {
    width: 100%;
    height: auto;
}
.config_background {
    width: 100%;
    border: none;
    background-color: #ffffff;
}
/* INFO TOOLTIPS */
#tool_tip{
background-color: transparent;
padding: 0 0 0 0;
max-width: 600px;
position: relative;
margin: 0 auto;
}
.help-tip{
position: absolute;
top: 0.7em;
right: 0;
text-align: center;
background-color: #f2f2f2;
border-radius: 50%;
width: 0.8em;
height: 0.8em;
line-height: 0.6em;
cursor: default;
transition: background-color 0.5s ease-in-out;
z-index: 1;
}
.help-tip:before{
content:'?';
font-weight: bold;
font-size: 0.7em;
color:#404040;
z-index: 2;
}
.help-tip:hover {
background-color: #b3b3b3;
z-index: 2;
}
.help-tip:hover p{
display:block;
transform-origin: 100% 0%;
-webkit-animation: fadeIn 0.3s ease-in-out;
animation: fadeIn 0.3s ease-in-out;
}
.help-tip p{
display: none;
text-align: left;
background-color: #404040;
padding: 20px;
width: 380px;
position: absolute;
border-radius: none;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
right: -385px;
top: -10px;
color: #ffffff;
font-size: 13px; /* Change the font size inside tooltip */
line-height: 1.4;
}
.help-tip p:before{
position: absolute;
content: '';
width:0;
height: 0;
border:6px solid transparent;
border-right-color:#404040;
right:380px;
top:17px;
}
.help-tip p:after{
width:100%;
height:40px;
content:'';
position: absolute;
top:-40px;
left:0;
}
.help-tip a{
text-decoration: underline;
}
@-webkit-keyframes fadeIn {
0% { 
opacity:0; 
transform: scale(0.6);
}
100% {
opacity:100%;
transform: scale(1);
}
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:100%; }
}
/* Adjust tooltip size on mobile devices */
@media screen and (max-width: 736px) {
	.help-tip p{
	width: 586px;
	right: 0px;
	top: 19px;
	}
	.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#404040;
	right:555px;
	top:-12px;
	}
}
@media screen and (max-width: 480px) {
	.help-tip p{
	width: 295px;
	right: 0px;
	top: 19px;
	}
	.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#404040;
	right:275px;
	top:-12px;
	}
}

/* BOOTSTRAP SELECTS */

.btn2 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*border: 1px solid transparent;*/
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.75em;
  line-height: 2.75;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn2:hover, .btn2:focus { text-decoration: none; }
.btn2:focus, .btn2.focus { outline: 0; /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/ }
.btn2.disabled, .btn2:disabled { opacity: 0.65; }
.btn2:not(:disabled):not(.disabled) { cursor: pointer; }
.btn2:not(:disabled):not(.disabled):active, .btn2:not(:disabled):not(.disabled).active { background-image: none; }
a.btn2.disabled, fieldset:disabled a.btn2 { pointer-events: none; }

.btn2-primary { color: #404040; background-color: rgba(0, 0, 0, 0.035);  }
.btn2-primary:hover { color: #fff; background-color: #009ee0; border-color: #404040; }
.btn2-primary:focus, .btn2-primary.focus { box-shadow: 0 0 0 0.15em rgba(64, 64, 64, 0.001); }
.btn2-primary.disabled, .btn2-primary:disabled { color: #fff; background-color: #404040; border-color: #404040; }
.btn2-primary:not(:disabled):not(.disabled):active, .btn2-primary:not(:disabled):not(.disabled).active,
.show > .btn2-primary.dropdown-toggle {  color: #fff;  background-color: #404040; border-color: #808080; }
.btn2-primary:not(:disabled):not(.disabled):active:focus, .btn2-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn2-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.001); }


.dropup, .dropdown { position: relative; }
.dropdown-toggle::after {  /* arrows in selects */
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.855em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0;
  border-left: 0.4em solid;
}
	@media screen and (max-width: 980px) {
			.dropdown-toggle::after { 
				  border-top: 0.4em solid;
				  border-bottom: 0;
				  border-right: 0.4em solid transparent;
				  border-left: 0.4em solid transparent;
			}
	}
.dropdown-toggle:empty::after { margin-left: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9998;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0.5rem 1.5rem 0;
  margin: -3.2em 0 0 calc(100% + 2em);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #404040;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  border-radius: 0;
}
	@media screen and (max-width: 980px) {
			.dropdown-menu { padding: 0.5rem 0.5rem 1.5rem 0; margin: 0.3em 0 0 0; }
	}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #009ee0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #404040;
  text-decoration: none;
  background-color: #fff200;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
/* BOOTSTRAP SELECTS INPUT */

@-webkit-keyframes bs-notify-fadeOut {
  0% { opacity: 0.9; }
  100% { opacity: 0; }
}
@-o-keyframes bs-notify-fadeOut {
  0% { opacity: 0.9; }
  100% { opacity: 0; }
}
@keyframes bs-notify-fadeOut {
  0% { opacity: 0.9; }
  100% { opacity: 0; }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn2-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn2-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn2-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn2-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.8);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}/*
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 1px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}*/
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 999999;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #404040;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 9999;
}/*
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 7px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 229px;
  display: none;
}*/
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after { /* arrow for showup list */
  content: '';
  border-top: 7px solid transparent;
  border-right: 7px solid #404040;
  border-bottom: 7px solid transparent;
  position: absolute;
  bottom: 18px;
  left: calc(100% + 1.8em);
  display: none;
}
		@media screen and (max-width: 1280px) {
				.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
				bottom: 14px;
				left: calc(100% + 2.1em);
				}
		}
			@media screen and (max-width: 980px) {
					.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
					display: none;
					}
			}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
	@media screen and (max-width: 980px) {
			.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
			display: none;
			}
	}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
	@media screen and (max-width: 980px) {
			.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
			display: none;
			}
	}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
	@media screen and (max-width: 980px) {
			.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
			display: none;
			}
	}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
	@media screen and (max-width: 980px) {
			.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
			display: none;
			}
	}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
	@media screen and (max-width: 980px) {
			.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
			.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
			.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
			.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
			display: none;
			}
	}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  color: #fff;
}

/*# sourceMappingURL=bootstrap-select.css.map */