
.jplist-hidden {
    display: none;
}
.jplist-sticky {
    background: none repeat scroll 0 0 #f1f1f1;
    left: 0;
    padding-bottom: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sticky-demo .panel > .center,{
    max-width: 100%;
}

.sticky-demo .jplist-sticky > .center {
    max-width: 95%;
}
.no-cssgradients .jplist-panel button:hover {
    background: none repeat scroll 0 0 #f4f4f4;
}
.jplist-panel {
    color: #27252a;
	margin-bottom:10px;
	z-index:99999;
}
.jplist-panel button {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: left;
    height: 30px;
    margin: 10px 10px 0 0;
    text-shadow: 1px 1px 1px #fff;
	z-index:99999;
}
.jplist-panel button:hover {
    background: linear-gradient(to bottom, #fafafa 0px, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0381bb;
}
.jplist-panel button.jplist-disabled {
    background: none repeat scroll 0 0 #e3e3e3;
    color: #6c6c6c;
    cursor: default;
}
.jplist-panel button.jplist-selected {
    color: #f03800;
}
.jplist-panel input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: left;
    height: 30px;
    text-indent: 5px;
    text-shadow: 1px 1px 1px #fff;
    width: 150px;
}
.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    color: #27252a;
    display: inline-block;
    float: left;
    height: 30px;
}
.jplist-panel label {
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.jplist-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #dbdbdb -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    border-radius: 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #fff;
}
.jplist-icon:hover {
    color: #0381bb;
}
.jplist-label {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 0;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #fff;
}
.jplist-selected {
    color: #ca3f1a;
}
.jplist-box {
    float: left;
    height: 30px;
    margin: 10px 10px 0 0;
}
@media only screen and (max-width: 600px) {
.jplist-panel {
    display: none;
}
}
.jplist-drop-down {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: left;
    height: 30px;
    margin: 10px 10px 0 0;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    width: 150px;
}
.jplist-drop-down .jplist-dd-panel {
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    width: 150px;
}
.jplist-drop-down .jplist-dd-panel:after {
    color: #111;
    content: "Бе";
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 1000;
}
.jplist-drop-down ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 6px #bbb;
    box-sizing: border-box;
    display: none;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 148px;
    z-index: 1000;
}
.jplist-drop-down ul li {
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    width: 100%;
}
.jplist-drop-down ul li:hover {
    background-color: #ececec;
}
.jplist-drop-down:hover .jplist-dd-panel {
    color: #0381bb;
}
.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #0381bb;
}
.jplist-select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    float: left;
    height: 30px;
    margin: 10px 10px 0 0;
    padding: 5px;
    text-shadow: none;
}
.jplist-ios-button {
    display: none;
}
@media only screen and (max-width: 600px) {
.jplist-ios-button {
    background: linear-gradient(to bottom, #fff 0px, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 1px #fff;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}
.jplist-ios-button:hover {
    background: linear-gradient(to bottom, #fafafa 0px, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.jplist-ios-show {
    display: block;
}
}
