body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;

    font-family: arial, serif;
    font-size: 12px;
    color: #3d3d3d;
}

body.mceContentBody
{
    background-color: #fff!important;
}

img
{
    display: block;
    padding: 0;
    margin: 0;
    border: 0px;
    max-width: 100%;
    max-height: 100%;
}

a {
    color: #DA521F;
    text-decoration: none;
}

a:HOVER {
    color: #2BA6CB;
}

form
{
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #E5E5E5;
    margin-top: 15px;
    margin-bottom: 15px;
}

#Container
{
    width: 1155px;
    margin-left: auto;
    margin-right: auto;
}

#MiddleContainer {
}

#Header {
    background-color: #fff;
    padding: 3px;
    margin-bottom: 3px;
}

#Header img {
    margin-bottom: 4px;
}

.HeaderText {
    float: left;
    font-size: 22px;
    margin-left: 30px;
    margin-top: 36px;
}

#LeftColumn
{
    float: left;
    width: 150px;
    margin-right: 3px;
}

#RightColumn
{
    float: left;
    width: 1000px;
    position: relative;
}

#RightColumnBg {
    margin-top: 3px;
    background-color: #fff;
    padding: 3px;
}

.SectionBar {
    height: 15px;
    background-image: none;
    font-size: 10px;
    color: #ababab;
}

.SectionBar div {
    margin-left: 3px;
    margin-right: 3px;
    line-height: 14px;
}

.breaker
{
    clear: both;
}

/* Form elements */

.InputText {
    width: 450px;
    #width: 448px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-family: Arial;
    color: #7c7c7c;
}

.Submit {
    border: none;
    background-color: #DA521F;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
}

.Select {
    background-color: #fff;
    color: #3d3d3d;
    border: 1px solid #dadada;
}

.InputFile
{
    border: 1px solid #dadada !important;
    background-color: #fff !important;
    color: #3d3d3d !important;
}

.TextArea
{
    background-color: #fff;
    border: 1px solid #dadada;
    width: 450px;
    height: 450px;
    color: #3d3d3d;
    overflow: auto;
}

/* END Form elements */

/* Form builder classes */

.RowItem { margin-bottom: 12px; }
.RowItemLeft { line-height: 14px; font-size: 11px; }

/* END Form builder classes */

/* menu horiz */

#Menu {
    margin-top: 3px;
    background-color: #fff;
    padding: 3px;
}

ul.makeMenu, ul.makeMenu ul {
    margin: 0px;
    padding: 0px;
    width: 100%;                 /* sets the size of the menu blocks */
    background-color: #fff;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
    cursor: pointer;
}

ul.makeMenu li {
    list-style-type: none;       /* removes the bullet points */
    padding: 0px;
    padding-left: 3px;
    margin-bottom: 3px;                 /* Opera 7 puts large spacings between li elements */
    position: relative;          /* makes the menu blocks be positioned relative to their parent menu itemthe lack of offset makes these appear normal, but it will make a difference to the absolutely positioned child blocks */
    height: 20px;
    border: 1px solid #dadada;
    line-height: 19px;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
    display: none;               /* hides child menu blocks - one of the most important declarations */
    position: absolute;          /* make child blocks hover without leaving space for them */
    top: 0px;                    /* position slightly lower than the parent menu item */
    left: 141px;                  /* this must not be more than the width of the parent block, or the mouse will have to move off the element to move between blocks, and the menu will close */
    z-index: 200;
    width: 230px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
    background-color: #dadada;      /* gives the active menu items a yellow background */
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
    display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
    display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { display: block; width: 100%; }
/*ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */
/* end menu horiz */

ul.makeMenu.horizontal li { display: inline-block; padding-right: 3px; margin-right: 2px; }

.Center
{
    margin-left: auto;
    margin-right: auto;
}

#FlashMsg {
    border: solid 1px green;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 11px;
    background-color: green;
}

#FlashMsgError {
    border: solid 1px #990000;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 11px;
    background-color: #cc0000;
}

.textbox
{
    width: 109px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #3d3d3d;
    font-family: Arial;
    font-size: 10px;
}

.Bottom3
{
    margin-bottom: 3px;
}

.TextBoxLeft
{
    width: 200px;
    margin-right: 3px;
}

.TableStandard {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.TableStandard thead td {
    background-color: #fff;
    color: #3d3d3d;
    font-weight: bold;
}

.TableStandard th.header { text-align: left; border: 1px solid #dadada; background-color: #daf2f3; cursor: pointer; }

.TableStandard td {
    border: 1px solid #dadada;
    padding: 3px;
}

.TableStandard td a {    
    text-decoration:none;
}

.TableStandard .TrGrey {
    background-color: #dadada;
}

.TableStandard td img {
    display: inline;
    margin-right: 10px;
}
.TableStandard hr { margin: 2px 0; }

label.error {
    color:red;
    font-weight:bold;
    padding-left: 5px;
}

#paginate
{
    margin: 0 auto;
    padding: 0px;
    height: 16px;
    text-align: center;
    float: left;
    left: 50%;
    position: relative;
}

#paginate div
{
    list-style: none;
    /*display: inline;*/
    float: left;
    font-size: 8pt;
    line-height: 8px;
    margin-left: 4px;
    height: 16px;
    position: relative;
    right: 50%;
}

#paginate div a
{
    text-decoration: none;
    color: #7c7c7c;
}

#paginate div a:hover
{
    color: #b3b3b3;
}

#paginate_span
{
    /*font-size: 13px;*/
    line-height: 10px;
    color: #DA521F;
    font-weight: bold;
}

#message {
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:105;
    text-align:center;
    font-weight:bold;
    font-size:100%;
    color:white;
    padding:10px 0px 10px 0px;
    background-color:#8E1609;
    font-size:12px;
}

#message span {
    text-align: center;
    width: 95%;
    float:left;
}

.custom_column_class{
    text-align: center;
}

#accordion {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#accordion > div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block; 
    width: 100%;
    margin-bottom: 5px; 
}


#accordion-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.accordion-column {
    flex: 1; 
    display: flex;
    flex-direction: column; 
    gap: 5px; 
}

.accordion-column > div {
    width: 100%;
}


.category-tree ul { list-style: none; padding-left: 15px;  }

ul li .delete { width: 11px; height: 13px;  background: url(images/ico_delete.png) no-repeat; text-indent: -9999px; display: inline-block; }

li.has-sub li.has-sub input { display: none; }


ul#categories-list {
  padding-left: 0px;
  list-style: none;
  -moz-column-count: 5;
  -moz-column-gap: 10px;
  -webkit-column-count: 5;
  -webkit-column-gap: 10px;
  column-count: 5;
  column-gap: 10px;
}

ul#categories-list ul { list-style: none; padding-left: 16px; }


a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.dropdown { position: relative; display: inline-block; background-color: #ddd; padding: 2px; text-align: left; }
.dropdown span { max-width: 135px; height: 11px; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.dropdown-content { display: none; position: absolute; background-color: #ddd; max-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 0; z-index: 1500; }
.dropdown-content p { padding: 2px; margin: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.dropdown-content p:hover { background-color: #fff; }
.dropdown:hover .dropdown-content { display: block; }

.auto-select span { margin-right: 5px; cursor: pointer; }

.dynamic-form .InputText { width: auto; }
.dynamic-form .product input { width: 600px; }
.dynamic-form .quantity input { width: 30px; }
.dynamic-form .value input { width: 50px; }

.product-add-edit #mulitplefileuploader { display: inline-block; }
.product-add-edit #vid-mulitplefileuploader { display: inline-block; }

/*.ajax-file-upload-statusbar { display: none; }*/
.product-images, .gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 150px; gap: 5px; margin: 10px 0; box-sizing: border-box; }
.product-image, .gallery-img { position: relative; text-align: right; margin-bottom: 16px; }
.product-image img, .gallery-img img { width: 100%; height: 100%; object-fit: cover; }
.product-image .dropdown-container { margin-top: -20px; margin-right: 2px; }
.product-image .desc { background: #ccc; padding: 2px; position: absolute; bottom: 2px; left: 2px; z-index: 10; }
.product-image-delete, .image-delete, .video-file-delete { width: 11px; height: 13px; background-image: url('/admin/theme/images/ico_delete.png'); float: right; cursor: pointer; position: absolute; right: 4px; top: 4px; }
.current-default, .set-default { width: 13px; height: 14px; background-image: url('/admin/theme/images/checkmark.png'); cursor: pointer; position: absolute; left: 4px; top: 4px; }
.product-images .highlight, .product-images .set-highlight { width: 16px; height: 16px; background-image: url('/admin/theme/images/star.png'); cursor: pointer; position: absolute; left: 4px; top: 24px; }
.product-images .set-highlight, .product-images .set-default { display: none; }
.product-images .set-highlight.show { display: block; }
.add-panorama { width: 13px; height: 14px; background: #503D3D url('/admin/theme/images/czone_plus.png') no-repeat 50% 50%; cursor: pointer; position: absolute; left: 4px; bottom: 4px; }
.mark { width: 14px; height: 14px; display: block; background-image: url('/admin/theme/images/spam.png'); }
.product-image:hover .set-default { display: block; }
.product-image:hover .set-highlight { display: block!important; }
.product-image .image-name { text-align: center; font-size: 10px; margin: 4px 0 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.result_item.custom_manual { border: 1px solid #0099cc; margin-bottom: 2px; }
.row-stripes .colored { background-color: transparent; }
.row-stripes tr:nth-child(even) { background-color: #e2e2e2; }

.orange-button, .ajax-file-upload { background-color: #DA521F; color: #fff; text-transform: uppercase; cursor: pointer; margin-bottom: 5px; font-size: 14px; padding: 3px 8px; display: inline-block; }
.orange-button.select-files, .orange-button.remove-option { font-size: 12px; padding: 2px 8px; width: 110px; text-align: center; }
.show-images { cursor: pointer; }
.publication-images { width: 100%; overflow: auto; display: none; }
.publication-images .image { height: 110px; margin: 0 5px 5px 0; float: left; position: relative; }
.publication-images .image img { height: 100px; }

.temp-message { width: 388px; background-color: green; color: #fff; margin: 0 5px; text-align: center; padding: 4px 0; display: inline-block; }

.product-options { width: 650px; }
.product-options > div.RowItem { background-color: #b2c1cf; margin: 0; padding: 5px 10px; }
.product-options > div.RowItem input { background-color: #eee; }
.product-options > div.RowItem:nth-child(7n) { margin-bottom: 20px; padding-bottom: 10px; }

.n-image { display: inline-block; position: relative }
.n-image img { max-width: 100px; margin: 2px; display: inline-block; }
.n-image:hover .set-default { display: block; }
.n-image.main-img .set-default { display: block; }

.projects-list .project { position: relative; }
.projects-list .project .title { padding: 5px 30px; background-color: #ccc; }
.projects-list .project .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; margin: 2px 0; }
.projects-list .project .content { width: calc(100% - 210px);  display: inline-block; }
.projects-list .project .info { width: 200px; display: inline-block; vertical-align: top; }
.projects-list .project .info div { margin-top: 6px; }
.projects-list .project .info .user .profile-pic { width: 70px; height: 70px; float: right; margin-left: 6px; display: block; }
.projects-list .project .mark { position: absolute; top:5px; right: 100px; }
.delete-item-and-user  { width: 18px; height: 16px; background-image: url('/admin/theme/images/delete_user.png'); float: right; cursor: pointer; position: absolute; right: 50px; top: 4px; }
.select-item { padding: 2px; border: 1px solid #7c7c7c; cursor: pointer; margin: 1px 0; }
.select-item:hover { background-color: #DA521F; color: #fff; }

.shop-browser .categories { width: 170px; float: left; }
.shop-browser .categories ul { list-style-type: none; margin: 0; padding: 2px 0 2px 5px; cursor: pointer; }
.shop-browser .categories ul li { padding: 2px 0; cursor: pointer; }
.shop-browser .categories .cat-check { display:none; }

.shop-browser .products { width: 820px; float: left; grid-template-columns: repeat(4,1fr); }
.shop-browser .products .product-image { width: 204px; cursor: pointer; }
.shop-browser .products .product-image.selected { box-shadow: 0px 0px 0px 3px rgba(66, 68, 90, 1); }

.drop-list { width: 100%; }

.images-container .image { position: relative; width: 200px; margin-bottom: 16px; }

.get-paypal-details { color:#DA521F; cursor: pointer; }

.checkbox-container { display: grid; grid-template-columns: auto auto auto auto; padding-bottom: 12px; }
.checkbox-container .RowItem { margin: 2px 0; }

.bonus-content { background-color: #b2c1cf; padding: 12px 6px; }

.video-file-container { display: inline-block; position: relative; }
