body
{
    min-width: 710px;
}

strong, b {
    font-weight: bold;
}

.row
{
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after
{
    display: table;
    content: " ";
}

.row:after
{
    clear: both;
}

.col-25, .col-33, .col-40, .col-50, .col-60, .col-75, .col-100
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    min-height: 1px;
}

.col-100 {  width: 100%;  }

@media (min-width: 1024px)
{
    div[class^="col"]{
        padding-top: 0;
    }

    .col-25, .col-33, .col-40, .col-50, .col-60, .col-75, .col-100
    {
        float: left;
    }
    .col-75{ width: 75%; }
    .col-60{ width: 60%; }
    .col-50{ width: 50%; }
    .col-40{ width: 40%; }
    .col-33{ width: 33%; }
    .col-25{ width: 25%; }

}

.tar{ text-align: right; }
.tal{ text-align: left; }
.tac{ text-align: center; }

.fll{ float: left; }
.flr{ float: right;}

.hidden
{
    opacity: 0!important;
}

.ajax-loader
{
    position:absolute;
    left: 50%;
    bottom: 50%;
    display: none;
}

.ajax-loader.small{
    top: 5px;
    bottom: 0;
}

.ajax-loader.small img{
    width: 28px;
    height: 28px;
}

.s-ajax-loader
{
    width: 120px;
    margin: 50px auto;
    display: none;
}


.available:before
{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-color: green;
    border-radius: 6px;
}
.unavailable:before
{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-color: red;
    border-radius: 6px;
}

.unavailable.item:before, .available.item:before
{
    vertical-align: middle;
}

.error{
    color: red;
}





/* BUTTON */
button.tm, a.tm{
    font-family: 'Roboto', sans-serif!important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;
    color: #fff!important;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    line-height: 12px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    box-shadow: 0 0 5px rgba(0,0,0, 0.3);
    text-transform: uppercase;
    -webkit-user-select: none;
}

button.tm.cancel{
    background: red;
}

button.tm:disabled{
    opacity: 0.3;
    cursor: default;
}

button.search{
    width: 40px;
    height: 30px;
    color: #fff;
    background: #6c747e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzRlNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6c747e 0%, #6c747e 44%, #474e57 100%);
    background: -webkit-linear-gradient(top, #6c747e 0%,#6c747e 44%,#474e57 100%);
    background: linear-gradient(to bottom, #6c747e 0%,#6c747e 44%,#474e57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c747e', endColorstr='#474e57',GradientType=0 );
    border: 0 none;
    cursor: pointer;
}

button.add-to-cart, button.download
{
    font-family: 'Roboto', sans-serif!important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: red; /*rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;*/
    color: #fff!important;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    line-height: 12px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    box-shadow: 0 0 5px rgba(0,0,0, 0.3);
    text-transform: uppercase;
    -webkit-user-select: none;
}


button.tm_download {

    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#new-products, #last-orders, #statistics{
    position: relative;
}



/* SHOP INDEX */



.menuItemShop
{
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: inline-table;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    padding: 10px 30px 0 30px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    position: relative;
    border-right: 1px solid #fff;
    overflow: hidden;
}

.menuItemShop a{
    color: #fff;
    text-decoration: none;
    height: 40px;
    margin-top: -10px;
    padding-top: 10px;
    display: block;
    width: 100%;
}

#tm {  padding: 20px;  }
#tm .row { margin-bottom: 30px; }
#tm h1 {  font-size: 24px;  font-weight: 300;  }

#tm .ui-accordion-header {
    color: #555555;
    background-color: #f4f4f4;
    border: 0 none;
    border-left: 16px solid red;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
}
#tm .ui-accordion-header::before{
    content: " ";
    background-color: red;
    width: 20px;
    height: 20px;
}

#tm .ui-accordion-content{
    background-color: #ffffff;
    border: 0 none;
}

#tm h2.empty
{
    color: lightgrey;
}


/* CATEGORY PAGE SELECTOR*/
#page-selector
{
    position: relative;
    background-color: #dadada;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}

#pagesel
{
    display: inline-block;
    margin: 0 30px;
}

#page-selector .pageLast, #page-selector .pageNext, #page-selector .no-link
{
    text-decoration: none;
    outline: 0 none;
    color: #747474;
}

#page-selector .pageLast.active, #page-selector .pageNext.active
{
    color: #205fe7;
}

#page-selector .pageLast:focus, #page-selector .pageNext:focus, #pagesel .page:focus
{
    outline: 0 none;
    box-shadow: none;
}

#page-selector .pageLast:hover, #page-selector .pageNext:hover, #pagesel .page:hover
{
    color: #d69e28;
    text-decoration: underline;
}

#page-selector .fa-chevron-left, #page-selector .fa-chevron-right
{
   line-height:20px;
}

#page-selector .fa-chevron-left:before, #page-selector .fa-chevron-right:before
{
    font-size: 24px;
    position: absolute;
    top: 6px;
}

#page-selector #page-prev-text
{
    font-size: 16px;
    margin-left: 24px;
}

#page-selector #page-next-text
{
    font-size: 16px;
    margin-right: 7px;
}

#pagesel .page
{
    padding: 6px;
    text-decoration: none;
    color: #205fe7;
}

#pagesel .page:hover
{

}

#pagesel .page.selected
{
    color: #000;
}

#categories {
    opacity: 1;
    transition: opacity 500ms;
}

.tm-data #left_navi
{
    padding: 0 10px;
}

#user_panel{
    right: 10px;
}

#category-tree {
    width: 100%;
    color: #ddd;
    outline: 0;
}

#category-tree:focus, #category-tree ul{
    outline: none;
    border: 0 none;
}

#category-tree ul.fancytree-container, #category-tree ul.fancytree-container:focus
{
    box-shadow: none;
    padding: 0;
    border: 0 none;
    background: transparent;
    outline: 0;
}

#category-tree ul li:focus
{
    outline: 0;
}

#category-tree .fancytree-expander, #category-tree .fancytree-icon
{
    display: none;
}

#category-tree .main-cat
{
    font-size: 14px;
}

#category-tree .main-cat .fancytree-title {
    color: red;
}

#category-tree .itemcount-wrapper{
    display: inline-block;
    position: absolute;
    right: 0;
}

#category-tree .main-cat .itemcount{
    background-color: red;
}

#category-tree span.fancytree-title
{
    color: #5d5d5d;
    font-size: 14px;
}

#category-tree span.fancytree-title:hover
{
    color: #d69e28;
    text-decoration: underline;
}

#category-tree .sbu .fancytree-title
{
    font-size: 16px;
    color: #0a2b5a;
}


#category-tree span.fancytree-node
{
    padding: 4px 0;
}

#category-tree .category-name{
    width: 150px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: inline-block;
}

#category-tree span.fancytree-node.fancytree-active span.fancytree-title
{
    color: green;
}

#category-tree span.fancytree-node.fancytree-active,
#category-tree span.fancytree-node.fancytree-selected,
#category-tree span.fancytree-node:hover
{
    background-color: transparent;
    border-color: transparent;
}

#category-tree li span.fancytree-node:not(.main-cat)
{
    border-bottom: 1px solid lightgrey;
}

#category-tree span.fancytree-node:not(.main-cat):hover
{
    border-bottom-color: lightgrey;
}


#tm-search
{
    background: #fff none repeat scroll 0 0;
    left: 10px;
    padding-top: 10px;
    padding-bottom:12px;
    width: 235px;
    margin-bottom: 15px;
    z-index: 1000;
    position: fixed;
    top: 80px;
}

#tm-search input[type=search] {
    width: calc(100% - 40px);
    height: 30px;
    padding: 0 4px;
}


/* CATEGORY */
#new-items-tree
{
    width: 204px;
    font-size: 14px;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    color: #5d5d5d;
    margin: 0 0 10px 3px;
    cursor: pointer;
    font-family: tahoma, arial, helvetica, serif;
}

.new-item-tree{  text-decoration: none;  color: inherit;  outline: 0;  }
.new-item-tree:focus {  box-shadow: none;  }
.new-item-tree:hover {  color: #d69e28;  text-decoration: underline;  }
.new-item-tree.fancytree-active { color: green; }
.new-item-tree.fancytree-active:hover { text-decoration: underline; }

#tm-category-tree
{
    position: fixed;
    width: 250px;
    top: 80px;
    height: calc(100% - 180px);
    border-right: 1px solid #ccc;
    padding-right:15px;
    background: #f9f9f9;
    overflow-y: auto;
    padding-top: 50px;
    padding-bottom:40px;
    overflow-x: hidden;
}

.category-row
{
    height: 100%;
}

#categories-wrapper
{
    margin-left: 250px;
    margin-bottom: 105px
}

#categories a, #categories a:hover{
    text-decoration: none;
    color: inherit;
}

#categories .legend
{
    height: 40px;
    margin: 0 20px 10px;
    text-align: left;
    font-size: 14px;
}

#categories .legend i,
.action-panel i
{
    color: #555;
    font-size: 18px;
}

.legend-entries
{
    padding: 5px 0px;
}
.legend-entry
{
    padding-left: 25px;
    padding-right:25px;
    position:relative;
    display: inline-block;
}

#categories .search-result-count
{
    display: inline-block;
    vertical-align: bottom;
    color: #5d5d5d;
    font-size: 14px;
}

.zip-icon
{
    border: 1px solid #555;
    padding: 1px 3px !important;
    border-radius: 3px;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 600;
}


.cat-item{
    position: relative;
    width: 280px;
    border: 1px solid lightgrey;
    float: left;
    margin: 0 0 20px 20px;
}
.cat-item.gallery{
    height: 280px;
}
.slidee .cat-item.gallery{
    margin: 0;
}


.cat-item .item-content {
    padding: 19px;
}

.cat-item .headline
{
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #FFA140;
    margin: 14px 0 10px;
}

.cat-item .image
{
    height: 220px;
    margin: 0 10px;
    overflow: hidden;
}
.cat-item.gallery .image
{
    height: 278px;
    margin: 0;
}

.cat-item .attachment-bar
{
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding: 0 2px;
    color: grey;
}
.cat-item .attachment-bar i:not(:first-child){
    margin-left: 6px;
}

.cat-item .text {
    line-height: 20px;
    height: 60px;
}

.cat-item .price {
    line-height: 20px;
    margin: 15px 0;
    font-weight: bold;
}

.cat-item .stock {
    line-height: 20px;
}

.cat-item .action-panel
{
    height: 40px;
    background-color: #cfcfcf;
    color: #2c2c2c;
}

.cat-item .action-panel .legend-entry
{
    width: 32%;
    text-align:center;
    display: inline-block;
    height:30px;
    margin-top:5px;
    padding-top:5px;
}

.cat-item .action-panel .legend-entry:first-of-type
{
    border-right: 1px solid #555;
}
.cat-item .action-panel .legend-entry:last-of-type
{
    border-left: 1px solid #555;
}

.cat-item .action-panel .legend-entry i
{
   cursor: pointer;
}


.cat-item.gallery .action-panel {
    width: 100%;
    opacity: 0.9;
    bottom: 20px;
    position: absolute;
    height: auto;
    padding: 10px 0;
}

.cat-item .action-panel a{
    text-decoration: none;
    color: inherit;
}

.cat-item .action-panel > div:not(.title) {
    display: inline-block;
}

.cat-item .action-panel .cart {
    width: 168px;
    cursor: pointer;
}

.cat-item .action-panel .title:hover,
.cat-item .action-panel .cart:hover,
.cat-item .action-panel .watch:hover{
    text-decoration: underline;
    color: green;
    transition: color 0.3s ease;
}

.cat-item.gallery .action-panel .cart{
    padding-top: 8px;
    padding-left: 10px;
}

.cat-item .action-panel .watch{
    cursor: pointer;
}

.cat-item .action-panel .watch,
.cat-item .action-panel .info {
    width: 50px;
    padding: 0 15px;
    border-left: 1px solid #000;
}

.cat-item .info .active{
    color: red;
}

.cat-item.gallery .action-panel .title{
    border-bottom: 1px solid #000;
    padding: 0 10px 8px;
}

.no-data {
    margin: 20px;
    font-size: 22px;
    color: #2c2c2c;
}






/* MY PAGE */
.carousel { width: 100%; height: 280px; padding: 0; }
.carousel .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.carousel .slidee li { float: left; margin: 0 10px 0 0; padding: 0; width: 280px; height: 100%; }
.carousel .tm-gallery-item { margin: 0; }

.scrollbar { width: 100%; height: 10px; margin-top: 10px; }
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #a7a7a7;
    cursor:pointer;
}


#item-image-wrapper{
    width: 100px;
    height: 330px;
    position: relative;

}
#item-image-wrapper .scrollbar {
    margin-top: 0;
    position: absolute;
    right: 10px;
    width: 4px;
    height: 330px;
    background: #ccc;
    line-height: 0;
}

#item-image-wrapper .scrollbar .handle {
    width: 100%;
}


#item-image-wrapper .scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: -10px;
    width: 22px;
    height: 100%;
}

.carousel-item { width: 80px; height: 330px; padding: 0; overflow: hidden; }
.carousel-item .slidee { margin: 0; padding: 0; height: 100%; line-height: 80px;list-style: none; }
.carousel-item .slidee div {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 0 1px;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}



/* ITEMS */
#tm-item-wrapper
{
    margin: 20px;
    width: calc(100% - 20px);
}

#tm-item {
   position: relative;
   height: 100%;
   margin-top: 20px;
}

#tm-item h1
{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;

}

#tm-item select{
    padding: 10px 4px;
    outline: 0 none;
}

#tm-item #tm-item-images{
    position: relative;
    margin-bottom: 30px;
}

#tm-item #tm-item-images-preview{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    float: left;
}

#tm-item .prev-img{
    width: 80px;
    height: 80px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

#tm-item-image-display{
    margin-left: 110px;
    height: 330px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    text-align: center;
}

#tm-item-image-display a{
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: none;
}

#tm-item-image-display video{
    max-height: 100%;
    width: auto;
}

#tm-item-detail-table {
    margin: 15px 0;
    font-size: 22px;
}

#tm-item-detail-table tr td:first-child {
    padding-right: 10px;
}

#tm-item .code-wrapper{
    margin-top: 10px;
}

#tm-item .code-wrapper label{
    line-height: 20px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: underline;
}

#tm-item .code-wrapper input{
    display: none;
}

#tm-item .ui-tabs-panel {
    background: #fff;
}

#tm-item-tabs {
    padding: 0;  border: 0 none;
}

#tm-item-tabs #tab-description,
#tm-item-tabs #tab-attachments,
#tm-item-tabs #tab-related-items,
#tm-item-tabs #tab-meta-tags{
    border: 1px solid lightgrey;
}

#tm-item-tabs .ui-widget-header {
    background: #fff;
    border: 1px solid #ccc;
}

#tm-item-tabs .ui-tabs-nav {
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
}

#tm-item-tabs .ui-tabs-active {
    padding-bottom: 0;
    margin-bottom: 0;
}

#tm-item-tabs .ui-tabs-active a:link, #tm-item-tabs .ui-tabs-active a:hover {
    background: rgb(66,165,217);
    color: #fff;
}

#tm-item-tabs a:focus{
    box-shadow: none;
    border-bottom: 0 none;
    outline: 0 none;
}

#tm-item-tabs .ui-state-hover
{
    color: #1c94c4;
    background: rgb(246, 246, 246);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#tm-item-tabs .ui-state-active, #tm-item-tabs .ui-state-focus
{
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0 none;
}







.tm-item-price
{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.tm-item-price small
{
    color: grey;
}

.tm-item-number
{
    padding-top: 10px;
    color: grey;
}

.tm-item-attachment
{
    display: block;
    margin-bottom: 10px;
}


#cart .cart-edit-remark{
    cursor: pointer;
}

#cart .cart-item-remark-txt{
    margin-top: 4px
}

#cart .cart-item-remark-txt input{
    width: 300px;
    padding: 0 4px;
}


#item-cart-panel
{
    margin-top: 50px;
}

#tm-item-amount
{
    width: 60px;
    padding: 10px 0;
    margin: 0 10px;
    text-align: center;
}

.item-new{
    color: #fff;
    background-color: red;
    font-size: 12px;
    padding: 2px 4px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}


/* CART PANEL */
#cart_panel
{
    position: absolute;
    right: 280px;
    color: #fff;
    background: #474e57;
    width: 260px;
    border-radius: 5px;
    min-height: 32px;
    margin-top: 3px;
    font-size: 12px;
    z-index: 50;
}

#cart_panel .headline
{
    display: block;
    padding: 8px 10px 0;
}


#cart_panel:after
{
    font-family: FontAwesome;
    content: "\f07a";
    display:block;
    font-size:20px;
    position:absolute;
    right:10px;
    top:5px;
}

#cart_panel:empty
{
    display:none;
}

#cart_panel #cart_panel_items
{
    max-height: 0;
    transition: 0.5s ease-out;
    overflow: hidden;
    color: #000000;
    background-color: #EDEDED;
    padding: 0;
}

#cart_panel:hover #cart_panel_items
{
    margin-top: 10px;
    padding-top:15px;
    padding-bottom: 15px;
    max-height: 500px;
    transition: 0.5s ease-in;
    color: #000000;;
    line-height: 20px;
}

#cart_panel #cart_panel_items a
{
    text-decoration: none;
    color: #000000;
    box-shadow: none;
}

#cart_panel_items li{
    padding: 5px 10px;
}

#cart_panel:hover #cart_panel_items li:hover
{
    cursor: pointer;
    background: #ffffff;
}

#cart_panel #cart_panel_items.tm .tm-icon
{
    position: absolute;
    right: 10px;
}

#cart_panel_items > li > div
{
    float: left;
    box-sizing: border-box;
    height: 20px;
}

.cart-action-panel div
{
    height: 22px;
    box-sizing: border-box;
}

#cart_panel_items li:hover .fa-delete-cart { color: red; }

#cart_panel .cart-action-panel
{
    height: 0;
    padding: 0;
    overflow: hidden;
    background: #FF9D33;
}

#cart_panel:hover .cart-action-panel
{
    padding: 4px 10px;
    height: 50px;
    transition: height 0.5s ease-in;
}


.cart-action-panel div{ padding: 4px 0;}
.cart-action-panel a:hover{ color: #ffffff; }

.cart-action-panel a{ text-decoration: none;  color: #000000; }

#cart_panel_items div{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#cart_panel_items .count { width: 25px;}
#cart_panel_items .description { width: 145px; }
#cart_panel_items .price { width: 50px; text-align: right;}
#cart_panel_items .delete { width: 20px; text-align: right;}
.delete-cart-item:focus {  outline: 0 none; box-shadow: none }


/* CART */
#cart {
    padding: 20px;
}

#cart h2 {  font-weight: normal;  }

#cart .cart-item {
    padding: 15px 0;
    border-bottom: 1px solid lightgrey;
}

#cart .cart-item {  border-top: 1px solid lightgrey;  }
#cart .cart-item ~ .cart-item { border-top:  none; }

#cart .cart-item-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.cart-img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

#cart .cart-item-remark {  margin-top: 20px;  font-size: 0.9rem;  }
#cart .cart-item-amount { width: 50px; padding: 4px; text-align: center; }
#cart .cart-item-table-headline { font-size: 0.8rem; color: grey; }
#cart .cart-item-title { color: #FF9D33; font-weight: bold;}
#cart .cart-item-title a{ color: #FF9D33; text-decoration: none; box-shadow: none; }
#cart .cart-item-delete { color: #000000; display: inline-block; margin-top: 20px; font-size: 0.8rem; cursor: pointer; }
#cart .cart-item-delete:hover{ color: red; }
#cart .cart-item-title:hover { color: #FF9D33;}
#cart .cart-action-panel { margin-top: 20px; text-align: right; }
















/* ORDER */


#order-select-address div.error{
    position: absolute;
    color: red;
    right: 4px;
    top: -7px;
    font-size: 10px;
}

#order-select-address input.error, #order-select-address select.error{
    border: 1px solid red;
}

#order-confirm
{
    margin-top: 20px;
}

#order-confirm #order-address{
    font-size: 1.1em;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 20px;
    margin-bottom: 20px;
}

#order-confirm h2.confirm-title
{
    margin-left: 20px;
    font-weight: normal;
    margin-bottom: 6px;
}

/*#order-confirm .action-panel .row{
    padding: 0 20px;
}*/

#order-finish{
    margin: 20px;
}

#order-finish .action-panel{
    margin-top: 20px;
}

.itemcount{
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    /*margin-right: 6px;*/
    /*margin-left: -4px;*/
    background-color: grey;
    color: white;
    border-radius: 21px;
    padding: 3px 8px;
    font-size: 8px;
    vertical-align: middle;
}

.itemcount.main{
    background-color: red;
}


/* PROFILE */
.order{
    margin-top: 20px;
}

.order table{
    margin: 20px 20px 30px 20px;
    font-size: 20px;
}

.order table tr td:first-child{
    font-weight: 400;
}

.order table tr td:nth-child(2){
    padding: 2px 6px;
}

.order h2{
    margin-left: 20px;
    font-weight: normal;
}

.order h2.address-title{
    margin-top: 20px;
    margin-bottom: 6px;
}

.order h2.position-title{
    margin-bottom: -7px;
}

.order .address{
    font-size: 1.1em;
    border-top: 1px solid lightgrey;
    padding: 20px;
    margin-bottom: 20px;
}

.order .position {
    padding: 20px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.order .position ~ .position {
    border-top:  none;
}

.order .position a{
    text-decoration: none;
    box-shadow: none;

}

.order .position-headline {
    padding: 0 20px;
    font-size: 0.8rem;
    color: grey;
}

.order .position img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.order .position .remark,
.order .position .status{
    margin-top: 20px;
    font-size: 0.9rem;
}

.order .position .title {
    color: #FF9D33;
    font-weight: bold;
}
.order .position .title:hover {
    color: #FF9D33;
}

.order .action-panel{
    margin: 20px;
}


/* DEFAULT FORM */
.form h2 { font-weight: normal; margin-bottom: 20px; }
.form fieldset { border: 0 none; margin-bottom: 10px; }
.form legend { margin-bottom: 4px; font-weight: 400; }
.form input { width: 345px; height: 40px; box-sizing: border-box; padding: 0 4px; outline: none; }
.form input[type=checkbox] { width: 20px; height: 20px; vertical-align: middle; line-height: 40px; margin-right: 10px; }
.form select { width: 345px; height: 40px; box-sizing: border-box; outline: none;}
.form label{ position: relative; display: inline-block; height: 40px; line-height: 40px; margin-right: 5px;}



/* EXT SEARCHFORM */
#ext-searchform-wrapper{
    margin: 20px;
}

form#ext-searchform{
    margin: 0 0 10px;
    background-color: #EDEDED;
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 20px;
}

#ext-searchform-wrapper .close-searchform{
    width: 160px;
    margin: 20px auto 0;
    background: darkgrey;
    border-left: 2px solid darkgrey;
    border-right: 2px solid darkgrey;
    border-top: 2px solid darkgrey;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    text-align: center;
}

#ext-searchform-wrapper .close-searchform:hover{
    background: darkorange;
}


/* PROFILE */
.profile-wrapper{
    margin: 20px;
}
.profile {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.profile-headline{
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #6c747e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzRlNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6c747e 0%, #6c747e 44%, #474e57 100%);
    background: -webkit-linear-gradient(top, #6c747e 0%,#6c747e 44%,#474e57 100%);
    background: linear-gradient(to bottom, #6c747e 0%,#6c747e 44%,#474e57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c747e', endColorstr='#474e57',GradientType=0 );

}

.profile h2 { font-weight: normal; margin-bottom: 20px; }
.profile fieldset { border: 0 none; margin-bottom: 10px; }
.profile legend { margin-bottom: 4px; font-weight: 400; }
.profile input { width: 345px; height: 40px; box-sizing: border-box; padding: 0 4px; outline: none; }
.profile select { width: 345px; height: 40px; box-sizing: border-box; outline: none;}
.profile label{ position: relative; margin-right: 5px;}

#orders{
    margin: 20px;
}

#orders-table{
    width: 100%;
}

#orders-table thead{
    color: #fff;
    font-weight: bold;
    background: #6c747e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzZjNzQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzRlNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6c747e 0%, #6c747e 44%, #474e57 100%);
    background: -webkit-linear-gradient(top, #6c747e 0%,#6c747e 44%,#474e57 100%);
    background: linear-gradient(to bottom, #6c747e 0%,#6c747e 44%,#474e57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c747e', endColorstr='#474e57',GradientType=0 );
}

.dataTable .sorting{
    background-color: inherit;
}

.dataTables_length, .dataTables_filter{
    margin-bottom: 10px;
}

.odd{ background-color: #f9f9f9!important; }
.event { background-color: #fff!important; }

form div.error{
    position: absolute;
    color: red;
    right: 4px;
    top: -7px;
    font-size: 10px;
}

.form-tooltip-right{
    width: 240px;
    background-color: #fff;
    border: 1px solid lightgrey;
    box-shadow: none;
}


#profile_form table.info{
    margin: 0 0 20px;
}
#profile_form table.info td{
    padding: 6px 0;
}

#profile_form table.info tr td:nth-child(2){
    padding-left: 20px;
}


.ellipsis-multiline
{
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 60px;
    margin-right: -1em;
    padding-right: 1em;
}
.ellipsis-multiline.two-rows
{
    max-height: 60px;
}
.ellipsis-multiline:before
{
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
}
.ellipsis-multiline:after
{
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

#profile_switch_warner_big
{
    position:absolute;
    color: #f00;
    padding:10px;
    border:4px solid #f00;
    background: #fff;
    box-shadow: 0 0 10px rgba(255,0,0, 0.9);
    right: 0;
    margin-right: 200px;
    font-size: 20px;
    margin-top:-6px;
    animation: blinker 1s linear 0s infinite alternate;
}

@keyframes blinker {
    from {  box-shadow: 0 0 10px 0px rgba(255,0,0, 0.9); }
    to {  box-shadow: 0 0 20px 5px rgba(255,0,0, 0.9);}
}



@media screen and (max-width: 1300px)
{

}

@media screen and (max-width: 1100px)
{
    .dv-th-cell.options {
        width: 165px;
    }

    .dv-crud-option-wrapper {
        display: inline-block;
        margin-left: 10px;
        width: 160px;
    }

    .dv-crud-ul-wrapper::before
    {
        margin-left: 100px !important;
    }



    .dv-crud-ul-wrapper li:first-of-type
    {
        width: 100px;
    }

    .dv-crud-ul-wrapper li
    {
        width: 150px;
    }

    #user_panel, #cart_panel {
        font-size: 10px;
        min-height: 24px;
        margin-top: 6px;
        width: 200px;
    }
    #cart_panel{
        padding: 0;
        right: 220px;
    }

    #cart_panel:after{
        font-size: 15px;
    }

    #cart_panel_items .description {
        width: 80px;
    }
    #cart_panel .headline
    {
        display: block;
        padding: 7px 10px 0;
    }

    .tm #login_as
    {
        margin-top: 5px;
        padding: 2px 5px;
        right: 430px !important;
        width: 240px;
        min-height: 0  !important;
    }
    .tm #login_as *
    {
       font-size: 10px;
    }

    .person_autocomp
    {
        width: 150px;
        height:18px !important;
        margin-top:0px !important;
        border:0;
        border-radius: 0;;
    }

    #userswitch
    {
        font-size: 9px !important;
        font-weight: 400 !important;
        line-height: 10px !important;
        margin-top: 0px !important;;
        padding: 3px !important;
    }
}



@media screen and (max-width: 1000px)
{
    .menuItemShop{
        padding-top: 9px;
    }
}

@media screen and (max-width: 900px)
{
    .tm-category-item
    {
        /*width: 50%;*/
    }

}
@media screen and (max-width: 865px)
{
    .cat-item
    {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }

    #profile_switch_warner_big
    {
        position:absolute;
        color: #f00;
        padding:10px;
        border:4px solid #f00;
        background: #fff;
        box-shadow: 0 0 10px rgba(255,0,0, 0.9);
        right: 0;
        margin-right: 200px;
        font-size: 14px;
        margin-top:-6px;
        animation: blinker 1s linear 0s infinite alternate;
    }

}

.fancytree-lastsib{
    padding-bottom: 50px;
}

ul.fancytree-container{
    height: 100%;
}

#tm-delete-cart{
    float: left;
}



/* Order - enter address */
#oea{
    padding: 20px;
}
#oea h2{
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
}
#oea legend{
    margin-bottom: 4px;
    font-weight: 400;
}
#oea fieldset{
    border: 0 none;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
}
#oea label{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
#oea label.half{
    width: 49%;
}
#oea fieldset.half label{
    float: left;
    width: 49%;
}
#oea fieldset.half label:first-child {
    margin-right: 1%;
}
#oea fieldset.half label:last-child {
    margin-left: 1%;
}
#oea fieldset.half.single label:last-child {
    margin-left: 0;
}
#oea fieldset.third label {
    float: left;
    width: 32%;
}
#oea fieldset.third label:first-child {
    margin-right: 2%;
}
#oea fieldset.third label:last-child{
    margin-left: 2%;
}
#oea input, #oea select{
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 40px;
}
#oea input{
    padding: 0 4px;
}
#oea textarea{
    height: 85px;
    width: 100%;
    padding: 4px;
}
#order-enter-new-address{
    margin-top: 20px;
}
#oea .info{
    line-height: 20px;
    margin-bottom: 20px;
}
#oea button.clear-address{
    display: block;
    margin: 20px 0;
}
#oea .mandatory-info{
    font-size: 12px;
}
#oea label[for="delivery_tel"],
#oea label[for="delivery_date"] {
    visibility: hidden;
}
#oea div.error{
    position: absolute;
    color: red;
    right: 4px;
    top: 20px;
    font-size: 10px;
}
.button-bar {
    padding: 20px;
    text-align: right;
    background: #E8E8E8;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.delivery-info {
    margin-top:-20px;
    padding: 20px 20px 15px;
    background: #E8E8E8;
    border-bottom: 1px solid #ccc;
}
.delivery-info table tr td{
    padding: 2px 0;
}

.delivery-info table tr td:first-child {
    padding-right: 20px;
}

.order-confirm-remark {
    margin: 10px 20px 30px;
}
.order-confirm-remark h2{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.order-remark-wrapper {
    margin: 20px;
}
.order-remark-wrapper h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
}

.square{
    display: inline-block;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    padding: 4px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid lightgrey;
    border-radius: 4px;
}
.square.orange {
    color: white;
    background-color: orange;
}
.hint-big{
    color: red;
    font-size: 16px;
}

@media (min-width: 1024px)
{
    .col-60.oea{
        padding-left: 40px;
    }
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000 !important;
}

.profile-delivery-info table {
    margin: 20px;
}

#order-template-info {
    margin: 10px 0 20px;
    color: red;
}

#order-templates {
    display: block;
    height: 30px;
    width: 400px;
}

.order-quantity-warning {
    text-align: left;
    margin-top: 10px;
    border: 1px solid red;
    padding: 10px;
    line-height: 20px;
}

#third_person_order{
    cursor: pointer;
}

.newindicator
{
    background: #f00 none repeat scroll 0 0;
    color: #fff;
    font-weight: 800;
    margin-left: -40px;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    transform: rotate(-45deg);
    width: 150px;
    animation: zoomer 1s linear 0s infinite alternate;
}

@keyframes zoomer {
    from {transform: scale(1.0) rotate(-45deg)}
    to { transform: scale(1.2) rotate(-45deg)}
}



.attachment-type
{
    display: inline-block;
    width: 25px;
    text-overflow: ellipsis;
    text-align: right;
    height: 0;
}

.attachment-type:before
 {
     font-family: FontAwesome;
     content: '\f016';
     display:block;
     position:absolute;
     font-size:20px;

 }

#tab-attachments .tm-item-attachment{
   margin-left:30px;
}

.attachment-type.IMAGE:before
 {
     content: '\f1c5';
 }

.attachment-type.TEXT_DOCUMENT:before
{
    content: '\f0f6';
}

.attachment-type.VIDEO:before
{
    content: '\f1c8';
}

.attachment-type.SPREADSHEET:before
{
    content: '\f1c3';
}

.attachment-type.PDF:before
{
    content: '\f1c1';
}

.attachment-type.SOUND:before
{
    content: '\f1c7';
}


.attachment-type.BROKEN:before
{
    content: '\f127';
}

.item-attachments
{

}

.item-attachments .tm-item-attachment
{
    padding-left:25px;
    margin-bottom:5px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    min-height:20px;
}

.download-link
{
    display: inline-block;

}
.download-link .tm-item-attachment
{
    text-decoration: underline;
    cursor: pointer
}

.download-link.broken .tm-item-attachment
{
    text-decoration: line-through;
    cursor: not-allowed;
}



.dv-form-container *
{
    font-size:14px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
}


.dv-form-container
{

    box-shadow: 0 0 50px  rgba(0,0,0, 0.8);
    z-index: 2000 !important;
    overflow: hidden;
    right: calc(50% - 250px) !important;
    left:auto !important;
    top:200px;
}

.dv-modal-background{
    content:'';
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 500;
    background: rgba(0,0,0, 0.3);
    top:0;
    left:0;
    display:none;
}

/*.dv-modal-background:before{*/
/*content:'';*/
/*width: 250px;*/
/*height: 80px;*/
/*position:fixed;*/
/*z-index: 500;*/
/*background: rgba(0,0,0, 0.3);*/
/*top:0;*/
/*right:0;*/
/*}*/

.dv-form-container .ui-dialog{
    padding:0 !important;
}

.dv-form-container .ui-dialog-content{
    padding:10px;
    position:relative;
}

.dv-form-buttons
{
    margin-top:15px;
    clear:both;
}

.ui-dialog-titlebar {
    border: 1px solid #fff;
    border-radius: 0px;
    background: #6c747e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6c747e 0%, #6c747e 44%, #474e57 100%);
    background: -webkit-linear-gradient(top, #6c747e 0%,#6c747e 44%,#474e57 100%);
    background: linear-gradient(to bottom, #6c747e 0%,#6c747e 44%,#474e57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c747e', endColorstr='#474e57',GradientType=0 );
}

.ui-widget .ui-widget {
    font-size: 14px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    color: #555555;
    font-weight: normal;
}



.dv-form-button{

    text-aling:center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;
    color:#fff;
    border-radius:5px;
    border: 2px solid #fff;
    padding:10px;
    line-height:12px !important;
    font-size:12px !important;
    font-weight: 400 !important;

    box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);

    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;
    text-align: center;
}

.dv-form-button:first-letter {
    text-transform:uppercase;
}

.dv-form-button.disabled
{
    cursor: not-allowed;
    opacity: 0.4;
}


.dv-form-button:hover,
.dv-form-button:focus
{
    color:#fff;
    background: rgb(66,165,217)
}

.dv-form-button:focus,
.dv-form-button:active
{
    box-shadow: 0px 0px 2px rgba(0,0,0, 1);
}

.ui-dialog-titlebar-close:before {
    font-family: FontAwesome;
    content: '\f00d';
    display: block;
    position: absolute;
    margin-top: 0px;
    margin-left: 2px;
    font-size: 15px;
}


#tm_cart
{
    position: fixed;
    right: 120px;
    font-size: 24px;
    margin-top: 5px;
    top:42px;
    color: white;
    cursor:pointer;
    z-index: 20;
}

#cart_amount
{
    position: absolute;
    background-color: #42A5D9;
    border: 2px solid #fff;
    border-radius:20px;
    font-size: 10px;
    min-width: 15px;
    text-align:center;
    margin-left:-5px;
    padding: 2px 4px;
}

#cart_amount:empty
{
    display:none;
}

.addCard
{
    animation-name: cartIntro;
    animation-duration: 1s;
}

@keyframes cartIntro
{
    from {font-size:76px; text-shadow: 0 0 5px #000, 0 0 24px #fff;  color: #42A5D9; right: 50%; top:50%;}
    to { font-size:24px; text-shadow: 0 0 1px #000, 0 0 0px #fff; color: #ffffff; right: 120px; top:42px;}
}


.toCart
{
    height:300px;
    width:500px;

    animation-name: addtoCart;
    animation-duration: 1s;
}


@keyframes addtoCart
{
    0%{
        height:300px;
        width:500px;
        right: calc(50% - 250px);
        top:200px;
        opacity: 1;
    }
    90%{
        height:0px !important;
        width:0px !important;
        right: 120px;
        top:40px;
        opacity: 1;
    }
    100%{
        height:0px !important;
        width:0px !important;
        right: 120px;
        top:40px;
        opacity: 0;
    }
}

.cart-drop-in
{
    animation-name: cardDropin;
    animation-duration: 1s;
}

@keyframes cardDropin
{
    0%{
        text-shadow: 0 0 1px #000, 0 0 0px #fff; color: #ffffff;
    }
    50%{
        text-shadow: 0 0 5px #000, 0 0 24px #fff;  color: #42A5D9;
    }
    100%{
        text-shadow: 0 0 1px #000, 0 0 0px #fff; color: #ffffff;
    }
}

.prod_entries
{
    height:100%;
    overflow: auto;
}

.prod_entry
{
    padding: 5px;
}

.prod-title
{
    font-weight: 600;
    user-select: none;
    padding:3px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;
    color: #fff;
    display:inline-block;
    width: 100%;
}


.prod-attachments
{
    padding:5px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.attachment-entry
{
    display: block;
    border-top: 1px solid #eee;
    padding-top:2px;
    padding-bottom: 2px;
    line-height: 20px;
    cursor: pointer
}

.attachment-entry:hover
{
   background-color: #42A5D9;
   color: #fff;
}

.attachment-entry input
{
    margin-right:5px;
}

.attachment-entry label
{
    cursor: pointer;
    display:block;
    user-select: none;
}

#tm-cart-wrapper
{
    position: fixed;
    top: 80px;
    right: 0;
    width: calc(100% - 265px);
    height: calc(100% - 180px);
    min-height: calc(100% - 180px);
    overflow: auto;
    background: #fff;
}

#tm-cart-content-wrapper
{
    padding: 10px;
    margin-top: 20px;
}

#tm-item-attatchment-tabs
{
  background: #fff !important;
  border:none;
  margin-top: 15px;
}

#tm-cart-wrapper .ui-tabs-nav
{
    background: #fff;
    border:none;
    border-bottom: 1px solid #888;
    border-radius:0;
    padding:0;
}

.itemDelete
{
    display: inline-blocK;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #888;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: -22px;
    margin-top:1px;
    cursor: pointer;
    text-align:center;
    position:absolute;
}


.add_email,
.remove_email
{
    display: inline-blocK;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #888;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    text-align:center;
}

.add_email
{
    position: absolute;
    left: 25px;
    margin-top: 40px;
}

.itemDelete:before,
.remove_email:before,
.add_email:before
{
    font-family: FontAwesome;
    content: '\f00d';
    display: block;
    position: absolute;
    margin-top: 1px;
    margin-left: 3px;
    font-size: 15px;
    text-align:center;
}

.remove_email
{
    position: absolute;
    margin-top: 5px;
}

.add_email:before
{
    content: '\f067';
}


#prod_entries
{
    max-width: 600px;
}

.email-input-wrapper
{
  display: block;
}

.email-input-wrapper input
{
    width:250px;
    line-height:25px;
    padding:2px;
    margin-bottom:10px;
    margin-right:10px;
}

.tm-email-input.error
{
    background-color: #fdd;
    border:1px solid #800;
}

.email-error
{
    position:absolute;
    font-size:12px;
    color: #800;
    margin-left:30px;
    margin-top:5px;
}

#tm-send-text{
    padding:10px;
    width:600px;
    height:350px;
    resize: none;
}

.ui-state-default.error
{
    background: #fdd;
}

.ui-state-default.error
{
    background: #fdd;
}

#tm-item-attatchment-tabs .ui-tabs-active a:link,
#tm-item-attatchment-tabs .ui-tabs-active a:hover{
    background: rgb(66,165,217);
    color: #fff !important;
}


#tm-item-attatchment-tabs .ui-state-active,
#tm-item-attatchment-tabs .ui-widget-content .ui-state-active,
#tm-item-attatchment-tabs .ui-widget-header .ui-state-active
{
    color: #fff !important;
}

button.shop, a.shop {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6c747e 0%, #6c747e 44%, #474e57 100%) repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


button.shop.cancel {
    background: red none repeat scroll 0 0;
}
