
body{
    margin:0px;
    font-family: sans-serif;
    font-size: 0.75em;
    background-color: #d9d9ff;
}
div{
    vertical-align: top;
}
td{
    padding-right: 10px;
    vertical-align: middle;
}
input{vertical-align: middle;}
h1{font-size: 1.5em; margin: 0px 0px 5px 0px;}


summary{cursor: pointer; outline: none;}
details[open] summary{margin-bottom: 10px;}


.label{
    font-size: 0.9em;
    color: #555555;
}


.text-neutral{}
.text-positive{color: green;}
.text-negative{color: red;}


.alert-info{margin: 10px 0; padding: 10px; background-color: #def; border: 2px solid #9cf; color: #069;}
.alert-success{margin: 10px 0; padding: 10px; background-color: #cfc; border: 2px solid #9c9; color: #090;}
.alert-warning{margin: 10px 0; padding: 10px; background-color: #ffc; border: 2px solid #cc9; color: #663;}
.alert-error{margin: 10px 0; padding: 10px; background-color: #fcc; border: 2px solid #c99; color: #600;}

.button{display: inline-block; background-color: #ddd; border: #999 solid 1px; padding: 2px 5px; color: #000; text-decoration: none;}

.not-shown{text-decoration: line-through;}

.highlight{background-color: #ffc; min-width: 8px;}
.highlight-b{background-color: #fcc26c;}
.highlight-err{background-color: #fcc;}

.box{
    border: #006090 solid 2px;
    display: inline-block;
    padding: 6px;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ebebf3;
}
dialog{
    border: #006090 solid 2px;
    padding: 6px;
    background-color: #ebebf3;
}

.box-title{
    margin: -6px;
    margin-bottom: 3px;
    padding: 3px 6px;
    background-color: #738ba0;
    background: url('../images/top_header.png') repeat-x;
    color: #fff;
}
.box-title-link{
    float: right;
    font-size: 0.7em;
}

.menu-bar{
    display: block;
    margin-bottom: 10px;
}

.button{
    display:inline-block;
    margin: 4px 8px;
    padding: 3px 5px;
    background-color: #eee;
    border: #999 solid 1px;
    text-decoration: none;
    color: #000;
}


.sticky{position: sticky; top: 0; z-index: 10;}


.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.thead{display: table-header-group;}
.tfoot{display: table-footer-group;}
thead, tfoot, .thead, .tfoot{
    background-color: #738ba0;
    background: url('../images/top_header.png') repeat;
    color: #fff;
}
.table-alt tr:nth-child(even), .table-alt .table-row:nth-child(even){background-color: #cfd9cf;}



.box-b{
    background-color: #ccc;
    margin-bottom: 10px;
    padding: 15px 10px;
}


.num{width: 55px;}

.image-picker{}
.image-picker:after{
    padding-left: 3px;
    display: inline-block;
    cursor: pointer;
    content: url('../images/image_icon.png');
    vertical-align: middle;
}




.sortable{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px;
    z-index: 1;
}

.sortable-item{
    position: relative;
    background-color: #ddd;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 150px;
}

.sortable-item img{
    width: 100%;
    aspect-ratio: 4 / 3;
}

.sortable-menu{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background-color: #ddd;
    opacity: 0.6;
    color: #000;

}
.sortable-menu[open]{
    opacity: 0.9;
}
.sortable-menu[open]>summary{
    margin: 0;
}
.sortable-menu a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
}
.sortable-menu>summary{
    list-style-type: none;
    margin: 0;
    padding: 3px 8px;
}







.td-sel{
    color: #090;
}

textarea{
    width:250px;
    height: 250px;
}

iframe{
    border: none;
}

.grid{
    border-collapse: collapse;
    border: #006090 solid 2px;
    background-color: #ebebf3;
}
.container .grid{
    border: none;
}
.grid thead, .grid tfoot{
    background-color: #738ba0;
    background: url('../images/top_header.png') repeat;
    color: #fff;
}

.grid th{
    text-align: left;
}
.grid th a{
    color: #fff;
}

.grid th, .grid td{
    padding: 10px 25px 10px 5px;
}
.grid td{
    border-top: #738ba0 solid 1px;
}
.grid tfoot{border-top: #006090 solid 2px;}

/* multiple hides for when multiple filters used */
.hide{display: none;}
.hide2{display: none;}
.hide3{display: none;}
.hide4{display: none;}
.hide5{display: none;}

.menu_bar{
display: block;
margin-bottom: 10px;
}

.menu_bar a{
    display:inline-block;
    margin: 4px 8px;
    padding: 3px 5px;
    background-color: #eee;
    border: #999 solid 1px;
    text-decoration: none;
    color: #000;
}


.table{
    display:table;
}
.table div, .table form{
    border-top: #738ba0 solid 1px;
    padding: 5px 0px;
    display: table-row;
}
.table span input[type=text]{
    width:80px;
}
.table span{
    display:table-cell;
    padding: 0px 10px;
}

.table div:first-child{
    font-weight: bold;
    border: none;
}
.table>div.head{
    background: url('../images/top_header.png') repeat;
    color: #fff;
}

.alt tr:nth-child(even), .alt>div:nth-child(even), .alt>form:nth-child(even){background-color: #cfd9cf;}




.tinymce-inline{background-color: #fff; border: 1px solid #666; padding: 4px;}





.u-text-center{text-align: center;}
.u-text-left{text-align: left;}





.login-wrapper{
    width:300px;
    margin:auto;
    margin-top: 20px;
}



.site-top{
    display: flex;
    justify-content: space-between;
    background: url('../images/top_header.png') repeat-x;
    padding: 10px;
}
.site-top a{color: #eee; text-decoration: none;}
.site-top__name{font-weight: bold; font-size: 16px;}

.site-menu__outer{
    background-color: #ccc;
    border-top: #999 solid 1px;
    /*background: url('../images/gradient.jpg') repeat;*/
    background: url('../images/menu.png') repeat;
    border-bottom: 10px solid #006090;
}

.site-menu{
    list-style-type: none;
    margin:0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.site-menu__link{color: #fff; text-decoration: none; display: block; padding: 5px 20px;}
.site-menu__link:hover, .site-menu__link--sel{background-color: #555;}



.site-content__outer{display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; width: 100%;}

.site-submenu__outer{
    border-left: #006090 solid 3px;
    border-right: #006090 solid 3px;
    margin-left: 7px;
}
.site-submenu{
    width:130px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.site-submenu__link{
    display:block;
    padding: 5px;
    padding-left: 12px;
    text-decoration: none;
    color: #333;
    background-color: #f3f3ff;
    border-bottom: #666 solid 1px;
}
.site-submenu__sep{background-color: #006090; height: 11px; display: block;}
.site-submenu__link:hover, .site-submenu__link--sel{background-color: #ddd;}

.site-content{position: relative; padding:15px; flex-grow: 2; min-width: 0;}











#order_list_table td, #order_list_table th{padding:7px 6px;}


