body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;    
}
div-layout-bottombody {
    margin: 0px;
    background: #fff;
}
.highlight {

}
.btn_toolbar {      
    cursor: pointer;
    padding: 10px 15px 10px 50px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold; 
    display: inline;
}
.btn_toolbar_search {
    background: url("../images/btn_search.png") no-repeat scroll left center;    
}
.btn_toolbar_search:hover {
    background: url("../images/btn_search_over.png") no-repeat scroll left center;  
    background-color: #c42037;
    color: #fff;        
}
.btn_toolbar_browse {
    background: url("../images/btn_browse.png") no-repeat scroll left center;    
}
.btn_toolbar_browse:hover {
    background: url("../images/btn_browse_over.png") no-repeat scroll left center;  
    background-color: #c42037;
    color: #fff;     
}
.btn_toolbar_delivery {
    background: url("../images/btn_delivery.png") no-repeat scroll left center;    
}
.btn_toolbar_delivery:hover {
    background: url("../images/btn_delivery_over.png") no-repeat scroll left center;  
    background-color: #c42037;
    color: #fff;    
}
.btn_toolbar_scan {
    background: url("../images/btn_scan.png") no-repeat scroll left center;    
}
.btn_toolbar_scan:hover {
    background: url("../images/btn_scan_over.png") no-repeat scroll left center;  
    background-color: #c42037;
    color: #fff;    
}
.btn_toolbar_pickup {
    background: url("../images/btn_pickup.png") no-repeat scroll left center;    
}
.btn_toolbar_pickup:hover {
    background: url("../images/btn_pickup_over.png") no-repeat scroll left center;  
    background-color: #c42037;
    color: #fff;    
}
.btn_toolbar_materials {
    background: url("../images/btn_materials.png") no-repeat scroll left center;    
}
.btn_toolbar_materials:hover {
    background: url("../images/btn_materials_over.png") no-repeat scroll left center;    
    background-color: #c42037;
    color: #fff;    
}
.btn_toolbar_spectrah {   
    background: url("../images/btn_spectra.png") no-repeat scroll left center;  
    background-color: #fff;
}
.btn_toolbar_spectrah:hover {
    background: url("../images/btn_spectra.png") no-repeat scroll left center;  
    background-color: #c42037;    
    color: #fff;    
}
.btn_small {
    background-color: #404040;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
    border: 0px solid #404040;
}
.btn_small:hover {
    background-color: #c42037;
}
img {
    border: 0;
}
.div-layout-top {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    padding: 0; 
}
.div-layout-middle {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 0; 
    min-height: 700px;
}
.div-layout-middle-inner {
    padding: 0 15px 0 10px;
}
.div-layout-left {
    float: left;
    display: block;
    clear:left;
    margin: 0 0 0 20px;
    padding: 0;
}
.div-layout-center {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.div-layout-right {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}
.div-layout-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    text-align: center;
    font-size: 11px;
    color: #808080;    
}
.div-ad-block {
    background: pink;
    display: inline;
}

.background-eaccess {
    padding-left: 10px;
    background: #c42037;
    color: #e0e0e0;
}
.center {
    margin-left:auto; 
    margin-right:auto;
}
.top {
    vertical-align: top;
}
.left {
    text-align: left;
}
.bold {
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.under {
    text-decoration: underline;
}
.italic {
    font-style: italic;    
}
.none {
    text-decoration: none;
}
.pointer {
    cursor: pointer;
}
.red {
    color: #c42037;
}
.blue {
    color: #eeeeff;
}
.black {
    color: #000000;
}
.gray {
    color: #808080;
}
.gray_big {
    font-size:200%; 
    color:#cccccc;
}
.larger {
    font-size: large; 
}
.col-allign-right {
    text-align: right;
}
.col-allign-left {
    text-align: left;
}
.leftmenu-panel {
    padding: 0px 10px 0px 0px;
    float: left;
    /* border-right: 2px solid #c42037;*/
}
.content-panel {
    margin-left: 30px;
    float:right;
}
.panel-right {
    margin-right:10px;
}
.header_panel {
    margin-left: 200px;
}
.button_panel {
    float: right;
}
.order-cart-panel {
    padding: 10px 10px 4px 10px;    
    color: #fff;
    background: #404040;
    border-bottom: 2px solid #404040;
}
.order-cart-panel:hover {
    background: #c42037;
}
.order-cart-empty-panel {
    float:right;
    padding: 10px 10px 10px 10px;
    width: 280px;
}
.total-panel {
    background: rgb(223, 228, 230);
    font-weight: bold;
    padding: 10px;
}
.link_white {
    color: #fff;
    text-decoration: underline;
}
.link_white:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.comment {
    color: gray;
    font-size: 95%;
}
.menu_item {
    background-color: #404040;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px 12px 15px;
    border-top: 2px solid #fff;
    text-align: left;
    cursor: pointer;
    width: 200px;
    z-index: 1500;
    position: relative;
}
.menu_item:hover {
    color: #fff;
    background-color: #c42037;
}
.menu_list {
    border-width: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0; 
    cursor: default;
}
/******************* GRID ************************/
.data_filter {
    background-color: rgb(223, 228, 230);
    padding: 10px 10px 10px 10px;
    color: #000000;
    font-weight: bold;
}
.data_navigation {
    background-color: rgb(223, 228, 230);
    margin: 0px;
    padding: 0 0 10px 10px;
}
.data_button {
    border: 0px;
    margin-top: 10px;
    width: auto;
    background: #404040;
    padding: 10px 15px 10px 15px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor:pointer;
    padding: 5px 15px;
}
.data_button:hover {
    background: #c42037;    
}

/******************* FORM ************************/
.check_control {
    background-color: #bed6f8;
    padding: 2px 5px 2px 2px;
    margin: 0 3px 0 0;
    width: 20px;
    display: inline-block;
    /*float:left;*/
}
.panel_buttons {
    float: right;
}
.panel_border {
    border: 1px solid #ccc;
}
.border-panel {
    border: 1px solid #ccc;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.form-panel {
    padding: 20px 10px 20px 10px;
    border: 1px solid #ccc;
}
.grayed {
    background-color: rgb(223, 228, 230);
}
.form-panel2 {
    background-color: rgb(223, 228, 230);
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ccc;
}
.form-panel-table {
    padding: 0px 0 0px 0;
    border: 1px solid #ccc;
    background:#fff;
}
.form-col1 {
    text-align: right;
    vertical-align: top;
    padding: 0 20px 4px 20px;
}
.form-col2 {
    text-align: left;
    padding: 0 20px 4px 0px;
    color: #808080;
}
.form-col-right {
    text-align: right;
    padding: 0 10px 4px 5px;
}
.form-col-left {
    text-align: left;
    padding: 0 5px 4px 5px;
}
.form-col-center {
    text-align: center;
    padding: 0 10px 4px 10px;
}
.form-col-header {
    padding: 5px 10px 5px 10px;
    background: #e0e0e0;
    border: 1px solid #ccc;
}
.name-value-left {
    text-align: left;
    padding: 0 20px 4px 0px;   
    font-weight: bold;
}
.name-value-right {
    text-align: left;
    padding: 0 20px 4px 0px;    
}
.input_small {
    width: 100px;
}
.ad_placeholder_left {
    width:800px; 
    height:600px; 
    text-align: center; 
    vertical-align: middle; 
    display: table-cell; 
    background: #f0f0f0; 
    color:gray;
}
.ad_placeholder_right {
    width:300px; 
    height:600px; 
    text-align: center; 
    vertical-align: middle; 
    display: table-cell; 
    background: #f0f0f0; 
    color:gray;
}

.sort {

}

.breakword {
    word-wrap:break-word;
}
.disabled {
    background-color: #f0f0f0;    
    border: 1px solid #ccc;
}

.buttons_panel {
    float:right;
}

.background-red {
    background-color:#c42037;
    color:#ffffff;
}

.color-red {
    color:#c42037;
}
.color-gray {
    color:#808080;
}
.color-black {
    color:#000000;
}

.list_header_panel {
    width: 97%;
    background-color: rgb(223, 228, 230);
    color:#c42037;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    margin: 10px 0 10px 0;
}

.grid-align-top {
    vertical-align: top;
}
.nowrap {
    white-space: nowrap;
}
.bold_text {
    font-weight: bold;
    font-size: larger;
}
.italic_text {
    font-style: italic;
}
.font_10 {
    font-size: 11px;
}
.select_black {
    background:#404040; 
    color:#ffffff
}
.select_action {
    background:#fff; 
    color:#000;
    border: solid 1px #ccc;
}
.select_action:hover {
    color:#fff;
    background: #c42037;
}
.button-red {
    border: 0px;
    margin-top: 10px;
    width: auto;
    background: #c42037;
    padding: 10px 15px 10px 15px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor:default;
}
.button-red:hover {
    background: #404040;
    cursor:pointer;
}
.mark-green {
    background-color: #CCFFCC;
    color: black;
}
.chat-messages {
    overflow:auto; 
    width: 355px; 
    height: 350px; 
    border: 1px solid #e0e0e0; 
    padding:5px 2px 5px 2px;
}
.chat-input-textarea {
    width: 355px;
    height: 30px;
}
.chat-1 {
    margin: 0px 5px 5px 5px;
    padding: 5px;
    background-color: #f0f0f0;
}
.chat-date-name-2 {
    font-weight: bold;   
    color: #0000EE;
}
.chat-2 {
    margin: 0px 5px 5px 25px;
    padding: 5px;
    background-color: #ffffdd;
}
.chat-date-name-1 {
    font-weight: bold;   
    color: #008800;
}
.chat-txt {
    padding-bottom: 10px;
}
.p-5 {
    padding: 5px;
}
.p-2 {
    padding: 2px;
}
.pl_5 {
    padding-left:5px;
}
.pl_10 {
    padding-left:10px;
}
.pl_20 {
    padding-left:20px;
}
.pl_30 {
    padding-left:30px;
}
.pl_40 {
    padding-left:40px;
}
.pr_5 {
    padding-right:5px;
}
.pr_10 {
    padding-right:10px;
}
.pr_20 {
    padding-right:20px;
}
.pr_30 {
    padding-right:30px;
}
.pr_40 {
    padding-right:40px;
}

.vertical-align-top {
    vertical-align: top;
}


.grm-h3 {
    font-size: 24px;                
    color:#19247b; 
    font-family: FuturaPT-Bold,Trebuchet MS,sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.6em;
    text-transform: uppercase;
}

.grm-h4 {
    font-size: 20px; 
    color:#19247b;
    font-family: FuturaPT-Bold,Trebuchet MS,sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.6em;    
}

.grm-h5 {
    font-size: 16px; 
    color:#000000;
    font-family: FuturaPT-Bold,Trebuchet MS,sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.6em;    
}

.grm-bg-light-gray {
    background-color:#f0f0f0
}

.sticky {
    position: sticky; top:0;
}            

/*@media only screen and (min-width: 400px) and (max-width: 768px) {*/
@media screen and (max-width: 1000px) and (min-width: 300px){
    .div-layout-right {
        display: none;
    }
}
