@charset "UTF-8";


.slick-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif) center center no-repeat
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 99;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
    background: url(/images/sprite.png) no-repeat -120px -60px
}

.slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/images/sprite.png) no-repeat -145px -10px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.sprite-basket {
    width: 35px;
    height: 35px;
    background-position: -10px -10px
}

.sprite-cancels {
    width: 20px;
    height: 20px;
    background-position: -65px -10px
}

.sprite-down {
    width: 20px;
    height: 20px;
    background-position: -105px -10px
}

.sprite-map {
    width: 35px;
    height: 35px;
    background-position: -65px -50px
}

.sprite-next {
    width: 30px;
    height: 30px;
    background-position: -145px -10px
}

.sprite-prew {
    width: 30px;
    height: 30px;
    background-position: -120px -60px
}

.sprite-searc {
    width: 30px;
    height: 30px;
    background-position: -10px -110px
}

.sprite-trash {
    width: 20px;
    height: 20px;
    background-position: -60px -110px
}

.sprite-up {
    width: 20px;
    height: 20px;
    background-position: -100px -110px
}

.bad input,.bad select,.bad textarea {
    border: 1px solid #ce5454;
    box-shadow: 0 0 4px -2px #ce5454;
    position: relative;
    left: 0;
    -moz-animation: .7s 1 shake linear;
    -webkit-animation: .7s 1 shake linear
}

.item.bad .alert {
    opacity: 1
}

.item .alert {
    max-width: 100%;
    border: 1px solid transparent
}

.item .alert {
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px 4px 4px 3px;
    background-color: #ce5454;
    white-space: pre;
    position: relative;
    left: -15px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

[data-required] {
    display: none
}

.text-right {
    text-align: right
}

.dataTables_processing {
    z-index: 99999;
    background-color: #ff4a4a;
    color: #fff
}

table.dataTable tbody tr.selected {
    background-color: #d0d0d0
}

* {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    background: #fff;
    font-family: Segoe,Segoe UI,Trebuchet MS,sans-serif
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.content-frame {
    padding: 0 10px
}

.content-frame h1 {
    color: #0453a0;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px
}

.header {
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    position: relative;
    display: -webkit-flex;
    border-bottom: 1px solid #0552a0
}

.header-title {
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    text-align: center
}
/*
.headerTitle h1 {
    margin-left: -20px;
    color: #0453a0;
    font-size: 16px;
    font-weight: 700
}

.headerTitle h4 {
    color: #ed1b24;
    font-size: 16px;
    margin-top: 20px
}
*/
.arrow {
    position: absolute
}

.headerIcon span {
    background-color: #ed1b24;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.basketBtn {
    width: 35px;
    height: 35px;
    background: url(../../images/sprite.png) no-repeat -10px -10px;
    display: block
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.prevBtn {
    width: 30px;
    height: 30px;
    background: url(../../images/sprite.png) no-repeat -120px -60px;
    display: block
}

.mosTrashIcon {
    width: 30px;
    height: 30px;
    background: url(../../images/sprite.png) no-repeat -54px -105px;
    position: absolute;
    top: 0;
    right: -5px
}

.searchMap {
    padding-top: 40px;
    position: relative;
    text-align: center;
    color: #ed1b24
}

.searchMap a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5
}

.searchMap:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 17px);
    z-index: 2;
    width: 35px;
    height: 35px;
    background: url(../../images/sprite.png) no-repeat -65px -50px
}


/*********************/
.search {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex
}

.search-input {
    border: 1px solid #e0e0e0;
    border-right: none;
    padding: 16px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    color: #ed1b24;
    width: calc(100% - 44px)
}

.search-input:focus {
    color: #ed1b24
}

.search-button {
    border: 1px solid #e0e0e0;
    background: #fff;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 44px;
    position: relative;
    border-width: 1px 1px 1px 0
}

.search-button:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../images/buyutec.png);
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 20px);
    background-size: 30px
}
/*********************/

.barcode-button {
    border: 1px solid #ed1b24;
    background: #ed1b24;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: 50px;
    position: relative;
    margin-left: 5px
}

.barcode-button:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../../images/barcode_scan.png) no-repeat;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px)
}

.barcode-button-hide {
    border: 1px solid #084793;
    background: #084793;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: 50px;
    position: relative;
    margin-left: 5px
}

.barcode-button-hide:after {
    content: "";
    width: 37px;
    height: 30px;
    background: url(../../images/barcodeno.png) no-repeat;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 19px)
}


/**********/
.products {
    width: 100%;
    height: 45px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-top: 10px
}

.products-button {
    border: 1px solid #f17e21;
    background: #f17f23;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: 100%;
    position: relative
}

.products-button:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 4px
}
/**********/



.productCampaings {
    width: 100%;
    height: 45px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-top: 10px
}

.productCampaingsButton {
    border: 1px solid #084793;
    background: #084793;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    width: 100%;
    position: relative
}


/*******/
.search-area {
    margin-top: 10px;
    padding: 5px;
    background-color: #efefef;
    border-radius: 4px;
    border: 1px solid #e0e0e0
}
/*******/

.slider {
    text-align: -webkit-center;
    margin: 10px auto
}

.slick-slide img {
    width: 40%
}

.slick-next:before,.slick-prev:before {
    color: #000
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2
}

.slick-active {
    opacity: .5
}

.slick-current {
    opacity: 1
}

.scroolArrow {
    margin-top: 5px
}

.scroolArrow:after {
    content: "";
    display: block;
    clear: both
}

.scroolArrow img {
    float: right
}

.mosTable {
    border-radius: 5px
}

.mosTable .odd {
    background-color: #e5f2fd
}

.mosTable table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 3px solid #0453a0;
    width: 100%;
    font-size: 16px
}

.mosTable table th {
    font-weight: 700;
    font-size: 16px
}

.mosTable table td a {
    color: #0453a0;
    text-decoration: none;
    line-height: 2;
    float: left;
    width: 100%
}

.mosTable table td a img {
    border: 1px solid #b7b7b7
}

.mosTable table td,.mosTable table th {
    padding: 10px;
    border: 1px solid #0453a0;
    color: #0453a0;
    vertical-align: top
}

.product-detail {
    display: flex;
    display: -webkit-flex;
    box-shadow: 0 6px 11px 0 rgba(4, 4, 5, 0.15);
}

.headFirst tr th:first-child {
    width: 30%;
    background-color: #04539e;
    color: #fff;
    border-right: 1px solid #fff
}

.headFirst tr th:last-child {
    background-color: #04539e;
    color: #fff
}

.tableList .tr {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 3px;
    line-height: 1.3;
    color: #000;
    font-size: 15px
}

.tableList .tr .label {
    font-weight: 500;
    width: 74px;
    flex: 0 0 70px
}

.listHead h2 {
    margin-bottom: 10px;
    color: #0453a0;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px
}

span.inf {
    padding-left: 5px
}

.tableList .tr .label:after {
    content: ":";
    display: inline-block;
    float: right
}

.productName {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3
}

.headFirst tr td:first-child {
    width: 30%;
    text-align: center
}
/**/
.product-img {
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center
}

.product-img:hover {
    opacity: .7
}
/**/
.product-info {
    padding: 5px 5px 5px 25px
}

.product-info tr td:first-child {
    font-weight: 500;
    color: #000;
    width: 125px
}

.product-info tr td {
    color: #0453a0;
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 500
}


.product-info tr td:first-child:after {
    content: ":";
    float: right;
    margin-right: 3px
}


.panel {
    display: none;
    overflow: hidden
}

div.info {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: 700
}

div.info:before {
    content: "";
    border: 10px dashed #0453a0;
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    border-radius: 16px
}




.flexWrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}



.inRow {
    width: 100%
}

.mosPrice {
    flex: 0 0 100%;
    display: flex;
    text-align: right;
    margin-top: 10px;
    display: -webkit-flex;
    -webkit-flex: 0 0 100%
}

.inRow .txt {
    display: inline-block;
    position: relative
}

.inRow .amount {
    display: inline-block
}




.form-group .form-control {
    width: 100%;
    border: 1px solid #0453a0;
    border-radius: 5px;
    height: 40px;
    margin-top: 5px;
    padding: 0 8px;
    font-size: 16px;
    color: #0453a0
}

.form-group .form-control-Box {
    width: 100%;
    border: 1px solid #ed1b24;
    border-radius: 5px;
    height: 30px;
    margin-top: 5px;
    padding: 0 8px;
    color: #ed1b24;
    min-width: 200px
}

.form-group {
    position: relative
}

.form-group .control-label {
    color: #0453a0;
    font-weight: 500;
    font-size: 16px
}



textarea {
    resize: vertical;
    width: 100%;
    overflow: auto
}




.tits h2 {
    font-size: 18px;
    font-weight: 700
}


.tabcontent {
    display: none
}

.ui-helper-hidden-accessible {
    display: none
}

.autocompleteHolder {
    position: relative
}

.custom-combobox {
    position: relative;
    display: block
}

.custom-combobox-input {
    width: 100%;
    height: 40px;
    display: block;
    padding: 0 8px
}

.custom-combobox-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background-color: #0453a0;
    width: 40px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.custom-combobox-toggle:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 16px;
    top: 10px
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget {
    font-size: 1em
}

.ui-front {
    z-index: 100
}

.ui-widget.ui-widget-content {
    border: 1px solid #0453a0;
    border-radius: 5px
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.img-wrapper .icons .icon {
    background: url(/images/check.png) no-repeat;
    height: 96px;
    display: block;
    margin: auto;
    line-height: 16px;
    opacity: .6
}

.img-wrapper .icons .icon.icon-siparisOzeti {
    background-position: center;
    width: 96px
}

.alert-danger,.alert-error {
    color: #e9edef;
    background-color: rgba(231,76,60,.88);
    border-color: rgba(231,76,60,.88)
}

.alert-dismissible {
    padding-right: 4rem;
    font-size: 12px
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}


.detail-banner-frame {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #b20b25;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    flex-direction: column
}

@media (max-width: 350px) {
    .detail-banner-content {
        zoom:.9
    }
}

@media screen and (max-width: 320px) {
    .form-group .form-control-Box {
        min-width:150px
    }

}

@media (max-width: 767px) {
    .slick-slide img {
        width:100%
    }
    
    /**/
    .product-img {
        padding: 5px;
        background-color: #efefef;
        border: 1px solid #e0e0e0;
        margin-bottom: 5px;
        align-self: center;
        margin-top: 10px
    }
    /**/
    

    .product-detail {
        flex-direction: column;
        border: 1px solid #d25f03;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        display: -webkit-flex;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .product-detail .product-info {
        padding: 0;
        align-self: center;
        margin-bottom: 10px
    }

    .detail-banner-frame .bannerDetail {
        padding: 0;
        align-self: center;
        margin-bottom: 10px
    }


}

@media (min-width: 768px) {
    /**/
    .product-img {
        margin-bottom:5px;
        align-self: center
    }

    .product-img span {
        padding: 5px;
        background-color: #efefef;
        border: 1px solid #e0e0e0
    }
    /**/
    

    .product-detail {
        border: 1px solid #d25f03;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        display: -webkit-flex;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-bottom: 10px
    }
}



.box {
    margin-top: 20px
}

.box select {
    width: 99%;
    height: 40px;
    border: 1px solid #0453a0;
    line-height: 40px
}

.box select {
    width: 99%;
    height: 40px;
    display: block;
    padding: 0 8px;
    background: #fff;
    color: #999;
    border: 1px solid #0453a0;
    border-radius: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    outline: 0
}

.box:before {
    width: 40px;
    background: #0453a0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}


.select2-container .select2-selection--single {
    height: 40px
}

.select2-container .select2-selection--single {
    height: 40px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #0453a0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    background: #0453a0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    margin-left: -5px;
    margin-top: -7px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    border: solid #fff;
    border-width: 3px 0 0 3px;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    position: absolute;
    margin-left: -5px;
    margin-top: -5px
}

@keyframes turn {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.selector_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.selector {
    margin: 10px;
    width: 100%
}

@media only screen and (max-width: 545px) {
    .selector_container {
        flex-direction:column
    }
}

.selector_switch {
    position: relative;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
    transition: all .2s
}

.selector_switch:hover {
    border: 1px solid #b4b4b4
}

.selector_input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 39px;
    margin: 0;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
    color: #606266
}

.selector_switch svg {
    height: 40px;
    position: absolute;
    right: 5px
}

.arrow {
    transform: rotate(0);
    transition: all .2s
}

.trans {
    transform: rotate(-180deg)
}

.options {
    position: absolute;
    width: 90%;
    max-height: 0;
    margin: 3px 0 10px 0;
    transition: max-height .2s;
    overflow: hidden;
    border-radius: 5px;
    overflow: auto;
    z-index: 2000;
    background-color: #fff
}

.show {
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    max-height: 200px
}

.unshow {
    border: none;
    box-shadow: none
}

.noheight {
    max-height: 0
}

#ul_options_camera {
    list-style: none;
    margin: 5px auto;
    padding: 0
}

#ul_options_camera li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-size: 14px
}

#ul_options_camera li:hover {
    background-color: #f5f7fa
}

#ul_options_camera li span {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 30px
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin: 10px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.UIElement {
    margin: 2vmin auto;
    text-align: center;
    font-size: medium;
    height: 40vh;
    max-width: 600px;
    display: flex;
    flex-direction: column
}

.div-ui-container {
    width: 100%;
    height: 100%;
    min-width: 100px;
    min-height: 100px;
    position: relative
}

.dce-video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.dce-scanarea {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.dce-scanlight {
    width: 100%;
    height: 3%;
    position: absolute;
    animation: 3s infinite dce-scanlight;
    border-radius: 50%;
    box-shadow: 0 0 2vw 1px #00e5ff;
    background: #fff;
    user-select: none
}

@media only screen and (min-width: 546px) {
    .UIElement {
        height:80vh
    }
}

@media only screen and (min-width: 1024px) {
    .UIElement {
        height:40vh
    }
}


.loading{
    font-size:x-large;
    text-align: center;
}